@yahoo/uds 3.133.2 → 3.133.3

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.
@@ -1696,6 +1696,192 @@
1696
1696
  "runtimeConfigInternalComponentProps": {},
1697
1697
  "motionVarPrefixes": []
1698
1698
  },
1699
+ "Input": {
1700
+ "name": "Input",
1701
+ "defaultProps": {
1702
+ "type": "text",
1703
+ "size": "md",
1704
+ "width": "full"
1705
+ },
1706
+ "getStylesLiterals": {
1707
+ "inputVariantRoot": "default",
1708
+ "inputVariantValueRoot": "empty",
1709
+ "inputVariantValueRoot:1": "filled",
1710
+ "inputVariantInputWrapper": "default",
1711
+ "inputVariantValueInputWrapper": "empty",
1712
+ "inputVariantValueInputWrapper:1": "filled",
1713
+ "inputVariantInput": "default",
1714
+ "inputVariantValueInput": "empty",
1715
+ "inputVariantValueInput:1": "filled",
1716
+ "inputVariantInputPlaceholder": "default",
1717
+ "inputVariantValueInputPlaceholder": "empty",
1718
+ "inputVariantValueInputPlaceholder:1": "filled",
1719
+ "inputVariantLabel": "default",
1720
+ "inputVariantValueLabel": "empty",
1721
+ "inputVariantValueLabel:1": "filled",
1722
+ "inputVariantLabelRequired": "default",
1723
+ "inputVariantValueLabelRequired": "empty",
1724
+ "inputVariantValueLabelRequired:1": "filled",
1725
+ "inputVariantStartIcon": "default",
1726
+ "inputVariantValueStartIcon": "empty",
1727
+ "inputVariantValueStartIcon:1": "filled",
1728
+ "inputVariantEndIcon": "default",
1729
+ "inputVariantValueEndIcon": "empty",
1730
+ "inputVariantValueEndIcon:1": "filled"
1731
+ },
1732
+ "cxLiterals": [
1733
+ "opacity-50",
1734
+ "min-w-[200px]",
1735
+ "grow",
1736
+ "uds-hit-target",
1737
+ "bg-clip-text",
1738
+ "focus:outline-none",
1739
+ "cursor-text",
1740
+ "cursor-not-allowed"
1741
+ ],
1742
+ "internalComponents": [
1743
+ "IconSlot",
1744
+ "StartIcon",
1745
+ "EndIcon",
1746
+ "HelpTextContent",
1747
+ "Box",
1748
+ "InputHelpTextInternal",
1749
+ "VStack",
1750
+ "HStack",
1751
+ "AnimateHeightChange"
1752
+ ],
1753
+ "internalComponentProps": {
1754
+ "HelpTextContent": {
1755
+ "spacingTop": [
1756
+ "2"
1757
+ ]
1758
+ },
1759
+ "Box": {
1760
+ "spacingBottom": [
1761
+ "2"
1762
+ ],
1763
+ "columnGap": [
1764
+ "0.5"
1765
+ ],
1766
+ "alignItems": [
1767
+ "flex-end",
1768
+ "center"
1769
+ ],
1770
+ "position": [
1771
+ "relative"
1772
+ ]
1773
+ },
1774
+ "HStack": {
1775
+ "alignItems": [
1776
+ "center"
1777
+ ],
1778
+ "gap": [
1779
+ "1"
1780
+ ]
1781
+ }
1782
+ },
1783
+ "propToVariantKeys": {
1784
+ "size": [
1785
+ "inputSizeRoot",
1786
+ "inputSizeInputWrapper",
1787
+ "inputSizeInput",
1788
+ "inputSizeLabel",
1789
+ "inputSizeStartIcon",
1790
+ "inputSizeEndIcon"
1791
+ ],
1792
+ "startIcon": [
1793
+ "icon"
1794
+ ],
1795
+ "endIcon": [
1796
+ "icon"
1797
+ ],
1798
+ "slotProps": [
1799
+ "helperTextSlotProps"
1800
+ ],
1801
+ "helperTextIcon": [
1802
+ "startIcon"
1803
+ ]
1804
+ },
1805
+ "runtimeConfigDefaultProps": {},
1806
+ "runtimeConfigGetStyles": {},
1807
+ "runtimeConfigInternalComponentProps": {},
1808
+ "motionVarPrefixes": []
1809
+ },
1810
+ "InputHelpText": {
1811
+ "name": "InputHelpText",
1812
+ "defaultProps": {
1813
+ "size": "md"
1814
+ },
1815
+ "getStylesLiterals": {
1816
+ "inputVariantRoot": "default",
1817
+ "inputVariantValueRoot": "empty",
1818
+ "inputVariantValueRoot:1": "filled"
1819
+ },
1820
+ "cxLiterals": [],
1821
+ "internalComponents": [
1822
+ "InputHelpTextInternal",
1823
+ "Box"
1824
+ ],
1825
+ "internalComponentProps": {
1826
+ "Box": {
1827
+ "spacingTop": [
1828
+ "2"
1829
+ ]
1830
+ }
1831
+ },
1832
+ "propToVariantKeys": {
1833
+ "size": [
1834
+ "inputSizeRoot"
1835
+ ]
1836
+ },
1837
+ "runtimeConfigDefaultProps": {},
1838
+ "runtimeConfigGetStyles": {},
1839
+ "runtimeConfigInternalComponentProps": {},
1840
+ "motionVarPrefixes": []
1841
+ },
1842
+ "InputHelpTextInternal": {
1843
+ "name": "InputHelpTextInternal",
1844
+ "defaultProps": {},
1845
+ "getStylesLiterals": {
1846
+ "inputVariantHelperText": "default",
1847
+ "inputVariantValueHelperText": "empty",
1848
+ "inputVariantValueHelperText:1": "filled",
1849
+ "inputVariantHelperIcon": "default",
1850
+ "inputVariantValueHelperIcon": "empty",
1851
+ "inputVariantValueHelperIcon:1": "filled"
1852
+ },
1853
+ "cxLiterals": [],
1854
+ "internalComponents": [
1855
+ "IconSlot",
1856
+ "HStack"
1857
+ ],
1858
+ "internalComponentProps": {
1859
+ "HStack": {
1860
+ "gap": [
1861
+ "1"
1862
+ ],
1863
+ "alignItems": [
1864
+ "center"
1865
+ ]
1866
+ }
1867
+ },
1868
+ "propToVariantKeys": {
1869
+ "size": [
1870
+ "inputSizeHelperText",
1871
+ "inputSizeHelperIcon"
1872
+ ],
1873
+ "startIcon": [
1874
+ "icon"
1875
+ ],
1876
+ "endIcon": [
1877
+ "icon"
1878
+ ]
1879
+ },
1880
+ "runtimeConfigDefaultProps": {},
1881
+ "runtimeConfigGetStyles": {},
1882
+ "runtimeConfigInternalComponentProps": {},
1883
+ "motionVarPrefixes": []
1884
+ },
1699
1885
  "BottomSheet": {
1700
1886
  "name": "BottomSheet",
1701
1887
  "defaultProps": {
@@ -2171,200 +2357,14 @@
2171
2357
  "runtimeConfigInternalComponentProps": {},
2172
2358
  "motionVarPrefixes": []
2173
2359
  },
2174
- "Input": {
2175
- "name": "Input",
2176
- "defaultProps": {
2177
- "type": "text",
2178
- "size": "md",
2179
- "width": "full"
2180
- },
2181
- "getStylesLiterals": {
2182
- "inputVariantRoot": "default",
2183
- "inputVariantValueRoot": "empty",
2184
- "inputVariantValueRoot:1": "filled",
2185
- "inputVariantInputWrapper": "default",
2186
- "inputVariantValueInputWrapper": "empty",
2187
- "inputVariantValueInputWrapper:1": "filled",
2188
- "inputVariantInput": "default",
2189
- "inputVariantValueInput": "empty",
2190
- "inputVariantValueInput:1": "filled",
2191
- "inputVariantInputPlaceholder": "default",
2192
- "inputVariantValueInputPlaceholder": "empty",
2193
- "inputVariantValueInputPlaceholder:1": "filled",
2194
- "inputVariantLabel": "default",
2195
- "inputVariantValueLabel": "empty",
2196
- "inputVariantValueLabel:1": "filled",
2197
- "inputVariantLabelRequired": "default",
2198
- "inputVariantValueLabelRequired": "empty",
2199
- "inputVariantValueLabelRequired:1": "filled",
2200
- "inputVariantStartIcon": "default",
2201
- "inputVariantValueStartIcon": "empty",
2202
- "inputVariantValueStartIcon:1": "filled",
2203
- "inputVariantEndIcon": "default",
2204
- "inputVariantValueEndIcon": "empty",
2205
- "inputVariantValueEndIcon:1": "filled"
2206
- },
2207
- "cxLiterals": [
2208
- "opacity-50",
2209
- "min-w-[200px]",
2210
- "grow",
2211
- "uds-hit-target",
2212
- "bg-clip-text",
2213
- "focus:outline-none",
2214
- "cursor-text",
2215
- "cursor-not-allowed"
2216
- ],
2360
+ "Popover": {
2361
+ "name": "Popover",
2362
+ "defaultProps": {},
2363
+ "getStylesLiterals": {},
2364
+ "cxLiterals": [],
2217
2365
  "internalComponents": [
2218
- "IconSlot",
2219
- "StartIcon",
2220
- "EndIcon",
2221
- "HelpTextContent",
2222
- "Box",
2223
- "InputHelpTextInternal",
2224
- "VStack",
2225
- "HStack",
2226
- "AnimateHeightChange"
2227
- ],
2228
- "internalComponentProps": {
2229
- "HelpTextContent": {
2230
- "spacingTop": [
2231
- "2"
2232
- ]
2233
- },
2234
- "Box": {
2235
- "spacingBottom": [
2236
- "2"
2237
- ],
2238
- "columnGap": [
2239
- "0.5"
2240
- ],
2241
- "alignItems": [
2242
- "flex-end",
2243
- "center"
2244
- ],
2245
- "position": [
2246
- "relative"
2247
- ]
2248
- },
2249
- "HStack": {
2250
- "alignItems": [
2251
- "center"
2252
- ],
2253
- "gap": [
2254
- "1"
2255
- ]
2256
- }
2257
- },
2258
- "propToVariantKeys": {
2259
- "size": [
2260
- "inputSizeRoot",
2261
- "inputSizeInputWrapper",
2262
- "inputSizeInput",
2263
- "inputSizeLabel",
2264
- "inputSizeStartIcon",
2265
- "inputSizeEndIcon"
2266
- ],
2267
- "startIcon": [
2268
- "icon"
2269
- ],
2270
- "endIcon": [
2271
- "icon"
2272
- ],
2273
- "slotProps": [
2274
- "helperTextSlotProps"
2275
- ],
2276
- "helperTextIcon": [
2277
- "startIcon"
2278
- ]
2279
- },
2280
- "runtimeConfigDefaultProps": {},
2281
- "runtimeConfigGetStyles": {},
2282
- "runtimeConfigInternalComponentProps": {},
2283
- "motionVarPrefixes": []
2284
- },
2285
- "InputHelpText": {
2286
- "name": "InputHelpText",
2287
- "defaultProps": {
2288
- "size": "md"
2289
- },
2290
- "getStylesLiterals": {
2291
- "inputVariantRoot": "default",
2292
- "inputVariantValueRoot": "empty",
2293
- "inputVariantValueRoot:1": "filled"
2294
- },
2295
- "cxLiterals": [],
2296
- "internalComponents": [
2297
- "InputHelpTextInternal",
2298
- "Box"
2299
- ],
2300
- "internalComponentProps": {
2301
- "Box": {
2302
- "spacingTop": [
2303
- "2"
2304
- ]
2305
- }
2306
- },
2307
- "propToVariantKeys": {
2308
- "size": [
2309
- "inputSizeRoot"
2310
- ]
2311
- },
2312
- "runtimeConfigDefaultProps": {},
2313
- "runtimeConfigGetStyles": {},
2314
- "runtimeConfigInternalComponentProps": {},
2315
- "motionVarPrefixes": []
2316
- },
2317
- "InputHelpTextInternal": {
2318
- "name": "InputHelpTextInternal",
2319
- "defaultProps": {},
2320
- "getStylesLiterals": {
2321
- "inputVariantHelperText": "default",
2322
- "inputVariantValueHelperText": "empty",
2323
- "inputVariantValueHelperText:1": "filled",
2324
- "inputVariantHelperIcon": "default",
2325
- "inputVariantValueHelperIcon": "empty",
2326
- "inputVariantValueHelperIcon:1": "filled"
2327
- },
2328
- "cxLiterals": [],
2329
- "internalComponents": [
2330
- "IconSlot",
2331
- "HStack"
2332
- ],
2333
- "internalComponentProps": {
2334
- "HStack": {
2335
- "gap": [
2336
- "1"
2337
- ],
2338
- "alignItems": [
2339
- "center"
2340
- ]
2341
- }
2342
- },
2343
- "propToVariantKeys": {
2344
- "size": [
2345
- "inputSizeHelperText",
2346
- "inputSizeHelperIcon"
2347
- ],
2348
- "startIcon": [
2349
- "icon"
2350
- ],
2351
- "endIcon": [
2352
- "icon"
2353
- ]
2354
- },
2355
- "runtimeConfigDefaultProps": {},
2356
- "runtimeConfigGetStyles": {},
2357
- "runtimeConfigInternalComponentProps": {},
2358
- "motionVarPrefixes": []
2359
- },
2360
- "Popover": {
2361
- "name": "Popover",
2362
- "defaultProps": {},
2363
- "getStylesLiterals": {},
2364
- "cxLiterals": [],
2365
- "internalComponents": [
2366
- "PopoverInternalContext.Provider",
2367
- "PopoverProvider"
2366
+ "PopoverInternalContext.Provider",
2367
+ "PopoverProvider"
2368
2368
  ],
2369
2369
  "internalComponentProps": {},
2370
2370
  "propToVariantKeys": {},
@@ -2518,6 +2518,157 @@
2518
2518
  "runtimeConfigInternalComponentProps": {},
2519
2519
  "motionVarPrefixes": []
2520
2520
  },
2521
+ "Radio": {
2522
+ "name": "Radio",
2523
+ "defaultProps": {
2524
+ "labelPosition": "start",
2525
+ "variant": "primary",
2526
+ "size": "md",
2527
+ "value": ""
2528
+ },
2529
+ "getStylesLiterals": {
2530
+ "radioVariantValueRoot": "checked",
2531
+ "radioVariantValueRoot:1": "unchecked",
2532
+ "display": "flex",
2533
+ "flexDirection": "row",
2534
+ "flexDirection:1": "row-reverse",
2535
+ "alignItems": "center",
2536
+ "radioVariantValueRadio": "checked",
2537
+ "radioVariantValueRadio:1": "unchecked",
2538
+ "radioVariantValueRadioCircle": "checked",
2539
+ "radioVariantValueRadioCircle:1": "unchecked"
2540
+ },
2541
+ "cxLiterals": [
2542
+ "cursor-pointer",
2543
+ "cursor-default",
2544
+ "opacity-50",
2545
+ "border",
2546
+ "uds-ring",
2547
+ "uds-ring-within",
2548
+ "transition-[background-color,border-color]",
2549
+ "transition-shadow",
2550
+ "pointer-events-none",
2551
+ "w-[8px]",
2552
+ "h-[8px]",
2553
+ "transition-opacity",
2554
+ "cursor-[inherit]",
2555
+ "absolute",
2556
+ "opacity-0",
2557
+ "top-1/2",
2558
+ "left-1/2",
2559
+ "w-[calc(100%+2px)]",
2560
+ "h-[calc(100%+2px)]",
2561
+ "transform",
2562
+ "translate-x-[-50%]",
2563
+ "translate-y-[-50%]",
2564
+ "text-start",
2565
+ "text-end"
2566
+ ],
2567
+ "internalComponents": [
2568
+ "Box",
2569
+ "FormLabel",
2570
+ "SpringMotionConfig",
2571
+ "RootElement",
2572
+ "MotionBox"
2573
+ ],
2574
+ "internalComponentProps": {
2575
+ "Box": {
2576
+ "borderRadius": [
2577
+ "full"
2578
+ ]
2579
+ },
2580
+ "FormLabel": {
2581
+ "as": [
2582
+ "div"
2583
+ ],
2584
+ "variant": [
2585
+ "inherit"
2586
+ ],
2587
+ "color": [
2588
+ "inherit"
2589
+ ]
2590
+ },
2591
+ "RootElement": {
2592
+ "data-testid": [
2593
+ "container"
2594
+ ]
2595
+ },
2596
+ "MotionBox": {
2597
+ "position": [
2598
+ "relative"
2599
+ ],
2600
+ "borderRadius": [
2601
+ "full"
2602
+ ],
2603
+ "alignItems": [
2604
+ "center"
2605
+ ],
2606
+ "justifyContent": [
2607
+ "center"
2608
+ ],
2609
+ "flex": [
2610
+ "none"
2611
+ ]
2612
+ }
2613
+ },
2614
+ "propToVariantKeys": {
2615
+ "size": [
2616
+ "radioSizeRoot",
2617
+ "radioSizeRadio"
2618
+ ],
2619
+ "variant": [
2620
+ "radioVariantRoot",
2621
+ "radioVariantRadio",
2622
+ "radioVariantRadioCircle"
2623
+ ],
2624
+ "reduceMotion": [
2625
+ "reducedMotion"
2626
+ ]
2627
+ },
2628
+ "runtimeConfigDefaultProps": {},
2629
+ "runtimeConfigGetStyles": {},
2630
+ "runtimeConfigInternalComponentProps": {},
2631
+ "motionVarPrefixes": [
2632
+ "--uds-motion-subtle-3-",
2633
+ "--uds-motion-smooth-3-"
2634
+ ]
2635
+ },
2636
+ "RadioGroupProvider": {
2637
+ "name": "RadioGroupProvider",
2638
+ "defaultProps": {},
2639
+ "getStylesLiterals": {},
2640
+ "cxLiterals": [],
2641
+ "internalComponents": [
2642
+ "DivProps",
2643
+ "Comp",
2644
+ "RadioGroupContext.Provider"
2645
+ ],
2646
+ "internalComponentProps": {
2647
+ "Comp": {
2648
+ "role": [
2649
+ "radiogroup"
2650
+ ]
2651
+ }
2652
+ },
2653
+ "propToVariantKeys": {},
2654
+ "runtimeConfigDefaultProps": {},
2655
+ "runtimeConfigGetStyles": {},
2656
+ "runtimeConfigInternalComponentProps": {},
2657
+ "motionVarPrefixes": []
2658
+ },
2659
+ "RadioGroupStore": {
2660
+ "name": "RadioGroupStore",
2661
+ "defaultProps": {},
2662
+ "getStylesLiterals": {},
2663
+ "cxLiterals": [],
2664
+ "internalComponents": [],
2665
+ "internalComponentProps": {},
2666
+ "propToVariantKeys": {},
2667
+ "runtimeConfigDefaultProps": {},
2668
+ "runtimeConfigGetStyles": {},
2669
+ "runtimeConfigInternalComponentProps": {},
2670
+ "motionVarPrefixes": []
2671
+ },
2521
2672
  "Menu.Content": {
2522
2673
  "name": "Menu.Content",
2523
2674
  "defaultProps": {
@@ -2789,157 +2940,6 @@
2789
2940
  "runtimeConfigInternalComponentProps": {},
2790
2941
  "motionVarPrefixes": []
2791
2942
  },
2792
- "Radio": {
2793
- "name": "Radio",
2794
- "defaultProps": {
2795
- "labelPosition": "start",
2796
- "variant": "primary",
2797
- "size": "md",
2798
- "value": ""
2799
- },
2800
- "getStylesLiterals": {
2801
- "radioVariantValueRoot": "checked",
2802
- "radioVariantValueRoot:1": "unchecked",
2803
- "display": "flex",
2804
- "flexDirection": "row",
2805
- "flexDirection:1": "row-reverse",
2806
- "alignItems": "center",
2807
- "radioVariantValueRadio": "checked",
2808
- "radioVariantValueRadio:1": "unchecked",
2809
- "radioVariantValueRadioCircle": "checked",
2810
- "radioVariantValueRadioCircle:1": "unchecked"
2811
- },
2812
- "cxLiterals": [
2813
- "cursor-pointer",
2814
- "cursor-default",
2815
- "opacity-50",
2816
- "border",
2817
- "uds-ring",
2818
- "uds-ring-within",
2819
- "transition-[background-color,border-color]",
2820
- "transition-shadow",
2821
- "pointer-events-none",
2822
- "w-[8px]",
2823
- "h-[8px]",
2824
- "transition-opacity",
2825
- "cursor-[inherit]",
2826
- "absolute",
2827
- "opacity-0",
2828
- "top-1/2",
2829
- "left-1/2",
2830
- "w-[calc(100%+2px)]",
2831
- "h-[calc(100%+2px)]",
2832
- "transform",
2833
- "translate-x-[-50%]",
2834
- "translate-y-[-50%]",
2835
- "text-start",
2836
- "text-end"
2837
- ],
2838
- "internalComponents": [
2839
- "Box",
2840
- "FormLabel",
2841
- "SpringMotionConfig",
2842
- "RootElement",
2843
- "MotionBox"
2844
- ],
2845
- "internalComponentProps": {
2846
- "Box": {
2847
- "borderRadius": [
2848
- "full"
2849
- ]
2850
- },
2851
- "FormLabel": {
2852
- "as": [
2853
- "div"
2854
- ],
2855
- "variant": [
2856
- "inherit"
2857
- ],
2858
- "color": [
2859
- "inherit"
2860
- ]
2861
- },
2862
- "RootElement": {
2863
- "data-testid": [
2864
- "container"
2865
- ]
2866
- },
2867
- "MotionBox": {
2868
- "position": [
2869
- "relative"
2870
- ],
2871
- "borderRadius": [
2872
- "full"
2873
- ],
2874
- "alignItems": [
2875
- "center"
2876
- ],
2877
- "justifyContent": [
2878
- "center"
2879
- ],
2880
- "flex": [
2881
- "none"
2882
- ]
2883
- }
2884
- },
2885
- "propToVariantKeys": {
2886
- "size": [
2887
- "radioSizeRoot",
2888
- "radioSizeRadio"
2889
- ],
2890
- "variant": [
2891
- "radioVariantRoot",
2892
- "radioVariantRadio",
2893
- "radioVariantRadioCircle"
2894
- ],
2895
- "reduceMotion": [
2896
- "reducedMotion"
2897
- ]
2898
- },
2899
- "runtimeConfigDefaultProps": {},
2900
- "runtimeConfigGetStyles": {},
2901
- "runtimeConfigInternalComponentProps": {},
2902
- "motionVarPrefixes": [
2903
- "--uds-motion-subtle-3-",
2904
- "--uds-motion-smooth-3-"
2905
- ]
2906
- },
2907
- "RadioGroupProvider": {
2908
- "name": "RadioGroupProvider",
2909
- "defaultProps": {},
2910
- "getStylesLiterals": {},
2911
- "cxLiterals": [],
2912
- "internalComponents": [
2913
- "DivProps",
2914
- "Comp",
2915
- "RadioGroupContext.Provider"
2916
- ],
2917
- "internalComponentProps": {
2918
- "Comp": {
2919
- "role": [
2920
- "radiogroup"
2921
- ]
2922
- }
2923
- },
2924
- "propToVariantKeys": {},
2925
- "runtimeConfigDefaultProps": {},
2926
- "runtimeConfigGetStyles": {},
2927
- "runtimeConfigInternalComponentProps": {},
2928
- "motionVarPrefixes": []
2929
- },
2930
- "RadioGroupStore": {
2931
- "name": "RadioGroupStore",
2932
- "defaultProps": {},
2933
- "getStylesLiterals": {},
2934
- "cxLiterals": [],
2935
- "internalComponents": [],
2936
- "internalComponentProps": {},
2937
- "propToVariantKeys": {},
2938
- "runtimeConfigDefaultProps": {},
2939
- "runtimeConfigGetStyles": {},
2940
- "runtimeConfigInternalComponentProps": {},
2941
- "motionVarPrefixes": []
2942
- },
2943
2943
  "Tab": {
2944
2944
  "name": "Tab",
2945
2945
  "defaultProps": {