unifyedx-storybook-new 0.2.65 → 0.2.67
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/unifyedx-storybook-new.css +1 -1
- package/dist/unifyedx-storybook-new.css.br +0 -0
- package/dist/unifyedx-storybook-new.css.gz +0 -0
- package/dist/unifyedx-storybook-new.es.js +1527 -1475
- package/dist/unifyedx-storybook-new.es.js.br +0 -0
- package/dist/unifyedx-storybook-new.es.js.gz +0 -0
- package/dist/{vendor-syncfusion-v-M3ddHK.js → vendor-syncfusion-CEwtS66o.js} +9 -8
- package/dist/vendor-syncfusion-CEwtS66o.js.br +0 -0
- package/dist/{vendor-syncfusion-v-M3ddHK.js.gz → vendor-syncfusion-CEwtS66o.js.gz} +0 -0
- package/package.json +4 -3
- package/dist/vendor-syncfusion-v-M3ddHK.js.br +0 -0
|
Binary file
|
|
Binary file
|
|
@@ -104052,12 +104052,13 @@ export {
|
|
|
104052
104052
|
F8 as I,
|
|
104053
104053
|
W8 as P,
|
|
104054
104054
|
Z8 as R,
|
|
104055
|
-
|
|
104056
|
-
|
|
104057
|
-
|
|
104058
|
-
|
|
104059
|
-
|
|
104060
|
-
|
|
104061
|
-
|
|
104062
|
-
|
|
104055
|
+
Hb as S,
|
|
104056
|
+
G8 as a,
|
|
104057
|
+
Gb as b,
|
|
104058
|
+
$8 as c,
|
|
104059
|
+
J8 as d,
|
|
104060
|
+
qv as e,
|
|
104061
|
+
P8 as f,
|
|
104062
|
+
H8 as g,
|
|
104063
|
+
R8 as h
|
|
104063
104064
|
};
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unifyedx-storybook-new",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.67",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/unifyedx-storybook-new.es.js",
|
|
7
7
|
"module": "dist/unifyedx-storybook-new.es.js",
|
|
@@ -61,7 +61,6 @@
|
|
|
61
61
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
62
62
|
"@heroicons/react": "^2.2.0",
|
|
63
63
|
"@hookform/resolvers": "^5.1.1",
|
|
64
|
-
"@syncfusion/ej2-base": "31.1.17",
|
|
65
64
|
"@syncfusion/ej2-react-grids": "31.1.17",
|
|
66
65
|
"@syncfusion/ej2-react-splitbuttons": "31.1.17",
|
|
67
66
|
"axios": "^1.10.0",
|
|
@@ -125,6 +124,8 @@
|
|
|
125
124
|
"preview": "vite preview",
|
|
126
125
|
"storybook": "storybook dev -p 6006",
|
|
127
126
|
"build-storybook": "storybook build",
|
|
128
|
-
"local-pub": "npm run build && yalc publish --push"
|
|
127
|
+
"local-pub": "rm -rf dist && npm run build && yalc publish --push",
|
|
128
|
+
"local-push": "npm run build && yalc push --replace",
|
|
129
|
+
"local-watch": "npm run build && yalc push --replace --watch"
|
|
129
130
|
}
|
|
130
131
|
}
|
|
Binary file
|