Merged in monorepo-step-1 (pull request #1080)
Migrate to a monorepo setup - step 1 * Move web to subfolder /apps/scandic-web * Yarn + transitive deps - Move to yarn - design-system package removed for now since yarn doesn't support the parameter for token (ie project currently broken) - Add missing transitive dependencies as Yarn otherwise prevents these imports - VS Code doesn't pick up TS path aliases unless you open /apps/scandic-web instead of root (will be fixed with monorepo) * Pin framer-motion to temporarily fix typing issue https://github.com/adobe/react-spectrum/issues/7494 * Pin zod to avoid typ error There seems to have been a breaking change in the types returned by zod where error is now returned as undefined instead of missing in the type. We should just handle this but to avoid merge conflicts just pin the dependency for now. * Pin react-intl version Pin version of react-intl to avoid tiny type issue where formatMessage does not accept a generic any more. This will be fixed in a future commit, but to avoid merge conflicts just pin for now. * Pin typescript version Temporarily pin version as newer versions as stricter and results in a type error. Will be fixed in future commit after merge. * Setup workspaces * Add design-system as a monorepo package * Remove unused env var DESIGN_SYSTEM_ACCESS_TOKEN * Fix husky for monorepo setup * Update netlify.toml * Add lint script to root package.json * Add stub readme * Fix react-intl formatMessage types * Test netlify.toml in root * Remove root toml * Update netlify.toml publish path * Remove package-lock.json * Update build for branch/preview builds Approved-by: Linus Flood
This commit is contained in:
committed by
Linus Flood
parent
667cab6fb6
commit
80100e7631
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>Group 20</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Group-20" transform="translate(2.000000, 2.000000)">
|
||||
<g id="Boxed-Arrow--Grey" transform="translate(7.168000, 6.144000)" fill="#FFFFFF">
|
||||
<path d="M7.16068555,2.22535369 C6.99375594,2.07511897 6.80179201,2 6.58478416,2 C6.36777951,2 6.17581559,2.07511897 6.00888598,2.22535369 C5.85865125,2.37558842 5.78353228,2.56337942 5.78353228,2.78873312 C5.78353228,3.01408681 5.85865125,3.21022365 6.00888598,3.37715326 L12.6692922,9.98748124 L6.00888598,16.6228467 C5.85865125,16.7897763 5.78353228,16.9859132 5.78353228,17.2112669 C5.78353228,17.4366206 5.85865125,17.6244116 6.00888598,17.7746495 C6.17581559,17.9248842 6.36777951,18 6.58478416,18 C6.80179201,18 6.99375594,17.9248842 7.16068555,17.7746495 L14.3469149,10.6134577 C14.4303765,10.5299961 14.4888006,10.4340125 14.5221872,10.3255102 C14.5555737,10.2170046 14.5722654,10.1043326 14.5722654,9.98748124 C14.5722654,9.88732476 14.5555737,9.78299535 14.5221872,9.67449303 C14.4888006,9.5659875 14.4303765,9.47000714 14.3469149,9.38654233 L7.16068555,2.22535369 Z" id="Path"></path>
|
||||
</g>
|
||||
<circle id="Oval" stroke="#FFFFFF" stroke-width="2.048" cx="16.384" cy="16.384" r="16.384"></circle>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user