@yahoo/uds 3.133.2 → 3.134.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/generated/autoVariants.cjs +14 -0
- package/dist/automated-config/dist/generated/autoVariants.d.cts +14 -0
- package/dist/automated-config/dist/generated/autoVariants.d.ts +14 -0
- package/dist/automated-config/dist/generated/autoVariants.js +14 -0
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +2796 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +288 -2
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +288 -2
- package/dist/automated-config/dist/generated/generatedConfigs.js +2796 -2
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +119 -0
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +2 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +119 -0
- package/dist/automated-config/dist/properties.cjs +15 -1
- package/dist/automated-config/dist/properties.d.cts +4 -0
- package/dist/automated-config/dist/properties.d.ts +4 -0
- package/dist/automated-config/dist/properties.js +15 -1
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
- package/dist/cli/commands/sync.cjs +4 -0
- package/dist/cli/commands/sync.js +4 -0
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/components/client/Modal/Modal.cjs +193 -0
- package/dist/components/client/Modal/Modal.d.cts +51 -0
- package/dist/components/client/Modal/Modal.d.ts +52 -0
- package/dist/components/client/Modal/Modal.js +191 -0
- package/dist/components/client/Modal/ModalActions.cjs +54 -0
- package/dist/components/client/Modal/ModalActions.d.cts +27 -0
- package/dist/components/client/Modal/ModalActions.d.ts +28 -0
- package/dist/components/client/Modal/ModalActions.js +52 -0
- package/dist/components/client/Modal/ModalContent.cjs +37 -0
- package/dist/components/client/Modal/ModalContent.d.cts +24 -0
- package/dist/components/client/Modal/ModalContent.d.ts +25 -0
- package/dist/components/client/Modal/ModalContent.js +35 -0
- package/dist/components/client/Modal/ModalContext.cjs +15 -0
- package/dist/components/client/Modal/ModalContext.d.cts +13 -0
- package/dist/components/client/Modal/ModalContext.d.ts +14 -0
- package/dist/components/client/Modal/ModalContext.js +12 -0
- package/dist/components/client/Modal/ModalDescription.cjs +29 -0
- package/dist/components/client/Modal/ModalDescription.d.cts +23 -0
- package/dist/components/client/Modal/ModalDescription.d.ts +24 -0
- package/dist/components/client/Modal/ModalDescription.js +27 -0
- package/dist/components/client/Modal/ModalTitle.cjs +29 -0
- package/dist/components/client/Modal/ModalTitle.d.cts +23 -0
- package/dist/components/client/Modal/ModalTitle.d.ts +24 -0
- package/dist/components/client/Modal/ModalTitle.js +27 -0
- package/dist/components/client/Modal/UDSModalConfigProvider.cjs +42 -0
- package/dist/components/client/Modal/UDSModalConfigProvider.d.cts +35 -0
- package/dist/components/client/Modal/UDSModalConfigProvider.d.ts +36 -0
- package/dist/components/client/Modal/UDSModalConfigProvider.js +39 -0
- package/dist/components/client/Modal/index.cjs +16 -0
- package/dist/components/client/Modal/index.d.cts +8 -0
- package/dist/components/client/Modal/index.d.ts +9 -0
- package/dist/components/client/Modal/index.js +9 -0
- package/dist/components/client/Modal/useScrollFade.cjs +38 -0
- package/dist/components/client/Modal/useScrollFade.d.cts +13 -0
- package/dist/components/client/Modal/useScrollFade.d.ts +14 -0
- package/dist/components/client/Modal/useScrollFade.js +36 -0
- package/dist/components/client/Modal/utils.cjs +32 -0
- package/dist/components/client/Modal/utils.d.cts +13 -0
- package/dist/components/client/Modal/utils.d.ts +14 -0
- package/dist/components/client/Modal/utils.js +30 -0
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
- package/dist/components/client/Popover/index.d.cts +1 -1
- package/dist/components/client/Popover/index.d.ts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -5
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
- package/dist/components/client/index.cjs +13 -0
- package/dist/components/client/index.d.cts +8 -2
- package/dist/components/client/index.d.ts +8 -2
- package/dist/components/client/index.js +7 -1
- package/dist/components/client/providers/UDSConfigProvider.cjs +6 -2
- package/dist/components/client/providers/UDSConfigProvider.d.cts +2 -1
- package/dist/components/client/providers/UDSConfigProvider.d.ts +2 -1
- package/dist/components/client/providers/UDSConfigProvider.js +6 -2
- package/dist/components/experimental/client/index.cjs +0 -5
- package/dist/components/experimental/client/index.d.cts +1 -2
- package/dist/components/experimental/client/index.d.ts +1 -2
- package/dist/components/experimental/client/index.js +1 -2
- package/dist/components/experimental/index.cjs +1 -10
- package/dist/components/experimental/index.d.cts +1 -2
- package/dist/components/experimental/index.d.ts +1 -2
- package/dist/components/experimental/index.js +2 -7
- package/dist/components/index.cjs +20 -0
- package/dist/components/index.d.cts +8 -2
- package/dist/components/index.d.ts +8 -2
- package/dist/components/index.js +14 -1
- package/dist/config/dist/index.cjs +129 -4
- package/dist/config/dist/index.js +129 -4
- package/dist/index.cjs +16 -0
- package/dist/index.d.cts +11 -4
- package/dist/index.d.ts +11 -4
- package/dist/index.js +9 -2
- package/dist/runtime/index.cjs +2 -0
- package/dist/runtime/index.d.cts +2 -1
- package/dist/runtime/index.d.ts +2 -1
- package/dist/runtime/index.js +2 -1
- package/dist/runtime/modalConfig.cjs +22 -0
- package/dist/runtime/modalConfig.d.cts +22 -0
- package/dist/runtime/modalConfig.d.ts +22 -0
- package/dist/runtime/modalConfig.js +21 -0
- package/dist/runtime/udsConfig.cjs +4 -2
- package/dist/runtime/udsConfig.d.cts +2 -0
- package/dist/runtime/udsConfig.d.ts +2 -0
- package/dist/runtime/udsConfig.js +4 -2
- package/dist/styles/styler.d.cts +75 -61
- package/dist/styles/styler.d.ts +75 -61
- package/dist/styles/variants.d.cts +42 -0
- package/dist/styles/variants.d.ts +42 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +14 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +14 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +2796 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +2796 -2
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/properties.cjs +15 -1
- package/dist/tailwind/dist/automated-config/dist/properties.js +15 -1
- package/dist/tailwind/dist/automated-config/dist/properties.js.map +1 -1
- package/dist/tailwind/dist/config/dist/index.cjs +129 -4
- package/dist/tailwind/dist/config/dist/index.js +129 -4
- package/dist/tailwind/dist/config/dist/index.js.map +1 -1
- package/dist/tailwind/dist/css/utils.cjs +8 -0
- package/dist/tailwind/dist/css/utils.js +8 -0
- package/dist/tailwind/dist/css/utils.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/ast/expressions.cjs +9 -3
- package/dist/tailwind/dist/purger/optimized/ast/expressions.js +9 -3
- package/dist/tailwind/dist/purger/optimized/ast/expressions.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.cjs +1 -1
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.js +1 -1
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.js.map +1 -1
- package/dist/tailwind/dist/runtimeConfig/hookMetadata.cjs +34 -0
- package/dist/tailwind/dist/runtimeConfig/hookMetadata.js +34 -0
- package/dist/tailwind/dist/runtimeConfig/hookMetadata.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.cjs +3 -0
- package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js +3 -0
- package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/components.cjs +1 -0
- package/dist/tailwind/dist/tailwind/plugins/components.js +2 -1
- package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -1
- package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
- package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
- package/dist/tokens/automation/configs/index.cjs +1 -0
- package/dist/tokens/automation/configs/index.d.cts +2 -2
- package/dist/tokens/automation/configs/index.d.ts +2 -2
- package/dist/tokens/automation/configs/index.js +2 -2
- package/dist/tokens/automation/index.cjs +1 -0
- package/dist/tokens/automation/index.d.cts +2 -2
- package/dist/tokens/automation/index.d.ts +2 -2
- package/dist/tokens/automation/index.js +2 -2
- package/dist/tokens/index.cjs +1 -0
- package/dist/tokens/index.d.cts +3 -3
- package/dist/tokens/index.d.ts +3 -3
- package/dist/tokens/index.js +2 -2
- package/dist/tokens/types.d.cts +2 -2
- package/dist/tokens/types.d.ts +2 -2
- package/dist/types/dist/index.d.cts +68 -2
- package/dist/types/dist/index.d.ts +68 -2
- package/dist/uds/generated/componentData.cjs +383 -192
- package/dist/uds/generated/componentData.js +348 -193
- package/dist/uds/generated/tailwindPurge.cjs +137 -96
- package/dist/uds/generated/tailwindPurge.js +137 -96
- package/dist/utils/exposeAriakitScrollbarWidth.cjs +17 -0
- package/dist/utils/exposeAriakitScrollbarWidth.d.cts +13 -0
- package/dist/utils/exposeAriakitScrollbarWidth.d.ts +13 -0
- package/dist/utils/exposeAriakitScrollbarWidth.js +16 -0
- package/generated/componentData.json +462 -251
- package/generated/tailwindPurge.ts +4 -4
- package/package.json +1 -1
- package/dist/components/experimental/client/Modal.cjs +0 -60
- package/dist/components/experimental/client/Modal.d.cts +0 -27
- package/dist/components/experimental/client/Modal.d.ts +0 -28
- package/dist/components/experimental/client/Modal.js +0 -55
|
@@ -1265,95 +1265,6 @@
|
|
|
1265
1265
|
"runtimeConfigInternalComponentProps": {},
|
|
1266
1266
|
"motionVarPrefixes": []
|
|
1267
1267
|
},
|
|
1268
|
-
"Modal": {
|
|
1269
|
-
"name": "Modal",
|
|
1270
|
-
"defaultProps": {},
|
|
1271
|
-
"getStylesLiterals": {},
|
|
1272
|
-
"cxLiterals": [
|
|
1273
|
-
"inset-8",
|
|
1274
|
-
"top-[250px]",
|
|
1275
|
-
"z-50",
|
|
1276
|
-
"mx-auto",
|
|
1277
|
-
"h-fit",
|
|
1278
|
-
"w-[600px]",
|
|
1279
|
-
"origin-center",
|
|
1280
|
-
"scale-95",
|
|
1281
|
-
"opacity-0",
|
|
1282
|
-
"transition",
|
|
1283
|
-
"duration-150",
|
|
1284
|
-
"data-[enter]:scale-100",
|
|
1285
|
-
"data-[enter]:opacity-100",
|
|
1286
|
-
"data-[enter]:bg-primary",
|
|
1287
|
-
"backdrop-blur-0",
|
|
1288
|
-
"data-[enter]:opacity-60",
|
|
1289
|
-
"data-[enter]:backdrop-blur-sm"
|
|
1290
|
-
],
|
|
1291
|
-
"internalComponents": [
|
|
1292
|
-
"IconButton",
|
|
1293
|
-
"Dialog",
|
|
1294
|
-
"HStack",
|
|
1295
|
-
"Text",
|
|
1296
|
-
"VStack"
|
|
1297
|
-
],
|
|
1298
|
-
"internalComponentProps": {
|
|
1299
|
-
"IconButton": {
|
|
1300
|
-
"aria-label": [
|
|
1301
|
-
"Close"
|
|
1302
|
-
],
|
|
1303
|
-
"size": [
|
|
1304
|
-
"sm"
|
|
1305
|
-
],
|
|
1306
|
-
"variant": [
|
|
1307
|
-
"tertiary"
|
|
1308
|
-
]
|
|
1309
|
-
},
|
|
1310
|
-
"HStack": {
|
|
1311
|
-
"alignItems": [
|
|
1312
|
-
"center"
|
|
1313
|
-
],
|
|
1314
|
-
"justifyContent": [
|
|
1315
|
-
"space-between"
|
|
1316
|
-
]
|
|
1317
|
-
},
|
|
1318
|
-
"Text": {
|
|
1319
|
-
"variant": [
|
|
1320
|
-
"headline1"
|
|
1321
|
-
],
|
|
1322
|
-
"color": [
|
|
1323
|
-
"primary"
|
|
1324
|
-
]
|
|
1325
|
-
},
|
|
1326
|
-
"VStack": {
|
|
1327
|
-
"borderRadius": [
|
|
1328
|
-
"md"
|
|
1329
|
-
],
|
|
1330
|
-
"position": [
|
|
1331
|
-
"fixed"
|
|
1332
|
-
],
|
|
1333
|
-
"backgroundColor": [
|
|
1334
|
-
"primary"
|
|
1335
|
-
],
|
|
1336
|
-
"dropShadow": [
|
|
1337
|
-
"md"
|
|
1338
|
-
],
|
|
1339
|
-
"spacing": [
|
|
1340
|
-
"8"
|
|
1341
|
-
],
|
|
1342
|
-
"overflow": [
|
|
1343
|
-
"hidden"
|
|
1344
|
-
]
|
|
1345
|
-
}
|
|
1346
|
-
},
|
|
1347
|
-
"propToVariantKeys": {
|
|
1348
|
-
"handleClose": [
|
|
1349
|
-
"onClick"
|
|
1350
|
-
]
|
|
1351
|
-
},
|
|
1352
|
-
"runtimeConfigDefaultProps": {},
|
|
1353
|
-
"runtimeConfigGetStyles": {},
|
|
1354
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1355
|
-
"motionVarPrefixes": []
|
|
1356
|
-
},
|
|
1357
1268
|
"SegmentedControl": {
|
|
1358
1269
|
"name": "SegmentedControl",
|
|
1359
1270
|
"defaultProps": {
|
|
@@ -2357,167 +2268,6 @@
|
|
|
2357
2268
|
"runtimeConfigInternalComponentProps": {},
|
|
2358
2269
|
"motionVarPrefixes": []
|
|
2359
2270
|
},
|
|
2360
|
-
"Popover": {
|
|
2361
|
-
"name": "Popover",
|
|
2362
|
-
"defaultProps": {},
|
|
2363
|
-
"getStylesLiterals": {},
|
|
2364
|
-
"cxLiterals": [],
|
|
2365
|
-
"internalComponents": [
|
|
2366
|
-
"PopoverInternalContext.Provider",
|
|
2367
|
-
"PopoverProvider"
|
|
2368
|
-
],
|
|
2369
|
-
"internalComponentProps": {},
|
|
2370
|
-
"propToVariantKeys": {},
|
|
2371
|
-
"runtimeConfigDefaultProps": {
|
|
2372
|
-
"size": "popover.defaultSize",
|
|
2373
|
-
"variant": "popover.defaultVariant"
|
|
2374
|
-
},
|
|
2375
|
-
"runtimeConfigGetStyles": {},
|
|
2376
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2377
|
-
"motionVarPrefixes": []
|
|
2378
|
-
},
|
|
2379
|
-
"PopoverContent": {
|
|
2380
|
-
"name": "PopoverContent",
|
|
2381
|
-
"defaultProps": {},
|
|
2382
|
-
"getStylesLiterals": {
|
|
2383
|
-
"popoverSizeRoot": "default",
|
|
2384
|
-
"popoverVariantRoot": "default",
|
|
2385
|
-
"display": "flex",
|
|
2386
|
-
"position": "relative",
|
|
2387
|
-
"display:1": "block",
|
|
2388
|
-
"spacingTop": "0",
|
|
2389
|
-
"spacingStart": "0",
|
|
2390
|
-
"spacingBottom": "0",
|
|
2391
|
-
"spacingEnd": "0",
|
|
2392
|
-
"popoverSizeSvgBase": "default",
|
|
2393
|
-
"popoverVariantSvgBase": "default",
|
|
2394
|
-
"popoverSizeSvgBorder": "default",
|
|
2395
|
-
"popoverVariantSvgBorder": "default",
|
|
2396
|
-
"popoverVariantBlur": "default",
|
|
2397
|
-
"position:1": "absolute",
|
|
2398
|
-
"width": "full",
|
|
2399
|
-
"height": "full",
|
|
2400
|
-
"flexShrink": "0",
|
|
2401
|
-
"borderRadius": "full",
|
|
2402
|
-
"alignItems": "center",
|
|
2403
|
-
"justifyContent": "center",
|
|
2404
|
-
"popoverVariantCloseIcon": "default",
|
|
2405
|
-
"popoverSizeCloseIcon": "default"
|
|
2406
|
-
},
|
|
2407
|
-
"cxLiterals": [
|
|
2408
|
-
"z-[9999]",
|
|
2409
|
-
"outline-none",
|
|
2410
|
-
"focus-visible:outline-none",
|
|
2411
|
-
"uds-bgBlurFillFallback",
|
|
2412
|
-
"uds-bgBlurFallback",
|
|
2413
|
-
"top-0",
|
|
2414
|
-
"left-0",
|
|
2415
|
-
"z-[1]",
|
|
2416
|
-
"duration-0",
|
|
2417
|
-
"duration-120",
|
|
2418
|
-
"transition-[background-color]",
|
|
2419
|
-
"bg-carbon-15/0",
|
|
2420
|
-
"hover:bg-carbon-15/10",
|
|
2421
|
-
"active:bg-carbon-15/15",
|
|
2422
|
-
"uds-ring",
|
|
2423
|
-
"absolute",
|
|
2424
|
-
"z-[4]"
|
|
2425
|
-
],
|
|
2426
|
-
"internalComponents": [
|
|
2427
|
-
"PopoverDismiss",
|
|
2428
|
-
"IconSlot",
|
|
2429
|
-
"PopoverArrow",
|
|
2430
|
-
"Popover",
|
|
2431
|
-
"SvgFloatingOverlay",
|
|
2432
|
-
"Box",
|
|
2433
|
-
"Pressable"
|
|
2434
|
-
],
|
|
2435
|
-
"internalComponentProps": {},
|
|
2436
|
-
"propToVariantKeys": {
|
|
2437
|
-
"closeIcon": [
|
|
2438
|
-
"icon"
|
|
2439
|
-
]
|
|
2440
|
-
},
|
|
2441
|
-
"runtimeConfigDefaultProps": {
|
|
2442
|
-
"size": "popover.defaultSize",
|
|
2443
|
-
"variant": "popover.defaultVariant"
|
|
2444
|
-
},
|
|
2445
|
-
"runtimeConfigGetStyles": {
|
|
2446
|
-
"spacingTop": [
|
|
2447
|
-
"popover.spacingVertical.${size}"
|
|
2448
|
-
],
|
|
2449
|
-
"spacingStart": [
|
|
2450
|
-
"popover.spacingHorizontal.${size}"
|
|
2451
|
-
],
|
|
2452
|
-
"spacingBottom": [
|
|
2453
|
-
"popover.spacingVertical.${size}"
|
|
2454
|
-
],
|
|
2455
|
-
"spacingEnd": [
|
|
2456
|
-
"popover.spacingHorizontal.${size}"
|
|
2457
|
-
]
|
|
2458
|
-
},
|
|
2459
|
-
"runtimeConfigInternalComponentProps": {
|
|
2460
|
-
"SvgFloatingOverlay": {
|
|
2461
|
-
"borderRadius": [
|
|
2462
|
-
"popover.borderRadius.${size}"
|
|
2463
|
-
]
|
|
2464
|
-
}
|
|
2465
|
-
},
|
|
2466
|
-
"motionVarPrefixes": []
|
|
2467
|
-
},
|
|
2468
|
-
"PopoverContext": {
|
|
2469
|
-
"name": "PopoverContext",
|
|
2470
|
-
"defaultProps": {},
|
|
2471
|
-
"getStylesLiterals": {},
|
|
2472
|
-
"cxLiterals": [],
|
|
2473
|
-
"internalComponents": [],
|
|
2474
|
-
"internalComponentProps": {},
|
|
2475
|
-
"propToVariantKeys": {},
|
|
2476
|
-
"runtimeConfigDefaultProps": {},
|
|
2477
|
-
"runtimeConfigGetStyles": {},
|
|
2478
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2479
|
-
"motionVarPrefixes": []
|
|
2480
|
-
},
|
|
2481
|
-
"PopoverTrigger": {
|
|
2482
|
-
"name": "PopoverTrigger",
|
|
2483
|
-
"defaultProps": {},
|
|
2484
|
-
"getStylesLiterals": {},
|
|
2485
|
-
"cxLiterals": [],
|
|
2486
|
-
"internalComponents": [
|
|
2487
|
-
"PopoverDisclosure"
|
|
2488
|
-
],
|
|
2489
|
-
"internalComponentProps": {
|
|
2490
|
-
"PopoverDisclosure": {
|
|
2491
|
-
"className": [
|
|
2492
|
-
"inline"
|
|
2493
|
-
]
|
|
2494
|
-
}
|
|
2495
|
-
},
|
|
2496
|
-
"propToVariantKeys": {
|
|
2497
|
-
"children": [
|
|
2498
|
-
"render"
|
|
2499
|
-
]
|
|
2500
|
-
},
|
|
2501
|
-
"runtimeConfigDefaultProps": {},
|
|
2502
|
-
"runtimeConfigGetStyles": {},
|
|
2503
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2504
|
-
"motionVarPrefixes": []
|
|
2505
|
-
},
|
|
2506
|
-
"UDSPopoverConfigProvider": {
|
|
2507
|
-
"name": "UDSPopoverConfigProvider",
|
|
2508
|
-
"defaultProps": {},
|
|
2509
|
-
"getStylesLiterals": {},
|
|
2510
|
-
"cxLiterals": [],
|
|
2511
|
-
"internalComponents": [
|
|
2512
|
-
"PopoverContext.Provider"
|
|
2513
|
-
],
|
|
2514
|
-
"internalComponentProps": {},
|
|
2515
|
-
"propToVariantKeys": {},
|
|
2516
|
-
"runtimeConfigDefaultProps": {},
|
|
2517
|
-
"runtimeConfigGetStyles": {},
|
|
2518
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2519
|
-
"motionVarPrefixes": []
|
|
2520
|
-
},
|
|
2521
2271
|
"Menu.Content": {
|
|
2522
2272
|
"name": "Menu.Content",
|
|
2523
2273
|
"defaultProps": {
|
|
@@ -2789,6 +2539,466 @@
|
|
|
2789
2539
|
"runtimeConfigInternalComponentProps": {},
|
|
2790
2540
|
"motionVarPrefixes": []
|
|
2791
2541
|
},
|
|
2542
|
+
"Modal": {
|
|
2543
|
+
"name": "Modal",
|
|
2544
|
+
"defaultProps": {
|
|
2545
|
+
"closeAriaLabel": "Close",
|
|
2546
|
+
"maxWidth": "auto",
|
|
2547
|
+
"maxHeight": "auto",
|
|
2548
|
+
"scrollBehavior": "outside"
|
|
2549
|
+
},
|
|
2550
|
+
"getStylesLiterals": {
|
|
2551
|
+
"flexDirection": "row-reverse",
|
|
2552
|
+
"justifyContent": "space-between",
|
|
2553
|
+
"alignItems": "flex-end",
|
|
2554
|
+
"alignItems:1": "flex-start",
|
|
2555
|
+
"borderRadius": "full"
|
|
2556
|
+
},
|
|
2557
|
+
"cxLiterals": [
|
|
2558
|
+
"fixed",
|
|
2559
|
+
"inset-0",
|
|
2560
|
+
"z-40",
|
|
2561
|
+
"overflow-y-auto",
|
|
2562
|
+
"overflow-hidden",
|
|
2563
|
+
"transition-[opacity,visibility]",
|
|
2564
|
+
"visible",
|
|
2565
|
+
"opacity-100",
|
|
2566
|
+
"invisible",
|
|
2567
|
+
"opacity-0",
|
|
2568
|
+
"pointer-events-none",
|
|
2569
|
+
"uds-bgBlurFallback",
|
|
2570
|
+
"w-full",
|
|
2571
|
+
"w-fit",
|
|
2572
|
+
"h-full",
|
|
2573
|
+
"h-fit",
|
|
2574
|
+
"m-auto",
|
|
2575
|
+
"pointer-events-auto",
|
|
2576
|
+
"inside",
|
|
2577
|
+
"max-h-full",
|
|
2578
|
+
"transition-transform",
|
|
2579
|
+
"duration-0",
|
|
2580
|
+
"duration-120",
|
|
2581
|
+
"transition-[background-color]",
|
|
2582
|
+
"bg-carbon-15/0",
|
|
2583
|
+
"hover:bg-carbon-15/10",
|
|
2584
|
+
"active:bg-carbon-15/15",
|
|
2585
|
+
"uds-ring",
|
|
2586
|
+
"[translate:50%_-50%]"
|
|
2587
|
+
],
|
|
2588
|
+
"internalComponents": [
|
|
2589
|
+
"Scrim",
|
|
2590
|
+
"VStack",
|
|
2591
|
+
"Pressable",
|
|
2592
|
+
"IconSlot",
|
|
2593
|
+
"Box",
|
|
2594
|
+
"Dialog",
|
|
2595
|
+
"ModalContext.Provider",
|
|
2596
|
+
"HStack",
|
|
2597
|
+
"DialogDismiss",
|
|
2598
|
+
"ModalTitle",
|
|
2599
|
+
"ModalDescription",
|
|
2600
|
+
"ModalContent",
|
|
2601
|
+
"ModalActions"
|
|
2602
|
+
],
|
|
2603
|
+
"internalComponentProps": {
|
|
2604
|
+
"Box": {
|
|
2605
|
+
"flexGrow": [
|
|
2606
|
+
"1"
|
|
2607
|
+
]
|
|
2608
|
+
}
|
|
2609
|
+
},
|
|
2610
|
+
"propToVariantKeys": {
|
|
2611
|
+
"gutter": [
|
|
2612
|
+
"spacing"
|
|
2613
|
+
],
|
|
2614
|
+
"size": [
|
|
2615
|
+
"modalSizeRoot",
|
|
2616
|
+
"modalSizeSpacingHorizontal",
|
|
2617
|
+
"modalSizeHeader",
|
|
2618
|
+
"modalSizeTitleDescriptionWrapper",
|
|
2619
|
+
"modalSizeCloseIconContainer",
|
|
2620
|
+
"modalSizeCloseIcon"
|
|
2621
|
+
],
|
|
2622
|
+
"variant": [
|
|
2623
|
+
"modalVariantRoot",
|
|
2624
|
+
"modalVariantCloseIcon"
|
|
2625
|
+
],
|
|
2626
|
+
"closeAriaLabel": [
|
|
2627
|
+
"aria-label"
|
|
2628
|
+
],
|
|
2629
|
+
"closeIcon": [
|
|
2630
|
+
"icon"
|
|
2631
|
+
]
|
|
2632
|
+
},
|
|
2633
|
+
"runtimeConfigDefaultProps": {
|
|
2634
|
+
"size": "modal.defaultSize",
|
|
2635
|
+
"variant": "modal.defaultVariant"
|
|
2636
|
+
},
|
|
2637
|
+
"runtimeConfigGetStyles": {
|
|
2638
|
+
"spacing": [
|
|
2639
|
+
"modal.gutter.${size}"
|
|
2640
|
+
],
|
|
2641
|
+
"modalSizeRoot": [
|
|
2642
|
+
"modal.defaultSize"
|
|
2643
|
+
],
|
|
2644
|
+
"modalVariantRoot": [
|
|
2645
|
+
"modal.defaultVariant"
|
|
2646
|
+
],
|
|
2647
|
+
"modalSizeSpacingHorizontal": [
|
|
2648
|
+
"modal.defaultSize"
|
|
2649
|
+
],
|
|
2650
|
+
"modalSizeHeader": [
|
|
2651
|
+
"modal.defaultSize"
|
|
2652
|
+
],
|
|
2653
|
+
"modalSizeTitleDescriptionWrapper": [
|
|
2654
|
+
"modal.defaultSize"
|
|
2655
|
+
],
|
|
2656
|
+
"modalSizeCloseIconContainer": [
|
|
2657
|
+
"modal.defaultSize"
|
|
2658
|
+
],
|
|
2659
|
+
"modalSizeCloseIcon": [
|
|
2660
|
+
"modal.defaultSize"
|
|
2661
|
+
],
|
|
2662
|
+
"modalVariantCloseIcon": [
|
|
2663
|
+
"modal.defaultVariant"
|
|
2664
|
+
]
|
|
2665
|
+
},
|
|
2666
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2667
|
+
"motionVarPrefixes": []
|
|
2668
|
+
},
|
|
2669
|
+
"ModalActions": {
|
|
2670
|
+
"name": "ModalActions",
|
|
2671
|
+
"defaultProps": {},
|
|
2672
|
+
"getStylesLiterals": {
|
|
2673
|
+
"flexDirection": "row-reverse",
|
|
2674
|
+
"justifyContent": "space-between",
|
|
2675
|
+
"alignItems": "center"
|
|
2676
|
+
},
|
|
2677
|
+
"cxLiterals": [
|
|
2678
|
+
"gap-[inherit]"
|
|
2679
|
+
],
|
|
2680
|
+
"internalComponents": [
|
|
2681
|
+
"HStack"
|
|
2682
|
+
],
|
|
2683
|
+
"internalComponentProps": {},
|
|
2684
|
+
"propToVariantKeys": {
|
|
2685
|
+
"size": [
|
|
2686
|
+
"modalSizeSpacingHorizontal",
|
|
2687
|
+
"modalSizeActions"
|
|
2688
|
+
]
|
|
2689
|
+
},
|
|
2690
|
+
"runtimeConfigDefaultProps": {
|
|
2691
|
+
"size": "modal.defaultSize",
|
|
2692
|
+
"variant": "modal.defaultVariant"
|
|
2693
|
+
},
|
|
2694
|
+
"runtimeConfigGetStyles": {
|
|
2695
|
+
"modalSizeSpacingHorizontal": [
|
|
2696
|
+
"modal.defaultSize"
|
|
2697
|
+
],
|
|
2698
|
+
"modalSizeActions": [
|
|
2699
|
+
"modal.defaultSize"
|
|
2700
|
+
]
|
|
2701
|
+
},
|
|
2702
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2703
|
+
"motionVarPrefixes": []
|
|
2704
|
+
},
|
|
2705
|
+
"ModalContent": {
|
|
2706
|
+
"name": "ModalContent",
|
|
2707
|
+
"defaultProps": {},
|
|
2708
|
+
"getStylesLiterals": {
|
|
2709
|
+
"overflowY": "auto",
|
|
2710
|
+
"display": "block",
|
|
2711
|
+
"flexGrow": "1"
|
|
2712
|
+
},
|
|
2713
|
+
"cxLiterals": [],
|
|
2714
|
+
"internalComponents": [
|
|
2715
|
+
"Box"
|
|
2716
|
+
],
|
|
2717
|
+
"internalComponentProps": {},
|
|
2718
|
+
"propToVariantKeys": {
|
|
2719
|
+
"size": [
|
|
2720
|
+
"modalSizeSpacingHorizontal"
|
|
2721
|
+
]
|
|
2722
|
+
},
|
|
2723
|
+
"runtimeConfigDefaultProps": {
|
|
2724
|
+
"size": "modal.defaultSize",
|
|
2725
|
+
"variant": "modal.defaultVariant"
|
|
2726
|
+
},
|
|
2727
|
+
"runtimeConfigGetStyles": {
|
|
2728
|
+
"modalSizeSpacingHorizontal": [
|
|
2729
|
+
"modal.defaultSize"
|
|
2730
|
+
]
|
|
2731
|
+
},
|
|
2732
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2733
|
+
"motionVarPrefixes": []
|
|
2734
|
+
},
|
|
2735
|
+
"ModalContext": {
|
|
2736
|
+
"name": "ModalContext",
|
|
2737
|
+
"defaultProps": {},
|
|
2738
|
+
"getStylesLiterals": {},
|
|
2739
|
+
"cxLiterals": [],
|
|
2740
|
+
"internalComponents": [],
|
|
2741
|
+
"internalComponentProps": {},
|
|
2742
|
+
"propToVariantKeys": {},
|
|
2743
|
+
"runtimeConfigDefaultProps": {},
|
|
2744
|
+
"runtimeConfigGetStyles": {},
|
|
2745
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2746
|
+
"motionVarPrefixes": []
|
|
2747
|
+
},
|
|
2748
|
+
"ModalDescription": {
|
|
2749
|
+
"name": "ModalDescription",
|
|
2750
|
+
"defaultProps": {},
|
|
2751
|
+
"getStylesLiterals": {},
|
|
2752
|
+
"cxLiterals": [],
|
|
2753
|
+
"internalComponents": [
|
|
2754
|
+
"Text",
|
|
2755
|
+
"DialogDescription"
|
|
2756
|
+
],
|
|
2757
|
+
"internalComponentProps": {
|
|
2758
|
+
"Text": {
|
|
2759
|
+
"as": [
|
|
2760
|
+
"span"
|
|
2761
|
+
]
|
|
2762
|
+
}
|
|
2763
|
+
},
|
|
2764
|
+
"propToVariantKeys": {
|
|
2765
|
+
"size": [
|
|
2766
|
+
"modalSizeDescription"
|
|
2767
|
+
],
|
|
2768
|
+
"variant": [
|
|
2769
|
+
"modalVariantDescription"
|
|
2770
|
+
]
|
|
2771
|
+
},
|
|
2772
|
+
"runtimeConfigDefaultProps": {
|
|
2773
|
+
"size": "modal.defaultSize",
|
|
2774
|
+
"variant": "modal.defaultVariant"
|
|
2775
|
+
},
|
|
2776
|
+
"runtimeConfigGetStyles": {
|
|
2777
|
+
"modalSizeDescription": [
|
|
2778
|
+
"modal.defaultSize"
|
|
2779
|
+
],
|
|
2780
|
+
"modalVariantDescription": [
|
|
2781
|
+
"modal.defaultVariant"
|
|
2782
|
+
]
|
|
2783
|
+
},
|
|
2784
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2785
|
+
"motionVarPrefixes": []
|
|
2786
|
+
},
|
|
2787
|
+
"ModalTitle": {
|
|
2788
|
+
"name": "ModalTitle",
|
|
2789
|
+
"defaultProps": {},
|
|
2790
|
+
"getStylesLiterals": {},
|
|
2791
|
+
"cxLiterals": [],
|
|
2792
|
+
"internalComponents": [
|
|
2793
|
+
"Text",
|
|
2794
|
+
"DialogHeading"
|
|
2795
|
+
],
|
|
2796
|
+
"internalComponentProps": {
|
|
2797
|
+
"Text": {
|
|
2798
|
+
"as": [
|
|
2799
|
+
"span"
|
|
2800
|
+
]
|
|
2801
|
+
}
|
|
2802
|
+
},
|
|
2803
|
+
"propToVariantKeys": {
|
|
2804
|
+
"size": [
|
|
2805
|
+
"modalSizeTitle"
|
|
2806
|
+
],
|
|
2807
|
+
"variant": [
|
|
2808
|
+
"modalVariantTitle"
|
|
2809
|
+
]
|
|
2810
|
+
},
|
|
2811
|
+
"runtimeConfigDefaultProps": {
|
|
2812
|
+
"size": "modal.defaultSize",
|
|
2813
|
+
"variant": "modal.defaultVariant"
|
|
2814
|
+
},
|
|
2815
|
+
"runtimeConfigGetStyles": {
|
|
2816
|
+
"modalSizeTitle": [
|
|
2817
|
+
"modal.defaultSize"
|
|
2818
|
+
],
|
|
2819
|
+
"modalVariantTitle": [
|
|
2820
|
+
"modal.defaultVariant"
|
|
2821
|
+
]
|
|
2822
|
+
},
|
|
2823
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2824
|
+
"motionVarPrefixes": []
|
|
2825
|
+
},
|
|
2826
|
+
"UDSModalConfigProvider": {
|
|
2827
|
+
"name": "UDSModalConfigProvider",
|
|
2828
|
+
"defaultProps": {},
|
|
2829
|
+
"getStylesLiterals": {},
|
|
2830
|
+
"cxLiterals": [],
|
|
2831
|
+
"internalComponents": [
|
|
2832
|
+
"ModalContext.Provider"
|
|
2833
|
+
],
|
|
2834
|
+
"internalComponentProps": {},
|
|
2835
|
+
"propToVariantKeys": {},
|
|
2836
|
+
"runtimeConfigDefaultProps": {},
|
|
2837
|
+
"runtimeConfigGetStyles": {},
|
|
2838
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2839
|
+
"motionVarPrefixes": []
|
|
2840
|
+
},
|
|
2841
|
+
"Popover": {
|
|
2842
|
+
"name": "Popover",
|
|
2843
|
+
"defaultProps": {},
|
|
2844
|
+
"getStylesLiterals": {},
|
|
2845
|
+
"cxLiterals": [],
|
|
2846
|
+
"internalComponents": [
|
|
2847
|
+
"PopoverInternalContext.Provider",
|
|
2848
|
+
"PopoverProvider"
|
|
2849
|
+
],
|
|
2850
|
+
"internalComponentProps": {},
|
|
2851
|
+
"propToVariantKeys": {},
|
|
2852
|
+
"runtimeConfigDefaultProps": {
|
|
2853
|
+
"size": "popover.defaultSize",
|
|
2854
|
+
"variant": "popover.defaultVariant"
|
|
2855
|
+
},
|
|
2856
|
+
"runtimeConfigGetStyles": {},
|
|
2857
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2858
|
+
"motionVarPrefixes": []
|
|
2859
|
+
},
|
|
2860
|
+
"PopoverContent": {
|
|
2861
|
+
"name": "PopoverContent",
|
|
2862
|
+
"defaultProps": {},
|
|
2863
|
+
"getStylesLiterals": {
|
|
2864
|
+
"popoverSizeRoot": "default",
|
|
2865
|
+
"popoverVariantRoot": "default",
|
|
2866
|
+
"display": "flex",
|
|
2867
|
+
"position": "relative",
|
|
2868
|
+
"display:1": "block",
|
|
2869
|
+
"spacingTop": "0",
|
|
2870
|
+
"spacingStart": "0",
|
|
2871
|
+
"spacingBottom": "0",
|
|
2872
|
+
"spacingEnd": "0",
|
|
2873
|
+
"popoverSizeSvgBase": "default",
|
|
2874
|
+
"popoverVariantSvgBase": "default",
|
|
2875
|
+
"popoverSizeSvgBorder": "default",
|
|
2876
|
+
"popoverVariantSvgBorder": "default",
|
|
2877
|
+
"popoverVariantBlur": "default",
|
|
2878
|
+
"position:1": "absolute",
|
|
2879
|
+
"width": "full",
|
|
2880
|
+
"height": "full",
|
|
2881
|
+
"flexShrink": "0",
|
|
2882
|
+
"borderRadius": "full",
|
|
2883
|
+
"alignItems": "center",
|
|
2884
|
+
"justifyContent": "center",
|
|
2885
|
+
"popoverVariantCloseIcon": "default",
|
|
2886
|
+
"popoverSizeCloseIcon": "default"
|
|
2887
|
+
},
|
|
2888
|
+
"cxLiterals": [
|
|
2889
|
+
"z-[9999]",
|
|
2890
|
+
"outline-none",
|
|
2891
|
+
"focus-visible:outline-none",
|
|
2892
|
+
"uds-bgBlurFillFallback",
|
|
2893
|
+
"uds-bgBlurFallback",
|
|
2894
|
+
"top-0",
|
|
2895
|
+
"left-0",
|
|
2896
|
+
"z-[1]",
|
|
2897
|
+
"duration-0",
|
|
2898
|
+
"duration-120",
|
|
2899
|
+
"transition-[background-color]",
|
|
2900
|
+
"bg-carbon-15/0",
|
|
2901
|
+
"hover:bg-carbon-15/10",
|
|
2902
|
+
"active:bg-carbon-15/15",
|
|
2903
|
+
"uds-ring",
|
|
2904
|
+
"absolute",
|
|
2905
|
+
"z-[4]"
|
|
2906
|
+
],
|
|
2907
|
+
"internalComponents": [
|
|
2908
|
+
"PopoverDismiss",
|
|
2909
|
+
"IconSlot",
|
|
2910
|
+
"PopoverArrow",
|
|
2911
|
+
"Popover",
|
|
2912
|
+
"SvgFloatingOverlay",
|
|
2913
|
+
"Box",
|
|
2914
|
+
"Pressable"
|
|
2915
|
+
],
|
|
2916
|
+
"internalComponentProps": {},
|
|
2917
|
+
"propToVariantKeys": {
|
|
2918
|
+
"closeIcon": [
|
|
2919
|
+
"icon"
|
|
2920
|
+
]
|
|
2921
|
+
},
|
|
2922
|
+
"runtimeConfigDefaultProps": {
|
|
2923
|
+
"size": "popover.defaultSize",
|
|
2924
|
+
"variant": "popover.defaultVariant"
|
|
2925
|
+
},
|
|
2926
|
+
"runtimeConfigGetStyles": {
|
|
2927
|
+
"spacingTop": [
|
|
2928
|
+
"popover.spacingVertical.${size}"
|
|
2929
|
+
],
|
|
2930
|
+
"spacingStart": [
|
|
2931
|
+
"popover.spacingHorizontal.${size}"
|
|
2932
|
+
],
|
|
2933
|
+
"spacingBottom": [
|
|
2934
|
+
"popover.spacingVertical.${size}"
|
|
2935
|
+
],
|
|
2936
|
+
"spacingEnd": [
|
|
2937
|
+
"popover.spacingHorizontal.${size}"
|
|
2938
|
+
]
|
|
2939
|
+
},
|
|
2940
|
+
"runtimeConfigInternalComponentProps": {
|
|
2941
|
+
"SvgFloatingOverlay": {
|
|
2942
|
+
"borderRadius": [
|
|
2943
|
+
"popover.borderRadius.${size}"
|
|
2944
|
+
]
|
|
2945
|
+
}
|
|
2946
|
+
},
|
|
2947
|
+
"motionVarPrefixes": []
|
|
2948
|
+
},
|
|
2949
|
+
"PopoverContext": {
|
|
2950
|
+
"name": "PopoverContext",
|
|
2951
|
+
"defaultProps": {},
|
|
2952
|
+
"getStylesLiterals": {},
|
|
2953
|
+
"cxLiterals": [],
|
|
2954
|
+
"internalComponents": [],
|
|
2955
|
+
"internalComponentProps": {},
|
|
2956
|
+
"propToVariantKeys": {},
|
|
2957
|
+
"runtimeConfigDefaultProps": {},
|
|
2958
|
+
"runtimeConfigGetStyles": {},
|
|
2959
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2960
|
+
"motionVarPrefixes": []
|
|
2961
|
+
},
|
|
2962
|
+
"PopoverTrigger": {
|
|
2963
|
+
"name": "PopoverTrigger",
|
|
2964
|
+
"defaultProps": {},
|
|
2965
|
+
"getStylesLiterals": {},
|
|
2966
|
+
"cxLiterals": [],
|
|
2967
|
+
"internalComponents": [
|
|
2968
|
+
"PopoverDisclosure"
|
|
2969
|
+
],
|
|
2970
|
+
"internalComponentProps": {
|
|
2971
|
+
"PopoverDisclosure": {
|
|
2972
|
+
"className": [
|
|
2973
|
+
"inline"
|
|
2974
|
+
]
|
|
2975
|
+
}
|
|
2976
|
+
},
|
|
2977
|
+
"propToVariantKeys": {
|
|
2978
|
+
"children": [
|
|
2979
|
+
"render"
|
|
2980
|
+
]
|
|
2981
|
+
},
|
|
2982
|
+
"runtimeConfigDefaultProps": {},
|
|
2983
|
+
"runtimeConfigGetStyles": {},
|
|
2984
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2985
|
+
"motionVarPrefixes": []
|
|
2986
|
+
},
|
|
2987
|
+
"UDSPopoverConfigProvider": {
|
|
2988
|
+
"name": "UDSPopoverConfigProvider",
|
|
2989
|
+
"defaultProps": {},
|
|
2990
|
+
"getStylesLiterals": {},
|
|
2991
|
+
"cxLiterals": [],
|
|
2992
|
+
"internalComponents": [
|
|
2993
|
+
"PopoverContext.Provider"
|
|
2994
|
+
],
|
|
2995
|
+
"internalComponentProps": {},
|
|
2996
|
+
"propToVariantKeys": {},
|
|
2997
|
+
"runtimeConfigDefaultProps": {},
|
|
2998
|
+
"runtimeConfigGetStyles": {},
|
|
2999
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3000
|
+
"motionVarPrefixes": []
|
|
3001
|
+
},
|
|
2792
3002
|
"Radio": {
|
|
2793
3003
|
"name": "Radio",
|
|
2794
3004
|
"defaultProps": {
|
|
@@ -3467,7 +3677,8 @@
|
|
|
3467
3677
|
"UDSBottomSheetConfigProvider",
|
|
3468
3678
|
"UDSToastConfigProvider",
|
|
3469
3679
|
"UDSTooltipConfigProvider",
|
|
3470
|
-
"UDSPopoverConfigProvider"
|
|
3680
|
+
"UDSPopoverConfigProvider",
|
|
3681
|
+
"UDSModalConfigProvider"
|
|
3471
3682
|
],
|
|
3472
3683
|
"internalComponentProps": {},
|
|
3473
3684
|
"propToVariantKeys": {},
|