@yahoo/uds 3.141.0 → 3.143.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/utils/getConfigVariantProperties.d.cts +2 -2
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
- package/dist/automated-config/dist/utils/index.cjs +1 -1
- package/dist/automated-config/dist/utils/index.js +1 -1
- package/dist/components/Divider/Divider.cjs +86 -5
- package/dist/components/Divider/Divider.d.cts +15 -4
- package/dist/components/Divider/Divider.d.ts +15 -4
- package/dist/components/Divider/Divider.js +88 -7
- package/dist/components/Divider/DividerLabel.cjs +30 -0
- package/dist/components/Divider/DividerLabel.d.cts +18 -0
- package/dist/components/Divider/DividerLabel.d.ts +18 -0
- package/dist/components/Divider/DividerLabel.js +28 -0
- package/dist/components/Divider/DividerLine.cjs +41 -0
- package/dist/components/Divider/DividerLine.d.cts +19 -0
- package/dist/components/Divider/DividerLine.d.ts +19 -0
- package/dist/components/Divider/DividerLine.js +39 -0
- package/dist/components/Divider/index.cjs +4 -0
- package/dist/components/Divider/index.d.cts +4 -1
- package/dist/components/Divider/index.d.ts +4 -1
- package/dist/components/Divider/index.js +3 -1
- package/dist/components/Divider/types.cjs +1 -0
- package/dist/components/Divider/types.d.cts +38 -0
- package/dist/components/Divider/types.d.ts +38 -0
- package/dist/components/Divider/types.js +1 -0
- package/dist/components/Divider/utils.cjs +33 -0
- package/dist/components/Divider/utils.d.cts +11 -0
- package/dist/components/Divider/utils.d.ts +11 -0
- package/dist/components/Divider/utils.js +29 -0
- package/dist/components/client/Menu/Menu.Divider.cjs +2 -2
- package/dist/components/client/Menu/Menu.Divider.js +2 -2
- package/dist/components/index.cjs +6 -0
- package/dist/components/index.d.cts +3 -1
- package/dist/components/index.d.ts +3 -1
- package/dist/components/index.js +5 -1
- package/dist/index.cjs +5 -1
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +4 -2
- package/dist/tailwind/dist/automated-config/dist/mapTextVariantFixtureToValue.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/properties.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/assertUnreachable.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/generateDefaultClassName.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/generateSchemaKey.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/index.cjs +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/index.js +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/index.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/mapColorFixtureToValue.js.map +1 -1
- package/dist/tailwind/dist/cli/dist/lib/logger.js.map +1 -1
- package/dist/tailwind/dist/cli/dist/lib/print.js.map +1 -1
- package/dist/tailwind/dist/cli/dist/lib/spinner.js.map +1 -1
- package/dist/tailwind/dist/commands/css.helpers.js.map +1 -1
- package/dist/tailwind/dist/commands/css.js.map +1 -1
- package/dist/tailwind/dist/commands/generateComponentData.js.map +1 -1
- package/dist/tailwind/dist/commands/generatePurgeCSSData.js.map +1 -1
- package/dist/tailwind/dist/commands/purge.js.map +1 -1
- package/dist/tailwind/dist/css/generate.helpers.js.map +1 -1
- package/dist/tailwind/dist/css/generate.js.map +1 -1
- package/dist/tailwind/dist/css/nodeUtils.js.map +1 -1
- package/dist/tailwind/dist/css/perf.js.map +1 -1
- package/dist/tailwind/dist/css/postcss.helpers.js.map +1 -1
- package/dist/tailwind/dist/css/postcss.js.map +1 -1
- package/dist/tailwind/dist/css/purgeWorker.js.map +1 -1
- package/dist/tailwind/dist/css/runner.helpers.js.map +1 -1
- package/dist/tailwind/dist/css/runner.js.map +1 -1
- package/dist/tailwind/dist/css/utils.js.map +1 -1
- package/dist/tailwind/dist/css/workerPool.js.map +1 -1
- package/dist/tailwind/dist/css-tokens/dist/index.js.map +1 -1
- package/dist/tailwind/dist/fixtures/dist/index.cjs +0 -10
- package/dist/tailwind/dist/fixtures/dist/index.js +0 -10
- package/dist/tailwind/dist/fixtures/dist/index.js.map +1 -1
- package/dist/tailwind/dist/modes/dist/index.cjs +1 -0
- package/dist/tailwind/dist/modes/dist/index.js +1 -0
- package/dist/tailwind/dist/modes/dist/index.js.map +1 -1
- package/dist/tailwind/dist/plugin.js.map +1 -1
- package/dist/tailwind/dist/purger/legacy/purgeCSS.js.map +1 -1
- package/dist/tailwind/dist/purger/legacy/purgeFromCode.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/ast/expressions.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/purge.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/utils/files.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/utils/safelist.js.map +1 -1
- package/dist/tailwind/dist/runtimeConfig/hookMetadata.js.map +1 -1
- package/dist/tailwind/dist/tailwind/base/addColorModeVars.js.map +1 -1
- package/dist/tailwind/dist/tailwind/base/addColorModeVarsV2.js.map +1 -1
- package/dist/tailwind/dist/tailwind/base/addFontFaceDeclarations.js.map +1 -1
- package/dist/tailwind/dist/tailwind/base/addFontVars.js.map +1 -1
- package/dist/tailwind/dist/tailwind/base/addMotionVars.js.map +1 -1
- package/dist/tailwind/dist/tailwind/base/addScaleModeVars.js.map +1 -1
- package/dist/tailwind/dist/tailwind/components/getFocusRingStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/components/getHitTargetStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/components/getIconStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/components/getInputStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/a11y.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/borderRadius.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/borderWidth.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/breakpoints.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/colors.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/elevation.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/getTailwindAsUdsColors.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/icons.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/input.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/motion.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/nestedBorderRadius.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/scaleMode.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/shadows.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/sizing.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/typography.js.map +1 -1
- package/dist/tailwind/dist/tailwind/theme/getFontFamilyTheme.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getMotionStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getNestedBorderRadiusUtilities.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getScaleModeStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.js.map +1 -1
- package/dist/tailwind/dist/utils/assertUnreachable.js.map +1 -1
- package/dist/tailwind/dist/utils/entries.js.map +1 -1
- package/dist/tailwind/dist/utils/entryPoints.js.map +1 -1
- package/dist/tailwind/dist/utils/fromEntries.js.map +1 -1
- package/dist/tailwind/dist/utils/generatePurgeCSSData.js.map +1 -1
- package/dist/tailwind/dist/utils/mapValues.js.map +1 -1
- package/dist/tailwind/dist/utils/opacity.js.map +1 -1
- package/dist/tailwind/dist/utils/optimizeCSS.js.map +1 -1
- package/dist/tailwind/dist/utils/parseTokens.js.map +1 -1
- package/dist/tailwind/dist/utils/postcssPreserveVars.js.map +1 -1
- package/dist/tailwind/dist/utils/tsMorph.js.map +1 -1
- package/dist/tokens/automation/index.cjs +1 -1
- package/dist/tokens/automation/index.js +1 -1
- package/dist/tokens/index.cjs +1 -1
- package/dist/tokens/index.js +1 -1
- package/dist/uds/generated/componentData.cjs +333 -331
- package/dist/uds/generated/componentData.js +330 -328
- package/dist/uds/generated/tailwindPurge.cjs +1691 -50
- package/dist/uds/generated/tailwindPurge.js +1691 -50
- package/dist/uds/package.cjs +2 -2
- package/dist/uds/package.js +2 -2
- package/generated/componentData.json +599 -586
- package/generated/tailwindPurge.ts +3 -3
- package/package.json +3 -3
- package/dist/components/Divider/DividerCore.cjs +0 -83
- package/dist/components/Divider/DividerCore.d.cts +0 -22
- package/dist/components/Divider/DividerCore.d.ts +0 -22
- package/dist/components/Divider/DividerCore.js +0 -81
- package/dist/components/Divider/DividerInternal.cjs +0 -31
- package/dist/components/Divider/DividerInternal.d.cts +0 -13
- package/dist/components/Divider/DividerInternal.d.ts +0 -13
- package/dist/components/Divider/DividerInternal.js +0 -29
|
@@ -492,85 +492,98 @@
|
|
|
492
492
|
},
|
|
493
493
|
"Divider": {
|
|
494
494
|
"name": "Divider",
|
|
495
|
-
"defaultProps": {},
|
|
496
|
-
"getStylesLiterals": {},
|
|
497
|
-
"cxLiterals": [],
|
|
498
|
-
"internalComponents": [
|
|
499
|
-
"DividerInternal"
|
|
500
|
-
],
|
|
501
|
-
"internalComponentProps": {},
|
|
502
|
-
"propToVariantKeys": {},
|
|
503
|
-
"runtimeConfigDefaultProps": {},
|
|
504
|
-
"runtimeConfigGetStyles": {},
|
|
505
|
-
"runtimeConfigInternalComponentProps": {},
|
|
506
|
-
"motionVarPrefixes": []
|
|
507
|
-
},
|
|
508
|
-
"DividerCore": {
|
|
509
|
-
"name": "DividerCore",
|
|
510
495
|
"defaultProps": {
|
|
496
|
+
"variant": "primary",
|
|
511
497
|
"contentPosition": "center"
|
|
512
498
|
},
|
|
513
499
|
"getStylesLiterals": {},
|
|
514
|
-
"cxLiterals": [
|
|
500
|
+
"cxLiterals": [
|
|
501
|
+
"inherit"
|
|
502
|
+
],
|
|
515
503
|
"internalComponents": [
|
|
516
|
-
"
|
|
517
|
-
"
|
|
504
|
+
"DividerLine",
|
|
505
|
+
"DividerLabel",
|
|
518
506
|
"InternalComponent",
|
|
519
|
-
"
|
|
507
|
+
"Box"
|
|
520
508
|
],
|
|
521
509
|
"internalComponentProps": {
|
|
522
|
-
"Box": {
|
|
523
|
-
"flex": [
|
|
524
|
-
"1",
|
|
525
|
-
"none"
|
|
526
|
-
],
|
|
527
|
-
"display": [
|
|
528
|
-
"flex"
|
|
529
|
-
]
|
|
530
|
-
},
|
|
531
510
|
"InternalComponent": {
|
|
532
|
-
"flex": [
|
|
533
|
-
"1"
|
|
534
|
-
],
|
|
535
511
|
"alignItems": [
|
|
536
512
|
"center"
|
|
513
|
+
],
|
|
514
|
+
"flex": [
|
|
515
|
+
"1"
|
|
537
516
|
]
|
|
538
517
|
},
|
|
539
|
-
"
|
|
540
|
-
"
|
|
541
|
-
"
|
|
542
|
-
],
|
|
543
|
-
"color": [
|
|
544
|
-
"inherit"
|
|
518
|
+
"Box": {
|
|
519
|
+
"display": [
|
|
520
|
+
"flex"
|
|
545
521
|
],
|
|
546
|
-
"
|
|
547
|
-
"
|
|
522
|
+
"flex": [
|
|
523
|
+
"none"
|
|
548
524
|
]
|
|
549
525
|
}
|
|
550
526
|
},
|
|
551
|
-
"propToVariantKeys": {
|
|
527
|
+
"propToVariantKeys": {
|
|
528
|
+
"variant": [
|
|
529
|
+
"dividerVariantRoot"
|
|
530
|
+
]
|
|
531
|
+
},
|
|
552
532
|
"runtimeConfigDefaultProps": {},
|
|
553
533
|
"runtimeConfigGetStyles": {},
|
|
554
534
|
"runtimeConfigInternalComponentProps": {},
|
|
555
535
|
"motionVarPrefixes": []
|
|
556
536
|
},
|
|
557
|
-
"
|
|
558
|
-
"name": "
|
|
537
|
+
"DividerLabel": {
|
|
538
|
+
"name": "DividerLabel",
|
|
559
539
|
"defaultProps": {
|
|
560
|
-
"variant": "primary"
|
|
540
|
+
"variant": "primary",
|
|
541
|
+
"textVariant": "inherit",
|
|
542
|
+
"color": "inherit",
|
|
543
|
+
"as": "span"
|
|
561
544
|
},
|
|
562
545
|
"getStylesLiterals": {},
|
|
563
546
|
"cxLiterals": [
|
|
564
547
|
"inherit"
|
|
565
548
|
],
|
|
566
549
|
"internalComponents": [
|
|
567
|
-
"
|
|
550
|
+
"Text"
|
|
568
551
|
],
|
|
569
552
|
"internalComponentProps": {},
|
|
570
553
|
"propToVariantKeys": {
|
|
571
554
|
"variant": [
|
|
572
|
-
"
|
|
573
|
-
|
|
555
|
+
"dividerVariantLabel"
|
|
556
|
+
],
|
|
557
|
+
"textVariant": [
|
|
558
|
+
"variant"
|
|
559
|
+
]
|
|
560
|
+
},
|
|
561
|
+
"runtimeConfigDefaultProps": {},
|
|
562
|
+
"runtimeConfigGetStyles": {},
|
|
563
|
+
"runtimeConfigInternalComponentProps": {},
|
|
564
|
+
"motionVarPrefixes": []
|
|
565
|
+
},
|
|
566
|
+
"DividerLine": {
|
|
567
|
+
"name": "DividerLine",
|
|
568
|
+
"defaultProps": {
|
|
569
|
+
"variant": "primary"
|
|
570
|
+
},
|
|
571
|
+
"getStylesLiterals": {},
|
|
572
|
+
"cxLiterals": [
|
|
573
|
+
"inherit"
|
|
574
|
+
],
|
|
575
|
+
"internalComponents": [
|
|
576
|
+
"Box"
|
|
577
|
+
],
|
|
578
|
+
"internalComponentProps": {
|
|
579
|
+
"Box": {
|
|
580
|
+
"flex": [
|
|
581
|
+
"1"
|
|
582
|
+
]
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
"propToVariantKeys": {
|
|
586
|
+
"variant": [
|
|
574
587
|
"dividerVariantLine"
|
|
575
588
|
]
|
|
576
589
|
},
|
|
@@ -1486,12 +1499,14 @@
|
|
|
1486
1499
|
"--uds-motion-smooth-3-"
|
|
1487
1500
|
]
|
|
1488
1501
|
},
|
|
1489
|
-
"
|
|
1490
|
-
"name": "
|
|
1502
|
+
"UDSToastConfigProvider": {
|
|
1503
|
+
"name": "UDSToastConfigProvider",
|
|
1491
1504
|
"defaultProps": {},
|
|
1492
1505
|
"getStylesLiterals": {},
|
|
1493
1506
|
"cxLiterals": [],
|
|
1494
|
-
"internalComponents": [
|
|
1507
|
+
"internalComponents": [
|
|
1508
|
+
"ToastContext.Provider"
|
|
1509
|
+
],
|
|
1495
1510
|
"internalComponentProps": {},
|
|
1496
1511
|
"propToVariantKeys": {},
|
|
1497
1512
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1499,83 +1514,280 @@
|
|
|
1499
1514
|
"runtimeConfigInternalComponentProps": {},
|
|
1500
1515
|
"motionVarPrefixes": []
|
|
1501
1516
|
},
|
|
1502
|
-
"
|
|
1503
|
-
"name": "
|
|
1517
|
+
"ToastPortal": {
|
|
1518
|
+
"name": "ToastPortal",
|
|
1504
1519
|
"defaultProps": {},
|
|
1505
1520
|
"getStylesLiterals": {},
|
|
1506
|
-
"cxLiterals": [
|
|
1507
|
-
"min-h-0",
|
|
1508
|
-
"touch-pan-y"
|
|
1509
|
-
],
|
|
1521
|
+
"cxLiterals": [],
|
|
1510
1522
|
"internalComponents": [
|
|
1511
|
-
"
|
|
1512
|
-
"VStack"
|
|
1523
|
+
"ReactToastifyToastContainer"
|
|
1513
1524
|
],
|
|
1514
|
-
"internalComponentProps": {
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
"pb-[calc(env(safe-area-inset-bottom))]"
|
|
1525
|
+
"internalComponentProps": {},
|
|
1526
|
+
"propToVariantKeys": {},
|
|
1527
|
+
"runtimeConfigDefaultProps": {
|
|
1528
|
+
"size": "toast.defaultSize",
|
|
1529
|
+
"variant": "toast.defaultVariant"
|
|
1530
|
+
},
|
|
1531
|
+
"runtimeConfigGetStyles": {},
|
|
1532
|
+
"runtimeConfigInternalComponentProps": {
|
|
1533
|
+
"ReactToastifyToastContainer": {
|
|
1534
|
+
"autoClose": [
|
|
1535
|
+
"toast.autoClose"
|
|
1526
1536
|
]
|
|
1527
1537
|
}
|
|
1528
1538
|
},
|
|
1529
|
-
"propToVariantKeys": {},
|
|
1530
|
-
"runtimeConfigDefaultProps": {},
|
|
1531
|
-
"runtimeConfigGetStyles": {},
|
|
1532
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1533
1539
|
"motionVarPrefixes": []
|
|
1534
1540
|
},
|
|
1535
|
-
"
|
|
1536
|
-
"name": "
|
|
1537
|
-
"defaultProps": {
|
|
1538
|
-
|
|
1541
|
+
"Toast": {
|
|
1542
|
+
"name": "Toast",
|
|
1543
|
+
"defaultProps": {},
|
|
1544
|
+
"getStylesLiterals": {
|
|
1545
|
+
"className": "animate-spin",
|
|
1546
|
+
"className:1": "flex-none",
|
|
1547
|
+
"spacing": "2",
|
|
1548
|
+
"borderRadius": "full"
|
|
1539
1549
|
},
|
|
1540
|
-
"getStylesLiterals": {},
|
|
1541
1550
|
"cxLiterals": [
|
|
1542
|
-
"
|
|
1543
|
-
"
|
|
1544
|
-
"
|
|
1545
|
-
"
|
|
1546
|
-
"
|
|
1547
|
-
"
|
|
1548
|
-
"
|
|
1549
|
-
"left-1/2",
|
|
1550
|
-
"top-1/2",
|
|
1551
|
-
"-translate-x-1/2",
|
|
1552
|
-
"-translate-y-1/2",
|
|
1553
|
-
"h-1",
|
|
1554
|
-
"w-8",
|
|
1555
|
-
"rounded-full"
|
|
1551
|
+
"duration-0",
|
|
1552
|
+
"duration-120",
|
|
1553
|
+
"transition-[background-color]",
|
|
1554
|
+
"bg-carbon-15/0",
|
|
1555
|
+
"hover:bg-carbon-15/10",
|
|
1556
|
+
"active:bg-carbon-15/15",
|
|
1557
|
+
"uds-ring"
|
|
1556
1558
|
],
|
|
1557
1559
|
"internalComponents": [
|
|
1558
|
-
"
|
|
1560
|
+
"IconSlot",
|
|
1561
|
+
"ToastContainer",
|
|
1562
|
+
"Text",
|
|
1563
|
+
"Button",
|
|
1564
|
+
"Pressable"
|
|
1559
1565
|
],
|
|
1560
|
-
"internalComponentProps": {
|
|
1561
|
-
"Box": {
|
|
1562
|
-
"display": [
|
|
1563
|
-
"block",
|
|
1564
|
-
"flex"
|
|
1565
|
-
],
|
|
1566
|
-
"justifyContent": [
|
|
1567
|
-
"center"
|
|
1568
|
-
]
|
|
1569
|
-
}
|
|
1570
|
-
},
|
|
1566
|
+
"internalComponentProps": {},
|
|
1571
1567
|
"propToVariantKeys": {
|
|
1568
|
+
"size": [
|
|
1569
|
+
"toastSizeLabel",
|
|
1570
|
+
"toastSizeIcon",
|
|
1571
|
+
"toastSizeActionButton",
|
|
1572
|
+
"toastSizeCloseIcon"
|
|
1573
|
+
],
|
|
1572
1574
|
"variant": [
|
|
1573
|
-
"
|
|
1575
|
+
"toastVariantIcon",
|
|
1576
|
+
"toastVariantActionButton",
|
|
1577
|
+
"toastVariantCloseIcon"
|
|
1578
|
+
],
|
|
1579
|
+
"closeIcon": [
|
|
1580
|
+
"icon"
|
|
1581
|
+
],
|
|
1582
|
+
"onClickActionButton": [
|
|
1583
|
+
"onClick"
|
|
1574
1584
|
]
|
|
1575
1585
|
},
|
|
1576
|
-
"runtimeConfigDefaultProps": {
|
|
1577
|
-
|
|
1578
|
-
|
|
1586
|
+
"runtimeConfigDefaultProps": {
|
|
1587
|
+
"size": "toast.defaultSize",
|
|
1588
|
+
"variant": "toast.defaultVariant"
|
|
1589
|
+
},
|
|
1590
|
+
"runtimeConfigGetStyles": {
|
|
1591
|
+
"toastSizeLabel": [
|
|
1592
|
+
"toast.defaultSize"
|
|
1593
|
+
],
|
|
1594
|
+
"toastVariantIcon": [
|
|
1595
|
+
"toast.defaultVariant"
|
|
1596
|
+
],
|
|
1597
|
+
"toastSizeIcon": [
|
|
1598
|
+
"toast.defaultSize"
|
|
1599
|
+
],
|
|
1600
|
+
"toastSizeActionButton": [
|
|
1601
|
+
"toast.defaultSize"
|
|
1602
|
+
],
|
|
1603
|
+
"toastVariantActionButton": [
|
|
1604
|
+
"toast.defaultVariant"
|
|
1605
|
+
],
|
|
1606
|
+
"toastVariantCloseIcon": [
|
|
1607
|
+
"toast.defaultVariant"
|
|
1608
|
+
],
|
|
1609
|
+
"toastSizeCloseIcon": [
|
|
1610
|
+
"toast.defaultSize"
|
|
1611
|
+
]
|
|
1612
|
+
},
|
|
1613
|
+
"runtimeConfigInternalComponentProps": {
|
|
1614
|
+
"ToastContainer": {
|
|
1615
|
+
"size": [
|
|
1616
|
+
"toast.defaultSize"
|
|
1617
|
+
],
|
|
1618
|
+
"variant": [
|
|
1619
|
+
"toast.defaultVariant"
|
|
1620
|
+
]
|
|
1621
|
+
},
|
|
1622
|
+
"Text": {
|
|
1623
|
+
"variant": [
|
|
1624
|
+
"toast.textVariant.${size}"
|
|
1625
|
+
],
|
|
1626
|
+
"color": [
|
|
1627
|
+
"toast.textColor.${variant}"
|
|
1628
|
+
]
|
|
1629
|
+
},
|
|
1630
|
+
"Button": {
|
|
1631
|
+
"size": [
|
|
1632
|
+
"toast.buttonSize.${size}"
|
|
1633
|
+
],
|
|
1634
|
+
"variant": [
|
|
1635
|
+
"toast.buttonVariant.${variant}"
|
|
1636
|
+
]
|
|
1637
|
+
}
|
|
1638
|
+
},
|
|
1639
|
+
"motionVarPrefixes": []
|
|
1640
|
+
},
|
|
1641
|
+
"ToastContainer": {
|
|
1642
|
+
"name": "ToastContainer",
|
|
1643
|
+
"defaultProps": {},
|
|
1644
|
+
"getStylesLiterals": {
|
|
1645
|
+
"position": "relative",
|
|
1646
|
+
"alignItems": "center",
|
|
1647
|
+
"display": "flex",
|
|
1648
|
+
"className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
|
|
1649
|
+
},
|
|
1650
|
+
"cxLiterals": [
|
|
1651
|
+
"w-full"
|
|
1652
|
+
],
|
|
1653
|
+
"internalComponents": [
|
|
1654
|
+
"HStack"
|
|
1655
|
+
],
|
|
1656
|
+
"internalComponentProps": {
|
|
1657
|
+
"HStack": {
|
|
1658
|
+
"alignItems": [
|
|
1659
|
+
"center"
|
|
1660
|
+
],
|
|
1661
|
+
"justifyContent": [
|
|
1662
|
+
"space-between"
|
|
1663
|
+
],
|
|
1664
|
+
"overflow": [
|
|
1665
|
+
"hidden"
|
|
1666
|
+
],
|
|
1667
|
+
"position": [
|
|
1668
|
+
"relative"
|
|
1669
|
+
]
|
|
1670
|
+
}
|
|
1671
|
+
},
|
|
1672
|
+
"propToVariantKeys": {
|
|
1673
|
+
"variant": [
|
|
1674
|
+
"toastVariantRoot"
|
|
1675
|
+
],
|
|
1676
|
+
"size": [
|
|
1677
|
+
"toastSizeRoot"
|
|
1678
|
+
]
|
|
1679
|
+
},
|
|
1680
|
+
"runtimeConfigDefaultProps": {
|
|
1681
|
+
"size": "toast.defaultSize",
|
|
1682
|
+
"variant": "toast.defaultVariant"
|
|
1683
|
+
},
|
|
1684
|
+
"runtimeConfigGetStyles": {
|
|
1685
|
+
"toastVariantRoot": [
|
|
1686
|
+
"toast.defaultVariant"
|
|
1687
|
+
],
|
|
1688
|
+
"toastSizeRoot": [
|
|
1689
|
+
"toast.defaultSize"
|
|
1690
|
+
]
|
|
1691
|
+
},
|
|
1692
|
+
"runtimeConfigInternalComponentProps": {
|
|
1693
|
+
"HStack": {
|
|
1694
|
+
"backgroundColor": [
|
|
1695
|
+
"toast.backgroundColor.${variant}"
|
|
1696
|
+
]
|
|
1697
|
+
}
|
|
1698
|
+
},
|
|
1699
|
+
"motionVarPrefixes": []
|
|
1700
|
+
},
|
|
1701
|
+
"BottomSheetInternalContext": {
|
|
1702
|
+
"name": "BottomSheetInternalContext",
|
|
1703
|
+
"defaultProps": {},
|
|
1704
|
+
"getStylesLiterals": {},
|
|
1705
|
+
"cxLiterals": [],
|
|
1706
|
+
"internalComponents": [],
|
|
1707
|
+
"internalComponentProps": {},
|
|
1708
|
+
"propToVariantKeys": {},
|
|
1709
|
+
"runtimeConfigDefaultProps": {},
|
|
1710
|
+
"runtimeConfigGetStyles": {},
|
|
1711
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1712
|
+
"motionVarPrefixes": []
|
|
1713
|
+
},
|
|
1714
|
+
"BottomSheetContent": {
|
|
1715
|
+
"name": "BottomSheetContent",
|
|
1716
|
+
"defaultProps": {},
|
|
1717
|
+
"getStylesLiterals": {},
|
|
1718
|
+
"cxLiterals": [
|
|
1719
|
+
"min-h-0",
|
|
1720
|
+
"touch-pan-y"
|
|
1721
|
+
],
|
|
1722
|
+
"internalComponents": [
|
|
1723
|
+
"Box",
|
|
1724
|
+
"VStack"
|
|
1725
|
+
],
|
|
1726
|
+
"internalComponentProps": {
|
|
1727
|
+
"Box": {
|
|
1728
|
+
"display": [
|
|
1729
|
+
"block"
|
|
1730
|
+
],
|
|
1731
|
+
"flex": [
|
|
1732
|
+
"1"
|
|
1733
|
+
]
|
|
1734
|
+
},
|
|
1735
|
+
"VStack": {
|
|
1736
|
+
"className": [
|
|
1737
|
+
"pb-[calc(env(safe-area-inset-bottom))]"
|
|
1738
|
+
]
|
|
1739
|
+
}
|
|
1740
|
+
},
|
|
1741
|
+
"propToVariantKeys": {},
|
|
1742
|
+
"runtimeConfigDefaultProps": {},
|
|
1743
|
+
"runtimeConfigGetStyles": {},
|
|
1744
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1745
|
+
"motionVarPrefixes": []
|
|
1746
|
+
},
|
|
1747
|
+
"BottomSheetHandle": {
|
|
1748
|
+
"name": "BottomSheetHandle",
|
|
1749
|
+
"defaultProps": {
|
|
1750
|
+
"variant": "default"
|
|
1751
|
+
},
|
|
1752
|
+
"getStylesLiterals": {},
|
|
1753
|
+
"cxLiterals": [
|
|
1754
|
+
"relative",
|
|
1755
|
+
"h-5",
|
|
1756
|
+
"w-16",
|
|
1757
|
+
"outline-none",
|
|
1758
|
+
"focus-visible:outline-none",
|
|
1759
|
+
"[touch-action:pan-y]",
|
|
1760
|
+
"absolute",
|
|
1761
|
+
"left-1/2",
|
|
1762
|
+
"top-1/2",
|
|
1763
|
+
"-translate-x-1/2",
|
|
1764
|
+
"-translate-y-1/2",
|
|
1765
|
+
"h-1",
|
|
1766
|
+
"w-8",
|
|
1767
|
+
"rounded-full"
|
|
1768
|
+
],
|
|
1769
|
+
"internalComponents": [
|
|
1770
|
+
"Box"
|
|
1771
|
+
],
|
|
1772
|
+
"internalComponentProps": {
|
|
1773
|
+
"Box": {
|
|
1774
|
+
"display": [
|
|
1775
|
+
"block",
|
|
1776
|
+
"flex"
|
|
1777
|
+
],
|
|
1778
|
+
"justifyContent": [
|
|
1779
|
+
"center"
|
|
1780
|
+
]
|
|
1781
|
+
}
|
|
1782
|
+
},
|
|
1783
|
+
"propToVariantKeys": {
|
|
1784
|
+
"variant": [
|
|
1785
|
+
"bottomsheetVariantHandleIndicator"
|
|
1786
|
+
]
|
|
1787
|
+
},
|
|
1788
|
+
"runtimeConfigDefaultProps": {},
|
|
1789
|
+
"runtimeConfigGetStyles": {},
|
|
1790
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1579
1791
|
"motionVarPrefixes": []
|
|
1580
1792
|
},
|
|
1581
1793
|
"BottomSheet": {
|
|
@@ -1727,247 +1939,48 @@
|
|
|
1727
1939
|
"motionVarPrefixes": []
|
|
1728
1940
|
},
|
|
1729
1941
|
"UDSBottomSheetConfigProvider": {
|
|
1730
|
-
"name": "UDSBottomSheetConfigProvider",
|
|
1731
|
-
"defaultProps": {},
|
|
1732
|
-
"getStylesLiterals": {},
|
|
1733
|
-
"cxLiterals": [],
|
|
1734
|
-
"internalComponents": [
|
|
1735
|
-
"BottomSheetContext.Provider"
|
|
1736
|
-
],
|
|
1737
|
-
"internalComponentProps": {},
|
|
1738
|
-
"propToVariantKeys": {},
|
|
1739
|
-
"runtimeConfigDefaultProps": {},
|
|
1740
|
-
"runtimeConfigGetStyles": {},
|
|
1741
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1742
|
-
"motionVarPrefixes": []
|
|
1743
|
-
},
|
|
1744
|
-
"BottomSheetDismiss": {
|
|
1745
|
-
"name": "BottomSheetDismiss",
|
|
1746
|
-
"defaultProps": {},
|
|
1747
|
-
"getStylesLiterals": {},
|
|
1748
|
-
"cxLiterals": [],
|
|
1749
|
-
"internalComponents": [
|
|
1750
|
-
"AriakitDialogDismiss"
|
|
1751
|
-
],
|
|
1752
|
-
"internalComponentProps": {},
|
|
1753
|
-
"propToVariantKeys": {},
|
|
1754
|
-
"runtimeConfigDefaultProps": {},
|
|
1755
|
-
"runtimeConfigGetStyles": {},
|
|
1756
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1757
|
-
"motionVarPrefixes": []
|
|
1758
|
-
},
|
|
1759
|
-
"BottomSheetProvider": {
|
|
1760
|
-
"name": "BottomSheetProvider",
|
|
1761
|
-
"defaultProps": {},
|
|
1762
|
-
"getStylesLiterals": {},
|
|
1763
|
-
"cxLiterals": [],
|
|
1764
|
-
"internalComponents": [
|
|
1765
|
-
"AriakitDialogProvider"
|
|
1766
|
-
],
|
|
1767
|
-
"internalComponentProps": {},
|
|
1768
|
-
"propToVariantKeys": {},
|
|
1769
|
-
"runtimeConfigDefaultProps": {},
|
|
1770
|
-
"runtimeConfigGetStyles": {},
|
|
1771
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1772
|
-
"motionVarPrefixes": []
|
|
1773
|
-
},
|
|
1774
|
-
"UDSToastConfigProvider": {
|
|
1775
|
-
"name": "UDSToastConfigProvider",
|
|
1776
|
-
"defaultProps": {},
|
|
1777
|
-
"getStylesLiterals": {},
|
|
1778
|
-
"cxLiterals": [],
|
|
1779
|
-
"internalComponents": [
|
|
1780
|
-
"ToastContext.Provider"
|
|
1781
|
-
],
|
|
1782
|
-
"internalComponentProps": {},
|
|
1783
|
-
"propToVariantKeys": {},
|
|
1784
|
-
"runtimeConfigDefaultProps": {},
|
|
1785
|
-
"runtimeConfigGetStyles": {},
|
|
1786
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1787
|
-
"motionVarPrefixes": []
|
|
1788
|
-
},
|
|
1789
|
-
"ToastPortal": {
|
|
1790
|
-
"name": "ToastPortal",
|
|
1791
|
-
"defaultProps": {},
|
|
1792
|
-
"getStylesLiterals": {},
|
|
1793
|
-
"cxLiterals": [],
|
|
1794
|
-
"internalComponents": [
|
|
1795
|
-
"ReactToastifyToastContainer"
|
|
1796
|
-
],
|
|
1797
|
-
"internalComponentProps": {},
|
|
1798
|
-
"propToVariantKeys": {},
|
|
1799
|
-
"runtimeConfigDefaultProps": {
|
|
1800
|
-
"size": "toast.defaultSize",
|
|
1801
|
-
"variant": "toast.defaultVariant"
|
|
1802
|
-
},
|
|
1803
|
-
"runtimeConfigGetStyles": {},
|
|
1804
|
-
"runtimeConfigInternalComponentProps": {
|
|
1805
|
-
"ReactToastifyToastContainer": {
|
|
1806
|
-
"autoClose": [
|
|
1807
|
-
"toast.autoClose"
|
|
1808
|
-
]
|
|
1809
|
-
}
|
|
1810
|
-
},
|
|
1811
|
-
"motionVarPrefixes": []
|
|
1812
|
-
},
|
|
1813
|
-
"Toast": {
|
|
1814
|
-
"name": "Toast",
|
|
1815
|
-
"defaultProps": {},
|
|
1816
|
-
"getStylesLiterals": {
|
|
1817
|
-
"className": "animate-spin",
|
|
1818
|
-
"className:1": "flex-none",
|
|
1819
|
-
"spacing": "2",
|
|
1820
|
-
"borderRadius": "full"
|
|
1821
|
-
},
|
|
1822
|
-
"cxLiterals": [
|
|
1823
|
-
"duration-0",
|
|
1824
|
-
"duration-120",
|
|
1825
|
-
"transition-[background-color]",
|
|
1826
|
-
"bg-carbon-15/0",
|
|
1827
|
-
"hover:bg-carbon-15/10",
|
|
1828
|
-
"active:bg-carbon-15/15",
|
|
1829
|
-
"uds-ring"
|
|
1830
|
-
],
|
|
1831
|
-
"internalComponents": [
|
|
1832
|
-
"IconSlot",
|
|
1833
|
-
"ToastContainer",
|
|
1834
|
-
"Text",
|
|
1835
|
-
"Button",
|
|
1836
|
-
"Pressable"
|
|
1837
|
-
],
|
|
1838
|
-
"internalComponentProps": {},
|
|
1839
|
-
"propToVariantKeys": {
|
|
1840
|
-
"size": [
|
|
1841
|
-
"toastSizeLabel",
|
|
1842
|
-
"toastSizeIcon",
|
|
1843
|
-
"toastSizeActionButton",
|
|
1844
|
-
"toastSizeCloseIcon"
|
|
1845
|
-
],
|
|
1846
|
-
"variant": [
|
|
1847
|
-
"toastVariantIcon",
|
|
1848
|
-
"toastVariantActionButton",
|
|
1849
|
-
"toastVariantCloseIcon"
|
|
1850
|
-
],
|
|
1851
|
-
"closeIcon": [
|
|
1852
|
-
"icon"
|
|
1853
|
-
],
|
|
1854
|
-
"onClickActionButton": [
|
|
1855
|
-
"onClick"
|
|
1856
|
-
]
|
|
1857
|
-
},
|
|
1858
|
-
"runtimeConfigDefaultProps": {
|
|
1859
|
-
"size": "toast.defaultSize",
|
|
1860
|
-
"variant": "toast.defaultVariant"
|
|
1861
|
-
},
|
|
1862
|
-
"runtimeConfigGetStyles": {
|
|
1863
|
-
"toastSizeLabel": [
|
|
1864
|
-
"toast.defaultSize"
|
|
1865
|
-
],
|
|
1866
|
-
"toastVariantIcon": [
|
|
1867
|
-
"toast.defaultVariant"
|
|
1868
|
-
],
|
|
1869
|
-
"toastSizeIcon": [
|
|
1870
|
-
"toast.defaultSize"
|
|
1871
|
-
],
|
|
1872
|
-
"toastSizeActionButton": [
|
|
1873
|
-
"toast.defaultSize"
|
|
1874
|
-
],
|
|
1875
|
-
"toastVariantActionButton": [
|
|
1876
|
-
"toast.defaultVariant"
|
|
1877
|
-
],
|
|
1878
|
-
"toastVariantCloseIcon": [
|
|
1879
|
-
"toast.defaultVariant"
|
|
1880
|
-
],
|
|
1881
|
-
"toastSizeCloseIcon": [
|
|
1882
|
-
"toast.defaultSize"
|
|
1883
|
-
]
|
|
1884
|
-
},
|
|
1885
|
-
"runtimeConfigInternalComponentProps": {
|
|
1886
|
-
"ToastContainer": {
|
|
1887
|
-
"size": [
|
|
1888
|
-
"toast.defaultSize"
|
|
1889
|
-
],
|
|
1890
|
-
"variant": [
|
|
1891
|
-
"toast.defaultVariant"
|
|
1892
|
-
]
|
|
1893
|
-
},
|
|
1894
|
-
"Text": {
|
|
1895
|
-
"variant": [
|
|
1896
|
-
"toast.textVariant.${size}"
|
|
1897
|
-
],
|
|
1898
|
-
"color": [
|
|
1899
|
-
"toast.textColor.${variant}"
|
|
1900
|
-
]
|
|
1901
|
-
},
|
|
1902
|
-
"Button": {
|
|
1903
|
-
"size": [
|
|
1904
|
-
"toast.buttonSize.${size}"
|
|
1905
|
-
],
|
|
1906
|
-
"variant": [
|
|
1907
|
-
"toast.buttonVariant.${variant}"
|
|
1908
|
-
]
|
|
1909
|
-
}
|
|
1910
|
-
},
|
|
1911
|
-
"motionVarPrefixes": []
|
|
1912
|
-
},
|
|
1913
|
-
"ToastContainer": {
|
|
1914
|
-
"name": "ToastContainer",
|
|
1915
|
-
"defaultProps": {},
|
|
1916
|
-
"getStylesLiterals": {
|
|
1917
|
-
"position": "relative",
|
|
1918
|
-
"alignItems": "center",
|
|
1919
|
-
"display": "flex",
|
|
1920
|
-
"className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
|
|
1921
|
-
},
|
|
1922
|
-
"cxLiterals": [
|
|
1923
|
-
"w-full"
|
|
1924
|
-
],
|
|
1925
|
-
"internalComponents": [
|
|
1926
|
-
"HStack"
|
|
1927
|
-
],
|
|
1928
|
-
"internalComponentProps": {
|
|
1929
|
-
"HStack": {
|
|
1930
|
-
"alignItems": [
|
|
1931
|
-
"center"
|
|
1932
|
-
],
|
|
1933
|
-
"justifyContent": [
|
|
1934
|
-
"space-between"
|
|
1935
|
-
],
|
|
1936
|
-
"overflow": [
|
|
1937
|
-
"hidden"
|
|
1938
|
-
],
|
|
1939
|
-
"position": [
|
|
1940
|
-
"relative"
|
|
1941
|
-
]
|
|
1942
|
-
}
|
|
1943
|
-
},
|
|
1944
|
-
"propToVariantKeys": {
|
|
1945
|
-
"variant": [
|
|
1946
|
-
"toastVariantRoot"
|
|
1947
|
-
],
|
|
1948
|
-
"size": [
|
|
1949
|
-
"toastSizeRoot"
|
|
1950
|
-
]
|
|
1951
|
-
},
|
|
1952
|
-
"runtimeConfigDefaultProps": {
|
|
1953
|
-
"size": "toast.defaultSize",
|
|
1954
|
-
"variant": "toast.defaultVariant"
|
|
1955
|
-
},
|
|
1956
|
-
"runtimeConfigGetStyles": {
|
|
1957
|
-
"toastVariantRoot": [
|
|
1958
|
-
"toast.defaultVariant"
|
|
1959
|
-
],
|
|
1960
|
-
"toastSizeRoot": [
|
|
1961
|
-
"toast.defaultSize"
|
|
1962
|
-
]
|
|
1963
|
-
},
|
|
1964
|
-
"runtimeConfigInternalComponentProps": {
|
|
1965
|
-
"HStack": {
|
|
1966
|
-
"backgroundColor": [
|
|
1967
|
-
"toast.backgroundColor.${variant}"
|
|
1968
|
-
]
|
|
1969
|
-
}
|
|
1970
|
-
},
|
|
1942
|
+
"name": "UDSBottomSheetConfigProvider",
|
|
1943
|
+
"defaultProps": {},
|
|
1944
|
+
"getStylesLiterals": {},
|
|
1945
|
+
"cxLiterals": [],
|
|
1946
|
+
"internalComponents": [
|
|
1947
|
+
"BottomSheetContext.Provider"
|
|
1948
|
+
],
|
|
1949
|
+
"internalComponentProps": {},
|
|
1950
|
+
"propToVariantKeys": {},
|
|
1951
|
+
"runtimeConfigDefaultProps": {},
|
|
1952
|
+
"runtimeConfigGetStyles": {},
|
|
1953
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1954
|
+
"motionVarPrefixes": []
|
|
1955
|
+
},
|
|
1956
|
+
"BottomSheetDismiss": {
|
|
1957
|
+
"name": "BottomSheetDismiss",
|
|
1958
|
+
"defaultProps": {},
|
|
1959
|
+
"getStylesLiterals": {},
|
|
1960
|
+
"cxLiterals": [],
|
|
1961
|
+
"internalComponents": [
|
|
1962
|
+
"AriakitDialogDismiss"
|
|
1963
|
+
],
|
|
1964
|
+
"internalComponentProps": {},
|
|
1965
|
+
"propToVariantKeys": {},
|
|
1966
|
+
"runtimeConfigDefaultProps": {},
|
|
1967
|
+
"runtimeConfigGetStyles": {},
|
|
1968
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1969
|
+
"motionVarPrefixes": []
|
|
1970
|
+
},
|
|
1971
|
+
"BottomSheetProvider": {
|
|
1972
|
+
"name": "BottomSheetProvider",
|
|
1973
|
+
"defaultProps": {},
|
|
1974
|
+
"getStylesLiterals": {},
|
|
1975
|
+
"cxLiterals": [],
|
|
1976
|
+
"internalComponents": [
|
|
1977
|
+
"AriakitDialogProvider"
|
|
1978
|
+
],
|
|
1979
|
+
"internalComponentProps": {},
|
|
1980
|
+
"propToVariantKeys": {},
|
|
1981
|
+
"runtimeConfigDefaultProps": {},
|
|
1982
|
+
"runtimeConfigGetStyles": {},
|
|
1983
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1971
1984
|
"motionVarPrefixes": []
|
|
1972
1985
|
},
|
|
1973
1986
|
"ChipLink": {
|
|
@@ -2562,249 +2575,63 @@
|
|
|
2562
2575
|
},
|
|
2563
2576
|
"cxLiterals": [
|
|
2564
2577
|
"z-[9999]",
|
|
2565
|
-
"outline-none",
|
|
2566
|
-
"focus-visible:outline-none",
|
|
2567
|
-
"uds-bgBlurFillFallback",
|
|
2568
|
-
"uds-bgBlurFallback",
|
|
2569
|
-
"top-0",
|
|
2570
|
-
"left-0",
|
|
2571
|
-
"z-[1]",
|
|
2572
|
-
"duration-0",
|
|
2573
|
-
"duration-120",
|
|
2574
|
-
"transition-[background-color]",
|
|
2575
|
-
"bg-carbon-15/0",
|
|
2576
|
-
"hover:bg-carbon-15/10",
|
|
2577
|
-
"active:bg-carbon-15/15",
|
|
2578
|
-
"uds-ring",
|
|
2579
|
-
"absolute",
|
|
2580
|
-
"z-[4]"
|
|
2581
|
-
],
|
|
2582
|
-
"internalComponents": [
|
|
2583
|
-
"PopoverDismiss",
|
|
2584
|
-
"IconSlot",
|
|
2585
|
-
"PopoverArrow",
|
|
2586
|
-
"Popover",
|
|
2587
|
-
"SvgFloatingOverlay",
|
|
2588
|
-
"Box",
|
|
2589
|
-
"Pressable"
|
|
2590
|
-
],
|
|
2591
|
-
"internalComponentProps": {},
|
|
2592
|
-
"propToVariantKeys": {
|
|
2593
|
-
"closeIcon": [
|
|
2594
|
-
"icon"
|
|
2595
|
-
]
|
|
2596
|
-
},
|
|
2597
|
-
"runtimeConfigDefaultProps": {
|
|
2598
|
-
"size": "popover.defaultSize",
|
|
2599
|
-
"variant": "popover.defaultVariant"
|
|
2600
|
-
},
|
|
2601
|
-
"runtimeConfigGetStyles": {
|
|
2602
|
-
"spacingTop": [
|
|
2603
|
-
"popover.spacingVertical.${size}"
|
|
2604
|
-
],
|
|
2605
|
-
"spacingStart": [
|
|
2606
|
-
"popover.spacingHorizontal.${size}"
|
|
2607
|
-
],
|
|
2608
|
-
"spacingBottom": [
|
|
2609
|
-
"popover.spacingVertical.${size}"
|
|
2610
|
-
],
|
|
2611
|
-
"spacingEnd": [
|
|
2612
|
-
"popover.spacingHorizontal.${size}"
|
|
2613
|
-
]
|
|
2614
|
-
},
|
|
2615
|
-
"runtimeConfigInternalComponentProps": {
|
|
2616
|
-
"SvgFloatingOverlay": {
|
|
2617
|
-
"borderRadius": [
|
|
2618
|
-
"popover.borderRadius.${size}"
|
|
2619
|
-
]
|
|
2620
|
-
}
|
|
2621
|
-
},
|
|
2622
|
-
"motionVarPrefixes": []
|
|
2623
|
-
},
|
|
2624
|
-
"Input": {
|
|
2625
|
-
"name": "Input",
|
|
2626
|
-
"defaultProps": {
|
|
2627
|
-
"type": "text",
|
|
2628
|
-
"size": "md",
|
|
2629
|
-
"width": "full"
|
|
2630
|
-
},
|
|
2631
|
-
"getStylesLiterals": {
|
|
2632
|
-
"inputVariantRoot": "default",
|
|
2633
|
-
"inputVariantValueRoot": "empty",
|
|
2634
|
-
"inputVariantValueRoot:1": "filled",
|
|
2635
|
-
"inputVariantInputWrapper": "default",
|
|
2636
|
-
"inputVariantValueInputWrapper": "empty",
|
|
2637
|
-
"inputVariantValueInputWrapper:1": "filled",
|
|
2638
|
-
"inputVariantInput": "default",
|
|
2639
|
-
"inputVariantValueInput": "empty",
|
|
2640
|
-
"inputVariantValueInput:1": "filled",
|
|
2641
|
-
"inputVariantInputPlaceholder": "default",
|
|
2642
|
-
"inputVariantValueInputPlaceholder": "empty",
|
|
2643
|
-
"inputVariantValueInputPlaceholder:1": "filled",
|
|
2644
|
-
"inputVariantLabel": "default",
|
|
2645
|
-
"inputVariantValueLabel": "empty",
|
|
2646
|
-
"inputVariantValueLabel:1": "filled",
|
|
2647
|
-
"inputVariantLabelRequired": "default",
|
|
2648
|
-
"inputVariantValueLabelRequired": "empty",
|
|
2649
|
-
"inputVariantValueLabelRequired:1": "filled",
|
|
2650
|
-
"inputVariantStartIcon": "default",
|
|
2651
|
-
"inputVariantValueStartIcon": "empty",
|
|
2652
|
-
"inputVariantValueStartIcon:1": "filled",
|
|
2653
|
-
"inputVariantEndIcon": "default",
|
|
2654
|
-
"inputVariantValueEndIcon": "empty",
|
|
2655
|
-
"inputVariantValueEndIcon:1": "filled"
|
|
2656
|
-
},
|
|
2657
|
-
"cxLiterals": [
|
|
2658
|
-
"opacity-50",
|
|
2659
|
-
"min-w-[200px]",
|
|
2660
|
-
"grow",
|
|
2661
|
-
"uds-hit-target",
|
|
2662
|
-
"bg-clip-text",
|
|
2663
|
-
"focus:outline-none",
|
|
2664
|
-
"cursor-text",
|
|
2665
|
-
"cursor-not-allowed"
|
|
2666
|
-
],
|
|
2667
|
-
"internalComponents": [
|
|
2668
|
-
"IconSlot",
|
|
2669
|
-
"StartIcon",
|
|
2670
|
-
"EndIcon",
|
|
2671
|
-
"HelpTextContent",
|
|
2672
|
-
"Box",
|
|
2673
|
-
"InputHelpTextInternal",
|
|
2674
|
-
"VStack",
|
|
2675
|
-
"HStack",
|
|
2676
|
-
"AnimateHeightChange"
|
|
2677
|
-
],
|
|
2678
|
-
"internalComponentProps": {
|
|
2679
|
-
"HelpTextContent": {
|
|
2680
|
-
"spacingTop": [
|
|
2681
|
-
"2"
|
|
2682
|
-
]
|
|
2683
|
-
},
|
|
2684
|
-
"Box": {
|
|
2685
|
-
"spacingBottom": [
|
|
2686
|
-
"2"
|
|
2687
|
-
],
|
|
2688
|
-
"columnGap": [
|
|
2689
|
-
"0.5"
|
|
2690
|
-
],
|
|
2691
|
-
"alignItems": [
|
|
2692
|
-
"flex-end",
|
|
2693
|
-
"center"
|
|
2694
|
-
],
|
|
2695
|
-
"position": [
|
|
2696
|
-
"relative"
|
|
2697
|
-
]
|
|
2698
|
-
},
|
|
2699
|
-
"HStack": {
|
|
2700
|
-
"alignItems": [
|
|
2701
|
-
"center"
|
|
2702
|
-
],
|
|
2703
|
-
"gap": [
|
|
2704
|
-
"1"
|
|
2705
|
-
]
|
|
2706
|
-
}
|
|
2707
|
-
},
|
|
2708
|
-
"propToVariantKeys": {
|
|
2709
|
-
"size": [
|
|
2710
|
-
"inputSizeRoot",
|
|
2711
|
-
"inputSizeInputWrapper",
|
|
2712
|
-
"inputSizeInput",
|
|
2713
|
-
"inputSizeLabel",
|
|
2714
|
-
"inputSizeStartIcon",
|
|
2715
|
-
"inputSizeEndIcon"
|
|
2716
|
-
],
|
|
2717
|
-
"startIcon": [
|
|
2718
|
-
"icon"
|
|
2719
|
-
],
|
|
2720
|
-
"endIcon": [
|
|
2721
|
-
"icon"
|
|
2722
|
-
],
|
|
2723
|
-
"slotProps": [
|
|
2724
|
-
"helperTextSlotProps"
|
|
2725
|
-
],
|
|
2726
|
-
"helperTextIcon": [
|
|
2727
|
-
"startIcon"
|
|
2728
|
-
]
|
|
2729
|
-
},
|
|
2730
|
-
"runtimeConfigDefaultProps": {},
|
|
2731
|
-
"runtimeConfigGetStyles": {},
|
|
2732
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2733
|
-
"motionVarPrefixes": []
|
|
2734
|
-
},
|
|
2735
|
-
"InputHelpText": {
|
|
2736
|
-
"name": "InputHelpText",
|
|
2737
|
-
"defaultProps": {
|
|
2738
|
-
"size": "md"
|
|
2739
|
-
},
|
|
2740
|
-
"getStylesLiterals": {
|
|
2741
|
-
"inputVariantRoot": "default",
|
|
2742
|
-
"inputVariantValueRoot": "empty",
|
|
2743
|
-
"inputVariantValueRoot:1": "filled"
|
|
2744
|
-
},
|
|
2745
|
-
"cxLiterals": [],
|
|
2746
|
-
"internalComponents": [
|
|
2747
|
-
"InputHelpTextInternal",
|
|
2748
|
-
"Box"
|
|
2749
|
-
],
|
|
2750
|
-
"internalComponentProps": {
|
|
2751
|
-
"Box": {
|
|
2752
|
-
"spacingTop": [
|
|
2753
|
-
"2"
|
|
2754
|
-
]
|
|
2755
|
-
}
|
|
2756
|
-
},
|
|
2757
|
-
"propToVariantKeys": {
|
|
2758
|
-
"size": [
|
|
2759
|
-
"inputSizeRoot"
|
|
2760
|
-
]
|
|
2761
|
-
},
|
|
2762
|
-
"runtimeConfigDefaultProps": {},
|
|
2763
|
-
"runtimeConfigGetStyles": {},
|
|
2764
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2765
|
-
"motionVarPrefixes": []
|
|
2766
|
-
},
|
|
2767
|
-
"InputHelpTextInternal": {
|
|
2768
|
-
"name": "InputHelpTextInternal",
|
|
2769
|
-
"defaultProps": {},
|
|
2770
|
-
"getStylesLiterals": {
|
|
2771
|
-
"inputVariantHelperText": "default",
|
|
2772
|
-
"inputVariantValueHelperText": "empty",
|
|
2773
|
-
"inputVariantValueHelperText:1": "filled",
|
|
2774
|
-
"inputVariantHelperIcon": "default",
|
|
2775
|
-
"inputVariantValueHelperIcon": "empty",
|
|
2776
|
-
"inputVariantValueHelperIcon:1": "filled"
|
|
2777
|
-
},
|
|
2778
|
-
"cxLiterals": [],
|
|
2578
|
+
"outline-none",
|
|
2579
|
+
"focus-visible:outline-none",
|
|
2580
|
+
"uds-bgBlurFillFallback",
|
|
2581
|
+
"uds-bgBlurFallback",
|
|
2582
|
+
"top-0",
|
|
2583
|
+
"left-0",
|
|
2584
|
+
"z-[1]",
|
|
2585
|
+
"duration-0",
|
|
2586
|
+
"duration-120",
|
|
2587
|
+
"transition-[background-color]",
|
|
2588
|
+
"bg-carbon-15/0",
|
|
2589
|
+
"hover:bg-carbon-15/10",
|
|
2590
|
+
"active:bg-carbon-15/15",
|
|
2591
|
+
"uds-ring",
|
|
2592
|
+
"absolute",
|
|
2593
|
+
"z-[4]"
|
|
2594
|
+
],
|
|
2779
2595
|
"internalComponents": [
|
|
2596
|
+
"PopoverDismiss",
|
|
2780
2597
|
"IconSlot",
|
|
2781
|
-
"
|
|
2598
|
+
"PopoverArrow",
|
|
2599
|
+
"Popover",
|
|
2600
|
+
"SvgFloatingOverlay",
|
|
2601
|
+
"Box",
|
|
2602
|
+
"Pressable"
|
|
2782
2603
|
],
|
|
2783
|
-
"internalComponentProps": {
|
|
2784
|
-
"HStack": {
|
|
2785
|
-
"gap": [
|
|
2786
|
-
"1"
|
|
2787
|
-
],
|
|
2788
|
-
"alignItems": [
|
|
2789
|
-
"center"
|
|
2790
|
-
]
|
|
2791
|
-
}
|
|
2792
|
-
},
|
|
2604
|
+
"internalComponentProps": {},
|
|
2793
2605
|
"propToVariantKeys": {
|
|
2794
|
-
"
|
|
2795
|
-
"inputSizeHelperText",
|
|
2796
|
-
"inputSizeHelperIcon"
|
|
2797
|
-
],
|
|
2798
|
-
"startIcon": [
|
|
2606
|
+
"closeIcon": [
|
|
2799
2607
|
"icon"
|
|
2608
|
+
]
|
|
2609
|
+
},
|
|
2610
|
+
"runtimeConfigDefaultProps": {
|
|
2611
|
+
"size": "popover.defaultSize",
|
|
2612
|
+
"variant": "popover.defaultVariant"
|
|
2613
|
+
},
|
|
2614
|
+
"runtimeConfigGetStyles": {
|
|
2615
|
+
"spacingTop": [
|
|
2616
|
+
"popover.spacingVertical.${size}"
|
|
2800
2617
|
],
|
|
2801
|
-
"
|
|
2802
|
-
"
|
|
2618
|
+
"spacingStart": [
|
|
2619
|
+
"popover.spacingHorizontal.${size}"
|
|
2620
|
+
],
|
|
2621
|
+
"spacingBottom": [
|
|
2622
|
+
"popover.spacingVertical.${size}"
|
|
2623
|
+
],
|
|
2624
|
+
"spacingEnd": [
|
|
2625
|
+
"popover.spacingHorizontal.${size}"
|
|
2803
2626
|
]
|
|
2804
2627
|
},
|
|
2805
|
-
"
|
|
2806
|
-
|
|
2807
|
-
|
|
2628
|
+
"runtimeConfigInternalComponentProps": {
|
|
2629
|
+
"SvgFloatingOverlay": {
|
|
2630
|
+
"borderRadius": [
|
|
2631
|
+
"popover.borderRadius.${size}"
|
|
2632
|
+
]
|
|
2633
|
+
}
|
|
2634
|
+
},
|
|
2808
2635
|
"motionVarPrefixes": []
|
|
2809
2636
|
},
|
|
2810
2637
|
"Menu.Item": {
|
|
@@ -2936,10 +2763,10 @@
|
|
|
2936
2763
|
},
|
|
2937
2764
|
"cxLiterals": [],
|
|
2938
2765
|
"internalComponents": [
|
|
2939
|
-
"
|
|
2766
|
+
"Divider"
|
|
2940
2767
|
],
|
|
2941
2768
|
"internalComponentProps": {
|
|
2942
|
-
"
|
|
2769
|
+
"Divider": {
|
|
2943
2770
|
"variant": [
|
|
2944
2771
|
"inherit"
|
|
2945
2772
|
]
|
|
@@ -3078,6 +2905,192 @@
|
|
|
3078
2905
|
"runtimeConfigInternalComponentProps": {},
|
|
3079
2906
|
"motionVarPrefixes": []
|
|
3080
2907
|
},
|
|
2908
|
+
"Input": {
|
|
2909
|
+
"name": "Input",
|
|
2910
|
+
"defaultProps": {
|
|
2911
|
+
"type": "text",
|
|
2912
|
+
"size": "md",
|
|
2913
|
+
"width": "full"
|
|
2914
|
+
},
|
|
2915
|
+
"getStylesLiterals": {
|
|
2916
|
+
"inputVariantRoot": "default",
|
|
2917
|
+
"inputVariantValueRoot": "empty",
|
|
2918
|
+
"inputVariantValueRoot:1": "filled",
|
|
2919
|
+
"inputVariantInputWrapper": "default",
|
|
2920
|
+
"inputVariantValueInputWrapper": "empty",
|
|
2921
|
+
"inputVariantValueInputWrapper:1": "filled",
|
|
2922
|
+
"inputVariantInput": "default",
|
|
2923
|
+
"inputVariantValueInput": "empty",
|
|
2924
|
+
"inputVariantValueInput:1": "filled",
|
|
2925
|
+
"inputVariantInputPlaceholder": "default",
|
|
2926
|
+
"inputVariantValueInputPlaceholder": "empty",
|
|
2927
|
+
"inputVariantValueInputPlaceholder:1": "filled",
|
|
2928
|
+
"inputVariantLabel": "default",
|
|
2929
|
+
"inputVariantValueLabel": "empty",
|
|
2930
|
+
"inputVariantValueLabel:1": "filled",
|
|
2931
|
+
"inputVariantLabelRequired": "default",
|
|
2932
|
+
"inputVariantValueLabelRequired": "empty",
|
|
2933
|
+
"inputVariantValueLabelRequired:1": "filled",
|
|
2934
|
+
"inputVariantStartIcon": "default",
|
|
2935
|
+
"inputVariantValueStartIcon": "empty",
|
|
2936
|
+
"inputVariantValueStartIcon:1": "filled",
|
|
2937
|
+
"inputVariantEndIcon": "default",
|
|
2938
|
+
"inputVariantValueEndIcon": "empty",
|
|
2939
|
+
"inputVariantValueEndIcon:1": "filled"
|
|
2940
|
+
},
|
|
2941
|
+
"cxLiterals": [
|
|
2942
|
+
"opacity-50",
|
|
2943
|
+
"min-w-[200px]",
|
|
2944
|
+
"grow",
|
|
2945
|
+
"uds-hit-target",
|
|
2946
|
+
"bg-clip-text",
|
|
2947
|
+
"focus:outline-none",
|
|
2948
|
+
"cursor-text",
|
|
2949
|
+
"cursor-not-allowed"
|
|
2950
|
+
],
|
|
2951
|
+
"internalComponents": [
|
|
2952
|
+
"IconSlot",
|
|
2953
|
+
"StartIcon",
|
|
2954
|
+
"EndIcon",
|
|
2955
|
+
"HelpTextContent",
|
|
2956
|
+
"Box",
|
|
2957
|
+
"InputHelpTextInternal",
|
|
2958
|
+
"VStack",
|
|
2959
|
+
"HStack",
|
|
2960
|
+
"AnimateHeightChange"
|
|
2961
|
+
],
|
|
2962
|
+
"internalComponentProps": {
|
|
2963
|
+
"HelpTextContent": {
|
|
2964
|
+
"spacingTop": [
|
|
2965
|
+
"2"
|
|
2966
|
+
]
|
|
2967
|
+
},
|
|
2968
|
+
"Box": {
|
|
2969
|
+
"spacingBottom": [
|
|
2970
|
+
"2"
|
|
2971
|
+
],
|
|
2972
|
+
"columnGap": [
|
|
2973
|
+
"0.5"
|
|
2974
|
+
],
|
|
2975
|
+
"alignItems": [
|
|
2976
|
+
"flex-end",
|
|
2977
|
+
"center"
|
|
2978
|
+
],
|
|
2979
|
+
"position": [
|
|
2980
|
+
"relative"
|
|
2981
|
+
]
|
|
2982
|
+
},
|
|
2983
|
+
"HStack": {
|
|
2984
|
+
"alignItems": [
|
|
2985
|
+
"center"
|
|
2986
|
+
],
|
|
2987
|
+
"gap": [
|
|
2988
|
+
"1"
|
|
2989
|
+
]
|
|
2990
|
+
}
|
|
2991
|
+
},
|
|
2992
|
+
"propToVariantKeys": {
|
|
2993
|
+
"size": [
|
|
2994
|
+
"inputSizeRoot",
|
|
2995
|
+
"inputSizeInputWrapper",
|
|
2996
|
+
"inputSizeInput",
|
|
2997
|
+
"inputSizeLabel",
|
|
2998
|
+
"inputSizeStartIcon",
|
|
2999
|
+
"inputSizeEndIcon"
|
|
3000
|
+
],
|
|
3001
|
+
"startIcon": [
|
|
3002
|
+
"icon"
|
|
3003
|
+
],
|
|
3004
|
+
"endIcon": [
|
|
3005
|
+
"icon"
|
|
3006
|
+
],
|
|
3007
|
+
"slotProps": [
|
|
3008
|
+
"helperTextSlotProps"
|
|
3009
|
+
],
|
|
3010
|
+
"helperTextIcon": [
|
|
3011
|
+
"startIcon"
|
|
3012
|
+
]
|
|
3013
|
+
},
|
|
3014
|
+
"runtimeConfigDefaultProps": {},
|
|
3015
|
+
"runtimeConfigGetStyles": {},
|
|
3016
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3017
|
+
"motionVarPrefixes": []
|
|
3018
|
+
},
|
|
3019
|
+
"InputHelpText": {
|
|
3020
|
+
"name": "InputHelpText",
|
|
3021
|
+
"defaultProps": {
|
|
3022
|
+
"size": "md"
|
|
3023
|
+
},
|
|
3024
|
+
"getStylesLiterals": {
|
|
3025
|
+
"inputVariantRoot": "default",
|
|
3026
|
+
"inputVariantValueRoot": "empty",
|
|
3027
|
+
"inputVariantValueRoot:1": "filled"
|
|
3028
|
+
},
|
|
3029
|
+
"cxLiterals": [],
|
|
3030
|
+
"internalComponents": [
|
|
3031
|
+
"InputHelpTextInternal",
|
|
3032
|
+
"Box"
|
|
3033
|
+
],
|
|
3034
|
+
"internalComponentProps": {
|
|
3035
|
+
"Box": {
|
|
3036
|
+
"spacingTop": [
|
|
3037
|
+
"2"
|
|
3038
|
+
]
|
|
3039
|
+
}
|
|
3040
|
+
},
|
|
3041
|
+
"propToVariantKeys": {
|
|
3042
|
+
"size": [
|
|
3043
|
+
"inputSizeRoot"
|
|
3044
|
+
]
|
|
3045
|
+
},
|
|
3046
|
+
"runtimeConfigDefaultProps": {},
|
|
3047
|
+
"runtimeConfigGetStyles": {},
|
|
3048
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3049
|
+
"motionVarPrefixes": []
|
|
3050
|
+
},
|
|
3051
|
+
"InputHelpTextInternal": {
|
|
3052
|
+
"name": "InputHelpTextInternal",
|
|
3053
|
+
"defaultProps": {},
|
|
3054
|
+
"getStylesLiterals": {
|
|
3055
|
+
"inputVariantHelperText": "default",
|
|
3056
|
+
"inputVariantValueHelperText": "empty",
|
|
3057
|
+
"inputVariantValueHelperText:1": "filled",
|
|
3058
|
+
"inputVariantHelperIcon": "default",
|
|
3059
|
+
"inputVariantValueHelperIcon": "empty",
|
|
3060
|
+
"inputVariantValueHelperIcon:1": "filled"
|
|
3061
|
+
},
|
|
3062
|
+
"cxLiterals": [],
|
|
3063
|
+
"internalComponents": [
|
|
3064
|
+
"IconSlot",
|
|
3065
|
+
"HStack"
|
|
3066
|
+
],
|
|
3067
|
+
"internalComponentProps": {
|
|
3068
|
+
"HStack": {
|
|
3069
|
+
"gap": [
|
|
3070
|
+
"1"
|
|
3071
|
+
],
|
|
3072
|
+
"alignItems": [
|
|
3073
|
+
"center"
|
|
3074
|
+
]
|
|
3075
|
+
}
|
|
3076
|
+
},
|
|
3077
|
+
"propToVariantKeys": {
|
|
3078
|
+
"size": [
|
|
3079
|
+
"inputSizeHelperText",
|
|
3080
|
+
"inputSizeHelperIcon"
|
|
3081
|
+
],
|
|
3082
|
+
"startIcon": [
|
|
3083
|
+
"icon"
|
|
3084
|
+
],
|
|
3085
|
+
"endIcon": [
|
|
3086
|
+
"icon"
|
|
3087
|
+
]
|
|
3088
|
+
},
|
|
3089
|
+
"runtimeConfigDefaultProps": {},
|
|
3090
|
+
"runtimeConfigGetStyles": {},
|
|
3091
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3092
|
+
"motionVarPrefixes": []
|
|
3093
|
+
},
|
|
3081
3094
|
"UDSBreakpointsConfigProvider": {
|
|
3082
3095
|
"name": "UDSBreakpointsConfigProvider",
|
|
3083
3096
|
"defaultProps": {},
|