Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

excalidraw

Sketch hand-drawn like diagrams
Collective - Host: opensource - https://opencollective.com/excalidraw - Code: https://github.com/excalidraw/excalidraw

chore(deps): bump async from 2.6.3 to 2.6.4 in /src/packages/excalidraw (#5069)

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://g...

github.com/excalidraw/excalidraw - 666516d7e9b4d34eb4abc32bdf291a61bb15987a authored over 2 years ago
chore(deps-dev): bump webpack in /src/packages/excalidraw (#5027)

Bumps [webpack](https://github.com/webpack/webpack) from 5.65.0 to 5.72.0.
- [Release notes](ht...

github.com/excalidraw/excalidraw - b941c5b661e32aa869c7dc7217d232a5120ff576 authored over 2 years ago
chore(deps): bump async from 2.6.3 to 2.6.4 (#5070)

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://g...

github.com/excalidraw/excalidraw - 8f8c85c64e61a5b01b0b070448880717c5ce617c authored over 2 years ago
chore(deps): bump nanoid from 3.1.32 to 3.3.3 (#5073)

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.32 to 3.3.3.
- [Release notes](https://gi...

github.com/excalidraw/excalidraw - 116b0c48da2f5c793f4413a801319e3fa2291720 authored over 2 years ago
chore(deps-dev): bump autoprefixer in /src/packages/excalidraw (#5087)

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.2 to 10.4.5.
- [Release...

github.com/excalidraw/excalidraw - aa2971e8c59ee6253d5aac9173ef7bd446b038c1 authored over 2 years ago
chore(deps): bump browser-fs-access from 0.24.1 to 0.29.1 (#5090)

Bumps [browser-fs-access](https://github.com/GoogleChromeLabs/browser-fs-access) from 0.24.1 to ...

github.com/excalidraw/excalidraw - 5656ac1e3e12b9a032c4d579d9a4196cf302becb authored over 2 years ago
fix: toolIcon height not using rem (#5092)

github.com/excalidraw/excalidraw - e6a9ff1b9659dfbf6698a58e68520a3729f0f1b6 authored over 2 years ago
feat: stop event propagation when key handled (#5091)

* feat: stop event propagation when key handled

* don't handle s/g shortcuts if cmd/ctrl/alt ...

github.com/excalidraw/excalidraw - 832b88249c6afc59416304dceeb573865f79249a authored over 2 years ago
fix setting webpack public path (#5081)

github.com/excalidraw/excalidraw - 9902092fd19386c1528b5202f151d94166f0b1ec authored almost 3 years ago
add a prefix to the extension for image embbedding sceneData (#5079)

github.com/excalidraw/excalidraw - 8f0863d33532c1b3a9f727d90d1d1526e8254a24 authored almost 3 years ago
fix: Excalidraw named export type (#5078)

github.com/excalidraw/excalidraw - 9423ac3263a7b3203045d246a938abb920164e42 authored almost 3 years ago
fix: boundElementIds when arrows bound to elements are deleted (#5077)

* fix: boundElementIds when arrows bound to elements are deleted

* fix type checks and updati...

github.com/excalidraw/excalidraw - a66cfe26271df02ef8e140f0f7ee94be8d8a086f authored almost 3 years ago
fix: don't merge libraryItems on updateScene (#5076)

github.com/excalidraw/excalidraw - 86cf28f2b493b99eb8b1220cd3bcc1daacf000cc authored almost 3 years ago
fix: SVG metadata extraction regex on multiline elements (#5074)

* Fix SVG metadata extraction regex on multiline elements

* remove multiline flag

github.com/excalidraw/excalidraw - b5a46dd67119fe86f467bdfae878b8d2a596fd77 authored almost 3 years ago
feat: rewrite library state management & related refactor (#5067)

* support libraryItems promise for `updateScene()` and use `importLibrary`

* fix typing for `...

github.com/excalidraw/excalidraw - cd942c3e3b9f4ca109b9d46f9074d74536f131ba authored almost 3 years ago
feat: delay initial loading message & tweak design (#5049)

github.com/excalidraw/excalidraw - 55ccd5b79b64db02a506a43de1445359a48bcb66 authored almost 3 years ago
chore: Update translations from Crowdin (#4894)

github.com/excalidraw/excalidraw - 4348c55c31c6794faf78c0859e58cda8d9d924e2 authored almost 3 years ago
fix: eraser cursor showing on theme change when not using eraser (#4990)

github.com/excalidraw/excalidraw - a3fbe40b26cab715cf14bd534e71e50869c51c8a authored almost 3 years ago
fix: update `storage.rules` (#5020)

github.com/excalidraw/excalidraw - 7431ca81d1f4cf53242d749f25b80295719e7a08 authored almost 3 years ago
feat: reconcile when saving to firebase (#4991)

* naming tweaks

* do not mark local element as duplicate when there's no remote counterpart
...

github.com/excalidraw/excalidraw - 4d13dbf625c9b008dd37421b627ec03ce8052f44 authored almost 3 years ago
feat: embed scene support for png export in npm package (#5047)

* feat: embed scene support for png export in npm package

* move logic to the callback functi...

github.com/excalidraw/excalidraw - 3840e2f4e6093604cf4b851bc6d9c2fc90d2ca12 authored almost 3 years ago
feat: hide trash button during collaboration (#5037)

* feat: hide trash button during collaboration

* visually hide the trash icon

* pointer ev...

github.com/excalidraw/excalidraw - 52d10bb41e42dedc2c685e045f50cc66d393c78f authored almost 3 years ago
build: export only named exports from the package (#5045)

* build: export only named exports from the package

* update docs

* Update src/packages/ex...

github.com/excalidraw/excalidraw - 96c87f920adeb44b2affc32cd0d793dbbd98ce85 authored almost 3 years ago
fix: Add image button not working on iPad (#5038)

github.com/excalidraw/excalidraw - 7d4189c624d81c6956408e3b8c49d1dffa966a81 authored almost 3 years ago
fix: ensure svg image dimensions are always set (#5044)

github.com/excalidraw/excalidraw - f3e17c90d380e4ae7bf6c441b7a28f3d6a1383a3 authored almost 3 years ago
feat: library restoring changes (#4995)

* restore library items in all cases & refactor

* export `restoreLibraryItems` from package
...

github.com/excalidraw/excalidraw - 70b3a9de4912b719e67160784cb03968768e410e authored almost 3 years ago
fix: Pinch zoom in view mode (#5001)

github.com/excalidraw/excalidraw - bf6d0eeef7ea73525484fe680fd72f46ab490d51 authored almost 3 years ago
feat: refactor local persistence & fix race condition on SW reload (#5032)

github.com/excalidraw/excalidraw - 5359e4fec9b290a765e1dccd778d6c75d2cfb236 authored almost 3 years ago
fix: select whole group on righclick & few lock-related fixes (#5022)

github.com/excalidraw/excalidraw - 58fe639b8d888bb960f8a7a4e301ed94a7b939e0 authored almost 3 years ago
feat: Element locking (#4964)

Co-authored-by: dwelle <[email protected]>
Co-authored-by: Zsolt Viczian <viczian.zsolt@gma...

github.com/excalidraw/excalidraw - 327ed0e2d1c8f79fba7a46bcd6e8ee0404a2d0de authored almost 3 years ago
fix: export serializeLibraryAsJSON from the package (#5017)

github.com/excalidraw/excalidraw - c2fce6d8c4eb0d4fc20a6853925f5e21aaa95eed authored almost 3 years ago
fix: support copying PNG to clipboard on Safari (#3746)

github.com/excalidraw/excalidraw - cb6b7559b431a7bdc869c268532a4ac772cb388a authored almost 3 years ago
fix: more copyText fixes (#5016)

github.com/excalidraw/excalidraw - 77d789ed8e68308468b65b5f0b990dfc4286a556 authored almost 3 years ago
fix: Copy to clipboard all text nodes as text (#5014)

* fix: Copy to clipboard all text nodes as text

* fix: support copying text even if there are...

github.com/excalidraw/excalidraw - 89471094ce01278b1994be31c9d554fd8dd4bd74 authored almost 3 years ago
feat: Copy to clipboard all text nodes as text (#5013)

* Copy to clipboard all text nodes as text

* fix: only show the option for text elements

github.com/excalidraw/excalidraw - 670ceafc84e5ac63a86ddd22bfc4a4aedd92165b authored almost 3 years ago
feat: create and expose serializeLibraryAsJSON (#5009)

Co-authored-by: David Luzar <[email protected]>

github.com/excalidraw/excalidraw - 873afdacd36abeef2aaf6a2f08d2cd5f3e8110c9 authored almost 3 years ago
fix: update cursorButton once freedraw is released (#4996)

Co-authored-by: dwelle <[email protected]>

github.com/excalidraw/excalidraw - 880e4feedebab16c6265de97cb8073497f3a23fd authored almost 3 years ago
feat: hide penMode button on reload if not enabled (#4992)

github.com/excalidraw/excalidraw - 9ba7ca38456094e699c885a37e800cbb537ee870 authored almost 3 years ago
fix: decouple actionFinalize and actionErase (#4984)

* Update actionCanvas.tsx

* Update actionFinalize.tsx

* lint

* remove Escape trigger fr...

github.com/excalidraw/excalidraw - 734bb4d2ed3e7b1fac2f05cd5bca455d386bf4b9 authored almost 3 years ago
fix: using stale state when switching tools (#4989)

github.com/excalidraw/excalidraw - f2d2f97546d9ae2ba4ed024d548aced598a48243 authored almost 3 years ago
refactor: move elementLocked to activeTool.locked (#4983)

* refactor: move elementLocked to activeTool.locked

* fix

* fix snap

* update docs

*...

github.com/excalidraw/excalidraw - 2fa69ddc329c327458d50ce6efde65d4e247b175 authored almost 3 years ago
feat: Eraser toggle to switch back to the previous tool (#4981)

* add typeBeforeEraser

* ESC to switch to lastActiveToolBeforeEraser

github.com/excalidraw/excalidraw - 1331cffe93ffec7e94670b3d95e3e3c1bd228c57 authored almost 3 years ago
chore: add ga for most actions (#4829)

github.com/excalidraw/excalidraw - f242721f3b77a137d8cd04cef1d749463ee71742 authored almost 3 years ago
fix: updateWysiwygStyle updatedElement is undefined TypeError (#4980)

Co-authored-by: dwelle <[email protected]>

github.com/excalidraw/excalidraw - e940aeb1a374c7e1236af840ad3aace611c87499 authored almost 3 years ago
fix: adding check for link length to prevent early return (#4982)

Co-authored-by: Connor Hanafee <[email protected]>
Co-authored-by: dwelle <luza...

github.com/excalidraw/excalidraw - 580e7195806119162ccc04c3b064d0596a0024cf authored almost 3 years ago
refactor: rename elementType to activeTool and make it an object (#4968)

* refactor: rename elementType to activeTool

* update docs

* fix snap

* update activeTo...

github.com/excalidraw/excalidraw - 127af9db23ad9297add8d8fbcf6767f927351d6a authored almost 3 years ago
fix: show link icon for bound text containers (#4960)

github.com/excalidraw/excalidraw - 2209e2c1e80d842689041a4ee84a810e04390698 authored almost 3 years ago
feat: Save penDetected and penMode, and detect pen already on ToolButton click (#4955)

* save penMode and penDetected to browser cache

* added on pointer down

* added onPointerD...

github.com/excalidraw/excalidraw - ed31980f84f611a7caebd7a924d832dc6bd8b442 authored almost 3 years ago
fix: cancel erase elements on pointer up if eraser is not active on pointer up (#4956)

* fix: erase elements on pointer up if present

* cancel erase on pointer up if eraser is not ...

github.com/excalidraw/excalidraw - db2859530241bf188a06cb55d28eb9980a5bcef5 authored almost 3 years ago
fix: restore original opacities when alt pressed while erasing (#4954)

github.com/excalidraw/excalidraw - cded1cd63d521aa316f49f1167cb46affc284061 authored almost 3 years ago
fix: don't bind text to container if already present (#4946)

* fix: don't bind text to container if already present

* Add specs and update condition

github.com/excalidraw/excalidraw - 8e447b4c32331ddb093c35a80c69830db06b6040 authored almost 3 years ago
chore(deps-dev): bump mini-css-extract-plugin (#4872)

Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from...

github.com/excalidraw/excalidraw - e29d3fc5e68e272580f64f44b2b288d4eb9f8046 authored almost 3 years ago
chore(deps-dev): bump lint-staged from 12.3.3 to 12.3.7 (#4941)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.3 to 12.3.7.
- [Release no...

github.com/excalidraw/excalidraw - 9da56e46f0fbbec8c97faaa1f898d2fc8d01e7e0 authored almost 3 years ago
feat: Support binding text to container via context menu (#4935)

* feat: Support binding text to closest container

* Bind text to selected container

* show...

github.com/excalidraw/excalidraw - 625ecc64ed96e2e93a18acb5971b73fcff83bf85 authored almost 3 years ago
fix: erase all elements which are hit with single point click (#4934)

github.com/excalidraw/excalidraw - ceb43ed8fb879254587eb8c57efacce91a3b2de6 authored almost 3 years ago
update README.md to show commands in code blocks (#4932)

github.com/excalidraw/excalidraw - 8c0a0415dea456ddb718980c81e847a7d96a3b8e authored almost 3 years ago
fix: Add multiElement-edit finalize action to Desktop (currently only visible in Mobile view) (#4764)

* add finalize action to Desktop UI

* Update LayerUI.tsx

* add size to panel component

...

github.com/excalidraw/excalidraw - 192debd829e23b125064c842b21dff9be6877f05 authored almost 3 years ago
feat: Map shortcut O to ellipse and Add eraser shortcut E (#4930)

* feat: Add erase shortcut Shift+E

* map o to ellipse and E to Eraser

* fix tests

* use...

github.com/excalidraw/excalidraw - 1cfb4dfd8b615a3db007b7b1bbe790f2fdbd34a8 authored almost 3 years ago
chore(deps-dev): bump ts-loader in /src/packages/excalidraw (#4912)

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 9.2.6 to 9.2.8.
- [Release note...

github.com/excalidraw/excalidraw - fb328863558aceb7a24ea86456f57ed00d52e4ad authored almost 3 years ago
fix: Hide eraser in view mode in desktop (#4929)

github.com/excalidraw/excalidraw - 065df495ba99803ee2b9ab7d0b816c59ff13fdcc authored almost 3 years ago
feat: update eraser cursor (#4922)

* feat: update eraser cursor

* fix dark theme

* check before adding active class

* use ...

github.com/excalidraw/excalidraw - 558227f744a89fcd0371a05f78fc380ef9afa56b authored almost 3 years ago
fix: undo when erasing elements by clicking (#4921)

* fix: undo when erasing elements by clicking

* newline remove

github.com/excalidraw/excalidraw - 6d4543034406019a42a3ea5f1443ca2f61b972de authored almost 3 years ago
chore(deps-dev): bump css-loader in /src/packages/excalidraw (#4911)

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.6.0 to 6.7.1.
- [Relea...

github.com/excalidraw/excalidraw - 3aa0c5ebc0c864254f9c7aab9b1f1a69914b92ac authored almost 3 years ago
chore(deps-dev): bump css-loader in /src/packages/utils (#4914)

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.5.1 to 6.7.1.
- [Relea...

github.com/excalidraw/excalidraw - e940993e0e8c9eb2c9ca796ee885a1557dde6f1c authored almost 3 years ago
chore(deps-dev): bump ts-loader in /src/packages/utils (#4913)

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 9.2.6 to 9.2.8.
- [Release note...

github.com/excalidraw/excalidraw - 8f90aeb8d575f2cd6e6c1b7b182dabb46f3c69da authored almost 3 years ago
fix: undo when erasing (#4900)

github.com/excalidraw/excalidraw - e92d1339732b8d5119ba8232fc904b0cbe7f0c0a authored almost 3 years ago
fix: incorrectly erasing on mobile (#4899)

* fix: incorrectly erasing on mobile

* reintroduce fix for erasing on single-point click

*...

github.com/excalidraw/excalidraw - b682d88167cf644f3ba93c54c6d017811f748ab8 authored almost 3 years ago
feat: Add Eraser 🎉 (#4887)

* feat: Add Eraser 🎉

* Eraser working

* remove unused state

* fix

* toggle eraser

...

github.com/excalidraw/excalidraw - 7daf1a794406d62f23acfe8488568672b344ab2c authored almost 3 years ago
chore: Update translations from Crowdin (#4729)

Co-authored-by: dwelle <[email protected]>

github.com/excalidraw/excalidraw - 5c0eff50a00b7ac48be75f3909201820d02c7a07 authored almost 3 years ago
feat: added optional REACT_APP_WS_SERVER_URL for forks usecases (#4889)

Co-authored-by: dwelle <[email protected]>

github.com/excalidraw/excalidraw - 19056d635b6af7ca5be70b92ffc75b84737f6573 authored almost 3 years ago
fix: don't crash on drop highlighted text onto canvas (#4890)

github.com/excalidraw/excalidraw - 4d5f00ff08cd5696402305c6ed6e5e38505c9aaf authored almost 3 years ago
fix: paste styles shortcut (#4886)

Co-authored-by: Aakansha Doshi <[email protected]>

github.com/excalidraw/excalidraw - 20de06ef5085b036e9e55c6f447bd7b32b71377f authored almost 3 years ago
fix: freedraw element's background fill color missing from SVG when exporting with package API exportToSvg() (#4871)

github.com/excalidraw/excalidraw - 1849ff6ee2dc293d8dac45a053474e52c9ec8538 authored almost 3 years ago
fix: improve pointer syncing performance (#4883)

Co-authored-by: dwelle <[email protected]>

github.com/excalidraw/excalidraw - 6765fc16be9e10bd9efbcd3400d8b776fdc4439c authored almost 3 years ago
feat: rewrite collab server connecting (#4881)

Co-authored-by: dwelle <[email protected]>

github.com/excalidraw/excalidraw - 5ca4f5bbf426229aa065f7d527c28d51bf1b7b89 authored almost 3 years ago
fix: collab room initialization (#4882)

github.com/excalidraw/excalidraw - 9392ec276d14e61a68b1b881fcc82c1c0e05e4e3 authored almost 3 years ago
build: support runtime React Jsx in @excalidraw/utils (#4866)

* build: support runtime React Jsx

* revert version

* upgrade

github.com/excalidraw/excalidraw - b26e4fcf990fb7876235227b76e98378a1cd6642 authored almost 3 years ago
build: release @excalidraw/utils 0.1.1 (#4862)

github.com/excalidraw/excalidraw - 45f3410da81a5be2cfb740dfec18e5258704d62e authored almost 3 years ago
fix: ensure verticalAlign properties not shown when no element selected (#4860)

* fix: ensure verticalAlign properties not shown when no element selected

* show verticalAlig...

github.com/excalidraw/excalidraw - 94b387ef7ba9d5597a15205da69a91732c7b2d1b authored almost 3 years ago
fix: binding text to non-bindable containers and not always preferring selection (#4655)

github.com/excalidraw/excalidraw - 6d0716eb6bd23685fc92277ae86dd3ea5745270f authored almost 3 years ago
feat: support vertical text align for bound containers (#4852)

* feat: support vertical text align for bound containers

* update icons

* use const

* f...

github.com/excalidraw/excalidraw - 8e26d5b500a02c60ab128934953282b236a1ffcb authored almost 3 years ago
chore: fix various typos (#4857)

Found via `codespell -q 3 -S ./src/locales,./yarn.lock,./src/packages/excalidraw/yarn.lock -L af...

github.com/excalidraw/excalidraw - c5a7723185f6ca05e0ceb0b0d45c4e3fbcb81b2a authored almost 3 years ago
feat: support custom colors 🎉 (#4843)

* feat: support custom colors 🎉

* remove canvasBackground

* fix tests

* Remove custom c...

github.com/excalidraw/excalidraw - 49172ac2d309790d5ab5d55bdbd9ebf549ee5b01 authored almost 3 years ago
chore: remove `firebase-tools` (#4792)

github.com/excalidraw/excalidraw - 618a846451cad67cb02e157f92cdccff1b2a8e8f authored almost 3 years ago
fix: Don't show align icons for single bound container element (#4846)

* fix: Don't show align icons for single bound container element

* check 2nd element as well

github.com/excalidraw/excalidraw - d9f49ffd67f2c5e01e18c7c8b7e11d13ab3251c5 authored almost 3 years ago
feat: Support Links in Exported SVG (#4791)

github.com/excalidraw/excalidraw - 46e43baad1d181e601ac99f765b2c76d4304df02 authored almost 3 years ago
fix: redraw text bounding box when pasting styles (#4845)

github.com/excalidraw/excalidraw - bd35b682fa0fdb66c8a75fe8c1d888e3fa97691e authored almost 3 years ago
docs: list who's integrating excalidraw (#4832)

* docs: list who's integrating excalidraw

* Update README.md

github.com/excalidraw/excalidraw - b6f9a8005e1aec6622f12fa234915fd4699b47c6 authored almost 3 years ago
feat: Scale font size when bound text containers resized with shift pressed (#4828)

* feat: Scale font size when bound text containers resized with shift pressed

* revert fontsi...

github.com/excalidraw/excalidraw - 1acfaf6b6eef8c02fd21041cdca86278c0d4bf1a authored almost 3 years ago
fix: restore cursor position after bound text container value updated (#4836)

* fix: restore cursor position after bound text container value updated

* only restore cursor...

github.com/excalidraw/excalidraw - 5cf7087754ff9a9e501863dfb2e18c6e712e6513 authored almost 3 years ago
build:remove build packages workflow (#4835)

github.com/excalidraw/excalidraw - b2d49155ef0504a325c0162f091e65bced446cde authored almost 3 years ago
chore(deps): bump browser-fs-access from 0.23.0 to 0.24.1 (#4820)

Bumps [browser-fs-access](https://github.com/GoogleChromeLabs/browser-fs-access) from 0.23.0 to ...

github.com/excalidraw/excalidraw - 9745461db78dec761f476d88a889dd284388119f authored almost 3 years ago
chore: Add tracking for hyperlinks (#4703)

* chore: Add tracking for hyperlinks

* update

* fix

* remove

* tweak

* disable ga...

github.com/excalidraw/excalidraw - 21e9fcb2f58564a04260edfb410dfe587d45828b authored almost 3 years ago
refactor: don't pass array to handleBindTextResize (#4826)

github.com/excalidraw/excalidraw - e20320399357af6da1eda4f45520f49bbf18ff9c authored almost 3 years ago
fix: support resizing multiple bound text containers (#4824)

github.com/excalidraw/excalidraw - f224e4d596868bd47f43b4b5f06be8f80bd8b61d authored almost 3 years ago
chore(deps): bump url-parse from 1.5.3 to 1.5.7 (#4807)

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7.
- [Release notes...

github.com/excalidraw/excalidraw - e0ca68975964d56cdb700dcf7132c1ff5e746273 authored almost 3 years ago
fix: also check overflowY: overlay in detectScroll (#4806)

* fix: also check overflowY: overlay in detectScroll

* fix lint

Co-authored-by: dwelle <lu...

github.com/excalidraw/excalidraw - f792eb5ae7461ec26be52bf7facc42450043756e authored almost 3 years ago
fix: stuck resizing when resizing bound text container very fast beyond threshold (#4804)

* fix: stuck resizing when resizing bound text container very fast beyond threshold

* fix

...

github.com/excalidraw/excalidraw - 4604c8d8230760c7e725eac9923887bfddb4f53e authored almost 3 years ago
docs: release @excalidraw/[email protected] 🎉 (#4799)

* docs: release @excalidraw/[email protected] 🎉

* Add commit link for bad commits

github.com/excalidraw/excalidraw - 0896892f8ad03f42d1bd8312fe6bd938f6a3f8aa authored almost 3 years ago
fix: rename --color-primary-chubb to --color-primary-contrast-offset and fallback to primary color if not present (#4803)

* fix: fallback to primary color if --color-primary-chubb not present

* rename to --color-pri...

github.com/excalidraw/excalidraw - 7fe225ee997d6c06237e4fc97c2666b7f54b766a authored almost 3 years ago