@trinitydesign/design-system 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/navigation.js +756 -673
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trinitydesign/design-system",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Trinity Design System - A customizable MUI-based component library",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"test:storybook": "vitest run --workspace vitest.workspace.ts",
|
|
47
47
|
"storybook": "storybook dev -p 6006",
|
|
48
48
|
"build-storybook": "storybook build",
|
|
49
|
-
"chromatic": "npx chromatic --project-token=
|
|
49
|
+
"chromatic": "npx chromatic --project-token=chpt_0fa285bd8f3ea44"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"@emotion/react": "^11.0.0",
|