@hybr1d-tech/charizard 1.1.125 → 1.1.126
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/hybr1d-ui.css +1 -1
- package/dist/hybr1d-ui.js +1 -1
- package/dist/hybr1d-ui.umd.cjs +1 -1
- package/dist/index.d.ts +0 -5
- package/package.json +19 -19
package/dist/index.d.ts
CHANGED
|
@@ -3395,8 +3395,3 @@ export declare const ZENADMIN_CONTACT = "mailto:customersuccess@zenadmin.ai";
|
|
|
3395
3395
|
export declare const ZENADMIN_URL = "https://www.zenadmin.ai";
|
|
3396
3396
|
|
|
3397
3397
|
export { }
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
declare namespace NumberAdornment {
|
|
3401
|
-
var displayName: INPUT_COMPONENTS;
|
|
3402
|
-
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hybr1d-tech/charizard",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.126",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -47,35 +47,35 @@
|
|
|
47
47
|
"react-day-picker": "^9.5.1",
|
|
48
48
|
"react-dom": "^18.3.1",
|
|
49
49
|
"react-infinite-scroll-component": "^6.1.0",
|
|
50
|
-
"react-inlinesvg": "^4.
|
|
50
|
+
"react-inlinesvg": "^4.2.0",
|
|
51
51
|
"react-intersection-observer": "^9.8.0",
|
|
52
|
-
"react-router": "7.
|
|
53
|
-
"react-select": "^5.10.
|
|
54
|
-
"react-toastify": "^
|
|
52
|
+
"react-router": "7.2.0",
|
|
53
|
+
"react-select": "^5.10.1",
|
|
54
|
+
"react-toastify": "^11.0.5",
|
|
55
55
|
"react-tooltip": "^5.28.0",
|
|
56
56
|
"use-deep-compare-effect": "^1.8.1",
|
|
57
57
|
"zustand": "^5.0.3"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@storybook/addon-essentials": "^8.
|
|
61
|
-
"@storybook/addon-interactions": "^8.
|
|
62
|
-
"@storybook/addon-links": "^8.
|
|
63
|
-
"@storybook/blocks": "^8.
|
|
64
|
-
"@storybook/react": "^8.
|
|
65
|
-
"@storybook/react-vite": "^8.
|
|
66
|
-
"@storybook/test": "^8.
|
|
67
|
-
"@types/node": "^22.13.
|
|
60
|
+
"@storybook/addon-essentials": "^8.6.3",
|
|
61
|
+
"@storybook/addon-interactions": "^8.6.3",
|
|
62
|
+
"@storybook/addon-links": "^8.6.3",
|
|
63
|
+
"@storybook/blocks": "^8.6.3",
|
|
64
|
+
"@storybook/react": "^8.6.3",
|
|
65
|
+
"@storybook/react-vite": "^8.6.3",
|
|
66
|
+
"@storybook/test": "^8.6.3",
|
|
67
|
+
"@types/node": "^22.13.9",
|
|
68
68
|
"@types/react": "^18.3.13",
|
|
69
69
|
"@types/react-dom": "^18.3.1",
|
|
70
70
|
"@vitejs/plugin-react-swc": "^3.8.0",
|
|
71
71
|
"axios": "^1.7.9",
|
|
72
|
-
"globals": "^
|
|
73
|
-
"storybook": "^8.
|
|
72
|
+
"globals": "^16.0.0",
|
|
73
|
+
"storybook": "^8.6.3",
|
|
74
74
|
"storybook-css-modules-preset": "^1.1.1",
|
|
75
|
-
"typescript": "5.
|
|
76
|
-
"vite": "^6.
|
|
77
|
-
"vite-plugin-checker": "^0.
|
|
78
|
-
"vite-plugin-dts": "4.5.
|
|
75
|
+
"typescript": "5.8.2",
|
|
76
|
+
"vite": "^6.2.0",
|
|
77
|
+
"vite-plugin-checker": "^0.9.0",
|
|
78
|
+
"vite-plugin-dts": "4.5.3",
|
|
79
79
|
"vite-plugin-libcss": "^1.1.1"
|
|
80
80
|
},
|
|
81
81
|
"publishConfig": {
|