@yahoo/uds 3.155.0 → 3.156.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.
@@ -236,133 +236,6 @@ var componentData_default = {
236
236
  "runtimeConfigInternalComponentProps": {},
237
237
  "motionVarPrefixes": []
238
238
  },
239
- BannerDescription: {
240
- "name": "BannerDescription",
241
- "defaultProps": {},
242
- "getStylesLiterals": {
243
- "bannerSizeDescription": "default",
244
- "className": "w-full line-clamp-3"
245
- },
246
- "cxLiterals": [],
247
- "internalComponents": ["Text"],
248
- "internalComponentProps": {},
249
- "propToVariantKeys": {},
250
- "runtimeConfigDefaultProps": {},
251
- "runtimeConfigGetStyles": {},
252
- "runtimeConfigInternalComponentProps": {},
253
- "motionVarPrefixes": []
254
- },
255
- BannerContent: {
256
- "name": "BannerContent",
257
- "defaultProps": {},
258
- "getStylesLiterals": {},
259
- "cxLiterals": [
260
- "flex",
261
- "flex-col",
262
- "items-start",
263
- "self-stretch",
264
- "flex-1",
265
- "min-w-0"
266
- ],
267
- "internalComponents": [],
268
- "internalComponentProps": {},
269
- "propToVariantKeys": {},
270
- "runtimeConfigDefaultProps": {},
271
- "runtimeConfigGetStyles": {},
272
- "runtimeConfigInternalComponentProps": {},
273
- "motionVarPrefixes": []
274
- },
275
- BannerTitle: {
276
- "name": "BannerTitle",
277
- "defaultProps": {},
278
- "getStylesLiterals": { "bannerSizeTitle": "default" },
279
- "cxLiterals": ["w-full", "truncate"],
280
- "internalComponents": ["Text"],
281
- "internalComponentProps": {},
282
- "propToVariantKeys": {},
283
- "runtimeConfigDefaultProps": {},
284
- "runtimeConfigGetStyles": {},
285
- "runtimeConfigInternalComponentProps": {},
286
- "motionVarPrefixes": []
287
- },
288
- Banner: {
289
- "name": "Banner",
290
- "defaultProps": {
291
- "variant": "primary",
292
- "size": "default",
293
- "dismissAriaLabel": "Dismiss"
294
- },
295
- "getStylesLiterals": {
296
- "className": "truncate",
297
- "className:1": "line-clamp-3",
298
- "spacing": "2",
299
- "borderRadius": "full",
300
- "color": "primary"
301
- },
302
- "cxLiterals": [
303
- "uds-banner",
304
- "flex",
305
- "flex-row",
306
- "items-center",
307
- "items-start",
308
- "min-w-[300px]",
309
- "transition-[background-color]",
310
- "motion-safe:duration-120",
311
- "bg-carbon-15/0",
312
- "hover:bg-carbon-15/10",
313
- "active:bg-carbon-15/15",
314
- "uds-ring",
315
- "shrink-0",
316
- "self-start",
317
- "flex-1",
318
- "min-w-0",
319
- "flex-col",
320
- "gap-[inherit]",
321
- "uds-sm:flex-row",
322
- "uds-sm:items-center",
323
- "self-stretch",
324
- "gap-0.5",
325
- "w-full",
326
- "truncate",
327
- "leading-none",
328
- "line-clamp-3",
329
- "gap-1.5",
330
- "uds-sm:self-center",
331
- "uds-sm:shrink-0"
332
- ],
333
- "internalComponents": [
334
- "IconSlot",
335
- "Text",
336
- "Pressable"
337
- ],
338
- "internalComponentProps": {
339
- "IconSlot": { "data-testid": ["banner-start-icon"] },
340
- "Text": { "data-testid": ["banner-title", "banner-description"] },
341
- "Pressable": { "data-testid": ["banner-dismiss"] }
342
- },
343
- "propToVariantKeys": {
344
- "variant": [
345
- "bannerVariantRoot",
346
- "bannerVariantIcon",
347
- "bannerVariantTitle",
348
- "bannerVariantDescription"
349
- ],
350
- "size": [
351
- "bannerSizeRoot",
352
- "bannerSizeIcon",
353
- "bannerSizeTitle",
354
- "bannerSizeDescription",
355
- "bannerSizeClose"
356
- ],
357
- "startIcon": ["icon"],
358
- "dismissAriaLabel": ["aria-label"],
359
- "onDismiss": ["onClick"]
360
- },
361
- "runtimeConfigDefaultProps": {},
362
- "runtimeConfigGetStyles": {},
363
- "runtimeConfigInternalComponentProps": {},
364
- "motionVarPrefixes": []
365
- },
366
239
  Switch: {
367
240
  "name": "Switch",
368
241
  "defaultProps": {
@@ -715,6 +588,133 @@ var componentData_default = {
715
588
  "runtimeConfigInternalComponentProps": {},
716
589
  "motionVarPrefixes": []
717
590
  },
591
+ BannerDescription: {
592
+ "name": "BannerDescription",
593
+ "defaultProps": {},
594
+ "getStylesLiterals": {
595
+ "bannerSizeDescription": "default",
596
+ "className": "w-full line-clamp-3"
597
+ },
598
+ "cxLiterals": [],
599
+ "internalComponents": ["Text"],
600
+ "internalComponentProps": {},
601
+ "propToVariantKeys": {},
602
+ "runtimeConfigDefaultProps": {},
603
+ "runtimeConfigGetStyles": {},
604
+ "runtimeConfigInternalComponentProps": {},
605
+ "motionVarPrefixes": []
606
+ },
607
+ BannerContent: {
608
+ "name": "BannerContent",
609
+ "defaultProps": {},
610
+ "getStylesLiterals": {},
611
+ "cxLiterals": [
612
+ "flex",
613
+ "flex-col",
614
+ "items-start",
615
+ "self-stretch",
616
+ "flex-1",
617
+ "min-w-0"
618
+ ],
619
+ "internalComponents": [],
620
+ "internalComponentProps": {},
621
+ "propToVariantKeys": {},
622
+ "runtimeConfigDefaultProps": {},
623
+ "runtimeConfigGetStyles": {},
624
+ "runtimeConfigInternalComponentProps": {},
625
+ "motionVarPrefixes": []
626
+ },
627
+ BannerTitle: {
628
+ "name": "BannerTitle",
629
+ "defaultProps": {},
630
+ "getStylesLiterals": { "bannerSizeTitle": "default" },
631
+ "cxLiterals": ["w-full", "truncate"],
632
+ "internalComponents": ["Text"],
633
+ "internalComponentProps": {},
634
+ "propToVariantKeys": {},
635
+ "runtimeConfigDefaultProps": {},
636
+ "runtimeConfigGetStyles": {},
637
+ "runtimeConfigInternalComponentProps": {},
638
+ "motionVarPrefixes": []
639
+ },
640
+ Banner: {
641
+ "name": "Banner",
642
+ "defaultProps": {
643
+ "variant": "primary",
644
+ "size": "default",
645
+ "dismissAriaLabel": "Dismiss"
646
+ },
647
+ "getStylesLiterals": {
648
+ "className": "truncate",
649
+ "className:1": "line-clamp-3",
650
+ "spacing": "2",
651
+ "borderRadius": "full",
652
+ "color": "primary"
653
+ },
654
+ "cxLiterals": [
655
+ "uds-banner",
656
+ "flex",
657
+ "flex-row",
658
+ "items-center",
659
+ "items-start",
660
+ "min-w-[300px]",
661
+ "transition-[background-color]",
662
+ "motion-safe:duration-120",
663
+ "bg-carbon-15/0",
664
+ "hover:bg-carbon-15/10",
665
+ "active:bg-carbon-15/15",
666
+ "uds-ring",
667
+ "shrink-0",
668
+ "self-start",
669
+ "flex-1",
670
+ "min-w-0",
671
+ "flex-col",
672
+ "gap-[inherit]",
673
+ "uds-sm:flex-row",
674
+ "uds-sm:items-center",
675
+ "self-stretch",
676
+ "gap-0.5",
677
+ "w-full",
678
+ "truncate",
679
+ "leading-none",
680
+ "line-clamp-3",
681
+ "gap-1.5",
682
+ "uds-sm:self-center",
683
+ "uds-sm:shrink-0"
684
+ ],
685
+ "internalComponents": [
686
+ "IconSlot",
687
+ "Text",
688
+ "Pressable"
689
+ ],
690
+ "internalComponentProps": {
691
+ "IconSlot": { "data-testid": ["banner-start-icon"] },
692
+ "Text": { "data-testid": ["banner-title", "banner-description"] },
693
+ "Pressable": { "data-testid": ["banner-dismiss"] }
694
+ },
695
+ "propToVariantKeys": {
696
+ "variant": [
697
+ "bannerVariantRoot",
698
+ "bannerVariantIcon",
699
+ "bannerVariantTitle",
700
+ "bannerVariantDescription"
701
+ ],
702
+ "size": [
703
+ "bannerSizeRoot",
704
+ "bannerSizeIcon",
705
+ "bannerSizeTitle",
706
+ "bannerSizeDescription",
707
+ "bannerSizeClose"
708
+ ],
709
+ "startIcon": ["icon"],
710
+ "dismissAriaLabel": ["aria-label"],
711
+ "onDismiss": ["onClick"]
712
+ },
713
+ "runtimeConfigDefaultProps": {},
714
+ "runtimeConfigGetStyles": {},
715
+ "runtimeConfigInternalComponentProps": {},
716
+ "motionVarPrefixes": []
717
+ },
718
718
  DividerLine: {
719
719
  "name": "DividerLine",
720
720
  "defaultProps": { "variant": "primary" },
@@ -986,8 +986,123 @@ var componentData_default = {
986
986
  "runtimeConfigInternalComponentProps": {},
987
987
  "motionVarPrefixes": []
988
988
  },
989
- ManagedModal: {
990
- "name": "ManagedModal",
989
+ RadioGroupStore: {
990
+ "name": "RadioGroupStore",
991
+ "defaultProps": {},
992
+ "getStylesLiterals": {},
993
+ "cxLiterals": [],
994
+ "internalComponents": [],
995
+ "internalComponentProps": {},
996
+ "propToVariantKeys": {},
997
+ "runtimeConfigDefaultProps": {},
998
+ "runtimeConfigGetStyles": {},
999
+ "runtimeConfigInternalComponentProps": {},
1000
+ "motionVarPrefixes": []
1001
+ },
1002
+ RadioGroupProvider: {
1003
+ "name": "RadioGroupProvider",
1004
+ "defaultProps": {},
1005
+ "getStylesLiterals": {},
1006
+ "cxLiterals": [],
1007
+ "internalComponents": [
1008
+ "DivProps",
1009
+ "Comp",
1010
+ "RadioGroupContext.Provider"
1011
+ ],
1012
+ "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
1013
+ "propToVariantKeys": {},
1014
+ "runtimeConfigDefaultProps": {},
1015
+ "runtimeConfigGetStyles": {},
1016
+ "runtimeConfigInternalComponentProps": {},
1017
+ "motionVarPrefixes": []
1018
+ },
1019
+ Radio: {
1020
+ "name": "Radio",
1021
+ "defaultProps": {
1022
+ "labelPosition": "start",
1023
+ "variant": "primary",
1024
+ "size": "md",
1025
+ "value": ""
1026
+ },
1027
+ "getStylesLiterals": {
1028
+ "radioVariantValueRoot": "checked",
1029
+ "radioVariantValueRoot:1": "unchecked",
1030
+ "display": "flex",
1031
+ "flexDirection": "row",
1032
+ "flexDirection:1": "row-reverse",
1033
+ "alignItems": "center",
1034
+ "radioVariantValueRadio": "checked",
1035
+ "radioVariantValueRadio:1": "unchecked",
1036
+ "radioVariantValueRadioCircle": "checked",
1037
+ "radioVariantValueRadioCircle:1": "unchecked"
1038
+ },
1039
+ "cxLiterals": [
1040
+ "cursor-pointer",
1041
+ "cursor-default",
1042
+ "opacity-50",
1043
+ "border",
1044
+ "uds-ring",
1045
+ "uds-ring-within",
1046
+ "transition-[background-color,border-color]",
1047
+ "transition-shadow",
1048
+ "pointer-events-none",
1049
+ "w-[8px]",
1050
+ "h-[8px]",
1051
+ "opacity-55",
1052
+ "opacity-100",
1053
+ "opacity-0",
1054
+ "transition-opacity",
1055
+ "cursor-[inherit]",
1056
+ "absolute",
1057
+ "top-1/2",
1058
+ "left-1/2",
1059
+ "w-[calc(100%+2px)]",
1060
+ "h-[calc(100%+2px)]",
1061
+ "transform",
1062
+ "translate-x-[-50%]",
1063
+ "translate-y-[-50%]",
1064
+ "text-start",
1065
+ "text-end"
1066
+ ],
1067
+ "internalComponents": [
1068
+ "Box",
1069
+ "FormLabel",
1070
+ "SpringMotionConfig",
1071
+ "RootElement",
1072
+ "MotionBox"
1073
+ ],
1074
+ "internalComponentProps": {
1075
+ "Box": { "borderRadius": ["full"] },
1076
+ "FormLabel": {
1077
+ "as": ["div"],
1078
+ "variant": ["inherit"],
1079
+ "color": ["inherit"]
1080
+ },
1081
+ "RootElement": { "data-testid": ["container"] },
1082
+ "MotionBox": {
1083
+ "position": ["relative"],
1084
+ "borderRadius": ["full"],
1085
+ "alignItems": ["center"],
1086
+ "justifyContent": ["center"],
1087
+ "flex": ["none"]
1088
+ }
1089
+ },
1090
+ "propToVariantKeys": {
1091
+ "size": ["radioSizeRoot", "radioSizeRadio"],
1092
+ "variant": [
1093
+ "radioVariantRoot",
1094
+ "radioVariantRadio",
1095
+ "radioVariantRadioCircle"
1096
+ ],
1097
+ "reduceMotion": ["reducedMotion"]
1098
+ },
1099
+ "runtimeConfigDefaultProps": {},
1100
+ "runtimeConfigGetStyles": {},
1101
+ "runtimeConfigInternalComponentProps": {},
1102
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1103
+ },
1104
+ ManagedModal: {
1105
+ "name": "ManagedModal",
991
1106
  "defaultProps": {},
992
1107
  "getStylesLiterals": {},
993
1108
  "cxLiterals": [],
@@ -1228,121 +1343,6 @@ var componentData_default = {
1228
1343
  "runtimeConfigInternalComponentProps": {},
1229
1344
  "motionVarPrefixes": []
1230
1345
  },
1231
- RadioGroupStore: {
1232
- "name": "RadioGroupStore",
1233
- "defaultProps": {},
1234
- "getStylesLiterals": {},
1235
- "cxLiterals": [],
1236
- "internalComponents": [],
1237
- "internalComponentProps": {},
1238
- "propToVariantKeys": {},
1239
- "runtimeConfigDefaultProps": {},
1240
- "runtimeConfigGetStyles": {},
1241
- "runtimeConfigInternalComponentProps": {},
1242
- "motionVarPrefixes": []
1243
- },
1244
- RadioGroupProvider: {
1245
- "name": "RadioGroupProvider",
1246
- "defaultProps": {},
1247
- "getStylesLiterals": {},
1248
- "cxLiterals": [],
1249
- "internalComponents": [
1250
- "DivProps",
1251
- "Comp",
1252
- "RadioGroupContext.Provider"
1253
- ],
1254
- "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
1255
- "propToVariantKeys": {},
1256
- "runtimeConfigDefaultProps": {},
1257
- "runtimeConfigGetStyles": {},
1258
- "runtimeConfigInternalComponentProps": {},
1259
- "motionVarPrefixes": []
1260
- },
1261
- Radio: {
1262
- "name": "Radio",
1263
- "defaultProps": {
1264
- "labelPosition": "start",
1265
- "variant": "primary",
1266
- "size": "md",
1267
- "value": ""
1268
- },
1269
- "getStylesLiterals": {
1270
- "radioVariantValueRoot": "checked",
1271
- "radioVariantValueRoot:1": "unchecked",
1272
- "display": "flex",
1273
- "flexDirection": "row",
1274
- "flexDirection:1": "row-reverse",
1275
- "alignItems": "center",
1276
- "radioVariantValueRadio": "checked",
1277
- "radioVariantValueRadio:1": "unchecked",
1278
- "radioVariantValueRadioCircle": "checked",
1279
- "radioVariantValueRadioCircle:1": "unchecked"
1280
- },
1281
- "cxLiterals": [
1282
- "cursor-pointer",
1283
- "cursor-default",
1284
- "opacity-50",
1285
- "border",
1286
- "uds-ring",
1287
- "uds-ring-within",
1288
- "transition-[background-color,border-color]",
1289
- "transition-shadow",
1290
- "pointer-events-none",
1291
- "w-[8px]",
1292
- "h-[8px]",
1293
- "opacity-55",
1294
- "opacity-100",
1295
- "opacity-0",
1296
- "transition-opacity",
1297
- "cursor-[inherit]",
1298
- "absolute",
1299
- "top-1/2",
1300
- "left-1/2",
1301
- "w-[calc(100%+2px)]",
1302
- "h-[calc(100%+2px)]",
1303
- "transform",
1304
- "translate-x-[-50%]",
1305
- "translate-y-[-50%]",
1306
- "text-start",
1307
- "text-end"
1308
- ],
1309
- "internalComponents": [
1310
- "Box",
1311
- "FormLabel",
1312
- "SpringMotionConfig",
1313
- "RootElement",
1314
- "MotionBox"
1315
- ],
1316
- "internalComponentProps": {
1317
- "Box": { "borderRadius": ["full"] },
1318
- "FormLabel": {
1319
- "as": ["div"],
1320
- "variant": ["inherit"],
1321
- "color": ["inherit"]
1322
- },
1323
- "RootElement": { "data-testid": ["container"] },
1324
- "MotionBox": {
1325
- "position": ["relative"],
1326
- "borderRadius": ["full"],
1327
- "alignItems": ["center"],
1328
- "justifyContent": ["center"],
1329
- "flex": ["none"]
1330
- }
1331
- },
1332
- "propToVariantKeys": {
1333
- "size": ["radioSizeRoot", "radioSizeRadio"],
1334
- "variant": [
1335
- "radioVariantRoot",
1336
- "radioVariantRadio",
1337
- "radioVariantRadioCircle"
1338
- ],
1339
- "reduceMotion": ["reducedMotion"]
1340
- },
1341
- "runtimeConfigDefaultProps": {},
1342
- "runtimeConfigGetStyles": {},
1343
- "runtimeConfigInternalComponentProps": {},
1344
- "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1345
- },
1346
1346
  PaginationEllipsis: {
1347
1347
  "name": "PaginationEllipsis",
1348
1348
  "defaultProps": {},
@@ -2338,12 +2338,12 @@ var componentData_default = {
2338
2338
  "runtimeConfigInternalComponentProps": {},
2339
2339
  "motionVarPrefixes": []
2340
2340
  },
2341
- UDSPopoverConfigProvider: {
2342
- "name": "UDSPopoverConfigProvider",
2341
+ BottomSheetTrigger: {
2342
+ "name": "BottomSheetTrigger",
2343
2343
  "defaultProps": {},
2344
2344
  "getStylesLiterals": {},
2345
2345
  "cxLiterals": [],
2346
- "internalComponents": ["PopoverContext.Provider"],
2346
+ "internalComponents": ["AriakitDialogDisclosure"],
2347
2347
  "internalComponentProps": {},
2348
2348
  "propToVariantKeys": {},
2349
2349
  "runtimeConfigDefaultProps": {},
@@ -2351,134 +2351,8 @@ var componentData_default = {
2351
2351
  "runtimeConfigInternalComponentProps": {},
2352
2352
  "motionVarPrefixes": []
2353
2353
  },
2354
- PopoverContent: {
2355
- "name": "PopoverContent",
2356
- "defaultProps": {},
2357
- "getStylesLiterals": {
2358
- "popoverSizeRoot": "default",
2359
- "popoverVariantRoot": "default",
2360
- "display": "flex",
2361
- "position": "relative",
2362
- "display:1": "block",
2363
- "spacingTop": "0",
2364
- "spacingStart": "0",
2365
- "spacingBottom": "0",
2366
- "spacingEnd": "0",
2367
- "popoverSizeSvgBase": "default",
2368
- "popoverVariantSvgBase": "default",
2369
- "popoverSizeSvgBorder": "default",
2370
- "popoverVariantSvgBorder": "default",
2371
- "popoverVariantBlur": "default",
2372
- "position:1": "absolute",
2373
- "width": "full",
2374
- "height": "full",
2375
- "flexShrink": "0",
2376
- "borderRadius": "full",
2377
- "alignItems": "center",
2378
- "justifyContent": "center",
2379
- "popoverVariantCloseIcon": "default",
2380
- "popoverSizeCloseIcon": "default"
2381
- },
2382
- "cxLiterals": [
2383
- "z-[9999]",
2384
- "outline-none",
2385
- "focus-visible:outline-none",
2386
- "uds-bgBlurFillFallback",
2387
- "uds-bgBlurFallback",
2388
- "top-0",
2389
- "left-0",
2390
- "z-[1]",
2391
- "duration-0",
2392
- "duration-120",
2393
- "transition-[background-color]",
2394
- "bg-carbon-15/0",
2395
- "hover:bg-carbon-15/10",
2396
- "active:bg-carbon-15/15",
2397
- "uds-ring",
2398
- "absolute",
2399
- "z-[4]"
2400
- ],
2401
- "internalComponents": [
2402
- "PopoverDismiss",
2403
- "IconSlot",
2404
- "PopoverArrow",
2405
- "Popover",
2406
- "SvgFloatingOverlay",
2407
- "Box",
2408
- "Pressable"
2409
- ],
2410
- "internalComponentProps": {},
2411
- "propToVariantKeys": { "closeIcon": ["icon"] },
2412
- "runtimeConfigDefaultProps": {
2413
- "size": "popover.defaultSize",
2414
- "variant": "popover.defaultVariant"
2415
- },
2416
- "runtimeConfigGetStyles": {
2417
- "spacingTop": ["popover.spacingVertical.${size}"],
2418
- "spacingStart": ["popover.spacingHorizontal.${size}"],
2419
- "spacingBottom": ["popover.spacingVertical.${size}"],
2420
- "spacingEnd": ["popover.spacingHorizontal.${size}"]
2421
- },
2422
- "runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
2423
- "motionVarPrefixes": []
2424
- },
2425
- PopoverContext: {
2426
- "name": "PopoverContext",
2427
- "defaultProps": {},
2428
- "getStylesLiterals": {},
2429
- "cxLiterals": [],
2430
- "internalComponents": [],
2431
- "internalComponentProps": {},
2432
- "propToVariantKeys": {},
2433
- "runtimeConfigDefaultProps": {},
2434
- "runtimeConfigGetStyles": {},
2435
- "runtimeConfigInternalComponentProps": {},
2436
- "motionVarPrefixes": []
2437
- },
2438
- PopoverTrigger: {
2439
- "name": "PopoverTrigger",
2440
- "defaultProps": {},
2441
- "getStylesLiterals": {},
2442
- "cxLiterals": [],
2443
- "internalComponents": ["PopoverDisclosure"],
2444
- "internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
2445
- "propToVariantKeys": { "children": ["render"] },
2446
- "runtimeConfigDefaultProps": {},
2447
- "runtimeConfigGetStyles": {},
2448
- "runtimeConfigInternalComponentProps": {},
2449
- "motionVarPrefixes": []
2450
- },
2451
- Popover: {
2452
- "name": "Popover",
2453
- "defaultProps": {},
2454
- "getStylesLiterals": {},
2455
- "cxLiterals": ["uds:popover-open"],
2456
- "internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
2457
- "internalComponentProps": {},
2458
- "propToVariantKeys": {},
2459
- "runtimeConfigDefaultProps": {
2460
- "size": "popover.defaultSize",
2461
- "variant": "popover.defaultVariant"
2462
- },
2463
- "runtimeConfigGetStyles": {},
2464
- "runtimeConfigInternalComponentProps": {},
2465
- "motionVarPrefixes": []
2466
- },
2467
- BottomSheetTrigger: {
2468
- "name": "BottomSheetTrigger",
2469
- "defaultProps": {},
2470
- "getStylesLiterals": {},
2471
- "cxLiterals": [],
2472
- "internalComponents": ["AriakitDialogDisclosure"],
2473
- "internalComponentProps": {},
2474
- "propToVariantKeys": {},
2475
- "runtimeConfigDefaultProps": {},
2476
- "runtimeConfigGetStyles": {},
2477
- "runtimeConfigInternalComponentProps": {},
2478
- "motionVarPrefixes": []
2479
- },
2480
- UDSBottomSheetConfigProvider: {
2481
- "name": "UDSBottomSheetConfigProvider",
2354
+ UDSBottomSheetConfigProvider: {
2355
+ "name": "UDSBottomSheetConfigProvider",
2482
2356
  "defaultProps": {},
2483
2357
  "getStylesLiterals": {},
2484
2358
  "cxLiterals": [],
@@ -2791,97 +2665,6 @@ var componentData_default = {
2791
2665
  "runtimeConfigInternalComponentProps": {},
2792
2666
  "motionVarPrefixes": []
2793
2667
  },
2794
- UDSTooltipConfigProvider: {
2795
- "name": "UDSTooltipConfigProvider",
2796
- "defaultProps": {},
2797
- "getStylesLiterals": {},
2798
- "cxLiterals": [],
2799
- "internalComponents": ["TooltipContext.Provider"],
2800
- "internalComponentProps": {},
2801
- "propToVariantKeys": {},
2802
- "runtimeConfigDefaultProps": {},
2803
- "runtimeConfigGetStyles": {},
2804
- "runtimeConfigInternalComponentProps": {},
2805
- "motionVarPrefixes": []
2806
- },
2807
- TooltipTrigger: {
2808
- "name": "TooltipTrigger",
2809
- "defaultProps": {},
2810
- "getStylesLiterals": {},
2811
- "cxLiterals": [],
2812
- "internalComponents": ["TooltipAnchor"],
2813
- "internalComponentProps": { "TooltipAnchor": { "className": ["inline"] } },
2814
- "propToVariantKeys": { "children": ["render"] },
2815
- "runtimeConfigDefaultProps": {},
2816
- "runtimeConfigGetStyles": {},
2817
- "runtimeConfigInternalComponentProps": {},
2818
- "motionVarPrefixes": []
2819
- },
2820
- Tooltip: {
2821
- "name": "Tooltip",
2822
- "defaultProps": {},
2823
- "getStylesLiterals": {},
2824
- "cxLiterals": [],
2825
- "internalComponents": ["TooltipInternalContext.Provider", "TooltipProvider"],
2826
- "internalComponentProps": {},
2827
- "propToVariantKeys": {},
2828
- "runtimeConfigDefaultProps": {},
2829
- "runtimeConfigGetStyles": {},
2830
- "runtimeConfigInternalComponentProps": { "TooltipProvider": { "animated": ["tooltip.animationDuration"] } },
2831
- "motionVarPrefixes": []
2832
- },
2833
- TooltipContent: {
2834
- "name": "TooltipContent",
2835
- "defaultProps": {},
2836
- "getStylesLiterals": {
2837
- "tooltipSizeRoot": "default",
2838
- "tooltipVariantRoot": "default",
2839
- "tooltipSizeSvg": "default",
2840
- "tooltipVariantSvg": "default",
2841
- "tooltipVariantBlur": "default",
2842
- "position": "absolute",
2843
- "width": "full",
2844
- "height": "full",
2845
- "tooltipSizeTitle": "default",
2846
- "tooltipSizeBody": "default",
2847
- "tooltipSizeEndContent": "default",
2848
- "tooltipSizeIcon": "default",
2849
- "tooltipVariantIcon": "default"
2850
- },
2851
- "cxLiterals": [
2852
- "max-w-lg",
2853
- "flex",
2854
- "z-[9999]",
2855
- "uds-bgBlurFillFallback",
2856
- "uds-bgBlurFallback",
2857
- "top-0",
2858
- "left-0",
2859
- "z-[1]"
2860
- ],
2861
- "internalComponents": [
2862
- "IconSlot",
2863
- "TooltipArrow",
2864
- "Tooltip",
2865
- "SvgFloatingOverlay",
2866
- "VStack",
2867
- "Box",
2868
- "Text"
2869
- ],
2870
- "internalComponentProps": {
2871
- "SvgFloatingOverlay": { "contentOverflow": ["visible"] },
2872
- "VStack": { "className": ["gap-[inherit]"] },
2873
- "Box": {
2874
- "alignItems": ["center"],
2875
- "columnGap": ["1", "1.5"]
2876
- },
2877
- "Text": { "color": ["inherit"] }
2878
- },
2879
- "propToVariantKeys": { "startTitleIcon": ["icon"] },
2880
- "runtimeConfigDefaultProps": {},
2881
- "runtimeConfigGetStyles": {},
2882
- "runtimeConfigInternalComponentProps": {},
2883
- "motionVarPrefixes": []
2884
- },
2885
2668
  TabList: {
2886
2669
  "name": "TabList",
2887
2670
  "defaultProps": { "variant": "primary" },
@@ -3022,6 +2805,97 @@ var componentData_default = {
3022
2805
  "runtimeConfigInternalComponentProps": {},
3023
2806
  "motionVarPrefixes": []
3024
2807
  },
2808
+ UDSTooltipConfigProvider: {
2809
+ "name": "UDSTooltipConfigProvider",
2810
+ "defaultProps": {},
2811
+ "getStylesLiterals": {},
2812
+ "cxLiterals": [],
2813
+ "internalComponents": ["TooltipContext.Provider"],
2814
+ "internalComponentProps": {},
2815
+ "propToVariantKeys": {},
2816
+ "runtimeConfigDefaultProps": {},
2817
+ "runtimeConfigGetStyles": {},
2818
+ "runtimeConfigInternalComponentProps": {},
2819
+ "motionVarPrefixes": []
2820
+ },
2821
+ TooltipTrigger: {
2822
+ "name": "TooltipTrigger",
2823
+ "defaultProps": {},
2824
+ "getStylesLiterals": {},
2825
+ "cxLiterals": [],
2826
+ "internalComponents": ["TooltipAnchor"],
2827
+ "internalComponentProps": { "TooltipAnchor": { "className": ["inline"] } },
2828
+ "propToVariantKeys": { "children": ["render"] },
2829
+ "runtimeConfigDefaultProps": {},
2830
+ "runtimeConfigGetStyles": {},
2831
+ "runtimeConfigInternalComponentProps": {},
2832
+ "motionVarPrefixes": []
2833
+ },
2834
+ Tooltip: {
2835
+ "name": "Tooltip",
2836
+ "defaultProps": {},
2837
+ "getStylesLiterals": {},
2838
+ "cxLiterals": [],
2839
+ "internalComponents": ["TooltipInternalContext.Provider", "TooltipProvider"],
2840
+ "internalComponentProps": {},
2841
+ "propToVariantKeys": {},
2842
+ "runtimeConfigDefaultProps": {},
2843
+ "runtimeConfigGetStyles": {},
2844
+ "runtimeConfigInternalComponentProps": { "TooltipProvider": { "animated": ["tooltip.animationDuration"] } },
2845
+ "motionVarPrefixes": []
2846
+ },
2847
+ TooltipContent: {
2848
+ "name": "TooltipContent",
2849
+ "defaultProps": {},
2850
+ "getStylesLiterals": {
2851
+ "tooltipSizeRoot": "default",
2852
+ "tooltipVariantRoot": "default",
2853
+ "tooltipSizeSvg": "default",
2854
+ "tooltipVariantSvg": "default",
2855
+ "tooltipVariantBlur": "default",
2856
+ "position": "absolute",
2857
+ "width": "full",
2858
+ "height": "full",
2859
+ "tooltipSizeTitle": "default",
2860
+ "tooltipSizeBody": "default",
2861
+ "tooltipSizeEndContent": "default",
2862
+ "tooltipSizeIcon": "default",
2863
+ "tooltipVariantIcon": "default"
2864
+ },
2865
+ "cxLiterals": [
2866
+ "max-w-lg",
2867
+ "flex",
2868
+ "z-[9999]",
2869
+ "uds-bgBlurFillFallback",
2870
+ "uds-bgBlurFallback",
2871
+ "top-0",
2872
+ "left-0",
2873
+ "z-[1]"
2874
+ ],
2875
+ "internalComponents": [
2876
+ "IconSlot",
2877
+ "TooltipArrow",
2878
+ "Tooltip",
2879
+ "SvgFloatingOverlay",
2880
+ "VStack",
2881
+ "Box",
2882
+ "Text"
2883
+ ],
2884
+ "internalComponentProps": {
2885
+ "SvgFloatingOverlay": { "contentOverflow": ["visible"] },
2886
+ "VStack": { "className": ["gap-[inherit]"] },
2887
+ "Box": {
2888
+ "alignItems": ["center"],
2889
+ "columnGap": ["1", "1.5"]
2890
+ },
2891
+ "Text": { "color": ["inherit"] }
2892
+ },
2893
+ "propToVariantKeys": { "startTitleIcon": ["icon"] },
2894
+ "runtimeConfigDefaultProps": {},
2895
+ "runtimeConfigGetStyles": {},
2896
+ "runtimeConfigInternalComponentProps": {},
2897
+ "motionVarPrefixes": []
2898
+ },
3025
2899
  Accordion: {
3026
2900
  "name": "Accordion",
3027
2901
  "defaultProps": {
@@ -3241,6 +3115,132 @@ var componentData_default = {
3241
3115
  "runtimeConfigGetStyles": {},
3242
3116
  "runtimeConfigInternalComponentProps": {},
3243
3117
  "motionVarPrefixes": []
3118
+ },
3119
+ UDSPopoverConfigProvider: {
3120
+ "name": "UDSPopoverConfigProvider",
3121
+ "defaultProps": {},
3122
+ "getStylesLiterals": {},
3123
+ "cxLiterals": [],
3124
+ "internalComponents": ["PopoverContext.Provider"],
3125
+ "internalComponentProps": {},
3126
+ "propToVariantKeys": {},
3127
+ "runtimeConfigDefaultProps": {},
3128
+ "runtimeConfigGetStyles": {},
3129
+ "runtimeConfigInternalComponentProps": {},
3130
+ "motionVarPrefixes": []
3131
+ },
3132
+ PopoverContent: {
3133
+ "name": "PopoverContent",
3134
+ "defaultProps": {},
3135
+ "getStylesLiterals": {
3136
+ "popoverSizeRoot": "default",
3137
+ "popoverVariantRoot": "default",
3138
+ "display": "flex",
3139
+ "position": "relative",
3140
+ "display:1": "block",
3141
+ "spacingTop": "0",
3142
+ "spacingStart": "0",
3143
+ "spacingBottom": "0",
3144
+ "spacingEnd": "0",
3145
+ "popoverSizeSvgBase": "default",
3146
+ "popoverVariantSvgBase": "default",
3147
+ "popoverSizeSvgBorder": "default",
3148
+ "popoverVariantSvgBorder": "default",
3149
+ "popoverVariantBlur": "default",
3150
+ "position:1": "absolute",
3151
+ "width": "full",
3152
+ "height": "full",
3153
+ "flexShrink": "0",
3154
+ "borderRadius": "full",
3155
+ "alignItems": "center",
3156
+ "justifyContent": "center",
3157
+ "popoverVariantCloseIcon": "default",
3158
+ "popoverSizeCloseIcon": "default"
3159
+ },
3160
+ "cxLiterals": [
3161
+ "z-[9999]",
3162
+ "outline-none",
3163
+ "focus-visible:outline-none",
3164
+ "uds-bgBlurFillFallback",
3165
+ "uds-bgBlurFallback",
3166
+ "top-0",
3167
+ "left-0",
3168
+ "z-[1]",
3169
+ "duration-0",
3170
+ "duration-120",
3171
+ "transition-[background-color]",
3172
+ "bg-carbon-15/0",
3173
+ "hover:bg-carbon-15/10",
3174
+ "active:bg-carbon-15/15",
3175
+ "uds-ring",
3176
+ "absolute",
3177
+ "z-[4]"
3178
+ ],
3179
+ "internalComponents": [
3180
+ "PopoverDismiss",
3181
+ "IconSlot",
3182
+ "PopoverArrow",
3183
+ "Popover",
3184
+ "SvgFloatingOverlay",
3185
+ "Box",
3186
+ "Pressable"
3187
+ ],
3188
+ "internalComponentProps": {},
3189
+ "propToVariantKeys": { "closeIcon": ["icon"] },
3190
+ "runtimeConfigDefaultProps": {
3191
+ "size": "popover.defaultSize",
3192
+ "variant": "popover.defaultVariant"
3193
+ },
3194
+ "runtimeConfigGetStyles": {
3195
+ "spacingTop": ["popover.spacingVertical.${size}"],
3196
+ "spacingStart": ["popover.spacingHorizontal.${size}"],
3197
+ "spacingBottom": ["popover.spacingVertical.${size}"],
3198
+ "spacingEnd": ["popover.spacingHorizontal.${size}"]
3199
+ },
3200
+ "runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
3201
+ "motionVarPrefixes": []
3202
+ },
3203
+ PopoverContext: {
3204
+ "name": "PopoverContext",
3205
+ "defaultProps": {},
3206
+ "getStylesLiterals": {},
3207
+ "cxLiterals": [],
3208
+ "internalComponents": [],
3209
+ "internalComponentProps": {},
3210
+ "propToVariantKeys": {},
3211
+ "runtimeConfigDefaultProps": {},
3212
+ "runtimeConfigGetStyles": {},
3213
+ "runtimeConfigInternalComponentProps": {},
3214
+ "motionVarPrefixes": []
3215
+ },
3216
+ PopoverTrigger: {
3217
+ "name": "PopoverTrigger",
3218
+ "defaultProps": {},
3219
+ "getStylesLiterals": {},
3220
+ "cxLiterals": [],
3221
+ "internalComponents": ["PopoverDisclosure"],
3222
+ "internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
3223
+ "propToVariantKeys": { "children": ["render"] },
3224
+ "runtimeConfigDefaultProps": {},
3225
+ "runtimeConfigGetStyles": {},
3226
+ "runtimeConfigInternalComponentProps": {},
3227
+ "motionVarPrefixes": []
3228
+ },
3229
+ Popover: {
3230
+ "name": "Popover",
3231
+ "defaultProps": {},
3232
+ "getStylesLiterals": {},
3233
+ "cxLiterals": ["uds:popover-open"],
3234
+ "internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
3235
+ "internalComponentProps": {},
3236
+ "propToVariantKeys": {},
3237
+ "runtimeConfigDefaultProps": {
3238
+ "size": "popover.defaultSize",
3239
+ "variant": "popover.defaultVariant"
3240
+ },
3241
+ "runtimeConfigGetStyles": {},
3242
+ "runtimeConfigInternalComponentProps": {},
3243
+ "motionVarPrefixes": []
3244
3244
  }
3245
3245
  };
3246
3246
  //#endregion