@zimyo/ui 1.3.0 → 1.5.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@zimyo/ui",
3
- "version": "1.3.0",
3
+ "version": "1.5.0",
4
4
  "description": "Zimyo UI library built on MUI Material",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -48,11 +48,6 @@
48
48
  "require": "./dist/Select/index.js",
49
49
  "types": "./dist/Select/index.d.ts"
50
50
  },
51
- "./TextInput": {
52
- "import": "./dist/Input/index.esm.js",
53
- "require": "./dist/Input/index.js",
54
- "types": "./dist/Input/index.d.ts"
55
- },
56
51
  "./Switch": {
57
52
  "import": "./dist/Switch/index.esm.js",
58
53
  "require": "./dist/Switch/index.js",
@@ -78,6 +73,21 @@
78
73
  "require": "./dist/Notice/index.js",
79
74
  "types": "./dist/Notice/index.d.ts"
80
75
  },
76
+ "./DatePicker": {
77
+ "import": "./dist/DatePicker/index.esm.js",
78
+ "require": "./dist/DatePicker/index.js",
79
+ "types": "./dist/DatePicker/index.d.ts"
80
+ },
81
+ "./DateRangePicker": {
82
+ "import": "./dist/DateRangePicker/index.esm.js",
83
+ "require": "./dist/DateRangePicker/index.js",
84
+ "types": "./dist/DateRangePicker/index.d.ts"
85
+ },
86
+ "./Form": {
87
+ "import": "./dist/Form/index.esm.js",
88
+ "require": "./dist/Form/index.js",
89
+ "types": "./dist/Form/index.d.ts"
90
+ },
81
91
  "./theme": {
82
92
  "import": "./dist/theme/index.esm.js",
83
93
  "require": "./dist/theme/index.js",
@@ -88,7 +98,7 @@
88
98
  "dist"
89
99
  ],
90
100
  "scripts": {
91
- "build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 rollup -c --bundleConfigAsCjs",
101
+ "build": "cross-env NODE_OPTIONS=--max-old-space-size=8096 rollup -c --bundleConfigAsCjs",
92
102
  "build:css": "tailwindcss -i src/index.css -o dist/index.css --minify",
93
103
  "build:watch": "rollup -c -w",
94
104
  "storybook": "storybook dev -p 6006",
@@ -153,7 +163,8 @@
153
163
  "react-day-picker": "^9.8.0",
154
164
  "react-hook-form": "^7.60.0",
155
165
  "react-select": "^5.10.1",
156
- "tailwind-merge": "^3.3.1"
166
+ "tailwind-merge": "^3.3.1",
167
+ "uuid": "^11.1.0"
157
168
  },
158
169
  "eslintConfig": {
159
170
  "extends": [
@@ -177,4 +188,4 @@
177
188
  "component-library",
178
189
  "design-system"
179
190
  ]
180
- }
191
+ }