unifyedx-storybook-new 0.2.68 → 0.2.70

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,11 +1,10 @@
1
1
  {
2
2
  "name": "unifyedx-storybook-new",
3
3
  "private": false,
4
- "version": "0.2.68",
4
+ "version": "0.2.70",
5
5
  "type": "module",
6
6
  "main": "dist/unifyedx-storybook-new.es.js",
7
7
  "module": "dist/unifyedx-storybook-new.es.js",
8
- "types": "dist/index.d.ts",
9
8
  "style": "dist/unifyedx-storybook-new.css",
10
9
  "files": [
11
10
  "dist"
@@ -79,7 +78,6 @@
79
78
  "react-tailwindcss-datepicker": "^2.0.0",
80
79
  "react-toastify": "^10",
81
80
  "react-tooltip": "^5.29.1",
82
- "unifyedx-storybook-new": "^0.1.87",
83
81
  "yup": "^1.6.1"
84
82
  },
85
83
  "devDependencies": {
@@ -124,6 +122,7 @@
124
122
  "preview": "vite preview",
125
123
  "storybook": "storybook dev -p 6006",
126
124
  "build-storybook": "storybook build",
125
+ "dev:lib": "vite build --watch",
127
126
  "local-pub": "rm -rf dist && npm run build && yalc publish --push",
128
127
  "local-push": "npm run build && yalc push --replace",
129
128
  "local-watch": "npm run build && yalc push --replace --watch"