@commercetools/nimbus 0.0.7 → 0.0.8
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/index.cjs +21 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1240 -199
- package/dist/index.js +20478 -10290
- package/dist/index.js.map +1 -1
- package/package.json +25 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools/nimbus",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"main": "./dist/index.cjs",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -36,52 +36,51 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"
|
|
40
|
-
"react-aria
|
|
41
|
-
"react-stately": "3.37.0",
|
|
42
|
-
"react-hotkeys-hook": "^4.6.1",
|
|
43
|
-
"react-use": "^17.5.1",
|
|
39
|
+
"@emotion/is-prop-valid": "^1.3.1",
|
|
40
|
+
"@react-aria/interactions": "3.25.3",
|
|
44
41
|
"next-themes": "^0.4.6",
|
|
45
|
-
"
|
|
42
|
+
"react-aria": "3.41.1",
|
|
43
|
+
"react-aria-components": "1.10.1",
|
|
44
|
+
"react-hotkeys-hook": "^4.6.1",
|
|
45
|
+
"react-stately": "3.39.0",
|
|
46
|
+
"react-use": "^17.5.1"
|
|
46
47
|
},
|
|
47
48
|
"devDependencies": {
|
|
48
49
|
"@chakra-ui/cli": "^3.17.0",
|
|
49
|
-
"@chakra-ui/react": "^3.
|
|
50
|
+
"@chakra-ui/react": "^3.19.2",
|
|
51
|
+
"@internationalized/date": "^3.8.0",
|
|
50
52
|
"@pandacss/types": "^0.53.6",
|
|
51
53
|
"@react-aria/optimize-locales-plugin": "1.1.4",
|
|
52
|
-
"@storybook/addon-a11y": "^
|
|
53
|
-
"@storybook/addon-
|
|
54
|
-
"@storybook/
|
|
55
|
-
"@storybook/
|
|
56
|
-
"@storybook/react": "^8.6.12",
|
|
57
|
-
"@storybook/react-vite": "^8.6.12",
|
|
58
|
-
"@storybook/test": "^8.6.12",
|
|
54
|
+
"@storybook/addon-a11y": "^9.0.13",
|
|
55
|
+
"@storybook/addon-docs": "^9.0.13",
|
|
56
|
+
"@storybook/addon-vitest": "^9.0.13",
|
|
57
|
+
"@storybook/react-vite": "^9.0.13",
|
|
59
58
|
"@testing-library/react": "^16.3.0",
|
|
60
59
|
"@testing-library/user-event": "^14.6.1",
|
|
61
60
|
"@types/react": "^19.0.0",
|
|
62
|
-
"@types/react-dom": "^19.
|
|
61
|
+
"@types/react-dom": "^19.1.6",
|
|
63
62
|
"@vitejs/plugin-react": "^4.4.1",
|
|
64
|
-
"@vitest/browser": "^3.
|
|
65
|
-
"@vitest/coverage-v8": "^3.
|
|
63
|
+
"@vitest/browser": "^3.2.4",
|
|
64
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
65
|
+
"@vueless/storybook-dark-mode": "^9.0.5",
|
|
66
66
|
"apca-w3": "^0.1.9",
|
|
67
67
|
"axe-core": "^4.10.2",
|
|
68
68
|
"playwright": "^1.52.0",
|
|
69
69
|
"react": "^19.0.0",
|
|
70
70
|
"react-dom": "^19.0.0",
|
|
71
|
-
"storybook": "^
|
|
72
|
-
"storybook-dark-mode": "^4.0.2",
|
|
71
|
+
"storybook": "^9.0.13",
|
|
73
72
|
"vite": "^6.3.5",
|
|
74
|
-
"vite-plugin-dts": "^4.5.
|
|
73
|
+
"vite-plugin-dts": "^4.5.4",
|
|
75
74
|
"vite-tsconfig-paths": "^5.1.4",
|
|
76
|
-
"vitest": "^3.
|
|
77
|
-
"@commercetools/nimbus-
|
|
78
|
-
"@commercetools/nimbus-
|
|
75
|
+
"vitest": "^3.2.4",
|
|
76
|
+
"@commercetools/nimbus-tokens": "^0.0.3",
|
|
77
|
+
"@commercetools/nimbus-icons": "^0.0.4"
|
|
79
78
|
},
|
|
80
79
|
"peerDependencies": {
|
|
81
|
-
"@chakra-ui/react": "^3.
|
|
80
|
+
"@chakra-ui/react": "^3.19.2",
|
|
82
81
|
"react": "^19.0.0",
|
|
83
82
|
"@commercetools/nimbus-icons": "^0.0.4",
|
|
84
|
-
"@commercetools/nimbus-tokens": "^0.0.
|
|
83
|
+
"@commercetools/nimbus-tokens": "^0.0.3"
|
|
85
84
|
},
|
|
86
85
|
"scripts": {
|
|
87
86
|
"build": "pnpm run build-theme-typings && pnpm run build-lib",
|