@commercetools/nimbus 0.0.1 → 0.0.2
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/package.json +37 -34
package/package.json
CHANGED
|
@@ -1,56 +1,59 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools/nimbus",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"main": "./dist/index.umd.cjs",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
8
|
+
"publishConfig": {
|
|
9
|
+
"access": "public"
|
|
10
|
+
},
|
|
8
11
|
"sideEffects": false,
|
|
9
12
|
"devDependencies": {
|
|
10
|
-
"@chakra-ui/cli": "
|
|
11
|
-
"@pandacss/types": "
|
|
12
|
-
"@storybook/addon-a11y": "
|
|
13
|
-
"@storybook/addon-essentials": "
|
|
14
|
-
"@storybook/experimental-addon-test": "
|
|
15
|
-
"@storybook/preview-api": "
|
|
16
|
-
"@storybook/react": "
|
|
17
|
-
"@storybook/react-vite": "
|
|
18
|
-
"@storybook/test": "
|
|
19
|
-
"@testing-library/react": "
|
|
20
|
-
"@testing-library/user-event": "
|
|
21
|
-
"@types/react": "
|
|
22
|
-
"@types/react-dom": "
|
|
13
|
+
"@chakra-ui/cli": "^3.15.1",
|
|
14
|
+
"@pandacss/types": "^0.53.3",
|
|
15
|
+
"@storybook/addon-a11y": "^8.6.12",
|
|
16
|
+
"@storybook/addon-essentials": "^8.6.12",
|
|
17
|
+
"@storybook/experimental-addon-test": "^8.6.12",
|
|
18
|
+
"@storybook/preview-api": "^8.6.12",
|
|
19
|
+
"@storybook/react": "^8.6.12",
|
|
20
|
+
"@storybook/react-vite": "^8.6.12",
|
|
21
|
+
"@storybook/test": "^8.6.12",
|
|
22
|
+
"@testing-library/react": "^16.3.0",
|
|
23
|
+
"@testing-library/user-event": "^14.6.1",
|
|
24
|
+
"@types/react": "^18.3.12",
|
|
25
|
+
"@types/react-dom": "^18.3.1",
|
|
23
26
|
"@types/testing-library__dom": "^7.5.0",
|
|
24
|
-
"@vitejs/plugin-react": "
|
|
25
|
-
"@vitest/browser": "
|
|
26
|
-
"@vitest/coverage-v8": "
|
|
27
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
28
|
+
"@vitest/browser": "^3.1.1",
|
|
29
|
+
"@vitest/coverage-v8": "^3.1.1",
|
|
27
30
|
"apca-w3": "^0.1.9",
|
|
28
31
|
"axe-core": "^4.10.2",
|
|
29
|
-
"playwright": "
|
|
30
|
-
"storybook": "
|
|
31
|
-
"storybook-dark-mode": "
|
|
32
|
-
"vite": "
|
|
33
|
-
"vite-plugin-dts": "
|
|
34
|
-
"vite-tsconfig-paths": "
|
|
35
|
-
"vitest": "
|
|
32
|
+
"playwright": "^1.51.1",
|
|
33
|
+
"storybook": "^8.6.12",
|
|
34
|
+
"storybook-dark-mode": "^4.0.2",
|
|
35
|
+
"vite": "^6.2.6",
|
|
36
|
+
"vite-plugin-dts": "^4.5.3",
|
|
37
|
+
"vite-tsconfig-paths": "^5.1.4",
|
|
38
|
+
"vitest": "^3.1.1"
|
|
36
39
|
},
|
|
37
40
|
"peerDependencies": {
|
|
38
|
-
"react": "
|
|
39
|
-
"react-dom": "
|
|
40
|
-
"typescript": "
|
|
41
|
+
"react": "^18.3.1",
|
|
42
|
+
"react-dom": "^18.3.1",
|
|
43
|
+
"typescript": "~5.8.3"
|
|
41
44
|
},
|
|
42
45
|
"dependencies": {
|
|
43
|
-
"@
|
|
44
|
-
"@
|
|
45
|
-
"@chakra-ui/react": "catalog:react",
|
|
46
|
-
"@emotion/is-prop-valid": "catalog:react",
|
|
46
|
+
"@chakra-ui/react": "^3.15.1",
|
|
47
|
+
"@emotion/is-prop-valid": "^1.3.1",
|
|
47
48
|
"@react-aria/optimize-locales-plugin": "^1.1.4",
|
|
48
|
-
"next-themes": "
|
|
49
|
+
"next-themes": "^0.4.6",
|
|
49
50
|
"react-aria": "^3.37.0",
|
|
50
51
|
"react-aria-components": "1.6.0",
|
|
51
52
|
"react-hotkeys-hook": "^4.6.1",
|
|
52
53
|
"react-stately": "^3.35.0",
|
|
53
|
-
"react-use": "^17.5.1"
|
|
54
|
+
"react-use": "^17.5.1",
|
|
55
|
+
"@commercetools/nimbus-icons": "^0.0.2",
|
|
56
|
+
"@commercetools/nimbus-tokens": "^0.0.2"
|
|
54
57
|
},
|
|
55
58
|
"scripts": {
|
|
56
59
|
"build": "pnpm run build-theme-typings && pnpm run build-lib",
|
|
@@ -61,4 +64,4 @@
|
|
|
61
64
|
"storybook": "storybook dev -p 6006",
|
|
62
65
|
"build-storybook": "storybook build"
|
|
63
66
|
}
|
|
64
|
-
}
|
|
67
|
+
}
|