@yahoo/uds 3.171.0 → 3.172.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.
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
- package/dist/css/dist/css/purgeWorker.js +50 -0
- package/dist/css/dist/css/runner.cjs +3 -1
- package/dist/css/dist/css/runner.js +3 -1
- package/dist/css/dist/css/workerPool.cjs +18 -2
- package/dist/css/dist/css/workerPool.js +16 -1
- package/dist/css/dist/purger/optimized/ast/expressions.cjs +278 -278
- package/dist/css/dist/purger/optimized/ast/expressions.js +278 -278
- package/dist/css/dist/purger/optimized/ast/jsx.cjs +67 -36
- package/dist/css/dist/purger/optimized/ast/jsx.js +67 -35
- package/dist/css/dist/purger/optimized/ast/oxc.cjs +265 -0
- package/dist/css/dist/purger/optimized/ast/oxc.js +253 -0
- package/dist/css/dist/purger/optimized/ast/props.cjs +21 -15
- package/dist/css/dist/purger/optimized/ast/props.js +21 -14
- package/dist/css/dist/purger/optimized/ast/spread.cjs +19 -19
- package/dist/css/dist/purger/optimized/ast/spread.js +19 -18
- package/dist/css/dist/purger/optimized/purgeFromCode.cjs +86 -101
- package/dist/css/dist/purger/optimized/purgeFromCode.js +86 -100
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.cts +2 -2
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.ts +2 -2
- package/dist/tailwind-v3/dist/purger/legacy/purgeCSS.cjs +1 -1
- package/dist/tailwind-v3/dist/purger/legacy/purgeCSS.js +1 -1
- package/dist/uds/generated/componentData.cjs +273 -273
- package/dist/uds/generated/componentData.js +273 -273
- package/dist/uds/package.cjs +2 -0
- package/dist/uds/package.js +2 -0
- package/generated/componentData.json +419 -419
- package/package.json +3 -1
|
@@ -1207,6 +1207,50 @@ var componentData_default = {
|
|
|
1207
1207
|
"runtimeConfigInternalComponentProps": {},
|
|
1208
1208
|
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
1209
1209
|
},
|
|
1210
|
+
UDSConfigProvider: {
|
|
1211
|
+
"name": "UDSConfigProvider",
|
|
1212
|
+
"defaultProps": {},
|
|
1213
|
+
"getStylesLiterals": {},
|
|
1214
|
+
"cxLiterals": [],
|
|
1215
|
+
"internalComponents": [
|
|
1216
|
+
"UDSBreakpointsConfigProvider",
|
|
1217
|
+
"UDSAvatarConfigProvider",
|
|
1218
|
+
"UDSBadgeConfigProvider",
|
|
1219
|
+
"UDSBottomSheetConfigProvider",
|
|
1220
|
+
"UDSButtonConfigProvider",
|
|
1221
|
+
"UDSChipConfigProvider",
|
|
1222
|
+
"UDSIconButtonConfigProvider",
|
|
1223
|
+
"UDSInputConfigProvider",
|
|
1224
|
+
"UDSMenuItemConfigProvider",
|
|
1225
|
+
"UDSPaddleNavConfigProvider",
|
|
1226
|
+
"UDSPaginationConfigProvider",
|
|
1227
|
+
"UDSSelectItemConfigProvider",
|
|
1228
|
+
"UDSTabConfigProvider",
|
|
1229
|
+
"UDSToastConfigProvider",
|
|
1230
|
+
"UDSTooltipConfigProvider",
|
|
1231
|
+
"UDSPopoverConfigProvider",
|
|
1232
|
+
"UDSModalConfigProvider"
|
|
1233
|
+
],
|
|
1234
|
+
"internalComponentProps": {},
|
|
1235
|
+
"propToVariantKeys": {},
|
|
1236
|
+
"runtimeConfigDefaultProps": {},
|
|
1237
|
+
"runtimeConfigGetStyles": {},
|
|
1238
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1239
|
+
"motionVarPrefixes": []
|
|
1240
|
+
},
|
|
1241
|
+
UDSBreakpointsConfigProvider: {
|
|
1242
|
+
"name": "UDSBreakpointsConfigProvider",
|
|
1243
|
+
"defaultProps": {},
|
|
1244
|
+
"getStylesLiterals": {},
|
|
1245
|
+
"cxLiterals": [],
|
|
1246
|
+
"internalComponents": ["UDSBreakpointsConfigContext.Provider"],
|
|
1247
|
+
"internalComponentProps": {},
|
|
1248
|
+
"propToVariantKeys": {},
|
|
1249
|
+
"runtimeConfigDefaultProps": {},
|
|
1250
|
+
"runtimeConfigGetStyles": {},
|
|
1251
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1252
|
+
"motionVarPrefixes": []
|
|
1253
|
+
},
|
|
1210
1254
|
"Menu.Trigger": {
|
|
1211
1255
|
"name": "Menu.Trigger",
|
|
1212
1256
|
"defaultProps": {},
|
|
@@ -1441,50 +1485,6 @@ var componentData_default = {
|
|
|
1441
1485
|
"runtimeConfigInternalComponentProps": {},
|
|
1442
1486
|
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
1443
1487
|
},
|
|
1444
|
-
UDSConfigProvider: {
|
|
1445
|
-
"name": "UDSConfigProvider",
|
|
1446
|
-
"defaultProps": {},
|
|
1447
|
-
"getStylesLiterals": {},
|
|
1448
|
-
"cxLiterals": [],
|
|
1449
|
-
"internalComponents": [
|
|
1450
|
-
"UDSBreakpointsConfigProvider",
|
|
1451
|
-
"UDSAvatarConfigProvider",
|
|
1452
|
-
"UDSBadgeConfigProvider",
|
|
1453
|
-
"UDSBottomSheetConfigProvider",
|
|
1454
|
-
"UDSButtonConfigProvider",
|
|
1455
|
-
"UDSChipConfigProvider",
|
|
1456
|
-
"UDSIconButtonConfigProvider",
|
|
1457
|
-
"UDSInputConfigProvider",
|
|
1458
|
-
"UDSMenuItemConfigProvider",
|
|
1459
|
-
"UDSPaddleNavConfigProvider",
|
|
1460
|
-
"UDSPaginationConfigProvider",
|
|
1461
|
-
"UDSSelectItemConfigProvider",
|
|
1462
|
-
"UDSTabConfigProvider",
|
|
1463
|
-
"UDSToastConfigProvider",
|
|
1464
|
-
"UDSTooltipConfigProvider",
|
|
1465
|
-
"UDSPopoverConfigProvider",
|
|
1466
|
-
"UDSModalConfigProvider"
|
|
1467
|
-
],
|
|
1468
|
-
"internalComponentProps": {},
|
|
1469
|
-
"propToVariantKeys": {},
|
|
1470
|
-
"runtimeConfigDefaultProps": {},
|
|
1471
|
-
"runtimeConfigGetStyles": {},
|
|
1472
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1473
|
-
"motionVarPrefixes": []
|
|
1474
|
-
},
|
|
1475
|
-
UDSBreakpointsConfigProvider: {
|
|
1476
|
-
"name": "UDSBreakpointsConfigProvider",
|
|
1477
|
-
"defaultProps": {},
|
|
1478
|
-
"getStylesLiterals": {},
|
|
1479
|
-
"cxLiterals": [],
|
|
1480
|
-
"internalComponents": ["UDSBreakpointsConfigContext.Provider"],
|
|
1481
|
-
"internalComponentProps": {},
|
|
1482
|
-
"propToVariantKeys": {},
|
|
1483
|
-
"runtimeConfigDefaultProps": {},
|
|
1484
|
-
"runtimeConfigGetStyles": {},
|
|
1485
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1486
|
-
"motionVarPrefixes": []
|
|
1487
|
-
},
|
|
1488
1488
|
PaginationNext: {
|
|
1489
1489
|
"name": "PaginationNext",
|
|
1490
1490
|
"defaultProps": { "label": "Next" },
|
|
@@ -2448,149 +2448,6 @@ var componentData_default = {
|
|
|
2448
2448
|
"runtimeConfigInternalComponentProps": {},
|
|
2449
2449
|
"motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
|
|
2450
2450
|
},
|
|
2451
|
-
ChipBase: {
|
|
2452
|
-
"name": "ChipBase",
|
|
2453
|
-
"defaultProps": {
|
|
2454
|
-
"size": "md",
|
|
2455
|
-
"as": "div"
|
|
2456
|
-
},
|
|
2457
|
-
"getStylesLiterals": {},
|
|
2458
|
-
"cxLiterals": [
|
|
2459
|
-
"pointer-events-none",
|
|
2460
|
-
"cursor-default",
|
|
2461
|
-
"opacity-50",
|
|
2462
|
-
"inline-flex",
|
|
2463
|
-
"items-center",
|
|
2464
|
-
"transition-[background-color,outline-color,box-shadow]",
|
|
2465
|
-
"truncate",
|
|
2466
|
-
"whitespace-nowrap",
|
|
2467
|
-
"text-center",
|
|
2468
|
-
"flex-1",
|
|
2469
|
-
"md",
|
|
2470
|
-
"primary"
|
|
2471
|
-
],
|
|
2472
|
-
"internalComponents": [
|
|
2473
|
-
"IconSlot",
|
|
2474
|
-
"HStack",
|
|
2475
|
-
"As",
|
|
2476
|
-
"Text"
|
|
2477
|
-
],
|
|
2478
|
-
"internalComponentProps": { "Text": {
|
|
2479
|
-
"as": ["span"],
|
|
2480
|
-
"color": ["current"],
|
|
2481
|
-
"variant": ["inherit"]
|
|
2482
|
-
} },
|
|
2483
|
-
"propToVariantKeys": {
|
|
2484
|
-
"size": ["chipSizeRoot", "chipSizeIcon"],
|
|
2485
|
-
"startIcon": ["icon"],
|
|
2486
|
-
"endIcon": ["icon"]
|
|
2487
|
-
},
|
|
2488
|
-
"runtimeConfigDefaultProps": { "size": "chip.defaultSize" },
|
|
2489
|
-
"runtimeConfigGetStyles": {},
|
|
2490
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2491
|
-
"motionVarPrefixes": []
|
|
2492
|
-
},
|
|
2493
|
-
Chip: {
|
|
2494
|
-
"name": "Chip",
|
|
2495
|
-
"defaultProps": {},
|
|
2496
|
-
"getStylesLiterals": {},
|
|
2497
|
-
"cxLiterals": [],
|
|
2498
|
-
"internalComponents": [
|
|
2499
|
-
"ChipDismissible",
|
|
2500
|
-
"ChipToggle",
|
|
2501
|
-
"ChipLink",
|
|
2502
|
-
"ChipButton"
|
|
2503
|
-
],
|
|
2504
|
-
"internalComponentProps": {},
|
|
2505
|
-
"propToVariantKeys": {},
|
|
2506
|
-
"runtimeConfigDefaultProps": {},
|
|
2507
|
-
"runtimeConfigGetStyles": {},
|
|
2508
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2509
|
-
"motionVarPrefixes": []
|
|
2510
|
-
},
|
|
2511
|
-
ChipDismissible: {
|
|
2512
|
-
"name": "ChipDismissible",
|
|
2513
|
-
"defaultProps": { "variant": "primary" },
|
|
2514
|
-
"getStylesLiterals": {},
|
|
2515
|
-
"cxLiterals": [
|
|
2516
|
-
"uds-chip-dismissible-button",
|
|
2517
|
-
"uds-hit-target",
|
|
2518
|
-
"uds-ring",
|
|
2519
|
-
"rounded-full"
|
|
2520
|
-
],
|
|
2521
|
-
"internalComponents": [
|
|
2522
|
-
"ChipBase",
|
|
2523
|
-
"IconSlot",
|
|
2524
|
-
"Pressable"
|
|
2525
|
-
],
|
|
2526
|
-
"internalComponentProps": {},
|
|
2527
|
-
"propToVariantKeys": {
|
|
2528
|
-
"variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
|
|
2529
|
-
"dismissButtonAriaLabel": ["aria-label"]
|
|
2530
|
-
},
|
|
2531
|
-
"runtimeConfigDefaultProps": {},
|
|
2532
|
-
"runtimeConfigGetStyles": {},
|
|
2533
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2534
|
-
"motionVarPrefixes": []
|
|
2535
|
-
},
|
|
2536
|
-
UDSChipConfigProvider: {
|
|
2537
|
-
"name": "UDSChipConfigProvider",
|
|
2538
|
-
"defaultProps": {},
|
|
2539
|
-
"getStylesLiterals": {},
|
|
2540
|
-
"cxLiterals": [],
|
|
2541
|
-
"internalComponents": [],
|
|
2542
|
-
"internalComponentProps": {},
|
|
2543
|
-
"propToVariantKeys": {},
|
|
2544
|
-
"runtimeConfigDefaultProps": {},
|
|
2545
|
-
"runtimeConfigGetStyles": {},
|
|
2546
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2547
|
-
"motionVarPrefixes": []
|
|
2548
|
-
},
|
|
2549
|
-
ChipLink: {
|
|
2550
|
-
"name": "ChipLink",
|
|
2551
|
-
"defaultProps": { "variant": "primary" },
|
|
2552
|
-
"getStylesLiterals": {},
|
|
2553
|
-
"cxLiterals": ["uds-ring"],
|
|
2554
|
-
"internalComponents": ["ChipBase"],
|
|
2555
|
-
"internalComponentProps": { "ChipBase": { "as": ["a"] } },
|
|
2556
|
-
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
2557
|
-
"runtimeConfigDefaultProps": {},
|
|
2558
|
-
"runtimeConfigGetStyles": {},
|
|
2559
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2560
|
-
"motionVarPrefixes": []
|
|
2561
|
-
},
|
|
2562
|
-
ChipButton: {
|
|
2563
|
-
"name": "ChipButton",
|
|
2564
|
-
"defaultProps": { "variant": "primary" },
|
|
2565
|
-
"getStylesLiterals": {},
|
|
2566
|
-
"cxLiterals": ["uds-ring"],
|
|
2567
|
-
"internalComponents": ["ChipBase"],
|
|
2568
|
-
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
2569
|
-
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
2570
|
-
"runtimeConfigDefaultProps": {},
|
|
2571
|
-
"runtimeConfigGetStyles": {},
|
|
2572
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2573
|
-
"motionVarPrefixes": []
|
|
2574
|
-
},
|
|
2575
|
-
ChipToggle: {
|
|
2576
|
-
"name": "ChipToggle",
|
|
2577
|
-
"defaultProps": {
|
|
2578
|
-
"variant": "primary",
|
|
2579
|
-
"role": "checkbox"
|
|
2580
|
-
},
|
|
2581
|
-
"getStylesLiterals": {
|
|
2582
|
-
"chipToggleVariantActiveRoot": "on",
|
|
2583
|
-
"chipToggleVariantActiveRoot:1": "off"
|
|
2584
|
-
},
|
|
2585
|
-
"cxLiterals": ["uds-ring"],
|
|
2586
|
-
"internalComponents": ["ChipBase"],
|
|
2587
|
-
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
2588
|
-
"propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
|
|
2589
|
-
"runtimeConfigDefaultProps": {},
|
|
2590
|
-
"runtimeConfigGetStyles": {},
|
|
2591
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2592
|
-
"motionVarPrefixes": []
|
|
2593
|
-
},
|
|
2594
2451
|
InputHelpTextInternal: {
|
|
2595
2452
|
"name": "InputHelpTextInternal",
|
|
2596
2453
|
"defaultProps": {},
|
|
@@ -2738,24 +2595,167 @@ var componentData_default = {
|
|
|
2738
2595
|
"runtimeConfigInternalComponentProps": {},
|
|
2739
2596
|
"motionVarPrefixes": []
|
|
2740
2597
|
},
|
|
2741
|
-
|
|
2742
|
-
"name": "
|
|
2598
|
+
ChipBase: {
|
|
2599
|
+
"name": "ChipBase",
|
|
2743
2600
|
"defaultProps": {
|
|
2744
2601
|
"size": "md",
|
|
2745
|
-
"
|
|
2602
|
+
"as": "div"
|
|
2746
2603
|
},
|
|
2747
2604
|
"getStylesLiterals": {},
|
|
2748
2605
|
"cxLiterals": [
|
|
2749
|
-
"
|
|
2750
|
-
"
|
|
2751
|
-
"
|
|
2752
|
-
"shrink-0",
|
|
2753
|
-
"text-center",
|
|
2606
|
+
"pointer-events-none",
|
|
2607
|
+
"cursor-default",
|
|
2608
|
+
"opacity-50",
|
|
2754
2609
|
"inline-flex",
|
|
2755
|
-
"
|
|
2756
|
-
"
|
|
2610
|
+
"items-center",
|
|
2611
|
+
"transition-[background-color,outline-color,box-shadow]",
|
|
2612
|
+
"truncate",
|
|
2613
|
+
"whitespace-nowrap",
|
|
2614
|
+
"text-center",
|
|
2615
|
+
"flex-1",
|
|
2616
|
+
"md",
|
|
2617
|
+
"primary"
|
|
2618
|
+
],
|
|
2619
|
+
"internalComponents": [
|
|
2620
|
+
"IconSlot",
|
|
2621
|
+
"HStack",
|
|
2622
|
+
"As",
|
|
2623
|
+
"Text"
|
|
2624
|
+
],
|
|
2625
|
+
"internalComponentProps": { "Text": {
|
|
2626
|
+
"as": ["span"],
|
|
2627
|
+
"color": ["current"],
|
|
2628
|
+
"variant": ["inherit"]
|
|
2629
|
+
} },
|
|
2630
|
+
"propToVariantKeys": {
|
|
2631
|
+
"size": ["chipSizeRoot", "chipSizeIcon"],
|
|
2632
|
+
"startIcon": ["icon"],
|
|
2633
|
+
"endIcon": ["icon"]
|
|
2634
|
+
},
|
|
2635
|
+
"runtimeConfigDefaultProps": { "size": "chip.defaultSize" },
|
|
2636
|
+
"runtimeConfigGetStyles": {},
|
|
2637
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2638
|
+
"motionVarPrefixes": []
|
|
2639
|
+
},
|
|
2640
|
+
Chip: {
|
|
2641
|
+
"name": "Chip",
|
|
2642
|
+
"defaultProps": {},
|
|
2643
|
+
"getStylesLiterals": {},
|
|
2644
|
+
"cxLiterals": [],
|
|
2645
|
+
"internalComponents": [
|
|
2646
|
+
"ChipDismissible",
|
|
2647
|
+
"ChipToggle",
|
|
2648
|
+
"ChipLink",
|
|
2649
|
+
"ChipButton"
|
|
2757
2650
|
],
|
|
2758
|
-
"
|
|
2651
|
+
"internalComponentProps": {},
|
|
2652
|
+
"propToVariantKeys": {},
|
|
2653
|
+
"runtimeConfigDefaultProps": {},
|
|
2654
|
+
"runtimeConfigGetStyles": {},
|
|
2655
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2656
|
+
"motionVarPrefixes": []
|
|
2657
|
+
},
|
|
2658
|
+
ChipDismissible: {
|
|
2659
|
+
"name": "ChipDismissible",
|
|
2660
|
+
"defaultProps": { "variant": "primary" },
|
|
2661
|
+
"getStylesLiterals": {},
|
|
2662
|
+
"cxLiterals": [
|
|
2663
|
+
"uds-chip-dismissible-button",
|
|
2664
|
+
"uds-hit-target",
|
|
2665
|
+
"uds-ring",
|
|
2666
|
+
"rounded-full"
|
|
2667
|
+
],
|
|
2668
|
+
"internalComponents": [
|
|
2669
|
+
"ChipBase",
|
|
2670
|
+
"IconSlot",
|
|
2671
|
+
"Pressable"
|
|
2672
|
+
],
|
|
2673
|
+
"internalComponentProps": {},
|
|
2674
|
+
"propToVariantKeys": {
|
|
2675
|
+
"variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
|
|
2676
|
+
"dismissButtonAriaLabel": ["aria-label"]
|
|
2677
|
+
},
|
|
2678
|
+
"runtimeConfigDefaultProps": {},
|
|
2679
|
+
"runtimeConfigGetStyles": {},
|
|
2680
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2681
|
+
"motionVarPrefixes": []
|
|
2682
|
+
},
|
|
2683
|
+
UDSChipConfigProvider: {
|
|
2684
|
+
"name": "UDSChipConfigProvider",
|
|
2685
|
+
"defaultProps": {},
|
|
2686
|
+
"getStylesLiterals": {},
|
|
2687
|
+
"cxLiterals": [],
|
|
2688
|
+
"internalComponents": [],
|
|
2689
|
+
"internalComponentProps": {},
|
|
2690
|
+
"propToVariantKeys": {},
|
|
2691
|
+
"runtimeConfigDefaultProps": {},
|
|
2692
|
+
"runtimeConfigGetStyles": {},
|
|
2693
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2694
|
+
"motionVarPrefixes": []
|
|
2695
|
+
},
|
|
2696
|
+
ChipLink: {
|
|
2697
|
+
"name": "ChipLink",
|
|
2698
|
+
"defaultProps": { "variant": "primary" },
|
|
2699
|
+
"getStylesLiterals": {},
|
|
2700
|
+
"cxLiterals": ["uds-ring"],
|
|
2701
|
+
"internalComponents": ["ChipBase"],
|
|
2702
|
+
"internalComponentProps": { "ChipBase": { "as": ["a"] } },
|
|
2703
|
+
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
2704
|
+
"runtimeConfigDefaultProps": {},
|
|
2705
|
+
"runtimeConfigGetStyles": {},
|
|
2706
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2707
|
+
"motionVarPrefixes": []
|
|
2708
|
+
},
|
|
2709
|
+
ChipButton: {
|
|
2710
|
+
"name": "ChipButton",
|
|
2711
|
+
"defaultProps": { "variant": "primary" },
|
|
2712
|
+
"getStylesLiterals": {},
|
|
2713
|
+
"cxLiterals": ["uds-ring"],
|
|
2714
|
+
"internalComponents": ["ChipBase"],
|
|
2715
|
+
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
2716
|
+
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
2717
|
+
"runtimeConfigDefaultProps": {},
|
|
2718
|
+
"runtimeConfigGetStyles": {},
|
|
2719
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2720
|
+
"motionVarPrefixes": []
|
|
2721
|
+
},
|
|
2722
|
+
ChipToggle: {
|
|
2723
|
+
"name": "ChipToggle",
|
|
2724
|
+
"defaultProps": {
|
|
2725
|
+
"variant": "primary",
|
|
2726
|
+
"role": "checkbox"
|
|
2727
|
+
},
|
|
2728
|
+
"getStylesLiterals": {
|
|
2729
|
+
"chipToggleVariantActiveRoot": "on",
|
|
2730
|
+
"chipToggleVariantActiveRoot:1": "off"
|
|
2731
|
+
},
|
|
2732
|
+
"cxLiterals": ["uds-ring"],
|
|
2733
|
+
"internalComponents": ["ChipBase"],
|
|
2734
|
+
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
2735
|
+
"propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
|
|
2736
|
+
"runtimeConfigDefaultProps": {},
|
|
2737
|
+
"runtimeConfigGetStyles": {},
|
|
2738
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2739
|
+
"motionVarPrefixes": []
|
|
2740
|
+
},
|
|
2741
|
+
AvatarIcon: {
|
|
2742
|
+
"name": "AvatarIcon",
|
|
2743
|
+
"defaultProps": {
|
|
2744
|
+
"size": "md",
|
|
2745
|
+
"variant": "primary"
|
|
2746
|
+
},
|
|
2747
|
+
"getStylesLiterals": {},
|
|
2748
|
+
"cxLiterals": [
|
|
2749
|
+
"overflow-hidden",
|
|
2750
|
+
"w-full",
|
|
2751
|
+
"h-full",
|
|
2752
|
+
"shrink-0",
|
|
2753
|
+
"text-center",
|
|
2754
|
+
"inline-flex",
|
|
2755
|
+
"justify-center",
|
|
2756
|
+
"items-center"
|
|
2757
|
+
],
|
|
2758
|
+
"internalComponents": ["IconSlot", "Box"],
|
|
2759
2759
|
"internalComponentProps": {},
|
|
2760
2760
|
"propToVariantKeys": { "size": ["avatarSizeIcon"] },
|
|
2761
2761
|
"runtimeConfigDefaultProps": { "size": "avatar.defaultSize" },
|
|
@@ -2978,6 +2978,81 @@ var componentData_default = {
|
|
|
2978
2978
|
"runtimeConfigInternalComponentProps": {},
|
|
2979
2979
|
"motionVarPrefixes": []
|
|
2980
2980
|
},
|
|
2981
|
+
IconButtonBase: {
|
|
2982
|
+
"name": "IconButtonBase",
|
|
2983
|
+
"defaultProps": { "type": "button" },
|
|
2984
|
+
"getStylesLiterals": {},
|
|
2985
|
+
"cxLiterals": [
|
|
2986
|
+
"uds-ring",
|
|
2987
|
+
"uds-hit-target",
|
|
2988
|
+
"inline-flex",
|
|
2989
|
+
"overflow-hidden",
|
|
2990
|
+
"justify-center",
|
|
2991
|
+
"items-center",
|
|
2992
|
+
"[transform-origin:center]",
|
|
2993
|
+
"[backface-visibility:hidden]",
|
|
2994
|
+
"[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
|
|
2995
|
+
"[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
|
|
2996
|
+
"[transition-duration:220ms]",
|
|
2997
|
+
"cursor-not-allowed",
|
|
2998
|
+
"uds-button-loading",
|
|
2999
|
+
"uds-button-without-effects",
|
|
3000
|
+
"animate-spin"
|
|
3001
|
+
],
|
|
3002
|
+
"internalComponents": [],
|
|
3003
|
+
"internalComponentProps": {},
|
|
3004
|
+
"propToVariantKeys": {
|
|
3005
|
+
"size": ["iconbuttonSizeRoot", "iconbuttonSizeIcon"],
|
|
3006
|
+
"variant": ["buttonVariantRoot", "buttonVariantIcon"]
|
|
3007
|
+
},
|
|
3008
|
+
"runtimeConfigDefaultProps": { "size": "iconButton.defaultSize" },
|
|
3009
|
+
"runtimeConfigGetStyles": {},
|
|
3010
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3011
|
+
"motionVarPrefixes": []
|
|
3012
|
+
},
|
|
3013
|
+
UDSIconButtonConfigProvider: {
|
|
3014
|
+
"name": "UDSIconButtonConfigProvider",
|
|
3015
|
+
"defaultProps": {},
|
|
3016
|
+
"getStylesLiterals": {},
|
|
3017
|
+
"cxLiterals": [],
|
|
3018
|
+
"internalComponents": ["IconButtonContext.Provider"],
|
|
3019
|
+
"internalComponentProps": {},
|
|
3020
|
+
"propToVariantKeys": {},
|
|
3021
|
+
"runtimeConfigDefaultProps": {},
|
|
3022
|
+
"runtimeConfigGetStyles": {},
|
|
3023
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3024
|
+
"motionVarPrefixes": []
|
|
3025
|
+
},
|
|
3026
|
+
IconButton: {
|
|
3027
|
+
"name": "IconButton",
|
|
3028
|
+
"defaultProps": {},
|
|
3029
|
+
"getStylesLiterals": {},
|
|
3030
|
+
"cxLiterals": [],
|
|
3031
|
+
"internalComponents": [
|
|
3032
|
+
"IconButtonBase",
|
|
3033
|
+
"Icon",
|
|
3034
|
+
"AnimatePresence",
|
|
3035
|
+
"SpringMotionConfig",
|
|
3036
|
+
"MotionSlot",
|
|
3037
|
+
"IconButtonProps",
|
|
3038
|
+
"Slot"
|
|
3039
|
+
],
|
|
3040
|
+
"internalComponentProps": {
|
|
3041
|
+
"Icon": { "color": ["current"] },
|
|
3042
|
+
"AnimatePresence": { "mode": ["popLayout"] },
|
|
3043
|
+
"SpringMotionConfig": { "layoutSpeed": ["3"] },
|
|
3044
|
+
"MotionSlot": {
|
|
3045
|
+
"initial": ["icon"],
|
|
3046
|
+
"whileHover": ["hover"],
|
|
3047
|
+
"whileTap": ["pressed"]
|
|
3048
|
+
}
|
|
3049
|
+
},
|
|
3050
|
+
"propToVariantKeys": {},
|
|
3051
|
+
"runtimeConfigDefaultProps": {},
|
|
3052
|
+
"runtimeConfigGetStyles": {},
|
|
3053
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3054
|
+
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
3055
|
+
},
|
|
2981
3056
|
BottomSheetDismiss: {
|
|
2982
3057
|
"name": "BottomSheetDismiss",
|
|
2983
3058
|
"defaultProps": {},
|
|
@@ -3175,81 +3250,6 @@ var componentData_default = {
|
|
|
3175
3250
|
"runtimeConfigInternalComponentProps": {},
|
|
3176
3251
|
"motionVarPrefixes": []
|
|
3177
3252
|
},
|
|
3178
|
-
IconButtonBase: {
|
|
3179
|
-
"name": "IconButtonBase",
|
|
3180
|
-
"defaultProps": { "type": "button" },
|
|
3181
|
-
"getStylesLiterals": {},
|
|
3182
|
-
"cxLiterals": [
|
|
3183
|
-
"uds-ring",
|
|
3184
|
-
"uds-hit-target",
|
|
3185
|
-
"inline-flex",
|
|
3186
|
-
"overflow-hidden",
|
|
3187
|
-
"justify-center",
|
|
3188
|
-
"items-center",
|
|
3189
|
-
"[transform-origin:center]",
|
|
3190
|
-
"[backface-visibility:hidden]",
|
|
3191
|
-
"[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
|
|
3192
|
-
"[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
|
|
3193
|
-
"[transition-duration:220ms]",
|
|
3194
|
-
"cursor-not-allowed",
|
|
3195
|
-
"uds-button-loading",
|
|
3196
|
-
"uds-button-without-effects",
|
|
3197
|
-
"animate-spin"
|
|
3198
|
-
],
|
|
3199
|
-
"internalComponents": [],
|
|
3200
|
-
"internalComponentProps": {},
|
|
3201
|
-
"propToVariantKeys": {
|
|
3202
|
-
"size": ["iconbuttonSizeRoot", "iconbuttonSizeIcon"],
|
|
3203
|
-
"variant": ["buttonVariantRoot", "buttonVariantIcon"]
|
|
3204
|
-
},
|
|
3205
|
-
"runtimeConfigDefaultProps": { "size": "iconButton.defaultSize" },
|
|
3206
|
-
"runtimeConfigGetStyles": {},
|
|
3207
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3208
|
-
"motionVarPrefixes": []
|
|
3209
|
-
},
|
|
3210
|
-
UDSIconButtonConfigProvider: {
|
|
3211
|
-
"name": "UDSIconButtonConfigProvider",
|
|
3212
|
-
"defaultProps": {},
|
|
3213
|
-
"getStylesLiterals": {},
|
|
3214
|
-
"cxLiterals": [],
|
|
3215
|
-
"internalComponents": ["IconButtonContext.Provider"],
|
|
3216
|
-
"internalComponentProps": {},
|
|
3217
|
-
"propToVariantKeys": {},
|
|
3218
|
-
"runtimeConfigDefaultProps": {},
|
|
3219
|
-
"runtimeConfigGetStyles": {},
|
|
3220
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3221
|
-
"motionVarPrefixes": []
|
|
3222
|
-
},
|
|
3223
|
-
IconButton: {
|
|
3224
|
-
"name": "IconButton",
|
|
3225
|
-
"defaultProps": {},
|
|
3226
|
-
"getStylesLiterals": {},
|
|
3227
|
-
"cxLiterals": [],
|
|
3228
|
-
"internalComponents": [
|
|
3229
|
-
"IconButtonBase",
|
|
3230
|
-
"Icon",
|
|
3231
|
-
"AnimatePresence",
|
|
3232
|
-
"SpringMotionConfig",
|
|
3233
|
-
"MotionSlot",
|
|
3234
|
-
"IconButtonProps",
|
|
3235
|
-
"Slot"
|
|
3236
|
-
],
|
|
3237
|
-
"internalComponentProps": {
|
|
3238
|
-
"Icon": { "color": ["current"] },
|
|
3239
|
-
"AnimatePresence": { "mode": ["popLayout"] },
|
|
3240
|
-
"SpringMotionConfig": { "layoutSpeed": ["3"] },
|
|
3241
|
-
"MotionSlot": {
|
|
3242
|
-
"initial": ["icon"],
|
|
3243
|
-
"whileHover": ["hover"],
|
|
3244
|
-
"whileTap": ["pressed"]
|
|
3245
|
-
}
|
|
3246
|
-
},
|
|
3247
|
-
"propToVariantKeys": {},
|
|
3248
|
-
"runtimeConfigDefaultProps": {},
|
|
3249
|
-
"runtimeConfigGetStyles": {},
|
|
3250
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3251
|
-
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
3252
|
-
},
|
|
3253
3253
|
PaddleButtonNext: {
|
|
3254
3254
|
"name": "PaddleButtonNext",
|
|
3255
3255
|
"defaultProps": {},
|
package/dist/uds/package.cjs
CHANGED
|
@@ -262,6 +262,8 @@ var package_default = {
|
|
|
262
262
|
"lodash": "^4.18.1",
|
|
263
263
|
"lodash-es": "^4.17.23",
|
|
264
264
|
"motion": "^12.38.0",
|
|
265
|
+
"oxc-parser": "^0.142.0",
|
|
266
|
+
"oxc-resolver": "^11.24.2",
|
|
265
267
|
"postcss": "^8.5.18",
|
|
266
268
|
"postcss-prune-var": "^1.1.2",
|
|
267
269
|
"postcss-scope": "^1.7.4",
|
package/dist/uds/package.js
CHANGED
|
@@ -262,6 +262,8 @@ var package_default = {
|
|
|
262
262
|
"lodash": "^4.18.1",
|
|
263
263
|
"lodash-es": "^4.17.23",
|
|
264
264
|
"motion": "^12.38.0",
|
|
265
|
+
"oxc-parser": "^0.142.0",
|
|
266
|
+
"oxc-resolver": "^11.24.2",
|
|
265
267
|
"postcss": "^8.5.18",
|
|
266
268
|
"postcss-prune-var": "^1.1.2",
|
|
267
269
|
"postcss-scope": "^1.7.4",
|