@yahoo/uds 3.108.0 → 3.108.2

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