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.
@@ -104052,12 +104052,13 @@ export {
104052
104052
  F8 as I,
104053
104053
  W8 as P,
104054
104054
  Z8 as R,
104055
- G8 as S,
104056
- Gb as a,
104057
- $8 as b,
104058
- J8 as c,
104059
- qv as d,
104060
- P8 as e,
104061
- H8 as f,
104062
- R8 as g
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
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "unifyedx-storybook-new",
3
3
  "private": false,
4
- "version": "0.2.65",
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
  }