@commercetools/nimbus 0.0.7-rc13 → 0.0.7-rc16
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 +581 -103
- package/dist/index.js +15649 -9251
- package/dist/index.js.map +1 -1
- package/package.json +21 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools/nimbus",
|
|
3
|
-
"version": "0.0.7-
|
|
3
|
+
"version": "0.0.7-rc16",
|
|
4
4
|
"main": "./dist/index.cjs",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -36,30 +36,32 @@
|
|
|
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": "^8.6.
|
|
53
|
-
"@storybook/addon-essentials": "^8.6.
|
|
54
|
-
"@storybook/experimental-addon-test": "^8.6.
|
|
55
|
-
"@storybook/preview-api": "^8.6.
|
|
56
|
-
"@storybook/react": "^8.6.
|
|
57
|
-
"@storybook/react-vite": "^8.6.
|
|
58
|
-
"@storybook/test": "^8.6.
|
|
54
|
+
"@storybook/addon-a11y": "^8.6.14",
|
|
55
|
+
"@storybook/addon-essentials": "^8.6.14",
|
|
56
|
+
"@storybook/experimental-addon-test": "^8.6.14",
|
|
57
|
+
"@storybook/preview-api": "^8.6.14",
|
|
58
|
+
"@storybook/react": "^8.6.14",
|
|
59
|
+
"@storybook/react-vite": "^8.6.14",
|
|
60
|
+
"@storybook/test": "^8.6.14",
|
|
59
61
|
"@testing-library/react": "^16.3.0",
|
|
60
62
|
"@testing-library/user-event": "^14.6.1",
|
|
61
63
|
"@types/react": "^19.0.0",
|
|
62
|
-
"@types/react-dom": "^19.
|
|
64
|
+
"@types/react-dom": "^19.1.6",
|
|
63
65
|
"@vitejs/plugin-react": "^4.4.1",
|
|
64
66
|
"@vitest/browser": "^3.1.3",
|
|
65
67
|
"@vitest/coverage-v8": "^3.1.3",
|
|
@@ -68,17 +70,17 @@
|
|
|
68
70
|
"playwright": "^1.52.0",
|
|
69
71
|
"react": "^19.0.0",
|
|
70
72
|
"react-dom": "^19.0.0",
|
|
71
|
-
"storybook": "^8.6.
|
|
73
|
+
"storybook": "^8.6.14",
|
|
72
74
|
"storybook-dark-mode": "^4.0.2",
|
|
73
75
|
"vite": "^6.3.5",
|
|
74
|
-
"vite-plugin-dts": "^4.5.
|
|
76
|
+
"vite-plugin-dts": "^4.5.4",
|
|
75
77
|
"vite-tsconfig-paths": "^5.1.4",
|
|
76
78
|
"vitest": "^3.1.3",
|
|
77
79
|
"@commercetools/nimbus-icons": "^0.0.4",
|
|
78
80
|
"@commercetools/nimbus-tokens": "^0.0.3"
|
|
79
81
|
},
|
|
80
82
|
"peerDependencies": {
|
|
81
|
-
"@chakra-ui/react": "^3.
|
|
83
|
+
"@chakra-ui/react": "^3.19.2",
|
|
82
84
|
"react": "^19.0.0",
|
|
83
85
|
"@commercetools/nimbus-icons": "^0.0.4",
|
|
84
86
|
"@commercetools/nimbus-tokens": "^0.0.3"
|