@yahoo/uds 3.149.0 → 3.150.1-beta.1
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/components/client/PaddleNav/PaddleButton.cjs +1 -1
- package/dist/components/client/PaddleNav/PaddleButton.js +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -5
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
- package/dist/css/dist/purger/optimized/purgeFromCode.cjs +5 -3
- package/dist/css/dist/purger/optimized/purgeFromCode.js +5 -3
- package/dist/styles/styler.d.cts +6 -6
- package/dist/styles/styler.d.ts +6 -6
- package/dist/types/dist/index.d.cts +3 -0
- package/dist/types/dist/index.d.ts +3 -0
- package/dist/uds/generated/componentData.cjs +422 -422
- package/dist/uds/generated/componentData.js +422 -422
- package/dist/uds/generated/tailwindPurge.cjs +42 -5
- package/dist/uds/generated/tailwindPurge.js +42 -5
- package/generated/componentData.json +574 -574
- package/generated/tailwindPurge.ts +3 -3
- package/package.json +1 -1
|
@@ -1848,7 +1848,7 @@ var componentData_default = {
|
|
|
1848
1848
|
"absolute",
|
|
1849
1849
|
"inset-0",
|
|
1850
1850
|
"-z-10",
|
|
1851
|
-
"rounded-[
|
|
1851
|
+
"rounded-[var(--uds-nested-radius)]",
|
|
1852
1852
|
"transition-[background-color,opacity]"
|
|
1853
1853
|
],
|
|
1854
1854
|
"internalComponents": ["Icon"],
|
|
@@ -2200,141 +2200,345 @@ var componentData_default = {
|
|
|
2200
2200
|
"runtimeConfigInternalComponentProps": {},
|
|
2201
2201
|
"motionVarPrefixes": []
|
|
2202
2202
|
},
|
|
2203
|
-
|
|
2204
|
-
"name": "
|
|
2205
|
-
"defaultProps": {
|
|
2203
|
+
UDSBreakpointsConfigProvider: {
|
|
2204
|
+
"name": "UDSBreakpointsConfigProvider",
|
|
2205
|
+
"defaultProps": {},
|
|
2206
|
+
"getStylesLiterals": {},
|
|
2207
|
+
"cxLiterals": [],
|
|
2208
|
+
"internalComponents": ["UDSBreakpointsConfigContext.Provider"],
|
|
2209
|
+
"internalComponentProps": {},
|
|
2210
|
+
"propToVariantKeys": {},
|
|
2211
|
+
"runtimeConfigDefaultProps": {},
|
|
2212
|
+
"runtimeConfigGetStyles": {},
|
|
2213
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2214
|
+
"motionVarPrefixes": []
|
|
2215
|
+
},
|
|
2216
|
+
UDSConfigProvider: {
|
|
2217
|
+
"name": "UDSConfigProvider",
|
|
2218
|
+
"defaultProps": {},
|
|
2219
|
+
"getStylesLiterals": {},
|
|
2220
|
+
"cxLiterals": [],
|
|
2221
|
+
"internalComponents": [
|
|
2222
|
+
"UDSBreakpointsConfigProvider",
|
|
2223
|
+
"UDSBottomSheetConfigProvider",
|
|
2224
|
+
"UDSToastConfigProvider",
|
|
2225
|
+
"UDSTooltipConfigProvider",
|
|
2226
|
+
"UDSPopoverConfigProvider",
|
|
2227
|
+
"UDSModalConfigProvider"
|
|
2228
|
+
],
|
|
2229
|
+
"internalComponentProps": {},
|
|
2230
|
+
"propToVariantKeys": {},
|
|
2231
|
+
"runtimeConfigDefaultProps": {},
|
|
2232
|
+
"runtimeConfigGetStyles": {},
|
|
2233
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2234
|
+
"motionVarPrefixes": []
|
|
2235
|
+
},
|
|
2236
|
+
Accordion: {
|
|
2237
|
+
"name": "Accordion",
|
|
2238
|
+
"defaultProps": {
|
|
2239
|
+
"spacingHorizontal": "4",
|
|
2240
|
+
"spacingVertical": "4"
|
|
2241
|
+
},
|
|
2242
|
+
"getStylesLiterals": {},
|
|
2243
|
+
"cxLiterals": ["hover:bg-secondary/80", "w-full"],
|
|
2244
|
+
"internalComponents": [
|
|
2245
|
+
"Icon",
|
|
2246
|
+
"SpringMotionConfig",
|
|
2247
|
+
"Pressable",
|
|
2248
|
+
"Text",
|
|
2249
|
+
"HStack",
|
|
2250
|
+
"AnimatePresence",
|
|
2251
|
+
"VStack"
|
|
2252
|
+
],
|
|
2253
|
+
"internalComponentProps": {
|
|
2254
|
+
"Icon": {
|
|
2255
|
+
"variant": ["fill"],
|
|
2256
|
+
"size": ["sm"],
|
|
2257
|
+
"color": ["primary"]
|
|
2258
|
+
},
|
|
2259
|
+
"SpringMotionConfig": {
|
|
2260
|
+
"layoutVariant": ["smooth"],
|
|
2261
|
+
"layoutSpeed": ["3"]
|
|
2262
|
+
},
|
|
2263
|
+
"Pressable": {
|
|
2264
|
+
"display": ["flex"],
|
|
2265
|
+
"flexDirection": ["row"],
|
|
2266
|
+
"alignItems": ["center"],
|
|
2267
|
+
"justifyContent": ["space-between"],
|
|
2268
|
+
"borderRadius": ["md"]
|
|
2269
|
+
},
|
|
2270
|
+
"Text": {
|
|
2271
|
+
"variant": ["title4"],
|
|
2272
|
+
"color": ["primary"]
|
|
2273
|
+
},
|
|
2274
|
+
"HStack": {
|
|
2275
|
+
"display": ["flex"],
|
|
2276
|
+
"alignItems": ["center"],
|
|
2277
|
+
"justifyContent": ["space-between"],
|
|
2278
|
+
"columnGap": ["2.5"]
|
|
2279
|
+
}
|
|
2280
|
+
},
|
|
2281
|
+
"propToVariantKeys": {},
|
|
2282
|
+
"runtimeConfigDefaultProps": {},
|
|
2283
|
+
"runtimeConfigGetStyles": {},
|
|
2284
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2285
|
+
"motionVarPrefixes": ["--uds-motion-smooth-3-"]
|
|
2286
|
+
},
|
|
2287
|
+
AvoidMotionLibraryProvider: {
|
|
2288
|
+
"name": "AvoidMotionLibraryProvider",
|
|
2289
|
+
"defaultProps": {},
|
|
2290
|
+
"getStylesLiterals": {},
|
|
2291
|
+
"cxLiterals": [],
|
|
2292
|
+
"internalComponents": [],
|
|
2293
|
+
"internalComponentProps": {},
|
|
2294
|
+
"propToVariantKeys": {},
|
|
2295
|
+
"runtimeConfigDefaultProps": {},
|
|
2296
|
+
"runtimeConfigGetStyles": {},
|
|
2297
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2298
|
+
"motionVarPrefixes": []
|
|
2299
|
+
},
|
|
2300
|
+
SegmentedControl: {
|
|
2301
|
+
"name": "SegmentedControl",
|
|
2302
|
+
"defaultProps": { "textVariant": "label2" },
|
|
2206
2303
|
"getStylesLiterals": {
|
|
2207
|
-
"
|
|
2208
|
-
"
|
|
2209
|
-
"
|
|
2210
|
-
"
|
|
2304
|
+
"display": "flex",
|
|
2305
|
+
"alignItems": "center",
|
|
2306
|
+
"backgroundColor": "primary",
|
|
2307
|
+
"spacingVertical": "1",
|
|
2308
|
+
"spacingHorizontal": "3",
|
|
2309
|
+
"columnGap": "1.5",
|
|
2310
|
+
"borderWidth": "thin",
|
|
2311
|
+
"borderRadius": "full",
|
|
2312
|
+
"borderColor": "muted",
|
|
2313
|
+
"borderColor:1": "transparent",
|
|
2314
|
+
"color": "primary",
|
|
2315
|
+
"color:1": "tertiary",
|
|
2316
|
+
"color:2": "muted"
|
|
2211
2317
|
},
|
|
2212
2318
|
"cxLiterals": [
|
|
2213
|
-
"pointer-events-none",
|
|
2214
|
-
"absolute",
|
|
2215
|
-
"bottom-0",
|
|
2216
|
-
"left-0",
|
|
2217
|
-
"right-0",
|
|
2218
|
-
"h-[var(--uds-tab-underline-width,0px)]",
|
|
2219
|
-
"bg-[var(--uds-tab-underline-color,transparent)]",
|
|
2220
|
-
"transition-[height,background-color]",
|
|
2221
|
-
"duration-[240ms]",
|
|
2222
|
-
"ease-[cubic-bezier(0.2,0,0,1)]",
|
|
2223
|
-
"!bg-transparent",
|
|
2224
|
-
"!shadow-none",
|
|
2225
|
-
"inline-flex",
|
|
2226
|
-
"items-center",
|
|
2227
|
-
"shrink-0",
|
|
2228
|
-
"box-border",
|
|
2229
|
-
"relative",
|
|
2230
|
-
"z-[1]",
|
|
2231
|
-
"cursor-pointer",
|
|
2232
|
-
"select-none",
|
|
2233
|
-
"whitespace-nowrap",
|
|
2234
2319
|
"uds-ring",
|
|
2320
|
+
"cursor-not-allowed",
|
|
2235
2321
|
"opacity-50",
|
|
2236
|
-
"
|
|
2237
|
-
"
|
|
2238
|
-
"border-b-solid",
|
|
2239
|
-
"transition-colors"
|
|
2322
|
+
"pointer-events-none",
|
|
2323
|
+
"hover:bg-primary"
|
|
2240
2324
|
],
|
|
2241
2325
|
"internalComponents": [
|
|
2242
|
-
"
|
|
2243
|
-
"
|
|
2326
|
+
"Radio",
|
|
2327
|
+
"Icon",
|
|
2328
|
+
"RadioProvider",
|
|
2329
|
+
"HStack",
|
|
2330
|
+
"RadioGroup",
|
|
2331
|
+
"Pressable",
|
|
2244
2332
|
"Text"
|
|
2245
2333
|
],
|
|
2246
|
-
"internalComponentProps": {
|
|
2247
|
-
"
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2334
|
+
"internalComponentProps": {
|
|
2335
|
+
"Icon": {
|
|
2336
|
+
"size": ["sm"],
|
|
2337
|
+
"color": ["current"],
|
|
2338
|
+
"aria-hidden": ["true"]
|
|
2339
|
+
},
|
|
2340
|
+
"HStack": {
|
|
2341
|
+
"spacing": ["1"],
|
|
2342
|
+
"gap": ["1"],
|
|
2343
|
+
"backgroundColor": ["secondary"],
|
|
2344
|
+
"borderRadius": ["full"],
|
|
2345
|
+
"display": ["inline-flex"]
|
|
2346
|
+
},
|
|
2347
|
+
"Text": { "color": ["current"] }
|
|
2348
|
+
},
|
|
2251
2349
|
"propToVariantKeys": {
|
|
2252
|
-
"
|
|
2253
|
-
"
|
|
2254
|
-
"
|
|
2255
|
-
"endIcon": ["icon"]
|
|
2350
|
+
"value": ["key"],
|
|
2351
|
+
"label": ["aria-label"],
|
|
2352
|
+
"textVariant": ["variant"]
|
|
2256
2353
|
},
|
|
2257
2354
|
"runtimeConfigDefaultProps": {},
|
|
2258
2355
|
"runtimeConfigGetStyles": {},
|
|
2259
2356
|
"runtimeConfigInternalComponentProps": {},
|
|
2260
2357
|
"motionVarPrefixes": []
|
|
2261
2358
|
},
|
|
2262
|
-
|
|
2263
|
-
"name": "
|
|
2264
|
-
"defaultProps": {
|
|
2359
|
+
SwitchV2: {
|
|
2360
|
+
"name": "SwitchV2",
|
|
2361
|
+
"defaultProps": {
|
|
2362
|
+
"labelPosition": "start",
|
|
2363
|
+
"size": "md"
|
|
2364
|
+
},
|
|
2265
2365
|
"getStylesLiterals": {
|
|
2266
|
-
"
|
|
2267
|
-
"
|
|
2366
|
+
"switchVariantRoot": "default",
|
|
2367
|
+
"switchVariantActiveRoot": "on",
|
|
2368
|
+
"switchVariantActiveRoot:1": "off",
|
|
2369
|
+
"switchVariantSwitch": "default",
|
|
2370
|
+
"switchVariantActiveSwitch": "on",
|
|
2371
|
+
"switchVariantActiveSwitch:1": "off",
|
|
2372
|
+
"switchVariantActiveHandle": "on",
|
|
2373
|
+
"switchVariantActiveHandle:1": "off",
|
|
2374
|
+
"switchVariantHandle": "default",
|
|
2375
|
+
"switchVariantHandleIcon": "default",
|
|
2376
|
+
"switchVariantActiveHandleIcon": "on",
|
|
2377
|
+
"switchVariantActiveHandleIcon:1": "off"
|
|
2268
2378
|
},
|
|
2269
2379
|
"cxLiterals": [
|
|
2380
|
+
"group",
|
|
2381
|
+
"flex",
|
|
2382
|
+
"items-center",
|
|
2383
|
+
"flex-row",
|
|
2384
|
+
"flex-row-reverse",
|
|
2385
|
+
"uds-ring",
|
|
2386
|
+
"uds-ring-within",
|
|
2387
|
+
"relative",
|
|
2388
|
+
"uds-border-radius-full",
|
|
2389
|
+
"transition-[background-color,box-shadow]",
|
|
2270
2390
|
"pointer-events-none",
|
|
2391
|
+
"w-full",
|
|
2392
|
+
"h-full",
|
|
2271
2393
|
"absolute",
|
|
2394
|
+
"top-0",
|
|
2272
2395
|
"bottom-0",
|
|
2273
|
-
"left-0",
|
|
2274
2396
|
"right-0",
|
|
2275
|
-
"
|
|
2276
|
-
"
|
|
2277
|
-
"
|
|
2278
|
-
"
|
|
2279
|
-
"
|
|
2280
|
-
"
|
|
2281
|
-
"
|
|
2282
|
-
"
|
|
2283
|
-
"
|
|
2284
|
-
"
|
|
2285
|
-
"
|
|
2286
|
-
"
|
|
2287
|
-
"
|
|
2288
|
-
"
|
|
2289
|
-
"
|
|
2290
|
-
"
|
|
2291
|
-
"
|
|
2292
|
-
"
|
|
2293
|
-
"
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
"
|
|
2297
|
-
"
|
|
2298
|
-
"
|
|
2299
|
-
"
|
|
2300
|
-
"
|
|
2301
|
-
"
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
"
|
|
2305
|
-
"
|
|
2306
|
-
|
|
2307
|
-
|
|
2397
|
+
"left-0",
|
|
2398
|
+
"overflow-hidden",
|
|
2399
|
+
"group-hover:scale-105",
|
|
2400
|
+
"opacity-95",
|
|
2401
|
+
"group-hover:opacity-100",
|
|
2402
|
+
"transition-[transform,opacity]",
|
|
2403
|
+
"opacity-0",
|
|
2404
|
+
"top-1/2",
|
|
2405
|
+
"left-1/2",
|
|
2406
|
+
"transform",
|
|
2407
|
+
"translate-x-[-50%]",
|
|
2408
|
+
"translate-y-[-50%]",
|
|
2409
|
+
"transition-opacity",
|
|
2410
|
+
"cursor-[inherit]",
|
|
2411
|
+
"w-[calc(100%+2px)]",
|
|
2412
|
+
"h-[calc(100%+2px)]",
|
|
2413
|
+
"text-start",
|
|
2414
|
+
"text-end",
|
|
2415
|
+
"opacity-100"
|
|
2416
|
+
],
|
|
2417
|
+
"internalComponents": [
|
|
2418
|
+
"IconSlot",
|
|
2419
|
+
"Box",
|
|
2420
|
+
"FormLabel",
|
|
2421
|
+
"SpringMotionConfig",
|
|
2422
|
+
"RootElement",
|
|
2423
|
+
"MotionBox"
|
|
2424
|
+
],
|
|
2425
|
+
"internalComponentProps": {
|
|
2426
|
+
"IconSlot": { "data-testid": ["on-icon", "off-icon"] },
|
|
2427
|
+
"FormLabel": {
|
|
2428
|
+
"as": ["div"],
|
|
2429
|
+
"variant": ["inherit"],
|
|
2430
|
+
"color": ["inherit"]
|
|
2431
|
+
},
|
|
2432
|
+
"SpringMotionConfig": {
|
|
2433
|
+
"layoutVariant": ["bouncy"],
|
|
2434
|
+
"layoutSpeed": ["4"]
|
|
2435
|
+
},
|
|
2436
|
+
"RootElement": { "data-testid": ["switch-root"] },
|
|
2437
|
+
"MotionBox": { "layout": ["position"] }
|
|
2438
|
+
},
|
|
2439
|
+
"propToVariantKeys": {
|
|
2440
|
+
"size": [
|
|
2441
|
+
"switchSizeRoot",
|
|
2442
|
+
"switchSizeSwitch",
|
|
2443
|
+
"switchSizeHandle",
|
|
2444
|
+
"switchSizeHandleIcon"
|
|
2445
|
+
],
|
|
2446
|
+
"onIcon": ["icon"],
|
|
2447
|
+
"offIcon": ["icon"],
|
|
2448
|
+
"reduceMotion": ["reducedMotion"],
|
|
2449
|
+
"isOn": ["layoutDependency"]
|
|
2450
|
+
},
|
|
2451
|
+
"runtimeConfigDefaultProps": {},
|
|
2452
|
+
"runtimeConfigGetStyles": {},
|
|
2453
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2454
|
+
"motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
|
|
2455
|
+
},
|
|
2456
|
+
Tooltip: {
|
|
2457
|
+
"name": "Tooltip",
|
|
2458
|
+
"defaultProps": {},
|
|
2459
|
+
"getStylesLiterals": {},
|
|
2460
|
+
"cxLiterals": [],
|
|
2461
|
+
"internalComponents": ["TooltipInternalContext.Provider", "TooltipProvider"],
|
|
2462
|
+
"internalComponentProps": {},
|
|
2463
|
+
"propToVariantKeys": {},
|
|
2464
|
+
"runtimeConfigDefaultProps": {},
|
|
2465
|
+
"runtimeConfigGetStyles": {},
|
|
2466
|
+
"runtimeConfigInternalComponentProps": { "TooltipProvider": { "animated": ["tooltip.animationDuration"] } },
|
|
2467
|
+
"motionVarPrefixes": []
|
|
2468
|
+
},
|
|
2469
|
+
TooltipContent: {
|
|
2470
|
+
"name": "TooltipContent",
|
|
2471
|
+
"defaultProps": {},
|
|
2472
|
+
"getStylesLiterals": {
|
|
2473
|
+
"tooltipSizeRoot": "default",
|
|
2474
|
+
"tooltipVariantRoot": "default",
|
|
2475
|
+
"tooltipSizeSvg": "default",
|
|
2476
|
+
"tooltipVariantSvg": "default",
|
|
2477
|
+
"tooltipVariantBlur": "default",
|
|
2478
|
+
"position": "absolute",
|
|
2479
|
+
"width": "full",
|
|
2480
|
+
"height": "full",
|
|
2481
|
+
"tooltipSizeTitle": "default",
|
|
2482
|
+
"tooltipSizeBody": "default",
|
|
2483
|
+
"tooltipSizeEndContent": "default",
|
|
2484
|
+
"tooltipSizeIcon": "default",
|
|
2485
|
+
"tooltipVariantIcon": "default"
|
|
2486
|
+
},
|
|
2487
|
+
"cxLiterals": [
|
|
2488
|
+
"max-w-lg",
|
|
2489
|
+
"flex",
|
|
2490
|
+
"z-[9999]",
|
|
2491
|
+
"uds-bgBlurFillFallback",
|
|
2492
|
+
"uds-bgBlurFallback",
|
|
2493
|
+
"top-0",
|
|
2494
|
+
"left-0",
|
|
2495
|
+
"z-[1]"
|
|
2308
2496
|
],
|
|
2309
|
-
"internalComponents": [
|
|
2310
|
-
|
|
2311
|
-
|
|
2497
|
+
"internalComponents": [
|
|
2498
|
+
"IconSlot",
|
|
2499
|
+
"TooltipArrow",
|
|
2500
|
+
"Tooltip",
|
|
2501
|
+
"SvgFloatingOverlay",
|
|
2502
|
+
"VStack",
|
|
2503
|
+
"Box",
|
|
2504
|
+
"Text"
|
|
2505
|
+
],
|
|
2506
|
+
"internalComponentProps": {
|
|
2507
|
+
"SvgFloatingOverlay": { "contentOverflow": ["visible"] },
|
|
2508
|
+
"VStack": { "className": ["gap-[inherit]"] },
|
|
2509
|
+
"Box": {
|
|
2510
|
+
"alignItems": ["center"],
|
|
2511
|
+
"columnGap": ["1", "1.5"]
|
|
2512
|
+
},
|
|
2513
|
+
"Text": { "color": ["inherit"] }
|
|
2514
|
+
},
|
|
2515
|
+
"propToVariantKeys": { "startTitleIcon": ["icon"] },
|
|
2312
2516
|
"runtimeConfigDefaultProps": {},
|
|
2313
2517
|
"runtimeConfigGetStyles": {},
|
|
2314
2518
|
"runtimeConfigInternalComponentProps": {},
|
|
2315
2519
|
"motionVarPrefixes": []
|
|
2316
2520
|
},
|
|
2317
|
-
|
|
2318
|
-
"name": "
|
|
2521
|
+
TooltipTrigger: {
|
|
2522
|
+
"name": "TooltipTrigger",
|
|
2319
2523
|
"defaultProps": {},
|
|
2320
2524
|
"getStylesLiterals": {},
|
|
2321
2525
|
"cxLiterals": [],
|
|
2322
|
-
"internalComponents": ["
|
|
2323
|
-
"internalComponentProps": {},
|
|
2324
|
-
"propToVariantKeys": {},
|
|
2526
|
+
"internalComponents": ["TooltipAnchor"],
|
|
2527
|
+
"internalComponentProps": { "TooltipAnchor": { "className": ["inline"] } },
|
|
2528
|
+
"propToVariantKeys": { "children": ["render"] },
|
|
2325
2529
|
"runtimeConfigDefaultProps": {},
|
|
2326
2530
|
"runtimeConfigGetStyles": {},
|
|
2327
2531
|
"runtimeConfigInternalComponentProps": {},
|
|
2328
2532
|
"motionVarPrefixes": []
|
|
2329
2533
|
},
|
|
2330
|
-
|
|
2331
|
-
"name": "
|
|
2332
|
-
"defaultProps": {
|
|
2534
|
+
UDSTooltipConfigProvider: {
|
|
2535
|
+
"name": "UDSTooltipConfigProvider",
|
|
2536
|
+
"defaultProps": {},
|
|
2333
2537
|
"getStylesLiterals": {},
|
|
2334
2538
|
"cxLiterals": [],
|
|
2335
|
-
"internalComponents": ["
|
|
2539
|
+
"internalComponents": ["TooltipContext.Provider"],
|
|
2336
2540
|
"internalComponentProps": {},
|
|
2337
|
-
"propToVariantKeys": {
|
|
2541
|
+
"propToVariantKeys": {},
|
|
2338
2542
|
"runtimeConfigDefaultProps": {},
|
|
2339
2543
|
"runtimeConfigGetStyles": {},
|
|
2340
2544
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -2448,210 +2652,22 @@ var componentData_default = {
|
|
|
2448
2652
|
"getStylesLiterals": {},
|
|
2449
2653
|
"cxLiterals": [],
|
|
2450
2654
|
"internalComponents": ["ReactToastifyToastContainer"],
|
|
2451
|
-
"internalComponentProps": {},
|
|
2452
|
-
"propToVariantKeys": {},
|
|
2453
|
-
"runtimeConfigDefaultProps": {
|
|
2454
|
-
"size": "toast.defaultSize",
|
|
2455
|
-
"variant": "toast.defaultVariant"
|
|
2456
|
-
},
|
|
2457
|
-
"runtimeConfigGetStyles": {},
|
|
2458
|
-
"runtimeConfigInternalComponentProps": { "ReactToastifyToastContainer": { "autoClose": ["toast.autoClose"] } },
|
|
2459
|
-
"motionVarPrefixes": []
|
|
2460
|
-
},
|
|
2461
|
-
UDSToastConfigProvider: {
|
|
2462
|
-
"name": "UDSToastConfigProvider",
|
|
2463
|
-
"defaultProps": {},
|
|
2464
|
-
"getStylesLiterals": {},
|
|
2465
|
-
"cxLiterals": [],
|
|
2466
|
-
"internalComponents": ["ToastContext.Provider"],
|
|
2467
|
-
"internalComponentProps": {},
|
|
2468
|
-
"propToVariantKeys": {},
|
|
2469
|
-
"runtimeConfigDefaultProps": {},
|
|
2470
|
-
"runtimeConfigGetStyles": {},
|
|
2471
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2472
|
-
"motionVarPrefixes": []
|
|
2473
|
-
},
|
|
2474
|
-
Tooltip: {
|
|
2475
|
-
"name": "Tooltip",
|
|
2476
|
-
"defaultProps": {},
|
|
2477
|
-
"getStylesLiterals": {},
|
|
2478
|
-
"cxLiterals": [],
|
|
2479
|
-
"internalComponents": ["TooltipInternalContext.Provider", "TooltipProvider"],
|
|
2480
|
-
"internalComponentProps": {},
|
|
2481
|
-
"propToVariantKeys": {},
|
|
2482
|
-
"runtimeConfigDefaultProps": {},
|
|
2483
|
-
"runtimeConfigGetStyles": {},
|
|
2484
|
-
"runtimeConfigInternalComponentProps": { "TooltipProvider": { "animated": ["tooltip.animationDuration"] } },
|
|
2485
|
-
"motionVarPrefixes": []
|
|
2486
|
-
},
|
|
2487
|
-
TooltipContent: {
|
|
2488
|
-
"name": "TooltipContent",
|
|
2489
|
-
"defaultProps": {},
|
|
2490
|
-
"getStylesLiterals": {
|
|
2491
|
-
"tooltipSizeRoot": "default",
|
|
2492
|
-
"tooltipVariantRoot": "default",
|
|
2493
|
-
"tooltipSizeSvg": "default",
|
|
2494
|
-
"tooltipVariantSvg": "default",
|
|
2495
|
-
"tooltipVariantBlur": "default",
|
|
2496
|
-
"position": "absolute",
|
|
2497
|
-
"width": "full",
|
|
2498
|
-
"height": "full",
|
|
2499
|
-
"tooltipSizeTitle": "default",
|
|
2500
|
-
"tooltipSizeBody": "default",
|
|
2501
|
-
"tooltipSizeEndContent": "default",
|
|
2502
|
-
"tooltipSizeIcon": "default",
|
|
2503
|
-
"tooltipVariantIcon": "default"
|
|
2504
|
-
},
|
|
2505
|
-
"cxLiterals": [
|
|
2506
|
-
"max-w-lg",
|
|
2507
|
-
"flex",
|
|
2508
|
-
"z-[9999]",
|
|
2509
|
-
"uds-bgBlurFillFallback",
|
|
2510
|
-
"uds-bgBlurFallback",
|
|
2511
|
-
"top-0",
|
|
2512
|
-
"left-0",
|
|
2513
|
-
"z-[1]"
|
|
2514
|
-
],
|
|
2515
|
-
"internalComponents": [
|
|
2516
|
-
"IconSlot",
|
|
2517
|
-
"TooltipArrow",
|
|
2518
|
-
"Tooltip",
|
|
2519
|
-
"SvgFloatingOverlay",
|
|
2520
|
-
"VStack",
|
|
2521
|
-
"Box",
|
|
2522
|
-
"Text"
|
|
2523
|
-
],
|
|
2524
|
-
"internalComponentProps": {
|
|
2525
|
-
"SvgFloatingOverlay": { "contentOverflow": ["visible"] },
|
|
2526
|
-
"VStack": { "className": ["gap-[inherit]"] },
|
|
2527
|
-
"Box": {
|
|
2528
|
-
"alignItems": ["center"],
|
|
2529
|
-
"columnGap": ["1", "1.5"]
|
|
2530
|
-
},
|
|
2531
|
-
"Text": { "color": ["inherit"] }
|
|
2532
|
-
},
|
|
2533
|
-
"propToVariantKeys": { "startTitleIcon": ["icon"] },
|
|
2534
|
-
"runtimeConfigDefaultProps": {},
|
|
2535
|
-
"runtimeConfigGetStyles": {},
|
|
2536
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2537
|
-
"motionVarPrefixes": []
|
|
2538
|
-
},
|
|
2539
|
-
TooltipTrigger: {
|
|
2540
|
-
"name": "TooltipTrigger",
|
|
2541
|
-
"defaultProps": {},
|
|
2542
|
-
"getStylesLiterals": {},
|
|
2543
|
-
"cxLiterals": [],
|
|
2544
|
-
"internalComponents": ["TooltipAnchor"],
|
|
2545
|
-
"internalComponentProps": { "TooltipAnchor": { "className": ["inline"] } },
|
|
2546
|
-
"propToVariantKeys": { "children": ["render"] },
|
|
2547
|
-
"runtimeConfigDefaultProps": {},
|
|
2548
|
-
"runtimeConfigGetStyles": {},
|
|
2549
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2550
|
-
"motionVarPrefixes": []
|
|
2551
|
-
},
|
|
2552
|
-
UDSTooltipConfigProvider: {
|
|
2553
|
-
"name": "UDSTooltipConfigProvider",
|
|
2554
|
-
"defaultProps": {},
|
|
2555
|
-
"getStylesLiterals": {},
|
|
2556
|
-
"cxLiterals": [],
|
|
2557
|
-
"internalComponents": ["TooltipContext.Provider"],
|
|
2558
|
-
"internalComponentProps": {},
|
|
2559
|
-
"propToVariantKeys": {},
|
|
2560
|
-
"runtimeConfigDefaultProps": {},
|
|
2561
|
-
"runtimeConfigGetStyles": {},
|
|
2562
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2563
|
-
"motionVarPrefixes": []
|
|
2564
|
-
},
|
|
2565
|
-
UDSBreakpointsConfigProvider: {
|
|
2566
|
-
"name": "UDSBreakpointsConfigProvider",
|
|
2567
|
-
"defaultProps": {},
|
|
2568
|
-
"getStylesLiterals": {},
|
|
2569
|
-
"cxLiterals": [],
|
|
2570
|
-
"internalComponents": ["UDSBreakpointsConfigContext.Provider"],
|
|
2571
|
-
"internalComponentProps": {},
|
|
2572
|
-
"propToVariantKeys": {},
|
|
2573
|
-
"runtimeConfigDefaultProps": {},
|
|
2574
|
-
"runtimeConfigGetStyles": {},
|
|
2575
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2576
|
-
"motionVarPrefixes": []
|
|
2577
|
-
},
|
|
2578
|
-
UDSConfigProvider: {
|
|
2579
|
-
"name": "UDSConfigProvider",
|
|
2580
|
-
"defaultProps": {},
|
|
2581
|
-
"getStylesLiterals": {},
|
|
2582
|
-
"cxLiterals": [],
|
|
2583
|
-
"internalComponents": [
|
|
2584
|
-
"UDSBreakpointsConfigProvider",
|
|
2585
|
-
"UDSBottomSheetConfigProvider",
|
|
2586
|
-
"UDSToastConfigProvider",
|
|
2587
|
-
"UDSTooltipConfigProvider",
|
|
2588
|
-
"UDSPopoverConfigProvider",
|
|
2589
|
-
"UDSModalConfigProvider"
|
|
2590
|
-
],
|
|
2591
|
-
"internalComponentProps": {},
|
|
2592
|
-
"propToVariantKeys": {},
|
|
2593
|
-
"runtimeConfigDefaultProps": {},
|
|
2594
|
-
"runtimeConfigGetStyles": {},
|
|
2595
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2596
|
-
"motionVarPrefixes": []
|
|
2597
|
-
},
|
|
2598
|
-
Accordion: {
|
|
2599
|
-
"name": "Accordion",
|
|
2600
|
-
"defaultProps": {
|
|
2601
|
-
"spacingHorizontal": "4",
|
|
2602
|
-
"spacingVertical": "4"
|
|
2603
|
-
},
|
|
2604
|
-
"getStylesLiterals": {},
|
|
2605
|
-
"cxLiterals": ["hover:bg-secondary/80", "w-full"],
|
|
2606
|
-
"internalComponents": [
|
|
2607
|
-
"Icon",
|
|
2608
|
-
"SpringMotionConfig",
|
|
2609
|
-
"Pressable",
|
|
2610
|
-
"Text",
|
|
2611
|
-
"HStack",
|
|
2612
|
-
"AnimatePresence",
|
|
2613
|
-
"VStack"
|
|
2614
|
-
],
|
|
2615
|
-
"internalComponentProps": {
|
|
2616
|
-
"Icon": {
|
|
2617
|
-
"variant": ["fill"],
|
|
2618
|
-
"size": ["sm"],
|
|
2619
|
-
"color": ["primary"]
|
|
2620
|
-
},
|
|
2621
|
-
"SpringMotionConfig": {
|
|
2622
|
-
"layoutVariant": ["smooth"],
|
|
2623
|
-
"layoutSpeed": ["3"]
|
|
2624
|
-
},
|
|
2625
|
-
"Pressable": {
|
|
2626
|
-
"display": ["flex"],
|
|
2627
|
-
"flexDirection": ["row"],
|
|
2628
|
-
"alignItems": ["center"],
|
|
2629
|
-
"justifyContent": ["space-between"],
|
|
2630
|
-
"borderRadius": ["md"]
|
|
2631
|
-
},
|
|
2632
|
-
"Text": {
|
|
2633
|
-
"variant": ["title4"],
|
|
2634
|
-
"color": ["primary"]
|
|
2635
|
-
},
|
|
2636
|
-
"HStack": {
|
|
2637
|
-
"display": ["flex"],
|
|
2638
|
-
"alignItems": ["center"],
|
|
2639
|
-
"justifyContent": ["space-between"],
|
|
2640
|
-
"columnGap": ["2.5"]
|
|
2641
|
-
}
|
|
2642
|
-
},
|
|
2655
|
+
"internalComponentProps": {},
|
|
2643
2656
|
"propToVariantKeys": {},
|
|
2644
|
-
"runtimeConfigDefaultProps": {
|
|
2657
|
+
"runtimeConfigDefaultProps": {
|
|
2658
|
+
"size": "toast.defaultSize",
|
|
2659
|
+
"variant": "toast.defaultVariant"
|
|
2660
|
+
},
|
|
2645
2661
|
"runtimeConfigGetStyles": {},
|
|
2646
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2647
|
-
"motionVarPrefixes": [
|
|
2662
|
+
"runtimeConfigInternalComponentProps": { "ReactToastifyToastContainer": { "autoClose": ["toast.autoClose"] } },
|
|
2663
|
+
"motionVarPrefixes": []
|
|
2648
2664
|
},
|
|
2649
|
-
|
|
2650
|
-
"name": "
|
|
2665
|
+
UDSToastConfigProvider: {
|
|
2666
|
+
"name": "UDSToastConfigProvider",
|
|
2651
2667
|
"defaultProps": {},
|
|
2652
2668
|
"getStylesLiterals": {},
|
|
2653
2669
|
"cxLiterals": [],
|
|
2654
|
-
"internalComponents": [],
|
|
2670
|
+
"internalComponents": ["ToastContext.Provider"],
|
|
2655
2671
|
"internalComponentProps": {},
|
|
2656
2672
|
"propToVariantKeys": {},
|
|
2657
2673
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2659,161 +2675,145 @@ var componentData_default = {
|
|
|
2659
2675
|
"runtimeConfigInternalComponentProps": {},
|
|
2660
2676
|
"motionVarPrefixes": []
|
|
2661
2677
|
},
|
|
2662
|
-
|
|
2663
|
-
"name": "
|
|
2664
|
-
"defaultProps": { "
|
|
2678
|
+
Tab: {
|
|
2679
|
+
"name": "Tab",
|
|
2680
|
+
"defaultProps": { "variant": "primary" },
|
|
2665
2681
|
"getStylesLiterals": {
|
|
2666
|
-
"
|
|
2667
|
-
"
|
|
2668
|
-
"
|
|
2669
|
-
"
|
|
2670
|
-
"spacingHorizontal": "3",
|
|
2671
|
-
"columnGap": "1.5",
|
|
2672
|
-
"borderWidth": "thin",
|
|
2673
|
-
"borderRadius": "full",
|
|
2674
|
-
"borderColor": "muted",
|
|
2675
|
-
"borderColor:1": "transparent",
|
|
2676
|
-
"color": "primary",
|
|
2677
|
-
"color:1": "tertiary",
|
|
2678
|
-
"color:2": "muted"
|
|
2682
|
+
"tabSizeRoot": "default",
|
|
2683
|
+
"tabVariantActiveRoot": "off",
|
|
2684
|
+
"tabVariantActiveRoot:1": "on",
|
|
2685
|
+
"tabSizeIcon": "default"
|
|
2679
2686
|
},
|
|
2680
2687
|
"cxLiterals": [
|
|
2688
|
+
"pointer-events-none",
|
|
2689
|
+
"absolute",
|
|
2690
|
+
"bottom-0",
|
|
2691
|
+
"left-0",
|
|
2692
|
+
"right-0",
|
|
2693
|
+
"h-[var(--uds-tab-underline-width,0px)]",
|
|
2694
|
+
"bg-[var(--uds-tab-underline-color,transparent)]",
|
|
2695
|
+
"transition-[height,background-color]",
|
|
2696
|
+
"duration-[240ms]",
|
|
2697
|
+
"ease-[cubic-bezier(0.2,0,0,1)]",
|
|
2698
|
+
"!bg-transparent",
|
|
2699
|
+
"!shadow-none",
|
|
2700
|
+
"inline-flex",
|
|
2701
|
+
"items-center",
|
|
2702
|
+
"shrink-0",
|
|
2703
|
+
"box-border",
|
|
2704
|
+
"relative",
|
|
2705
|
+
"z-[1]",
|
|
2706
|
+
"cursor-pointer",
|
|
2707
|
+
"select-none",
|
|
2708
|
+
"whitespace-nowrap",
|
|
2681
2709
|
"uds-ring",
|
|
2682
|
-
"cursor-not-allowed",
|
|
2683
2710
|
"opacity-50",
|
|
2684
|
-
"
|
|
2685
|
-
"
|
|
2711
|
+
"cursor-default",
|
|
2712
|
+
"border-solid",
|
|
2713
|
+
"border-b-solid",
|
|
2714
|
+
"transition-colors"
|
|
2686
2715
|
],
|
|
2687
2716
|
"internalComponents": [
|
|
2688
|
-
"
|
|
2689
|
-
"
|
|
2690
|
-
"RadioProvider",
|
|
2691
|
-
"HStack",
|
|
2692
|
-
"RadioGroup",
|
|
2693
|
-
"Pressable",
|
|
2717
|
+
"IconSlot",
|
|
2718
|
+
"AriakitTab",
|
|
2694
2719
|
"Text"
|
|
2695
2720
|
],
|
|
2696
|
-
"internalComponentProps": {
|
|
2697
|
-
"
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
},
|
|
2702
|
-
"HStack": {
|
|
2703
|
-
"spacing": ["1"],
|
|
2704
|
-
"gap": ["1"],
|
|
2705
|
-
"backgroundColor": ["secondary"],
|
|
2706
|
-
"borderRadius": ["full"],
|
|
2707
|
-
"display": ["inline-flex"]
|
|
2708
|
-
},
|
|
2709
|
-
"Text": { "color": ["current"] }
|
|
2710
|
-
},
|
|
2721
|
+
"internalComponentProps": { "Text": {
|
|
2722
|
+
"variant": ["inherit"],
|
|
2723
|
+
"as": ["span"],
|
|
2724
|
+
"color": ["current"]
|
|
2725
|
+
} },
|
|
2711
2726
|
"propToVariantKeys": {
|
|
2712
|
-
"
|
|
2713
|
-
"
|
|
2714
|
-
"
|
|
2727
|
+
"variant": ["tabVariantRoot", "tabVariantIcon"],
|
|
2728
|
+
"activeState": ["tabVariantActiveIcon"],
|
|
2729
|
+
"startIcon": ["icon"],
|
|
2730
|
+
"endIcon": ["icon"]
|
|
2715
2731
|
},
|
|
2716
2732
|
"runtimeConfigDefaultProps": {},
|
|
2717
2733
|
"runtimeConfigGetStyles": {},
|
|
2718
2734
|
"runtimeConfigInternalComponentProps": {},
|
|
2719
2735
|
"motionVarPrefixes": []
|
|
2720
2736
|
},
|
|
2721
|
-
|
|
2722
|
-
"name": "
|
|
2723
|
-
"defaultProps": {
|
|
2724
|
-
"labelPosition": "start",
|
|
2725
|
-
"size": "md"
|
|
2726
|
-
},
|
|
2737
|
+
TabList: {
|
|
2738
|
+
"name": "TabList",
|
|
2739
|
+
"defaultProps": { "variant": "primary" },
|
|
2727
2740
|
"getStylesLiterals": {
|
|
2728
|
-
"
|
|
2729
|
-
"
|
|
2730
|
-
"switchVariantActiveRoot:1": "off",
|
|
2731
|
-
"switchVariantSwitch": "default",
|
|
2732
|
-
"switchVariantActiveSwitch": "on",
|
|
2733
|
-
"switchVariantActiveSwitch:1": "off",
|
|
2734
|
-
"switchVariantActiveHandle": "on",
|
|
2735
|
-
"switchVariantActiveHandle:1": "off",
|
|
2736
|
-
"switchVariantHandle": "default",
|
|
2737
|
-
"switchVariantHandleIcon": "default",
|
|
2738
|
-
"switchVariantActiveHandleIcon": "on",
|
|
2739
|
-
"switchVariantActiveHandleIcon:1": "off"
|
|
2741
|
+
"tabSizeRoot": "default",
|
|
2742
|
+
"tabVariantActiveRoot": "on"
|
|
2740
2743
|
},
|
|
2741
2744
|
"cxLiterals": [
|
|
2742
|
-
"group",
|
|
2743
|
-
"flex",
|
|
2744
|
-
"items-center",
|
|
2745
|
-
"flex-row",
|
|
2746
|
-
"flex-row-reverse",
|
|
2747
|
-
"uds-ring",
|
|
2748
|
-
"uds-ring-within",
|
|
2749
|
-
"relative",
|
|
2750
|
-
"uds-border-radius-full",
|
|
2751
|
-
"transition-[background-color,box-shadow]",
|
|
2752
2745
|
"pointer-events-none",
|
|
2753
|
-
"w-full",
|
|
2754
|
-
"h-full",
|
|
2755
2746
|
"absolute",
|
|
2756
|
-
"top-0",
|
|
2757
2747
|
"bottom-0",
|
|
2758
|
-
"right-0",
|
|
2759
2748
|
"left-0",
|
|
2760
|
-
"
|
|
2761
|
-
"
|
|
2762
|
-
"
|
|
2763
|
-
"
|
|
2764
|
-
"
|
|
2765
|
-
"
|
|
2766
|
-
"
|
|
2767
|
-
"
|
|
2768
|
-
"
|
|
2769
|
-
"
|
|
2770
|
-
"
|
|
2771
|
-
"
|
|
2772
|
-
"
|
|
2773
|
-
"
|
|
2774
|
-
"
|
|
2775
|
-
"
|
|
2776
|
-
"
|
|
2777
|
-
"
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
"
|
|
2781
|
-
"
|
|
2782
|
-
"
|
|
2783
|
-
"
|
|
2784
|
-
"
|
|
2785
|
-
"
|
|
2749
|
+
"right-0",
|
|
2750
|
+
"h-[var(--uds-tab-underline-width,0px)]",
|
|
2751
|
+
"bg-[var(--uds-tab-underline-color,transparent)]",
|
|
2752
|
+
"transition-[height,background-color]",
|
|
2753
|
+
"duration-[240ms]",
|
|
2754
|
+
"ease-[cubic-bezier(0.2,0,0,1)]",
|
|
2755
|
+
"!m-0",
|
|
2756
|
+
"!p-0",
|
|
2757
|
+
"!gap-0",
|
|
2758
|
+
"box-border",
|
|
2759
|
+
"z-0",
|
|
2760
|
+
"min-w-0",
|
|
2761
|
+
"min-h-0",
|
|
2762
|
+
"flex",
|
|
2763
|
+
"flex-row",
|
|
2764
|
+
"items-center",
|
|
2765
|
+
"overflow-x-auto",
|
|
2766
|
+
"overflow-y-clip",
|
|
2767
|
+
"scrollbar-none",
|
|
2768
|
+
"[overflow-clip-margin:6px]",
|
|
2769
|
+
"overflow-clip",
|
|
2770
|
+
"[overflow-clip-margin:8px]",
|
|
2771
|
+
"relative",
|
|
2772
|
+
"left",
|
|
2773
|
+
"240ms",
|
|
2774
|
+
"cubic-bezier(0.2,",
|
|
2775
|
+
"0,",
|
|
2776
|
+
"1),",
|
|
2777
|
+
"top",
|
|
2778
|
+
"width",
|
|
2779
|
+
"height",
|
|
2780
|
+
"1)",
|
|
2781
|
+
"--uds-tab-underline-color",
|
|
2782
|
+
"--uds-tab-underline-width"
|
|
2786
2783
|
],
|
|
2787
|
-
"
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
"as": ["div"],
|
|
2791
|
-
"variant": ["inherit"],
|
|
2792
|
-
"color": ["inherit"]
|
|
2793
|
-
},
|
|
2794
|
-
"SpringMotionConfig": {
|
|
2795
|
-
"layoutVariant": ["bouncy"],
|
|
2796
|
-
"layoutSpeed": ["4"]
|
|
2797
|
-
},
|
|
2798
|
-
"RootElement": { "data-testid": ["switch-root"] },
|
|
2799
|
-
"MotionBox": { "layout": ["position"] }
|
|
2800
|
-
},
|
|
2801
|
-
"propToVariantKeys": {
|
|
2802
|
-
"size": [
|
|
2803
|
-
"switchSizeRoot",
|
|
2804
|
-
"switchSizeSwitch",
|
|
2805
|
-
"switchSizeHandle",
|
|
2806
|
-
"switchSizeHandleIcon"
|
|
2807
|
-
],
|
|
2808
|
-
"onIcon": ["icon"],
|
|
2809
|
-
"offIcon": ["icon"],
|
|
2810
|
-
"reduceMotion": ["reducedMotion"],
|
|
2811
|
-
"isOn": ["layoutDependency"]
|
|
2812
|
-
},
|
|
2784
|
+
"internalComponents": ["AriakitTabList"],
|
|
2785
|
+
"internalComponentProps": {},
|
|
2786
|
+
"propToVariantKeys": { "variant": ["tabsVariantRoot", "tabVariantRoot"] },
|
|
2813
2787
|
"runtimeConfigDefaultProps": {},
|
|
2814
2788
|
"runtimeConfigGetStyles": {},
|
|
2815
2789
|
"runtimeConfigInternalComponentProps": {},
|
|
2816
|
-
"motionVarPrefixes": [
|
|
2790
|
+
"motionVarPrefixes": []
|
|
2791
|
+
},
|
|
2792
|
+
TabPanel: {
|
|
2793
|
+
"name": "TabPanel",
|
|
2794
|
+
"defaultProps": {},
|
|
2795
|
+
"getStylesLiterals": {},
|
|
2796
|
+
"cxLiterals": [],
|
|
2797
|
+
"internalComponents": ["AriakitTabPanel"],
|
|
2798
|
+
"internalComponentProps": {},
|
|
2799
|
+
"propToVariantKeys": {},
|
|
2800
|
+
"runtimeConfigDefaultProps": {},
|
|
2801
|
+
"runtimeConfigGetStyles": {},
|
|
2802
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2803
|
+
"motionVarPrefixes": []
|
|
2804
|
+
},
|
|
2805
|
+
Tabs: {
|
|
2806
|
+
"name": "Tabs",
|
|
2807
|
+
"defaultProps": { "variant": "primary" },
|
|
2808
|
+
"getStylesLiterals": {},
|
|
2809
|
+
"cxLiterals": [],
|
|
2810
|
+
"internalComponents": ["TabsContext.Provider", "TabProvider"],
|
|
2811
|
+
"internalComponentProps": {},
|
|
2812
|
+
"propToVariantKeys": { "onSelectionChange": ["setSelectedId"] },
|
|
2813
|
+
"runtimeConfigDefaultProps": {},
|
|
2814
|
+
"runtimeConfigGetStyles": {},
|
|
2815
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2816
|
+
"motionVarPrefixes": []
|
|
2817
2817
|
}
|
|
2818
2818
|
};
|
|
2819
2819
|
//#endregion
|