@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.
@@ -417,6 +417,73 @@ var componentData_default = {
417
417
  "motionVarPrefixes": [],
418
418
  "factoryTarget": null
419
419
  },
420
+ DividerLine: {
421
+ "name": "DividerLine",
422
+ "defaultProps": { "variant": "primary" },
423
+ "getStylesLiterals": {},
424
+ "cxLiterals": ["inherit"],
425
+ "internalComponents": ["Box"],
426
+ "internalComponentProps": { "Box": { "flex": ["1"] } },
427
+ "propToVariantKeys": { "variant": ["dividerVariantLine"] },
428
+ "runtimeConfigDefaultProps": {},
429
+ "runtimeConfigGetStyles": {},
430
+ "runtimeConfigInternalComponentProps": {},
431
+ "motionVarPrefixes": [],
432
+ "factoryTarget": null
433
+ },
434
+ Divider: {
435
+ "name": "Divider",
436
+ "defaultProps": {
437
+ "variant": "primary",
438
+ "contentPosition": "center"
439
+ },
440
+ "getStylesLiterals": {},
441
+ "cxLiterals": ["inherit"],
442
+ "internalComponents": [
443
+ "DividerLine",
444
+ "DividerLabel",
445
+ "InternalComponent",
446
+ "Box"
447
+ ],
448
+ "internalComponentProps": {
449
+ "InternalComponent": {
450
+ "alignItems": ["center"],
451
+ "flex": ["1"]
452
+ },
453
+ "Box": {
454
+ "display": ["flex"],
455
+ "flex": ["none"]
456
+ }
457
+ },
458
+ "propToVariantKeys": { "variant": ["dividerVariantRoot"] },
459
+ "runtimeConfigDefaultProps": {},
460
+ "runtimeConfigGetStyles": {},
461
+ "runtimeConfigInternalComponentProps": {},
462
+ "motionVarPrefixes": [],
463
+ "factoryTarget": null
464
+ },
465
+ DividerLabel: {
466
+ "name": "DividerLabel",
467
+ "defaultProps": {
468
+ "variant": "primary",
469
+ "textVariant": "inherit",
470
+ "color": "inherit",
471
+ "as": "span"
472
+ },
473
+ "getStylesLiterals": {},
474
+ "cxLiterals": ["inherit"],
475
+ "internalComponents": ["Text"],
476
+ "internalComponentProps": {},
477
+ "propToVariantKeys": {
478
+ "variant": ["dividerVariantLabel"],
479
+ "textVariant": ["variant"]
480
+ },
481
+ "runtimeConfigDefaultProps": {},
482
+ "runtimeConfigGetStyles": {},
483
+ "runtimeConfigInternalComponentProps": {},
484
+ "motionVarPrefixes": [],
485
+ "factoryTarget": null
486
+ },
420
487
  BannerTitle: {
421
488
  "name": "BannerTitle",
422
489
  "defaultProps": {},
@@ -548,73 +615,6 @@ var componentData_default = {
548
615
  "motionVarPrefixes": [],
549
616
  "factoryTarget": null
550
617
  },
551
- DividerLine: {
552
- "name": "DividerLine",
553
- "defaultProps": { "variant": "primary" },
554
- "getStylesLiterals": {},
555
- "cxLiterals": ["inherit"],
556
- "internalComponents": ["Box"],
557
- "internalComponentProps": { "Box": { "flex": ["1"] } },
558
- "propToVariantKeys": { "variant": ["dividerVariantLine"] },
559
- "runtimeConfigDefaultProps": {},
560
- "runtimeConfigGetStyles": {},
561
- "runtimeConfigInternalComponentProps": {},
562
- "motionVarPrefixes": [],
563
- "factoryTarget": null
564
- },
565
- Divider: {
566
- "name": "Divider",
567
- "defaultProps": {
568
- "variant": "primary",
569
- "contentPosition": "center"
570
- },
571
- "getStylesLiterals": {},
572
- "cxLiterals": ["inherit"],
573
- "internalComponents": [
574
- "DividerLine",
575
- "DividerLabel",
576
- "InternalComponent",
577
- "Box"
578
- ],
579
- "internalComponentProps": {
580
- "InternalComponent": {
581
- "alignItems": ["center"],
582
- "flex": ["1"]
583
- },
584
- "Box": {
585
- "display": ["flex"],
586
- "flex": ["none"]
587
- }
588
- },
589
- "propToVariantKeys": { "variant": ["dividerVariantRoot"] },
590
- "runtimeConfigDefaultProps": {},
591
- "runtimeConfigGetStyles": {},
592
- "runtimeConfigInternalComponentProps": {},
593
- "motionVarPrefixes": [],
594
- "factoryTarget": null
595
- },
596
- DividerLabel: {
597
- "name": "DividerLabel",
598
- "defaultProps": {
599
- "variant": "primary",
600
- "textVariant": "inherit",
601
- "color": "inherit",
602
- "as": "span"
603
- },
604
- "getStylesLiterals": {},
605
- "cxLiterals": ["inherit"],
606
- "internalComponents": ["Text"],
607
- "internalComponentProps": {},
608
- "propToVariantKeys": {
609
- "variant": ["dividerVariantLabel"],
610
- "textVariant": ["variant"]
611
- },
612
- "runtimeConfigDefaultProps": {},
613
- "runtimeConfigGetStyles": {},
614
- "runtimeConfigInternalComponentProps": {},
615
- "motionVarPrefixes": [],
616
- "factoryTarget": null
617
- },
618
618
  TabPanel: {
619
619
  "name": "TabPanel",
620
620
  "defaultProps": {},
@@ -2132,106 +2132,6 @@ var componentData_default = {
2132
2132
  "motionVarPrefixes": [],
2133
2133
  "factoryTarget": null
2134
2134
  },
2135
- Checkbox: {
2136
- "name": "Checkbox",
2137
- "defaultProps": {},
2138
- "getStylesLiterals": {},
2139
- "cxLiterals": [
2140
- "opacity-0",
2141
- "opacity-55",
2142
- "opacity-100",
2143
- "uds-ring",
2144
- "uds-ring-within",
2145
- "transition-[background-color,border-color,box-shadow]",
2146
- "pointer-events-none",
2147
- "transition-opacity",
2148
- "group",
2149
- "group-hover:scale-110",
2150
- "group-active:scale-90",
2151
- "transition-[background-color,border-color,box-shadow,transform]",
2152
- "group-active:opacity-55"
2153
- ],
2154
- "internalComponents": [
2155
- "CheckboxBase",
2156
- "Icon",
2157
- "SpringMotionConfig",
2158
- "RootElement",
2159
- "MotionBox",
2160
- "Box",
2161
- "CheckboxProps"
2162
- ],
2163
- "internalComponentProps": {
2164
- "Icon": { "size": ["sm"] },
2165
- "RootElement": { "data-testid": ["container"] },
2166
- "MotionBox": {
2167
- "position": ["relative"],
2168
- "alignItems": ["center"],
2169
- "justifyContent": ["center"],
2170
- "flex": ["none"]
2171
- },
2172
- "Box": {
2173
- "position": ["relative"],
2174
- "alignItems": ["center"],
2175
- "justifyContent": ["center"],
2176
- "flex": ["none"]
2177
- }
2178
- },
2179
- "propToVariantKeys": {
2180
- "size": ["checkboxSizeCheckbox"],
2181
- "variant": ["checkboxVariantCheckbox", "checkboxVariantCheckboxIcon"],
2182
- "valueState": ["checkboxVariantValueCheckbox", "checkboxVariantValueCheckboxIcon"],
2183
- "reduceMotion": ["reducedMotion"]
2184
- },
2185
- "runtimeConfigDefaultProps": {},
2186
- "runtimeConfigGetStyles": {},
2187
- "runtimeConfigInternalComponentProps": {},
2188
- "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"],
2189
- "factoryTarget": null
2190
- },
2191
- CheckboxBase: {
2192
- "name": "CheckboxBase",
2193
- "defaultProps": {
2194
- "labelPosition": "start",
2195
- "variant": "primary",
2196
- "size": "md"
2197
- },
2198
- "getStylesLiterals": {
2199
- "display": "flex",
2200
- "flexDirection": "row",
2201
- "flexDirection:1": "row-reverse",
2202
- "alignItems": "center"
2203
- },
2204
- "cxLiterals": [
2205
- "cursor-pointer",
2206
- "cursor-default",
2207
- "opacity-50",
2208
- "cursor-[inherit]",
2209
- "absolute",
2210
- "opacity-0",
2211
- "top-[-1px]",
2212
- "left-[-1px]",
2213
- "w-[calc(100%+2px)]",
2214
- "h-[calc(100%+2px)]",
2215
- "text-start",
2216
- "text-end"
2217
- ],
2218
- "internalComponents": ["FormLabel"],
2219
- "internalComponentProps": { "FormLabel": {
2220
- "as": ["div"],
2221
- "variant": ["inherit"],
2222
- "color": ["inherit"]
2223
- } },
2224
- "propToVariantKeys": {
2225
- "size": ["checkboxSizeRoot"],
2226
- "variant": ["checkboxVariantRoot"],
2227
- "valueState": ["checkboxVariantValueRoot"]
2228
- },
2229
- "runtimeConfigDefaultProps": {},
2230
- "runtimeConfigGetStyles": {},
2231
- "runtimeConfigInternalComponentProps": {},
2232
- "motionVarPrefixes": [],
2233
- "factoryTarget": null
2234
- },
2235
2135
  UDSPaddleNavConfigProvider: {
2236
2136
  "name": "UDSPaddleNavConfigProvider",
2237
2137
  "defaultProps": {},
@@ -2387,167 +2287,100 @@ var componentData_default = {
2387
2287
  "motionVarPrefixes": [],
2388
2288
  "factoryTarget": null
2389
2289
  },
2390
- Button: {
2391
- "name": "Button",
2290
+ Checkbox: {
2291
+ "name": "Checkbox",
2392
2292
  "defaultProps": {},
2393
2293
  "getStylesLiterals": {},
2394
- "cxLiterals": [],
2294
+ "cxLiterals": [
2295
+ "opacity-0",
2296
+ "opacity-55",
2297
+ "opacity-100",
2298
+ "uds-ring",
2299
+ "uds-ring-within",
2300
+ "transition-[background-color,border-color,box-shadow]",
2301
+ "pointer-events-none",
2302
+ "transition-opacity",
2303
+ "group",
2304
+ "group-hover:scale-110",
2305
+ "group-active:scale-90",
2306
+ "transition-[background-color,border-color,box-shadow,transform]",
2307
+ "group-active:opacity-55"
2308
+ ],
2395
2309
  "internalComponents": [
2396
- "ButtonBase",
2310
+ "CheckboxBase",
2397
2311
  "Icon",
2398
- "IconSlot",
2399
- "AnimatePresence",
2400
2312
  "SpringMotionConfig",
2401
- "MotionSlot",
2402
- "ButtonProps",
2403
- "Slot"
2313
+ "RootElement",
2314
+ "MotionBox",
2315
+ "Box",
2316
+ "CheckboxProps"
2404
2317
  ],
2405
2318
  "internalComponentProps": {
2406
- "Icon": { "color": ["current"] },
2407
- "AnimatePresence": { "mode": ["popLayout"] },
2408
- "SpringMotionConfig": { "layoutSpeed": ["3"] },
2409
- "MotionSlot": {
2410
- "whileHover": ["hover"],
2411
- "whileTap": ["pressed"]
2319
+ "Icon": { "size": ["sm"] },
2320
+ "RootElement": { "data-testid": ["container"] },
2321
+ "MotionBox": {
2322
+ "position": ["relative"],
2323
+ "alignItems": ["center"],
2324
+ "justifyContent": ["center"],
2325
+ "flex": ["none"]
2326
+ },
2327
+ "Box": {
2328
+ "position": ["relative"],
2329
+ "alignItems": ["center"],
2330
+ "justifyContent": ["center"],
2331
+ "flex": ["none"]
2412
2332
  }
2413
2333
  },
2414
- "propToVariantKeys": {},
2415
- "runtimeConfigDefaultProps": {},
2416
- "runtimeConfigGetStyles": {},
2417
- "runtimeConfigInternalComponentProps": {},
2418
- "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"],
2419
- "factoryTarget": null
2420
- },
2421
- ButtonBase: {
2422
- "name": "ButtonBase",
2423
- "defaultProps": { "type": "button" },
2424
- "getStylesLiterals": {},
2425
- "cxLiterals": [
2426
- "uds-ring",
2427
- "uds-hit-target",
2428
- "inline-flex",
2429
- "max-w-full",
2430
- "overflow-hidden",
2431
- "justify-center",
2432
- "items-center",
2433
- "whitespace-nowrap",
2434
- "select-none",
2435
- "[transform-origin:center]",
2436
- "[backface-visibility:hidden]",
2437
- "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
2438
- "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
2439
- "[transition-duration:220ms]",
2440
- "cursor-not-allowed",
2441
- "uds-button-loading",
2442
- "uds-button-without-effects",
2443
- "withIcon",
2444
- "uds-button-with-gap",
2445
- "flex",
2446
- "shrink-0",
2447
- "overflow-clip",
2448
- "uds-button-icon-container",
2449
- "animate-spin",
2450
- "min-w-0",
2451
- "truncate"
2452
- ],
2453
- "internalComponents": [],
2454
- "internalComponentProps": {},
2455
2334
  "propToVariantKeys": {
2456
- "size": ["buttonSizeRoot", "buttonSizeIcon"],
2457
- "variant": ["buttonVariantRoot", "buttonVariantIcon"]
2335
+ "size": ["checkboxSizeCheckbox"],
2336
+ "variant": ["checkboxVariantCheckbox", "checkboxVariantCheckboxIcon"],
2337
+ "valueState": ["checkboxVariantValueCheckbox", "checkboxVariantValueCheckboxIcon"],
2338
+ "reduceMotion": ["reducedMotion"]
2458
2339
  },
2459
- "runtimeConfigDefaultProps": { "size": "button.defaultSize" },
2460
- "runtimeConfigGetStyles": {},
2461
- "runtimeConfigInternalComponentProps": {},
2462
- "motionVarPrefixes": [],
2463
- "factoryTarget": null
2464
- },
2465
- UDSButtonConfigProvider: {
2466
- "name": "UDSButtonConfigProvider",
2467
- "defaultProps": {},
2468
- "getStylesLiterals": {},
2469
- "cxLiterals": [],
2470
- "internalComponents": ["ButtonContext.Provider"],
2471
- "internalComponentProps": {},
2472
- "propToVariantKeys": {},
2473
2340
  "runtimeConfigDefaultProps": {},
2474
2341
  "runtimeConfigGetStyles": {},
2475
2342
  "runtimeConfigInternalComponentProps": {},
2476
- "motionVarPrefixes": [],
2343
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"],
2477
2344
  "factoryTarget": null
2478
2345
  },
2479
- IconButtonBase: {
2480
- "name": "IconButtonBase",
2481
- "defaultProps": { "type": "button" },
2482
- "getStylesLiterals": {},
2346
+ CheckboxBase: {
2347
+ "name": "CheckboxBase",
2348
+ "defaultProps": {
2349
+ "labelPosition": "start",
2350
+ "variant": "primary",
2351
+ "size": "md"
2352
+ },
2353
+ "getStylesLiterals": {
2354
+ "display": "flex",
2355
+ "flexDirection": "row",
2356
+ "flexDirection:1": "row-reverse",
2357
+ "alignItems": "center"
2358
+ },
2483
2359
  "cxLiterals": [
2484
- "uds-ring",
2485
- "uds-hit-target",
2486
- "inline-flex",
2487
- "overflow-hidden",
2488
- "justify-center",
2489
- "items-center",
2490
- "[transform-origin:center]",
2491
- "[backface-visibility:hidden]",
2492
- "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
2493
- "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
2494
- "[transition-duration:220ms]",
2495
- "cursor-not-allowed",
2496
- "uds-button-loading",
2497
- "uds-button-without-effects",
2498
- "animate-spin"
2360
+ "cursor-pointer",
2361
+ "cursor-default",
2362
+ "opacity-50",
2363
+ "cursor-[inherit]",
2364
+ "absolute",
2365
+ "opacity-0",
2366
+ "top-[-1px]",
2367
+ "left-[-1px]",
2368
+ "w-[calc(100%+2px)]",
2369
+ "h-[calc(100%+2px)]",
2370
+ "text-start",
2371
+ "text-end"
2499
2372
  ],
2500
- "internalComponents": [],
2501
- "internalComponentProps": {},
2373
+ "internalComponents": ["FormLabel"],
2374
+ "internalComponentProps": { "FormLabel": {
2375
+ "as": ["div"],
2376
+ "variant": ["inherit"],
2377
+ "color": ["inherit"]
2378
+ } },
2502
2379
  "propToVariantKeys": {
2503
- "size": ["iconbuttonSizeRoot", "iconbuttonSizeIcon"],
2504
- "variant": ["buttonVariantRoot", "buttonVariantIcon"]
2505
- },
2506
- "runtimeConfigDefaultProps": { "size": "iconButton.defaultSize" },
2507
- "runtimeConfigGetStyles": {},
2508
- "runtimeConfigInternalComponentProps": {},
2509
- "motionVarPrefixes": [],
2510
- "factoryTarget": null
2511
- },
2512
- IconButton: {
2513
- "name": "IconButton",
2514
- "defaultProps": {},
2515
- "getStylesLiterals": {},
2516
- "cxLiterals": [],
2517
- "internalComponents": [
2518
- "IconButtonBase",
2519
- "Icon",
2520
- "AnimatePresence",
2521
- "SpringMotionConfig",
2522
- "MotionSlot",
2523
- "IconButtonProps",
2524
- "Slot"
2525
- ],
2526
- "internalComponentProps": {
2527
- "Icon": { "color": ["current"] },
2528
- "AnimatePresence": { "mode": ["popLayout"] },
2529
- "SpringMotionConfig": { "layoutSpeed": ["3"] },
2530
- "MotionSlot": {
2531
- "initial": ["icon"],
2532
- "whileHover": ["hover"],
2533
- "whileTap": ["pressed"]
2534
- }
2380
+ "size": ["checkboxSizeRoot"],
2381
+ "variant": ["checkboxVariantRoot"],
2382
+ "valueState": ["checkboxVariantValueRoot"]
2535
2383
  },
2536
- "propToVariantKeys": {},
2537
- "runtimeConfigDefaultProps": {},
2538
- "runtimeConfigGetStyles": {},
2539
- "runtimeConfigInternalComponentProps": {},
2540
- "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"],
2541
- "factoryTarget": null
2542
- },
2543
- UDSIconButtonConfigProvider: {
2544
- "name": "UDSIconButtonConfigProvider",
2545
- "defaultProps": {},
2546
- "getStylesLiterals": {},
2547
- "cxLiterals": [],
2548
- "internalComponents": ["IconButtonContext.Provider"],
2549
- "internalComponentProps": {},
2550
- "propToVariantKeys": {},
2551
2384
  "runtimeConfigDefaultProps": {},
2552
2385
  "runtimeConfigGetStyles": {},
2553
2386
  "runtimeConfigInternalComponentProps": {},
@@ -2673,6 +2506,84 @@ var componentData_default = {
2673
2506
  "motionVarPrefixes": [],
2674
2507
  "factoryTarget": null
2675
2508
  },
2509
+ IconButtonBase: {
2510
+ "name": "IconButtonBase",
2511
+ "defaultProps": { "type": "button" },
2512
+ "getStylesLiterals": {},
2513
+ "cxLiterals": [
2514
+ "uds-ring",
2515
+ "uds-hit-target",
2516
+ "inline-flex",
2517
+ "overflow-hidden",
2518
+ "justify-center",
2519
+ "items-center",
2520
+ "[transform-origin:center]",
2521
+ "[backface-visibility:hidden]",
2522
+ "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
2523
+ "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
2524
+ "[transition-duration:220ms]",
2525
+ "cursor-not-allowed",
2526
+ "uds-button-loading",
2527
+ "uds-button-without-effects",
2528
+ "animate-spin"
2529
+ ],
2530
+ "internalComponents": [],
2531
+ "internalComponentProps": {},
2532
+ "propToVariantKeys": {
2533
+ "size": ["iconbuttonSizeRoot", "iconbuttonSizeIcon"],
2534
+ "variant": ["buttonVariantRoot", "buttonVariantIcon"]
2535
+ },
2536
+ "runtimeConfigDefaultProps": { "size": "iconButton.defaultSize" },
2537
+ "runtimeConfigGetStyles": {},
2538
+ "runtimeConfigInternalComponentProps": {},
2539
+ "motionVarPrefixes": [],
2540
+ "factoryTarget": null
2541
+ },
2542
+ IconButton: {
2543
+ "name": "IconButton",
2544
+ "defaultProps": {},
2545
+ "getStylesLiterals": {},
2546
+ "cxLiterals": [],
2547
+ "internalComponents": [
2548
+ "IconButtonBase",
2549
+ "Icon",
2550
+ "AnimatePresence",
2551
+ "SpringMotionConfig",
2552
+ "MotionSlot",
2553
+ "IconButtonProps",
2554
+ "Slot"
2555
+ ],
2556
+ "internalComponentProps": {
2557
+ "Icon": { "color": ["current"] },
2558
+ "AnimatePresence": { "mode": ["popLayout"] },
2559
+ "SpringMotionConfig": { "layoutSpeed": ["3"] },
2560
+ "MotionSlot": {
2561
+ "initial": ["icon"],
2562
+ "whileHover": ["hover"],
2563
+ "whileTap": ["pressed"]
2564
+ }
2565
+ },
2566
+ "propToVariantKeys": {},
2567
+ "runtimeConfigDefaultProps": {},
2568
+ "runtimeConfigGetStyles": {},
2569
+ "runtimeConfigInternalComponentProps": {},
2570
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"],
2571
+ "factoryTarget": null
2572
+ },
2573
+ UDSIconButtonConfigProvider: {
2574
+ "name": "UDSIconButtonConfigProvider",
2575
+ "defaultProps": {},
2576
+ "getStylesLiterals": {},
2577
+ "cxLiterals": [],
2578
+ "internalComponents": ["IconButtonContext.Provider"],
2579
+ "internalComponentProps": {},
2580
+ "propToVariantKeys": {},
2581
+ "runtimeConfigDefaultProps": {},
2582
+ "runtimeConfigGetStyles": {},
2583
+ "runtimeConfigInternalComponentProps": {},
2584
+ "motionVarPrefixes": [],
2585
+ "factoryTarget": null
2586
+ },
2676
2587
  "Menu.Trigger": {
2677
2588
  "name": "Menu.Trigger",
2678
2589
  "defaultProps": {},
@@ -3955,6 +3866,95 @@ var componentData_default = {
3955
3866
  "motionVarPrefixes": ["--uds-motion-smooth-3-"],
3956
3867
  "factoryTarget": null
3957
3868
  },
3869
+ Button: {
3870
+ "name": "Button",
3871
+ "defaultProps": {},
3872
+ "getStylesLiterals": {},
3873
+ "cxLiterals": [],
3874
+ "internalComponents": [
3875
+ "ButtonBase",
3876
+ "Icon",
3877
+ "IconSlot",
3878
+ "AnimatePresence",
3879
+ "SpringMotionConfig",
3880
+ "MotionSlot",
3881
+ "ButtonProps",
3882
+ "Slot"
3883
+ ],
3884
+ "internalComponentProps": {
3885
+ "Icon": { "color": ["current"] },
3886
+ "AnimatePresence": { "mode": ["popLayout"] },
3887
+ "SpringMotionConfig": { "layoutSpeed": ["3"] },
3888
+ "MotionSlot": {
3889
+ "whileHover": ["hover"],
3890
+ "whileTap": ["pressed"]
3891
+ }
3892
+ },
3893
+ "propToVariantKeys": {},
3894
+ "runtimeConfigDefaultProps": {},
3895
+ "runtimeConfigGetStyles": {},
3896
+ "runtimeConfigInternalComponentProps": {},
3897
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"],
3898
+ "factoryTarget": null
3899
+ },
3900
+ ButtonBase: {
3901
+ "name": "ButtonBase",
3902
+ "defaultProps": { "type": "button" },
3903
+ "getStylesLiterals": {},
3904
+ "cxLiterals": [
3905
+ "uds-ring",
3906
+ "uds-hit-target",
3907
+ "inline-flex",
3908
+ "max-w-full",
3909
+ "overflow-hidden",
3910
+ "justify-center",
3911
+ "items-center",
3912
+ "whitespace-nowrap",
3913
+ "select-none",
3914
+ "[transform-origin:center]",
3915
+ "[backface-visibility:hidden]",
3916
+ "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
3917
+ "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
3918
+ "[transition-duration:220ms]",
3919
+ "cursor-not-allowed",
3920
+ "uds-button-loading",
3921
+ "uds-button-without-effects",
3922
+ "withIcon",
3923
+ "uds-button-with-gap",
3924
+ "flex",
3925
+ "shrink-0",
3926
+ "overflow-clip",
3927
+ "uds-button-icon-container",
3928
+ "animate-spin",
3929
+ "min-w-0",
3930
+ "truncate"
3931
+ ],
3932
+ "internalComponents": [],
3933
+ "internalComponentProps": {},
3934
+ "propToVariantKeys": {
3935
+ "size": ["buttonSizeRoot", "buttonSizeIcon"],
3936
+ "variant": ["buttonVariantRoot", "buttonVariantIcon"]
3937
+ },
3938
+ "runtimeConfigDefaultProps": { "size": "button.defaultSize" },
3939
+ "runtimeConfigGetStyles": {},
3940
+ "runtimeConfigInternalComponentProps": {},
3941
+ "motionVarPrefixes": [],
3942
+ "factoryTarget": null
3943
+ },
3944
+ UDSButtonConfigProvider: {
3945
+ "name": "UDSButtonConfigProvider",
3946
+ "defaultProps": {},
3947
+ "getStylesLiterals": {},
3948
+ "cxLiterals": [],
3949
+ "internalComponents": ["ButtonContext.Provider"],
3950
+ "internalComponentProps": {},
3951
+ "propToVariantKeys": {},
3952
+ "runtimeConfigDefaultProps": {},
3953
+ "runtimeConfigGetStyles": {},
3954
+ "runtimeConfigInternalComponentProps": {},
3955
+ "motionVarPrefixes": [],
3956
+ "factoryTarget": null
3957
+ },
3958
3958
  SwitchStaticHandle: {
3959
3959
  "name": "SwitchStaticHandle",
3960
3960
  "defaultProps": {},