@yahoo/uds 3.108.0 → 3.108.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.
@@ -1,50 +1,5 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
2
  //#region generated/componentData.json
3
- var Link = {
4
- "name": "Link",
5
- "defaultProps": { "variant": "primary" },
6
- "getStylesLiterals": {
7
- "display": "inline-flex",
8
- "alignItems": "center"
9
- },
10
- "cxLiterals": [
11
- "uds-ring",
12
- "underline",
13
- "w-[0.7em]",
14
- "h-[0.7em]"
15
- ],
16
- "internalComponents": ["IconSlot"],
17
- "internalComponentProps": { "IconSlot": { "data-testid": ["start-icon", "end-icon"] } },
18
- "propToVariantKeys": {
19
- "textVariant": [
20
- "linkTextStyleRoot",
21
- "fontSize",
22
- "fontFamily",
23
- "fontWeight",
24
- "lineHeight",
25
- "textTransform",
26
- "linkTextStyleIcon"
27
- ],
28
- "variant": [
29
- "linkVariantRoot",
30
- "linkVariantIconStart",
31
- "linkVariantIconEnd"
32
- ],
33
- "startIcon": ["icon"],
34
- "endIcon": ["icon"]
35
- },
36
- "motionVarPrefixes": []
37
- };
38
- var VStack = {
39
- "name": "VStack",
40
- "defaultProps": {},
41
- "getStylesLiterals": {},
42
- "cxLiterals": [],
43
- "internalComponents": ["Box"],
44
- "internalComponentProps": { "Box": { "flexDirection": ["column"] } },
45
- "propToVariantKeys": { "gap": ["columnGap", "rowGap"] },
46
- "motionVarPrefixes": []
47
- };
48
3
  var Box = {
49
4
  "name": "Box",
50
5
  "defaultProps": {
@@ -63,20 +18,6 @@ var Box = {
63
18
  ] },
64
19
  "motionVarPrefixes": []
65
20
  };
66
- var Icon = {
67
- "name": "Icon",
68
- "defaultProps": {
69
- "size": "md",
70
- "variant": "outline",
71
- "color": "primary"
72
- },
73
- "getStylesLiterals": { "flex": "none" },
74
- "cxLiterals": ["[&_path]:fill-current"],
75
- "internalComponents": ["SVGIcon"],
76
- "internalComponentProps": {},
77
- "propToVariantKeys": {},
78
- "motionVarPrefixes": []
79
- };
80
21
  var FormLabel = {
81
22
  "name": "FormLabel",
82
23
  "defaultProps": {
@@ -95,6 +36,85 @@ var FormLabel = {
95
36
  "propToVariantKeys": {},
96
37
  "motionVarPrefixes": []
97
38
  };
39
+ var HStack = {
40
+ "name": "HStack",
41
+ "defaultProps": {},
42
+ "getStylesLiterals": {},
43
+ "cxLiterals": [],
44
+ "internalComponents": ["Box"],
45
+ "internalComponentProps": { "Box": { "flexDirection": ["row"] } },
46
+ "propToVariantKeys": { "gap": ["rowGap", "columnGap"] },
47
+ "motionVarPrefixes": []
48
+ };
49
+ var Icon = {
50
+ "name": "Icon",
51
+ "defaultProps": {
52
+ "size": "md",
53
+ "variant": "outline",
54
+ "color": "primary"
55
+ },
56
+ "getStylesLiterals": { "flex": "none" },
57
+ "cxLiterals": ["[&_path]:fill-current"],
58
+ "internalComponents": ["SVGIcon"],
59
+ "internalComponentProps": {},
60
+ "propToVariantKeys": {},
61
+ "motionVarPrefixes": []
62
+ };
63
+ var IconSlot = {
64
+ "name": "IconSlot",
65
+ "defaultProps": {},
66
+ "getStylesLiterals": {},
67
+ "cxLiterals": [],
68
+ "internalComponents": ["Icon"],
69
+ "internalComponentProps": {},
70
+ "propToVariantKeys": {},
71
+ "motionVarPrefixes": []
72
+ };
73
+ var Image = {
74
+ "name": "Image",
75
+ "defaultProps": {},
76
+ "getStylesLiterals": {},
77
+ "cxLiterals": [],
78
+ "internalComponents": [],
79
+ "internalComponentProps": {},
80
+ "propToVariantKeys": {},
81
+ "motionVarPrefixes": []
82
+ };
83
+ var Link = {
84
+ "name": "Link",
85
+ "defaultProps": { "variant": "primary" },
86
+ "getStylesLiterals": {
87
+ "display": "inline-flex",
88
+ "alignItems": "center"
89
+ },
90
+ "cxLiterals": [
91
+ "uds-ring",
92
+ "underline",
93
+ "w-[0.7em]",
94
+ "h-[0.7em]"
95
+ ],
96
+ "internalComponents": ["IconSlot"],
97
+ "internalComponentProps": { "IconSlot": { "data-testid": ["start-icon", "end-icon"] } },
98
+ "propToVariantKeys": {
99
+ "textVariant": [
100
+ "linkTextStyleRoot",
101
+ "fontSize",
102
+ "fontFamily",
103
+ "fontWeight",
104
+ "lineHeight",
105
+ "textTransform",
106
+ "linkTextStyleIcon"
107
+ ],
108
+ "variant": [
109
+ "linkVariantRoot",
110
+ "linkVariantIconStart",
111
+ "linkVariantIconEnd"
112
+ ],
113
+ "startIcon": ["icon"],
114
+ "endIcon": ["icon"]
115
+ },
116
+ "motionVarPrefixes": []
117
+ };
98
118
  var Text = {
99
119
  "name": "Text",
100
120
  "defaultProps": {
@@ -115,28 +135,35 @@ var Text = {
115
135
  ] },
116
136
  "motionVarPrefixes": []
117
137
  };
118
- var IconSlot = {
119
- "name": "IconSlot",
138
+ var VStack = {
139
+ "name": "VStack",
120
140
  "defaultProps": {},
121
141
  "getStylesLiterals": {},
122
142
  "cxLiterals": [],
123
- "internalComponents": ["Icon"],
124
- "internalComponentProps": {},
125
- "propToVariantKeys": {},
143
+ "internalComponents": ["Box"],
144
+ "internalComponentProps": { "Box": { "flexDirection": ["column"] } },
145
+ "propToVariantKeys": { "gap": ["columnGap", "rowGap"] },
126
146
  "motionVarPrefixes": []
127
147
  };
128
- var HStack = {
129
- "name": "HStack",
130
- "defaultProps": {},
148
+ var Spinner = {
149
+ "name": "Spinner",
150
+ "defaultProps": {
151
+ "color": "primary",
152
+ "size": "lg"
153
+ },
131
154
  "getStylesLiterals": {},
132
- "cxLiterals": [],
133
- "internalComponents": ["Box"],
134
- "internalComponentProps": { "Box": { "flexDirection": ["row"] } },
135
- "propToVariantKeys": { "gap": ["rowGap", "columnGap"] },
155
+ "cxLiterals": ["self-center", "relative"],
156
+ "internalComponents": ["Icon"],
157
+ "internalComponentProps": { "Icon": {
158
+ "role": ["img"],
159
+ "className": ["animate-spin"],
160
+ "aria-hidden": ["true"]
161
+ } },
162
+ "propToVariantKeys": {},
136
163
  "motionVarPrefixes": []
137
164
  };
138
- var Image = {
139
- "name": "Image",
165
+ var Table_mocks = {
166
+ "name": "Table.mocks",
140
167
  "defaultProps": {},
141
168
  "getStylesLiterals": {},
142
169
  "cxLiterals": [],
@@ -145,181 +172,223 @@ var Image = {
145
172
  "propToVariantKeys": {},
146
173
  "motionVarPrefixes": []
147
174
  };
148
- var Button = {
149
- "name": "Button",
150
- "defaultProps": { "type": "button" },
151
- "getStylesLiterals": {},
152
- "cxLiterals": [
153
- "uds-ring",
154
- "uds-hit-target",
155
- "inline-flex",
156
- "overflow-hidden",
157
- "justify-center",
158
- "items-center",
159
- "whitespace-nowrap",
160
- "select-none",
161
- "[transform-origin:center]",
162
- "[backface-visibility:hidden]",
163
- "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
164
- "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
165
- "[transition-duration:220ms]",
166
- "cursor-not-allowed",
167
- "uds-button-loading",
168
- "uds-button-without-effects",
169
- "withIcon",
170
- "uds-button-with-gap",
171
- "animate-spin",
172
- "truncate"
173
- ],
175
+ var Table = {
176
+ "name": "Table",
177
+ "defaultProps": {
178
+ "display": "table-cell",
179
+ "overflow": "hidden",
180
+ "borderColor": "muted",
181
+ "borderRadius": "md",
182
+ "spacing": "3",
183
+ "borderBottomColor": "muted",
184
+ "color": "primary"
185
+ },
186
+ "getStylesLiterals": { "textAlign": "start" },
187
+ "cxLiterals": [],
174
188
  "internalComponents": [
175
- "Icon",
176
- "IconSlot",
177
- "AnimatePresence",
178
- "SpringMotionConfig",
179
- "MotionSlot"
189
+ "CellComponent",
190
+ "Box",
191
+ "Text",
192
+ "Table.Root",
193
+ "Table.Header",
194
+ "Table.Row",
195
+ "Table.Cell",
196
+ "Table.Body"
180
197
  ],
181
198
  "internalComponentProps": {
182
- "Icon": { "color": ["current"] },
183
- "AnimatePresence": { "mode": ["popLayout"] },
184
- "SpringMotionConfig": { "layoutSpeed": ["3"] },
185
- "MotionSlot": {
186
- "whileHover": ["hover"],
187
- "whileTap": ["pressed"]
188
- }
189
- },
190
- "propToVariantKeys": {
191
- "size": ["buttonSizeRoot", "buttonSizeIcon"],
192
- "variant": ["buttonVariantRoot", "buttonVariantIcon"],
193
- "iconVariant": ["variant"],
194
- "startIcon": ["icon"],
195
- "endIcon": ["icon"]
199
+ "Text": { "borderBottomWidth": ["thin"] },
200
+ "Table.Cell": { "asHeaderCell": ["column"] }
196
201
  },
197
- "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
202
+ "propToVariantKeys": {},
203
+ "motionVarPrefixes": []
198
204
  };
199
- var Checkbox = {
200
- "name": "Checkbox",
205
+ var Accordion = {
206
+ "name": "Accordion",
201
207
  "defaultProps": {
202
- "labelPosition": "start",
203
- "variant": "primary",
204
- "size": "md"
208
+ "spacingHorizontal": "4",
209
+ "spacingVertical": "4"
205
210
  },
206
- "getStylesLiterals": {
207
- "display": "flex",
208
- "flexDirection": "row",
209
- "flexDirection:1": "row-reverse",
210
- "alignItems": "center"
211
- },
212
- "cxLiterals": [
213
- "cursor-pointer",
214
- "cursor-default",
215
- "opacity-50",
216
- "uds-ring",
217
- "uds-ring-within",
218
- "transition-[background-color,border-color,box-shadow]",
219
- "pointer-events-none",
220
- "transition-opacity",
221
- "cursor-[inherit]",
222
- "absolute",
223
- "opacity-0",
224
- "top-1/2",
225
- "left-1/2",
226
- "w-[calc(100%+2px)]",
227
- "h-[calc(100%+2px)]",
228
- "transform",
229
- "translate-x-[-50%]",
230
- "translate-y-[-50%]",
231
- "text-start",
232
- "text-end"
233
- ],
211
+ "getStylesLiterals": {},
212
+ "cxLiterals": ["hover:bg-secondary/80", "w-full"],
234
213
  "internalComponents": [
235
214
  "Icon",
236
- "FormLabel",
237
215
  "SpringMotionConfig",
238
- "RootElement",
239
- "MotionBox"
216
+ "Pressable",
217
+ "Text",
218
+ "HStack",
219
+ "AnimatePresence",
220
+ "VStack"
240
221
  ],
241
222
  "internalComponentProps": {
242
- "Icon": { "size": ["sm"] },
243
- "FormLabel": {
244
- "as": ["div"],
245
- "variant": ["inherit"],
246
- "color": ["inherit"]
223
+ "Icon": {
224
+ "variant": ["fill"],
225
+ "size": ["sm"],
226
+ "color": ["primary"]
247
227
  },
248
- "RootElement": { "data-testid": ["container"] },
249
- "MotionBox": {
250
- "position": ["relative"],
228
+ "SpringMotionConfig": {
229
+ "layoutVariant": ["smooth"],
230
+ "layoutSpeed": ["3"]
231
+ },
232
+ "Pressable": {
233
+ "display": ["flex"],
234
+ "flexDirection": ["row"],
251
235
  "alignItems": ["center"],
252
- "justifyContent": ["center"],
253
- "flex": ["none"]
236
+ "justifyContent": ["space-between"],
237
+ "borderRadius": ["md"]
238
+ },
239
+ "Text": {
240
+ "variant": ["title4"],
241
+ "color": ["primary"]
242
+ },
243
+ "HStack": {
244
+ "display": ["flex"],
245
+ "alignItems": ["center"],
246
+ "justifyContent": ["space-between"],
247
+ "columnGap": ["2.5"]
254
248
  }
255
249
  },
256
- "propToVariantKeys": {
257
- "size": ["checkboxSizeRoot", "checkboxSizeCheckbox"],
258
- "variant": [
259
- "checkboxVariantRoot",
260
- "checkboxVariantCheckbox",
261
- "checkboxVariantCheckboxIcon"
262
- ],
263
- "valueState": [
264
- "checkboxVariantValueRoot",
265
- "checkboxVariantValueCheckbox",
266
- "checkboxVariantValueCheckboxIcon"
267
- ],
268
- "reduceMotion": ["reducedMotion"]
269
- },
270
- "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
250
+ "propToVariantKeys": {},
251
+ "motionVarPrefixes": ["--uds-motion-smooth-3-"]
271
252
  };
272
- var SpringMotionConfig = {
273
- "name": "SpringMotionConfig",
274
- "defaultProps": { "reducedMotion": "user" },
253
+ var AvoidMotionLibraryProvider = {
254
+ "name": "AvoidMotionLibraryProvider",
255
+ "defaultProps": {},
275
256
  "getStylesLiterals": {},
276
257
  "cxLiterals": [],
277
- "internalComponents": ["LazyMotion", "MotionConfig"],
258
+ "internalComponents": [],
278
259
  "internalComponentProps": {},
279
- "propToVariantKeys": { "loadFeatures": ["features"] },
260
+ "propToVariantKeys": {},
280
261
  "motionVarPrefixes": []
281
262
  };
282
- var IconButton = {
283
- "name": "IconButton",
284
- "defaultProps": { "type": "button" },
263
+ var Modal = {
264
+ "name": "Modal",
265
+ "defaultProps": {},
266
+ "getStylesLiterals": {},
267
+ "cxLiterals": [
268
+ "inset-8",
269
+ "top-[250px]",
270
+ "z-50",
271
+ "mx-auto",
272
+ "h-fit",
273
+ "w-[600px]",
274
+ "origin-center",
275
+ "scale-95",
276
+ "opacity-0",
277
+ "transition",
278
+ "duration-150",
279
+ "data-[enter]:scale-100",
280
+ "data-[enter]:opacity-100"
281
+ ],
282
+ "internalComponents": [
283
+ "IconButton",
284
+ "Dialog",
285
+ "HStack",
286
+ "Text",
287
+ "VStack"
288
+ ],
289
+ "internalComponentProps": {
290
+ "IconButton": {
291
+ "aria-label": ["Close"],
292
+ "size": ["sm"],
293
+ "variant": ["tertiary"]
294
+ },
295
+ "HStack": {
296
+ "alignItems": ["center"],
297
+ "justifyContent": ["space-between"]
298
+ },
299
+ "Text": {
300
+ "variant": ["headline1"],
301
+ "color": ["primary"]
302
+ },
303
+ "VStack": {
304
+ "borderRadius": ["md"],
305
+ "position": ["fixed"],
306
+ "backgroundColor": ["primary"],
307
+ "dropShadow": ["md"],
308
+ "spacing": ["8"],
309
+ "overflow": ["hidden"]
310
+ }
311
+ },
312
+ "propToVariantKeys": { "handleClose": ["onClick"] },
313
+ "motionVarPrefixes": []
314
+ };
315
+ var Popover = {
316
+ "name": "Popover",
317
+ "defaultProps": {},
285
318
  "getStylesLiterals": {},
319
+ "cxLiterals": [],
320
+ "internalComponents": [
321
+ "HStack",
322
+ "Text",
323
+ "OriginalPopoverHeading"
324
+ ],
325
+ "internalComponentProps": { "Text": {
326
+ "variant": ["headline1"],
327
+ "color": ["primary"]
328
+ } },
329
+ "propToVariantKeys": {},
330
+ "motionVarPrefixes": []
331
+ };
332
+ var SegmentedControl = {
333
+ "name": "SegmentedControl",
334
+ "defaultProps": {},
335
+ "getStylesLiterals": {
336
+ "display": "flex",
337
+ "alignItems": "center",
338
+ "backgroundColor": "primary",
339
+ "spacingVertical": "1",
340
+ "spacingHorizontal": "3",
341
+ "columnGap": "1.5",
342
+ "borderWidth": "thin",
343
+ "borderRadius": "full",
344
+ "borderColor": "muted",
345
+ "borderColor:1": "transparent",
346
+ "color": "primary",
347
+ "color:1": "tertiary",
348
+ "color:2": "muted"
349
+ },
286
350
  "cxLiterals": [
287
351
  "uds-ring",
288
- "uds-hit-target",
289
- "inline-flex",
290
- "overflow-hidden",
291
- "justify-center",
292
- "items-center",
293
- "[transform-origin:center]",
294
- "[backface-visibility:hidden]",
295
- "[transition-property:color,background-color,border-color,",
296
- "box-shadow,text-decoration-color,fill,stroke]",
297
- "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
298
- "[transition-duration:220ms]",
299
352
  "cursor-not-allowed",
300
- "uds-button-loading",
301
- "uds-button-without-effects",
302
- "animate-spin"
353
+ "opacity-50",
354
+ "pointer-events-none",
355
+ "hover:bg-primary"
303
356
  ],
304
357
  "internalComponents": [
358
+ "Radio",
305
359
  "Icon",
306
- "SpringMotionConfig",
307
- "AnimatePresence"
360
+ "RadioProvider",
361
+ "HStack",
362
+ "RadioGroup",
363
+ "Pressable",
364
+ "Text"
308
365
  ],
309
366
  "internalComponentProps": {
310
- "Icon": { "color": ["current"] },
311
- "SpringMotionConfig": { "layoutSpeed": ["3"] },
312
- "AnimatePresence": { "mode": ["popLayout"] }
367
+ "Icon": {
368
+ "size": ["sm"],
369
+ "color": ["current"],
370
+ "aria-hidden": ["true"]
371
+ },
372
+ "HStack": {
373
+ "spacing": ["1"],
374
+ "gap": ["1"],
375
+ "backgroundColor": ["secondary"],
376
+ "borderRadius": ["full"],
377
+ "display": ["inline-flex"]
378
+ },
379
+ "Text": {
380
+ "variant": ["label2"],
381
+ "color": ["current"]
382
+ }
313
383
  },
314
384
  "propToVariantKeys": {
315
- "size": ["iconbuttonSizeRoot", "iconbuttonSizeIcon"],
316
- "variant": ["buttonVariantRoot", "buttonVariantIcon"],
317
- "iconVariant": ["variant"]
385
+ "value": ["key"],
386
+ "label": ["aria-label"]
318
387
  },
319
- "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
388
+ "motionVarPrefixes": []
320
389
  };
321
- var Switch = {
322
- "name": "Switch",
390
+ var SwitchV2 = {
391
+ "name": "SwitchV2",
323
392
  "defaultProps": {
324
393
  "labelPosition": "start",
325
394
  "size": "md"
@@ -328,15 +397,9 @@ var Switch = {
328
397
  "switchVariantRoot": "default",
329
398
  "switchVariantActiveRoot": "on",
330
399
  "switchVariantActiveRoot:1": "off",
331
- "display": "flex",
332
- "flexDirection": "row",
333
- "flexDirection:1": "row-reverse",
334
- "alignItems": "center",
335
400
  "switchVariantSwitch": "default",
336
401
  "switchVariantActiveSwitch": "on",
337
402
  "switchVariantActiveSwitch:1": "off",
338
- "borderRadius": "full",
339
- "position": "relative",
340
403
  "switchVariantActiveHandle": "on",
341
404
  "switchVariantActiveHandle:1": "off",
342
405
  "switchVariantHandle": "default",
@@ -346,24 +409,28 @@ var Switch = {
346
409
  },
347
410
  "cxLiterals": [
348
411
  "group",
349
- "cursor-pointer",
350
- "cursor-default",
351
- "opacity-50",
412
+ "flex",
413
+ "items-center",
414
+ "flex-row",
415
+ "flex-row-reverse",
352
416
  "uds-ring",
353
417
  "uds-ring-within",
354
- "transition-[background-color,box-shadow]",
355
418
  "relative",
356
- "pointer-events-none",
357
419
  "uds-border-radius-full",
358
- "overflow-hidden",
359
- "absolute",
420
+ "transition-[background-color,box-shadow]",
421
+ "pointer-events-none",
422
+ "w-full",
423
+ "h-full",
424
+ "absolute",
360
425
  "top-0",
361
- "left-0",
362
- "right-0",
363
426
  "bottom-0",
427
+ "right-0",
428
+ "left-0",
429
+ "overflow-hidden",
430
+ "group-hover:scale-105",
364
431
  "opacity-95",
365
432
  "group-hover:opacity-100",
366
- "transition-[background-color,box-shadow,opacity]",
433
+ "transition-[transform,opacity]",
367
434
  "opacity-0",
368
435
  "top-1/2",
369
436
  "left-1/2",
@@ -393,7 +460,12 @@ var Switch = {
393
460
  "variant": ["inherit"],
394
461
  "color": ["inherit"]
395
462
  },
396
- "RootElement": { "data-testid": ["container"] }
463
+ "SpringMotionConfig": {
464
+ "layoutVariant": ["bouncy"],
465
+ "layoutSpeed": ["4"]
466
+ },
467
+ "RootElement": { "data-testid": ["switch-root"] },
468
+ "MotionBox": { "layout": ["position"] }
397
469
  },
398
470
  "propToVariantKeys": {
399
471
  "size": [
@@ -404,10 +476,64 @@ var Switch = {
404
476
  ],
405
477
  "onIcon": ["icon"],
406
478
  "offIcon": ["icon"],
407
- "reduceMotion": ["reducedMotion"]
479
+ "reduceMotion": ["reducedMotion"],
480
+ "isOn": ["layoutDependency"]
408
481
  },
409
482
  "motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
410
483
  };
484
+ var Tabs = {
485
+ "name": "Tabs",
486
+ "defaultProps": {},
487
+ "getStylesLiterals": {
488
+ "display": "flex",
489
+ "flexDirection": "row",
490
+ "columnGap": "6"
491
+ },
492
+ "cxLiterals": [
493
+ "text-tertiary",
494
+ "border-b-transparent",
495
+ "aria-selected:border-b-brand",
496
+ "aria-selected:text-secondary"
497
+ ],
498
+ "internalComponents": [
499
+ "TabProvider",
500
+ "OriginalTabList",
501
+ "OriginalTab",
502
+ "Icon",
503
+ "OriginalTabPanel",
504
+ "Pressable",
505
+ "Comp",
506
+ "Text"
507
+ ],
508
+ "internalComponentProps": {
509
+ "Icon": {
510
+ "className": ["text-current"],
511
+ "size": ["md"]
512
+ },
513
+ "Pressable": {
514
+ "borderBottomWidth": ["medium"],
515
+ "spacingBottom": ["1"],
516
+ "spacingTop": ["4"]
517
+ },
518
+ "Text": {
519
+ "className": ["text-current"],
520
+ "variant": ["headline1"],
521
+ "as": ["span"]
522
+ }
523
+ },
524
+ "propToVariantKeys": {},
525
+ "motionVarPrefixes": []
526
+ };
527
+ var AnimateHeightChange = {
528
+ "name": "AnimateHeightChange",
529
+ "defaultProps": {},
530
+ "getStylesLiterals": {},
531
+ "cxLiterals": [],
532
+ "internalComponents": ["SpringMotionConfig"],
533
+ "internalComponentProps": { "SpringMotionConfig": { "layoutSpeed": ["4"] } },
534
+ "propToVariantKeys": { "reduceMotion": ["reducedMotion"] },
535
+ "motionVarPrefixes": ["--uds-motion-subtle-4-", "--uds-motion-smooth-3-"]
536
+ };
411
537
  var Badge = {
412
538
  "name": "Badge",
413
539
  "defaultProps": {
@@ -433,464 +559,311 @@ var Badge = {
433
559
  },
434
560
  "motionVarPrefixes": []
435
561
  };
436
- var AnimateHeightChange = {
437
- "name": "AnimateHeightChange",
438
- "defaultProps": {},
439
- "getStylesLiterals": {},
440
- "cxLiterals": [],
441
- "internalComponents": ["SpringMotionConfig"],
442
- "internalComponentProps": { "SpringMotionConfig": { "layoutSpeed": ["4"] } },
443
- "propToVariantKeys": { "reduceMotion": ["reducedMotion"] },
444
- "motionVarPrefixes": ["--uds-motion-subtle-4-", "--uds-motion-smooth-3-"]
445
- };
446
- var Pressable = {
447
- "name": "Pressable",
448
- "defaultProps": {},
449
- "getStylesLiterals": {},
450
- "cxLiterals": [],
451
- "internalComponents": ["Comp"],
452
- "internalComponentProps": {},
453
- "propToVariantKeys": {},
454
- "motionVarPrefixes": []
455
- };
456
- var Menu_Item = {
457
- "name": "Menu.Item",
458
- "defaultProps": {},
459
- "getStylesLiterals": {
460
- "menuitemItemVariantRoot": "default",
461
- "menuitemItemVariantActiveRoot": "on",
462
- "menuitemItemVariantActiveRoot:1": "off",
463
- "menuitemItemVariantText": "default",
464
- "menuitemItemVariantActiveText": "on",
465
- "menuitemItemVariantActiveText:1": "off",
466
- "menuitemItemVariantIcon": "default",
467
- "menuitemItemVariantActiveIcon": "on",
468
- "menuitemItemVariantActiveIcon:1": "off"
469
- },
470
- "cxLiterals": [],
471
- "internalComponents": ["MenuItemBase"],
472
- "internalComponentProps": {},
473
- "propToVariantKeys": {},
474
- "motionVarPrefixes": []
475
- };
476
- var Menu_Provider = {
477
- "name": "Menu.Provider",
478
- "defaultProps": {},
562
+ var Button = {
563
+ "name": "Button",
564
+ "defaultProps": { "type": "button" },
479
565
  "getStylesLiterals": {},
480
- "cxLiterals": [],
481
- "internalComponents": ["AriakitMenuProvider", "SpringMotionConfig"],
482
- "internalComponentProps": {},
483
- "propToVariantKeys": {},
484
- "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
485
- };
486
- var Menu_ItemBase = {
487
- "name": "Menu.ItemBase",
488
- "defaultProps": {
489
- "spacing": "0",
490
- "spacingHorizontal": "4",
491
- "spacingVertical": "3.5",
492
- "columnGap": "2",
493
- "alignItems": "center",
494
- "justifyContent": "space-between"
495
- },
496
- "getStylesLiterals": {
497
- "textAlign": "start",
498
- "menuitemSizeRoot": "default",
499
- "flexDirection": "row",
500
- "menuitemSizeStartIcon": "default",
501
- "menuitemSizeEndIcon": "default"
502
- },
503
566
  "cxLiterals": [
504
- "flex",
505
- "focus-visible:text-brand",
506
- "focus-visible:bg-brand-secondary",
507
- "focus-visible:z-10",
508
567
  "uds-ring",
509
- "!-outline-offset-2",
510
- "[&:not([aria-checked])]:cursor-default",
511
- "opacity-25",
568
+ "uds-hit-target",
569
+ "inline-flex",
570
+ "overflow-hidden",
571
+ "justify-center",
572
+ "items-center",
573
+ "whitespace-nowrap",
574
+ "select-none",
575
+ "[transform-origin:center]",
576
+ "[backface-visibility:hidden]",
577
+ "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
578
+ "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
579
+ "[transition-duration:220ms]",
512
580
  "cursor-not-allowed",
513
- "duration-20",
514
- "transition-[font-variation-settings]",
515
- "ease-in-out",
516
- "z-0"
581
+ "uds-button-loading",
582
+ "uds-button-without-effects",
583
+ "withIcon",
584
+ "uds-button-with-gap",
585
+ "animate-spin",
586
+ "truncate"
517
587
  ],
518
588
  "internalComponents": [
519
- "Pressable",
589
+ "Icon",
520
590
  "IconSlot",
521
- "RootComponent",
522
- "HStack",
523
- "AnimatePresence"
591
+ "AnimatePresence",
592
+ "SpringMotionConfig",
593
+ "MotionSlot"
524
594
  ],
525
595
  "internalComponentProps": {
526
- "HStack": {
527
- "alignItems": ["center"],
528
- "width": ["full"]
529
- },
530
- "AnimatePresence": { "mode": ["popLayout"] }
596
+ "Icon": { "color": ["current"] },
597
+ "AnimatePresence": { "mode": ["popLayout"] },
598
+ "SpringMotionConfig": { "layoutSpeed": ["3"] },
599
+ "MotionSlot": {
600
+ "whileHover": ["hover"],
601
+ "whileTap": ["pressed"]
602
+ }
531
603
  },
532
604
  "propToVariantKeys": {
605
+ "size": ["buttonSizeRoot", "buttonSizeIcon"],
606
+ "variant": ["buttonVariantRoot", "buttonVariantIcon"],
607
+ "iconVariant": ["variant"],
533
608
  "startIcon": ["icon"],
534
- "endIcon": ["icon"],
535
- "columnGap": ["gap"]
609
+ "endIcon": ["icon"]
536
610
  },
537
- "motionVarPrefixes": []
538
- };
539
- var Menu_Trigger = {
540
- "name": "Menu.Trigger",
541
- "defaultProps": {},
542
- "getStylesLiterals": {},
543
- "cxLiterals": ["uds-menu-trigger"],
544
- "internalComponents": ["AriakitMenuTrigger", "Box"],
545
- "internalComponentProps": { "Box": { "className": ["uds-ring h-fit w-fit"] } },
546
- "propToVariantKeys": {},
547
- "motionVarPrefixes": []
611
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
548
612
  };
549
- var Menu_Content = {
550
- "name": "Menu.Content",
613
+ var Checkbox = {
614
+ "name": "Checkbox",
551
615
  "defaultProps": {
552
- "size": "default",
553
- "variant": "default",
554
- "gutter": "1"
616
+ "labelPosition": "start",
617
+ "variant": "primary",
618
+ "size": "md"
619
+ },
620
+ "getStylesLiterals": {
621
+ "display": "flex",
622
+ "flexDirection": "row",
623
+ "flexDirection:1": "row-reverse",
624
+ "alignItems": "center"
555
625
  },
556
- "getStylesLiterals": {},
557
626
  "cxLiterals": [
558
- "uds-menu-content",
559
- "transition-shadow",
560
- "duration-200",
561
- "ease-in-out",
562
- "min-w-60",
563
- "max-w-lg",
564
- "max-h-96",
565
- "overflow-auto",
627
+ "cursor-pointer",
628
+ "cursor-default",
629
+ "opacity-50",
566
630
  "uds-ring",
567
- "z-10",
568
- "group"
569
- ],
570
- "internalComponents": [
571
- "AriakitMenu",
572
- "AnimatePresence",
573
- "MotionVStack"
574
- ],
575
- "internalComponentProps": {},
576
- "propToVariantKeys": {
577
- "size": ["menucontentSizeRoot"],
578
- "variant": ["menucontentVariantRoot"]
579
- },
580
- "motionVarPrefixes": []
581
- };
582
- var Menu_Divider = {
583
- "name": "Menu.Divider",
584
- "defaultProps": {
585
- "role": "separator",
586
- "contentPosition": "start",
587
- "gap": "4"
588
- },
589
- "getStylesLiterals": {
590
- "menuitemDividerVariantRoot": "default",
591
- "menuitemDividerVariantText": "default",
592
- "menuitemDividerVariantLine": "default"
593
- },
594
- "cxLiterals": [],
595
- "internalComponents": ["DividerInternal"],
596
- "internalComponentProps": { "DividerInternal": { "variant": ["inherit"] } },
597
- "propToVariantKeys": {},
598
- "motionVarPrefixes": []
599
- };
600
- var Menu = {
601
- "name": "Menu",
602
- "defaultProps": {},
603
- "getStylesLiterals": {},
604
- "cxLiterals": [],
605
- "internalComponents": [],
606
- "internalComponentProps": {},
607
- "propToVariantKeys": {},
608
- "motionVarPrefixes": []
609
- };
610
- var Menu_ItemCheckbox = {
611
- "name": "Menu.ItemCheckbox",
612
- "defaultProps": {},
613
- "getStylesLiterals": {
614
- "menuitemItemCheckboxVariantRoot": "default",
615
- "menuitemItemCheckboxVariantActiveRoot": "on",
616
- "menuitemItemCheckboxVariantActiveRoot:1": "off",
617
- "menuitemItemCheckboxVariantText": "default",
618
- "menuitemItemCheckboxVariantActiveText": "on",
619
- "menuitemItemCheckboxVariantActiveText:1": "off",
620
- "menuitemItemCheckboxVariantStartIcon": "default",
621
- "menuitemItemCheckboxVariantActiveStartIcon": "on",
622
- "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
623
- "menuitemItemCheckboxVariantEndIcon": "default",
624
- "menuitemItemCheckboxVariantActiveEndIcon": "on",
625
- "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
626
- },
627
- "cxLiterals": ["uds-menu-item-checkbox"],
628
- "internalComponents": ["MenuItemBase"],
629
- "internalComponentProps": {},
630
- "propToVariantKeys": {},
631
- "motionVarPrefixes": []
632
- };
633
- var ChipLink = {
634
- "name": "ChipLink",
635
- "defaultProps": {},
636
- "getStylesLiterals": {},
637
- "cxLiterals": ["uds-ring"],
638
- "internalComponents": ["ChipBase"],
639
- "internalComponentProps": { "ChipBase": { "as": ["a"] } },
640
- "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
641
- "motionVarPrefixes": []
642
- };
643
- var ChipDismissible = {
644
- "name": "ChipDismissible",
645
- "defaultProps": {},
646
- "getStylesLiterals": {},
647
- "cxLiterals": ["uds-chip-dismissible-button", "uds-hit-target"],
631
+ "uds-ring-within",
632
+ "transition-[background-color,border-color,box-shadow]",
633
+ "pointer-events-none",
634
+ "transition-opacity",
635
+ "cursor-[inherit]",
636
+ "absolute",
637
+ "opacity-0",
638
+ "top-1/2",
639
+ "left-1/2",
640
+ "w-[calc(100%+2px)]",
641
+ "h-[calc(100%+2px)]",
642
+ "transform",
643
+ "translate-x-[-50%]",
644
+ "translate-y-[-50%]",
645
+ "text-start",
646
+ "text-end"
647
+ ],
648
648
  "internalComponents": [
649
- "ChipBase",
650
- "IconSlot",
651
- "Pressable"
649
+ "Icon",
650
+ "FormLabel",
651
+ "SpringMotionConfig",
652
+ "RootElement",
653
+ "MotionBox"
652
654
  ],
653
- "internalComponentProps": {},
654
- "propToVariantKeys": {
655
- "variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
656
- "dismissButtonAriaLabel": ["aria-label"]
655
+ "internalComponentProps": {
656
+ "Icon": { "size": ["sm"] },
657
+ "FormLabel": {
658
+ "as": ["div"],
659
+ "variant": ["inherit"],
660
+ "color": ["inherit"]
661
+ },
662
+ "RootElement": { "data-testid": ["container"] },
663
+ "MotionBox": {
664
+ "position": ["relative"],
665
+ "alignItems": ["center"],
666
+ "justifyContent": ["center"],
667
+ "flex": ["none"]
668
+ }
657
669
  },
658
- "motionVarPrefixes": []
659
- };
660
- var ChipToggle = {
661
- "name": "ChipToggle",
662
- "defaultProps": { "role": "checkbox" },
663
- "getStylesLiterals": {
664
- "chipToggleVariantActiveRoot": "on",
665
- "chipToggleVariantActiveRoot:1": "off"
670
+ "propToVariantKeys": {
671
+ "size": ["checkboxSizeRoot", "checkboxSizeCheckbox"],
672
+ "variant": [
673
+ "checkboxVariantRoot",
674
+ "checkboxVariantCheckbox",
675
+ "checkboxVariantCheckboxIcon"
676
+ ],
677
+ "valueState": [
678
+ "checkboxVariantValueRoot",
679
+ "checkboxVariantValueCheckbox",
680
+ "checkboxVariantValueCheckboxIcon"
681
+ ],
682
+ "reduceMotion": ["reducedMotion"]
666
683
  },
667
- "cxLiterals": ["uds-ring"],
668
- "internalComponents": ["ChipBase"],
669
- "internalComponentProps": { "ChipBase": { "as": ["button"] } },
670
- "propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
671
- "motionVarPrefixes": []
672
- };
673
- var Chip = {
674
- "name": "Chip",
675
- "defaultProps": {},
676
- "getStylesLiterals": {},
677
- "cxLiterals": [],
678
- "internalComponents": [
679
- "ChipDismissible",
680
- "ChipToggle",
681
- "ChipLink",
682
- "ChipButton"
683
- ],
684
- "internalComponentProps": {},
685
- "propToVariantKeys": {},
686
- "motionVarPrefixes": []
684
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
687
685
  };
688
- var ChipBase = {
689
- "name": "ChipBase",
690
- "defaultProps": { "as": "div" },
686
+ var IconButton = {
687
+ "name": "IconButton",
688
+ "defaultProps": { "type": "button" },
691
689
  "getStylesLiterals": {},
692
690
  "cxLiterals": [
693
- "pointer-events-none",
694
- "cursor-default",
695
- "opacity-50",
691
+ "uds-ring",
692
+ "uds-hit-target",
696
693
  "inline-flex",
694
+ "overflow-hidden",
695
+ "justify-center",
697
696
  "items-center",
698
- "transition-[background-color,outline-color,box-shadow]",
699
- "truncate",
700
- "whitespace-nowrap",
701
- "text-center",
702
- "flex-1"
697
+ "[transform-origin:center]",
698
+ "[backface-visibility:hidden]",
699
+ "[transition-property:color,background-color,border-color,",
700
+ "box-shadow,text-decoration-color,fill,stroke]",
701
+ "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
702
+ "[transition-duration:220ms]",
703
+ "cursor-not-allowed",
704
+ "uds-button-loading",
705
+ "uds-button-without-effects",
706
+ "animate-spin"
703
707
  ],
704
708
  "internalComponents": [
705
- "IconSlot",
706
- "HStack",
707
- "As",
708
- "Text"
709
+ "Icon",
710
+ "SpringMotionConfig",
711
+ "AnimatePresence"
709
712
  ],
710
- "internalComponentProps": { "Text": {
711
- "as": ["span"],
712
- "color": ["current"],
713
- "variant": ["inherit"]
714
- } },
713
+ "internalComponentProps": {
714
+ "Icon": { "color": ["current"] },
715
+ "SpringMotionConfig": { "layoutSpeed": ["3"] },
716
+ "AnimatePresence": { "mode": ["popLayout"] }
717
+ },
715
718
  "propToVariantKeys": {
716
- "size": ["chipSizeRoot", "chipSizeIcon"],
717
- "startIcon": ["icon"],
718
- "endIcon": ["icon"]
719
+ "size": ["iconbuttonSizeRoot", "iconbuttonSizeIcon"],
720
+ "variant": ["buttonVariantRoot", "buttonVariantIcon"],
721
+ "iconVariant": ["variant"]
719
722
  },
720
- "motionVarPrefixes": []
721
- };
722
- var ChipButton = {
723
- "name": "ChipButton",
724
- "defaultProps": {},
725
- "getStylesLiterals": {},
726
- "cxLiterals": ["uds-ring"],
727
- "internalComponents": ["ChipBase"],
728
- "internalComponentProps": { "ChipBase": { "as": ["button"] } },
729
- "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
730
- "motionVarPrefixes": []
723
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
731
724
  };
732
- var UDSConfigProvider = {
733
- "name": "UDSConfigProvider",
725
+ var Pressable = {
726
+ "name": "Pressable",
734
727
  "defaultProps": {},
735
728
  "getStylesLiterals": {},
736
729
  "cxLiterals": [],
737
- "internalComponents": [
738
- "UDSBreakpointsConfigProvider",
739
- "UDSToastConfigProvider",
740
- "UDSTooltipConfigProvider"
741
- ],
730
+ "internalComponents": ["Comp"],
742
731
  "internalComponentProps": {},
743
732
  "propToVariantKeys": {},
744
733
  "motionVarPrefixes": []
745
734
  };
746
- var UDSBreakpointsConfigProvider = {
747
- "name": "UDSBreakpointsConfigProvider",
748
- "defaultProps": {},
735
+ var SpringMotionConfig = {
736
+ "name": "SpringMotionConfig",
737
+ "defaultProps": { "reducedMotion": "user" },
749
738
  "getStylesLiterals": {},
750
739
  "cxLiterals": [],
751
- "internalComponents": ["UDSBreakpointsConfigContext.Provider"],
740
+ "internalComponents": ["LazyMotion", "MotionConfig"],
752
741
  "internalComponentProps": {},
753
- "propToVariantKeys": {},
742
+ "propToVariantKeys": { "loadFeatures": ["features"] },
754
743
  "motionVarPrefixes": []
755
744
  };
756
- var Input = {
757
- "name": "Input",
745
+ var Switch = {
746
+ "name": "Switch",
758
747
  "defaultProps": {
759
- "type": "text",
760
- "size": "md",
761
- "width": "full"
748
+ "labelPosition": "start",
749
+ "size": "md"
762
750
  },
763
751
  "getStylesLiterals": {
764
- "inputVariantRoot": "default",
765
- "inputVariantValueRoot": "empty",
766
- "inputVariantValueRoot:1": "filled",
767
- "inputVariantInputWrapper": "default",
768
- "inputVariantValueInputWrapper": "empty",
769
- "inputVariantValueInputWrapper:1": "filled",
770
- "inputVariantInput": "default",
771
- "inputVariantValueInput": "empty",
772
- "inputVariantValueInput:1": "filled",
773
- "inputVariantInputPlaceholder": "default",
774
- "inputVariantValueInputPlaceholder": "empty",
775
- "inputVariantValueInputPlaceholder:1": "filled",
776
- "inputVariantLabel": "default",
777
- "inputVariantValueLabel": "empty",
778
- "inputVariantValueLabel:1": "filled",
779
- "inputVariantLabelRequired": "default",
780
- "inputVariantValueLabelRequired": "empty",
781
- "inputVariantValueLabelRequired:1": "filled",
782
- "inputVariantStartIcon": "default",
783
- "inputVariantValueStartIcon": "empty",
784
- "inputVariantValueStartIcon:1": "filled",
785
- "inputVariantEndIcon": "default",
786
- "inputVariantValueEndIcon": "empty",
787
- "inputVariantValueEndIcon:1": "filled"
752
+ "switchVariantRoot": "default",
753
+ "switchVariantActiveRoot": "on",
754
+ "switchVariantActiveRoot:1": "off",
755
+ "display": "flex",
756
+ "flexDirection": "row",
757
+ "flexDirection:1": "row-reverse",
758
+ "alignItems": "center",
759
+ "switchVariantSwitch": "default",
760
+ "switchVariantActiveSwitch": "on",
761
+ "switchVariantActiveSwitch:1": "off",
762
+ "borderRadius": "full",
763
+ "position": "relative",
764
+ "switchVariantActiveHandle": "on",
765
+ "switchVariantActiveHandle:1": "off",
766
+ "switchVariantHandle": "default",
767
+ "switchVariantHandleIcon": "default",
768
+ "switchVariantActiveHandleIcon": "on",
769
+ "switchVariantActiveHandleIcon:1": "off"
788
770
  },
789
771
  "cxLiterals": [
772
+ "group",
773
+ "cursor-pointer",
774
+ "cursor-default",
790
775
  "opacity-50",
791
- "min-w-[200px]",
792
- "grow",
793
- "uds-hit-target",
794
- "bg-clip-text",
795
- "focus:outline-none",
796
- "cursor-text",
797
- "cursor-not-allowed"
776
+ "uds-ring",
777
+ "uds-ring-within",
778
+ "transition-[background-color,box-shadow]",
779
+ "relative",
780
+ "pointer-events-none",
781
+ "uds-border-radius-full",
782
+ "overflow-hidden",
783
+ "absolute",
784
+ "top-0",
785
+ "left-0",
786
+ "right-0",
787
+ "bottom-0",
788
+ "opacity-95",
789
+ "group-hover:opacity-100",
790
+ "transition-[background-color,box-shadow,opacity]",
791
+ "opacity-0",
792
+ "top-1/2",
793
+ "left-1/2",
794
+ "transform",
795
+ "translate-x-[-50%]",
796
+ "translate-y-[-50%]",
797
+ "transition-opacity",
798
+ "cursor-[inherit]",
799
+ "w-[calc(100%+2px)]",
800
+ "h-[calc(100%+2px)]",
801
+ "text-start",
802
+ "text-end",
803
+ "opacity-100"
798
804
  ],
799
805
  "internalComponents": [
800
806
  "IconSlot",
801
- "StartIcon",
802
- "EndIcon",
803
- "HelpTextContent",
804
807
  "Box",
805
- "InputHelpTextInternal",
806
- "VStack",
807
- "HStack",
808
- "AnimateHeightChange"
808
+ "FormLabel",
809
+ "SpringMotionConfig",
810
+ "RootElement",
811
+ "MotionBox"
809
812
  ],
810
813
  "internalComponentProps": {
811
- "HelpTextContent": { "spacingTop": ["2"] },
812
- "Box": {
813
- "spacingBottom": ["2"],
814
- "columnGap": ["0.5"],
815
- "alignItems": ["flex-end", "center"],
816
- "position": ["relative"]
814
+ "IconSlot": { "data-testid": ["on-icon", "off-icon"] },
815
+ "FormLabel": {
816
+ "as": ["div"],
817
+ "variant": ["inherit"],
818
+ "color": ["inherit"]
817
819
  },
818
- "HStack": {
819
- "alignItems": ["center"],
820
- "gap": ["1"]
821
- }
820
+ "RootElement": { "data-testid": ["container"] }
822
821
  },
823
822
  "propToVariantKeys": {
824
823
  "size": [
825
- "inputSizeRoot",
826
- "inputSizeInputWrapper",
827
- "inputSizeInput",
828
- "inputSizeLabel",
829
- "inputSizeStartIcon",
830
- "inputSizeEndIcon"
824
+ "switchSizeRoot",
825
+ "switchSizeSwitch",
826
+ "switchSizeHandle",
827
+ "switchSizeHandleIcon"
831
828
  ],
832
- "startIcon": ["icon"],
833
- "endIcon": ["icon"],
834
- "helperTextIcon": ["startIcon"]
835
- },
836
- "motionVarPrefixes": []
837
- };
838
- var InputHelpText = {
839
- "name": "InputHelpText",
840
- "defaultProps": { "size": "md" },
841
- "getStylesLiterals": {
842
- "inputVariantRoot": "default",
843
- "inputVariantValueRoot": "empty",
844
- "inputVariantValueRoot:1": "filled"
829
+ "onIcon": ["icon"],
830
+ "offIcon": ["icon"],
831
+ "reduceMotion": ["reducedMotion"]
845
832
  },
846
- "cxLiterals": [],
847
- "internalComponents": ["InputHelpTextInternal", "Box"],
848
- "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
849
- "propToVariantKeys": { "size": ["inputSizeRoot"] },
850
- "motionVarPrefixes": []
833
+ "motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
851
834
  };
852
- var InputHelpTextInternal = {
853
- "name": "InputHelpTextInternal",
835
+ var UDSBreakpointsConfigProvider = {
836
+ "name": "UDSBreakpointsConfigProvider",
854
837
  "defaultProps": {},
855
- "getStylesLiterals": {
856
- "inputVariantHelperText": "default",
857
- "inputVariantValueHelperText": "empty",
858
- "inputVariantValueHelperText:1": "filled",
859
- "inputVariantHelperIcon": "default",
860
- "inputVariantValueHelperIcon": "empty",
861
- "inputVariantValueHelperIcon:1": "filled"
862
- },
838
+ "getStylesLiterals": {},
863
839
  "cxLiterals": [],
864
- "internalComponents": ["IconSlot", "HStack"],
865
- "internalComponentProps": { "HStack": {
866
- "gap": ["1"],
867
- "alignItems": ["center"]
868
- } },
869
- "propToVariantKeys": {
870
- "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
871
- "startIcon": ["icon"],
872
- "endIcon": ["icon"]
873
- },
840
+ "internalComponents": ["UDSBreakpointsConfigContext.Provider"],
841
+ "internalComponentProps": {},
842
+ "propToVariantKeys": {},
874
843
  "motionVarPrefixes": []
875
844
  };
876
- var UDSTooltipConfigProvider = {
877
- "name": "UDSTooltipConfigProvider",
845
+ var UDSConfigProvider = {
846
+ "name": "UDSConfigProvider",
878
847
  "defaultProps": {},
879
848
  "getStylesLiterals": {},
880
849
  "cxLiterals": [],
881
- "internalComponents": ["TooltipContext.Provider"],
850
+ "internalComponents": [
851
+ "UDSBreakpointsConfigProvider",
852
+ "UDSToastConfigProvider",
853
+ "UDSTooltipConfigProvider"
854
+ ],
882
855
  "internalComponentProps": {},
883
856
  "propToVariantKeys": {},
884
857
  "motionVarPrefixes": []
885
858
  };
886
- var TooltipTrigger = {
887
- "name": "TooltipTrigger",
859
+ var Tooltip = {
860
+ "name": "Tooltip",
888
861
  "defaultProps": {},
889
862
  "getStylesLiterals": {},
890
863
  "cxLiterals": [],
891
- "internalComponents": ["TooltipAnchor"],
892
- "internalComponentProps": { "TooltipAnchor": { "className": ["inline"] } },
893
- "propToVariantKeys": { "children": ["render"] },
864
+ "internalComponents": ["TooltipInternalContext.Provider", "TooltipProvider"],
865
+ "internalComponentProps": {},
866
+ "propToVariantKeys": {},
894
867
  "motionVarPrefixes": []
895
868
  };
896
869
  var TooltipContent = {
@@ -944,63 +917,131 @@ var TooltipContent = {
944
917
  "propToVariantKeys": { "startTitleIcon": ["icon"] },
945
918
  "motionVarPrefixes": []
946
919
  };
947
- var Tooltip = {
948
- "name": "Tooltip",
920
+ var TooltipTrigger = {
921
+ "name": "TooltipTrigger",
949
922
  "defaultProps": {},
950
923
  "getStylesLiterals": {},
951
924
  "cxLiterals": [],
952
- "internalComponents": ["TooltipInternalContext.Provider", "TooltipProvider"],
953
- "internalComponentProps": {},
954
- "propToVariantKeys": {},
925
+ "internalComponents": ["TooltipAnchor"],
926
+ "internalComponentProps": { "TooltipAnchor": { "className": ["inline"] } },
927
+ "propToVariantKeys": { "children": ["render"] },
955
928
  "motionVarPrefixes": []
956
929
  };
957
- var RadioGroupStore = {
958
- "name": "RadioGroupStore",
930
+ var UDSTooltipConfigProvider = {
931
+ "name": "UDSTooltipConfigProvider",
959
932
  "defaultProps": {},
960
933
  "getStylesLiterals": {},
961
934
  "cxLiterals": [],
962
- "internalComponents": [],
935
+ "internalComponents": ["TooltipContext.Provider"],
963
936
  "internalComponentProps": {},
964
937
  "propToVariantKeys": {},
965
938
  "motionVarPrefixes": []
966
939
  };
967
- var RadioGroupProvider = {
968
- "name": "RadioGroupProvider",
940
+ var Toast = {
941
+ "name": "Toast",
969
942
  "defaultProps": {},
970
- "getStylesLiterals": {},
971
- "cxLiterals": [],
943
+ "getStylesLiterals": {
944
+ "className": "flex-none",
945
+ "spacing": "2",
946
+ "borderRadius": "full"
947
+ },
948
+ "cxLiterals": [
949
+ "transition-[background-color]",
950
+ "bg-carbon-15/0",
951
+ "hover:bg-carbon-15/10",
952
+ "active:bg-carbon-15/15"
953
+ ],
972
954
  "internalComponents": [
973
- "DivProps",
974
- "Comp",
975
- "RadioGroupContext.Provider"
955
+ "IconSlot",
956
+ "ToastContainer",
957
+ "Text",
958
+ "Button",
959
+ "Pressable"
976
960
  ],
977
- "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
978
- "propToVariantKeys": {},
961
+ "internalComponentProps": {},
962
+ "propToVariantKeys": {
963
+ "size": [
964
+ "toastSizeLabel",
965
+ "toastSizeIcon",
966
+ "toastSizeActionButton",
967
+ "toastSizeCloseIcon"
968
+ ],
969
+ "variant": [
970
+ "toastVariantIcon",
971
+ "toastVariantActionButton",
972
+ "toastVariantCloseIcon"
973
+ ],
974
+ "closeIcon": ["icon"],
975
+ "onClickActionButton": ["onClick"]
976
+ },
979
977
  "motionVarPrefixes": []
980
978
  };
981
- var Radio = {
982
- "name": "Radio",
983
- "defaultProps": {
984
- "labelPosition": "start",
985
- "variant": "primary",
986
- "size": "md",
987
- "value": ""
988
- },
979
+ var ToastContainer = {
980
+ "name": "ToastContainer",
981
+ "defaultProps": {},
989
982
  "getStylesLiterals": {
990
- "radioVariantValueRoot": "checked",
991
- "radioVariantValueRoot:1": "unchecked",
992
- "display": "flex",
993
- "flexDirection": "row",
994
- "flexDirection:1": "row-reverse",
983
+ "position": "relative",
995
984
  "alignItems": "center",
996
- "radioVariantValueRadio": "checked",
997
- "radioVariantValueRadio:1": "unchecked",
998
- "radioVariantValueRadioCircle": "checked",
999
- "radioVariantValueRadioCircle:1": "unchecked"
985
+ "display": "flex",
986
+ "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
1000
987
  },
1001
- "cxLiterals": [
1002
- "cursor-pointer",
1003
- "cursor-default",
988
+ "cxLiterals": ["w-full"],
989
+ "internalComponents": ["HStack"],
990
+ "internalComponentProps": { "HStack": {
991
+ "alignItems": ["center"],
992
+ "justifyContent": ["space-between"],
993
+ "overflow": ["hidden"],
994
+ "position": ["relative"]
995
+ } },
996
+ "propToVariantKeys": {
997
+ "variant": ["toastVariantRoot"],
998
+ "size": ["toastSizeRoot"]
999
+ },
1000
+ "motionVarPrefixes": []
1001
+ };
1002
+ var ToastPortal = {
1003
+ "name": "ToastPortal",
1004
+ "defaultProps": {},
1005
+ "getStylesLiterals": {},
1006
+ "cxLiterals": [],
1007
+ "internalComponents": ["ReactToastifyToastContainer"],
1008
+ "internalComponentProps": {},
1009
+ "propToVariantKeys": {},
1010
+ "motionVarPrefixes": []
1011
+ };
1012
+ var UDSToastConfigProvider = {
1013
+ "name": "UDSToastConfigProvider",
1014
+ "defaultProps": {},
1015
+ "getStylesLiterals": {},
1016
+ "cxLiterals": [],
1017
+ "internalComponents": ["ToastContext.Provider"],
1018
+ "internalComponentProps": {},
1019
+ "propToVariantKeys": {},
1020
+ "motionVarPrefixes": []
1021
+ };
1022
+ var Radio = {
1023
+ "name": "Radio",
1024
+ "defaultProps": {
1025
+ "labelPosition": "start",
1026
+ "variant": "primary",
1027
+ "size": "md",
1028
+ "value": ""
1029
+ },
1030
+ "getStylesLiterals": {
1031
+ "radioVariantValueRoot": "checked",
1032
+ "radioVariantValueRoot:1": "unchecked",
1033
+ "display": "flex",
1034
+ "flexDirection": "row",
1035
+ "flexDirection:1": "row-reverse",
1036
+ "alignItems": "center",
1037
+ "radioVariantValueRadio": "checked",
1038
+ "radioVariantValueRadio:1": "unchecked",
1039
+ "radioVariantValueRadioCircle": "checked",
1040
+ "radioVariantValueRadioCircle:1": "unchecked"
1041
+ },
1042
+ "cxLiterals": [
1043
+ "cursor-pointer",
1044
+ "cursor-default",
1004
1045
  "opacity-50",
1005
1046
  "border",
1006
1047
  "uds-ring",
@@ -1058,665 +1099,624 @@ var Radio = {
1058
1099
  },
1059
1100
  "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1060
1101
  };
1061
- var UDSToastConfigProvider = {
1062
- "name": "UDSToastConfigProvider",
1102
+ var RadioGroupProvider = {
1103
+ "name": "RadioGroupProvider",
1063
1104
  "defaultProps": {},
1064
1105
  "getStylesLiterals": {},
1065
1106
  "cxLiterals": [],
1066
- "internalComponents": ["ToastContext.Provider"],
1067
- "internalComponentProps": {},
1107
+ "internalComponents": [
1108
+ "DivProps",
1109
+ "Comp",
1110
+ "RadioGroupContext.Provider"
1111
+ ],
1112
+ "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
1068
1113
  "propToVariantKeys": {},
1069
1114
  "motionVarPrefixes": []
1070
1115
  };
1071
- var Toast = {
1072
- "name": "Toast",
1116
+ var RadioGroupStore = {
1117
+ "name": "RadioGroupStore",
1073
1118
  "defaultProps": {},
1074
- "getStylesLiterals": {
1075
- "className": "flex-none",
1076
- "spacing": "2",
1077
- "borderRadius": "full"
1119
+ "getStylesLiterals": {},
1120
+ "cxLiterals": [],
1121
+ "internalComponents": [],
1122
+ "internalComponentProps": {},
1123
+ "propToVariantKeys": {},
1124
+ "motionVarPrefixes": []
1125
+ };
1126
+ var Menu_Content = {
1127
+ "name": "Menu.Content",
1128
+ "defaultProps": {
1129
+ "size": "default",
1130
+ "variant": "default",
1131
+ "gutter": "1"
1078
1132
  },
1133
+ "getStylesLiterals": {},
1079
1134
  "cxLiterals": [
1080
- "transition-[background-color]",
1081
- "bg-carbon-15/0",
1082
- "hover:bg-carbon-15/10",
1083
- "active:bg-carbon-15/15"
1135
+ "uds-menu-content",
1136
+ "transition-shadow",
1137
+ "duration-200",
1138
+ "ease-in-out",
1139
+ "min-w-60",
1140
+ "max-w-lg",
1141
+ "max-h-96",
1142
+ "overflow-auto",
1143
+ "uds-ring",
1144
+ "z-10",
1145
+ "group"
1084
1146
  ],
1085
1147
  "internalComponents": [
1086
- "IconSlot",
1087
- "ToastContainer",
1088
- "Text",
1089
- "Button",
1090
- "Pressable"
1148
+ "AriakitMenu",
1149
+ "AnimatePresence",
1150
+ "MotionVStack"
1091
1151
  ],
1092
1152
  "internalComponentProps": {},
1093
1153
  "propToVariantKeys": {
1094
- "size": [
1095
- "toastSizeLabel",
1096
- "toastSizeIcon",
1097
- "toastSizeActionButton",
1098
- "toastSizeCloseIcon"
1099
- ],
1100
- "variant": [
1101
- "toastVariantIcon",
1102
- "toastVariantActionButton",
1103
- "toastVariantCloseIcon"
1104
- ],
1105
- "closeIcon": ["icon"],
1106
- "onClickActionButton": ["onClick"]
1154
+ "size": ["menucontentSizeRoot"],
1155
+ "variant": ["menucontentVariantRoot"]
1107
1156
  },
1108
1157
  "motionVarPrefixes": []
1109
1158
  };
1110
- var ToastContainer = {
1111
- "name": "ToastContainer",
1112
- "defaultProps": {},
1113
- "getStylesLiterals": {
1114
- "position": "relative",
1115
- "alignItems": "center",
1116
- "display": "flex",
1117
- "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
1159
+ var Menu_Divider = {
1160
+ "name": "Menu.Divider",
1161
+ "defaultProps": {
1162
+ "role": "separator",
1163
+ "contentPosition": "start",
1164
+ "gap": "4"
1118
1165
  },
1119
- "cxLiterals": ["w-full"],
1120
- "internalComponents": ["HStack"],
1121
- "internalComponentProps": { "HStack": {
1122
- "alignItems": ["center"],
1123
- "justifyContent": ["space-between"],
1124
- "overflow": ["hidden"],
1125
- "position": ["relative"]
1126
- } },
1127
- "propToVariantKeys": {
1128
- "variant": ["toastVariantRoot"],
1129
- "size": ["toastSizeRoot"]
1166
+ "getStylesLiterals": {
1167
+ "menuitemDividerVariantRoot": "default",
1168
+ "menuitemDividerVariantText": "default",
1169
+ "menuitemDividerVariantLine": "default"
1130
1170
  },
1171
+ "cxLiterals": [],
1172
+ "internalComponents": ["DividerInternal"],
1173
+ "internalComponentProps": { "DividerInternal": { "variant": ["inherit"] } },
1174
+ "propToVariantKeys": {},
1131
1175
  "motionVarPrefixes": []
1132
1176
  };
1133
- var ToastPortal = {
1134
- "name": "ToastPortal",
1177
+ var Menu_Item = {
1178
+ "name": "Menu.Item",
1135
1179
  "defaultProps": {},
1136
- "getStylesLiterals": {},
1180
+ "getStylesLiterals": {
1181
+ "menuitemItemVariantRoot": "default",
1182
+ "menuitemItemVariantActiveRoot": "on",
1183
+ "menuitemItemVariantActiveRoot:1": "off",
1184
+ "menuitemItemVariantText": "default",
1185
+ "menuitemItemVariantActiveText": "on",
1186
+ "menuitemItemVariantActiveText:1": "off",
1187
+ "menuitemItemVariantIcon": "default",
1188
+ "menuitemItemVariantActiveIcon": "on",
1189
+ "menuitemItemVariantActiveIcon:1": "off"
1190
+ },
1137
1191
  "cxLiterals": [],
1138
- "internalComponents": ["ReactToastifyToastContainer"],
1192
+ "internalComponents": ["MenuItemBase"],
1139
1193
  "internalComponentProps": {},
1140
1194
  "propToVariantKeys": {},
1141
1195
  "motionVarPrefixes": []
1142
1196
  };
1143
- var AvatarImage = {
1144
- "name": "AvatarImage",
1145
- "defaultProps": {},
1146
- "getStylesLiterals": {},
1197
+ var Menu_ItemBase = {
1198
+ "name": "Menu.ItemBase",
1199
+ "defaultProps": {
1200
+ "spacing": "0",
1201
+ "spacingHorizontal": "4",
1202
+ "spacingVertical": "3.5",
1203
+ "columnGap": "2",
1204
+ "alignItems": "center",
1205
+ "justifyContent": "space-between"
1206
+ },
1207
+ "getStylesLiterals": {
1208
+ "textAlign": "start",
1209
+ "menuitemSizeRoot": "default",
1210
+ "flexDirection": "row",
1211
+ "menuitemSizeStartIcon": "default",
1212
+ "menuitemSizeEndIcon": "default"
1213
+ },
1147
1214
  "cxLiterals": [
1148
- "overflow-hidden",
1149
- "w-full",
1150
- "h-full",
1151
- "shrink-0",
1152
- "text-center",
1153
- "inline-flex",
1154
- "justify-center",
1155
- "items-center",
1156
- "object-cover"
1215
+ "flex",
1216
+ "focus-visible:text-brand",
1217
+ "focus-visible:bg-brand-secondary",
1218
+ "focus-visible:z-10",
1219
+ "uds-ring",
1220
+ "!-outline-offset-2",
1221
+ "[&:not([aria-checked])]:cursor-default",
1222
+ "opacity-25",
1223
+ "cursor-not-allowed",
1224
+ "duration-20",
1225
+ "transition-[font-variation-settings]",
1226
+ "ease-in-out",
1227
+ "z-0"
1157
1228
  ],
1158
1229
  "internalComponents": [
1159
- "UDSImage",
1160
- "AvatarText",
1161
- "AvatarIcon",
1162
- "Box"
1230
+ "Pressable",
1231
+ "IconSlot",
1232
+ "RootComponent",
1233
+ "HStack",
1234
+ "AnimatePresence"
1163
1235
  ],
1164
- "internalComponentProps": {},
1236
+ "internalComponentProps": {
1237
+ "HStack": {
1238
+ "alignItems": ["center"],
1239
+ "width": ["full"]
1240
+ },
1241
+ "AnimatePresence": { "mode": ["popLayout"] }
1242
+ },
1165
1243
  "propToVariantKeys": {
1166
- "alt": ["name"],
1167
- "fallback": ["initials"]
1244
+ "startIcon": ["icon"],
1245
+ "endIcon": ["icon"],
1246
+ "columnGap": ["gap"]
1168
1247
  },
1169
1248
  "motionVarPrefixes": []
1170
1249
  };
1171
- var AvatarText = {
1172
- "name": "AvatarText",
1250
+ var Menu_ItemCheckbox = {
1251
+ "name": "Menu.ItemCheckbox",
1173
1252
  "defaultProps": {},
1174
- "getStylesLiterals": {},
1175
- "cxLiterals": [
1176
- "overflow-hidden",
1177
- "truncate",
1178
- "w-full",
1179
- "h-full",
1180
- "shrink-0",
1181
- "text-center",
1182
- "inline-flex",
1183
- "justify-center",
1184
- "items-center"
1185
- ],
1186
- "internalComponents": ["Box", "Text"],
1187
- "internalComponentProps": { "Text": {
1188
- "color": ["inherit"],
1189
- "variant": ["inherit"]
1190
- } },
1253
+ "getStylesLiterals": {
1254
+ "menuitemItemCheckboxVariantRoot": "default",
1255
+ "menuitemItemCheckboxVariantActiveRoot": "on",
1256
+ "menuitemItemCheckboxVariantActiveRoot:1": "off",
1257
+ "menuitemItemCheckboxVariantText": "default",
1258
+ "menuitemItemCheckboxVariantActiveText": "on",
1259
+ "menuitemItemCheckboxVariantActiveText:1": "off",
1260
+ "menuitemItemCheckboxVariantStartIcon": "default",
1261
+ "menuitemItemCheckboxVariantActiveStartIcon": "on",
1262
+ "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
1263
+ "menuitemItemCheckboxVariantEndIcon": "default",
1264
+ "menuitemItemCheckboxVariantActiveEndIcon": "on",
1265
+ "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
1266
+ },
1267
+ "cxLiterals": ["uds-menu-item-checkbox"],
1268
+ "internalComponents": ["MenuItemBase"],
1269
+ "internalComponentProps": {},
1191
1270
  "propToVariantKeys": {},
1192
1271
  "motionVarPrefixes": []
1193
1272
  };
1194
- var Avatar = {
1195
- "name": "Avatar",
1273
+ var Menu_Provider = {
1274
+ "name": "Menu.Provider",
1196
1275
  "defaultProps": {},
1197
1276
  "getStylesLiterals": {},
1198
1277
  "cxLiterals": [],
1199
- "internalComponents": ["AvatarImage"],
1278
+ "internalComponents": ["AriakitMenuProvider", "SpringMotionConfig"],
1200
1279
  "internalComponentProps": {},
1201
1280
  "propToVariantKeys": {},
1202
- "motionVarPrefixes": []
1281
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1203
1282
  };
1204
- var AvatarIcon = {
1205
- "name": "AvatarIcon",
1283
+ var Menu_Trigger = {
1284
+ "name": "Menu.Trigger",
1206
1285
  "defaultProps": {},
1207
1286
  "getStylesLiterals": {},
1208
- "cxLiterals": [
1209
- "overflow-hidden",
1210
- "w-full",
1211
- "h-full",
1212
- "shrink-0",
1213
- "text-center",
1214
- "inline-flex",
1215
- "justify-center",
1216
- "items-center"
1217
- ],
1218
- "internalComponents": ["IconSlot", "Box"],
1219
- "internalComponentProps": {},
1220
- "propToVariantKeys": { "size": ["avatarSizeIcon"] },
1287
+ "cxLiterals": ["uds-menu-trigger"],
1288
+ "internalComponents": ["AriakitMenuTrigger", "Box"],
1289
+ "internalComponentProps": { "Box": { "className": ["uds-ring h-fit w-fit"] } },
1290
+ "propToVariantKeys": {},
1221
1291
  "motionVarPrefixes": []
1222
1292
  };
1223
- var DividerCore = {
1224
- "name": "DividerCore",
1225
- "defaultProps": { "contentPosition": "center" },
1293
+ var Menu = {
1294
+ "name": "Menu",
1295
+ "defaultProps": {},
1226
1296
  "getStylesLiterals": {},
1227
1297
  "cxLiterals": [],
1298
+ "internalComponents": [],
1299
+ "internalComponentProps": {},
1300
+ "propToVariantKeys": {},
1301
+ "motionVarPrefixes": []
1302
+ };
1303
+ var Input = {
1304
+ "name": "Input",
1305
+ "defaultProps": {
1306
+ "type": "text",
1307
+ "size": "md",
1308
+ "width": "full"
1309
+ },
1310
+ "getStylesLiterals": {
1311
+ "inputVariantRoot": "default",
1312
+ "inputVariantValueRoot": "empty",
1313
+ "inputVariantValueRoot:1": "filled",
1314
+ "inputVariantInputWrapper": "default",
1315
+ "inputVariantValueInputWrapper": "empty",
1316
+ "inputVariantValueInputWrapper:1": "filled",
1317
+ "inputVariantInput": "default",
1318
+ "inputVariantValueInput": "empty",
1319
+ "inputVariantValueInput:1": "filled",
1320
+ "inputVariantInputPlaceholder": "default",
1321
+ "inputVariantValueInputPlaceholder": "empty",
1322
+ "inputVariantValueInputPlaceholder:1": "filled",
1323
+ "inputVariantLabel": "default",
1324
+ "inputVariantValueLabel": "empty",
1325
+ "inputVariantValueLabel:1": "filled",
1326
+ "inputVariantLabelRequired": "default",
1327
+ "inputVariantValueLabelRequired": "empty",
1328
+ "inputVariantValueLabelRequired:1": "filled",
1329
+ "inputVariantStartIcon": "default",
1330
+ "inputVariantValueStartIcon": "empty",
1331
+ "inputVariantValueStartIcon:1": "filled",
1332
+ "inputVariantEndIcon": "default",
1333
+ "inputVariantValueEndIcon": "empty",
1334
+ "inputVariantValueEndIcon:1": "filled"
1335
+ },
1336
+ "cxLiterals": [
1337
+ "opacity-50",
1338
+ "min-w-[200px]",
1339
+ "grow",
1340
+ "uds-hit-target",
1341
+ "bg-clip-text",
1342
+ "focus:outline-none",
1343
+ "cursor-text",
1344
+ "cursor-not-allowed"
1345
+ ],
1228
1346
  "internalComponents": [
1347
+ "IconSlot",
1348
+ "StartIcon",
1349
+ "EndIcon",
1350
+ "HelpTextContent",
1229
1351
  "Box",
1230
- "Line",
1231
- "InternalComponent",
1232
- "Text"
1352
+ "InputHelpTextInternal",
1353
+ "VStack",
1354
+ "HStack",
1355
+ "AnimateHeightChange"
1233
1356
  ],
1234
1357
  "internalComponentProps": {
1358
+ "HelpTextContent": { "spacingTop": ["2"] },
1235
1359
  "Box": {
1236
- "flex": ["1", "none"],
1237
- "display": ["flex"]
1238
- },
1239
- "InternalComponent": {
1240
- "flex": ["1"],
1241
- "alignItems": ["center"]
1360
+ "spacingBottom": ["2"],
1361
+ "columnGap": ["0.5"],
1362
+ "alignItems": ["flex-end", "center"],
1363
+ "position": ["relative"]
1242
1364
  },
1243
- "Text": {
1244
- "as": ["span"],
1245
- "color": ["inherit"],
1246
- "variant": ["inherit"]
1365
+ "HStack": {
1366
+ "alignItems": ["center"],
1367
+ "gap": ["1"]
1247
1368
  }
1248
1369
  },
1249
- "propToVariantKeys": {},
1370
+ "propToVariantKeys": {
1371
+ "size": [
1372
+ "inputSizeRoot",
1373
+ "inputSizeInputWrapper",
1374
+ "inputSizeInput",
1375
+ "inputSizeLabel",
1376
+ "inputSizeStartIcon",
1377
+ "inputSizeEndIcon"
1378
+ ],
1379
+ "startIcon": ["icon"],
1380
+ "endIcon": ["icon"],
1381
+ "helperTextIcon": ["startIcon"]
1382
+ },
1250
1383
  "motionVarPrefixes": []
1251
1384
  };
1252
- var DividerInternal = {
1253
- "name": "DividerInternal",
1254
- "defaultProps": { "variant": "primary" },
1255
- "getStylesLiterals": {},
1256
- "cxLiterals": ["inherit"],
1257
- "internalComponents": ["DividerCore"],
1258
- "internalComponentProps": {},
1259
- "propToVariantKeys": { "variant": [
1260
- "dividerVariantRoot",
1261
- "dividerVariantLabel",
1262
- "dividerVariantLine"
1263
- ] },
1385
+ var InputHelpText = {
1386
+ "name": "InputHelpText",
1387
+ "defaultProps": { "size": "md" },
1388
+ "getStylesLiterals": {
1389
+ "inputVariantRoot": "default",
1390
+ "inputVariantValueRoot": "empty",
1391
+ "inputVariantValueRoot:1": "filled"
1392
+ },
1393
+ "cxLiterals": [],
1394
+ "internalComponents": ["InputHelpTextInternal", "Box"],
1395
+ "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1396
+ "propToVariantKeys": { "size": ["inputSizeRoot"] },
1264
1397
  "motionVarPrefixes": []
1265
1398
  };
1266
- var Divider = {
1267
- "name": "Divider",
1399
+ var InputHelpTextInternal = {
1400
+ "name": "InputHelpTextInternal",
1268
1401
  "defaultProps": {},
1269
- "getStylesLiterals": {},
1402
+ "getStylesLiterals": {
1403
+ "inputVariantHelperText": "default",
1404
+ "inputVariantValueHelperText": "empty",
1405
+ "inputVariantValueHelperText:1": "filled",
1406
+ "inputVariantHelperIcon": "default",
1407
+ "inputVariantValueHelperIcon": "empty",
1408
+ "inputVariantValueHelperIcon:1": "filled"
1409
+ },
1270
1410
  "cxLiterals": [],
1271
- "internalComponents": ["DividerInternal"],
1272
- "internalComponentProps": {},
1273
- "propToVariantKeys": {},
1411
+ "internalComponents": ["IconSlot", "HStack"],
1412
+ "internalComponentProps": { "HStack": {
1413
+ "gap": ["1"],
1414
+ "alignItems": ["center"]
1415
+ } },
1416
+ "propToVariantKeys": {
1417
+ "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1418
+ "startIcon": ["icon"],
1419
+ "endIcon": ["icon"]
1420
+ },
1274
1421
  "motionVarPrefixes": []
1275
1422
  };
1276
- var Table_mocks = {
1277
- "name": "Table.mocks",
1423
+ var Chip = {
1424
+ "name": "Chip",
1278
1425
  "defaultProps": {},
1279
1426
  "getStylesLiterals": {},
1280
1427
  "cxLiterals": [],
1281
- "internalComponents": [],
1282
- "internalComponentProps": {},
1283
- "propToVariantKeys": {},
1284
- "motionVarPrefixes": []
1285
- };
1286
- var Table = {
1287
- "name": "Table",
1288
- "defaultProps": {
1289
- "display": "table-cell",
1290
- "overflow": "hidden",
1291
- "borderColor": "muted",
1292
- "borderRadius": "md",
1293
- "spacing": "3",
1294
- "borderBottomColor": "muted",
1295
- "color": "primary"
1296
- },
1297
- "getStylesLiterals": { "textAlign": "start" },
1298
- "cxLiterals": [],
1299
1428
  "internalComponents": [
1300
- "CellComponent",
1301
- "Box",
1302
- "Text",
1303
- "Table.Root",
1304
- "Table.Header",
1305
- "Table.Row",
1306
- "Table.Cell",
1307
- "Table.Body"
1429
+ "ChipDismissible",
1430
+ "ChipToggle",
1431
+ "ChipLink",
1432
+ "ChipButton"
1308
1433
  ],
1309
- "internalComponentProps": {
1310
- "Text": { "borderBottomWidth": ["thin"] },
1311
- "Table.Cell": { "asHeaderCell": ["column"] }
1312
- },
1434
+ "internalComponentProps": {},
1313
1435
  "propToVariantKeys": {},
1314
1436
  "motionVarPrefixes": []
1315
1437
  };
1316
- var Spinner = {
1317
- "name": "Spinner",
1318
- "defaultProps": {
1319
- "color": "primary",
1320
- "size": "lg"
1321
- },
1438
+ var ChipBase = {
1439
+ "name": "ChipBase",
1440
+ "defaultProps": { "as": "div" },
1322
1441
  "getStylesLiterals": {},
1323
- "cxLiterals": ["self-center", "relative"],
1324
- "internalComponents": ["Icon"],
1325
- "internalComponentProps": { "Icon": {
1326
- "role": ["img"],
1327
- "className": ["animate-spin"],
1328
- "aria-hidden": ["true"]
1329
- } },
1330
- "propToVariantKeys": {},
1331
- "motionVarPrefixes": []
1332
- };
1333
- var AvoidMotionLibraryProvider = {
1334
- "name": "AvoidMotionLibraryProvider",
1335
- "defaultProps": {},
1336
- "getStylesLiterals": {},
1337
- "cxLiterals": [],
1338
- "internalComponents": [],
1339
- "internalComponentProps": {},
1340
- "propToVariantKeys": {},
1341
- "motionVarPrefixes": []
1342
- };
1343
- var SegmentedControl = {
1344
- "name": "SegmentedControl",
1345
- "defaultProps": {},
1346
- "getStylesLiterals": {
1347
- "display": "flex",
1348
- "alignItems": "center",
1349
- "backgroundColor": "primary",
1350
- "spacingVertical": "1",
1351
- "spacingHorizontal": "3",
1352
- "columnGap": "1.5",
1353
- "borderWidth": "thin",
1354
- "borderRadius": "full",
1355
- "borderColor": "muted",
1356
- "borderColor:1": "transparent",
1357
- "color": "primary",
1358
- "color:1": "tertiary",
1359
- "color:2": "muted"
1360
- },
1361
1442
  "cxLiterals": [
1362
- "uds-ring",
1363
- "cursor-not-allowed",
1364
- "opacity-50",
1365
1443
  "pointer-events-none",
1366
- "hover:bg-primary"
1444
+ "cursor-default",
1445
+ "opacity-50",
1446
+ "inline-flex",
1447
+ "items-center",
1448
+ "transition-[background-color,outline-color,box-shadow]",
1449
+ "truncate",
1450
+ "whitespace-nowrap",
1451
+ "text-center",
1452
+ "flex-1"
1367
1453
  ],
1368
1454
  "internalComponents": [
1369
- "Radio",
1370
- "Icon",
1371
- "RadioProvider",
1455
+ "IconSlot",
1372
1456
  "HStack",
1373
- "RadioGroup",
1374
- "Pressable",
1457
+ "As",
1375
1458
  "Text"
1376
1459
  ],
1377
- "internalComponentProps": {
1378
- "Icon": {
1379
- "size": ["sm"],
1380
- "color": ["current"],
1381
- "aria-hidden": ["true"]
1382
- },
1383
- "HStack": {
1384
- "spacing": ["1"],
1385
- "gap": ["1"],
1386
- "backgroundColor": ["secondary"],
1387
- "borderRadius": ["full"],
1388
- "display": ["inline-flex"]
1389
- },
1390
- "Text": {
1391
- "variant": ["label2"],
1392
- "color": ["current"]
1393
- }
1394
- },
1460
+ "internalComponentProps": { "Text": {
1461
+ "as": ["span"],
1462
+ "color": ["current"],
1463
+ "variant": ["inherit"]
1464
+ } },
1395
1465
  "propToVariantKeys": {
1396
- "value": ["key"],
1397
- "label": ["aria-label"]
1466
+ "size": ["chipSizeRoot", "chipSizeIcon"],
1467
+ "startIcon": ["icon"],
1468
+ "endIcon": ["icon"]
1398
1469
  },
1399
1470
  "motionVarPrefixes": []
1400
1471
  };
1401
- var Popover = {
1402
- "name": "Popover",
1472
+ var ChipButton = {
1473
+ "name": "ChipButton",
1403
1474
  "defaultProps": {},
1404
1475
  "getStylesLiterals": {},
1405
- "cxLiterals": [],
1406
- "internalComponents": [
1407
- "HStack",
1408
- "Text",
1409
- "OriginalPopoverHeading"
1410
- ],
1411
- "internalComponentProps": { "Text": {
1412
- "variant": ["headline1"],
1413
- "color": ["primary"]
1414
- } },
1415
- "propToVariantKeys": {},
1476
+ "cxLiterals": ["uds-ring"],
1477
+ "internalComponents": ["ChipBase"],
1478
+ "internalComponentProps": { "ChipBase": { "as": ["button"] } },
1479
+ "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
1416
1480
  "motionVarPrefixes": []
1417
1481
  };
1418
- var SwitchV2 = {
1419
- "name": "SwitchV2",
1420
- "defaultProps": {
1421
- "labelPosition": "start",
1422
- "size": "md"
1423
- },
1424
- "getStylesLiterals": {
1425
- "switchVariantRoot": "default",
1426
- "switchVariantActiveRoot": "on",
1427
- "switchVariantActiveRoot:1": "off",
1428
- "switchVariantSwitch": "default",
1429
- "switchVariantActiveSwitch": "on",
1430
- "switchVariantActiveSwitch:1": "off",
1431
- "switchVariantActiveHandle": "on",
1432
- "switchVariantActiveHandle:1": "off",
1433
- "switchVariantHandle": "default",
1434
- "switchVariantHandleIcon": "default",
1435
- "switchVariantActiveHandleIcon": "on",
1436
- "switchVariantActiveHandleIcon:1": "off"
1437
- },
1438
- "cxLiterals": [
1439
- "group",
1440
- "flex",
1441
- "items-center",
1442
- "flex-row",
1443
- "flex-row-reverse",
1444
- "uds-ring",
1445
- "uds-ring-within",
1446
- "relative",
1447
- "uds-border-radius-full",
1448
- "transition-[background-color,box-shadow]",
1449
- "pointer-events-none",
1450
- "w-full",
1451
- "h-full",
1452
- "absolute",
1453
- "top-0",
1454
- "bottom-0",
1455
- "right-0",
1456
- "left-0",
1457
- "overflow-hidden",
1458
- "group-hover:scale-105",
1459
- "opacity-95",
1460
- "group-hover:opacity-100",
1461
- "transition-[transform,opacity]",
1462
- "opacity-0",
1463
- "top-1/2",
1464
- "left-1/2",
1465
- "transform",
1466
- "translate-x-[-50%]",
1467
- "translate-y-[-50%]",
1468
- "transition-opacity",
1469
- "cursor-[inherit]",
1470
- "w-[calc(100%+2px)]",
1471
- "h-[calc(100%+2px)]",
1472
- "text-start",
1473
- "text-end",
1474
- "opacity-100"
1475
- ],
1482
+ var ChipDismissible = {
1483
+ "name": "ChipDismissible",
1484
+ "defaultProps": {},
1485
+ "getStylesLiterals": {},
1486
+ "cxLiterals": ["uds-chip-dismissible-button", "uds-hit-target"],
1476
1487
  "internalComponents": [
1488
+ "ChipBase",
1477
1489
  "IconSlot",
1478
- "Box",
1479
- "FormLabel",
1480
- "SpringMotionConfig",
1481
- "RootElement",
1482
- "MotionBox"
1490
+ "Pressable"
1483
1491
  ],
1484
- "internalComponentProps": {
1485
- "IconSlot": { "data-testid": ["on-icon", "off-icon"] },
1486
- "FormLabel": {
1487
- "as": ["div"],
1488
- "variant": ["inherit"],
1489
- "color": ["inherit"]
1490
- },
1491
- "SpringMotionConfig": {
1492
- "layoutVariant": ["bouncy"],
1493
- "layoutSpeed": ["4"]
1494
- },
1495
- "RootElement": { "data-testid": ["switch-root"] },
1496
- "MotionBox": { "layout": ["position"] }
1497
- },
1492
+ "internalComponentProps": {},
1498
1493
  "propToVariantKeys": {
1499
- "size": [
1500
- "switchSizeRoot",
1501
- "switchSizeSwitch",
1502
- "switchSizeHandle",
1503
- "switchSizeHandleIcon"
1504
- ],
1505
- "onIcon": ["icon"],
1506
- "offIcon": ["icon"],
1507
- "reduceMotion": ["reducedMotion"],
1508
- "isOn": ["layoutDependency"]
1494
+ "variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
1495
+ "dismissButtonAriaLabel": ["aria-label"]
1509
1496
  },
1510
- "motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
1497
+ "motionVarPrefixes": []
1511
1498
  };
1512
- var Tabs = {
1513
- "name": "Tabs",
1499
+ var ChipLink = {
1500
+ "name": "ChipLink",
1514
1501
  "defaultProps": {},
1502
+ "getStylesLiterals": {},
1503
+ "cxLiterals": ["uds-ring"],
1504
+ "internalComponents": ["ChipBase"],
1505
+ "internalComponentProps": { "ChipBase": { "as": ["a"] } },
1506
+ "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
1507
+ "motionVarPrefixes": []
1508
+ };
1509
+ var ChipToggle = {
1510
+ "name": "ChipToggle",
1511
+ "defaultProps": { "role": "checkbox" },
1515
1512
  "getStylesLiterals": {
1516
- "display": "flex",
1517
- "flexDirection": "row",
1518
- "columnGap": "6"
1519
- },
1520
- "cxLiterals": [
1521
- "text-tertiary",
1522
- "border-b-transparent",
1523
- "aria-selected:border-b-brand",
1524
- "aria-selected:text-secondary"
1525
- ],
1526
- "internalComponents": [
1527
- "TabProvider",
1528
- "OriginalTabList",
1529
- "OriginalTab",
1530
- "Icon",
1531
- "OriginalTabPanel",
1532
- "Pressable",
1533
- "Comp",
1534
- "Text"
1535
- ],
1536
- "internalComponentProps": {
1537
- "Icon": {
1538
- "className": ["text-current"],
1539
- "size": ["md"]
1540
- },
1541
- "Pressable": {
1542
- "borderBottomWidth": ["medium"],
1543
- "spacingBottom": ["1"],
1544
- "spacingTop": ["4"]
1545
- },
1546
- "Text": {
1547
- "className": ["text-current"],
1548
- "variant": ["headline1"],
1549
- "as": ["span"]
1550
- }
1513
+ "chipToggleVariantActiveRoot": "on",
1514
+ "chipToggleVariantActiveRoot:1": "off"
1551
1515
  },
1516
+ "cxLiterals": ["uds-ring"],
1517
+ "internalComponents": ["ChipBase"],
1518
+ "internalComponentProps": { "ChipBase": { "as": ["button"] } },
1519
+ "propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
1520
+ "motionVarPrefixes": []
1521
+ };
1522
+ var Avatar = {
1523
+ "name": "Avatar",
1524
+ "defaultProps": {},
1525
+ "getStylesLiterals": {},
1526
+ "cxLiterals": [],
1527
+ "internalComponents": ["AvatarImage"],
1528
+ "internalComponentProps": {},
1552
1529
  "propToVariantKeys": {},
1553
1530
  "motionVarPrefixes": []
1554
1531
  };
1555
- var Modal = {
1556
- "name": "Modal",
1532
+ var AvatarIcon = {
1533
+ "name": "AvatarIcon",
1534
+ "defaultProps": {},
1535
+ "getStylesLiterals": {},
1536
+ "cxLiterals": [
1537
+ "overflow-hidden",
1538
+ "w-full",
1539
+ "h-full",
1540
+ "shrink-0",
1541
+ "text-center",
1542
+ "inline-flex",
1543
+ "justify-center",
1544
+ "items-center"
1545
+ ],
1546
+ "internalComponents": ["IconSlot", "Box"],
1547
+ "internalComponentProps": {},
1548
+ "propToVariantKeys": { "size": ["avatarSizeIcon"] },
1549
+ "motionVarPrefixes": []
1550
+ };
1551
+ var AvatarImage = {
1552
+ "name": "AvatarImage",
1557
1553
  "defaultProps": {},
1558
1554
  "getStylesLiterals": {},
1559
1555
  "cxLiterals": [
1560
- "inset-8",
1561
- "top-[250px]",
1562
- "z-50",
1563
- "mx-auto",
1564
- "h-fit",
1565
- "w-[600px]",
1566
- "origin-center",
1567
- "scale-95",
1568
- "opacity-0",
1569
- "transition",
1570
- "duration-150",
1571
- "data-[enter]:scale-100",
1572
- "data-[enter]:opacity-100"
1556
+ "overflow-hidden",
1557
+ "w-full",
1558
+ "h-full",
1559
+ "shrink-0",
1560
+ "text-center",
1561
+ "inline-flex",
1562
+ "justify-center",
1563
+ "items-center",
1564
+ "object-cover"
1573
1565
  ],
1574
1566
  "internalComponents": [
1575
- "IconButton",
1576
- "Dialog",
1577
- "HStack",
1578
- "Text",
1579
- "VStack"
1567
+ "UDSImage",
1568
+ "AvatarText",
1569
+ "AvatarIcon",
1570
+ "Box"
1580
1571
  ],
1581
- "internalComponentProps": {
1582
- "IconButton": {
1583
- "aria-label": ["Close"],
1584
- "size": ["sm"],
1585
- "variant": ["tertiary"]
1586
- },
1587
- "HStack": {
1588
- "alignItems": ["center"],
1589
- "justifyContent": ["space-between"]
1590
- },
1591
- "Text": {
1592
- "variant": ["headline1"],
1593
- "color": ["primary"]
1594
- },
1595
- "VStack": {
1596
- "borderRadius": ["md"],
1597
- "position": ["fixed"],
1598
- "backgroundColor": ["primary"],
1599
- "dropShadow": ["md"],
1600
- "spacing": ["8"],
1601
- "overflow": ["hidden"]
1602
- }
1572
+ "internalComponentProps": {},
1573
+ "propToVariantKeys": {
1574
+ "alt": ["name"],
1575
+ "fallback": ["initials"]
1603
1576
  },
1604
- "propToVariantKeys": { "handleClose": ["onClick"] },
1605
1577
  "motionVarPrefixes": []
1606
1578
  };
1607
- var Accordion = {
1608
- "name": "Accordion",
1609
- "defaultProps": {
1610
- "spacingHorizontal": "4",
1611
- "spacingVertical": "4"
1612
- },
1579
+ var AvatarText = {
1580
+ "name": "AvatarText",
1581
+ "defaultProps": {},
1613
1582
  "getStylesLiterals": {},
1614
- "cxLiterals": ["hover:bg-secondary/80", "w-full"],
1583
+ "cxLiterals": [
1584
+ "overflow-hidden",
1585
+ "truncate",
1586
+ "w-full",
1587
+ "h-full",
1588
+ "shrink-0",
1589
+ "text-center",
1590
+ "inline-flex",
1591
+ "justify-center",
1592
+ "items-center"
1593
+ ],
1594
+ "internalComponents": ["Box", "Text"],
1595
+ "internalComponentProps": { "Text": {
1596
+ "color": ["inherit"],
1597
+ "variant": ["inherit"]
1598
+ } },
1599
+ "propToVariantKeys": {},
1600
+ "motionVarPrefixes": []
1601
+ };
1602
+ var Divider = {
1603
+ "name": "Divider",
1604
+ "defaultProps": {},
1605
+ "getStylesLiterals": {},
1606
+ "cxLiterals": [],
1607
+ "internalComponents": ["DividerInternal"],
1608
+ "internalComponentProps": {},
1609
+ "propToVariantKeys": {},
1610
+ "motionVarPrefixes": []
1611
+ };
1612
+ var DividerCore = {
1613
+ "name": "DividerCore",
1614
+ "defaultProps": { "contentPosition": "center" },
1615
+ "getStylesLiterals": {},
1616
+ "cxLiterals": [],
1615
1617
  "internalComponents": [
1616
- "Icon",
1617
- "SpringMotionConfig",
1618
- "Pressable",
1619
- "Text",
1620
- "HStack",
1621
- "AnimatePresence",
1622
- "VStack"
1618
+ "Box",
1619
+ "Line",
1620
+ "InternalComponent",
1621
+ "Text"
1623
1622
  ],
1624
1623
  "internalComponentProps": {
1625
- "Icon": {
1626
- "variant": ["fill"],
1627
- "size": ["sm"],
1628
- "color": ["primary"]
1629
- },
1630
- "SpringMotionConfig": {
1631
- "layoutVariant": ["smooth"],
1632
- "layoutSpeed": ["3"]
1624
+ "Box": {
1625
+ "flex": ["1", "none"],
1626
+ "display": ["flex"]
1633
1627
  },
1634
- "Pressable": {
1635
- "display": ["flex"],
1636
- "flexDirection": ["row"],
1637
- "alignItems": ["center"],
1638
- "justifyContent": ["space-between"],
1639
- "borderRadius": ["md"]
1628
+ "InternalComponent": {
1629
+ "flex": ["1"],
1630
+ "alignItems": ["center"]
1640
1631
  },
1641
1632
  "Text": {
1642
- "variant": ["title4"],
1643
- "color": ["primary"]
1644
- },
1645
- "HStack": {
1646
- "display": ["flex"],
1647
- "alignItems": ["center"],
1648
- "justifyContent": ["space-between"],
1649
- "columnGap": ["2.5"]
1633
+ "as": ["span"],
1634
+ "color": ["inherit"],
1635
+ "variant": ["inherit"]
1650
1636
  }
1651
1637
  },
1652
1638
  "propToVariantKeys": {},
1653
- "motionVarPrefixes": ["--uds-motion-smooth-3-"]
1639
+ "motionVarPrefixes": []
1640
+ };
1641
+ var DividerInternal = {
1642
+ "name": "DividerInternal",
1643
+ "defaultProps": { "variant": "primary" },
1644
+ "getStylesLiterals": {},
1645
+ "cxLiterals": ["inherit"],
1646
+ "internalComponents": ["DividerCore"],
1647
+ "internalComponentProps": {},
1648
+ "propToVariantKeys": { "variant": [
1649
+ "dividerVariantRoot",
1650
+ "dividerVariantLabel",
1651
+ "dividerVariantLine"
1652
+ ] },
1653
+ "motionVarPrefixes": []
1654
1654
  };
1655
1655
  var componentData_default = {
1656
- Link,
1657
- VStack,
1658
1656
  Box,
1659
- Icon,
1660
1657
  FormLabel,
1661
- Text,
1662
- IconSlot,
1663
1658
  HStack,
1659
+ Icon,
1660
+ IconSlot,
1664
1661
  Image,
1662
+ Link,
1663
+ Text,
1664
+ VStack,
1665
+ Spinner,
1666
+ "Table.mocks": Table_mocks,
1667
+ Table,
1668
+ Accordion,
1669
+ AvoidMotionLibraryProvider,
1670
+ Modal,
1671
+ Popover,
1672
+ SegmentedControl,
1673
+ SwitchV2,
1674
+ Tabs,
1675
+ AnimateHeightChange,
1676
+ Badge,
1665
1677
  Button,
1666
1678
  Checkbox,
1667
- SpringMotionConfig,
1668
1679
  IconButton,
1669
- Switch,
1670
- Badge,
1671
- AnimateHeightChange,
1672
1680
  Pressable,
1681
+ SpringMotionConfig,
1682
+ Switch,
1683
+ UDSBreakpointsConfigProvider,
1684
+ UDSConfigProvider,
1685
+ Tooltip,
1686
+ TooltipContent,
1687
+ TooltipTrigger,
1688
+ UDSTooltipConfigProvider,
1689
+ Toast,
1690
+ ToastContainer,
1691
+ ToastPortal,
1692
+ UDSToastConfigProvider,
1693
+ Radio,
1694
+ RadioGroupProvider,
1695
+ RadioGroupStore,
1696
+ "Menu.Content": Menu_Content,
1697
+ "Menu.Divider": Menu_Divider,
1673
1698
  "Menu.Item": Menu_Item,
1674
- "Menu.Provider": Menu_Provider,
1675
1699
  "Menu.ItemBase": Menu_ItemBase,
1700
+ "Menu.ItemCheckbox": Menu_ItemCheckbox,
1701
+ "Menu.Provider": Menu_Provider,
1676
1702
  "Menu.Trigger": Menu_Trigger,
1677
- "Menu.Content": Menu_Content,
1678
- "Menu.Divider": Menu_Divider,
1679
1703
  Menu,
1680
- "Menu.ItemCheckbox": Menu_ItemCheckbox,
1681
- ChipLink,
1682
- ChipDismissible,
1683
- ChipToggle,
1684
- Chip,
1685
- ChipBase,
1686
- ChipButton,
1687
- UDSConfigProvider,
1688
- UDSBreakpointsConfigProvider,
1689
1704
  Input,
1690
1705
  InputHelpText,
1691
1706
  InputHelpTextInternal,
1692
- UDSTooltipConfigProvider,
1693
- TooltipTrigger,
1694
- TooltipContent,
1695
- Tooltip,
1696
- RadioGroupStore,
1697
- RadioGroupProvider,
1698
- Radio,
1699
- UDSToastConfigProvider,
1700
- Toast,
1701
- ToastContainer,
1702
- ToastPortal,
1703
- AvatarImage,
1704
- AvatarText,
1707
+ Chip,
1708
+ ChipBase,
1709
+ ChipButton,
1710
+ ChipDismissible,
1711
+ ChipLink,
1712
+ ChipToggle,
1705
1713
  Avatar,
1706
1714
  AvatarIcon,
1707
- DividerCore,
1708
- DividerInternal,
1715
+ AvatarImage,
1716
+ AvatarText,
1709
1717
  Divider,
1710
- "Table.mocks": Table_mocks,
1711
- Table,
1712
- Spinner,
1713
- AvoidMotionLibraryProvider,
1714
- SegmentedControl,
1715
- Popover,
1716
- SwitchV2,
1717
- Tabs,
1718
- Modal,
1719
- Accordion
1718
+ DividerCore,
1719
+ DividerInternal
1720
1720
  };
1721
1721
 
1722
1722
  //#endregion