@hybr1d-tech/charizard 2.3.12 → 2.3.13
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.js +840 -822
- package/dist/hybr1d-ui.umd.cjs +6 -5
- package/dist/index.d.ts +4 -1
- package/package.json +22 -22
package/dist/index.d.ts
CHANGED
|
@@ -3393,7 +3393,7 @@ export declare interface UsersChipUser {
|
|
|
3393
3393
|
user_position?: string | null;
|
|
3394
3394
|
}
|
|
3395
3395
|
|
|
3396
|
-
export declare const useTableStore: UseBoundStore<Omit<StoreApi<InternalTableStore>, "setState"> & {
|
|
3396
|
+
export declare const useTableStore: UseBoundStore<Omit<StoreApi<InternalTableStore>, "setState" | "devtools"> & {
|
|
3397
3397
|
setState(partial: InternalTableStore | Partial<InternalTableStore> | ((state: InternalTableStore) => InternalTableStore | Partial<InternalTableStore>), replace?: false | undefined, action?: (string | {
|
|
3398
3398
|
[x: string]: unknown;
|
|
3399
3399
|
[x: number]: unknown;
|
|
@@ -3406,6 +3406,9 @@ setState(state: InternalTableStore | ((state: InternalTableStore) => InternalTab
|
|
|
3406
3406
|
[x: symbol]: unknown;
|
|
3407
3407
|
type: string;
|
|
3408
3408
|
}) | undefined): void;
|
|
3409
|
+
devtools: {
|
|
3410
|
+
cleanup: () => void;
|
|
3411
|
+
};
|
|
3409
3412
|
}>;
|
|
3410
3413
|
|
|
3411
3414
|
export declare const ZENADMIN_CONTACT = "mailto:customersuccess@zenadmin.ai";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hybr1d-tech/charizard",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.13",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -25,21 +25,21 @@
|
|
|
25
25
|
"@dnd-kit/utilities": "^3.2.2",
|
|
26
26
|
"@popperjs/core": "^2.11.8",
|
|
27
27
|
"@tanstack/react-table": "^8.21.3",
|
|
28
|
-
"@zag-js/accordion": "^1.
|
|
29
|
-
"@zag-js/checkbox": "^1.
|
|
30
|
-
"@zag-js/color-picker": "^1.
|
|
31
|
-
"@zag-js/combobox": "^1.
|
|
32
|
-
"@zag-js/dialog": "^1.
|
|
33
|
-
"@zag-js/menu": "^1.
|
|
34
|
-
"@zag-js/pagination": "^1.
|
|
35
|
-
"@zag-js/popover": "^1.
|
|
36
|
-
"@zag-js/popper": "^1.
|
|
37
|
-
"@zag-js/radio-group": "^1.
|
|
38
|
-
"@zag-js/react": "^1.
|
|
39
|
-
"@zag-js/select": "^1.
|
|
40
|
-
"@zag-js/switch": "^1.
|
|
41
|
-
"@zag-js/tabs": "^1.
|
|
42
|
-
"@zag-js/tooltip": "^1.
|
|
28
|
+
"@zag-js/accordion": "^1.14.0",
|
|
29
|
+
"@zag-js/checkbox": "^1.14.0",
|
|
30
|
+
"@zag-js/color-picker": "^1.14.0",
|
|
31
|
+
"@zag-js/combobox": "^1.14.0",
|
|
32
|
+
"@zag-js/dialog": "^1.14.0",
|
|
33
|
+
"@zag-js/menu": "^1.14.0",
|
|
34
|
+
"@zag-js/pagination": "^1.14.0",
|
|
35
|
+
"@zag-js/popover": "^1.14.0",
|
|
36
|
+
"@zag-js/popper": "^1.14.0",
|
|
37
|
+
"@zag-js/radio-group": "^1.14.0",
|
|
38
|
+
"@zag-js/react": "^1.14.0",
|
|
39
|
+
"@zag-js/select": "^1.14.0",
|
|
40
|
+
"@zag-js/switch": "^1.14.0",
|
|
41
|
+
"@zag-js/tabs": "^1.14.0",
|
|
42
|
+
"@zag-js/tooltip": "^1.14.0",
|
|
43
43
|
"clsx": "^2.1.1",
|
|
44
44
|
"date-fns": "^4.1.0",
|
|
45
45
|
"react": "^19.1.0",
|
|
@@ -54,23 +54,23 @@
|
|
|
54
54
|
"react-toastify": "^11.0.5",
|
|
55
55
|
"react-tooltip": "^5.28.0",
|
|
56
56
|
"use-deep-compare-effect": "^1.8.1",
|
|
57
|
-
"zustand": "^5.0.
|
|
57
|
+
"zustand": "^5.0.5"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@storybook/addon-essentials": "^8.6.14",
|
|
61
61
|
"@storybook/addon-interactions": "^8.6.14",
|
|
62
|
-
"@storybook/addon-links": "^
|
|
62
|
+
"@storybook/addon-links": "^9.0.1",
|
|
63
63
|
"@storybook/blocks": "^8.6.14",
|
|
64
|
-
"@storybook/react": "^
|
|
65
|
-
"@storybook/react-vite": "^
|
|
64
|
+
"@storybook/react": "^9.0.1",
|
|
65
|
+
"@storybook/react-vite": "^9.0.1",
|
|
66
66
|
"@storybook/test": "^8.6.14",
|
|
67
|
-
"@types/node": "^22.15.
|
|
67
|
+
"@types/node": "^22.15.27",
|
|
68
68
|
"@types/react": "^19.1.6",
|
|
69
69
|
"@types/react-dom": "^19.1.5",
|
|
70
70
|
"@vitejs/plugin-react-swc": "^3.10.0",
|
|
71
71
|
"axios": "^1.9.0",
|
|
72
72
|
"globals": "^16.2.0",
|
|
73
|
-
"storybook": "^
|
|
73
|
+
"storybook": "^9.0.1",
|
|
74
74
|
"storybook-css-modules-preset": "^1.1.1",
|
|
75
75
|
"typescript": "5.8.3",
|
|
76
76
|
"vite": "^6.3.5",
|