@commercetools/nimbus 0.0.4-rc8 → 0.0.5-rc1
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 -19
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +7 -6
- package/dist/index.js +1224 -9219
- package/dist/index.js.map +1 -1
- package/package.json +42 -43
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools/nimbus",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"main": "./dist/index.
|
|
3
|
+
"version": "0.0.5-rc1",
|
|
4
|
+
"main": "./dist/index.cjs",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
"sideEffects": [
|
|
29
29
|
"*.css"
|
|
30
30
|
],
|
|
31
|
-
"source": "src/index.ts",
|
|
32
31
|
"typesVersions": {
|
|
33
32
|
"*": {
|
|
34
33
|
"*": [
|
|
@@ -37,54 +36,54 @@
|
|
|
37
36
|
}
|
|
38
37
|
},
|
|
39
38
|
"dependencies": {
|
|
40
|
-
"react-aria": "
|
|
41
|
-
"react-aria-components": "
|
|
42
|
-
"react-stately": "
|
|
39
|
+
"react-aria": "catalog:react",
|
|
40
|
+
"react-aria-components": "catalog:react",
|
|
41
|
+
"react-stately": "catalog:react",
|
|
43
42
|
"react-hotkeys-hook": "^4.6.1",
|
|
44
43
|
"react-use": "^17.5.1",
|
|
45
|
-
"next-themes": "
|
|
46
|
-
"@emotion/is-prop-valid": "
|
|
44
|
+
"next-themes": "catalog:react",
|
|
45
|
+
"@emotion/is-prop-valid": "catalog:react"
|
|
47
46
|
},
|
|
48
47
|
"devDependencies": {
|
|
49
|
-
"@chakra-ui/cli": "
|
|
50
|
-
"@chakra-ui/react": "
|
|
51
|
-
"@
|
|
48
|
+
"@chakra-ui/cli": "catalog:react",
|
|
49
|
+
"@chakra-ui/react": "catalog:react",
|
|
50
|
+
"@commercetools/nimbus-icons": "workspace:^",
|
|
51
|
+
"@commercetools/nimbus-tokens": "workspace:^",
|
|
52
|
+
"@pandacss/types": "catalog:react",
|
|
52
53
|
"@react-aria/optimize-locales-plugin": "^1.1.4",
|
|
53
|
-
"@storybook/addon-a11y": "
|
|
54
|
-
"@storybook/addon-essentials": "
|
|
55
|
-
"@storybook/experimental-addon-test": "
|
|
56
|
-
"@storybook/preview-api": "
|
|
57
|
-
"@storybook/react": "
|
|
58
|
-
"@storybook/react-vite": "
|
|
59
|
-
"@storybook/test": "
|
|
60
|
-
"@testing-library/react": "
|
|
61
|
-
"@testing-library/user-event": "
|
|
62
|
-
"@types/react": "
|
|
63
|
-
"@types/react-dom": "
|
|
64
|
-
"@vitejs/plugin-react": "
|
|
65
|
-
"@vitest/browser": "
|
|
66
|
-
"@vitest/coverage-v8": "
|
|
54
|
+
"@storybook/addon-a11y": "catalog:tooling",
|
|
55
|
+
"@storybook/addon-essentials": "catalog:tooling",
|
|
56
|
+
"@storybook/experimental-addon-test": "catalog:tooling",
|
|
57
|
+
"@storybook/preview-api": "catalog:tooling",
|
|
58
|
+
"@storybook/react": "catalog:tooling",
|
|
59
|
+
"@storybook/react-vite": "catalog:tooling",
|
|
60
|
+
"@storybook/test": "catalog:tooling",
|
|
61
|
+
"@testing-library/react": "catalog:tooling",
|
|
62
|
+
"@testing-library/user-event": "catalog:tooling",
|
|
63
|
+
"@types/react": "catalog:react",
|
|
64
|
+
"@types/react-dom": "catalog:react",
|
|
65
|
+
"@vitejs/plugin-react": "catalog:tooling",
|
|
66
|
+
"@vitest/browser": "catalog:tooling",
|
|
67
|
+
"@vitest/coverage-v8": "catalog:tooling",
|
|
67
68
|
"apca-w3": "^0.1.9",
|
|
68
69
|
"axe-core": "^4.10.2",
|
|
69
|
-
"playwright": "
|
|
70
|
-
"react": "
|
|
71
|
-
"react-dom": "
|
|
72
|
-
"storybook": "
|
|
73
|
-
"storybook-dark-mode": "
|
|
74
|
-
"vite": "
|
|
75
|
-
"vite-plugin-dts": "
|
|
76
|
-
"vite-tsconfig-paths": "
|
|
77
|
-
"vitest": "
|
|
78
|
-
"@commercetools/nimbus-icons": "^0.0.2",
|
|
79
|
-
"@commercetools/nimbus-tokens": "^0.0.2"
|
|
70
|
+
"playwright": "catalog:tooling",
|
|
71
|
+
"react": "catalog:react",
|
|
72
|
+
"react-dom": "catalog:react",
|
|
73
|
+
"storybook": "catalog:tooling",
|
|
74
|
+
"storybook-dark-mode": "catalog:tooling",
|
|
75
|
+
"vite": "catalog:tooling",
|
|
76
|
+
"vite-plugin-dts": "catalog:tooling",
|
|
77
|
+
"vite-tsconfig-paths": "catalog:tooling",
|
|
78
|
+
"vitest": "catalog:tooling"
|
|
80
79
|
},
|
|
81
80
|
"peerDependencies": {
|
|
82
|
-
"@chakra-ui/react": "
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
81
|
+
"@chakra-ui/react": "catalog:react",
|
|
82
|
+
"@commercetools/nimbus-icons": "workspace:^",
|
|
83
|
+
"@commercetools/nimbus-tokens": "workspace:^",
|
|
84
|
+
"react": "catalog:react",
|
|
85
|
+
"react-dom": "catalog:react",
|
|
86
|
+
"typescript": "catalog:tooling"
|
|
88
87
|
},
|
|
89
88
|
"scripts": {
|
|
90
89
|
"build": "pnpm run build-theme-typings && pnpm run build-lib",
|
|
@@ -95,4 +94,4 @@
|
|
|
95
94
|
"storybook": "storybook dev -p 6006",
|
|
96
95
|
"build-storybook": "storybook build"
|
|
97
96
|
}
|
|
98
|
-
}
|
|
97
|
+
}
|