Skip to content

Commit

Permalink
Merge branch 'main' into feat/legend-position
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed May 31, 2024
2 parents e63ee2e + 9c2977e commit 1b372e2
Show file tree
Hide file tree
Showing 27 changed files with 1,215 additions and 927 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
with:
name: playwright-report
path: playwright-report/
retention-days: 30
retention-days: 30
9 changes: 6 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -210,14 +210,16 @@ subject to the terms and conditions of the following licenses.
MIT
=================================================================

The following parts are provided under the MIT License.
The following parts are provided under the MIT License.
See project link for details.

Radix Primitives by WorkOS (https://github.com/radix-ui/primitives?tab=MIT-1-ov-file#readme)

The following files use parts of:
* [shadcn](https://github.com/shadcn-ui/ui?tab=MIT-1-ov-file#readme), and;
* [Medusajs](https://github.com/medusajs/medusa/blob/develop/packages/design-system/ui/LICENSE)

- [shadcn](https://github.com/shadcn-ui/ui?tab=MIT-1-ov-file#readme),
- [radix-ui/themes](https://github.com/radix-ui/themes?tab=MIT-1-ov-file#readme) and;
- [Medusajs](https://github.com/medusajs/medusa/blob/develop/packages/design-system/ui/LICENSE)

`@components/Accordion/Accordion.tsx`
`@components/Checkbox/Checkbox.tsx`
Expand All @@ -232,4 +234,5 @@ The following files use parts of:
`@components/Toast/Toast.tsx`
`@components/Toast/Toaster.tsx`
`@components/Tooltip/Tooltip.tsx`
`@components/TabNavigation/TabNavigation.tsx`
`@utils/useToast.tsx`
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@
},
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@internationalized/date": "^3.5.3",
"@internationalized/date": "^3.5.4",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
Expand All @@ -30,11 +31,11 @@
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-aria/datepicker": "^3.10.0",
"@react-stately/datepicker": "^3.9.3",
"@react-aria/datepicker": "^3.10.1",
"@react-stately/datepicker": "^3.9.4",
"@remixicon/react": "^4.2.0",
"@storybook/addon-a11y": "^8.1.1",
"@storybook/theming": "^8.1.1",
"@storybook/addon-a11y": "^8.1.3",
"@storybook/theming": "^8.1.3",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"prettier-plugin-tailwindcss": "^0.5.14",
Expand All @@ -47,28 +48,28 @@
},
"devDependencies": {
"@chromatic-com/storybook": "^1.4.0",
"@playwright/test": "^1.44.0",
"@storybook/addon-essentials": "^8.1.1",
"@storybook/addon-interactions": "^8.1.1",
"@storybook/addon-links": "^8.1.1",
"@storybook/blocks": "^8.1.1",
"@storybook/react": "^8.1.1",
"@storybook/react-vite": "^8.1.1",
"@storybook/test": "^8.1.1",
"@playwright/test": "^1.44.1",
"@storybook/addon-essentials": "^8.1.3",
"@storybook/addon-interactions": "^8.1.3",
"@storybook/addon-links": "^8.1.3",
"@storybook/blocks": "^8.1.3",
"@storybook/react": "^8.1.3",
"@storybook/react-vite": "^8.1.3",
"@storybook/test": "^8.1.3",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-storybook": "^0.8.0",
"postcss": "^8.4.38",
"prettier": "3.2.5",
"storybook": "^8.1.1",
"storybook": "^8.1.3",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
Expand Down
Loading

0 comments on commit 1b372e2

Please sign in to comment.