@commercetools/nimbus 0.0.5-rc2 → 0.0.5-rc5-experimental
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 +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.js +2907 -2924
- package/dist/index.js.map +1 -1
- package/package.json +41 -41
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-rc5-experimental",
|
|
4
4
|
"main": "./dist/index.cjs",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -36,54 +36,54 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"react-aria": "
|
|
40
|
-
"react-aria-components": "
|
|
41
|
-
"react-stately": "
|
|
39
|
+
"react-aria": "^3.39.0",
|
|
40
|
+
"react-aria-components": "1.8.0",
|
|
41
|
+
"react-stately": "^3.37.0",
|
|
42
42
|
"react-hotkeys-hook": "^4.6.1",
|
|
43
43
|
"react-use": "^17.5.1",
|
|
44
|
-
"next-themes": "
|
|
45
|
-
"@emotion/is-prop-valid": "
|
|
44
|
+
"next-themes": "^0.4.6",
|
|
45
|
+
"@emotion/is-prop-valid": "^1.3.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@chakra-ui/cli": "
|
|
49
|
-
"@chakra-ui/react": "
|
|
50
|
-
"@
|
|
51
|
-
"@commercetools/nimbus-tokens": "workspace:^",
|
|
52
|
-
"@pandacss/types": "catalog:react",
|
|
48
|
+
"@chakra-ui/cli": "^3.15.1",
|
|
49
|
+
"@chakra-ui/react": "^3.15.1",
|
|
50
|
+
"@pandacss/types": "^0.53.3",
|
|
53
51
|
"@react-aria/optimize-locales-plugin": "^1.1.4",
|
|
54
|
-
"@storybook/addon-a11y": "
|
|
55
|
-
"@storybook/addon-essentials": "
|
|
56
|
-
"@storybook/experimental-addon-test": "
|
|
57
|
-
"@storybook/preview-api": "
|
|
58
|
-
"@storybook/react": "
|
|
59
|
-
"@storybook/react-vite": "
|
|
60
|
-
"@storybook/test": "
|
|
61
|
-
"@testing-library/react": "
|
|
62
|
-
"@testing-library/user-event": "
|
|
63
|
-
"@types/react": "
|
|
64
|
-
"@types/react-dom": "
|
|
65
|
-
"@vitejs/plugin-react": "
|
|
66
|
-
"@vitest/browser": "
|
|
67
|
-
"@vitest/coverage-v8": "
|
|
52
|
+
"@storybook/addon-a11y": "^8.6.12",
|
|
53
|
+
"@storybook/addon-essentials": "^8.6.12",
|
|
54
|
+
"@storybook/experimental-addon-test": "^8.6.12",
|
|
55
|
+
"@storybook/preview-api": "^8.6.12",
|
|
56
|
+
"@storybook/react": "^8.6.12",
|
|
57
|
+
"@storybook/react-vite": "^8.6.12",
|
|
58
|
+
"@storybook/test": "^8.6.12",
|
|
59
|
+
"@testing-library/react": "^16.3.0",
|
|
60
|
+
"@testing-library/user-event": "^14.6.1",
|
|
61
|
+
"@types/react": "^19.0.0",
|
|
62
|
+
"@types/react-dom": "^19.0.0",
|
|
63
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
64
|
+
"@vitest/browser": "^3.1.1",
|
|
65
|
+
"@vitest/coverage-v8": "^3.1.1",
|
|
68
66
|
"apca-w3": "^0.1.9",
|
|
69
67
|
"axe-core": "^4.10.2",
|
|
70
|
-
"playwright": "
|
|
71
|
-
"react": "
|
|
72
|
-
"react-dom": "
|
|
73
|
-
"storybook": "
|
|
74
|
-
"storybook-dark-mode": "
|
|
75
|
-
"vite": "
|
|
76
|
-
"vite-plugin-dts": "
|
|
77
|
-
"vite-tsconfig-paths": "
|
|
78
|
-
"vitest": "
|
|
68
|
+
"playwright": "^1.51.1",
|
|
69
|
+
"react": "^19.0.0",
|
|
70
|
+
"react-dom": "^19.0.0",
|
|
71
|
+
"storybook": "^8.6.12",
|
|
72
|
+
"storybook-dark-mode": "^4.0.2",
|
|
73
|
+
"vite": "^6.2.6",
|
|
74
|
+
"vite-plugin-dts": "^4.5.3",
|
|
75
|
+
"vite-tsconfig-paths": "^5.1.4",
|
|
76
|
+
"vitest": "^3.1.1",
|
|
77
|
+
"@commercetools/nimbus-tokens": "^0.0.2",
|
|
78
|
+
"@commercetools/nimbus-icons": "^0.0.2"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
|
-
"@chakra-ui/react": "
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
81
|
+
"@chakra-ui/react": "^3.15.1",
|
|
82
|
+
"react": "^19.0.0",
|
|
83
|
+
"react-dom": "^19.0.0",
|
|
84
|
+
"typescript": "~5.8.3",
|
|
85
|
+
"@commercetools/nimbus-icons": "^0.0.2",
|
|
86
|
+
"@commercetools/nimbus-tokens": "^0.0.2"
|
|
87
87
|
},
|
|
88
88
|
"scripts": {
|
|
89
89
|
"build": "pnpm run build-theme-typings && pnpm run build-lib",
|
|
@@ -94,4 +94,4 @@
|
|
|
94
94
|
"storybook": "storybook dev -p 6006",
|
|
95
95
|
"build-storybook": "storybook build"
|
|
96
96
|
}
|
|
97
|
-
}
|
|
97
|
+
}
|