@zimyo/ui 1.7.0 → 1.8.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.7.0",
3
+ "version": "1.8.0",
4
4
  "description": "Zimyo UI library built on MUI Material",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -103,6 +103,16 @@
103
103
  "require": "./dist/PopupConfirm/index.js",
104
104
  "types": "./dist/PopupConfirm/index.d.ts"
105
105
  },
106
+ "./AppList": {
107
+ "import": "./dist/AppList/index.esm.js",
108
+ "require": "./dist/AppList/index.js",
109
+ "types": "./dist/AppList/index.d.ts"
110
+ },
111
+ "./GlobalMenuSearch": {
112
+ "import": "./dist/GlobalMenuSearch/index.esm.js",
113
+ "require": "./dist/GlobalMenuSearch/index.js",
114
+ "types": "./dist/GlobalMenuSearch/index.d.ts"
115
+ },
106
116
  "./theme": {
107
117
  "import": "./dist/theme/index.esm.js",
108
118
  "require": "./dist/theme/index.js",
@@ -174,13 +184,17 @@
174
184
  "@fontsource/inter": "^5.2.6",
175
185
  "@mui/material": ">=5.0.0",
176
186
  "@tanstack/react-table": "^8.21.3",
187
+ "@tanstack/react-virtual": "^3.13.12",
177
188
  "class-variance-authority": "^0.7.1",
178
189
  "date-fns": "^2.30.0",
179
190
  "dayjs": "^1.11.13",
180
191
  "lucide-react": "^0.525.0",
181
192
  "react-day-picker": "^9.8.0",
182
193
  "react-hook-form": "^7.60.0",
194
+ "react-if": "^4.1.6",
183
195
  "react-select": "^5.10.1",
196
+ "react-window": "^1.8.11",
197
+ "react-window-infinite-loader": "^1.0.10",
184
198
  "tailwind-merge": "^3.3.1",
185
199
  "uuid": "^11.1.0"
186
200
  },
@@ -206,4 +220,4 @@
206
220
  "component-library",
207
221
  "design-system"
208
222
  ]
209
- }
223
+ }