@yahoo/uds 3.170.0 → 3.171.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 (34) hide show
  1. package/dist/components/client/Menu/Menu.Content.d.cts +6 -0
  2. package/dist/components/client/Menu/Menu.Content.d.ts +6 -0
  3. package/dist/components/client/Modal/Modal.cjs +5 -5
  4. package/dist/components/client/Modal/Modal.d.cts +1 -0
  5. package/dist/components/client/Modal/Modal.d.ts +1 -0
  6. package/dist/components/client/Modal/Modal.js +6 -6
  7. package/dist/components/client/Popover/Popover.cjs +3 -2
  8. package/dist/components/client/Popover/Popover.d.cts +2 -1
  9. package/dist/components/client/Popover/Popover.d.ts +2 -1
  10. package/dist/components/client/Popover/Popover.js +3 -2
  11. package/dist/components/client/Popover/PopoverContent.cjs +1 -0
  12. package/dist/components/client/Popover/PopoverContent.js +1 -0
  13. package/dist/components/client/Popover/PopoverContext.d.cts +1 -0
  14. package/dist/components/client/Popover/PopoverContext.d.ts +1 -0
  15. package/dist/components/client/Popover/PopoverTrigger.cjs +9 -2
  16. package/dist/components/client/Popover/PopoverTrigger.js +10 -3
  17. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
  18. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
  19. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -5
  20. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
  21. package/dist/components/client/Tooltip/Tooltip.cjs +6 -2
  22. package/dist/components/client/Tooltip/Tooltip.d.cts +5 -1
  23. package/dist/components/client/Tooltip/Tooltip.d.ts +5 -1
  24. package/dist/components/client/Tooltip/Tooltip.js +6 -2
  25. package/dist/components/client/Tooltip/TooltipContent.cjs +3 -2
  26. package/dist/components/client/Tooltip/TooltipContent.js +3 -2
  27. package/dist/components/client/Tooltip/tooltipContext.d.cts +2 -0
  28. package/dist/components/client/Tooltip/tooltipContext.d.ts +2 -0
  29. package/dist/types/dist/index.d.cts +12 -0
  30. package/dist/types/dist/index.d.ts +12 -0
  31. package/dist/uds/generated/componentData.cjs +367 -367
  32. package/dist/uds/generated/componentData.js +367 -367
  33. package/generated/componentData.json +486 -486
  34. package/package.json +1 -1
@@ -823,141 +823,6 @@
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
- },
961
826
  "Accordion": {
962
827
  "name": "Accordion",
963
828
  "defaultProps": {
@@ -1133,6 +998,141 @@
1133
998
  "runtimeConfigInternalComponentProps": {},
1134
999
  "motionVarPrefixes": []
1135
1000
  },
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": {
@@ -3072,247 +3072,40 @@
3072
3072
  "size": [
3073
3073
  "radioSizeRadio"
3074
3074
  ],
3075
- "variant": [
3076
- "radioVariantRadio",
3077
- "radioVariantRadioCircle"
3078
- ],
3079
- "reduceMotion": [
3080
- "reducedMotion"
3081
- ]
3082
- },
3083
- "runtimeConfigDefaultProps": {},
3084
- "runtimeConfigGetStyles": {},
3085
- "runtimeConfigInternalComponentProps": {},
3086
- "motionVarPrefixes": [
3087
- "--uds-motion-subtle-3-",
3088
- "--uds-motion-smooth-3-"
3089
- ]
3090
- },
3091
- "RadioGroupProvider": {
3092
- "name": "RadioGroupProvider",
3093
- "defaultProps": {},
3094
- "getStylesLiterals": {},
3095
- "cxLiterals": [],
3096
- "internalComponents": [
3097
- "DivProps",
3098
- "Comp",
3099
- "RadioGroupContext.Provider"
3100
- ],
3101
- "internalComponentProps": {
3102
- "Comp": {
3103
- "role": [
3104
- "radiogroup"
3105
- ]
3106
- }
3107
- },
3108
- "propToVariantKeys": {},
3109
- "runtimeConfigDefaultProps": {},
3110
- "runtimeConfigGetStyles": {},
3111
- "runtimeConfigInternalComponentProps": {},
3112
- "motionVarPrefixes": []
3113
- },
3114
- "InputHelpTextInternal": {
3115
- "name": "InputHelpTextInternal",
3116
- "defaultProps": {},
3117
- "getStylesLiterals": {
3118
- "inputVariantHelperText": "default",
3119
- "inputVariantValueHelperText": "empty",
3120
- "inputVariantValueHelperText:1": "filled",
3121
- "inputVariantHelperIcon": "default",
3122
- "inputVariantValueHelperIcon": "empty",
3123
- "inputVariantValueHelperIcon:1": "filled"
3124
- },
3125
- "cxLiterals": [],
3126
- "internalComponents": [
3127
- "IconSlot",
3128
- "HStack"
3129
- ],
3130
- "internalComponentProps": {
3131
- "HStack": {
3132
- "gap": [
3133
- "1"
3134
- ],
3135
- "alignItems": [
3136
- "center"
3137
- ]
3138
- }
3139
- },
3140
- "propToVariantKeys": {
3141
- "size": [
3142
- "inputSizeHelperText",
3143
- "inputSizeHelperIcon"
3144
- ],
3145
- "startIcon": [
3146
- "icon"
3147
- ],
3148
- "endIcon": [
3149
- "icon"
3150
- ]
3151
- },
3152
- "runtimeConfigDefaultProps": {
3153
- "size": "input.defaultSize"
3154
- },
3155
- "runtimeConfigGetStyles": {},
3156
- "runtimeConfigInternalComponentProps": {},
3157
- "motionVarPrefixes": []
3158
- },
3159
- "Input": {
3160
- "name": "Input",
3161
- "defaultProps": {
3162
- "type": "text",
3163
- "size": "md",
3164
- "width": "full"
3165
- },
3166
- "getStylesLiterals": {
3167
- "inputVariantRoot": "default",
3168
- "inputVariantValueRoot": "empty",
3169
- "inputVariantValueRoot:1": "filled",
3170
- "inputVariantInputWrapper": "default",
3171
- "inputVariantValueInputWrapper": "empty",
3172
- "inputVariantValueInputWrapper:1": "filled",
3173
- "inputVariantInput": "default",
3174
- "inputVariantValueInput": "empty",
3175
- "inputVariantValueInput:1": "filled",
3176
- "inputVariantInputPlaceholder": "default",
3177
- "inputVariantValueInputPlaceholder": "empty",
3178
- "inputVariantValueInputPlaceholder:1": "filled",
3179
- "inputVariantLabel": "default",
3180
- "inputVariantValueLabel": "empty",
3181
- "inputVariantValueLabel:1": "filled",
3182
- "inputVariantLabelRequired": "default",
3183
- "inputVariantValueLabelRequired": "empty",
3184
- "inputVariantValueLabelRequired:1": "filled",
3185
- "inputVariantStartIcon": "default",
3186
- "inputVariantValueStartIcon": "empty",
3187
- "inputVariantValueStartIcon:1": "filled",
3188
- "inputVariantEndIcon": "default",
3189
- "inputVariantValueEndIcon": "empty",
3190
- "inputVariantValueEndIcon:1": "filled"
3191
- },
3192
- "cxLiterals": [
3193
- "opacity-50",
3194
- "min-w-[200px]",
3195
- "uds-ring-shadow",
3196
- "uds-ring-within",
3197
- "grow",
3198
- "uds-hit-target",
3199
- "bg-transparent",
3200
- "bg-clip-text",
3201
- "focus-visible:outline-none",
3202
- "cursor-text",
3203
- "cursor-not-allowed"
3204
- ],
3205
- "internalComponents": [
3206
- "IconSlot",
3207
- "StartIcon",
3208
- "EndIcon",
3209
- "HelpTextContent",
3210
- "Box",
3211
- "InputHelpTextInternal",
3212
- "VStack",
3213
- "HStack",
3214
- "AnimateHeightChange"
3215
- ],
3216
- "internalComponentProps": {
3217
- "HelpTextContent": {
3218
- "spacingTop": [
3219
- "2"
3220
- ]
3221
- },
3222
- "Box": {
3223
- "spacingBottom": [
3224
- "2"
3225
- ],
3226
- "columnGap": [
3227
- "0.5"
3228
- ],
3229
- "alignItems": [
3230
- "flex-end",
3231
- "center"
3232
- ],
3233
- "position": [
3234
- "relative"
3235
- ]
3236
- },
3237
- "HStack": {
3238
- "alignItems": [
3239
- "center"
3240
- ],
3241
- "gap": [
3242
- "1"
3243
- ]
3244
- }
3245
- },
3246
- "propToVariantKeys": {
3247
- "size": [
3248
- "inputSizeRoot",
3249
- "inputSizeInputWrapperStatic",
3250
- "inputSizeInputWrapperDynamic",
3251
- "inputSizeInput",
3252
- "inputSizeLabel",
3253
- "inputSizeStartIcon",
3254
- "inputSizeEndIcon"
3255
- ],
3256
- "startIcon": [
3257
- "icon"
3258
- ],
3259
- "endIcon": [
3260
- "icon"
3261
- ],
3262
- "slotProps": [
3263
- "helperTextSlotProps"
3264
- ],
3265
- "helperTextIcon": [
3266
- "startIcon"
3075
+ "variant": [
3076
+ "radioVariantRadio",
3077
+ "radioVariantRadioCircle"
3078
+ ],
3079
+ "reduceMotion": [
3080
+ "reducedMotion"
3267
3081
  ]
3268
3082
  },
3269
- "runtimeConfigDefaultProps": {
3270
- "size": "input.defaultSize"
3271
- },
3083
+ "runtimeConfigDefaultProps": {},
3272
3084
  "runtimeConfigGetStyles": {},
3273
3085
  "runtimeConfigInternalComponentProps": {},
3274
- "motionVarPrefixes": []
3086
+ "motionVarPrefixes": [
3087
+ "--uds-motion-subtle-3-",
3088
+ "--uds-motion-smooth-3-"
3089
+ ]
3275
3090
  },
3276
- "UDSInputConfigProvider": {
3277
- "name": "UDSInputConfigProvider",
3091
+ "RadioGroupProvider": {
3092
+ "name": "RadioGroupProvider",
3278
3093
  "defaultProps": {},
3279
3094
  "getStylesLiterals": {},
3280
3095
  "cxLiterals": [],
3281
- "internalComponents": [],
3282
- "internalComponentProps": {},
3283
- "propToVariantKeys": {},
3284
- "runtimeConfigDefaultProps": {},
3285
- "runtimeConfigGetStyles": {},
3286
- "runtimeConfigInternalComponentProps": {},
3287
- "motionVarPrefixes": []
3288
- },
3289
- "InputHelpText": {
3290
- "name": "InputHelpText",
3291
- "defaultProps": {
3292
- "size": "md"
3293
- },
3294
- "getStylesLiterals": {
3295
- "inputVariantRoot": "default",
3296
- "inputVariantValueRoot": "empty",
3297
- "inputVariantValueRoot:1": "filled"
3298
- },
3299
- "cxLiterals": [],
3300
3096
  "internalComponents": [
3301
- "InputHelpTextInternal",
3302
- "Box"
3097
+ "DivProps",
3098
+ "Comp",
3099
+ "RadioGroupContext.Provider"
3303
3100
  ],
3304
3101
  "internalComponentProps": {
3305
- "Box": {
3306
- "spacingTop": [
3307
- "2"
3102
+ "Comp": {
3103
+ "role": [
3104
+ "radiogroup"
3308
3105
  ]
3309
3106
  }
3310
3107
  },
3311
- "propToVariantKeys": {
3312
- "size": [
3313
- "inputSizeRoot"
3314
- ]
3315
- },
3108
+ "propToVariantKeys": {},
3316
3109
  "runtimeConfigDefaultProps": {},
3317
3110
  "runtimeConfigGetStyles": {},
3318
3111
  "runtimeConfigInternalComponentProps": {},
@@ -3639,33 +3432,240 @@
3639
3432
  "runtimeConfigInternalComponentProps": {},
3640
3433
  "motionVarPrefixes": []
3641
3434
  },
3642
- "ChipToggle": {
3643
- "name": "ChipToggle",
3435
+ "ChipToggle": {
3436
+ "name": "ChipToggle",
3437
+ "defaultProps": {
3438
+ "variant": "primary",
3439
+ "role": "checkbox"
3440
+ },
3441
+ "getStylesLiterals": {
3442
+ "chipToggleVariantActiveRoot": "on",
3443
+ "chipToggleVariantActiveRoot:1": "off"
3444
+ },
3445
+ "cxLiterals": [
3446
+ "uds-ring"
3447
+ ],
3448
+ "internalComponents": [
3449
+ "ChipBase"
3450
+ ],
3451
+ "internalComponentProps": {
3452
+ "ChipBase": {
3453
+ "as": [
3454
+ "button"
3455
+ ]
3456
+ }
3457
+ },
3458
+ "propToVariantKeys": {
3459
+ "variant": [
3460
+ "chipToggleVariantRoot",
3461
+ "chipToggleVariantIcon"
3462
+ ]
3463
+ },
3464
+ "runtimeConfigDefaultProps": {},
3465
+ "runtimeConfigGetStyles": {},
3466
+ "runtimeConfigInternalComponentProps": {},
3467
+ "motionVarPrefixes": []
3468
+ },
3469
+ "InputHelpTextInternal": {
3470
+ "name": "InputHelpTextInternal",
3471
+ "defaultProps": {},
3472
+ "getStylesLiterals": {
3473
+ "inputVariantHelperText": "default",
3474
+ "inputVariantValueHelperText": "empty",
3475
+ "inputVariantValueHelperText:1": "filled",
3476
+ "inputVariantHelperIcon": "default",
3477
+ "inputVariantValueHelperIcon": "empty",
3478
+ "inputVariantValueHelperIcon:1": "filled"
3479
+ },
3480
+ "cxLiterals": [],
3481
+ "internalComponents": [
3482
+ "IconSlot",
3483
+ "HStack"
3484
+ ],
3485
+ "internalComponentProps": {
3486
+ "HStack": {
3487
+ "gap": [
3488
+ "1"
3489
+ ],
3490
+ "alignItems": [
3491
+ "center"
3492
+ ]
3493
+ }
3494
+ },
3495
+ "propToVariantKeys": {
3496
+ "size": [
3497
+ "inputSizeHelperText",
3498
+ "inputSizeHelperIcon"
3499
+ ],
3500
+ "startIcon": [
3501
+ "icon"
3502
+ ],
3503
+ "endIcon": [
3504
+ "icon"
3505
+ ]
3506
+ },
3507
+ "runtimeConfigDefaultProps": {
3508
+ "size": "input.defaultSize"
3509
+ },
3510
+ "runtimeConfigGetStyles": {},
3511
+ "runtimeConfigInternalComponentProps": {},
3512
+ "motionVarPrefixes": []
3513
+ },
3514
+ "Input": {
3515
+ "name": "Input",
3516
+ "defaultProps": {
3517
+ "type": "text",
3518
+ "size": "md",
3519
+ "width": "full"
3520
+ },
3521
+ "getStylesLiterals": {
3522
+ "inputVariantRoot": "default",
3523
+ "inputVariantValueRoot": "empty",
3524
+ "inputVariantValueRoot:1": "filled",
3525
+ "inputVariantInputWrapper": "default",
3526
+ "inputVariantValueInputWrapper": "empty",
3527
+ "inputVariantValueInputWrapper:1": "filled",
3528
+ "inputVariantInput": "default",
3529
+ "inputVariantValueInput": "empty",
3530
+ "inputVariantValueInput:1": "filled",
3531
+ "inputVariantInputPlaceholder": "default",
3532
+ "inputVariantValueInputPlaceholder": "empty",
3533
+ "inputVariantValueInputPlaceholder:1": "filled",
3534
+ "inputVariantLabel": "default",
3535
+ "inputVariantValueLabel": "empty",
3536
+ "inputVariantValueLabel:1": "filled",
3537
+ "inputVariantLabelRequired": "default",
3538
+ "inputVariantValueLabelRequired": "empty",
3539
+ "inputVariantValueLabelRequired:1": "filled",
3540
+ "inputVariantStartIcon": "default",
3541
+ "inputVariantValueStartIcon": "empty",
3542
+ "inputVariantValueStartIcon:1": "filled",
3543
+ "inputVariantEndIcon": "default",
3544
+ "inputVariantValueEndIcon": "empty",
3545
+ "inputVariantValueEndIcon:1": "filled"
3546
+ },
3547
+ "cxLiterals": [
3548
+ "opacity-50",
3549
+ "min-w-[200px]",
3550
+ "uds-ring-shadow",
3551
+ "uds-ring-within",
3552
+ "grow",
3553
+ "uds-hit-target",
3554
+ "bg-transparent",
3555
+ "bg-clip-text",
3556
+ "focus-visible:outline-none",
3557
+ "cursor-text",
3558
+ "cursor-not-allowed"
3559
+ ],
3560
+ "internalComponents": [
3561
+ "IconSlot",
3562
+ "StartIcon",
3563
+ "EndIcon",
3564
+ "HelpTextContent",
3565
+ "Box",
3566
+ "InputHelpTextInternal",
3567
+ "VStack",
3568
+ "HStack",
3569
+ "AnimateHeightChange"
3570
+ ],
3571
+ "internalComponentProps": {
3572
+ "HelpTextContent": {
3573
+ "spacingTop": [
3574
+ "2"
3575
+ ]
3576
+ },
3577
+ "Box": {
3578
+ "spacingBottom": [
3579
+ "2"
3580
+ ],
3581
+ "columnGap": [
3582
+ "0.5"
3583
+ ],
3584
+ "alignItems": [
3585
+ "flex-end",
3586
+ "center"
3587
+ ],
3588
+ "position": [
3589
+ "relative"
3590
+ ]
3591
+ },
3592
+ "HStack": {
3593
+ "alignItems": [
3594
+ "center"
3595
+ ],
3596
+ "gap": [
3597
+ "1"
3598
+ ]
3599
+ }
3600
+ },
3601
+ "propToVariantKeys": {
3602
+ "size": [
3603
+ "inputSizeRoot",
3604
+ "inputSizeInputWrapperStatic",
3605
+ "inputSizeInputWrapperDynamic",
3606
+ "inputSizeInput",
3607
+ "inputSizeLabel",
3608
+ "inputSizeStartIcon",
3609
+ "inputSizeEndIcon"
3610
+ ],
3611
+ "startIcon": [
3612
+ "icon"
3613
+ ],
3614
+ "endIcon": [
3615
+ "icon"
3616
+ ],
3617
+ "slotProps": [
3618
+ "helperTextSlotProps"
3619
+ ],
3620
+ "helperTextIcon": [
3621
+ "startIcon"
3622
+ ]
3623
+ },
3624
+ "runtimeConfigDefaultProps": {
3625
+ "size": "input.defaultSize"
3626
+ },
3627
+ "runtimeConfigGetStyles": {},
3628
+ "runtimeConfigInternalComponentProps": {},
3629
+ "motionVarPrefixes": []
3630
+ },
3631
+ "UDSInputConfigProvider": {
3632
+ "name": "UDSInputConfigProvider",
3633
+ "defaultProps": {},
3634
+ "getStylesLiterals": {},
3635
+ "cxLiterals": [],
3636
+ "internalComponents": [],
3637
+ "internalComponentProps": {},
3638
+ "propToVariantKeys": {},
3639
+ "runtimeConfigDefaultProps": {},
3640
+ "runtimeConfigGetStyles": {},
3641
+ "runtimeConfigInternalComponentProps": {},
3642
+ "motionVarPrefixes": []
3643
+ },
3644
+ "InputHelpText": {
3645
+ "name": "InputHelpText",
3644
3646
  "defaultProps": {
3645
- "variant": "primary",
3646
- "role": "checkbox"
3647
+ "size": "md"
3647
3648
  },
3648
3649
  "getStylesLiterals": {
3649
- "chipToggleVariantActiveRoot": "on",
3650
- "chipToggleVariantActiveRoot:1": "off"
3650
+ "inputVariantRoot": "default",
3651
+ "inputVariantValueRoot": "empty",
3652
+ "inputVariantValueRoot:1": "filled"
3651
3653
  },
3652
- "cxLiterals": [
3653
- "uds-ring"
3654
- ],
3654
+ "cxLiterals": [],
3655
3655
  "internalComponents": [
3656
- "ChipBase"
3656
+ "InputHelpTextInternal",
3657
+ "Box"
3657
3658
  ],
3658
3659
  "internalComponentProps": {
3659
- "ChipBase": {
3660
- "as": [
3661
- "button"
3660
+ "Box": {
3661
+ "spacingTop": [
3662
+ "2"
3662
3663
  ]
3663
3664
  }
3664
3665
  },
3665
3666
  "propToVariantKeys": {
3666
- "variant": [
3667
- "chipToggleVariantRoot",
3668
- "chipToggleVariantIcon"
3667
+ "size": [
3668
+ "inputSizeRoot"
3669
3669
  ]
3670
3670
  },
3671
3671
  "runtimeConfigDefaultProps": {},
@@ -3974,114 +3974,6 @@
3974
3974
  "runtimeConfigInternalComponentProps": {},
3975
3975
  "motionVarPrefixes": []
3976
3976
  },
3977
- "IconButtonBase": {
3978
- "name": "IconButtonBase",
3979
- "defaultProps": {
3980
- "type": "button"
3981
- },
3982
- "getStylesLiterals": {},
3983
- "cxLiterals": [
3984
- "uds-ring",
3985
- "uds-hit-target",
3986
- "inline-flex",
3987
- "overflow-hidden",
3988
- "justify-center",
3989
- "items-center",
3990
- "[transform-origin:center]",
3991
- "[backface-visibility:hidden]",
3992
- "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
3993
- "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
3994
- "[transition-duration:220ms]",
3995
- "cursor-not-allowed",
3996
- "uds-button-loading",
3997
- "uds-button-without-effects",
3998
- "animate-spin"
3999
- ],
4000
- "internalComponents": [],
4001
- "internalComponentProps": {},
4002
- "propToVariantKeys": {
4003
- "size": [
4004
- "iconbuttonSizeRoot",
4005
- "iconbuttonSizeIcon"
4006
- ],
4007
- "variant": [
4008
- "buttonVariantRoot",
4009
- "buttonVariantIcon"
4010
- ]
4011
- },
4012
- "runtimeConfigDefaultProps": {
4013
- "size": "iconButton.defaultSize"
4014
- },
4015
- "runtimeConfigGetStyles": {},
4016
- "runtimeConfigInternalComponentProps": {},
4017
- "motionVarPrefixes": []
4018
- },
4019
- "UDSIconButtonConfigProvider": {
4020
- "name": "UDSIconButtonConfigProvider",
4021
- "defaultProps": {},
4022
- "getStylesLiterals": {},
4023
- "cxLiterals": [],
4024
- "internalComponents": [
4025
- "IconButtonContext.Provider"
4026
- ],
4027
- "internalComponentProps": {},
4028
- "propToVariantKeys": {},
4029
- "runtimeConfigDefaultProps": {},
4030
- "runtimeConfigGetStyles": {},
4031
- "runtimeConfigInternalComponentProps": {},
4032
- "motionVarPrefixes": []
4033
- },
4034
- "IconButton": {
4035
- "name": "IconButton",
4036
- "defaultProps": {},
4037
- "getStylesLiterals": {},
4038
- "cxLiterals": [],
4039
- "internalComponents": [
4040
- "IconButtonBase",
4041
- "Icon",
4042
- "AnimatePresence",
4043
- "SpringMotionConfig",
4044
- "MotionSlot",
4045
- "IconButtonProps",
4046
- "Slot"
4047
- ],
4048
- "internalComponentProps": {
4049
- "Icon": {
4050
- "color": [
4051
- "current"
4052
- ]
4053
- },
4054
- "AnimatePresence": {
4055
- "mode": [
4056
- "popLayout"
4057
- ]
4058
- },
4059
- "SpringMotionConfig": {
4060
- "layoutSpeed": [
4061
- "3"
4062
- ]
4063
- },
4064
- "MotionSlot": {
4065
- "initial": [
4066
- "icon"
4067
- ],
4068
- "whileHover": [
4069
- "hover"
4070
- ],
4071
- "whileTap": [
4072
- "pressed"
4073
- ]
4074
- }
4075
- },
4076
- "propToVariantKeys": {},
4077
- "runtimeConfigDefaultProps": {},
4078
- "runtimeConfigGetStyles": {},
4079
- "runtimeConfigInternalComponentProps": {},
4080
- "motionVarPrefixes": [
4081
- "--uds-motion-subtle-3-",
4082
- "--uds-motion-smooth-3-"
4083
- ]
4084
- },
4085
3977
  "BottomSheetDismiss": {
4086
3978
  "name": "BottomSheetDismiss",
4087
3979
  "defaultProps": {},
@@ -4367,6 +4259,114 @@
4367
4259
  "runtimeConfigInternalComponentProps": {},
4368
4260
  "motionVarPrefixes": []
4369
4261
  },
4262
+ "IconButtonBase": {
4263
+ "name": "IconButtonBase",
4264
+ "defaultProps": {
4265
+ "type": "button"
4266
+ },
4267
+ "getStylesLiterals": {},
4268
+ "cxLiterals": [
4269
+ "uds-ring",
4270
+ "uds-hit-target",
4271
+ "inline-flex",
4272
+ "overflow-hidden",
4273
+ "justify-center",
4274
+ "items-center",
4275
+ "[transform-origin:center]",
4276
+ "[backface-visibility:hidden]",
4277
+ "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
4278
+ "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
4279
+ "[transition-duration:220ms]",
4280
+ "cursor-not-allowed",
4281
+ "uds-button-loading",
4282
+ "uds-button-without-effects",
4283
+ "animate-spin"
4284
+ ],
4285
+ "internalComponents": [],
4286
+ "internalComponentProps": {},
4287
+ "propToVariantKeys": {
4288
+ "size": [
4289
+ "iconbuttonSizeRoot",
4290
+ "iconbuttonSizeIcon"
4291
+ ],
4292
+ "variant": [
4293
+ "buttonVariantRoot",
4294
+ "buttonVariantIcon"
4295
+ ]
4296
+ },
4297
+ "runtimeConfigDefaultProps": {
4298
+ "size": "iconButton.defaultSize"
4299
+ },
4300
+ "runtimeConfigGetStyles": {},
4301
+ "runtimeConfigInternalComponentProps": {},
4302
+ "motionVarPrefixes": []
4303
+ },
4304
+ "UDSIconButtonConfigProvider": {
4305
+ "name": "UDSIconButtonConfigProvider",
4306
+ "defaultProps": {},
4307
+ "getStylesLiterals": {},
4308
+ "cxLiterals": [],
4309
+ "internalComponents": [
4310
+ "IconButtonContext.Provider"
4311
+ ],
4312
+ "internalComponentProps": {},
4313
+ "propToVariantKeys": {},
4314
+ "runtimeConfigDefaultProps": {},
4315
+ "runtimeConfigGetStyles": {},
4316
+ "runtimeConfigInternalComponentProps": {},
4317
+ "motionVarPrefixes": []
4318
+ },
4319
+ "IconButton": {
4320
+ "name": "IconButton",
4321
+ "defaultProps": {},
4322
+ "getStylesLiterals": {},
4323
+ "cxLiterals": [],
4324
+ "internalComponents": [
4325
+ "IconButtonBase",
4326
+ "Icon",
4327
+ "AnimatePresence",
4328
+ "SpringMotionConfig",
4329
+ "MotionSlot",
4330
+ "IconButtonProps",
4331
+ "Slot"
4332
+ ],
4333
+ "internalComponentProps": {
4334
+ "Icon": {
4335
+ "color": [
4336
+ "current"
4337
+ ]
4338
+ },
4339
+ "AnimatePresence": {
4340
+ "mode": [
4341
+ "popLayout"
4342
+ ]
4343
+ },
4344
+ "SpringMotionConfig": {
4345
+ "layoutSpeed": [
4346
+ "3"
4347
+ ]
4348
+ },
4349
+ "MotionSlot": {
4350
+ "initial": [
4351
+ "icon"
4352
+ ],
4353
+ "whileHover": [
4354
+ "hover"
4355
+ ],
4356
+ "whileTap": [
4357
+ "pressed"
4358
+ ]
4359
+ }
4360
+ },
4361
+ "propToVariantKeys": {},
4362
+ "runtimeConfigDefaultProps": {},
4363
+ "runtimeConfigGetStyles": {},
4364
+ "runtimeConfigInternalComponentProps": {},
4365
+ "motionVarPrefixes": [
4366
+ "--uds-motion-subtle-3-",
4367
+ "--uds-motion-smooth-3-"
4368
+ ]
4369
+ },
4370
4370
  "PaddleButtonNext": {
4371
4371
  "name": "PaddleButtonNext",
4372
4372
  "defaultProps": {},