@yahoo/uds 3.169.1 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/dist/automated-config/dist/generated/autoVariantTemplates.cjs +218 -0
  2. package/dist/automated-config/dist/generated/autoVariantTemplates.js +218 -0
  3. package/dist/components/IconSlot.cjs +1 -1
  4. package/dist/components/IconSlot.js +1 -1
  5. package/dist/components/client/Button/Button.cjs +1 -1
  6. package/dist/components/client/Button/Button.js +1 -1
  7. package/dist/components/client/IconButton/IconButton.cjs +1 -1
  8. package/dist/components/client/IconButton/IconButton.js +1 -1
  9. package/dist/components/client/Menu/Menu.Content.cjs +1 -1
  10. package/dist/components/client/Menu/Menu.Content.js +1 -1
  11. package/dist/components/client/Popover/PopoverContent.cjs +1 -1
  12. package/dist/components/client/Popover/PopoverContent.js +1 -1
  13. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
  14. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
  15. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -5
  16. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
  17. package/dist/index.cjs +3 -3
  18. package/dist/index.js +3 -3
  19. package/dist/styles/styleVariantTemplates.cjs +146 -0
  20. package/dist/styles/styleVariantTemplates.d.cts +161 -0
  21. package/dist/styles/styleVariantTemplates.d.ts +161 -0
  22. package/dist/styles/styleVariantTemplates.js +145 -0
  23. package/dist/styles/styler.cjs +27 -32
  24. package/dist/styles/styler.d.cts +13 -289
  25. package/dist/styles/styler.d.ts +13 -289
  26. package/dist/styles/styler.js +27 -32
  27. package/dist/styles/stylerTypes.d.cts +1 -1
  28. package/dist/styles/stylerTypes.d.ts +1 -1
  29. package/dist/styles/udsTailwindMerge.cjs +522 -0
  30. package/dist/styles/udsTailwindMerge.d.cts +7 -0
  31. package/dist/styles/udsTailwindMerge.d.ts +7 -0
  32. package/dist/styles/udsTailwindMerge.js +520 -0
  33. package/dist/styles/variantClass.cjs +31 -0
  34. package/dist/styles/variantClass.d.cts +12 -0
  35. package/dist/styles/variantClass.d.ts +12 -0
  36. package/dist/styles/variantClass.js +30 -0
  37. package/dist/styles/variants.cjs +3 -2
  38. package/dist/styles/variants.js +1 -1
  39. package/dist/tokens/index.cjs +1 -1
  40. package/dist/tokens/index.js +1 -1
  41. package/dist/uds/generated/componentData.cjs +205 -205
  42. package/dist/uds/generated/componentData.js +205 -205
  43. package/dist/uds/generated/tailwindPurge.cjs +79 -79
  44. package/dist/uds/generated/tailwindPurge.js +79 -79
  45. package/generated/componentData.json +335 -335
  46. package/generated/tailwindPurge.ts +1 -1
  47. package/package.json +1 -1
@@ -823,6 +823,141 @@
823
823
  "runtimeConfigInternalComponentProps": {},
824
824
  "motionVarPrefixes": []
825
825
  },
826
+ "Tooltip": {
827
+ "name": "Tooltip",
828
+ "defaultProps": {},
829
+ "getStylesLiterals": {},
830
+ "cxLiterals": [],
831
+ "internalComponents": [
832
+ "TooltipInternalContext.Provider",
833
+ "TooltipProvider"
834
+ ],
835
+ "internalComponentProps": {},
836
+ "propToVariantKeys": {},
837
+ "runtimeConfigDefaultProps": {},
838
+ "runtimeConfigGetStyles": {},
839
+ "runtimeConfigInternalComponentProps": {
840
+ "TooltipProvider": {
841
+ "animated": [
842
+ "tooltip.animationDuration"
843
+ ]
844
+ }
845
+ },
846
+ "motionVarPrefixes": []
847
+ },
848
+ "TooltipContent": {
849
+ "name": "TooltipContent",
850
+ "defaultProps": {},
851
+ "getStylesLiterals": {
852
+ "tooltipSizeRoot": "default",
853
+ "tooltipVariantRoot": "default",
854
+ "tooltipSizeSvg": "default",
855
+ "tooltipVariantSvg": "default",
856
+ "tooltipVariantBlur": "default",
857
+ "position": "absolute",
858
+ "width": "full",
859
+ "height": "full",
860
+ "tooltipSizeTitle": "default",
861
+ "tooltipSizeBody": "default",
862
+ "tooltipSizeEndContent": "default",
863
+ "tooltipSizeIcon": "default",
864
+ "tooltipVariantIcon": "default"
865
+ },
866
+ "cxLiterals": [
867
+ "max-w-lg",
868
+ "flex",
869
+ "z-[9999]",
870
+ "uds-bgBlurFillFallback",
871
+ "uds-bgBlurFallback",
872
+ "top-0",
873
+ "left-0",
874
+ "z-[1]"
875
+ ],
876
+ "internalComponents": [
877
+ "IconSlot",
878
+ "TooltipArrow",
879
+ "Tooltip",
880
+ "SvgFloatingOverlay",
881
+ "VStack",
882
+ "Box",
883
+ "Text"
884
+ ],
885
+ "internalComponentProps": {
886
+ "SvgFloatingOverlay": {
887
+ "contentOverflow": [
888
+ "visible"
889
+ ]
890
+ },
891
+ "VStack": {
892
+ "className": [
893
+ "gap-[inherit]"
894
+ ]
895
+ },
896
+ "Box": {
897
+ "alignItems": [
898
+ "center"
899
+ ],
900
+ "columnGap": [
901
+ "1",
902
+ "1.5"
903
+ ]
904
+ },
905
+ "Text": {
906
+ "color": [
907
+ "inherit"
908
+ ]
909
+ }
910
+ },
911
+ "propToVariantKeys": {
912
+ "startTitleIcon": [
913
+ "icon"
914
+ ]
915
+ },
916
+ "runtimeConfigDefaultProps": {},
917
+ "runtimeConfigGetStyles": {},
918
+ "runtimeConfigInternalComponentProps": {},
919
+ "motionVarPrefixes": []
920
+ },
921
+ "TooltipTrigger": {
922
+ "name": "TooltipTrigger",
923
+ "defaultProps": {},
924
+ "getStylesLiterals": {},
925
+ "cxLiterals": [],
926
+ "internalComponents": [
927
+ "TooltipAnchor"
928
+ ],
929
+ "internalComponentProps": {
930
+ "TooltipAnchor": {
931
+ "className": [
932
+ "inline"
933
+ ]
934
+ }
935
+ },
936
+ "propToVariantKeys": {
937
+ "children": [
938
+ "render"
939
+ ]
940
+ },
941
+ "runtimeConfigDefaultProps": {},
942
+ "runtimeConfigGetStyles": {},
943
+ "runtimeConfigInternalComponentProps": {},
944
+ "motionVarPrefixes": []
945
+ },
946
+ "UDSTooltipConfigProvider": {
947
+ "name": "UDSTooltipConfigProvider",
948
+ "defaultProps": {},
949
+ "getStylesLiterals": {},
950
+ "cxLiterals": [],
951
+ "internalComponents": [
952
+ "TooltipContext.Provider"
953
+ ],
954
+ "internalComponentProps": {},
955
+ "propToVariantKeys": {},
956
+ "runtimeConfigDefaultProps": {},
957
+ "runtimeConfigGetStyles": {},
958
+ "runtimeConfigInternalComponentProps": {},
959
+ "motionVarPrefixes": []
960
+ },
826
961
  "Accordion": {
827
962
  "name": "Accordion",
828
963
  "defaultProps": {
@@ -998,141 +1133,6 @@
998
1133
  "runtimeConfigInternalComponentProps": {},
999
1134
  "motionVarPrefixes": []
1000
1135
  },
1001
- "Tooltip": {
1002
- "name": "Tooltip",
1003
- "defaultProps": {},
1004
- "getStylesLiterals": {},
1005
- "cxLiterals": [],
1006
- "internalComponents": [
1007
- "TooltipInternalContext.Provider",
1008
- "TooltipProvider"
1009
- ],
1010
- "internalComponentProps": {},
1011
- "propToVariantKeys": {},
1012
- "runtimeConfigDefaultProps": {},
1013
- "runtimeConfigGetStyles": {},
1014
- "runtimeConfigInternalComponentProps": {
1015
- "TooltipProvider": {
1016
- "animated": [
1017
- "tooltip.animationDuration"
1018
- ]
1019
- }
1020
- },
1021
- "motionVarPrefixes": []
1022
- },
1023
- "TooltipContent": {
1024
- "name": "TooltipContent",
1025
- "defaultProps": {},
1026
- "getStylesLiterals": {
1027
- "tooltipSizeRoot": "default",
1028
- "tooltipVariantRoot": "default",
1029
- "tooltipSizeSvg": "default",
1030
- "tooltipVariantSvg": "default",
1031
- "tooltipVariantBlur": "default",
1032
- "position": "absolute",
1033
- "width": "full",
1034
- "height": "full",
1035
- "tooltipSizeTitle": "default",
1036
- "tooltipSizeBody": "default",
1037
- "tooltipSizeEndContent": "default",
1038
- "tooltipSizeIcon": "default",
1039
- "tooltipVariantIcon": "default"
1040
- },
1041
- "cxLiterals": [
1042
- "max-w-lg",
1043
- "flex",
1044
- "z-[9999]",
1045
- "uds-bgBlurFillFallback",
1046
- "uds-bgBlurFallback",
1047
- "top-0",
1048
- "left-0",
1049
- "z-[1]"
1050
- ],
1051
- "internalComponents": [
1052
- "IconSlot",
1053
- "TooltipArrow",
1054
- "Tooltip",
1055
- "SvgFloatingOverlay",
1056
- "VStack",
1057
- "Box",
1058
- "Text"
1059
- ],
1060
- "internalComponentProps": {
1061
- "SvgFloatingOverlay": {
1062
- "contentOverflow": [
1063
- "visible"
1064
- ]
1065
- },
1066
- "VStack": {
1067
- "className": [
1068
- "gap-[inherit]"
1069
- ]
1070
- },
1071
- "Box": {
1072
- "alignItems": [
1073
- "center"
1074
- ],
1075
- "columnGap": [
1076
- "1",
1077
- "1.5"
1078
- ]
1079
- },
1080
- "Text": {
1081
- "color": [
1082
- "inherit"
1083
- ]
1084
- }
1085
- },
1086
- "propToVariantKeys": {
1087
- "startTitleIcon": [
1088
- "icon"
1089
- ]
1090
- },
1091
- "runtimeConfigDefaultProps": {},
1092
- "runtimeConfigGetStyles": {},
1093
- "runtimeConfigInternalComponentProps": {},
1094
- "motionVarPrefixes": []
1095
- },
1096
- "TooltipTrigger": {
1097
- "name": "TooltipTrigger",
1098
- "defaultProps": {},
1099
- "getStylesLiterals": {},
1100
- "cxLiterals": [],
1101
- "internalComponents": [
1102
- "TooltipAnchor"
1103
- ],
1104
- "internalComponentProps": {
1105
- "TooltipAnchor": {
1106
- "className": [
1107
- "inline"
1108
- ]
1109
- }
1110
- },
1111
- "propToVariantKeys": {
1112
- "children": [
1113
- "render"
1114
- ]
1115
- },
1116
- "runtimeConfigDefaultProps": {},
1117
- "runtimeConfigGetStyles": {},
1118
- "runtimeConfigInternalComponentProps": {},
1119
- "motionVarPrefixes": []
1120
- },
1121
- "UDSTooltipConfigProvider": {
1122
- "name": "UDSTooltipConfigProvider",
1123
- "defaultProps": {},
1124
- "getStylesLiterals": {},
1125
- "cxLiterals": [],
1126
- "internalComponents": [
1127
- "TooltipContext.Provider"
1128
- ],
1129
- "internalComponentProps": {},
1130
- "propToVariantKeys": {},
1131
- "runtimeConfigDefaultProps": {},
1132
- "runtimeConfigGetStyles": {},
1133
- "runtimeConfigInternalComponentProps": {},
1134
- "motionVarPrefixes": []
1135
- },
1136
1136
  "SelectDivider": {
1137
1137
  "name": "SelectDivider",
1138
1138
  "defaultProps": {
@@ -3372,156 +3372,21 @@
3372
3372
  ],
3373
3373
  "variant": [
3374
3374
  "inherit"
3375
- ],
3376
- "color": [
3377
- "inherit"
3378
- ]
3379
- },
3380
- "RootElement": {
3381
- "data-testid": [
3382
- "container"
3383
- ]
3384
- }
3385
- },
3386
- "propToVariantKeys": {
3387
- "size": [
3388
- "switchSizeRoot",
3389
- "switchSizeSwitch"
3390
- ]
3391
- },
3392
- "runtimeConfigDefaultProps": {},
3393
- "runtimeConfigGetStyles": {},
3394
- "runtimeConfigInternalComponentProps": {},
3395
- "motionVarPrefixes": []
3396
- },
3397
- "Switch": {
3398
- "name": "Switch",
3399
- "defaultProps": {},
3400
- "getStylesLiterals": {
3401
- "switchVariantActiveHandle": "on",
3402
- "switchVariantActiveHandle:1": "off",
3403
- "switchVariantHandle": "default",
3404
- "switchVariantHandleIcon": "default",
3405
- "switchVariantActiveHandleIcon": "on",
3406
- "switchVariantActiveHandleIcon:1": "off"
3407
- },
3408
- "cxLiterals": [
3409
- "relative",
3410
- "pointer-events-none",
3411
- "uds-border-radius-full",
3412
- "overflow-hidden",
3413
- "absolute",
3414
- "top-0",
3415
- "left-0",
3416
- "right-0",
3417
- "bottom-0",
3418
- "opacity-95",
3419
- "group-hover:opacity-100",
3420
- "transition-[background-color,box-shadow,opacity]",
3421
- "opacity-0",
3422
- "m-auto",
3423
- "transition-opacity",
3424
- "opacity-100"
3425
- ],
3426
- "internalComponents": [
3427
- "IconSlot",
3428
- "SwitchBase",
3429
- "Box",
3430
- "SpringMotionConfig",
3431
- "MotionBox",
3432
- "SwitchProps",
3433
- "SwitchStaticHandle"
3434
- ],
3435
- "internalComponentProps": {
3436
- "IconSlot": {
3437
- "data-testid": [
3438
- "on-icon",
3439
- "off-icon"
3440
- ]
3441
- }
3442
- },
3443
- "propToVariantKeys": {
3444
- "size": [
3445
- "switchSizeHandle",
3446
- "switchSizeHandleIcon"
3447
- ],
3448
- "reduceMotion": [
3449
- "reducedMotion"
3450
- ]
3451
- },
3452
- "runtimeConfigDefaultProps": {},
3453
- "runtimeConfigGetStyles": {},
3454
- "runtimeConfigInternalComponentProps": {},
3455
- "motionVarPrefixes": [
3456
- "--uds-motion-bouncy-4-",
3457
- "--uds-motion-smooth-3-"
3458
- ]
3459
- },
3460
- "AvatarIcon": {
3461
- "name": "AvatarIcon",
3462
- "defaultProps": {
3463
- "size": "md",
3464
- "variant": "primary"
3465
- },
3466
- "getStylesLiterals": {},
3467
- "cxLiterals": [
3468
- "overflow-hidden",
3469
- "w-full",
3470
- "h-full",
3471
- "shrink-0",
3472
- "text-center",
3473
- "inline-flex",
3474
- "justify-center",
3475
- "items-center"
3476
- ],
3477
- "internalComponents": [
3478
- "IconSlot",
3479
- "Box"
3480
- ],
3481
- "internalComponentProps": {},
3482
- "propToVariantKeys": {
3483
- "size": [
3484
- "avatarSizeIcon"
3485
- ]
3486
- },
3487
- "runtimeConfigDefaultProps": {
3488
- "size": "avatar.defaultSize"
3489
- },
3490
- "runtimeConfigGetStyles": {},
3491
- "runtimeConfigInternalComponentProps": {},
3492
- "motionVarPrefixes": []
3493
- },
3494
- "AvatarImage": {
3495
- "name": "AvatarImage",
3496
- "defaultProps": {
3497
- "size": "md",
3498
- "variant": "primary"
3499
- },
3500
- "getStylesLiterals": {},
3501
- "cxLiterals": [
3502
- "overflow-hidden",
3503
- "w-full",
3504
- "h-full",
3505
- "shrink-0",
3506
- "text-center",
3507
- "inline-flex",
3508
- "justify-center",
3509
- "items-center",
3510
- "object-cover"
3511
- ],
3512
- "internalComponents": [
3513
- "UDSImage",
3514
- "AvatarText",
3515
- "AvatarIcon",
3516
- "Box"
3517
- ],
3518
- "internalComponentProps": {},
3375
+ ],
3376
+ "color": [
3377
+ "inherit"
3378
+ ]
3379
+ },
3380
+ "RootElement": {
3381
+ "data-testid": [
3382
+ "container"
3383
+ ]
3384
+ }
3385
+ },
3519
3386
  "propToVariantKeys": {
3520
- "alt": [
3521
- "name"
3522
- ],
3523
- "fallback": [
3524
- "initials"
3387
+ "size": [
3388
+ "switchSizeRoot",
3389
+ "switchSizeSwitch"
3525
3390
  ]
3526
3391
  },
3527
3392
  "runtimeConfigDefaultProps": {},
@@ -3529,71 +3394,68 @@
3529
3394
  "runtimeConfigInternalComponentProps": {},
3530
3395
  "motionVarPrefixes": []
3531
3396
  },
3532
- "AvatarText": {
3533
- "name": "AvatarText",
3534
- "defaultProps": {
3535
- "size": "md",
3536
- "variant": "primary"
3397
+ "Switch": {
3398
+ "name": "Switch",
3399
+ "defaultProps": {},
3400
+ "getStylesLiterals": {
3401
+ "switchVariantActiveHandle": "on",
3402
+ "switchVariantActiveHandle:1": "off",
3403
+ "switchVariantHandle": "default",
3404
+ "switchVariantHandleIcon": "default",
3405
+ "switchVariantActiveHandleIcon": "on",
3406
+ "switchVariantActiveHandleIcon:1": "off"
3537
3407
  },
3538
- "getStylesLiterals": {},
3539
3408
  "cxLiterals": [
3409
+ "relative",
3410
+ "pointer-events-none",
3411
+ "uds-border-radius-full",
3540
3412
  "overflow-hidden",
3541
- "truncate",
3542
- "w-full",
3543
- "h-full",
3544
- "shrink-0",
3545
- "text-center",
3546
- "inline-flex",
3547
- "justify-center",
3548
- "items-center"
3413
+ "absolute",
3414
+ "top-0",
3415
+ "left-0",
3416
+ "right-0",
3417
+ "bottom-0",
3418
+ "opacity-95",
3419
+ "group-hover:opacity-100",
3420
+ "transition-[background-color,box-shadow,opacity]",
3421
+ "opacity-0",
3422
+ "m-auto",
3423
+ "transition-opacity",
3424
+ "opacity-100"
3549
3425
  ],
3550
3426
  "internalComponents": [
3427
+ "IconSlot",
3428
+ "SwitchBase",
3551
3429
  "Box",
3552
- "Text"
3430
+ "SpringMotionConfig",
3431
+ "MotionBox",
3432
+ "SwitchProps",
3433
+ "SwitchStaticHandle"
3553
3434
  ],
3554
3435
  "internalComponentProps": {
3555
- "Text": {
3556
- "color": [
3557
- "inherit"
3558
- ],
3559
- "variant": [
3560
- "inherit"
3436
+ "IconSlot": {
3437
+ "data-testid": [
3438
+ "on-icon",
3439
+ "off-icon"
3561
3440
  ]
3562
3441
  }
3563
3442
  },
3564
- "propToVariantKeys": {},
3565
- "runtimeConfigDefaultProps": {},
3566
- "runtimeConfigGetStyles": {},
3567
- "runtimeConfigInternalComponentProps": {},
3568
- "motionVarPrefixes": []
3569
- },
3570
- "Avatar": {
3571
- "name": "Avatar",
3572
- "defaultProps": {},
3573
- "getStylesLiterals": {},
3574
- "cxLiterals": [],
3575
- "internalComponents": [
3576
- "AvatarImage"
3577
- ],
3578
- "internalComponentProps": {},
3579
- "propToVariantKeys": {},
3580
- "runtimeConfigDefaultProps": {},
3581
- "runtimeConfigGetStyles": {},
3582
- "runtimeConfigInternalComponentProps": {},
3583
- "motionVarPrefixes": []
3584
- },
3585
- "UDSAvatarConfigProvider": {
3586
- "name": "UDSAvatarConfigProvider",
3587
- "defaultProps": {},
3588
- "getStylesLiterals": {},
3589
- "cxLiterals": [],
3590
- "internalComponents": [],
3591
- "internalComponentProps": {},
3592
- "propToVariantKeys": {},
3443
+ "propToVariantKeys": {
3444
+ "size": [
3445
+ "switchSizeHandle",
3446
+ "switchSizeHandleIcon"
3447
+ ],
3448
+ "reduceMotion": [
3449
+ "reducedMotion"
3450
+ ]
3451
+ },
3593
3452
  "runtimeConfigDefaultProps": {},
3594
3453
  "runtimeConfigGetStyles": {},
3595
3454
  "runtimeConfigInternalComponentProps": {},
3596
- "motionVarPrefixes": []
3455
+ "motionVarPrefixes": [
3456
+ "--uds-motion-bouncy-4-",
3457
+ "--uds-motion-smooth-3-"
3458
+ ]
3597
3459
  },
3598
3460
  "ChipBase": {
3599
3461
  "name": "ChipBase",
@@ -3811,6 +3673,144 @@
3811
3673
  "runtimeConfigInternalComponentProps": {},
3812
3674
  "motionVarPrefixes": []
3813
3675
  },
3676
+ "AvatarIcon": {
3677
+ "name": "AvatarIcon",
3678
+ "defaultProps": {
3679
+ "size": "md",
3680
+ "variant": "primary"
3681
+ },
3682
+ "getStylesLiterals": {},
3683
+ "cxLiterals": [
3684
+ "overflow-hidden",
3685
+ "w-full",
3686
+ "h-full",
3687
+ "shrink-0",
3688
+ "text-center",
3689
+ "inline-flex",
3690
+ "justify-center",
3691
+ "items-center"
3692
+ ],
3693
+ "internalComponents": [
3694
+ "IconSlot",
3695
+ "Box"
3696
+ ],
3697
+ "internalComponentProps": {},
3698
+ "propToVariantKeys": {
3699
+ "size": [
3700
+ "avatarSizeIcon"
3701
+ ]
3702
+ },
3703
+ "runtimeConfigDefaultProps": {
3704
+ "size": "avatar.defaultSize"
3705
+ },
3706
+ "runtimeConfigGetStyles": {},
3707
+ "runtimeConfigInternalComponentProps": {},
3708
+ "motionVarPrefixes": []
3709
+ },
3710
+ "AvatarImage": {
3711
+ "name": "AvatarImage",
3712
+ "defaultProps": {
3713
+ "size": "md",
3714
+ "variant": "primary"
3715
+ },
3716
+ "getStylesLiterals": {},
3717
+ "cxLiterals": [
3718
+ "overflow-hidden",
3719
+ "w-full",
3720
+ "h-full",
3721
+ "shrink-0",
3722
+ "text-center",
3723
+ "inline-flex",
3724
+ "justify-center",
3725
+ "items-center",
3726
+ "object-cover"
3727
+ ],
3728
+ "internalComponents": [
3729
+ "UDSImage",
3730
+ "AvatarText",
3731
+ "AvatarIcon",
3732
+ "Box"
3733
+ ],
3734
+ "internalComponentProps": {},
3735
+ "propToVariantKeys": {
3736
+ "alt": [
3737
+ "name"
3738
+ ],
3739
+ "fallback": [
3740
+ "initials"
3741
+ ]
3742
+ },
3743
+ "runtimeConfigDefaultProps": {},
3744
+ "runtimeConfigGetStyles": {},
3745
+ "runtimeConfigInternalComponentProps": {},
3746
+ "motionVarPrefixes": []
3747
+ },
3748
+ "AvatarText": {
3749
+ "name": "AvatarText",
3750
+ "defaultProps": {
3751
+ "size": "md",
3752
+ "variant": "primary"
3753
+ },
3754
+ "getStylesLiterals": {},
3755
+ "cxLiterals": [
3756
+ "overflow-hidden",
3757
+ "truncate",
3758
+ "w-full",
3759
+ "h-full",
3760
+ "shrink-0",
3761
+ "text-center",
3762
+ "inline-flex",
3763
+ "justify-center",
3764
+ "items-center"
3765
+ ],
3766
+ "internalComponents": [
3767
+ "Box",
3768
+ "Text"
3769
+ ],
3770
+ "internalComponentProps": {
3771
+ "Text": {
3772
+ "color": [
3773
+ "inherit"
3774
+ ],
3775
+ "variant": [
3776
+ "inherit"
3777
+ ]
3778
+ }
3779
+ },
3780
+ "propToVariantKeys": {},
3781
+ "runtimeConfigDefaultProps": {},
3782
+ "runtimeConfigGetStyles": {},
3783
+ "runtimeConfigInternalComponentProps": {},
3784
+ "motionVarPrefixes": []
3785
+ },
3786
+ "Avatar": {
3787
+ "name": "Avatar",
3788
+ "defaultProps": {},
3789
+ "getStylesLiterals": {},
3790
+ "cxLiterals": [],
3791
+ "internalComponents": [
3792
+ "AvatarImage"
3793
+ ],
3794
+ "internalComponentProps": {},
3795
+ "propToVariantKeys": {},
3796
+ "runtimeConfigDefaultProps": {},
3797
+ "runtimeConfigGetStyles": {},
3798
+ "runtimeConfigInternalComponentProps": {},
3799
+ "motionVarPrefixes": []
3800
+ },
3801
+ "UDSAvatarConfigProvider": {
3802
+ "name": "UDSAvatarConfigProvider",
3803
+ "defaultProps": {},
3804
+ "getStylesLiterals": {},
3805
+ "cxLiterals": [],
3806
+ "internalComponents": [],
3807
+ "internalComponentProps": {},
3808
+ "propToVariantKeys": {},
3809
+ "runtimeConfigDefaultProps": {},
3810
+ "runtimeConfigGetStyles": {},
3811
+ "runtimeConfigInternalComponentProps": {},
3812
+ "motionVarPrefixes": []
3813
+ },
3814
3814
  "UDSPopoverConfigProvider": {
3815
3815
  "name": "UDSPopoverConfigProvider",
3816
3816
  "defaultProps": {},