@yahoo/uds 3.145.0 → 3.147.0-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/automated-config/dist/generated/autoVariants.cjs +34 -0
- package/dist/automated-config/dist/generated/autoVariants.d.cts +5 -0
- package/dist/automated-config/dist/generated/autoVariants.d.ts +5 -0
- package/dist/automated-config/dist/generated/autoVariants.js +34 -0
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +1457 -0
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +161 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +161 -1
- package/dist/automated-config/dist/generated/generatedConfigs.js +1457 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +385 -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 +385 -0
- package/dist/automated-config/dist/utils/buildConfigSchema.cjs +9 -5
- package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +3 -1
- package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +3 -1
- package/dist/automated-config/dist/utils/buildConfigSchema.js +9 -6
- package/dist/automated-config/dist/utils/index.cjs +14 -3
- package/dist/automated-config/dist/utils/index.d.cts +1 -1
- package/dist/automated-config/dist/utils/index.d.ts +1 -1
- package/dist/automated-config/dist/utils/index.js +14 -3
- package/dist/cli/runner.cjs +6 -2
- package/dist/cli/runner.js +6 -2
- package/dist/components/Banner/Banner.cjs +2 -1
- package/dist/components/Banner/Banner.js +2 -1
- package/dist/components/Banner/utils.cjs +3 -12
- package/dist/components/Banner/utils.d.cts +1 -6
- package/dist/components/Banner/utils.d.ts +1 -6
- package/dist/components/Banner/utils.js +2 -11
- 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/PaddleNav/PaddleButton.cjs +51 -0
- package/dist/components/client/PaddleNav/PaddleButton.d.cts +16 -0
- package/dist/components/client/PaddleNav/PaddleButton.d.ts +17 -0
- package/dist/components/client/PaddleNav/PaddleButton.js +49 -0
- package/dist/components/client/PaddleNav/PaddleButtonNext.cjs +18 -0
- package/dist/components/client/PaddleNav/PaddleButtonNext.d.cts +11 -0
- package/dist/components/client/PaddleNav/PaddleButtonNext.d.ts +12 -0
- package/dist/components/client/PaddleNav/PaddleButtonNext.js +16 -0
- package/dist/components/client/PaddleNav/PaddleButtonPrevious.cjs +18 -0
- package/dist/components/client/PaddleNav/PaddleButtonPrevious.d.cts +11 -0
- package/dist/components/client/PaddleNav/PaddleButtonPrevious.d.ts +12 -0
- package/dist/components/client/PaddleNav/PaddleButtonPrevious.js +16 -0
- package/dist/components/client/PaddleNav/PaddleNav.cjs +193 -0
- package/dist/components/client/PaddleNav/PaddleNav.d.cts +11 -0
- package/dist/components/client/PaddleNav/PaddleNav.d.ts +12 -0
- package/dist/components/client/PaddleNav/PaddleNav.js +191 -0
- package/dist/components/client/PaddleNav/PaddleNavContent.cjs +29 -0
- package/dist/components/client/PaddleNav/PaddleNavContent.d.cts +11 -0
- package/dist/components/client/PaddleNav/PaddleNavContent.d.ts +12 -0
- package/dist/components/client/PaddleNav/PaddleNavContent.js +27 -0
- package/dist/components/client/PaddleNav/index.cjs +11 -0
- package/dist/components/client/PaddleNav/index.d.cts +6 -0
- package/dist/components/client/PaddleNav/index.d.ts +7 -0
- package/dist/components/client/PaddleNav/index.js +7 -0
- package/dist/components/client/PaddleNav/paddleButtonIcons.cjs +12 -0
- package/dist/components/client/PaddleNav/paddleButtonIcons.d.cts +22 -0
- package/dist/components/client/PaddleNav/paddleButtonIcons.d.ts +23 -0
- package/dist/components/client/PaddleNav/paddleButtonIcons.js +10 -0
- package/dist/components/client/PaddleNav/paddleNavContext.cjs +20 -0
- package/dist/components/client/PaddleNav/paddleNavContext.d.cts +20 -0
- package/dist/components/client/PaddleNav/paddleNavContext.d.ts +21 -0
- package/dist/components/client/PaddleNav/paddleNavContext.js +16 -0
- package/dist/components/client/PaddleNav/utils/resolvePaddleNavCornerOrientation.cjs +25 -0
- package/dist/components/client/PaddleNav/utils/resolvePaddleNavCornerOrientation.d.cts +16 -0
- package/dist/components/client/PaddleNav/utils/resolvePaddleNavCornerOrientation.d.ts +17 -0
- package/dist/components/client/PaddleNav/utils/resolvePaddleNavCornerOrientation.js +24 -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/index.cjs +8 -0
- package/dist/components/client/index.d.cts +5 -1
- package/dist/components/client/index.d.ts +5 -1
- package/dist/components/client/index.js +5 -1
- package/dist/components/index.cjs +8 -0
- package/dist/components/index.d.cts +5 -1
- package/dist/components/index.d.ts +5 -1
- package/dist/components/index.js +5 -1
- package/dist/config/dist/index.cjs +399 -14
- package/dist/config/dist/index.js +399 -14
- package/dist/css/dist/packages/config/dist/index.cjs +399 -14
- package/dist/css/dist/packages/config/dist/index.js +399 -14
- package/dist/icons/dist/types.d.cts +1 -1
- package/dist/icons/dist/types.d.ts +1 -1
- package/dist/index.cjs +11 -1
- package/dist/index.d.cts +9 -5
- package/dist/index.d.ts +9 -5
- package/dist/index.js +8 -4
- package/dist/styles/styler.d.cts +31 -26
- package/dist/styles/styler.d.ts +31 -26
- package/dist/styles/variants.d.cts +34 -0
- package/dist/styles/variants.d.ts +34 -0
- package/dist/tailwind/utils/index.d.cts +2 -2
- package/dist/tailwind/utils/index.d.ts +2 -2
- package/dist/tailwind-internal/dist/base/addFontFaceDeclarations.cjs +2 -2
- package/dist/tailwind-internal/dist/base/addFontFaceDeclarations.js +2 -2
- package/dist/tailwind-internal/dist/base/addFontVars.cjs +2 -2
- package/dist/tailwind-internal/dist/base/addFontVars.js +2 -2
- package/dist/tailwind-internal/dist/index.d.cts +1 -1
- package/dist/tailwind-internal/dist/index.d.ts +1 -1
- package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.cjs +1457 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.js +1457 -1
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/buildConfigSchema.cjs +15 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/buildConfigSchema.js +15 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.cjs +14 -2
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.js +14 -2
- package/dist/tailwind-internal/dist/packages/config/dist/index.cjs +399 -14
- package/dist/tailwind-internal/dist/packages/config/dist/index.js +399 -14
- package/dist/tailwind-internal/dist/plugins/components.cjs +1 -0
- package/dist/tailwind-internal/dist/plugins/components.js +2 -1
- package/dist/tailwind-internal/dist/plugins/typography.cjs +3 -3
- package/dist/tailwind-internal/dist/plugins/typography.js +3 -3
- package/dist/tailwind-internal/dist/utils/addFontsPlugin.cjs +2 -2
- package/dist/tailwind-internal/dist/utils/addFontsPlugin.d.cts +6 -0
- package/dist/tailwind-internal/dist/utils/addFontsPlugin.d.ts +6 -0
- package/dist/tailwind-internal/dist/utils/addFontsPlugin.js +2 -2
- package/dist/tailwind-internal/dist/utils/composeTailwindPlugins.d.cts +7 -0
- package/dist/tailwind-internal/dist/utils/composeTailwindPlugins.d.ts +7 -0
- package/dist/tailwind-internal/dist/utils/getFontFaceDeclarations.cjs +3 -2
- package/dist/tailwind-internal/dist/utils/getFontFaceDeclarations.d.cts +59 -58
- package/dist/tailwind-internal/dist/utils/getFontFaceDeclarations.d.ts +59 -58
- package/dist/tailwind-internal/dist/utils/getFontFaceDeclarations.js +3 -2
- package/dist/tailwind-internal/dist/utils/getFontStyles.cjs +2 -2
- package/dist/tailwind-internal/dist/utils/getFontStyles.d.cts +2 -1
- package/dist/tailwind-internal/dist/utils/getFontStyles.d.ts +2 -1
- package/dist/tailwind-internal/dist/utils/getFontStyles.js +2 -2
- package/dist/tailwind-internal/dist/utils/getNestedBorderRadiusUtilities.cjs +6 -0
- package/dist/tailwind-internal/dist/utils/getNestedBorderRadiusUtilities.js +6 -0
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.cts +2 -2
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.ts +2 -2
- 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 +3 -1
- package/dist/tokens/automation/index.d.cts +3 -3
- package/dist/tokens/automation/index.d.ts +3 -3
- package/dist/tokens/automation/index.js +4 -4
- package/dist/tokens/index.cjs +3 -1
- package/dist/tokens/index.d.cts +5 -5
- package/dist/tokens/index.d.ts +5 -5
- package/dist/tokens/index.js +4 -4
- package/dist/tokens/types.d.cts +6 -2
- package/dist/tokens/types.d.ts +6 -2
- package/dist/types/dist/index.d.cts +50 -1
- package/dist/types/dist/index.d.ts +50 -1
- package/dist/uds/generated/componentData.cjs +2779 -3271
- package/dist/uds/generated/componentData.js +2778 -2712
- package/dist/uds/generated/tailwindPurge.cjs +22 -0
- package/dist/uds/generated/tailwindPurge.js +22 -0
- package/dist/utils/hasDisplayName.cjs +17 -0
- package/dist/utils/hasDisplayName.d.cts +12 -0
- package/dist/utils/hasDisplayName.d.ts +12 -0
- package/dist/utils/hasDisplayName.js +15 -0
- package/generated/componentData.json +863 -658
- package/generated/tailwindPurge.ts +4 -4
- package/package.json +1 -1
|
@@ -351,6 +351,7 @@
|
|
|
351
351
|
"color": "primary"
|
|
352
352
|
},
|
|
353
353
|
"cxLiterals": [
|
|
354
|
+
"uds-banner",
|
|
354
355
|
"flex",
|
|
355
356
|
"flex-row",
|
|
356
357
|
"items-center",
|
|
@@ -630,6 +631,11 @@
|
|
|
630
631
|
},
|
|
631
632
|
"getStylesLiterals": {},
|
|
632
633
|
"cxLiterals": [
|
|
634
|
+
"uds-badge",
|
|
635
|
+
"uds-badge-variant",
|
|
636
|
+
"uds-badge-size",
|
|
637
|
+
"uds-badge-iconSize",
|
|
638
|
+
"uds-badge-iconColor",
|
|
633
639
|
"flex-1",
|
|
634
640
|
"truncate",
|
|
635
641
|
"whitespace-nowrap",
|
|
@@ -1302,67 +1308,110 @@
|
|
|
1302
1308
|
"runtimeConfigInternalComponentProps": {},
|
|
1303
1309
|
"motionVarPrefixes": []
|
|
1304
1310
|
},
|
|
1305
|
-
"
|
|
1306
|
-
"name": "
|
|
1311
|
+
"Input": {
|
|
1312
|
+
"name": "Input",
|
|
1307
1313
|
"defaultProps": {
|
|
1308
|
-
"
|
|
1314
|
+
"type": "text",
|
|
1315
|
+
"size": "md",
|
|
1316
|
+
"width": "full"
|
|
1317
|
+
},
|
|
1318
|
+
"getStylesLiterals": {
|
|
1319
|
+
"inputVariantRoot": "default",
|
|
1320
|
+
"inputVariantValueRoot": "empty",
|
|
1321
|
+
"inputVariantValueRoot:1": "filled",
|
|
1322
|
+
"inputVariantInputWrapper": "default",
|
|
1323
|
+
"inputVariantValueInputWrapper": "empty",
|
|
1324
|
+
"inputVariantValueInputWrapper:1": "filled",
|
|
1325
|
+
"inputVariantInput": "default",
|
|
1326
|
+
"inputVariantValueInput": "empty",
|
|
1327
|
+
"inputVariantValueInput:1": "filled",
|
|
1328
|
+
"inputVariantInputPlaceholder": "default",
|
|
1329
|
+
"inputVariantValueInputPlaceholder": "empty",
|
|
1330
|
+
"inputVariantValueInputPlaceholder:1": "filled",
|
|
1331
|
+
"inputVariantLabel": "default",
|
|
1332
|
+
"inputVariantValueLabel": "empty",
|
|
1333
|
+
"inputVariantValueLabel:1": "filled",
|
|
1334
|
+
"inputVariantLabelRequired": "default",
|
|
1335
|
+
"inputVariantValueLabelRequired": "empty",
|
|
1336
|
+
"inputVariantValueLabelRequired:1": "filled",
|
|
1337
|
+
"inputVariantStartIcon": "default",
|
|
1338
|
+
"inputVariantValueStartIcon": "empty",
|
|
1339
|
+
"inputVariantValueStartIcon:1": "filled",
|
|
1340
|
+
"inputVariantEndIcon": "default",
|
|
1341
|
+
"inputVariantValueEndIcon": "empty",
|
|
1342
|
+
"inputVariantValueEndIcon:1": "filled"
|
|
1309
1343
|
},
|
|
1310
|
-
"getStylesLiterals": {},
|
|
1311
1344
|
"cxLiterals": [
|
|
1312
|
-
"
|
|
1313
|
-
"
|
|
1314
|
-
"
|
|
1315
|
-
"
|
|
1316
|
-
"
|
|
1317
|
-
"
|
|
1318
|
-
"
|
|
1319
|
-
"
|
|
1320
|
-
"data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
|
|
1321
|
-
"transition-transform",
|
|
1322
|
-
"duration-500",
|
|
1323
|
-
"ease-[cubic-bezier(0.32,0.72,0,1)]",
|
|
1324
|
-
"motion-reduce:transition-none",
|
|
1325
|
-
"top-[-4px]",
|
|
1326
|
-
"z-[1]",
|
|
1327
|
-
"touch-pan-y"
|
|
1345
|
+
"opacity-50",
|
|
1346
|
+
"min-w-[200px]",
|
|
1347
|
+
"grow",
|
|
1348
|
+
"uds-hit-target",
|
|
1349
|
+
"bg-clip-text",
|
|
1350
|
+
"focus:outline-none",
|
|
1351
|
+
"cursor-text",
|
|
1352
|
+
"cursor-not-allowed"
|
|
1328
1353
|
],
|
|
1329
1354
|
"internalComponents": [
|
|
1330
|
-
"
|
|
1331
|
-
"
|
|
1332
|
-
"
|
|
1355
|
+
"IconSlot",
|
|
1356
|
+
"StartIcon",
|
|
1357
|
+
"EndIcon",
|
|
1358
|
+
"HelpTextContent",
|
|
1333
1359
|
"Box",
|
|
1334
|
-
"
|
|
1360
|
+
"InputHelpTextInternal",
|
|
1361
|
+
"VStack",
|
|
1362
|
+
"HStack",
|
|
1363
|
+
"AnimateHeightChange"
|
|
1335
1364
|
],
|
|
1336
1365
|
"internalComponentProps": {
|
|
1337
|
-
"
|
|
1338
|
-
"
|
|
1339
|
-
"
|
|
1340
|
-
]
|
|
1341
|
-
},
|
|
1342
|
-
"Dialog": {
|
|
1343
|
-
"data-testid": [
|
|
1344
|
-
"bottom-sheet"
|
|
1366
|
+
"HelpTextContent": {
|
|
1367
|
+
"spacingTop": [
|
|
1368
|
+
"2"
|
|
1345
1369
|
]
|
|
1346
1370
|
},
|
|
1347
1371
|
"Box": {
|
|
1348
|
-
"
|
|
1349
|
-
"
|
|
1350
|
-
"flex"
|
|
1372
|
+
"spacingBottom": [
|
|
1373
|
+
"2"
|
|
1351
1374
|
],
|
|
1352
|
-
"
|
|
1353
|
-
"
|
|
1375
|
+
"columnGap": [
|
|
1376
|
+
"0.5"
|
|
1354
1377
|
],
|
|
1355
|
-
"
|
|
1356
|
-
"
|
|
1378
|
+
"alignItems": [
|
|
1379
|
+
"flex-end",
|
|
1380
|
+
"center"
|
|
1357
1381
|
],
|
|
1358
|
-
"
|
|
1359
|
-
"
|
|
1382
|
+
"position": [
|
|
1383
|
+
"relative"
|
|
1384
|
+
]
|
|
1385
|
+
},
|
|
1386
|
+
"HStack": {
|
|
1387
|
+
"alignItems": [
|
|
1388
|
+
"center"
|
|
1389
|
+
],
|
|
1390
|
+
"gap": [
|
|
1391
|
+
"1"
|
|
1360
1392
|
]
|
|
1361
1393
|
}
|
|
1362
1394
|
},
|
|
1363
1395
|
"propToVariantKeys": {
|
|
1364
|
-
"
|
|
1365
|
-
"
|
|
1396
|
+
"size": [
|
|
1397
|
+
"inputSizeRoot",
|
|
1398
|
+
"inputSizeInputWrapper",
|
|
1399
|
+
"inputSizeInput",
|
|
1400
|
+
"inputSizeLabel",
|
|
1401
|
+
"inputSizeStartIcon",
|
|
1402
|
+
"inputSizeEndIcon"
|
|
1403
|
+
],
|
|
1404
|
+
"startIcon": [
|
|
1405
|
+
"icon"
|
|
1406
|
+
],
|
|
1407
|
+
"endIcon": [
|
|
1408
|
+
"icon"
|
|
1409
|
+
],
|
|
1410
|
+
"slotProps": [
|
|
1411
|
+
"helperTextSlotProps"
|
|
1412
|
+
],
|
|
1413
|
+
"helperTextIcon": [
|
|
1414
|
+
"startIcon"
|
|
1366
1415
|
]
|
|
1367
1416
|
},
|
|
1368
1417
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1370,46 +1419,91 @@
|
|
|
1370
1419
|
"runtimeConfigInternalComponentProps": {},
|
|
1371
1420
|
"motionVarPrefixes": []
|
|
1372
1421
|
},
|
|
1373
|
-
"
|
|
1374
|
-
"name": "
|
|
1375
|
-
"defaultProps": {
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
"
|
|
1380
|
-
|
|
1422
|
+
"InputHelpText": {
|
|
1423
|
+
"name": "InputHelpText",
|
|
1424
|
+
"defaultProps": {
|
|
1425
|
+
"size": "md"
|
|
1426
|
+
},
|
|
1427
|
+
"getStylesLiterals": {
|
|
1428
|
+
"inputVariantRoot": "default",
|
|
1429
|
+
"inputVariantValueRoot": "empty",
|
|
1430
|
+
"inputVariantValueRoot:1": "filled"
|
|
1431
|
+
},
|
|
1432
|
+
"cxLiterals": [],
|
|
1381
1433
|
"internalComponents": [
|
|
1382
|
-
"
|
|
1383
|
-
"
|
|
1434
|
+
"InputHelpTextInternal",
|
|
1435
|
+
"Box"
|
|
1384
1436
|
],
|
|
1385
1437
|
"internalComponentProps": {
|
|
1386
1438
|
"Box": {
|
|
1387
|
-
"
|
|
1388
|
-
"
|
|
1389
|
-
],
|
|
1390
|
-
"flex": [
|
|
1391
|
-
"1"
|
|
1439
|
+
"spacingTop": [
|
|
1440
|
+
"2"
|
|
1392
1441
|
]
|
|
1393
|
-
}
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1442
|
+
}
|
|
1443
|
+
},
|
|
1444
|
+
"propToVariantKeys": {
|
|
1445
|
+
"size": [
|
|
1446
|
+
"inputSizeRoot"
|
|
1447
|
+
]
|
|
1448
|
+
},
|
|
1449
|
+
"runtimeConfigDefaultProps": {},
|
|
1450
|
+
"runtimeConfigGetStyles": {},
|
|
1451
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1452
|
+
"motionVarPrefixes": []
|
|
1453
|
+
},
|
|
1454
|
+
"InputHelpTextInternal": {
|
|
1455
|
+
"name": "InputHelpTextInternal",
|
|
1456
|
+
"defaultProps": {},
|
|
1457
|
+
"getStylesLiterals": {
|
|
1458
|
+
"inputVariantHelperText": "default",
|
|
1459
|
+
"inputVariantValueHelperText": "empty",
|
|
1460
|
+
"inputVariantValueHelperText:1": "filled",
|
|
1461
|
+
"inputVariantHelperIcon": "default",
|
|
1462
|
+
"inputVariantValueHelperIcon": "empty",
|
|
1463
|
+
"inputVariantValueHelperIcon:1": "filled"
|
|
1464
|
+
},
|
|
1465
|
+
"cxLiterals": [],
|
|
1466
|
+
"internalComponents": [
|
|
1467
|
+
"IconSlot",
|
|
1468
|
+
"HStack"
|
|
1469
|
+
],
|
|
1470
|
+
"internalComponentProps": {
|
|
1471
|
+
"HStack": {
|
|
1472
|
+
"gap": [
|
|
1473
|
+
"1"
|
|
1474
|
+
],
|
|
1475
|
+
"alignItems": [
|
|
1476
|
+
"center"
|
|
1397
1477
|
]
|
|
1398
1478
|
}
|
|
1399
1479
|
},
|
|
1400
|
-
"propToVariantKeys": {
|
|
1480
|
+
"propToVariantKeys": {
|
|
1481
|
+
"size": [
|
|
1482
|
+
"inputSizeHelperText",
|
|
1483
|
+
"inputSizeHelperIcon"
|
|
1484
|
+
],
|
|
1485
|
+
"startIcon": [
|
|
1486
|
+
"icon"
|
|
1487
|
+
],
|
|
1488
|
+
"endIcon": [
|
|
1489
|
+
"icon"
|
|
1490
|
+
]
|
|
1491
|
+
},
|
|
1401
1492
|
"runtimeConfigDefaultProps": {},
|
|
1402
1493
|
"runtimeConfigGetStyles": {},
|
|
1403
1494
|
"runtimeConfigInternalComponentProps": {},
|
|
1404
1495
|
"motionVarPrefixes": []
|
|
1405
1496
|
},
|
|
1406
|
-
"
|
|
1407
|
-
"name": "
|
|
1497
|
+
"Chip": {
|
|
1498
|
+
"name": "Chip",
|
|
1408
1499
|
"defaultProps": {},
|
|
1409
1500
|
"getStylesLiterals": {},
|
|
1410
1501
|
"cxLiterals": [],
|
|
1411
1502
|
"internalComponents": [
|
|
1412
|
-
"
|
|
1503
|
+
"ChipDismissible",
|
|
1504
|
+
"ChipToggle",
|
|
1505
|
+
"ChipLink",
|
|
1506
|
+
"ChipButton"
|
|
1413
1507
|
],
|
|
1414
1508
|
"internalComponentProps": {},
|
|
1415
1509
|
"propToVariantKeys": {},
|
|
@@ -1418,217 +1512,32 @@
|
|
|
1418
1512
|
"runtimeConfigInternalComponentProps": {},
|
|
1419
1513
|
"motionVarPrefixes": []
|
|
1420
1514
|
},
|
|
1421
|
-
"
|
|
1422
|
-
"name": "
|
|
1515
|
+
"ChipBase": {
|
|
1516
|
+
"name": "ChipBase",
|
|
1423
1517
|
"defaultProps": {
|
|
1424
|
-
"
|
|
1518
|
+
"size": "md",
|
|
1519
|
+
"as": "div"
|
|
1425
1520
|
},
|
|
1426
1521
|
"getStylesLiterals": {},
|
|
1427
1522
|
"cxLiterals": [
|
|
1428
|
-
"
|
|
1429
|
-
"
|
|
1430
|
-
"
|
|
1431
|
-
"
|
|
1432
|
-
"
|
|
1433
|
-
"[
|
|
1434
|
-
"
|
|
1435
|
-
"
|
|
1436
|
-
"
|
|
1437
|
-
"-
|
|
1438
|
-
"
|
|
1439
|
-
"
|
|
1440
|
-
"w-8",
|
|
1441
|
-
"rounded-full"
|
|
1523
|
+
"pointer-events-none",
|
|
1524
|
+
"cursor-default",
|
|
1525
|
+
"opacity-50",
|
|
1526
|
+
"inline-flex",
|
|
1527
|
+
"items-center",
|
|
1528
|
+
"transition-[background-color,outline-color,box-shadow]",
|
|
1529
|
+
"truncate",
|
|
1530
|
+
"whitespace-nowrap",
|
|
1531
|
+
"text-center",
|
|
1532
|
+
"flex-1",
|
|
1533
|
+
"md",
|
|
1534
|
+
"primary"
|
|
1442
1535
|
],
|
|
1443
1536
|
"internalComponents": [
|
|
1444
|
-
"
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
"
|
|
1448
|
-
"display": [
|
|
1449
|
-
"block",
|
|
1450
|
-
"flex"
|
|
1451
|
-
],
|
|
1452
|
-
"justifyContent": [
|
|
1453
|
-
"center"
|
|
1454
|
-
]
|
|
1455
|
-
}
|
|
1456
|
-
},
|
|
1457
|
-
"propToVariantKeys": {
|
|
1458
|
-
"variant": [
|
|
1459
|
-
"bottomsheetVariantHandleIndicator"
|
|
1460
|
-
]
|
|
1461
|
-
},
|
|
1462
|
-
"runtimeConfigDefaultProps": {},
|
|
1463
|
-
"runtimeConfigGetStyles": {},
|
|
1464
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1465
|
-
"motionVarPrefixes": []
|
|
1466
|
-
},
|
|
1467
|
-
"BottomSheetHeader": {
|
|
1468
|
-
"name": "BottomSheetHeader",
|
|
1469
|
-
"defaultProps": {
|
|
1470
|
-
"variant": "default"
|
|
1471
|
-
},
|
|
1472
|
-
"getStylesLiterals": {},
|
|
1473
|
-
"cxLiterals": [
|
|
1474
|
-
"grid-cols-[40px_1fr_40px]",
|
|
1475
|
-
"items-center",
|
|
1476
|
-
"w-full",
|
|
1477
|
-
"min-h-10",
|
|
1478
|
-
"mt-2"
|
|
1479
|
-
],
|
|
1480
|
-
"internalComponents": [
|
|
1481
|
-
"Box",
|
|
1482
|
-
"Text",
|
|
1483
|
-
"DialogHeading"
|
|
1484
|
-
],
|
|
1485
|
-
"internalComponentProps": {
|
|
1486
|
-
"Box": {
|
|
1487
|
-
"className": [
|
|
1488
|
-
"h-10 w-10 opacity-0 pointer-events-none"
|
|
1489
|
-
],
|
|
1490
|
-
"display": [
|
|
1491
|
-
"grid",
|
|
1492
|
-
"flex"
|
|
1493
|
-
],
|
|
1494
|
-
"justifyContent": [
|
|
1495
|
-
"flex-start",
|
|
1496
|
-
"flex-end"
|
|
1497
|
-
]
|
|
1498
|
-
},
|
|
1499
|
-
"Text": {
|
|
1500
|
-
"as": [
|
|
1501
|
-
"p"
|
|
1502
|
-
],
|
|
1503
|
-
"variant": [
|
|
1504
|
-
"inherit"
|
|
1505
|
-
],
|
|
1506
|
-
"color": [
|
|
1507
|
-
"inherit"
|
|
1508
|
-
],
|
|
1509
|
-
"textAlign": [
|
|
1510
|
-
"center"
|
|
1511
|
-
],
|
|
1512
|
-
"className": [
|
|
1513
|
-
"m-0 w-full"
|
|
1514
|
-
]
|
|
1515
|
-
},
|
|
1516
|
-
"DialogHeading": {
|
|
1517
|
-
"role": [
|
|
1518
|
-
"heading"
|
|
1519
|
-
]
|
|
1520
|
-
}
|
|
1521
|
-
},
|
|
1522
|
-
"propToVariantKeys": {
|
|
1523
|
-
"variant": [
|
|
1524
|
-
"bottomsheetVariantHeader"
|
|
1525
|
-
]
|
|
1526
|
-
},
|
|
1527
|
-
"runtimeConfigDefaultProps": {},
|
|
1528
|
-
"runtimeConfigGetStyles": {},
|
|
1529
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1530
|
-
"motionVarPrefixes": []
|
|
1531
|
-
},
|
|
1532
|
-
"BottomSheetInternalContext": {
|
|
1533
|
-
"name": "BottomSheetInternalContext",
|
|
1534
|
-
"defaultProps": {},
|
|
1535
|
-
"getStylesLiterals": {},
|
|
1536
|
-
"cxLiterals": [],
|
|
1537
|
-
"internalComponents": [],
|
|
1538
|
-
"internalComponentProps": {},
|
|
1539
|
-
"propToVariantKeys": {},
|
|
1540
|
-
"runtimeConfigDefaultProps": {},
|
|
1541
|
-
"runtimeConfigGetStyles": {},
|
|
1542
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1543
|
-
"motionVarPrefixes": []
|
|
1544
|
-
},
|
|
1545
|
-
"BottomSheetProvider": {
|
|
1546
|
-
"name": "BottomSheetProvider",
|
|
1547
|
-
"defaultProps": {},
|
|
1548
|
-
"getStylesLiterals": {},
|
|
1549
|
-
"cxLiterals": [],
|
|
1550
|
-
"internalComponents": [
|
|
1551
|
-
"AriakitDialogProvider"
|
|
1552
|
-
],
|
|
1553
|
-
"internalComponentProps": {},
|
|
1554
|
-
"propToVariantKeys": {},
|
|
1555
|
-
"runtimeConfigDefaultProps": {},
|
|
1556
|
-
"runtimeConfigGetStyles": {},
|
|
1557
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1558
|
-
"motionVarPrefixes": []
|
|
1559
|
-
},
|
|
1560
|
-
"BottomSheetTrigger": {
|
|
1561
|
-
"name": "BottomSheetTrigger",
|
|
1562
|
-
"defaultProps": {},
|
|
1563
|
-
"getStylesLiterals": {},
|
|
1564
|
-
"cxLiterals": [],
|
|
1565
|
-
"internalComponents": [
|
|
1566
|
-
"AriakitDialogDisclosure"
|
|
1567
|
-
],
|
|
1568
|
-
"internalComponentProps": {},
|
|
1569
|
-
"propToVariantKeys": {},
|
|
1570
|
-
"runtimeConfigDefaultProps": {},
|
|
1571
|
-
"runtimeConfigGetStyles": {},
|
|
1572
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1573
|
-
"motionVarPrefixes": []
|
|
1574
|
-
},
|
|
1575
|
-
"UDSBottomSheetConfigProvider": {
|
|
1576
|
-
"name": "UDSBottomSheetConfigProvider",
|
|
1577
|
-
"defaultProps": {},
|
|
1578
|
-
"getStylesLiterals": {},
|
|
1579
|
-
"cxLiterals": [],
|
|
1580
|
-
"internalComponents": [
|
|
1581
|
-
"BottomSheetContext.Provider"
|
|
1582
|
-
],
|
|
1583
|
-
"internalComponentProps": {},
|
|
1584
|
-
"propToVariantKeys": {},
|
|
1585
|
-
"runtimeConfigDefaultProps": {},
|
|
1586
|
-
"runtimeConfigGetStyles": {},
|
|
1587
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1588
|
-
"motionVarPrefixes": []
|
|
1589
|
-
},
|
|
1590
|
-
"Chip": {
|
|
1591
|
-
"name": "Chip",
|
|
1592
|
-
"defaultProps": {},
|
|
1593
|
-
"getStylesLiterals": {},
|
|
1594
|
-
"cxLiterals": [],
|
|
1595
|
-
"internalComponents": [
|
|
1596
|
-
"ChipDismissible",
|
|
1597
|
-
"ChipToggle",
|
|
1598
|
-
"ChipLink",
|
|
1599
|
-
"ChipButton"
|
|
1600
|
-
],
|
|
1601
|
-
"internalComponentProps": {},
|
|
1602
|
-
"propToVariantKeys": {},
|
|
1603
|
-
"runtimeConfigDefaultProps": {},
|
|
1604
|
-
"runtimeConfigGetStyles": {},
|
|
1605
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1606
|
-
"motionVarPrefixes": []
|
|
1607
|
-
},
|
|
1608
|
-
"ChipBase": {
|
|
1609
|
-
"name": "ChipBase",
|
|
1610
|
-
"defaultProps": {
|
|
1611
|
-
"size": "md",
|
|
1612
|
-
"as": "div"
|
|
1613
|
-
},
|
|
1614
|
-
"getStylesLiterals": {},
|
|
1615
|
-
"cxLiterals": [
|
|
1616
|
-
"pointer-events-none",
|
|
1617
|
-
"cursor-default",
|
|
1618
|
-
"opacity-50",
|
|
1619
|
-
"inline-flex",
|
|
1620
|
-
"items-center",
|
|
1621
|
-
"transition-[background-color,outline-color,box-shadow]",
|
|
1622
|
-
"truncate",
|
|
1623
|
-
"whitespace-nowrap",
|
|
1624
|
-
"text-center",
|
|
1625
|
-
"flex-1"
|
|
1626
|
-
],
|
|
1627
|
-
"internalComponents": [
|
|
1628
|
-
"IconSlot",
|
|
1629
|
-
"HStack",
|
|
1630
|
-
"As",
|
|
1631
|
-
"Text"
|
|
1537
|
+
"IconSlot",
|
|
1538
|
+
"HStack",
|
|
1539
|
+
"As",
|
|
1540
|
+
"Text"
|
|
1632
1541
|
],
|
|
1633
1542
|
"internalComponentProps": {
|
|
1634
1543
|
"Text": {
|
|
@@ -1786,187 +1695,300 @@
|
|
|
1786
1695
|
"runtimeConfigInternalComponentProps": {},
|
|
1787
1696
|
"motionVarPrefixes": []
|
|
1788
1697
|
},
|
|
1789
|
-
"
|
|
1790
|
-
"name": "
|
|
1698
|
+
"Modal": {
|
|
1699
|
+
"name": "Modal",
|
|
1791
1700
|
"defaultProps": {
|
|
1792
|
-
"
|
|
1793
|
-
"
|
|
1794
|
-
"
|
|
1701
|
+
"closeAriaLabel": "Close",
|
|
1702
|
+
"maxWidth": "auto",
|
|
1703
|
+
"maxHeight": "auto",
|
|
1704
|
+
"scrollBehavior": "outside"
|
|
1795
1705
|
},
|
|
1796
1706
|
"getStylesLiterals": {
|
|
1797
|
-
"
|
|
1798
|
-
"
|
|
1799
|
-
"
|
|
1800
|
-
"
|
|
1801
|
-
"
|
|
1802
|
-
"inputVariantValueInputWrapper:1": "filled",
|
|
1803
|
-
"inputVariantInput": "default",
|
|
1804
|
-
"inputVariantValueInput": "empty",
|
|
1805
|
-
"inputVariantValueInput:1": "filled",
|
|
1806
|
-
"inputVariantInputPlaceholder": "default",
|
|
1807
|
-
"inputVariantValueInputPlaceholder": "empty",
|
|
1808
|
-
"inputVariantValueInputPlaceholder:1": "filled",
|
|
1809
|
-
"inputVariantLabel": "default",
|
|
1810
|
-
"inputVariantValueLabel": "empty",
|
|
1811
|
-
"inputVariantValueLabel:1": "filled",
|
|
1812
|
-
"inputVariantLabelRequired": "default",
|
|
1813
|
-
"inputVariantValueLabelRequired": "empty",
|
|
1814
|
-
"inputVariantValueLabelRequired:1": "filled",
|
|
1815
|
-
"inputVariantStartIcon": "default",
|
|
1816
|
-
"inputVariantValueStartIcon": "empty",
|
|
1817
|
-
"inputVariantValueStartIcon:1": "filled",
|
|
1818
|
-
"inputVariantEndIcon": "default",
|
|
1819
|
-
"inputVariantValueEndIcon": "empty",
|
|
1820
|
-
"inputVariantValueEndIcon:1": "filled"
|
|
1707
|
+
"flexDirection": "row-reverse",
|
|
1708
|
+
"justifyContent": "space-between",
|
|
1709
|
+
"alignItems": "flex-end",
|
|
1710
|
+
"alignItems:1": "flex-start",
|
|
1711
|
+
"borderRadius": "full"
|
|
1821
1712
|
},
|
|
1822
1713
|
"cxLiterals": [
|
|
1823
|
-
"
|
|
1824
|
-
"
|
|
1825
|
-
"
|
|
1826
|
-
"
|
|
1827
|
-
"
|
|
1828
|
-
"
|
|
1829
|
-
"
|
|
1830
|
-
"
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
"
|
|
1834
|
-
"
|
|
1835
|
-
"
|
|
1836
|
-
"
|
|
1837
|
-
"
|
|
1838
|
-
"
|
|
1839
|
-
"
|
|
1840
|
-
"
|
|
1841
|
-
"
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
"
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
"
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
"
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1714
|
+
"fixed",
|
|
1715
|
+
"inset-0",
|
|
1716
|
+
"z-40",
|
|
1717
|
+
"overflow-y-auto",
|
|
1718
|
+
"overflow-hidden",
|
|
1719
|
+
"transition-[opacity,visibility]",
|
|
1720
|
+
"visible",
|
|
1721
|
+
"opacity-100",
|
|
1722
|
+
"invisible",
|
|
1723
|
+
"opacity-0",
|
|
1724
|
+
"pointer-events-none",
|
|
1725
|
+
"uds-bgBlurFallback",
|
|
1726
|
+
"w-full",
|
|
1727
|
+
"w-fit",
|
|
1728
|
+
"h-full",
|
|
1729
|
+
"h-fit",
|
|
1730
|
+
"m-auto",
|
|
1731
|
+
"pointer-events-auto",
|
|
1732
|
+
"inside",
|
|
1733
|
+
"max-h-full",
|
|
1734
|
+
"transition-transform",
|
|
1735
|
+
"duration-0",
|
|
1736
|
+
"duration-120",
|
|
1737
|
+
"transition-[background-color]",
|
|
1738
|
+
"bg-carbon-15/0",
|
|
1739
|
+
"hover:bg-carbon-15/10",
|
|
1740
|
+
"active:bg-carbon-15/15",
|
|
1741
|
+
"uds-ring",
|
|
1742
|
+
"[translate:50%_-50%]"
|
|
1743
|
+
],
|
|
1744
|
+
"internalComponents": [
|
|
1745
|
+
"Scrim",
|
|
1746
|
+
"VStack",
|
|
1747
|
+
"Pressable",
|
|
1748
|
+
"IconSlot",
|
|
1749
|
+
"Box",
|
|
1750
|
+
"Dialog",
|
|
1751
|
+
"ModalContext.Provider",
|
|
1752
|
+
"HStack",
|
|
1753
|
+
"DialogDismiss",
|
|
1754
|
+
"ModalTitle",
|
|
1755
|
+
"ModalDescription",
|
|
1756
|
+
"ModalContent",
|
|
1757
|
+
"ModalActions"
|
|
1758
|
+
],
|
|
1759
|
+
"internalComponentProps": {
|
|
1760
|
+
"Box": {
|
|
1761
|
+
"flexGrow": [
|
|
1869
1762
|
"1"
|
|
1870
1763
|
]
|
|
1871
1764
|
}
|
|
1872
1765
|
},
|
|
1873
1766
|
"propToVariantKeys": {
|
|
1767
|
+
"gutter": [
|
|
1768
|
+
"spacing"
|
|
1769
|
+
],
|
|
1874
1770
|
"size": [
|
|
1875
|
-
"
|
|
1876
|
-
"
|
|
1877
|
-
"
|
|
1878
|
-
"
|
|
1879
|
-
"
|
|
1880
|
-
"
|
|
1771
|
+
"modalSizeRoot",
|
|
1772
|
+
"modalSizeSpacingHorizontal",
|
|
1773
|
+
"modalSizeHeader",
|
|
1774
|
+
"modalSizeTitleDescriptionWrapper",
|
|
1775
|
+
"modalSizeCloseIconContainer",
|
|
1776
|
+
"modalSizeCloseIcon"
|
|
1881
1777
|
],
|
|
1882
|
-
"
|
|
1883
|
-
"
|
|
1778
|
+
"variant": [
|
|
1779
|
+
"modalVariantRoot",
|
|
1780
|
+
"modalVariantCloseIcon"
|
|
1884
1781
|
],
|
|
1885
|
-
"
|
|
1782
|
+
"closeAriaLabel": [
|
|
1783
|
+
"aria-label"
|
|
1784
|
+
],
|
|
1785
|
+
"closeIcon": [
|
|
1886
1786
|
"icon"
|
|
1787
|
+
]
|
|
1788
|
+
},
|
|
1789
|
+
"runtimeConfigDefaultProps": {
|
|
1790
|
+
"size": "modal.defaultSize",
|
|
1791
|
+
"variant": "modal.defaultVariant"
|
|
1792
|
+
},
|
|
1793
|
+
"runtimeConfigGetStyles": {
|
|
1794
|
+
"spacing": [
|
|
1795
|
+
"modal.gutter.${size}"
|
|
1887
1796
|
],
|
|
1888
|
-
"
|
|
1889
|
-
"
|
|
1797
|
+
"modalSizeRoot": [
|
|
1798
|
+
"modal.defaultSize"
|
|
1890
1799
|
],
|
|
1891
|
-
"
|
|
1892
|
-
"
|
|
1800
|
+
"modalVariantRoot": [
|
|
1801
|
+
"modal.defaultVariant"
|
|
1802
|
+
],
|
|
1803
|
+
"modalSizeSpacingHorizontal": [
|
|
1804
|
+
"modal.defaultSize"
|
|
1805
|
+
],
|
|
1806
|
+
"modalSizeHeader": [
|
|
1807
|
+
"modal.defaultSize"
|
|
1808
|
+
],
|
|
1809
|
+
"modalSizeTitleDescriptionWrapper": [
|
|
1810
|
+
"modal.defaultSize"
|
|
1811
|
+
],
|
|
1812
|
+
"modalSizeCloseIconContainer": [
|
|
1813
|
+
"modal.defaultSize"
|
|
1814
|
+
],
|
|
1815
|
+
"modalSizeCloseIcon": [
|
|
1816
|
+
"modal.defaultSize"
|
|
1817
|
+
],
|
|
1818
|
+
"modalVariantCloseIcon": [
|
|
1819
|
+
"modal.defaultVariant"
|
|
1893
1820
|
]
|
|
1894
1821
|
},
|
|
1895
|
-
"runtimeConfigDefaultProps": {},
|
|
1896
|
-
"runtimeConfigGetStyles": {},
|
|
1897
1822
|
"runtimeConfigInternalComponentProps": {},
|
|
1898
1823
|
"motionVarPrefixes": []
|
|
1899
1824
|
},
|
|
1900
|
-
"
|
|
1901
|
-
"name": "
|
|
1902
|
-
"defaultProps": {
|
|
1903
|
-
|
|
1825
|
+
"ModalActions": {
|
|
1826
|
+
"name": "ModalActions",
|
|
1827
|
+
"defaultProps": {},
|
|
1828
|
+
"getStylesLiterals": {
|
|
1829
|
+
"flexDirection": "row-reverse",
|
|
1830
|
+
"justifyContent": "space-between",
|
|
1831
|
+
"alignItems": "center"
|
|
1832
|
+
},
|
|
1833
|
+
"cxLiterals": [
|
|
1834
|
+
"gap-[inherit]"
|
|
1835
|
+
],
|
|
1836
|
+
"internalComponents": [
|
|
1837
|
+
"HStack"
|
|
1838
|
+
],
|
|
1839
|
+
"internalComponentProps": {},
|
|
1840
|
+
"propToVariantKeys": {
|
|
1841
|
+
"size": [
|
|
1842
|
+
"modalSizeSpacingHorizontal",
|
|
1843
|
+
"modalSizeActions"
|
|
1844
|
+
]
|
|
1845
|
+
},
|
|
1846
|
+
"runtimeConfigDefaultProps": {
|
|
1847
|
+
"size": "modal.defaultSize",
|
|
1848
|
+
"variant": "modal.defaultVariant"
|
|
1849
|
+
},
|
|
1850
|
+
"runtimeConfigGetStyles": {
|
|
1851
|
+
"modalSizeSpacingHorizontal": [
|
|
1852
|
+
"modal.defaultSize"
|
|
1853
|
+
],
|
|
1854
|
+
"modalSizeActions": [
|
|
1855
|
+
"modal.defaultSize"
|
|
1856
|
+
]
|
|
1904
1857
|
},
|
|
1858
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1859
|
+
"motionVarPrefixes": []
|
|
1860
|
+
},
|
|
1861
|
+
"ModalContent": {
|
|
1862
|
+
"name": "ModalContent",
|
|
1863
|
+
"defaultProps": {},
|
|
1905
1864
|
"getStylesLiterals": {
|
|
1906
|
-
"
|
|
1907
|
-
"
|
|
1908
|
-
"
|
|
1865
|
+
"overflowY": "auto",
|
|
1866
|
+
"display": "block",
|
|
1867
|
+
"flexGrow": "1"
|
|
1909
1868
|
},
|
|
1910
1869
|
"cxLiterals": [],
|
|
1911
1870
|
"internalComponents": [
|
|
1912
|
-
"InputHelpTextInternal",
|
|
1913
1871
|
"Box"
|
|
1914
1872
|
],
|
|
1873
|
+
"internalComponentProps": {},
|
|
1874
|
+
"propToVariantKeys": {
|
|
1875
|
+
"size": [
|
|
1876
|
+
"modalSizeSpacingHorizontal"
|
|
1877
|
+
]
|
|
1878
|
+
},
|
|
1879
|
+
"runtimeConfigDefaultProps": {
|
|
1880
|
+
"size": "modal.defaultSize",
|
|
1881
|
+
"variant": "modal.defaultVariant"
|
|
1882
|
+
},
|
|
1883
|
+
"runtimeConfigGetStyles": {
|
|
1884
|
+
"modalSizeSpacingHorizontal": [
|
|
1885
|
+
"modal.defaultSize"
|
|
1886
|
+
]
|
|
1887
|
+
},
|
|
1888
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1889
|
+
"motionVarPrefixes": []
|
|
1890
|
+
},
|
|
1891
|
+
"ModalContext": {
|
|
1892
|
+
"name": "ModalContext",
|
|
1893
|
+
"defaultProps": {},
|
|
1894
|
+
"getStylesLiterals": {},
|
|
1895
|
+
"cxLiterals": [],
|
|
1896
|
+
"internalComponents": [],
|
|
1897
|
+
"internalComponentProps": {},
|
|
1898
|
+
"propToVariantKeys": {},
|
|
1899
|
+
"runtimeConfigDefaultProps": {},
|
|
1900
|
+
"runtimeConfigGetStyles": {},
|
|
1901
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1902
|
+
"motionVarPrefixes": []
|
|
1903
|
+
},
|
|
1904
|
+
"ModalDescription": {
|
|
1905
|
+
"name": "ModalDescription",
|
|
1906
|
+
"defaultProps": {},
|
|
1907
|
+
"getStylesLiterals": {},
|
|
1908
|
+
"cxLiterals": [],
|
|
1909
|
+
"internalComponents": [
|
|
1910
|
+
"Text",
|
|
1911
|
+
"DialogDescription"
|
|
1912
|
+
],
|
|
1915
1913
|
"internalComponentProps": {
|
|
1916
|
-
"
|
|
1917
|
-
"
|
|
1918
|
-
"
|
|
1914
|
+
"Text": {
|
|
1915
|
+
"as": [
|
|
1916
|
+
"span"
|
|
1919
1917
|
]
|
|
1920
1918
|
}
|
|
1921
1919
|
},
|
|
1922
1920
|
"propToVariantKeys": {
|
|
1923
1921
|
"size": [
|
|
1924
|
-
"
|
|
1922
|
+
"modalSizeDescription"
|
|
1923
|
+
],
|
|
1924
|
+
"variant": [
|
|
1925
|
+
"modalVariantDescription"
|
|
1926
|
+
]
|
|
1927
|
+
},
|
|
1928
|
+
"runtimeConfigDefaultProps": {
|
|
1929
|
+
"size": "modal.defaultSize",
|
|
1930
|
+
"variant": "modal.defaultVariant"
|
|
1931
|
+
},
|
|
1932
|
+
"runtimeConfigGetStyles": {
|
|
1933
|
+
"modalSizeDescription": [
|
|
1934
|
+
"modal.defaultSize"
|
|
1935
|
+
],
|
|
1936
|
+
"modalVariantDescription": [
|
|
1937
|
+
"modal.defaultVariant"
|
|
1925
1938
|
]
|
|
1926
1939
|
},
|
|
1927
|
-
"runtimeConfigDefaultProps": {},
|
|
1928
|
-
"runtimeConfigGetStyles": {},
|
|
1929
1940
|
"runtimeConfigInternalComponentProps": {},
|
|
1930
1941
|
"motionVarPrefixes": []
|
|
1931
1942
|
},
|
|
1932
|
-
"
|
|
1933
|
-
"name": "
|
|
1943
|
+
"ModalTitle": {
|
|
1944
|
+
"name": "ModalTitle",
|
|
1934
1945
|
"defaultProps": {},
|
|
1935
|
-
"getStylesLiterals": {
|
|
1936
|
-
"inputVariantHelperText": "default",
|
|
1937
|
-
"inputVariantValueHelperText": "empty",
|
|
1938
|
-
"inputVariantValueHelperText:1": "filled",
|
|
1939
|
-
"inputVariantHelperIcon": "default",
|
|
1940
|
-
"inputVariantValueHelperIcon": "empty",
|
|
1941
|
-
"inputVariantValueHelperIcon:1": "filled"
|
|
1942
|
-
},
|
|
1946
|
+
"getStylesLiterals": {},
|
|
1943
1947
|
"cxLiterals": [],
|
|
1944
1948
|
"internalComponents": [
|
|
1945
|
-
"
|
|
1946
|
-
"
|
|
1949
|
+
"Text",
|
|
1950
|
+
"DialogHeading"
|
|
1947
1951
|
],
|
|
1948
1952
|
"internalComponentProps": {
|
|
1949
|
-
"
|
|
1950
|
-
"
|
|
1951
|
-
"
|
|
1952
|
-
],
|
|
1953
|
-
"alignItems": [
|
|
1954
|
-
"center"
|
|
1953
|
+
"Text": {
|
|
1954
|
+
"as": [
|
|
1955
|
+
"span"
|
|
1955
1956
|
]
|
|
1956
1957
|
}
|
|
1957
1958
|
},
|
|
1958
1959
|
"propToVariantKeys": {
|
|
1959
1960
|
"size": [
|
|
1960
|
-
"
|
|
1961
|
-
"inputSizeHelperIcon"
|
|
1961
|
+
"modalSizeTitle"
|
|
1962
1962
|
],
|
|
1963
|
-
"
|
|
1964
|
-
"
|
|
1963
|
+
"variant": [
|
|
1964
|
+
"modalVariantTitle"
|
|
1965
|
+
]
|
|
1966
|
+
},
|
|
1967
|
+
"runtimeConfigDefaultProps": {
|
|
1968
|
+
"size": "modal.defaultSize",
|
|
1969
|
+
"variant": "modal.defaultVariant"
|
|
1970
|
+
},
|
|
1971
|
+
"runtimeConfigGetStyles": {
|
|
1972
|
+
"modalSizeTitle": [
|
|
1973
|
+
"modal.defaultSize"
|
|
1965
1974
|
],
|
|
1966
|
-
"
|
|
1967
|
-
"
|
|
1975
|
+
"modalVariantTitle": [
|
|
1976
|
+
"modal.defaultVariant"
|
|
1968
1977
|
]
|
|
1969
1978
|
},
|
|
1979
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1980
|
+
"motionVarPrefixes": []
|
|
1981
|
+
},
|
|
1982
|
+
"UDSModalConfigProvider": {
|
|
1983
|
+
"name": "UDSModalConfigProvider",
|
|
1984
|
+
"defaultProps": {},
|
|
1985
|
+
"getStylesLiterals": {},
|
|
1986
|
+
"cxLiterals": [],
|
|
1987
|
+
"internalComponents": [
|
|
1988
|
+
"ModalContext.Provider"
|
|
1989
|
+
],
|
|
1990
|
+
"internalComponentProps": {},
|
|
1991
|
+
"propToVariantKeys": {},
|
|
1970
1992
|
"runtimeConfigDefaultProps": {},
|
|
1971
1993
|
"runtimeConfigGetStyles": {},
|
|
1972
1994
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -2084,6 +2106,7 @@
|
|
|
2084
2106
|
"menuitemSizeEndIcon": "default"
|
|
2085
2107
|
},
|
|
2086
2108
|
"cxLiterals": [
|
|
2109
|
+
"uds-menu-item",
|
|
2087
2110
|
"flex",
|
|
2088
2111
|
"focus-visible:text-brand",
|
|
2089
2112
|
"focus-visible:bg-brand-secondary",
|
|
@@ -2161,53 +2184,180 @@
|
|
|
2161
2184
|
"menuitemItemCheckboxVariantActiveEndIcon": "on",
|
|
2162
2185
|
"menuitemItemCheckboxVariantActiveEndIcon:1": "off"
|
|
2163
2186
|
},
|
|
2164
|
-
"cxLiterals": [
|
|
2165
|
-
"uds-menu-item-checkbox"
|
|
2166
|
-
],
|
|
2167
|
-
"internalComponents": [
|
|
2168
|
-
"MenuItemBase"
|
|
2169
|
-
],
|
|
2170
|
-
"internalComponentProps": {},
|
|
2171
|
-
"propToVariantKeys": {},
|
|
2187
|
+
"cxLiterals": [
|
|
2188
|
+
"uds-menu-item-checkbox"
|
|
2189
|
+
],
|
|
2190
|
+
"internalComponents": [
|
|
2191
|
+
"MenuItemBase"
|
|
2192
|
+
],
|
|
2193
|
+
"internalComponentProps": {},
|
|
2194
|
+
"propToVariantKeys": {},
|
|
2195
|
+
"runtimeConfigDefaultProps": {},
|
|
2196
|
+
"runtimeConfigGetStyles": {},
|
|
2197
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2198
|
+
"motionVarPrefixes": []
|
|
2199
|
+
},
|
|
2200
|
+
"Menu.Provider": {
|
|
2201
|
+
"name": "Menu.Provider",
|
|
2202
|
+
"defaultProps": {},
|
|
2203
|
+
"getStylesLiterals": {},
|
|
2204
|
+
"cxLiterals": [],
|
|
2205
|
+
"internalComponents": [
|
|
2206
|
+
"AriakitMenuProvider",
|
|
2207
|
+
"SpringMotionConfig"
|
|
2208
|
+
],
|
|
2209
|
+
"internalComponentProps": {},
|
|
2210
|
+
"propToVariantKeys": {},
|
|
2211
|
+
"runtimeConfigDefaultProps": {},
|
|
2212
|
+
"runtimeConfigGetStyles": {},
|
|
2213
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2214
|
+
"motionVarPrefixes": [
|
|
2215
|
+
"--uds-motion-subtle-3-",
|
|
2216
|
+
"--uds-motion-smooth-3-"
|
|
2217
|
+
]
|
|
2218
|
+
},
|
|
2219
|
+
"Menu.Trigger": {
|
|
2220
|
+
"name": "Menu.Trigger",
|
|
2221
|
+
"defaultProps": {},
|
|
2222
|
+
"getStylesLiterals": {},
|
|
2223
|
+
"cxLiterals": [
|
|
2224
|
+
"uds-menu-trigger"
|
|
2225
|
+
],
|
|
2226
|
+
"internalComponents": [
|
|
2227
|
+
"AriakitMenuTrigger",
|
|
2228
|
+
"Box"
|
|
2229
|
+
],
|
|
2230
|
+
"internalComponentProps": {
|
|
2231
|
+
"Box": {
|
|
2232
|
+
"className": [
|
|
2233
|
+
"uds-ring h-fit w-fit"
|
|
2234
|
+
]
|
|
2235
|
+
}
|
|
2236
|
+
},
|
|
2237
|
+
"propToVariantKeys": {},
|
|
2238
|
+
"runtimeConfigDefaultProps": {},
|
|
2239
|
+
"runtimeConfigGetStyles": {},
|
|
2240
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2241
|
+
"motionVarPrefixes": []
|
|
2242
|
+
},
|
|
2243
|
+
"Menu.index": {
|
|
2244
|
+
"name": "Menu.index",
|
|
2245
|
+
"defaultProps": {},
|
|
2246
|
+
"getStylesLiterals": {},
|
|
2247
|
+
"cxLiterals": [],
|
|
2248
|
+
"internalComponents": [],
|
|
2249
|
+
"internalComponentProps": {},
|
|
2250
|
+
"propToVariantKeys": {},
|
|
2251
|
+
"runtimeConfigDefaultProps": {},
|
|
2252
|
+
"runtimeConfigGetStyles": {},
|
|
2253
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2254
|
+
"motionVarPrefixes": []
|
|
2255
|
+
},
|
|
2256
|
+
"Menu": {
|
|
2257
|
+
"name": "Menu",
|
|
2258
|
+
"defaultProps": {},
|
|
2259
|
+
"getStylesLiterals": {},
|
|
2260
|
+
"cxLiterals": [],
|
|
2261
|
+
"internalComponents": [],
|
|
2262
|
+
"internalComponentProps": {},
|
|
2263
|
+
"propToVariantKeys": {},
|
|
2264
|
+
"runtimeConfigDefaultProps": {},
|
|
2265
|
+
"runtimeConfigGetStyles": {},
|
|
2266
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2267
|
+
"motionVarPrefixes": []
|
|
2268
|
+
},
|
|
2269
|
+
"BottomSheet": {
|
|
2270
|
+
"name": "BottomSheet",
|
|
2271
|
+
"defaultProps": {
|
|
2272
|
+
"variant": "default"
|
|
2273
|
+
},
|
|
2274
|
+
"getStylesLiterals": {},
|
|
2275
|
+
"cxLiterals": [
|
|
2276
|
+
"fixed",
|
|
2277
|
+
"overflow-hidden",
|
|
2278
|
+
"inset-x-0",
|
|
2279
|
+
"bottom-0",
|
|
2280
|
+
"z-50",
|
|
2281
|
+
"[will-change:transform]",
|
|
2282
|
+
"touch-none",
|
|
2283
|
+
"[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
|
|
2284
|
+
"data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
|
|
2285
|
+
"transition-transform",
|
|
2286
|
+
"duration-500",
|
|
2287
|
+
"ease-[cubic-bezier(0.32,0.72,0,1)]",
|
|
2288
|
+
"motion-reduce:transition-none",
|
|
2289
|
+
"top-[-4px]",
|
|
2290
|
+
"z-[1]",
|
|
2291
|
+
"touch-pan-y"
|
|
2292
|
+
],
|
|
2293
|
+
"internalComponents": [
|
|
2294
|
+
"Scrim",
|
|
2295
|
+
"BottomSheetHandle",
|
|
2296
|
+
"Dialog",
|
|
2297
|
+
"Box",
|
|
2298
|
+
"BottomSheetInternalContext.Provider"
|
|
2299
|
+
],
|
|
2300
|
+
"internalComponentProps": {
|
|
2301
|
+
"BottomSheetHandle": {
|
|
2302
|
+
"ariaLabel": [
|
|
2303
|
+
"Resize sheet"
|
|
2304
|
+
]
|
|
2305
|
+
},
|
|
2306
|
+
"Dialog": {
|
|
2307
|
+
"data-testid": [
|
|
2308
|
+
"bottom-sheet"
|
|
2309
|
+
]
|
|
2310
|
+
},
|
|
2311
|
+
"Box": {
|
|
2312
|
+
"display": [
|
|
2313
|
+
"block",
|
|
2314
|
+
"flex"
|
|
2315
|
+
],
|
|
2316
|
+
"position": [
|
|
2317
|
+
"absolute"
|
|
2318
|
+
],
|
|
2319
|
+
"flexDirection": [
|
|
2320
|
+
"column"
|
|
2321
|
+
],
|
|
2322
|
+
"className": [
|
|
2323
|
+
"absolute inset-0 min-h-0 p-[inherit]"
|
|
2324
|
+
]
|
|
2325
|
+
}
|
|
2326
|
+
},
|
|
2327
|
+
"propToVariantKeys": {
|
|
2328
|
+
"variant": [
|
|
2329
|
+
"bottomsheetVariantRoot"
|
|
2330
|
+
]
|
|
2331
|
+
},
|
|
2172
2332
|
"runtimeConfigDefaultProps": {},
|
|
2173
2333
|
"runtimeConfigGetStyles": {},
|
|
2174
2334
|
"runtimeConfigInternalComponentProps": {},
|
|
2175
2335
|
"motionVarPrefixes": []
|
|
2176
2336
|
},
|
|
2177
|
-
"
|
|
2178
|
-
"name": "
|
|
2179
|
-
"defaultProps": {},
|
|
2180
|
-
"getStylesLiterals": {},
|
|
2181
|
-
"cxLiterals": [],
|
|
2182
|
-
"internalComponents": [
|
|
2183
|
-
"AriakitMenuProvider",
|
|
2184
|
-
"SpringMotionConfig"
|
|
2185
|
-
],
|
|
2186
|
-
"internalComponentProps": {},
|
|
2187
|
-
"propToVariantKeys": {},
|
|
2188
|
-
"runtimeConfigDefaultProps": {},
|
|
2189
|
-
"runtimeConfigGetStyles": {},
|
|
2190
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2191
|
-
"motionVarPrefixes": [
|
|
2192
|
-
"--uds-motion-subtle-3-",
|
|
2193
|
-
"--uds-motion-smooth-3-"
|
|
2194
|
-
]
|
|
2195
|
-
},
|
|
2196
|
-
"Menu.Trigger": {
|
|
2197
|
-
"name": "Menu.Trigger",
|
|
2337
|
+
"BottomSheetContent": {
|
|
2338
|
+
"name": "BottomSheetContent",
|
|
2198
2339
|
"defaultProps": {},
|
|
2199
2340
|
"getStylesLiterals": {},
|
|
2200
2341
|
"cxLiterals": [
|
|
2201
|
-
"
|
|
2342
|
+
"min-h-0",
|
|
2343
|
+
"touch-pan-y"
|
|
2202
2344
|
],
|
|
2203
2345
|
"internalComponents": [
|
|
2204
|
-
"
|
|
2205
|
-
"
|
|
2346
|
+
"Box",
|
|
2347
|
+
"VStack"
|
|
2206
2348
|
],
|
|
2207
2349
|
"internalComponentProps": {
|
|
2208
2350
|
"Box": {
|
|
2351
|
+
"display": [
|
|
2352
|
+
"block"
|
|
2353
|
+
],
|
|
2354
|
+
"flex": [
|
|
2355
|
+
"1"
|
|
2356
|
+
]
|
|
2357
|
+
},
|
|
2358
|
+
"VStack": {
|
|
2209
2359
|
"className": [
|
|
2210
|
-
"
|
|
2360
|
+
"pb-[calc(env(safe-area-inset-bottom))]"
|
|
2211
2361
|
]
|
|
2212
2362
|
}
|
|
2213
2363
|
},
|
|
@@ -2217,12 +2367,14 @@
|
|
|
2217
2367
|
"runtimeConfigInternalComponentProps": {},
|
|
2218
2368
|
"motionVarPrefixes": []
|
|
2219
2369
|
},
|
|
2220
|
-
"
|
|
2221
|
-
"name": "
|
|
2370
|
+
"BottomSheetDismiss": {
|
|
2371
|
+
"name": "BottomSheetDismiss",
|
|
2222
2372
|
"defaultProps": {},
|
|
2223
2373
|
"getStylesLiterals": {},
|
|
2224
2374
|
"cxLiterals": [],
|
|
2225
|
-
"internalComponents": [
|
|
2375
|
+
"internalComponents": [
|
|
2376
|
+
"AriakitDialogDismiss"
|
|
2377
|
+
],
|
|
2226
2378
|
"internalComponentProps": {},
|
|
2227
2379
|
"propToVariantKeys": {},
|
|
2228
2380
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2230,218 +2382,168 @@
|
|
|
2230
2382
|
"runtimeConfigInternalComponentProps": {},
|
|
2231
2383
|
"motionVarPrefixes": []
|
|
2232
2384
|
},
|
|
2233
|
-
"
|
|
2234
|
-
"name": "
|
|
2235
|
-
"defaultProps": {
|
|
2385
|
+
"BottomSheetHandle": {
|
|
2386
|
+
"name": "BottomSheetHandle",
|
|
2387
|
+
"defaultProps": {
|
|
2388
|
+
"variant": "default"
|
|
2389
|
+
},
|
|
2236
2390
|
"getStylesLiterals": {},
|
|
2237
|
-
"cxLiterals": [
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2391
|
+
"cxLiterals": [
|
|
2392
|
+
"relative",
|
|
2393
|
+
"h-5",
|
|
2394
|
+
"w-16",
|
|
2395
|
+
"outline-none",
|
|
2396
|
+
"focus-visible:outline-none",
|
|
2397
|
+
"[touch-action:pan-y]",
|
|
2398
|
+
"absolute",
|
|
2399
|
+
"left-1/2",
|
|
2400
|
+
"top-1/2",
|
|
2401
|
+
"-translate-x-1/2",
|
|
2402
|
+
"-translate-y-1/2",
|
|
2403
|
+
"h-1",
|
|
2404
|
+
"w-8",
|
|
2405
|
+
"rounded-full"
|
|
2406
|
+
],
|
|
2407
|
+
"internalComponents": [
|
|
2408
|
+
"Box"
|
|
2409
|
+
],
|
|
2410
|
+
"internalComponentProps": {
|
|
2411
|
+
"Box": {
|
|
2412
|
+
"display": [
|
|
2413
|
+
"block",
|
|
2414
|
+
"flex"
|
|
2415
|
+
],
|
|
2416
|
+
"justifyContent": [
|
|
2417
|
+
"center"
|
|
2418
|
+
]
|
|
2419
|
+
}
|
|
2420
|
+
},
|
|
2421
|
+
"propToVariantKeys": {
|
|
2422
|
+
"variant": [
|
|
2423
|
+
"bottomsheetVariantHandleIndicator"
|
|
2424
|
+
]
|
|
2425
|
+
},
|
|
2241
2426
|
"runtimeConfigDefaultProps": {},
|
|
2242
2427
|
"runtimeConfigGetStyles": {},
|
|
2243
2428
|
"runtimeConfigInternalComponentProps": {},
|
|
2244
2429
|
"motionVarPrefixes": []
|
|
2245
2430
|
},
|
|
2246
|
-
"
|
|
2247
|
-
"name": "
|
|
2431
|
+
"BottomSheetHeader": {
|
|
2432
|
+
"name": "BottomSheetHeader",
|
|
2248
2433
|
"defaultProps": {
|
|
2249
|
-
"
|
|
2250
|
-
"maxWidth": "auto",
|
|
2251
|
-
"maxHeight": "auto",
|
|
2252
|
-
"scrollBehavior": "outside"
|
|
2253
|
-
},
|
|
2254
|
-
"getStylesLiterals": {
|
|
2255
|
-
"flexDirection": "row-reverse",
|
|
2256
|
-
"justifyContent": "space-between",
|
|
2257
|
-
"alignItems": "flex-end",
|
|
2258
|
-
"alignItems:1": "flex-start",
|
|
2259
|
-
"borderRadius": "full"
|
|
2434
|
+
"variant": "default"
|
|
2260
2435
|
},
|
|
2436
|
+
"getStylesLiterals": {},
|
|
2261
2437
|
"cxLiterals": [
|
|
2262
|
-
"
|
|
2263
|
-
"
|
|
2264
|
-
"z-40",
|
|
2265
|
-
"overflow-y-auto",
|
|
2266
|
-
"overflow-hidden",
|
|
2267
|
-
"transition-[opacity,visibility]",
|
|
2268
|
-
"visible",
|
|
2269
|
-
"opacity-100",
|
|
2270
|
-
"invisible",
|
|
2271
|
-
"opacity-0",
|
|
2272
|
-
"pointer-events-none",
|
|
2273
|
-
"uds-bgBlurFallback",
|
|
2438
|
+
"grid-cols-[40px_1fr_40px]",
|
|
2439
|
+
"items-center",
|
|
2274
2440
|
"w-full",
|
|
2275
|
-
"
|
|
2276
|
-
"
|
|
2277
|
-
"h-fit",
|
|
2278
|
-
"m-auto",
|
|
2279
|
-
"pointer-events-auto",
|
|
2280
|
-
"inside",
|
|
2281
|
-
"max-h-full",
|
|
2282
|
-
"transition-transform",
|
|
2283
|
-
"duration-0",
|
|
2284
|
-
"duration-120",
|
|
2285
|
-
"transition-[background-color]",
|
|
2286
|
-
"bg-carbon-15/0",
|
|
2287
|
-
"hover:bg-carbon-15/10",
|
|
2288
|
-
"active:bg-carbon-15/15",
|
|
2289
|
-
"uds-ring",
|
|
2290
|
-
"[translate:50%_-50%]"
|
|
2441
|
+
"min-h-10",
|
|
2442
|
+
"mt-2"
|
|
2291
2443
|
],
|
|
2292
2444
|
"internalComponents": [
|
|
2293
|
-
"Scrim",
|
|
2294
|
-
"VStack",
|
|
2295
|
-
"Pressable",
|
|
2296
|
-
"IconSlot",
|
|
2297
2445
|
"Box",
|
|
2298
|
-
"
|
|
2299
|
-
"
|
|
2300
|
-
"HStack",
|
|
2301
|
-
"DialogDismiss",
|
|
2302
|
-
"ModalTitle",
|
|
2303
|
-
"ModalDescription",
|
|
2304
|
-
"ModalContent",
|
|
2305
|
-
"ModalActions"
|
|
2446
|
+
"Text",
|
|
2447
|
+
"DialogHeading"
|
|
2306
2448
|
],
|
|
2307
2449
|
"internalComponentProps": {
|
|
2308
2450
|
"Box": {
|
|
2309
|
-
"
|
|
2310
|
-
"
|
|
2451
|
+
"className": [
|
|
2452
|
+
"h-10 w-10 opacity-0 pointer-events-none"
|
|
2453
|
+
],
|
|
2454
|
+
"display": [
|
|
2455
|
+
"grid",
|
|
2456
|
+
"flex"
|
|
2457
|
+
],
|
|
2458
|
+
"justifyContent": [
|
|
2459
|
+
"flex-start",
|
|
2460
|
+
"flex-end"
|
|
2311
2461
|
]
|
|
2312
|
-
}
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
"
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
"
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
"
|
|
2331
|
-
"
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
"variant": "modal.defaultVariant"
|
|
2340
|
-
},
|
|
2341
|
-
"runtimeConfigGetStyles": {
|
|
2342
|
-
"spacing": [
|
|
2343
|
-
"modal.gutter.${size}"
|
|
2344
|
-
],
|
|
2345
|
-
"modalSizeRoot": [
|
|
2346
|
-
"modal.defaultSize"
|
|
2347
|
-
],
|
|
2348
|
-
"modalVariantRoot": [
|
|
2349
|
-
"modal.defaultVariant"
|
|
2350
|
-
],
|
|
2351
|
-
"modalSizeSpacingHorizontal": [
|
|
2352
|
-
"modal.defaultSize"
|
|
2353
|
-
],
|
|
2354
|
-
"modalSizeHeader": [
|
|
2355
|
-
"modal.defaultSize"
|
|
2356
|
-
],
|
|
2357
|
-
"modalSizeTitleDescriptionWrapper": [
|
|
2358
|
-
"modal.defaultSize"
|
|
2359
|
-
],
|
|
2360
|
-
"modalSizeCloseIconContainer": [
|
|
2361
|
-
"modal.defaultSize"
|
|
2362
|
-
],
|
|
2363
|
-
"modalSizeCloseIcon": [
|
|
2364
|
-
"modal.defaultSize"
|
|
2365
|
-
],
|
|
2366
|
-
"modalVariantCloseIcon": [
|
|
2367
|
-
"modal.defaultVariant"
|
|
2462
|
+
},
|
|
2463
|
+
"Text": {
|
|
2464
|
+
"as": [
|
|
2465
|
+
"p"
|
|
2466
|
+
],
|
|
2467
|
+
"variant": [
|
|
2468
|
+
"inherit"
|
|
2469
|
+
],
|
|
2470
|
+
"color": [
|
|
2471
|
+
"inherit"
|
|
2472
|
+
],
|
|
2473
|
+
"textAlign": [
|
|
2474
|
+
"center"
|
|
2475
|
+
],
|
|
2476
|
+
"className": [
|
|
2477
|
+
"m-0 w-full"
|
|
2478
|
+
]
|
|
2479
|
+
},
|
|
2480
|
+
"DialogHeading": {
|
|
2481
|
+
"role": [
|
|
2482
|
+
"heading"
|
|
2483
|
+
]
|
|
2484
|
+
}
|
|
2485
|
+
},
|
|
2486
|
+
"propToVariantKeys": {
|
|
2487
|
+
"variant": [
|
|
2488
|
+
"bottomsheetVariantHeader"
|
|
2368
2489
|
]
|
|
2369
2490
|
},
|
|
2491
|
+
"runtimeConfigDefaultProps": {},
|
|
2492
|
+
"runtimeConfigGetStyles": {},
|
|
2370
2493
|
"runtimeConfigInternalComponentProps": {},
|
|
2371
2494
|
"motionVarPrefixes": []
|
|
2372
2495
|
},
|
|
2373
|
-
"
|
|
2374
|
-
"name": "
|
|
2496
|
+
"BottomSheetInternalContext": {
|
|
2497
|
+
"name": "BottomSheetInternalContext",
|
|
2375
2498
|
"defaultProps": {},
|
|
2376
|
-
"getStylesLiterals": {
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
},
|
|
2381
|
-
"
|
|
2382
|
-
|
|
2383
|
-
|
|
2499
|
+
"getStylesLiterals": {},
|
|
2500
|
+
"cxLiterals": [],
|
|
2501
|
+
"internalComponents": [],
|
|
2502
|
+
"internalComponentProps": {},
|
|
2503
|
+
"propToVariantKeys": {},
|
|
2504
|
+
"runtimeConfigDefaultProps": {},
|
|
2505
|
+
"runtimeConfigGetStyles": {},
|
|
2506
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2507
|
+
"motionVarPrefixes": []
|
|
2508
|
+
},
|
|
2509
|
+
"BottomSheetProvider": {
|
|
2510
|
+
"name": "BottomSheetProvider",
|
|
2511
|
+
"defaultProps": {},
|
|
2512
|
+
"getStylesLiterals": {},
|
|
2513
|
+
"cxLiterals": [],
|
|
2384
2514
|
"internalComponents": [
|
|
2385
|
-
"
|
|
2515
|
+
"AriakitDialogProvider"
|
|
2386
2516
|
],
|
|
2387
2517
|
"internalComponentProps": {},
|
|
2388
|
-
"propToVariantKeys": {
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
"modalSizeActions"
|
|
2392
|
-
]
|
|
2393
|
-
},
|
|
2394
|
-
"runtimeConfigDefaultProps": {
|
|
2395
|
-
"size": "modal.defaultSize",
|
|
2396
|
-
"variant": "modal.defaultVariant"
|
|
2397
|
-
},
|
|
2398
|
-
"runtimeConfigGetStyles": {
|
|
2399
|
-
"modalSizeSpacingHorizontal": [
|
|
2400
|
-
"modal.defaultSize"
|
|
2401
|
-
],
|
|
2402
|
-
"modalSizeActions": [
|
|
2403
|
-
"modal.defaultSize"
|
|
2404
|
-
]
|
|
2405
|
-
},
|
|
2518
|
+
"propToVariantKeys": {},
|
|
2519
|
+
"runtimeConfigDefaultProps": {},
|
|
2520
|
+
"runtimeConfigGetStyles": {},
|
|
2406
2521
|
"runtimeConfigInternalComponentProps": {},
|
|
2407
2522
|
"motionVarPrefixes": []
|
|
2408
2523
|
},
|
|
2409
|
-
"
|
|
2410
|
-
"name": "
|
|
2524
|
+
"BottomSheetTrigger": {
|
|
2525
|
+
"name": "BottomSheetTrigger",
|
|
2411
2526
|
"defaultProps": {},
|
|
2412
|
-
"getStylesLiterals": {
|
|
2413
|
-
"overflowY": "auto",
|
|
2414
|
-
"display": "block",
|
|
2415
|
-
"flexGrow": "1"
|
|
2416
|
-
},
|
|
2527
|
+
"getStylesLiterals": {},
|
|
2417
2528
|
"cxLiterals": [],
|
|
2418
2529
|
"internalComponents": [
|
|
2419
|
-
"
|
|
2530
|
+
"AriakitDialogDisclosure"
|
|
2420
2531
|
],
|
|
2421
2532
|
"internalComponentProps": {},
|
|
2422
|
-
"propToVariantKeys": {
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
]
|
|
2426
|
-
},
|
|
2427
|
-
"runtimeConfigDefaultProps": {
|
|
2428
|
-
"size": "modal.defaultSize",
|
|
2429
|
-
"variant": "modal.defaultVariant"
|
|
2430
|
-
},
|
|
2431
|
-
"runtimeConfigGetStyles": {
|
|
2432
|
-
"modalSizeSpacingHorizontal": [
|
|
2433
|
-
"modal.defaultSize"
|
|
2434
|
-
]
|
|
2435
|
-
},
|
|
2533
|
+
"propToVariantKeys": {},
|
|
2534
|
+
"runtimeConfigDefaultProps": {},
|
|
2535
|
+
"runtimeConfigGetStyles": {},
|
|
2436
2536
|
"runtimeConfigInternalComponentProps": {},
|
|
2437
2537
|
"motionVarPrefixes": []
|
|
2438
2538
|
},
|
|
2439
|
-
"
|
|
2440
|
-
"name": "
|
|
2539
|
+
"UDSBottomSheetConfigProvider": {
|
|
2540
|
+
"name": "UDSBottomSheetConfigProvider",
|
|
2441
2541
|
"defaultProps": {},
|
|
2442
2542
|
"getStylesLiterals": {},
|
|
2443
2543
|
"cxLiterals": [],
|
|
2444
|
-
"internalComponents": [
|
|
2544
|
+
"internalComponents": [
|
|
2545
|
+
"BottomSheetContext.Provider"
|
|
2546
|
+
],
|
|
2445
2547
|
"internalComponentProps": {},
|
|
2446
2548
|
"propToVariantKeys": {},
|
|
2447
2549
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2449,92 +2551,182 @@
|
|
|
2449
2551
|
"runtimeConfigInternalComponentProps": {},
|
|
2450
2552
|
"motionVarPrefixes": []
|
|
2451
2553
|
},
|
|
2452
|
-
"
|
|
2453
|
-
"name": "
|
|
2554
|
+
"PaddleButton": {
|
|
2555
|
+
"name": "PaddleButton",
|
|
2454
2556
|
"defaultProps": {},
|
|
2455
2557
|
"getStylesLiterals": {},
|
|
2456
|
-
"cxLiterals": [
|
|
2558
|
+
"cxLiterals": [
|
|
2559
|
+
"relative",
|
|
2560
|
+
"inline-flex",
|
|
2561
|
+
"items-center",
|
|
2562
|
+
"justify-center",
|
|
2563
|
+
"box-border",
|
|
2564
|
+
"overflow-hidden",
|
|
2565
|
+
"border-solid",
|
|
2566
|
+
"select-none",
|
|
2567
|
+
"uds-nested-radius",
|
|
2568
|
+
"transition-[color,border-color,box-shadow]",
|
|
2569
|
+
"duration-[180ms]",
|
|
2570
|
+
"ease-[cubic-bezier(0,0,0.2,1)]",
|
|
2571
|
+
"uds-ring",
|
|
2572
|
+
"cursor-pointer",
|
|
2573
|
+
"cursor-not-allowed",
|
|
2574
|
+
"opacity-50",
|
|
2575
|
+
"pointer-events-none",
|
|
2576
|
+
"hidden",
|
|
2577
|
+
"absolute",
|
|
2578
|
+
"inset-0",
|
|
2579
|
+
"-z-10",
|
|
2580
|
+
"rounded-[length:var(--uds-nested-radius)]",
|
|
2581
|
+
"transition-[background-color,opacity]"
|
|
2582
|
+
],
|
|
2457
2583
|
"internalComponents": [
|
|
2458
|
-
"
|
|
2459
|
-
"DialogDescription"
|
|
2584
|
+
"Icon"
|
|
2460
2585
|
],
|
|
2461
2586
|
"internalComponentProps": {
|
|
2462
|
-
"
|
|
2463
|
-
"
|
|
2464
|
-
"
|
|
2587
|
+
"Icon": {
|
|
2588
|
+
"size": [
|
|
2589
|
+
"md"
|
|
2590
|
+
],
|
|
2591
|
+
"color": [
|
|
2592
|
+
"current"
|
|
2465
2593
|
]
|
|
2466
2594
|
}
|
|
2467
2595
|
},
|
|
2468
2596
|
"propToVariantKeys": {
|
|
2469
2597
|
"size": [
|
|
2470
|
-
"
|
|
2598
|
+
"paddlenavSizeRoot",
|
|
2599
|
+
"paddlenavSizeIcon"
|
|
2471
2600
|
],
|
|
2472
2601
|
"variant": [
|
|
2473
|
-
"
|
|
2602
|
+
"paddlenavVariantRoot",
|
|
2603
|
+
"paddlenavVariantBackground",
|
|
2604
|
+
"paddlenavVariantIcon"
|
|
2474
2605
|
]
|
|
2475
2606
|
},
|
|
2476
|
-
"runtimeConfigDefaultProps": {
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2607
|
+
"runtimeConfigDefaultProps": {},
|
|
2608
|
+
"runtimeConfigGetStyles": {},
|
|
2609
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2610
|
+
"motionVarPrefixes": []
|
|
2611
|
+
},
|
|
2612
|
+
"PaddleButtonNext": {
|
|
2613
|
+
"name": "PaddleButtonNext",
|
|
2614
|
+
"defaultProps": {},
|
|
2615
|
+
"getStylesLiterals": {},
|
|
2616
|
+
"cxLiterals": [],
|
|
2617
|
+
"internalComponents": [
|
|
2618
|
+
"PaddleButton"
|
|
2619
|
+
],
|
|
2620
|
+
"internalComponentProps": {
|
|
2621
|
+
"PaddleButton": {
|
|
2622
|
+
"paddleRole": [
|
|
2623
|
+
"next"
|
|
2624
|
+
]
|
|
2625
|
+
}
|
|
2487
2626
|
},
|
|
2627
|
+
"propToVariantKeys": {},
|
|
2628
|
+
"runtimeConfigDefaultProps": {},
|
|
2629
|
+
"runtimeConfigGetStyles": {},
|
|
2488
2630
|
"runtimeConfigInternalComponentProps": {},
|
|
2489
2631
|
"motionVarPrefixes": []
|
|
2490
2632
|
},
|
|
2491
|
-
"
|
|
2492
|
-
"name": "
|
|
2633
|
+
"PaddleButtonPrevious": {
|
|
2634
|
+
"name": "PaddleButtonPrevious",
|
|
2493
2635
|
"defaultProps": {},
|
|
2494
2636
|
"getStylesLiterals": {},
|
|
2495
2637
|
"cxLiterals": [],
|
|
2496
2638
|
"internalComponents": [
|
|
2497
|
-
"
|
|
2498
|
-
"DialogHeading"
|
|
2639
|
+
"PaddleButton"
|
|
2499
2640
|
],
|
|
2500
2641
|
"internalComponentProps": {
|
|
2501
|
-
"
|
|
2502
|
-
"
|
|
2503
|
-
"
|
|
2642
|
+
"PaddleButton": {
|
|
2643
|
+
"paddleRole": [
|
|
2644
|
+
"previous"
|
|
2504
2645
|
]
|
|
2505
2646
|
}
|
|
2506
2647
|
},
|
|
2507
|
-
"propToVariantKeys": {
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2648
|
+
"propToVariantKeys": {},
|
|
2649
|
+
"runtimeConfigDefaultProps": {},
|
|
2650
|
+
"runtimeConfigGetStyles": {},
|
|
2651
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2652
|
+
"motionVarPrefixes": []
|
|
2653
|
+
},
|
|
2654
|
+
"PaddleNav": {
|
|
2655
|
+
"name": "PaddleNav",
|
|
2656
|
+
"defaultProps": {
|
|
2657
|
+
"orientation": "horizontal",
|
|
2658
|
+
"variant": "primary",
|
|
2659
|
+
"size": "md"
|
|
2514
2660
|
},
|
|
2515
|
-
"
|
|
2516
|
-
|
|
2517
|
-
"
|
|
2661
|
+
"getStylesLiterals": {},
|
|
2662
|
+
"cxLiterals": [
|
|
2663
|
+
"pointer-events-none",
|
|
2664
|
+
"inline-flex",
|
|
2665
|
+
"flex-row",
|
|
2666
|
+
"gap-2",
|
|
2667
|
+
"items-center",
|
|
2668
|
+
"pointer-events-auto",
|
|
2669
|
+
"flex-col",
|
|
2670
|
+
"relative",
|
|
2671
|
+
"min-w-0",
|
|
2672
|
+
"min-h-0",
|
|
2673
|
+
"flex-1",
|
|
2674
|
+
"inline-block",
|
|
2675
|
+
"absolute",
|
|
2676
|
+
"z-10",
|
|
2677
|
+
"top-2",
|
|
2678
|
+
"left-1/2",
|
|
2679
|
+
"-translate-x-1/2",
|
|
2680
|
+
"left-2",
|
|
2681
|
+
"top-1/2",
|
|
2682
|
+
"-translate-y-1/2",
|
|
2683
|
+
"bottom-2",
|
|
2684
|
+
"right-2",
|
|
2685
|
+
"-top-12",
|
|
2686
|
+
"left-0",
|
|
2687
|
+
"right-0",
|
|
2688
|
+
"-bottom-12"
|
|
2689
|
+
],
|
|
2690
|
+
"internalComponents": [
|
|
2691
|
+
"PaddleNavContext.Provider",
|
|
2692
|
+
"Box"
|
|
2693
|
+
],
|
|
2694
|
+
"internalComponentProps": {
|
|
2695
|
+
"Box": {
|
|
2696
|
+
"display": [
|
|
2697
|
+
"inline-flex"
|
|
2698
|
+
],
|
|
2699
|
+
"alignItems": [
|
|
2700
|
+
"center"
|
|
2701
|
+
],
|
|
2702
|
+
"justifyContent": [
|
|
2703
|
+
"center"
|
|
2704
|
+
],
|
|
2705
|
+
"data-paddle-nav-outside": [
|
|
2706
|
+
"true"
|
|
2707
|
+
]
|
|
2708
|
+
}
|
|
2518
2709
|
},
|
|
2519
|
-
"
|
|
2520
|
-
"
|
|
2521
|
-
"
|
|
2522
|
-
],
|
|
2523
|
-
"modalVariantTitle": [
|
|
2524
|
-
"modal.defaultVariant"
|
|
2710
|
+
"propToVariantKeys": {
|
|
2711
|
+
"orientation": [
|
|
2712
|
+
"data-paddle-nav-orientation"
|
|
2525
2713
|
]
|
|
2526
2714
|
},
|
|
2715
|
+
"runtimeConfigDefaultProps": {},
|
|
2716
|
+
"runtimeConfigGetStyles": {},
|
|
2527
2717
|
"runtimeConfigInternalComponentProps": {},
|
|
2528
2718
|
"motionVarPrefixes": []
|
|
2529
2719
|
},
|
|
2530
|
-
"
|
|
2531
|
-
"name": "
|
|
2720
|
+
"PaddleNavContent": {
|
|
2721
|
+
"name": "PaddleNavContent",
|
|
2532
2722
|
"defaultProps": {},
|
|
2533
2723
|
"getStylesLiterals": {},
|
|
2534
|
-
"cxLiterals": [
|
|
2535
|
-
|
|
2536
|
-
"
|
|
2724
|
+
"cxLiterals": [
|
|
2725
|
+
"min-w-0",
|
|
2726
|
+
"min-h-0",
|
|
2727
|
+
"relative"
|
|
2537
2728
|
],
|
|
2729
|
+
"internalComponents": [],
|
|
2538
2730
|
"internalComponentProps": {},
|
|
2539
2731
|
"propToVariantKeys": {},
|
|
2540
2732
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2546,7 +2738,9 @@
|
|
|
2546
2738
|
"name": "Popover",
|
|
2547
2739
|
"defaultProps": {},
|
|
2548
2740
|
"getStylesLiterals": {},
|
|
2549
|
-
"cxLiterals": [
|
|
2741
|
+
"cxLiterals": [
|
|
2742
|
+
"uds:popover-open"
|
|
2743
|
+
],
|
|
2550
2744
|
"internalComponents": [
|
|
2551
2745
|
"PopoverInternalContext.Provider",
|
|
2552
2746
|
"PopoverProvider"
|
|
@@ -2968,7 +3162,18 @@
|
|
|
2968
3162
|
"[overflow-clip-margin:6px]",
|
|
2969
3163
|
"overflow-clip",
|
|
2970
3164
|
"[overflow-clip-margin:8px]",
|
|
2971
|
-
"relative"
|
|
3165
|
+
"relative",
|
|
3166
|
+
"left",
|
|
3167
|
+
"240ms",
|
|
3168
|
+
"cubic-bezier(0.2,",
|
|
3169
|
+
"0,",
|
|
3170
|
+
"1),",
|
|
3171
|
+
"top",
|
|
3172
|
+
"width",
|
|
3173
|
+
"height",
|
|
3174
|
+
"1)",
|
|
3175
|
+
"--uds-tab-underline-color",
|
|
3176
|
+
"--uds-tab-underline-width"
|
|
2972
3177
|
],
|
|
2973
3178
|
"internalComponents": [
|
|
2974
3179
|
"AriakitTabList"
|