@yahoo/uds 3.175.4 → 3.175.5

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.
@@ -585,6 +585,111 @@
585
585
  "motionVarPrefixes": [],
586
586
  "factoryTarget": null
587
587
  },
588
+ "DividerLine": {
589
+ "name": "DividerLine",
590
+ "defaultProps": {
591
+ "variant": "primary"
592
+ },
593
+ "getStylesLiterals": {},
594
+ "cxLiterals": [
595
+ "inherit"
596
+ ],
597
+ "internalComponents": [
598
+ "Box"
599
+ ],
600
+ "internalComponentProps": {
601
+ "Box": {
602
+ "flex": [
603
+ "1"
604
+ ]
605
+ }
606
+ },
607
+ "propToVariantKeys": {
608
+ "variant": [
609
+ "dividerVariantLine"
610
+ ]
611
+ },
612
+ "runtimeConfigDefaultProps": {},
613
+ "runtimeConfigGetStyles": {},
614
+ "runtimeConfigInternalComponentProps": {},
615
+ "motionVarPrefixes": [],
616
+ "factoryTarget": null
617
+ },
618
+ "Divider": {
619
+ "name": "Divider",
620
+ "defaultProps": {
621
+ "variant": "primary",
622
+ "contentPosition": "center"
623
+ },
624
+ "getStylesLiterals": {},
625
+ "cxLiterals": [
626
+ "inherit"
627
+ ],
628
+ "internalComponents": [
629
+ "DividerLine",
630
+ "DividerLabel",
631
+ "InternalComponent",
632
+ "Box"
633
+ ],
634
+ "internalComponentProps": {
635
+ "InternalComponent": {
636
+ "alignItems": [
637
+ "center"
638
+ ],
639
+ "flex": [
640
+ "1"
641
+ ]
642
+ },
643
+ "Box": {
644
+ "display": [
645
+ "flex"
646
+ ],
647
+ "flex": [
648
+ "none"
649
+ ]
650
+ }
651
+ },
652
+ "propToVariantKeys": {
653
+ "variant": [
654
+ "dividerVariantRoot"
655
+ ]
656
+ },
657
+ "runtimeConfigDefaultProps": {},
658
+ "runtimeConfigGetStyles": {},
659
+ "runtimeConfigInternalComponentProps": {},
660
+ "motionVarPrefixes": [],
661
+ "factoryTarget": null
662
+ },
663
+ "DividerLabel": {
664
+ "name": "DividerLabel",
665
+ "defaultProps": {
666
+ "variant": "primary",
667
+ "textVariant": "inherit",
668
+ "color": "inherit",
669
+ "as": "span"
670
+ },
671
+ "getStylesLiterals": {},
672
+ "cxLiterals": [
673
+ "inherit"
674
+ ],
675
+ "internalComponents": [
676
+ "Text"
677
+ ],
678
+ "internalComponentProps": {},
679
+ "propToVariantKeys": {
680
+ "variant": [
681
+ "dividerVariantLabel"
682
+ ],
683
+ "textVariant": [
684
+ "variant"
685
+ ]
686
+ },
687
+ "runtimeConfigDefaultProps": {},
688
+ "runtimeConfigGetStyles": {},
689
+ "runtimeConfigInternalComponentProps": {},
690
+ "motionVarPrefixes": [],
691
+ "factoryTarget": null
692
+ },
588
693
  "BannerTitle": {
589
694
  "name": "BannerTitle",
590
695
  "defaultProps": {},
@@ -744,111 +849,6 @@
744
849
  "motionVarPrefixes": [],
745
850
  "factoryTarget": null
746
851
  },
747
- "DividerLine": {
748
- "name": "DividerLine",
749
- "defaultProps": {
750
- "variant": "primary"
751
- },
752
- "getStylesLiterals": {},
753
- "cxLiterals": [
754
- "inherit"
755
- ],
756
- "internalComponents": [
757
- "Box"
758
- ],
759
- "internalComponentProps": {
760
- "Box": {
761
- "flex": [
762
- "1"
763
- ]
764
- }
765
- },
766
- "propToVariantKeys": {
767
- "variant": [
768
- "dividerVariantLine"
769
- ]
770
- },
771
- "runtimeConfigDefaultProps": {},
772
- "runtimeConfigGetStyles": {},
773
- "runtimeConfigInternalComponentProps": {},
774
- "motionVarPrefixes": [],
775
- "factoryTarget": null
776
- },
777
- "Divider": {
778
- "name": "Divider",
779
- "defaultProps": {
780
- "variant": "primary",
781
- "contentPosition": "center"
782
- },
783
- "getStylesLiterals": {},
784
- "cxLiterals": [
785
- "inherit"
786
- ],
787
- "internalComponents": [
788
- "DividerLine",
789
- "DividerLabel",
790
- "InternalComponent",
791
- "Box"
792
- ],
793
- "internalComponentProps": {
794
- "InternalComponent": {
795
- "alignItems": [
796
- "center"
797
- ],
798
- "flex": [
799
- "1"
800
- ]
801
- },
802
- "Box": {
803
- "display": [
804
- "flex"
805
- ],
806
- "flex": [
807
- "none"
808
- ]
809
- }
810
- },
811
- "propToVariantKeys": {
812
- "variant": [
813
- "dividerVariantRoot"
814
- ]
815
- },
816
- "runtimeConfigDefaultProps": {},
817
- "runtimeConfigGetStyles": {},
818
- "runtimeConfigInternalComponentProps": {},
819
- "motionVarPrefixes": [],
820
- "factoryTarget": null
821
- },
822
- "DividerLabel": {
823
- "name": "DividerLabel",
824
- "defaultProps": {
825
- "variant": "primary",
826
- "textVariant": "inherit",
827
- "color": "inherit",
828
- "as": "span"
829
- },
830
- "getStylesLiterals": {},
831
- "cxLiterals": [
832
- "inherit"
833
- ],
834
- "internalComponents": [
835
- "Text"
836
- ],
837
- "internalComponentProps": {},
838
- "propToVariantKeys": {
839
- "variant": [
840
- "dividerVariantLabel"
841
- ],
842
- "textVariant": [
843
- "variant"
844
- ]
845
- },
846
- "runtimeConfigDefaultProps": {},
847
- "runtimeConfigGetStyles": {},
848
- "runtimeConfigInternalComponentProps": {},
849
- "motionVarPrefixes": [],
850
- "factoryTarget": null
851
- },
852
852
  "TabPanel": {
853
853
  "name": "TabPanel",
854
854
  "defaultProps": {},
@@ -2873,196 +2873,43 @@
2873
2873
  "motionVarPrefixes": [],
2874
2874
  "factoryTarget": null
2875
2875
  },
2876
- "Checkbox": {
2877
- "name": "Checkbox",
2876
+ "UDSPaddleNavConfigProvider": {
2877
+ "name": "UDSPaddleNavConfigProvider",
2878
2878
  "defaultProps": {},
2879
2879
  "getStylesLiterals": {},
2880
2880
  "cxLiterals": [
2881
- "opacity-0",
2882
- "opacity-55",
2883
- "opacity-100",
2881
+ "md"
2882
+ ],
2883
+ "internalComponents": [],
2884
+ "internalComponentProps": {},
2885
+ "propToVariantKeys": {},
2886
+ "runtimeConfigDefaultProps": {},
2887
+ "runtimeConfigGetStyles": {},
2888
+ "runtimeConfigInternalComponentProps": {},
2889
+ "motionVarPrefixes": [],
2890
+ "factoryTarget": null
2891
+ },
2892
+ "PaddleButton": {
2893
+ "name": "PaddleButton",
2894
+ "defaultProps": {},
2895
+ "getStylesLiterals": {},
2896
+ "cxLiterals": [
2897
+ "relative",
2898
+ "inline-flex",
2899
+ "items-center",
2900
+ "justify-center",
2901
+ "box-border",
2902
+ "overflow-hidden",
2903
+ "border-solid",
2904
+ "select-none",
2905
+ "uds-nested-radius",
2906
+ "transition-[color,border-color,box-shadow]",
2907
+ "duration-[180ms]",
2908
+ "ease-[cubic-bezier(0,0,0.2,1)]",
2884
2909
  "uds-ring",
2885
- "uds-ring-within",
2886
- "transition-[background-color,border-color,box-shadow]",
2887
- "pointer-events-none",
2888
- "transition-opacity",
2889
- "group",
2890
- "group-hover:scale-110",
2891
- "group-active:scale-90",
2892
- "transition-[background-color,border-color,box-shadow,transform]",
2893
- "group-active:opacity-55"
2894
- ],
2895
- "internalComponents": [
2896
- "CheckboxBase",
2897
- "Icon",
2898
- "SpringMotionConfig",
2899
- "RootElement",
2900
- "MotionBox",
2901
- "Box",
2902
- "CheckboxProps"
2903
- ],
2904
- "internalComponentProps": {
2905
- "Icon": {
2906
- "size": [
2907
- "sm"
2908
- ]
2909
- },
2910
- "RootElement": {
2911
- "data-testid": [
2912
- "container"
2913
- ]
2914
- },
2915
- "MotionBox": {
2916
- "position": [
2917
- "relative"
2918
- ],
2919
- "alignItems": [
2920
- "center"
2921
- ],
2922
- "justifyContent": [
2923
- "center"
2924
- ],
2925
- "flex": [
2926
- "none"
2927
- ]
2928
- },
2929
- "Box": {
2930
- "position": [
2931
- "relative"
2932
- ],
2933
- "alignItems": [
2934
- "center"
2935
- ],
2936
- "justifyContent": [
2937
- "center"
2938
- ],
2939
- "flex": [
2940
- "none"
2941
- ]
2942
- }
2943
- },
2944
- "propToVariantKeys": {
2945
- "size": [
2946
- "checkboxSizeCheckbox"
2947
- ],
2948
- "variant": [
2949
- "checkboxVariantCheckbox",
2950
- "checkboxVariantCheckboxIcon"
2951
- ],
2952
- "valueState": [
2953
- "checkboxVariantValueCheckbox",
2954
- "checkboxVariantValueCheckboxIcon"
2955
- ],
2956
- "reduceMotion": [
2957
- "reducedMotion"
2958
- ]
2959
- },
2960
- "runtimeConfigDefaultProps": {},
2961
- "runtimeConfigGetStyles": {},
2962
- "runtimeConfigInternalComponentProps": {},
2963
- "motionVarPrefixes": [
2964
- "--uds-motion-subtle-3-",
2965
- "--uds-motion-smooth-3-"
2966
- ],
2967
- "factoryTarget": null
2968
- },
2969
- "CheckboxBase": {
2970
- "name": "CheckboxBase",
2971
- "defaultProps": {
2972
- "labelPosition": "start",
2973
- "variant": "primary",
2974
- "size": "md"
2975
- },
2976
- "getStylesLiterals": {
2977
- "display": "flex",
2978
- "flexDirection": "row",
2979
- "flexDirection:1": "row-reverse",
2980
- "alignItems": "center"
2981
- },
2982
- "cxLiterals": [
2983
- "cursor-pointer",
2984
- "cursor-default",
2985
- "opacity-50",
2986
- "cursor-[inherit]",
2987
- "absolute",
2988
- "opacity-0",
2989
- "top-[-1px]",
2990
- "left-[-1px]",
2991
- "w-[calc(100%+2px)]",
2992
- "h-[calc(100%+2px)]",
2993
- "text-start",
2994
- "text-end"
2995
- ],
2996
- "internalComponents": [
2997
- "FormLabel"
2998
- ],
2999
- "internalComponentProps": {
3000
- "FormLabel": {
3001
- "as": [
3002
- "div"
3003
- ],
3004
- "variant": [
3005
- "inherit"
3006
- ],
3007
- "color": [
3008
- "inherit"
3009
- ]
3010
- }
3011
- },
3012
- "propToVariantKeys": {
3013
- "size": [
3014
- "checkboxSizeRoot"
3015
- ],
3016
- "variant": [
3017
- "checkboxVariantRoot"
3018
- ],
3019
- "valueState": [
3020
- "checkboxVariantValueRoot"
3021
- ]
3022
- },
3023
- "runtimeConfigDefaultProps": {},
3024
- "runtimeConfigGetStyles": {},
3025
- "runtimeConfigInternalComponentProps": {},
3026
- "motionVarPrefixes": [],
3027
- "factoryTarget": null
3028
- },
3029
- "UDSPaddleNavConfigProvider": {
3030
- "name": "UDSPaddleNavConfigProvider",
3031
- "defaultProps": {},
3032
- "getStylesLiterals": {},
3033
- "cxLiterals": [
3034
- "md"
3035
- ],
3036
- "internalComponents": [],
3037
- "internalComponentProps": {},
3038
- "propToVariantKeys": {},
3039
- "runtimeConfigDefaultProps": {},
3040
- "runtimeConfigGetStyles": {},
3041
- "runtimeConfigInternalComponentProps": {},
3042
- "motionVarPrefixes": [],
3043
- "factoryTarget": null
3044
- },
3045
- "PaddleButton": {
3046
- "name": "PaddleButton",
3047
- "defaultProps": {},
3048
- "getStylesLiterals": {},
3049
- "cxLiterals": [
3050
- "relative",
3051
- "inline-flex",
3052
- "items-center",
3053
- "justify-center",
3054
- "box-border",
3055
- "overflow-hidden",
3056
- "border-solid",
3057
- "select-none",
3058
- "uds-nested-radius",
3059
- "transition-[color,border-color,box-shadow]",
3060
- "duration-[180ms]",
3061
- "ease-[cubic-bezier(0,0,0.2,1)]",
3062
- "uds-ring",
3063
- "cursor-pointer",
3064
- "cursor-not-allowed",
3065
- "opacity-50",
2910
+ "cursor-pointer",
2911
+ "cursor-not-allowed",
2912
+ "opacity-50",
3066
2913
  "pointer-events-none",
3067
2914
  "hidden",
3068
2915
  "absolute",
@@ -3235,231 +3082,153 @@
3235
3082
  "motionVarPrefixes": [],
3236
3083
  "factoryTarget": null
3237
3084
  },
3238
- "Button": {
3239
- "name": "Button",
3085
+ "Checkbox": {
3086
+ "name": "Checkbox",
3240
3087
  "defaultProps": {},
3241
3088
  "getStylesLiterals": {},
3242
- "cxLiterals": [],
3089
+ "cxLiterals": [
3090
+ "opacity-0",
3091
+ "opacity-55",
3092
+ "opacity-100",
3093
+ "uds-ring",
3094
+ "uds-ring-within",
3095
+ "transition-[background-color,border-color,box-shadow]",
3096
+ "pointer-events-none",
3097
+ "transition-opacity",
3098
+ "group",
3099
+ "group-hover:scale-110",
3100
+ "group-active:scale-90",
3101
+ "transition-[background-color,border-color,box-shadow,transform]",
3102
+ "group-active:opacity-55"
3103
+ ],
3243
3104
  "internalComponents": [
3244
- "ButtonBase",
3105
+ "CheckboxBase",
3245
3106
  "Icon",
3246
- "IconSlot",
3247
- "AnimatePresence",
3248
3107
  "SpringMotionConfig",
3249
- "MotionSlot",
3250
- "ButtonProps",
3251
- "Slot"
3108
+ "RootElement",
3109
+ "MotionBox",
3110
+ "Box",
3111
+ "CheckboxProps"
3252
3112
  ],
3253
3113
  "internalComponentProps": {
3254
3114
  "Icon": {
3255
- "color": [
3256
- "current"
3115
+ "size": [
3116
+ "sm"
3257
3117
  ]
3258
3118
  },
3259
- "AnimatePresence": {
3260
- "mode": [
3261
- "popLayout"
3119
+ "RootElement": {
3120
+ "data-testid": [
3121
+ "container"
3262
3122
  ]
3263
3123
  },
3264
- "SpringMotionConfig": {
3265
- "layoutSpeed": [
3266
- "3"
3124
+ "MotionBox": {
3125
+ "position": [
3126
+ "relative"
3127
+ ],
3128
+ "alignItems": [
3129
+ "center"
3130
+ ],
3131
+ "justifyContent": [
3132
+ "center"
3133
+ ],
3134
+ "flex": [
3135
+ "none"
3267
3136
  ]
3268
3137
  },
3269
- "MotionSlot": {
3270
- "whileHover": [
3271
- "hover"
3138
+ "Box": {
3139
+ "position": [
3140
+ "relative"
3272
3141
  ],
3273
- "whileTap": [
3274
- "pressed"
3142
+ "alignItems": [
3143
+ "center"
3144
+ ],
3145
+ "justifyContent": [
3146
+ "center"
3147
+ ],
3148
+ "flex": [
3149
+ "none"
3275
3150
  ]
3276
3151
  }
3277
3152
  },
3278
- "propToVariantKeys": {},
3279
- "runtimeConfigDefaultProps": {},
3280
- "runtimeConfigGetStyles": {},
3281
- "runtimeConfigInternalComponentProps": {},
3282
- "motionVarPrefixes": [
3283
- "--uds-motion-subtle-3-",
3284
- "--uds-motion-smooth-3-"
3285
- ],
3286
- "factoryTarget": null
3287
- },
3288
- "ButtonBase": {
3289
- "name": "ButtonBase",
3290
- "defaultProps": {
3291
- "type": "button"
3292
- },
3293
- "getStylesLiterals": {},
3294
- "cxLiterals": [
3295
- "uds-ring",
3296
- "uds-hit-target",
3297
- "inline-flex",
3298
- "max-w-full",
3299
- "overflow-hidden",
3300
- "justify-center",
3301
- "items-center",
3302
- "whitespace-nowrap",
3303
- "select-none",
3304
- "[transform-origin:center]",
3305
- "[backface-visibility:hidden]",
3306
- "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
3307
- "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
3308
- "[transition-duration:220ms]",
3309
- "cursor-not-allowed",
3310
- "uds-button-loading",
3311
- "uds-button-without-effects",
3312
- "withIcon",
3313
- "uds-button-with-gap",
3314
- "flex",
3315
- "shrink-0",
3316
- "overflow-clip",
3317
- "uds-button-icon-container",
3318
- "animate-spin",
3319
- "min-w-0",
3320
- "truncate"
3321
- ],
3322
- "internalComponents": [],
3323
- "internalComponentProps": {},
3324
3153
  "propToVariantKeys": {
3325
3154
  "size": [
3326
- "buttonSizeRoot",
3327
- "buttonSizeIcon"
3155
+ "checkboxSizeCheckbox"
3328
3156
  ],
3329
3157
  "variant": [
3330
- "buttonVariantRoot",
3331
- "buttonVariantIcon"
3158
+ "checkboxVariantCheckbox",
3159
+ "checkboxVariantCheckboxIcon"
3160
+ ],
3161
+ "valueState": [
3162
+ "checkboxVariantValueCheckbox",
3163
+ "checkboxVariantValueCheckboxIcon"
3164
+ ],
3165
+ "reduceMotion": [
3166
+ "reducedMotion"
3332
3167
  ]
3333
3168
  },
3334
- "runtimeConfigDefaultProps": {
3335
- "size": "button.defaultSize"
3336
- },
3337
- "runtimeConfigGetStyles": {},
3338
- "runtimeConfigInternalComponentProps": {},
3339
- "motionVarPrefixes": [],
3340
- "factoryTarget": null
3341
- },
3342
- "UDSButtonConfigProvider": {
3343
- "name": "UDSButtonConfigProvider",
3344
- "defaultProps": {},
3345
- "getStylesLiterals": {},
3346
- "cxLiterals": [],
3347
- "internalComponents": [
3348
- "ButtonContext.Provider"
3349
- ],
3350
- "internalComponentProps": {},
3351
- "propToVariantKeys": {},
3352
3169
  "runtimeConfigDefaultProps": {},
3353
3170
  "runtimeConfigGetStyles": {},
3354
3171
  "runtimeConfigInternalComponentProps": {},
3355
- "motionVarPrefixes": [],
3172
+ "motionVarPrefixes": [
3173
+ "--uds-motion-subtle-3-",
3174
+ "--uds-motion-smooth-3-"
3175
+ ],
3356
3176
  "factoryTarget": null
3357
3177
  },
3358
- "IconButtonBase": {
3359
- "name": "IconButtonBase",
3178
+ "CheckboxBase": {
3179
+ "name": "CheckboxBase",
3360
3180
  "defaultProps": {
3361
- "type": "button"
3181
+ "labelPosition": "start",
3182
+ "variant": "primary",
3183
+ "size": "md"
3184
+ },
3185
+ "getStylesLiterals": {
3186
+ "display": "flex",
3187
+ "flexDirection": "row",
3188
+ "flexDirection:1": "row-reverse",
3189
+ "alignItems": "center"
3362
3190
  },
3363
- "getStylesLiterals": {},
3364
3191
  "cxLiterals": [
3365
- "uds-ring",
3366
- "uds-hit-target",
3367
- "inline-flex",
3368
- "overflow-hidden",
3369
- "justify-center",
3370
- "items-center",
3371
- "[transform-origin:center]",
3372
- "[backface-visibility:hidden]",
3373
- "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
3374
- "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
3375
- "[transition-duration:220ms]",
3376
- "cursor-not-allowed",
3377
- "uds-button-loading",
3378
- "uds-button-without-effects",
3379
- "animate-spin"
3192
+ "cursor-pointer",
3193
+ "cursor-default",
3194
+ "opacity-50",
3195
+ "cursor-[inherit]",
3196
+ "absolute",
3197
+ "opacity-0",
3198
+ "top-[-1px]",
3199
+ "left-[-1px]",
3200
+ "w-[calc(100%+2px)]",
3201
+ "h-[calc(100%+2px)]",
3202
+ "text-start",
3203
+ "text-end"
3380
3204
  ],
3381
- "internalComponents": [],
3382
- "internalComponentProps": {},
3383
- "propToVariantKeys": {
3384
- "size": [
3385
- "iconbuttonSizeRoot",
3386
- "iconbuttonSizeIcon"
3387
- ],
3388
- "variant": [
3389
- "buttonVariantRoot",
3390
- "buttonVariantIcon"
3391
- ]
3392
- },
3393
- "runtimeConfigDefaultProps": {
3394
- "size": "iconButton.defaultSize"
3395
- },
3396
- "runtimeConfigGetStyles": {},
3397
- "runtimeConfigInternalComponentProps": {},
3398
- "motionVarPrefixes": [],
3399
- "factoryTarget": null
3400
- },
3401
- "IconButton": {
3402
- "name": "IconButton",
3403
- "defaultProps": {},
3404
- "getStylesLiterals": {},
3405
- "cxLiterals": [],
3406
3205
  "internalComponents": [
3407
- "IconButtonBase",
3408
- "Icon",
3409
- "AnimatePresence",
3410
- "SpringMotionConfig",
3411
- "MotionSlot",
3412
- "IconButtonProps",
3413
- "Slot"
3206
+ "FormLabel"
3414
3207
  ],
3415
3208
  "internalComponentProps": {
3416
- "Icon": {
3417
- "color": [
3418
- "current"
3419
- ]
3420
- },
3421
- "AnimatePresence": {
3422
- "mode": [
3423
- "popLayout"
3424
- ]
3425
- },
3426
- "SpringMotionConfig": {
3427
- "layoutSpeed": [
3428
- "3"
3429
- ]
3430
- },
3431
- "MotionSlot": {
3432
- "initial": [
3433
- "icon"
3209
+ "FormLabel": {
3210
+ "as": [
3211
+ "div"
3434
3212
  ],
3435
- "whileHover": [
3436
- "hover"
3213
+ "variant": [
3214
+ "inherit"
3437
3215
  ],
3438
- "whileTap": [
3439
- "pressed"
3216
+ "color": [
3217
+ "inherit"
3440
3218
  ]
3441
3219
  }
3442
3220
  },
3443
- "propToVariantKeys": {},
3444
- "runtimeConfigDefaultProps": {},
3445
- "runtimeConfigGetStyles": {},
3446
- "runtimeConfigInternalComponentProps": {},
3447
- "motionVarPrefixes": [
3448
- "--uds-motion-subtle-3-",
3449
- "--uds-motion-smooth-3-"
3450
- ],
3451
- "factoryTarget": null
3452
- },
3453
- "UDSIconButtonConfigProvider": {
3454
- "name": "UDSIconButtonConfigProvider",
3455
- "defaultProps": {},
3456
- "getStylesLiterals": {},
3457
- "cxLiterals": [],
3458
- "internalComponents": [
3459
- "IconButtonContext.Provider"
3460
- ],
3461
- "internalComponentProps": {},
3462
- "propToVariantKeys": {},
3221
+ "propToVariantKeys": {
3222
+ "size": [
3223
+ "checkboxSizeRoot"
3224
+ ],
3225
+ "variant": [
3226
+ "checkboxVariantRoot"
3227
+ ],
3228
+ "valueState": [
3229
+ "checkboxVariantValueRoot"
3230
+ ]
3231
+ },
3463
3232
  "runtimeConfigDefaultProps": {},
3464
3233
  "runtimeConfigGetStyles": {},
3465
3234
  "runtimeConfigInternalComponentProps": {},
@@ -3609,6 +3378,117 @@
3609
3378
  "motionVarPrefixes": [],
3610
3379
  "factoryTarget": null
3611
3380
  },
3381
+ "IconButtonBase": {
3382
+ "name": "IconButtonBase",
3383
+ "defaultProps": {
3384
+ "type": "button"
3385
+ },
3386
+ "getStylesLiterals": {},
3387
+ "cxLiterals": [
3388
+ "uds-ring",
3389
+ "uds-hit-target",
3390
+ "inline-flex",
3391
+ "overflow-hidden",
3392
+ "justify-center",
3393
+ "items-center",
3394
+ "[transform-origin:center]",
3395
+ "[backface-visibility:hidden]",
3396
+ "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
3397
+ "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
3398
+ "[transition-duration:220ms]",
3399
+ "cursor-not-allowed",
3400
+ "uds-button-loading",
3401
+ "uds-button-without-effects",
3402
+ "animate-spin"
3403
+ ],
3404
+ "internalComponents": [],
3405
+ "internalComponentProps": {},
3406
+ "propToVariantKeys": {
3407
+ "size": [
3408
+ "iconbuttonSizeRoot",
3409
+ "iconbuttonSizeIcon"
3410
+ ],
3411
+ "variant": [
3412
+ "buttonVariantRoot",
3413
+ "buttonVariantIcon"
3414
+ ]
3415
+ },
3416
+ "runtimeConfigDefaultProps": {
3417
+ "size": "iconButton.defaultSize"
3418
+ },
3419
+ "runtimeConfigGetStyles": {},
3420
+ "runtimeConfigInternalComponentProps": {},
3421
+ "motionVarPrefixes": [],
3422
+ "factoryTarget": null
3423
+ },
3424
+ "IconButton": {
3425
+ "name": "IconButton",
3426
+ "defaultProps": {},
3427
+ "getStylesLiterals": {},
3428
+ "cxLiterals": [],
3429
+ "internalComponents": [
3430
+ "IconButtonBase",
3431
+ "Icon",
3432
+ "AnimatePresence",
3433
+ "SpringMotionConfig",
3434
+ "MotionSlot",
3435
+ "IconButtonProps",
3436
+ "Slot"
3437
+ ],
3438
+ "internalComponentProps": {
3439
+ "Icon": {
3440
+ "color": [
3441
+ "current"
3442
+ ]
3443
+ },
3444
+ "AnimatePresence": {
3445
+ "mode": [
3446
+ "popLayout"
3447
+ ]
3448
+ },
3449
+ "SpringMotionConfig": {
3450
+ "layoutSpeed": [
3451
+ "3"
3452
+ ]
3453
+ },
3454
+ "MotionSlot": {
3455
+ "initial": [
3456
+ "icon"
3457
+ ],
3458
+ "whileHover": [
3459
+ "hover"
3460
+ ],
3461
+ "whileTap": [
3462
+ "pressed"
3463
+ ]
3464
+ }
3465
+ },
3466
+ "propToVariantKeys": {},
3467
+ "runtimeConfigDefaultProps": {},
3468
+ "runtimeConfigGetStyles": {},
3469
+ "runtimeConfigInternalComponentProps": {},
3470
+ "motionVarPrefixes": [
3471
+ "--uds-motion-subtle-3-",
3472
+ "--uds-motion-smooth-3-"
3473
+ ],
3474
+ "factoryTarget": null
3475
+ },
3476
+ "UDSIconButtonConfigProvider": {
3477
+ "name": "UDSIconButtonConfigProvider",
3478
+ "defaultProps": {},
3479
+ "getStylesLiterals": {},
3480
+ "cxLiterals": [],
3481
+ "internalComponents": [
3482
+ "IconButtonContext.Provider"
3483
+ ],
3484
+ "internalComponentProps": {},
3485
+ "propToVariantKeys": {},
3486
+ "runtimeConfigDefaultProps": {},
3487
+ "runtimeConfigGetStyles": {},
3488
+ "runtimeConfigInternalComponentProps": {},
3489
+ "motionVarPrefixes": [],
3490
+ "factoryTarget": null
3491
+ },
3612
3492
  "Menu.Trigger": {
3613
3493
  "name": "Menu.Trigger",
3614
3494
  "defaultProps": {},
@@ -5298,6 +5178,126 @@
5298
5178
  ],
5299
5179
  "factoryTarget": null
5300
5180
  },
5181
+ "Button": {
5182
+ "name": "Button",
5183
+ "defaultProps": {},
5184
+ "getStylesLiterals": {},
5185
+ "cxLiterals": [],
5186
+ "internalComponents": [
5187
+ "ButtonBase",
5188
+ "Icon",
5189
+ "IconSlot",
5190
+ "AnimatePresence",
5191
+ "SpringMotionConfig",
5192
+ "MotionSlot",
5193
+ "ButtonProps",
5194
+ "Slot"
5195
+ ],
5196
+ "internalComponentProps": {
5197
+ "Icon": {
5198
+ "color": [
5199
+ "current"
5200
+ ]
5201
+ },
5202
+ "AnimatePresence": {
5203
+ "mode": [
5204
+ "popLayout"
5205
+ ]
5206
+ },
5207
+ "SpringMotionConfig": {
5208
+ "layoutSpeed": [
5209
+ "3"
5210
+ ]
5211
+ },
5212
+ "MotionSlot": {
5213
+ "whileHover": [
5214
+ "hover"
5215
+ ],
5216
+ "whileTap": [
5217
+ "pressed"
5218
+ ]
5219
+ }
5220
+ },
5221
+ "propToVariantKeys": {},
5222
+ "runtimeConfigDefaultProps": {},
5223
+ "runtimeConfigGetStyles": {},
5224
+ "runtimeConfigInternalComponentProps": {},
5225
+ "motionVarPrefixes": [
5226
+ "--uds-motion-subtle-3-",
5227
+ "--uds-motion-smooth-3-"
5228
+ ],
5229
+ "factoryTarget": null
5230
+ },
5231
+ "ButtonBase": {
5232
+ "name": "ButtonBase",
5233
+ "defaultProps": {
5234
+ "type": "button"
5235
+ },
5236
+ "getStylesLiterals": {},
5237
+ "cxLiterals": [
5238
+ "uds-ring",
5239
+ "uds-hit-target",
5240
+ "inline-flex",
5241
+ "max-w-full",
5242
+ "overflow-hidden",
5243
+ "justify-center",
5244
+ "items-center",
5245
+ "whitespace-nowrap",
5246
+ "select-none",
5247
+ "[transform-origin:center]",
5248
+ "[backface-visibility:hidden]",
5249
+ "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
5250
+ "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
5251
+ "[transition-duration:220ms]",
5252
+ "cursor-not-allowed",
5253
+ "uds-button-loading",
5254
+ "uds-button-without-effects",
5255
+ "withIcon",
5256
+ "uds-button-with-gap",
5257
+ "flex",
5258
+ "shrink-0",
5259
+ "overflow-clip",
5260
+ "uds-button-icon-container",
5261
+ "animate-spin",
5262
+ "min-w-0",
5263
+ "truncate"
5264
+ ],
5265
+ "internalComponents": [],
5266
+ "internalComponentProps": {},
5267
+ "propToVariantKeys": {
5268
+ "size": [
5269
+ "buttonSizeRoot",
5270
+ "buttonSizeIcon"
5271
+ ],
5272
+ "variant": [
5273
+ "buttonVariantRoot",
5274
+ "buttonVariantIcon"
5275
+ ]
5276
+ },
5277
+ "runtimeConfigDefaultProps": {
5278
+ "size": "button.defaultSize"
5279
+ },
5280
+ "runtimeConfigGetStyles": {},
5281
+ "runtimeConfigInternalComponentProps": {},
5282
+ "motionVarPrefixes": [],
5283
+ "factoryTarget": null
5284
+ },
5285
+ "UDSButtonConfigProvider": {
5286
+ "name": "UDSButtonConfigProvider",
5287
+ "defaultProps": {},
5288
+ "getStylesLiterals": {},
5289
+ "cxLiterals": [],
5290
+ "internalComponents": [
5291
+ "ButtonContext.Provider"
5292
+ ],
5293
+ "internalComponentProps": {},
5294
+ "propToVariantKeys": {},
5295
+ "runtimeConfigDefaultProps": {},
5296
+ "runtimeConfigGetStyles": {},
5297
+ "runtimeConfigInternalComponentProps": {},
5298
+ "motionVarPrefixes": [],
5299
+ "factoryTarget": null
5300
+ },
5301
5301
  "SwitchStaticHandle": {
5302
5302
  "name": "SwitchStaticHandle",
5303
5303
  "defaultProps": {},