@hybr1d-tech/charizard 2.3.22 → 2.3.23

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,45 +1,47 @@
1
1
  {
2
2
  "name": "@hybr1d-tech/charizard",
3
- "version": "2.3.22",
3
+ "version": "2.3.23",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
8
- "main": "./dist/hybr1d-ui.umd.js",
8
+ "main": "./dist/hybr1d-ui.js",
9
9
  "module": "./dist/hybr1d-ui.js",
10
10
  "types": "./dist/index.d.ts",
11
11
  "exports": {
12
12
  ".": {
13
13
  "types": "./dist/index.d.ts",
14
- "import": "./dist/hybr1d-ui.js",
15
- "require": "./dist/hybr1d-ui.umd.js"
14
+ "import": "./dist/hybr1d-ui.js"
16
15
  }
17
16
  },
18
17
  "repository": {
19
18
  "type": "git",
20
19
  "url": "https://github.com/Usehybrid/charizard"
21
20
  },
21
+ "engines": {
22
+ "node": ">=22"
23
+ },
22
24
  "peerDependencies": {
23
25
  "@dnd-kit/core": "^6.3.1",
24
26
  "@dnd-kit/sortable": "^10.0.0",
25
27
  "@dnd-kit/utilities": "^3.2.2",
26
28
  "@popperjs/core": "^2.11.8",
27
29
  "@tanstack/react-table": "^8.21.3",
28
- "@zag-js/accordion": "^1.15.2",
29
- "@zag-js/checkbox": "^1.15.2",
30
- "@zag-js/color-picker": "^1.15.2",
31
- "@zag-js/combobox": "^1.15.2",
32
- "@zag-js/dialog": "^1.15.2",
33
- "@zag-js/menu": "^1.15.2",
34
- "@zag-js/pagination": "^1.15.2",
35
- "@zag-js/popover": "^1.15.2",
36
- "@zag-js/popper": "^1.15.2",
37
- "@zag-js/radio-group": "^1.15.2",
38
- "@zag-js/react": "^1.15.2",
39
- "@zag-js/select": "^1.15.2",
40
- "@zag-js/switch": "^1.15.2",
41
- "@zag-js/tabs": "^1.15.2",
42
- "@zag-js/tooltip": "^1.15.2",
30
+ "@zag-js/accordion": "^1.17.4",
31
+ "@zag-js/checkbox": "^1.17.4",
32
+ "@zag-js/color-picker": "^1.17.4",
33
+ "@zag-js/combobox": "^1.17.4",
34
+ "@zag-js/dialog": "^1.17.4",
35
+ "@zag-js/menu": "^1.17.4",
36
+ "@zag-js/pagination": "^1.17.4",
37
+ "@zag-js/popover": "^1.17.4",
38
+ "@zag-js/popper": "^1.17.4",
39
+ "@zag-js/radio-group": "^1.17.4",
40
+ "@zag-js/react": "^1.17.4",
41
+ "@zag-js/select": "^1.17.4",
42
+ "@zag-js/switch": "^1.17.4",
43
+ "@zag-js/tabs": "^1.17.4",
44
+ "@zag-js/tooltip": "^1.17.4",
43
45
  "clsx": "^2.1.1",
44
46
  "date-fns": "^4.1.0",
45
47
  "react": "^19.1.0",
@@ -49,31 +51,31 @@
49
51
  "react-infinite-scroll-component": "^6.1.0",
50
52
  "react-inlinesvg": "^4.2.0",
51
53
  "react-intersection-observer": "^9.8.0",
52
- "react-router": "7.6.2",
54
+ "react-router": "7.6.3",
53
55
  "react-select": "^5.10.1",
54
56
  "react-toastify": "^11.0.5",
55
- "react-tooltip": "^5.28.0",
57
+ "react-tooltip": "^5.29.1",
56
58
  "use-deep-compare-effect": "^1.8.1",
57
- "zustand": "^5.0.5"
59
+ "zustand": "^5.0.6"
58
60
  },
59
61
  "devDependencies": {
60
62
  "@storybook/addon-essentials": "^8.6.14",
61
63
  "@storybook/addon-interactions": "^8.6.14",
62
- "@storybook/addon-links": "^9.0.8",
64
+ "@storybook/addon-links": "^9.0.14",
63
65
  "@storybook/blocks": "^8.6.14",
64
- "@storybook/react": "^9.0.8",
65
- "@storybook/react-vite": "^9.0.8",
66
+ "@storybook/react": "^9.0.14",
67
+ "@storybook/react-vite": "^9.0.14",
66
68
  "@storybook/test": "^8.6.14",
67
- "@types/node": "^24.0.1",
69
+ "@types/node": "^24.0.7",
68
70
  "@types/react": "^19.1.8",
69
71
  "@types/react-dom": "^19.1.6",
70
72
  "@vitejs/plugin-react-swc": "^3.10.2",
71
- "axios": "^1.9.0",
73
+ "axios": "^1.10.0",
72
74
  "globals": "^16.2.0",
73
- "storybook": "^9.0.8",
75
+ "storybook": "^9.0.14",
74
76
  "storybook-css-modules-preset": "^1.1.1",
75
77
  "typescript": "5.8.3",
76
- "vite": "^6.3.5",
78
+ "vite": "^7.0.0",
77
79
  "vite-plugin-checker": "^0.9.3",
78
80
  "vite-plugin-dts": "4.5.4",
79
81
  "vite-plugin-libcss": "^1.1.2"