@yahoo/uds 3.163.2 → 3.164.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.
@@ -1839,207 +1839,6 @@
1839
1839
  "runtimeConfigInternalComponentProps": {},
1840
1840
  "motionVarPrefixes": []
1841
1841
  },
1842
- "ChipButton": {
1843
- "name": "ChipButton",
1844
- "defaultProps": {
1845
- "variant": "primary"
1846
- },
1847
- "getStylesLiterals": {},
1848
- "cxLiterals": [
1849
- "uds-ring"
1850
- ],
1851
- "internalComponents": [
1852
- "ChipBase"
1853
- ],
1854
- "internalComponentProps": {
1855
- "ChipBase": {
1856
- "as": [
1857
- "button"
1858
- ]
1859
- }
1860
- },
1861
- "propToVariantKeys": {
1862
- "variant": [
1863
- "chipLinkVariantRoot",
1864
- "chipLinkVariantIcon"
1865
- ]
1866
- },
1867
- "runtimeConfigDefaultProps": {},
1868
- "runtimeConfigGetStyles": {},
1869
- "runtimeConfigInternalComponentProps": {},
1870
- "motionVarPrefixes": []
1871
- },
1872
- "ChipDismissible": {
1873
- "name": "ChipDismissible",
1874
- "defaultProps": {
1875
- "variant": "primary"
1876
- },
1877
- "getStylesLiterals": {},
1878
- "cxLiterals": [
1879
- "uds-chip-dismissible-button",
1880
- "uds-hit-target",
1881
- "uds-ring",
1882
- "rounded-full"
1883
- ],
1884
- "internalComponents": [
1885
- "ChipBase",
1886
- "IconSlot",
1887
- "Pressable"
1888
- ],
1889
- "internalComponentProps": {},
1890
- "propToVariantKeys": {
1891
- "variant": [
1892
- "chipDismissibleVariantRoot",
1893
- "chipDismissibleVariantIcon"
1894
- ],
1895
- "dismissButtonAriaLabel": [
1896
- "aria-label"
1897
- ]
1898
- },
1899
- "runtimeConfigDefaultProps": {},
1900
- "runtimeConfigGetStyles": {},
1901
- "runtimeConfigInternalComponentProps": {},
1902
- "motionVarPrefixes": []
1903
- },
1904
- "ChipLink": {
1905
- "name": "ChipLink",
1906
- "defaultProps": {
1907
- "variant": "primary"
1908
- },
1909
- "getStylesLiterals": {},
1910
- "cxLiterals": [
1911
- "uds-ring"
1912
- ],
1913
- "internalComponents": [
1914
- "ChipBase"
1915
- ],
1916
- "internalComponentProps": {
1917
- "ChipBase": {
1918
- "as": [
1919
- "a"
1920
- ]
1921
- }
1922
- },
1923
- "propToVariantKeys": {
1924
- "variant": [
1925
- "chipLinkVariantRoot",
1926
- "chipLinkVariantIcon"
1927
- ]
1928
- },
1929
- "runtimeConfigDefaultProps": {},
1930
- "runtimeConfigGetStyles": {},
1931
- "runtimeConfigInternalComponentProps": {},
1932
- "motionVarPrefixes": []
1933
- },
1934
- "Chip": {
1935
- "name": "Chip",
1936
- "defaultProps": {},
1937
- "getStylesLiterals": {},
1938
- "cxLiterals": [],
1939
- "internalComponents": [
1940
- "ChipDismissible",
1941
- "ChipToggle",
1942
- "ChipLink",
1943
- "ChipButton"
1944
- ],
1945
- "internalComponentProps": {},
1946
- "propToVariantKeys": {},
1947
- "runtimeConfigDefaultProps": {},
1948
- "runtimeConfigGetStyles": {},
1949
- "runtimeConfigInternalComponentProps": {},
1950
- "motionVarPrefixes": []
1951
- },
1952
- "ChipToggle": {
1953
- "name": "ChipToggle",
1954
- "defaultProps": {
1955
- "variant": "primary",
1956
- "role": "checkbox"
1957
- },
1958
- "getStylesLiterals": {
1959
- "chipToggleVariantActiveRoot": "on",
1960
- "chipToggleVariantActiveRoot:1": "off"
1961
- },
1962
- "cxLiterals": [
1963
- "uds-ring"
1964
- ],
1965
- "internalComponents": [
1966
- "ChipBase"
1967
- ],
1968
- "internalComponentProps": {
1969
- "ChipBase": {
1970
- "as": [
1971
- "button"
1972
- ]
1973
- }
1974
- },
1975
- "propToVariantKeys": {
1976
- "variant": [
1977
- "chipToggleVariantRoot",
1978
- "chipToggleVariantIcon"
1979
- ]
1980
- },
1981
- "runtimeConfigDefaultProps": {},
1982
- "runtimeConfigGetStyles": {},
1983
- "runtimeConfigInternalComponentProps": {},
1984
- "motionVarPrefixes": []
1985
- },
1986
- "ChipBase": {
1987
- "name": "ChipBase",
1988
- "defaultProps": {
1989
- "size": "md",
1990
- "as": "div"
1991
- },
1992
- "getStylesLiterals": {},
1993
- "cxLiterals": [
1994
- "pointer-events-none",
1995
- "cursor-default",
1996
- "opacity-50",
1997
- "inline-flex",
1998
- "items-center",
1999
- "transition-[background-color,outline-color,box-shadow]",
2000
- "truncate",
2001
- "whitespace-nowrap",
2002
- "text-center",
2003
- "flex-1",
2004
- "md",
2005
- "primary"
2006
- ],
2007
- "internalComponents": [
2008
- "IconSlot",
2009
- "HStack",
2010
- "As",
2011
- "Text"
2012
- ],
2013
- "internalComponentProps": {
2014
- "Text": {
2015
- "as": [
2016
- "span"
2017
- ],
2018
- "color": [
2019
- "current"
2020
- ],
2021
- "variant": [
2022
- "inherit"
2023
- ]
2024
- }
2025
- },
2026
- "propToVariantKeys": {
2027
- "size": [
2028
- "chipSizeRoot",
2029
- "chipSizeIcon"
2030
- ],
2031
- "startIcon": [
2032
- "icon"
2033
- ],
2034
- "endIcon": [
2035
- "icon"
2036
- ]
2037
- },
2038
- "runtimeConfigDefaultProps": {},
2039
- "runtimeConfigGetStyles": {},
2040
- "runtimeConfigInternalComponentProps": {},
2041
- "motionVarPrefixes": []
2042
- },
2043
1842
  "SwitchBase": {
2044
1843
  "name": "SwitchBase",
2045
1844
  "defaultProps": {
@@ -2462,39 +2261,29 @@
2462
2261
  "runtimeConfigInternalComponentProps": {},
2463
2262
  "motionVarPrefixes": []
2464
2263
  },
2465
- "IconButtonBase": {
2466
- "name": "IconButtonBase",
2264
+ "ChipButton": {
2265
+ "name": "ChipButton",
2467
2266
  "defaultProps": {
2468
- "type": "button"
2267
+ "variant": "primary"
2469
2268
  },
2470
2269
  "getStylesLiterals": {},
2471
2270
  "cxLiterals": [
2472
- "uds-ring",
2473
- "uds-hit-target",
2474
- "inline-flex",
2475
- "overflow-hidden",
2476
- "justify-center",
2477
- "items-center",
2478
- "[transform-origin:center]",
2479
- "[backface-visibility:hidden]",
2480
- "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
2481
- "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
2482
- "[transition-duration:220ms]",
2483
- "cursor-not-allowed",
2484
- "uds-button-loading",
2485
- "uds-button-without-effects",
2486
- "animate-spin"
2271
+ "uds-ring"
2487
2272
  ],
2488
- "internalComponents": [],
2489
- "internalComponentProps": {},
2273
+ "internalComponents": [
2274
+ "ChipBase"
2275
+ ],
2276
+ "internalComponentProps": {
2277
+ "ChipBase": {
2278
+ "as": [
2279
+ "button"
2280
+ ]
2281
+ }
2282
+ },
2490
2283
  "propToVariantKeys": {
2491
- "size": [
2492
- "iconbuttonSizeRoot",
2493
- "iconbuttonSizeIcon"
2494
- ],
2495
2284
  "variant": [
2496
- "buttonVariantRoot",
2497
- "buttonVariantIcon"
2285
+ "chipLinkVariantRoot",
2286
+ "chipLinkVariantIcon"
2498
2287
  ]
2499
2288
  },
2500
2289
  "runtimeConfigDefaultProps": {},
@@ -2502,15 +2291,226 @@
2502
2291
  "runtimeConfigInternalComponentProps": {},
2503
2292
  "motionVarPrefixes": []
2504
2293
  },
2505
- "IconButton": {
2506
- "name": "IconButton",
2507
- "defaultProps": {},
2294
+ "ChipDismissible": {
2295
+ "name": "ChipDismissible",
2296
+ "defaultProps": {
2297
+ "variant": "primary"
2298
+ },
2508
2299
  "getStylesLiterals": {},
2509
- "cxLiterals": [],
2510
- "internalComponents": [
2511
- "IconButtonBase",
2512
- "Icon",
2513
- "AnimatePresence",
2300
+ "cxLiterals": [
2301
+ "uds-chip-dismissible-button",
2302
+ "uds-hit-target",
2303
+ "uds-ring",
2304
+ "rounded-full"
2305
+ ],
2306
+ "internalComponents": [
2307
+ "ChipBase",
2308
+ "IconSlot",
2309
+ "Pressable"
2310
+ ],
2311
+ "internalComponentProps": {},
2312
+ "propToVariantKeys": {
2313
+ "variant": [
2314
+ "chipDismissibleVariantRoot",
2315
+ "chipDismissibleVariantIcon"
2316
+ ],
2317
+ "dismissButtonAriaLabel": [
2318
+ "aria-label"
2319
+ ]
2320
+ },
2321
+ "runtimeConfigDefaultProps": {},
2322
+ "runtimeConfigGetStyles": {},
2323
+ "runtimeConfigInternalComponentProps": {},
2324
+ "motionVarPrefixes": []
2325
+ },
2326
+ "ChipLink": {
2327
+ "name": "ChipLink",
2328
+ "defaultProps": {
2329
+ "variant": "primary"
2330
+ },
2331
+ "getStylesLiterals": {},
2332
+ "cxLiterals": [
2333
+ "uds-ring"
2334
+ ],
2335
+ "internalComponents": [
2336
+ "ChipBase"
2337
+ ],
2338
+ "internalComponentProps": {
2339
+ "ChipBase": {
2340
+ "as": [
2341
+ "a"
2342
+ ]
2343
+ }
2344
+ },
2345
+ "propToVariantKeys": {
2346
+ "variant": [
2347
+ "chipLinkVariantRoot",
2348
+ "chipLinkVariantIcon"
2349
+ ]
2350
+ },
2351
+ "runtimeConfigDefaultProps": {},
2352
+ "runtimeConfigGetStyles": {},
2353
+ "runtimeConfigInternalComponentProps": {},
2354
+ "motionVarPrefixes": []
2355
+ },
2356
+ "Chip": {
2357
+ "name": "Chip",
2358
+ "defaultProps": {},
2359
+ "getStylesLiterals": {},
2360
+ "cxLiterals": [],
2361
+ "internalComponents": [
2362
+ "ChipDismissible",
2363
+ "ChipToggle",
2364
+ "ChipLink",
2365
+ "ChipButton"
2366
+ ],
2367
+ "internalComponentProps": {},
2368
+ "propToVariantKeys": {},
2369
+ "runtimeConfigDefaultProps": {},
2370
+ "runtimeConfigGetStyles": {},
2371
+ "runtimeConfigInternalComponentProps": {},
2372
+ "motionVarPrefixes": []
2373
+ },
2374
+ "ChipToggle": {
2375
+ "name": "ChipToggle",
2376
+ "defaultProps": {
2377
+ "variant": "primary",
2378
+ "role": "checkbox"
2379
+ },
2380
+ "getStylesLiterals": {
2381
+ "chipToggleVariantActiveRoot": "on",
2382
+ "chipToggleVariantActiveRoot:1": "off"
2383
+ },
2384
+ "cxLiterals": [
2385
+ "uds-ring"
2386
+ ],
2387
+ "internalComponents": [
2388
+ "ChipBase"
2389
+ ],
2390
+ "internalComponentProps": {
2391
+ "ChipBase": {
2392
+ "as": [
2393
+ "button"
2394
+ ]
2395
+ }
2396
+ },
2397
+ "propToVariantKeys": {
2398
+ "variant": [
2399
+ "chipToggleVariantRoot",
2400
+ "chipToggleVariantIcon"
2401
+ ]
2402
+ },
2403
+ "runtimeConfigDefaultProps": {},
2404
+ "runtimeConfigGetStyles": {},
2405
+ "runtimeConfigInternalComponentProps": {},
2406
+ "motionVarPrefixes": []
2407
+ },
2408
+ "ChipBase": {
2409
+ "name": "ChipBase",
2410
+ "defaultProps": {
2411
+ "size": "md",
2412
+ "as": "div"
2413
+ },
2414
+ "getStylesLiterals": {},
2415
+ "cxLiterals": [
2416
+ "pointer-events-none",
2417
+ "cursor-default",
2418
+ "opacity-50",
2419
+ "inline-flex",
2420
+ "items-center",
2421
+ "transition-[background-color,outline-color,box-shadow]",
2422
+ "truncate",
2423
+ "whitespace-nowrap",
2424
+ "text-center",
2425
+ "flex-1",
2426
+ "md",
2427
+ "primary"
2428
+ ],
2429
+ "internalComponents": [
2430
+ "IconSlot",
2431
+ "HStack",
2432
+ "As",
2433
+ "Text"
2434
+ ],
2435
+ "internalComponentProps": {
2436
+ "Text": {
2437
+ "as": [
2438
+ "span"
2439
+ ],
2440
+ "color": [
2441
+ "current"
2442
+ ],
2443
+ "variant": [
2444
+ "inherit"
2445
+ ]
2446
+ }
2447
+ },
2448
+ "propToVariantKeys": {
2449
+ "size": [
2450
+ "chipSizeRoot",
2451
+ "chipSizeIcon"
2452
+ ],
2453
+ "startIcon": [
2454
+ "icon"
2455
+ ],
2456
+ "endIcon": [
2457
+ "icon"
2458
+ ]
2459
+ },
2460
+ "runtimeConfigDefaultProps": {},
2461
+ "runtimeConfigGetStyles": {},
2462
+ "runtimeConfigInternalComponentProps": {},
2463
+ "motionVarPrefixes": []
2464
+ },
2465
+ "IconButtonBase": {
2466
+ "name": "IconButtonBase",
2467
+ "defaultProps": {
2468
+ "type": "button"
2469
+ },
2470
+ "getStylesLiterals": {},
2471
+ "cxLiterals": [
2472
+ "uds-ring",
2473
+ "uds-hit-target",
2474
+ "inline-flex",
2475
+ "overflow-hidden",
2476
+ "justify-center",
2477
+ "items-center",
2478
+ "[transform-origin:center]",
2479
+ "[backface-visibility:hidden]",
2480
+ "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
2481
+ "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
2482
+ "[transition-duration:220ms]",
2483
+ "cursor-not-allowed",
2484
+ "uds-button-loading",
2485
+ "uds-button-without-effects",
2486
+ "animate-spin"
2487
+ ],
2488
+ "internalComponents": [],
2489
+ "internalComponentProps": {},
2490
+ "propToVariantKeys": {
2491
+ "size": [
2492
+ "iconbuttonSizeRoot",
2493
+ "iconbuttonSizeIcon"
2494
+ ],
2495
+ "variant": [
2496
+ "buttonVariantRoot",
2497
+ "buttonVariantIcon"
2498
+ ]
2499
+ },
2500
+ "runtimeConfigDefaultProps": {},
2501
+ "runtimeConfigGetStyles": {},
2502
+ "runtimeConfigInternalComponentProps": {},
2503
+ "motionVarPrefixes": []
2504
+ },
2505
+ "IconButton": {
2506
+ "name": "IconButton",
2507
+ "defaultProps": {},
2508
+ "getStylesLiterals": {},
2509
+ "cxLiterals": [],
2510
+ "internalComponents": [
2511
+ "IconButtonBase",
2512
+ "Icon",
2513
+ "AnimatePresence",
2514
2514
  "SpringMotionConfig",
2515
2515
  "MotionSlot",
2516
2516
  "IconButtonProps",
@@ -3197,177 +3197,42 @@
3197
3197
  "runtimeConfigInternalComponentProps": {},
3198
3198
  "motionVarPrefixes": []
3199
3199
  },
3200
- "UDSTooltipConfigProvider": {
3201
- "name": "UDSTooltipConfigProvider",
3200
+ "PaginationEllipsis": {
3201
+ "name": "PaginationEllipsis",
3202
3202
  "defaultProps": {},
3203
- "getStylesLiterals": {},
3204
- "cxLiterals": [],
3205
- "internalComponents": [
3206
- "TooltipContext.Provider"
3203
+ "getStylesLiterals": {
3204
+ "paginationVariantActiveRoot": "off"
3205
+ },
3206
+ "cxLiterals": [
3207
+ "inline-flex",
3208
+ "items-center",
3209
+ "justify-center",
3210
+ "relative",
3211
+ "m-0",
3212
+ "border-solid",
3213
+ "inline-grid",
3214
+ "shrink-0",
3215
+ "place-items-center",
3216
+ "place-content-center",
3217
+ "rounded-full",
3218
+ "box-border",
3219
+ "w-[var(--uds-pagination-control-size)]",
3220
+ "appearance-none",
3221
+ "uds-ring",
3222
+ "cursor-pointer",
3223
+ "select-none",
3224
+ "pointer-events-none",
3225
+ "auto-cols-max",
3226
+ "grid-flow-col",
3227
+ "gap-1",
3228
+ "block",
3229
+ "tabular-nums",
3230
+ "!leading-none",
3231
+ "[text-box-trim:trim-both]",
3232
+ "[text-box-edge:cap_alphabetic]",
3233
+ "h-[var(--uds-pagination-control-size)]"
3207
3234
  ],
3208
- "internalComponentProps": {},
3209
- "propToVariantKeys": {},
3210
- "runtimeConfigDefaultProps": {},
3211
- "runtimeConfigGetStyles": {},
3212
- "runtimeConfigInternalComponentProps": {},
3213
- "motionVarPrefixes": []
3214
- },
3215
- "TooltipTrigger": {
3216
- "name": "TooltipTrigger",
3217
- "defaultProps": {},
3218
- "getStylesLiterals": {},
3219
- "cxLiterals": [],
3220
- "internalComponents": [
3221
- "TooltipAnchor"
3222
- ],
3223
- "internalComponentProps": {
3224
- "TooltipAnchor": {
3225
- "className": [
3226
- "inline"
3227
- ]
3228
- }
3229
- },
3230
- "propToVariantKeys": {
3231
- "children": [
3232
- "render"
3233
- ]
3234
- },
3235
- "runtimeConfigDefaultProps": {},
3236
- "runtimeConfigGetStyles": {},
3237
- "runtimeConfigInternalComponentProps": {},
3238
- "motionVarPrefixes": []
3239
- },
3240
- "TooltipContent": {
3241
- "name": "TooltipContent",
3242
- "defaultProps": {},
3243
- "getStylesLiterals": {
3244
- "tooltipSizeRoot": "default",
3245
- "tooltipVariantRoot": "default",
3246
- "tooltipSizeSvg": "default",
3247
- "tooltipVariantSvg": "default",
3248
- "tooltipVariantBlur": "default",
3249
- "position": "absolute",
3250
- "width": "full",
3251
- "height": "full",
3252
- "tooltipSizeTitle": "default",
3253
- "tooltipSizeBody": "default",
3254
- "tooltipSizeEndContent": "default",
3255
- "tooltipSizeIcon": "default",
3256
- "tooltipVariantIcon": "default"
3257
- },
3258
- "cxLiterals": [
3259
- "max-w-lg",
3260
- "flex",
3261
- "z-[9999]",
3262
- "uds-bgBlurFillFallback",
3263
- "uds-bgBlurFallback",
3264
- "top-0",
3265
- "left-0",
3266
- "z-[1]"
3267
- ],
3268
- "internalComponents": [
3269
- "IconSlot",
3270
- "TooltipArrow",
3271
- "Tooltip",
3272
- "SvgFloatingOverlay",
3273
- "VStack",
3274
- "Box",
3275
- "Text"
3276
- ],
3277
- "internalComponentProps": {
3278
- "SvgFloatingOverlay": {
3279
- "contentOverflow": [
3280
- "visible"
3281
- ]
3282
- },
3283
- "VStack": {
3284
- "className": [
3285
- "gap-[inherit]"
3286
- ]
3287
- },
3288
- "Box": {
3289
- "alignItems": [
3290
- "center"
3291
- ],
3292
- "columnGap": [
3293
- "1",
3294
- "1.5"
3295
- ]
3296
- },
3297
- "Text": {
3298
- "color": [
3299
- "inherit"
3300
- ]
3301
- }
3302
- },
3303
- "propToVariantKeys": {
3304
- "startTitleIcon": [
3305
- "icon"
3306
- ]
3307
- },
3308
- "runtimeConfigDefaultProps": {},
3309
- "runtimeConfigGetStyles": {},
3310
- "runtimeConfigInternalComponentProps": {},
3311
- "motionVarPrefixes": []
3312
- },
3313
- "Tooltip": {
3314
- "name": "Tooltip",
3315
- "defaultProps": {},
3316
- "getStylesLiterals": {},
3317
- "cxLiterals": [],
3318
- "internalComponents": [
3319
- "TooltipInternalContext.Provider",
3320
- "TooltipProvider"
3321
- ],
3322
- "internalComponentProps": {},
3323
- "propToVariantKeys": {},
3324
- "runtimeConfigDefaultProps": {},
3325
- "runtimeConfigGetStyles": {},
3326
- "runtimeConfigInternalComponentProps": {
3327
- "TooltipProvider": {
3328
- "animated": [
3329
- "tooltip.animationDuration"
3330
- ]
3331
- }
3332
- },
3333
- "motionVarPrefixes": []
3334
- },
3335
- "PaginationEllipsis": {
3336
- "name": "PaginationEllipsis",
3337
- "defaultProps": {},
3338
- "getStylesLiterals": {
3339
- "paginationVariantActiveRoot": "off"
3340
- },
3341
- "cxLiterals": [
3342
- "inline-flex",
3343
- "items-center",
3344
- "justify-center",
3345
- "relative",
3346
- "m-0",
3347
- "border-solid",
3348
- "inline-grid",
3349
- "shrink-0",
3350
- "place-items-center",
3351
- "place-content-center",
3352
- "rounded-full",
3353
- "box-border",
3354
- "w-[var(--uds-pagination-control-size)]",
3355
- "appearance-none",
3356
- "uds-ring",
3357
- "cursor-pointer",
3358
- "select-none",
3359
- "pointer-events-none",
3360
- "auto-cols-max",
3361
- "grid-flow-col",
3362
- "gap-1",
3363
- "block",
3364
- "tabular-nums",
3365
- "!leading-none",
3366
- "[text-box-trim:trim-both]",
3367
- "[text-box-edge:cap_alphabetic]",
3368
- "h-[var(--uds-pagination-control-size)]"
3369
- ],
3370
- "internalComponents": [],
3235
+ "internalComponents": [],
3371
3236
  "internalComponentProps": {},
3372
3237
  "propToVariantKeys": {
3373
3238
  "size": [
@@ -3792,33 +3657,13 @@
3792
3657
  "runtimeConfigInternalComponentProps": {},
3793
3658
  "motionVarPrefixes": []
3794
3659
  },
3795
- "UDSBreakpointsConfigProvider": {
3796
- "name": "UDSBreakpointsConfigProvider",
3797
- "defaultProps": {},
3798
- "getStylesLiterals": {},
3799
- "cxLiterals": [],
3800
- "internalComponents": [
3801
- "UDSBreakpointsConfigContext.Provider"
3802
- ],
3803
- "internalComponentProps": {},
3804
- "propToVariantKeys": {},
3805
- "runtimeConfigDefaultProps": {},
3806
- "runtimeConfigGetStyles": {},
3807
- "runtimeConfigInternalComponentProps": {},
3808
- "motionVarPrefixes": []
3809
- },
3810
- "UDSConfigProvider": {
3811
- "name": "UDSConfigProvider",
3660
+ "UDSTooltipConfigProvider": {
3661
+ "name": "UDSTooltipConfigProvider",
3812
3662
  "defaultProps": {},
3813
3663
  "getStylesLiterals": {},
3814
3664
  "cxLiterals": [],
3815
3665
  "internalComponents": [
3816
- "UDSBreakpointsConfigProvider",
3817
- "UDSBottomSheetConfigProvider",
3818
- "UDSToastConfigProvider",
3819
- "UDSTooltipConfigProvider",
3820
- "UDSPopoverConfigProvider",
3821
- "UDSModalConfigProvider"
3666
+ "TooltipContext.Provider"
3822
3667
  ],
3823
3668
  "internalComponentProps": {},
3824
3669
  "propToVariantKeys": {},
@@ -3827,16 +3672,16 @@
3827
3672
  "runtimeConfigInternalComponentProps": {},
3828
3673
  "motionVarPrefixes": []
3829
3674
  },
3830
- "PopoverTrigger": {
3831
- "name": "PopoverTrigger",
3675
+ "TooltipTrigger": {
3676
+ "name": "TooltipTrigger",
3832
3677
  "defaultProps": {},
3833
3678
  "getStylesLiterals": {},
3834
3679
  "cxLiterals": [],
3835
3680
  "internalComponents": [
3836
- "PopoverDisclosure"
3681
+ "TooltipAnchor"
3837
3682
  ],
3838
3683
  "internalComponentProps": {
3839
- "PopoverDisclosure": {
3684
+ "TooltipAnchor": {
3840
3685
  "className": [
3841
3686
  "inline"
3842
3687
  ]
@@ -3852,142 +3697,134 @@
3852
3697
  "runtimeConfigInternalComponentProps": {},
3853
3698
  "motionVarPrefixes": []
3854
3699
  },
3855
- "Popover": {
3856
- "name": "Popover",
3700
+ "TooltipContent": {
3701
+ "name": "TooltipContent",
3857
3702
  "defaultProps": {},
3858
- "getStylesLiterals": {},
3703
+ "getStylesLiterals": {
3704
+ "tooltipSizeRoot": "default",
3705
+ "tooltipVariantRoot": "default",
3706
+ "tooltipSizeSvg": "default",
3707
+ "tooltipVariantSvg": "default",
3708
+ "tooltipVariantBlur": "default",
3709
+ "position": "absolute",
3710
+ "width": "full",
3711
+ "height": "full",
3712
+ "tooltipSizeTitle": "default",
3713
+ "tooltipSizeBody": "default",
3714
+ "tooltipSizeEndContent": "default",
3715
+ "tooltipSizeIcon": "default",
3716
+ "tooltipVariantIcon": "default"
3717
+ },
3859
3718
  "cxLiterals": [
3860
- "uds:popover-open"
3719
+ "max-w-lg",
3720
+ "flex",
3721
+ "z-[9999]",
3722
+ "uds-bgBlurFillFallback",
3723
+ "uds-bgBlurFallback",
3724
+ "top-0",
3725
+ "left-0",
3726
+ "z-[1]"
3861
3727
  ],
3862
3728
  "internalComponents": [
3863
- "PopoverInternalContext.Provider",
3864
- "PopoverProvider"
3729
+ "IconSlot",
3730
+ "TooltipArrow",
3731
+ "Tooltip",
3732
+ "SvgFloatingOverlay",
3733
+ "VStack",
3734
+ "Box",
3735
+ "Text"
3865
3736
  ],
3866
- "internalComponentProps": {},
3867
- "propToVariantKeys": {},
3868
- "runtimeConfigDefaultProps": {
3869
- "size": "popover.defaultSize",
3870
- "variant": "popover.defaultVariant"
3871
- },
3872
- "runtimeConfigGetStyles": {},
3873
- "runtimeConfigInternalComponentProps": {},
3874
- "motionVarPrefixes": []
3875
- },
3876
- "PopoverContext": {
3877
- "name": "PopoverContext",
3878
- "defaultProps": {},
3879
- "getStylesLiterals": {},
3880
- "cxLiterals": [],
3881
- "internalComponents": [],
3882
- "internalComponentProps": {},
3883
- "propToVariantKeys": {},
3884
- "runtimeConfigDefaultProps": {},
3885
- "runtimeConfigGetStyles": {},
3886
- "runtimeConfigInternalComponentProps": {},
3887
- "motionVarPrefixes": []
3888
- },
3889
- "UDSPopoverConfigProvider": {
3890
- "name": "UDSPopoverConfigProvider",
3737
+ "internalComponentProps": {
3738
+ "SvgFloatingOverlay": {
3739
+ "contentOverflow": [
3740
+ "visible"
3741
+ ]
3742
+ },
3743
+ "VStack": {
3744
+ "className": [
3745
+ "gap-[inherit]"
3746
+ ]
3747
+ },
3748
+ "Box": {
3749
+ "alignItems": [
3750
+ "center"
3751
+ ],
3752
+ "columnGap": [
3753
+ "1",
3754
+ "1.5"
3755
+ ]
3756
+ },
3757
+ "Text": {
3758
+ "color": [
3759
+ "inherit"
3760
+ ]
3761
+ }
3762
+ },
3763
+ "propToVariantKeys": {
3764
+ "startTitleIcon": [
3765
+ "icon"
3766
+ ]
3767
+ },
3768
+ "runtimeConfigDefaultProps": {},
3769
+ "runtimeConfigGetStyles": {},
3770
+ "runtimeConfigInternalComponentProps": {},
3771
+ "motionVarPrefixes": []
3772
+ },
3773
+ "Tooltip": {
3774
+ "name": "Tooltip",
3891
3775
  "defaultProps": {},
3892
3776
  "getStylesLiterals": {},
3893
3777
  "cxLiterals": [],
3894
3778
  "internalComponents": [
3895
- "PopoverContext.Provider"
3779
+ "TooltipInternalContext.Provider",
3780
+ "TooltipProvider"
3896
3781
  ],
3897
3782
  "internalComponentProps": {},
3898
3783
  "propToVariantKeys": {},
3899
3784
  "runtimeConfigDefaultProps": {},
3900
3785
  "runtimeConfigGetStyles": {},
3901
- "runtimeConfigInternalComponentProps": {},
3786
+ "runtimeConfigInternalComponentProps": {
3787
+ "TooltipProvider": {
3788
+ "animated": [
3789
+ "tooltip.animationDuration"
3790
+ ]
3791
+ }
3792
+ },
3902
3793
  "motionVarPrefixes": []
3903
3794
  },
3904
- "PopoverContent": {
3905
- "name": "PopoverContent",
3795
+ "UDSBreakpointsConfigProvider": {
3796
+ "name": "UDSBreakpointsConfigProvider",
3906
3797
  "defaultProps": {},
3907
- "getStylesLiterals": {
3908
- "popoverSizeRoot": "default",
3909
- "popoverVariantRoot": "default",
3910
- "display": "flex",
3911
- "position": "relative",
3912
- "display:1": "block",
3913
- "spacingTop": "0",
3914
- "spacingStart": "0",
3915
- "spacingBottom": "0",
3916
- "spacingEnd": "0",
3917
- "popoverSizeSvgBase": "default",
3918
- "popoverVariantSvgBase": "default",
3919
- "popoverSizeSvgBorder": "default",
3920
- "popoverVariantSvgBorder": "default",
3921
- "popoverVariantBlur": "default",
3922
- "position:1": "absolute",
3923
- "width": "full",
3924
- "height": "full",
3925
- "flexShrink": "0",
3926
- "borderRadius": "full",
3927
- "alignItems": "center",
3928
- "justifyContent": "center",
3929
- "popoverVariantCloseIcon": "default",
3930
- "popoverSizeCloseIcon": "default"
3931
- },
3932
- "cxLiterals": [
3933
- "z-[9999]",
3934
- "outline-none",
3935
- "focus-visible:outline-none",
3936
- "uds-bgBlurFillFallback",
3937
- "uds-bgBlurFallback",
3938
- "top-0",
3939
- "left-0",
3940
- "z-[1]",
3941
- "duration-0",
3942
- "duration-120",
3943
- "transition-[background-color]",
3944
- "bg-carbon-15/0",
3945
- "hover:bg-carbon-15/10",
3946
- "active:bg-carbon-15/15",
3947
- "uds-ring",
3948
- "absolute",
3949
- "z-[4]"
3798
+ "getStylesLiterals": {},
3799
+ "cxLiterals": [],
3800
+ "internalComponents": [
3801
+ "UDSBreakpointsConfigContext.Provider"
3950
3802
  ],
3803
+ "internalComponentProps": {},
3804
+ "propToVariantKeys": {},
3805
+ "runtimeConfigDefaultProps": {},
3806
+ "runtimeConfigGetStyles": {},
3807
+ "runtimeConfigInternalComponentProps": {},
3808
+ "motionVarPrefixes": []
3809
+ },
3810
+ "UDSConfigProvider": {
3811
+ "name": "UDSConfigProvider",
3812
+ "defaultProps": {},
3813
+ "getStylesLiterals": {},
3814
+ "cxLiterals": [],
3951
3815
  "internalComponents": [
3952
- "PopoverDismiss",
3953
- "IconSlot",
3954
- "PopoverArrow",
3955
- "Popover",
3956
- "SvgFloatingOverlay",
3957
- "Box",
3958
- "Pressable"
3816
+ "UDSBreakpointsConfigProvider",
3817
+ "UDSBottomSheetConfigProvider",
3818
+ "UDSToastConfigProvider",
3819
+ "UDSTooltipConfigProvider",
3820
+ "UDSPopoverConfigProvider",
3821
+ "UDSModalConfigProvider"
3959
3822
  ],
3960
3823
  "internalComponentProps": {},
3961
- "propToVariantKeys": {
3962
- "closeIcon": [
3963
- "icon"
3964
- ]
3965
- },
3966
- "runtimeConfigDefaultProps": {
3967
- "size": "popover.defaultSize",
3968
- "variant": "popover.defaultVariant"
3969
- },
3970
- "runtimeConfigGetStyles": {
3971
- "spacingTop": [
3972
- "popover.spacingVertical.${size}"
3973
- ],
3974
- "spacingStart": [
3975
- "popover.spacingHorizontal.${size}"
3976
- ],
3977
- "spacingBottom": [
3978
- "popover.spacingVertical.${size}"
3979
- ],
3980
- "spacingEnd": [
3981
- "popover.spacingHorizontal.${size}"
3982
- ]
3983
- },
3984
- "runtimeConfigInternalComponentProps": {
3985
- "SvgFloatingOverlay": {
3986
- "borderRadius": [
3987
- "popover.borderRadius.${size}"
3988
- ]
3989
- }
3990
- },
3824
+ "propToVariantKeys": {},
3825
+ "runtimeConfigDefaultProps": {},
3826
+ "runtimeConfigGetStyles": {},
3827
+ "runtimeConfigInternalComponentProps": {},
3991
3828
  "motionVarPrefixes": []
3992
3829
  },
3993
3830
  "InputHelpTextInternal": {
@@ -4180,6 +4017,169 @@
4180
4017
  "runtimeConfigInternalComponentProps": {},
4181
4018
  "motionVarPrefixes": []
4182
4019
  },
4020
+ "PopoverTrigger": {
4021
+ "name": "PopoverTrigger",
4022
+ "defaultProps": {},
4023
+ "getStylesLiterals": {},
4024
+ "cxLiterals": [],
4025
+ "internalComponents": [
4026
+ "PopoverDisclosure"
4027
+ ],
4028
+ "internalComponentProps": {
4029
+ "PopoverDisclosure": {
4030
+ "className": [
4031
+ "inline"
4032
+ ]
4033
+ }
4034
+ },
4035
+ "propToVariantKeys": {
4036
+ "children": [
4037
+ "render"
4038
+ ]
4039
+ },
4040
+ "runtimeConfigDefaultProps": {},
4041
+ "runtimeConfigGetStyles": {},
4042
+ "runtimeConfigInternalComponentProps": {},
4043
+ "motionVarPrefixes": []
4044
+ },
4045
+ "Popover": {
4046
+ "name": "Popover",
4047
+ "defaultProps": {},
4048
+ "getStylesLiterals": {},
4049
+ "cxLiterals": [
4050
+ "uds:popover-open"
4051
+ ],
4052
+ "internalComponents": [
4053
+ "PopoverInternalContext.Provider",
4054
+ "PopoverProvider"
4055
+ ],
4056
+ "internalComponentProps": {},
4057
+ "propToVariantKeys": {},
4058
+ "runtimeConfigDefaultProps": {
4059
+ "size": "popover.defaultSize",
4060
+ "variant": "popover.defaultVariant"
4061
+ },
4062
+ "runtimeConfigGetStyles": {},
4063
+ "runtimeConfigInternalComponentProps": {},
4064
+ "motionVarPrefixes": []
4065
+ },
4066
+ "PopoverContext": {
4067
+ "name": "PopoverContext",
4068
+ "defaultProps": {},
4069
+ "getStylesLiterals": {},
4070
+ "cxLiterals": [],
4071
+ "internalComponents": [],
4072
+ "internalComponentProps": {},
4073
+ "propToVariantKeys": {},
4074
+ "runtimeConfigDefaultProps": {},
4075
+ "runtimeConfigGetStyles": {},
4076
+ "runtimeConfigInternalComponentProps": {},
4077
+ "motionVarPrefixes": []
4078
+ },
4079
+ "UDSPopoverConfigProvider": {
4080
+ "name": "UDSPopoverConfigProvider",
4081
+ "defaultProps": {},
4082
+ "getStylesLiterals": {},
4083
+ "cxLiterals": [],
4084
+ "internalComponents": [
4085
+ "PopoverContext.Provider"
4086
+ ],
4087
+ "internalComponentProps": {},
4088
+ "propToVariantKeys": {},
4089
+ "runtimeConfigDefaultProps": {},
4090
+ "runtimeConfigGetStyles": {},
4091
+ "runtimeConfigInternalComponentProps": {},
4092
+ "motionVarPrefixes": []
4093
+ },
4094
+ "PopoverContent": {
4095
+ "name": "PopoverContent",
4096
+ "defaultProps": {},
4097
+ "getStylesLiterals": {
4098
+ "popoverSizeRoot": "default",
4099
+ "popoverVariantRoot": "default",
4100
+ "display": "flex",
4101
+ "position": "relative",
4102
+ "display:1": "block",
4103
+ "spacingTop": "0",
4104
+ "spacingStart": "0",
4105
+ "spacingBottom": "0",
4106
+ "spacingEnd": "0",
4107
+ "popoverSizeSvgBase": "default",
4108
+ "popoverVariantSvgBase": "default",
4109
+ "popoverSizeSvgBorder": "default",
4110
+ "popoverVariantSvgBorder": "default",
4111
+ "popoverVariantBlur": "default",
4112
+ "position:1": "absolute",
4113
+ "width": "full",
4114
+ "height": "full",
4115
+ "flexShrink": "0",
4116
+ "borderRadius": "full",
4117
+ "alignItems": "center",
4118
+ "justifyContent": "center",
4119
+ "popoverVariantCloseIcon": "default",
4120
+ "popoverSizeCloseIcon": "default"
4121
+ },
4122
+ "cxLiterals": [
4123
+ "z-[9999]",
4124
+ "outline-none",
4125
+ "focus-visible:outline-none",
4126
+ "uds-bgBlurFillFallback",
4127
+ "uds-bgBlurFallback",
4128
+ "top-0",
4129
+ "left-0",
4130
+ "z-[1]",
4131
+ "duration-0",
4132
+ "duration-120",
4133
+ "transition-[background-color]",
4134
+ "bg-carbon-15/0",
4135
+ "hover:bg-carbon-15/10",
4136
+ "active:bg-carbon-15/15",
4137
+ "uds-ring",
4138
+ "absolute",
4139
+ "z-[4]"
4140
+ ],
4141
+ "internalComponents": [
4142
+ "PopoverDismiss",
4143
+ "IconSlot",
4144
+ "PopoverArrow",
4145
+ "Popover",
4146
+ "SvgFloatingOverlay",
4147
+ "Box",
4148
+ "Pressable"
4149
+ ],
4150
+ "internalComponentProps": {},
4151
+ "propToVariantKeys": {
4152
+ "closeIcon": [
4153
+ "icon"
4154
+ ]
4155
+ },
4156
+ "runtimeConfigDefaultProps": {
4157
+ "size": "popover.defaultSize",
4158
+ "variant": "popover.defaultVariant"
4159
+ },
4160
+ "runtimeConfigGetStyles": {
4161
+ "spacingTop": [
4162
+ "popover.spacingVertical.${size}"
4163
+ ],
4164
+ "spacingStart": [
4165
+ "popover.spacingHorizontal.${size}"
4166
+ ],
4167
+ "spacingBottom": [
4168
+ "popover.spacingVertical.${size}"
4169
+ ],
4170
+ "spacingEnd": [
4171
+ "popover.spacingHorizontal.${size}"
4172
+ ]
4173
+ },
4174
+ "runtimeConfigInternalComponentProps": {
4175
+ "SvgFloatingOverlay": {
4176
+ "borderRadius": [
4177
+ "popover.borderRadius.${size}"
4178
+ ]
4179
+ }
4180
+ },
4181
+ "motionVarPrefixes": []
4182
+ },
4183
4183
  "UDSModalConfigProvider": {
4184
4184
  "name": "UDSModalConfigProvider",
4185
4185
  "defaultProps": {},