ui-ingredients 0.4.0 → 0.4.1

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.
Files changed (1) hide show
  1. package/package.json +36 -3
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "ui-ingredients",
3
3
  "type": "module",
4
4
  "license": "MIT",
5
- "version": "0.4.0",
5
+ "version": "0.4.1",
6
6
  "packageManager": "pnpm@9.7.0",
7
7
  "svelte": "./dist/index.js",
8
8
  "types": "./dist/index.d.ts",
@@ -15,10 +15,22 @@
15
15
  "types": "./dist/accordion/index.d.ts",
16
16
  "svelte": "./dist/accordion/index.js"
17
17
  },
18
+ "./alert": {
19
+ "types": "./dist/alert/index.d.ts",
20
+ "svelte": "./dist/alert/index.js"
21
+ },
22
+ "./alert-dialog": {
23
+ "types": "./dist/alert-dialog/index.d.ts",
24
+ "svelte": "./dist/alert-dialog/index.js"
25
+ },
18
26
  "./avatar": {
19
27
  "types": "./dist/avatar/index.d.ts",
20
28
  "svelte": "./dist/avatar/index.js"
21
29
  },
30
+ "./breadcrumbs": {
31
+ "types": "./dist/breadcrumbs/index.d.ts",
32
+ "svelte": "./dist/breadcrumbs/index.js"
33
+ },
22
34
  "./carousel": {
23
35
  "types": "./dist/carousel/index.d.ts",
24
36
  "svelte": "./dist/carousel/index.js"
@@ -51,6 +63,10 @@
51
63
  "types": "./dist/dialog/index.d.ts",
52
64
  "svelte": "./dist/dialog/index.js"
53
65
  },
66
+ "./drawer": {
67
+ "types": "./dist/drawer/index.d.ts",
68
+ "svelte": "./dist/drawer/index.js"
69
+ },
54
70
  "./editable": {
55
71
  "types": "./dist/editable/index.d.ts",
56
72
  "svelte": "./dist/editable/index.js"
@@ -175,6 +191,10 @@
175
191
  "types": "./dist/toast/index.d.ts",
176
192
  "svelte": "./dist/toast/index.js"
177
193
  },
194
+ "./toggle": {
195
+ "types": "./dist/toggle/index.d.ts",
196
+ "svelte": "./dist/toggle/index.js"
197
+ },
178
198
  "./toggle-group": {
179
199
  "types": "./dist/toggle-group/index.d.ts",
180
200
  "svelte": "./dist/toggle-group/index.js"
@@ -218,9 +238,12 @@
218
238
  "keywords": [
219
239
  "Svelte",
220
240
  "Component Library",
221
- "Headless",
241
+ "Headless UI",
222
242
  "Accordion",
243
+ "Alert",
244
+ "Alert Dialog",
223
245
  "Avatar",
246
+ "Breadcrumbs",
224
247
  "Carousel",
225
248
  "Checkbox",
226
249
  "Clipboard",
@@ -229,19 +252,25 @@
229
252
  "Combobox",
230
253
  "Date Picker",
231
254
  "Dialog",
255
+ "Drawer",
232
256
  "Editable",
257
+ "Field",
233
258
  "File Upload",
259
+ "Floating Panel",
260
+ "Highlight",
234
261
  "Hover Card",
235
262
  "Menu",
236
263
  "Number Input",
237
264
  "Pagination",
238
265
  "Pin Input",
239
266
  "Popover",
267
+ "Portal",
240
268
  "Presence",
241
269
  "Progress",
242
270
  "QR Code",
243
271
  "Radio Group",
244
272
  "Rating Group",
273
+ "Segment Group",
245
274
  "Select",
246
275
  "Signature Pad",
247
276
  "Slider",
@@ -250,10 +279,14 @@
250
279
  "Switch",
251
280
  "Tabs",
252
281
  "Tags Input",
282
+ "Time Picker",
253
283
  "Timer",
254
284
  "Toast",
285
+ "Toggle",
255
286
  "Toggle Group",
256
- "Tooltip"
287
+ "Tooltip",
288
+ "Tour",
289
+ "Tree View"
257
290
  ],
258
291
  "publishConfig": {
259
292
  "access": "public"