@commercetools/nimbus 0.0.3 → 0.0.4-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools/nimbus",
3
- "version": "0.0.3",
3
+ "version": "0.0.4-rc1",
4
4
  "main": "./dist/index.umd.cjs",
5
5
  "module": "./dist/index.js",
6
6
  "type": "module",
@@ -13,12 +13,14 @@
13
13
  },
14
14
  "require": {
15
15
  "types": "./dist/index.d.ts",
16
- "default": "./dist/index.umd.cjs"
16
+ "default": "./dist/index.cjs"
17
17
  }
18
- }
18
+ },
19
+ "./package.json": "./package.json"
19
20
  },
20
21
  "files": [
21
- "dist"
22
+ "dist",
23
+ "package.json"
22
24
  ],
23
25
  "publishConfig": {
24
26
  "access": "public"
@@ -34,50 +36,59 @@
34
36
  ]
35
37
  }
36
38
  },
39
+ "dependencies": {
40
+ "react-aria": "^3.37.0",
41
+ "react-aria-components": "1.6.0",
42
+ "react-stately": "^3.35.0"
43
+ },
37
44
  "devDependencies": {
38
- "@chakra-ui/cli": "catalog:react",
39
- "@pandacss/types": "catalog:react",
40
- "@storybook/addon-a11y": "catalog:tooling",
41
- "@storybook/addon-essentials": "catalog:tooling",
42
- "@storybook/experimental-addon-test": "catalog:tooling",
43
- "@storybook/preview-api": "catalog:tooling",
44
- "@storybook/react": "catalog:tooling",
45
- "@storybook/react-vite": "catalog:tooling",
46
- "@storybook/test": "catalog:tooling",
47
- "@testing-library/react": "catalog:tooling",
48
- "@testing-library/user-event": "catalog:tooling",
49
- "@types/react": "catalog:react",
50
- "@types/react-dom": "catalog:react",
51
- "@vitejs/plugin-react": "catalog:tooling",
52
- "@vitest/browser": "catalog:tooling",
53
- "@vitest/coverage-v8": "catalog:tooling",
45
+ "@chakra-ui/cli": "^3.15.1",
46
+ "@chakra-ui/react": "^3.15.1",
47
+ "@emotion/is-prop-valid": "^1.3.1",
48
+ "@pandacss/types": "^0.53.3",
49
+ "@react-aria/optimize-locales-plugin": "^1.1.4",
50
+ "@storybook/addon-a11y": "^8.6.12",
51
+ "@storybook/addon-essentials": "^8.6.12",
52
+ "@storybook/experimental-addon-test": "^8.6.12",
53
+ "@storybook/preview-api": "^8.6.12",
54
+ "@storybook/react": "^8.6.12",
55
+ "@storybook/react-vite": "^8.6.12",
56
+ "@storybook/test": "^8.6.12",
57
+ "@testing-library/react": "^16.3.0",
58
+ "@testing-library/user-event": "^14.6.1",
59
+ "@types/react": "^18.3.12",
60
+ "@types/react-dom": "^18.3.1",
61
+ "@vitejs/plugin-react": "^4.3.4",
62
+ "@vitest/browser": "^3.1.1",
63
+ "@vitest/coverage-v8": "^3.1.1",
54
64
  "apca-w3": "^0.1.9",
55
65
  "axe-core": "^4.10.2",
56
- "playwright": "catalog:tooling",
57
- "storybook": "catalog:tooling",
58
- "storybook-dark-mode": "catalog:tooling",
59
- "vite": "catalog:tooling",
60
- "vite-plugin-dts": "catalog:tooling",
61
- "vite-tsconfig-paths": "catalog:tooling",
62
- "vitest": "catalog:tooling"
66
+ "next-themes": "^0.4.6",
67
+ "playwright": "^1.51.1",
68
+ "react-hotkeys-hook": "^4.6.1",
69
+ "react-use": "^17.5.1",
70
+ "react": "^18.3.1",
71
+ "react-dom": "^18.3.1",
72
+ "storybook": "^8.6.12",
73
+ "storybook-dark-mode": "^4.0.2",
74
+ "vite": "^6.2.6",
75
+ "vite-plugin-dts": "^4.5.3",
76
+ "vite-tsconfig-paths": "^5.1.4",
77
+ "vitest": "^3.1.1",
78
+ "@commercetools/nimbus-icons": "^0.0.2",
79
+ "@commercetools/nimbus-tokens": "^0.0.2"
63
80
  },
64
81
  "peerDependencies": {
65
- "react": "catalog:react",
66
- "react-dom": "catalog:react",
67
- "typescript": "catalog:tooling"
68
- },
69
- "dependencies": {
70
- "@commercetools/nimbus-icons": "workspace:^",
71
- "@commercetools/nimbus-tokens": "workspace:^",
72
- "@chakra-ui/react": "catalog:react",
73
- "@emotion/is-prop-valid": "catalog:react",
74
- "@react-aria/optimize-locales-plugin": "^1.1.4",
75
- "next-themes": "catalog:react",
76
- "react-aria": "catalog:react",
77
- "react-aria-components": "catalog:react",
82
+ "@chakra-ui/react": "^3.15.1",
83
+ "@emotion/is-prop-valid": "^1.3.1",
84
+ "next-themes": "^0.4.6",
85
+ "react": "^18.3.1",
86
+ "react-dom": "^18.3.1",
78
87
  "react-hotkeys-hook": "^4.6.1",
79
- "react-stately": "catalog:react",
80
- "react-use": "^17.5.1"
88
+ "react-use": "^17.5.1",
89
+ "typescript": "~5.8.3",
90
+ "@commercetools/nimbus-icons": "^0.0.2",
91
+ "@commercetools/nimbus-tokens": "^0.0.2"
81
92
  },
82
93
  "scripts": {
83
94
  "build": "pnpm run build-theme-typings && pnpm run build-lib",
@@ -88,4 +99,4 @@
88
99
  "storybook": "storybook dev -p 6006",
89
100
  "build-storybook": "storybook build"
90
101
  }
91
- }
102
+ }