@commercetools/nimbus 0.0.5-rc5-experimental → 0.0.5-rc7
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 +19 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +84 -1
- package/dist/index.js +12671 -3291
- package/dist/index.js.map +1 -1
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools/nimbus",
|
|
3
|
-
"version": "0.0.5-
|
|
3
|
+
"version": "0.0.5-rc7",
|
|
4
4
|
"main": "./dist/index.cjs",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -36,19 +36,19 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"react-aria": "
|
|
39
|
+
"react-aria": "3.39.0",
|
|
40
40
|
"react-aria-components": "1.8.0",
|
|
41
|
-
"react-stately": "
|
|
41
|
+
"react-stately": "3.37.0",
|
|
42
42
|
"react-hotkeys-hook": "^4.6.1",
|
|
43
43
|
"react-use": "^17.5.1",
|
|
44
44
|
"next-themes": "^0.4.6",
|
|
45
45
|
"@emotion/is-prop-valid": "^1.3.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@chakra-ui/cli": "^3.
|
|
49
|
-
"@chakra-ui/react": "^3.
|
|
50
|
-
"@pandacss/types": "^0.53.
|
|
51
|
-
"@react-aria/optimize-locales-plugin": "
|
|
48
|
+
"@chakra-ui/cli": "^3.17.0",
|
|
49
|
+
"@chakra-ui/react": "^3.17.0",
|
|
50
|
+
"@pandacss/types": "^0.53.6",
|
|
51
|
+
"@react-aria/optimize-locales-plugin": "1.1.4",
|
|
52
52
|
"@storybook/addon-a11y": "^8.6.12",
|
|
53
53
|
"@storybook/addon-essentials": "^8.6.12",
|
|
54
54
|
"@storybook/experimental-addon-test": "^8.6.12",
|
|
@@ -60,29 +60,29 @@
|
|
|
60
60
|
"@testing-library/user-event": "^14.6.1",
|
|
61
61
|
"@types/react": "^19.0.0",
|
|
62
62
|
"@types/react-dom": "^19.0.0",
|
|
63
|
-
"@vitejs/plugin-react": "^4.
|
|
64
|
-
"@vitest/browser": "^3.1.
|
|
65
|
-
"@vitest/coverage-v8": "^3.1.
|
|
63
|
+
"@vitejs/plugin-react": "^4.4.1",
|
|
64
|
+
"@vitest/browser": "^3.1.3",
|
|
65
|
+
"@vitest/coverage-v8": "^3.1.3",
|
|
66
66
|
"apca-w3": "^0.1.9",
|
|
67
67
|
"axe-core": "^4.10.2",
|
|
68
|
-
"playwright": "^1.
|
|
68
|
+
"playwright": "^1.52.0",
|
|
69
69
|
"react": "^19.0.0",
|
|
70
70
|
"react-dom": "^19.0.0",
|
|
71
71
|
"storybook": "^8.6.12",
|
|
72
72
|
"storybook-dark-mode": "^4.0.2",
|
|
73
|
-
"vite": "^6.
|
|
73
|
+
"vite": "^6.3.5",
|
|
74
74
|
"vite-plugin-dts": "^4.5.3",
|
|
75
75
|
"vite-tsconfig-paths": "^5.1.4",
|
|
76
|
-
"vitest": "^3.1.
|
|
77
|
-
"@commercetools/nimbus-
|
|
78
|
-
"@commercetools/nimbus-
|
|
76
|
+
"vitest": "^3.1.3",
|
|
77
|
+
"@commercetools/nimbus-icons": "^0.0.4",
|
|
78
|
+
"@commercetools/nimbus-tokens": "^0.0.2"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
|
-
"@chakra-ui/react": "^3.
|
|
81
|
+
"@chakra-ui/react": "^3.17.0",
|
|
82
82
|
"react": "^19.0.0",
|
|
83
83
|
"react-dom": "^19.0.0",
|
|
84
84
|
"typescript": "~5.8.3",
|
|
85
|
-
"@commercetools/nimbus-icons": "^0.0.
|
|
85
|
+
"@commercetools/nimbus-icons": "^0.0.4",
|
|
86
86
|
"@commercetools/nimbus-tokens": "^0.0.2"
|
|
87
87
|
},
|
|
88
88
|
"scripts": {
|