@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
|
@@ -363,61 +363,63 @@ var BannerTitle = {
|
|
|
363
363
|
};
|
|
364
364
|
var Divider = {
|
|
365
365
|
"name": "Divider",
|
|
366
|
-
"defaultProps": {
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
"internalComponentProps": {},
|
|
371
|
-
"propToVariantKeys": {},
|
|
372
|
-
"runtimeConfigDefaultProps": {},
|
|
373
|
-
"runtimeConfigGetStyles": {},
|
|
374
|
-
"runtimeConfigInternalComponentProps": {},
|
|
375
|
-
"motionVarPrefixes": []
|
|
376
|
-
};
|
|
377
|
-
var DividerCore = {
|
|
378
|
-
"name": "DividerCore",
|
|
379
|
-
"defaultProps": { "contentPosition": "center" },
|
|
366
|
+
"defaultProps": {
|
|
367
|
+
"variant": "primary",
|
|
368
|
+
"contentPosition": "center"
|
|
369
|
+
},
|
|
380
370
|
"getStylesLiterals": {},
|
|
381
|
-
"cxLiterals": [],
|
|
371
|
+
"cxLiterals": ["inherit"],
|
|
382
372
|
"internalComponents": [
|
|
383
|
-
"
|
|
384
|
-
"
|
|
373
|
+
"DividerLine",
|
|
374
|
+
"DividerLabel",
|
|
385
375
|
"InternalComponent",
|
|
386
|
-
"
|
|
376
|
+
"Box"
|
|
387
377
|
],
|
|
388
378
|
"internalComponentProps": {
|
|
389
|
-
"Box": {
|
|
390
|
-
"flex": ["1", "none"],
|
|
391
|
-
"display": ["flex"]
|
|
392
|
-
},
|
|
393
379
|
"InternalComponent": {
|
|
394
|
-
"
|
|
395
|
-
"
|
|
380
|
+
"alignItems": ["center"],
|
|
381
|
+
"flex": ["1"]
|
|
396
382
|
},
|
|
397
|
-
"
|
|
398
|
-
"
|
|
399
|
-
"
|
|
400
|
-
"variant": ["inherit"]
|
|
383
|
+
"Box": {
|
|
384
|
+
"display": ["flex"],
|
|
385
|
+
"flex": ["none"]
|
|
401
386
|
}
|
|
402
387
|
},
|
|
403
|
-
"propToVariantKeys": {},
|
|
388
|
+
"propToVariantKeys": { "variant": ["dividerVariantRoot"] },
|
|
404
389
|
"runtimeConfigDefaultProps": {},
|
|
405
390
|
"runtimeConfigGetStyles": {},
|
|
406
391
|
"runtimeConfigInternalComponentProps": {},
|
|
407
392
|
"motionVarPrefixes": []
|
|
408
393
|
};
|
|
409
|
-
var
|
|
410
|
-
"name": "
|
|
411
|
-
"defaultProps": {
|
|
394
|
+
var DividerLabel = {
|
|
395
|
+
"name": "DividerLabel",
|
|
396
|
+
"defaultProps": {
|
|
397
|
+
"variant": "primary",
|
|
398
|
+
"textVariant": "inherit",
|
|
399
|
+
"color": "inherit",
|
|
400
|
+
"as": "span"
|
|
401
|
+
},
|
|
412
402
|
"getStylesLiterals": {},
|
|
413
403
|
"cxLiterals": ["inherit"],
|
|
414
|
-
"internalComponents": ["
|
|
404
|
+
"internalComponents": ["Text"],
|
|
415
405
|
"internalComponentProps": {},
|
|
416
|
-
"propToVariantKeys": {
|
|
417
|
-
"
|
|
418
|
-
"
|
|
419
|
-
|
|
420
|
-
|
|
406
|
+
"propToVariantKeys": {
|
|
407
|
+
"variant": ["dividerVariantLabel"],
|
|
408
|
+
"textVariant": ["variant"]
|
|
409
|
+
},
|
|
410
|
+
"runtimeConfigDefaultProps": {},
|
|
411
|
+
"runtimeConfigGetStyles": {},
|
|
412
|
+
"runtimeConfigInternalComponentProps": {},
|
|
413
|
+
"motionVarPrefixes": []
|
|
414
|
+
};
|
|
415
|
+
var DividerLine = {
|
|
416
|
+
"name": "DividerLine",
|
|
417
|
+
"defaultProps": { "variant": "primary" },
|
|
418
|
+
"getStylesLiterals": {},
|
|
419
|
+
"cxLiterals": ["inherit"],
|
|
420
|
+
"internalComponents": ["Box"],
|
|
421
|
+
"internalComponentProps": { "Box": { "flex": ["1"] } },
|
|
422
|
+
"propToVariantKeys": { "variant": ["dividerVariantLine"] },
|
|
421
423
|
"runtimeConfigDefaultProps": {},
|
|
422
424
|
"runtimeConfigGetStyles": {},
|
|
423
425
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -1049,6 +1051,137 @@ var SwitchV2 = {
|
|
|
1049
1051
|
"runtimeConfigInternalComponentProps": {},
|
|
1050
1052
|
"motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
|
|
1051
1053
|
};
|
|
1054
|
+
var UDSToastConfigProvider = {
|
|
1055
|
+
"name": "UDSToastConfigProvider",
|
|
1056
|
+
"defaultProps": {},
|
|
1057
|
+
"getStylesLiterals": {},
|
|
1058
|
+
"cxLiterals": [],
|
|
1059
|
+
"internalComponents": ["ToastContext.Provider"],
|
|
1060
|
+
"internalComponentProps": {},
|
|
1061
|
+
"propToVariantKeys": {},
|
|
1062
|
+
"runtimeConfigDefaultProps": {},
|
|
1063
|
+
"runtimeConfigGetStyles": {},
|
|
1064
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1065
|
+
"motionVarPrefixes": []
|
|
1066
|
+
};
|
|
1067
|
+
var ToastPortal = {
|
|
1068
|
+
"name": "ToastPortal",
|
|
1069
|
+
"defaultProps": {},
|
|
1070
|
+
"getStylesLiterals": {},
|
|
1071
|
+
"cxLiterals": [],
|
|
1072
|
+
"internalComponents": ["ReactToastifyToastContainer"],
|
|
1073
|
+
"internalComponentProps": {},
|
|
1074
|
+
"propToVariantKeys": {},
|
|
1075
|
+
"runtimeConfigDefaultProps": {
|
|
1076
|
+
"size": "toast.defaultSize",
|
|
1077
|
+
"variant": "toast.defaultVariant"
|
|
1078
|
+
},
|
|
1079
|
+
"runtimeConfigGetStyles": {},
|
|
1080
|
+
"runtimeConfigInternalComponentProps": { "ReactToastifyToastContainer": { "autoClose": ["toast.autoClose"] } },
|
|
1081
|
+
"motionVarPrefixes": []
|
|
1082
|
+
};
|
|
1083
|
+
var Toast = {
|
|
1084
|
+
"name": "Toast",
|
|
1085
|
+
"defaultProps": {},
|
|
1086
|
+
"getStylesLiterals": {
|
|
1087
|
+
"className": "animate-spin",
|
|
1088
|
+
"className:1": "flex-none",
|
|
1089
|
+
"spacing": "2",
|
|
1090
|
+
"borderRadius": "full"
|
|
1091
|
+
},
|
|
1092
|
+
"cxLiterals": [
|
|
1093
|
+
"duration-0",
|
|
1094
|
+
"duration-120",
|
|
1095
|
+
"transition-[background-color]",
|
|
1096
|
+
"bg-carbon-15/0",
|
|
1097
|
+
"hover:bg-carbon-15/10",
|
|
1098
|
+
"active:bg-carbon-15/15",
|
|
1099
|
+
"uds-ring"
|
|
1100
|
+
],
|
|
1101
|
+
"internalComponents": [
|
|
1102
|
+
"IconSlot",
|
|
1103
|
+
"ToastContainer",
|
|
1104
|
+
"Text",
|
|
1105
|
+
"Button",
|
|
1106
|
+
"Pressable"
|
|
1107
|
+
],
|
|
1108
|
+
"internalComponentProps": {},
|
|
1109
|
+
"propToVariantKeys": {
|
|
1110
|
+
"size": [
|
|
1111
|
+
"toastSizeLabel",
|
|
1112
|
+
"toastSizeIcon",
|
|
1113
|
+
"toastSizeActionButton",
|
|
1114
|
+
"toastSizeCloseIcon"
|
|
1115
|
+
],
|
|
1116
|
+
"variant": [
|
|
1117
|
+
"toastVariantIcon",
|
|
1118
|
+
"toastVariantActionButton",
|
|
1119
|
+
"toastVariantCloseIcon"
|
|
1120
|
+
],
|
|
1121
|
+
"closeIcon": ["icon"],
|
|
1122
|
+
"onClickActionButton": ["onClick"]
|
|
1123
|
+
},
|
|
1124
|
+
"runtimeConfigDefaultProps": {
|
|
1125
|
+
"size": "toast.defaultSize",
|
|
1126
|
+
"variant": "toast.defaultVariant"
|
|
1127
|
+
},
|
|
1128
|
+
"runtimeConfigGetStyles": {
|
|
1129
|
+
"toastSizeLabel": ["toast.defaultSize"],
|
|
1130
|
+
"toastVariantIcon": ["toast.defaultVariant"],
|
|
1131
|
+
"toastSizeIcon": ["toast.defaultSize"],
|
|
1132
|
+
"toastSizeActionButton": ["toast.defaultSize"],
|
|
1133
|
+
"toastVariantActionButton": ["toast.defaultVariant"],
|
|
1134
|
+
"toastVariantCloseIcon": ["toast.defaultVariant"],
|
|
1135
|
+
"toastSizeCloseIcon": ["toast.defaultSize"]
|
|
1136
|
+
},
|
|
1137
|
+
"runtimeConfigInternalComponentProps": {
|
|
1138
|
+
"ToastContainer": {
|
|
1139
|
+
"size": ["toast.defaultSize"],
|
|
1140
|
+
"variant": ["toast.defaultVariant"]
|
|
1141
|
+
},
|
|
1142
|
+
"Text": {
|
|
1143
|
+
"variant": ["toast.textVariant.${size}"],
|
|
1144
|
+
"color": ["toast.textColor.${variant}"]
|
|
1145
|
+
},
|
|
1146
|
+
"Button": {
|
|
1147
|
+
"size": ["toast.buttonSize.${size}"],
|
|
1148
|
+
"variant": ["toast.buttonVariant.${variant}"]
|
|
1149
|
+
}
|
|
1150
|
+
},
|
|
1151
|
+
"motionVarPrefixes": []
|
|
1152
|
+
};
|
|
1153
|
+
var ToastContainer = {
|
|
1154
|
+
"name": "ToastContainer",
|
|
1155
|
+
"defaultProps": {},
|
|
1156
|
+
"getStylesLiterals": {
|
|
1157
|
+
"position": "relative",
|
|
1158
|
+
"alignItems": "center",
|
|
1159
|
+
"display": "flex",
|
|
1160
|
+
"className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
|
|
1161
|
+
},
|
|
1162
|
+
"cxLiterals": ["w-full"],
|
|
1163
|
+
"internalComponents": ["HStack"],
|
|
1164
|
+
"internalComponentProps": { "HStack": {
|
|
1165
|
+
"alignItems": ["center"],
|
|
1166
|
+
"justifyContent": ["space-between"],
|
|
1167
|
+
"overflow": ["hidden"],
|
|
1168
|
+
"position": ["relative"]
|
|
1169
|
+
} },
|
|
1170
|
+
"propToVariantKeys": {
|
|
1171
|
+
"variant": ["toastVariantRoot"],
|
|
1172
|
+
"size": ["toastSizeRoot"]
|
|
1173
|
+
},
|
|
1174
|
+
"runtimeConfigDefaultProps": {
|
|
1175
|
+
"size": "toast.defaultSize",
|
|
1176
|
+
"variant": "toast.defaultVariant"
|
|
1177
|
+
},
|
|
1178
|
+
"runtimeConfigGetStyles": {
|
|
1179
|
+
"toastVariantRoot": ["toast.defaultVariant"],
|
|
1180
|
+
"toastSizeRoot": ["toast.defaultSize"]
|
|
1181
|
+
},
|
|
1182
|
+
"runtimeConfigInternalComponentProps": { "HStack": { "backgroundColor": ["toast.backgroundColor.${variant}"] } },
|
|
1183
|
+
"motionVarPrefixes": []
|
|
1184
|
+
};
|
|
1052
1185
|
var BottomSheetInternalContext = {
|
|
1053
1186
|
"name": "BottomSheetInternalContext",
|
|
1054
1187
|
"defaultProps": {},
|
|
@@ -1246,169 +1379,38 @@ var BottomSheetProvider = {
|
|
|
1246
1379
|
"runtimeConfigInternalComponentProps": {},
|
|
1247
1380
|
"motionVarPrefixes": []
|
|
1248
1381
|
};
|
|
1249
|
-
var
|
|
1250
|
-
"name": "
|
|
1251
|
-
"defaultProps": {},
|
|
1382
|
+
var ChipLink = {
|
|
1383
|
+
"name": "ChipLink",
|
|
1384
|
+
"defaultProps": { "variant": "primary" },
|
|
1252
1385
|
"getStylesLiterals": {},
|
|
1253
|
-
"cxLiterals": [],
|
|
1254
|
-
"internalComponents": ["
|
|
1255
|
-
"internalComponentProps": {},
|
|
1256
|
-
"propToVariantKeys": {},
|
|
1386
|
+
"cxLiterals": ["uds-ring"],
|
|
1387
|
+
"internalComponents": ["ChipBase"],
|
|
1388
|
+
"internalComponentProps": { "ChipBase": { "as": ["a"] } },
|
|
1389
|
+
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1257
1390
|
"runtimeConfigDefaultProps": {},
|
|
1258
1391
|
"runtimeConfigGetStyles": {},
|
|
1259
1392
|
"runtimeConfigInternalComponentProps": {},
|
|
1260
1393
|
"motionVarPrefixes": []
|
|
1261
1394
|
};
|
|
1262
|
-
var
|
|
1263
|
-
"name": "
|
|
1264
|
-
"defaultProps": {},
|
|
1395
|
+
var ChipDismissible = {
|
|
1396
|
+
"name": "ChipDismissible",
|
|
1397
|
+
"defaultProps": { "variant": "primary" },
|
|
1265
1398
|
"getStylesLiterals": {},
|
|
1266
|
-
"cxLiterals": [],
|
|
1267
|
-
"internalComponents": ["ReactToastifyToastContainer"],
|
|
1268
|
-
"internalComponentProps": {},
|
|
1269
|
-
"propToVariantKeys": {},
|
|
1270
|
-
"runtimeConfigDefaultProps": {
|
|
1271
|
-
"size": "toast.defaultSize",
|
|
1272
|
-
"variant": "toast.defaultVariant"
|
|
1273
|
-
},
|
|
1274
|
-
"runtimeConfigGetStyles": {},
|
|
1275
|
-
"runtimeConfigInternalComponentProps": { "ReactToastifyToastContainer": { "autoClose": ["toast.autoClose"] } },
|
|
1276
|
-
"motionVarPrefixes": []
|
|
1277
|
-
};
|
|
1278
|
-
var Toast = {
|
|
1279
|
-
"name": "Toast",
|
|
1280
|
-
"defaultProps": {},
|
|
1281
|
-
"getStylesLiterals": {
|
|
1282
|
-
"className": "animate-spin",
|
|
1283
|
-
"className:1": "flex-none",
|
|
1284
|
-
"spacing": "2",
|
|
1285
|
-
"borderRadius": "full"
|
|
1286
|
-
},
|
|
1287
1399
|
"cxLiterals": [
|
|
1288
|
-
"
|
|
1289
|
-
"
|
|
1290
|
-
"
|
|
1291
|
-
"
|
|
1292
|
-
"hover:bg-carbon-15/10",
|
|
1293
|
-
"active:bg-carbon-15/15",
|
|
1294
|
-
"uds-ring"
|
|
1400
|
+
"uds-chip-dismissible-button",
|
|
1401
|
+
"uds-hit-target",
|
|
1402
|
+
"uds-ring",
|
|
1403
|
+
"rounded-full"
|
|
1295
1404
|
],
|
|
1296
1405
|
"internalComponents": [
|
|
1406
|
+
"ChipBase",
|
|
1297
1407
|
"IconSlot",
|
|
1298
|
-
"ToastContainer",
|
|
1299
|
-
"Text",
|
|
1300
|
-
"Button",
|
|
1301
1408
|
"Pressable"
|
|
1302
1409
|
],
|
|
1303
1410
|
"internalComponentProps": {},
|
|
1304
1411
|
"propToVariantKeys": {
|
|
1305
|
-
"
|
|
1306
|
-
|
|
1307
|
-
"toastSizeIcon",
|
|
1308
|
-
"toastSizeActionButton",
|
|
1309
|
-
"toastSizeCloseIcon"
|
|
1310
|
-
],
|
|
1311
|
-
"variant": [
|
|
1312
|
-
"toastVariantIcon",
|
|
1313
|
-
"toastVariantActionButton",
|
|
1314
|
-
"toastVariantCloseIcon"
|
|
1315
|
-
],
|
|
1316
|
-
"closeIcon": ["icon"],
|
|
1317
|
-
"onClickActionButton": ["onClick"]
|
|
1318
|
-
},
|
|
1319
|
-
"runtimeConfigDefaultProps": {
|
|
1320
|
-
"size": "toast.defaultSize",
|
|
1321
|
-
"variant": "toast.defaultVariant"
|
|
1322
|
-
},
|
|
1323
|
-
"runtimeConfigGetStyles": {
|
|
1324
|
-
"toastSizeLabel": ["toast.defaultSize"],
|
|
1325
|
-
"toastVariantIcon": ["toast.defaultVariant"],
|
|
1326
|
-
"toastSizeIcon": ["toast.defaultSize"],
|
|
1327
|
-
"toastSizeActionButton": ["toast.defaultSize"],
|
|
1328
|
-
"toastVariantActionButton": ["toast.defaultVariant"],
|
|
1329
|
-
"toastVariantCloseIcon": ["toast.defaultVariant"],
|
|
1330
|
-
"toastSizeCloseIcon": ["toast.defaultSize"]
|
|
1331
|
-
},
|
|
1332
|
-
"runtimeConfigInternalComponentProps": {
|
|
1333
|
-
"ToastContainer": {
|
|
1334
|
-
"size": ["toast.defaultSize"],
|
|
1335
|
-
"variant": ["toast.defaultVariant"]
|
|
1336
|
-
},
|
|
1337
|
-
"Text": {
|
|
1338
|
-
"variant": ["toast.textVariant.${size}"],
|
|
1339
|
-
"color": ["toast.textColor.${variant}"]
|
|
1340
|
-
},
|
|
1341
|
-
"Button": {
|
|
1342
|
-
"size": ["toast.buttonSize.${size}"],
|
|
1343
|
-
"variant": ["toast.buttonVariant.${variant}"]
|
|
1344
|
-
}
|
|
1345
|
-
},
|
|
1346
|
-
"motionVarPrefixes": []
|
|
1347
|
-
};
|
|
1348
|
-
var ToastContainer = {
|
|
1349
|
-
"name": "ToastContainer",
|
|
1350
|
-
"defaultProps": {},
|
|
1351
|
-
"getStylesLiterals": {
|
|
1352
|
-
"position": "relative",
|
|
1353
|
-
"alignItems": "center",
|
|
1354
|
-
"display": "flex",
|
|
1355
|
-
"className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
|
|
1356
|
-
},
|
|
1357
|
-
"cxLiterals": ["w-full"],
|
|
1358
|
-
"internalComponents": ["HStack"],
|
|
1359
|
-
"internalComponentProps": { "HStack": {
|
|
1360
|
-
"alignItems": ["center"],
|
|
1361
|
-
"justifyContent": ["space-between"],
|
|
1362
|
-
"overflow": ["hidden"],
|
|
1363
|
-
"position": ["relative"]
|
|
1364
|
-
} },
|
|
1365
|
-
"propToVariantKeys": {
|
|
1366
|
-
"variant": ["toastVariantRoot"],
|
|
1367
|
-
"size": ["toastSizeRoot"]
|
|
1368
|
-
},
|
|
1369
|
-
"runtimeConfigDefaultProps": {
|
|
1370
|
-
"size": "toast.defaultSize",
|
|
1371
|
-
"variant": "toast.defaultVariant"
|
|
1372
|
-
},
|
|
1373
|
-
"runtimeConfigGetStyles": {
|
|
1374
|
-
"toastVariantRoot": ["toast.defaultVariant"],
|
|
1375
|
-
"toastSizeRoot": ["toast.defaultSize"]
|
|
1376
|
-
},
|
|
1377
|
-
"runtimeConfigInternalComponentProps": { "HStack": { "backgroundColor": ["toast.backgroundColor.${variant}"] } },
|
|
1378
|
-
"motionVarPrefixes": []
|
|
1379
|
-
};
|
|
1380
|
-
var ChipLink = {
|
|
1381
|
-
"name": "ChipLink",
|
|
1382
|
-
"defaultProps": { "variant": "primary" },
|
|
1383
|
-
"getStylesLiterals": {},
|
|
1384
|
-
"cxLiterals": ["uds-ring"],
|
|
1385
|
-
"internalComponents": ["ChipBase"],
|
|
1386
|
-
"internalComponentProps": { "ChipBase": { "as": ["a"] } },
|
|
1387
|
-
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1388
|
-
"runtimeConfigDefaultProps": {},
|
|
1389
|
-
"runtimeConfigGetStyles": {},
|
|
1390
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1391
|
-
"motionVarPrefixes": []
|
|
1392
|
-
};
|
|
1393
|
-
var ChipDismissible = {
|
|
1394
|
-
"name": "ChipDismissible",
|
|
1395
|
-
"defaultProps": { "variant": "primary" },
|
|
1396
|
-
"getStylesLiterals": {},
|
|
1397
|
-
"cxLiterals": [
|
|
1398
|
-
"uds-chip-dismissible-button",
|
|
1399
|
-
"uds-hit-target",
|
|
1400
|
-
"uds-ring",
|
|
1401
|
-
"rounded-full"
|
|
1402
|
-
],
|
|
1403
|
-
"internalComponents": [
|
|
1404
|
-
"ChipBase",
|
|
1405
|
-
"IconSlot",
|
|
1406
|
-
"Pressable"
|
|
1407
|
-
],
|
|
1408
|
-
"internalComponentProps": {},
|
|
1409
|
-
"propToVariantKeys": {
|
|
1410
|
-
"variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
|
|
1411
|
-
"dismissButtonAriaLabel": ["aria-label"]
|
|
1412
|
+
"variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
|
|
1413
|
+
"dismissButtonAriaLabel": ["aria-label"]
|
|
1412
1414
|
},
|
|
1413
1415
|
"runtimeConfigDefaultProps": {},
|
|
1414
1416
|
"runtimeConfigGetStyles": {},
|
|
@@ -1861,136 +1863,6 @@ var PopoverContent = {
|
|
|
1861
1863
|
"runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
|
|
1862
1864
|
"motionVarPrefixes": []
|
|
1863
1865
|
};
|
|
1864
|
-
var Input = {
|
|
1865
|
-
"name": "Input",
|
|
1866
|
-
"defaultProps": {
|
|
1867
|
-
"type": "text",
|
|
1868
|
-
"size": "md",
|
|
1869
|
-
"width": "full"
|
|
1870
|
-
},
|
|
1871
|
-
"getStylesLiterals": {
|
|
1872
|
-
"inputVariantRoot": "default",
|
|
1873
|
-
"inputVariantValueRoot": "empty",
|
|
1874
|
-
"inputVariantValueRoot:1": "filled",
|
|
1875
|
-
"inputVariantInputWrapper": "default",
|
|
1876
|
-
"inputVariantValueInputWrapper": "empty",
|
|
1877
|
-
"inputVariantValueInputWrapper:1": "filled",
|
|
1878
|
-
"inputVariantInput": "default",
|
|
1879
|
-
"inputVariantValueInput": "empty",
|
|
1880
|
-
"inputVariantValueInput:1": "filled",
|
|
1881
|
-
"inputVariantInputPlaceholder": "default",
|
|
1882
|
-
"inputVariantValueInputPlaceholder": "empty",
|
|
1883
|
-
"inputVariantValueInputPlaceholder:1": "filled",
|
|
1884
|
-
"inputVariantLabel": "default",
|
|
1885
|
-
"inputVariantValueLabel": "empty",
|
|
1886
|
-
"inputVariantValueLabel:1": "filled",
|
|
1887
|
-
"inputVariantLabelRequired": "default",
|
|
1888
|
-
"inputVariantValueLabelRequired": "empty",
|
|
1889
|
-
"inputVariantValueLabelRequired:1": "filled",
|
|
1890
|
-
"inputVariantStartIcon": "default",
|
|
1891
|
-
"inputVariantValueStartIcon": "empty",
|
|
1892
|
-
"inputVariantValueStartIcon:1": "filled",
|
|
1893
|
-
"inputVariantEndIcon": "default",
|
|
1894
|
-
"inputVariantValueEndIcon": "empty",
|
|
1895
|
-
"inputVariantValueEndIcon:1": "filled"
|
|
1896
|
-
},
|
|
1897
|
-
"cxLiterals": [
|
|
1898
|
-
"opacity-50",
|
|
1899
|
-
"min-w-[200px]",
|
|
1900
|
-
"grow",
|
|
1901
|
-
"uds-hit-target",
|
|
1902
|
-
"bg-clip-text",
|
|
1903
|
-
"focus:outline-none",
|
|
1904
|
-
"cursor-text",
|
|
1905
|
-
"cursor-not-allowed"
|
|
1906
|
-
],
|
|
1907
|
-
"internalComponents": [
|
|
1908
|
-
"IconSlot",
|
|
1909
|
-
"StartIcon",
|
|
1910
|
-
"EndIcon",
|
|
1911
|
-
"HelpTextContent",
|
|
1912
|
-
"Box",
|
|
1913
|
-
"InputHelpTextInternal",
|
|
1914
|
-
"VStack",
|
|
1915
|
-
"HStack",
|
|
1916
|
-
"AnimateHeightChange"
|
|
1917
|
-
],
|
|
1918
|
-
"internalComponentProps": {
|
|
1919
|
-
"HelpTextContent": { "spacingTop": ["2"] },
|
|
1920
|
-
"Box": {
|
|
1921
|
-
"spacingBottom": ["2"],
|
|
1922
|
-
"columnGap": ["0.5"],
|
|
1923
|
-
"alignItems": ["flex-end", "center"],
|
|
1924
|
-
"position": ["relative"]
|
|
1925
|
-
},
|
|
1926
|
-
"HStack": {
|
|
1927
|
-
"alignItems": ["center"],
|
|
1928
|
-
"gap": ["1"]
|
|
1929
|
-
}
|
|
1930
|
-
},
|
|
1931
|
-
"propToVariantKeys": {
|
|
1932
|
-
"size": [
|
|
1933
|
-
"inputSizeRoot",
|
|
1934
|
-
"inputSizeInputWrapper",
|
|
1935
|
-
"inputSizeInput",
|
|
1936
|
-
"inputSizeLabel",
|
|
1937
|
-
"inputSizeStartIcon",
|
|
1938
|
-
"inputSizeEndIcon"
|
|
1939
|
-
],
|
|
1940
|
-
"startIcon": ["icon"],
|
|
1941
|
-
"endIcon": ["icon"],
|
|
1942
|
-
"slotProps": ["helperTextSlotProps"],
|
|
1943
|
-
"helperTextIcon": ["startIcon"]
|
|
1944
|
-
},
|
|
1945
|
-
"runtimeConfigDefaultProps": {},
|
|
1946
|
-
"runtimeConfigGetStyles": {},
|
|
1947
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1948
|
-
"motionVarPrefixes": []
|
|
1949
|
-
};
|
|
1950
|
-
var InputHelpText = {
|
|
1951
|
-
"name": "InputHelpText",
|
|
1952
|
-
"defaultProps": { "size": "md" },
|
|
1953
|
-
"getStylesLiterals": {
|
|
1954
|
-
"inputVariantRoot": "default",
|
|
1955
|
-
"inputVariantValueRoot": "empty",
|
|
1956
|
-
"inputVariantValueRoot:1": "filled"
|
|
1957
|
-
},
|
|
1958
|
-
"cxLiterals": [],
|
|
1959
|
-
"internalComponents": ["InputHelpTextInternal", "Box"],
|
|
1960
|
-
"internalComponentProps": { "Box": { "spacingTop": ["2"] } },
|
|
1961
|
-
"propToVariantKeys": { "size": ["inputSizeRoot"] },
|
|
1962
|
-
"runtimeConfigDefaultProps": {},
|
|
1963
|
-
"runtimeConfigGetStyles": {},
|
|
1964
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1965
|
-
"motionVarPrefixes": []
|
|
1966
|
-
};
|
|
1967
|
-
var InputHelpTextInternal = {
|
|
1968
|
-
"name": "InputHelpTextInternal",
|
|
1969
|
-
"defaultProps": {},
|
|
1970
|
-
"getStylesLiterals": {
|
|
1971
|
-
"inputVariantHelperText": "default",
|
|
1972
|
-
"inputVariantValueHelperText": "empty",
|
|
1973
|
-
"inputVariantValueHelperText:1": "filled",
|
|
1974
|
-
"inputVariantHelperIcon": "default",
|
|
1975
|
-
"inputVariantValueHelperIcon": "empty",
|
|
1976
|
-
"inputVariantValueHelperIcon:1": "filled"
|
|
1977
|
-
},
|
|
1978
|
-
"cxLiterals": [],
|
|
1979
|
-
"internalComponents": ["IconSlot", "HStack"],
|
|
1980
|
-
"internalComponentProps": { "HStack": {
|
|
1981
|
-
"gap": ["1"],
|
|
1982
|
-
"alignItems": ["center"]
|
|
1983
|
-
} },
|
|
1984
|
-
"propToVariantKeys": {
|
|
1985
|
-
"size": ["inputSizeHelperText", "inputSizeHelperIcon"],
|
|
1986
|
-
"startIcon": ["icon"],
|
|
1987
|
-
"endIcon": ["icon"]
|
|
1988
|
-
},
|
|
1989
|
-
"runtimeConfigDefaultProps": {},
|
|
1990
|
-
"runtimeConfigGetStyles": {},
|
|
1991
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1992
|
-
"motionVarPrefixes": []
|
|
1993
|
-
};
|
|
1994
1866
|
var Menu_Item = {
|
|
1995
1867
|
"name": "Menu.Item",
|
|
1996
1868
|
"defaultProps": {},
|
|
@@ -2102,8 +1974,8 @@ var Menu_Divider = {
|
|
|
2102
1974
|
"menuitemDividerVariantLine": "default"
|
|
2103
1975
|
},
|
|
2104
1976
|
"cxLiterals": [],
|
|
2105
|
-
"internalComponents": ["
|
|
2106
|
-
"internalComponentProps": { "
|
|
1977
|
+
"internalComponents": ["Divider"],
|
|
1978
|
+
"internalComponentProps": { "Divider": { "variant": ["inherit"] } },
|
|
2107
1979
|
"propToVariantKeys": {},
|
|
2108
1980
|
"runtimeConfigDefaultProps": {},
|
|
2109
1981
|
"runtimeConfigGetStyles": {},
|
|
@@ -2209,6 +2081,136 @@ var Menu_ItemBase = {
|
|
|
2209
2081
|
"runtimeConfigInternalComponentProps": {},
|
|
2210
2082
|
"motionVarPrefixes": []
|
|
2211
2083
|
};
|
|
2084
|
+
var Input = {
|
|
2085
|
+
"name": "Input",
|
|
2086
|
+
"defaultProps": {
|
|
2087
|
+
"type": "text",
|
|
2088
|
+
"size": "md",
|
|
2089
|
+
"width": "full"
|
|
2090
|
+
},
|
|
2091
|
+
"getStylesLiterals": {
|
|
2092
|
+
"inputVariantRoot": "default",
|
|
2093
|
+
"inputVariantValueRoot": "empty",
|
|
2094
|
+
"inputVariantValueRoot:1": "filled",
|
|
2095
|
+
"inputVariantInputWrapper": "default",
|
|
2096
|
+
"inputVariantValueInputWrapper": "empty",
|
|
2097
|
+
"inputVariantValueInputWrapper:1": "filled",
|
|
2098
|
+
"inputVariantInput": "default",
|
|
2099
|
+
"inputVariantValueInput": "empty",
|
|
2100
|
+
"inputVariantValueInput:1": "filled",
|
|
2101
|
+
"inputVariantInputPlaceholder": "default",
|
|
2102
|
+
"inputVariantValueInputPlaceholder": "empty",
|
|
2103
|
+
"inputVariantValueInputPlaceholder:1": "filled",
|
|
2104
|
+
"inputVariantLabel": "default",
|
|
2105
|
+
"inputVariantValueLabel": "empty",
|
|
2106
|
+
"inputVariantValueLabel:1": "filled",
|
|
2107
|
+
"inputVariantLabelRequired": "default",
|
|
2108
|
+
"inputVariantValueLabelRequired": "empty",
|
|
2109
|
+
"inputVariantValueLabelRequired:1": "filled",
|
|
2110
|
+
"inputVariantStartIcon": "default",
|
|
2111
|
+
"inputVariantValueStartIcon": "empty",
|
|
2112
|
+
"inputVariantValueStartIcon:1": "filled",
|
|
2113
|
+
"inputVariantEndIcon": "default",
|
|
2114
|
+
"inputVariantValueEndIcon": "empty",
|
|
2115
|
+
"inputVariantValueEndIcon:1": "filled"
|
|
2116
|
+
},
|
|
2117
|
+
"cxLiterals": [
|
|
2118
|
+
"opacity-50",
|
|
2119
|
+
"min-w-[200px]",
|
|
2120
|
+
"grow",
|
|
2121
|
+
"uds-hit-target",
|
|
2122
|
+
"bg-clip-text",
|
|
2123
|
+
"focus:outline-none",
|
|
2124
|
+
"cursor-text",
|
|
2125
|
+
"cursor-not-allowed"
|
|
2126
|
+
],
|
|
2127
|
+
"internalComponents": [
|
|
2128
|
+
"IconSlot",
|
|
2129
|
+
"StartIcon",
|
|
2130
|
+
"EndIcon",
|
|
2131
|
+
"HelpTextContent",
|
|
2132
|
+
"Box",
|
|
2133
|
+
"InputHelpTextInternal",
|
|
2134
|
+
"VStack",
|
|
2135
|
+
"HStack",
|
|
2136
|
+
"AnimateHeightChange"
|
|
2137
|
+
],
|
|
2138
|
+
"internalComponentProps": {
|
|
2139
|
+
"HelpTextContent": { "spacingTop": ["2"] },
|
|
2140
|
+
"Box": {
|
|
2141
|
+
"spacingBottom": ["2"],
|
|
2142
|
+
"columnGap": ["0.5"],
|
|
2143
|
+
"alignItems": ["flex-end", "center"],
|
|
2144
|
+
"position": ["relative"]
|
|
2145
|
+
},
|
|
2146
|
+
"HStack": {
|
|
2147
|
+
"alignItems": ["center"],
|
|
2148
|
+
"gap": ["1"]
|
|
2149
|
+
}
|
|
2150
|
+
},
|
|
2151
|
+
"propToVariantKeys": {
|
|
2152
|
+
"size": [
|
|
2153
|
+
"inputSizeRoot",
|
|
2154
|
+
"inputSizeInputWrapper",
|
|
2155
|
+
"inputSizeInput",
|
|
2156
|
+
"inputSizeLabel",
|
|
2157
|
+
"inputSizeStartIcon",
|
|
2158
|
+
"inputSizeEndIcon"
|
|
2159
|
+
],
|
|
2160
|
+
"startIcon": ["icon"],
|
|
2161
|
+
"endIcon": ["icon"],
|
|
2162
|
+
"slotProps": ["helperTextSlotProps"],
|
|
2163
|
+
"helperTextIcon": ["startIcon"]
|
|
2164
|
+
},
|
|
2165
|
+
"runtimeConfigDefaultProps": {},
|
|
2166
|
+
"runtimeConfigGetStyles": {},
|
|
2167
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2168
|
+
"motionVarPrefixes": []
|
|
2169
|
+
};
|
|
2170
|
+
var InputHelpText = {
|
|
2171
|
+
"name": "InputHelpText",
|
|
2172
|
+
"defaultProps": { "size": "md" },
|
|
2173
|
+
"getStylesLiterals": {
|
|
2174
|
+
"inputVariantRoot": "default",
|
|
2175
|
+
"inputVariantValueRoot": "empty",
|
|
2176
|
+
"inputVariantValueRoot:1": "filled"
|
|
2177
|
+
},
|
|
2178
|
+
"cxLiterals": [],
|
|
2179
|
+
"internalComponents": ["InputHelpTextInternal", "Box"],
|
|
2180
|
+
"internalComponentProps": { "Box": { "spacingTop": ["2"] } },
|
|
2181
|
+
"propToVariantKeys": { "size": ["inputSizeRoot"] },
|
|
2182
|
+
"runtimeConfigDefaultProps": {},
|
|
2183
|
+
"runtimeConfigGetStyles": {},
|
|
2184
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2185
|
+
"motionVarPrefixes": []
|
|
2186
|
+
};
|
|
2187
|
+
var InputHelpTextInternal = {
|
|
2188
|
+
"name": "InputHelpTextInternal",
|
|
2189
|
+
"defaultProps": {},
|
|
2190
|
+
"getStylesLiterals": {
|
|
2191
|
+
"inputVariantHelperText": "default",
|
|
2192
|
+
"inputVariantValueHelperText": "empty",
|
|
2193
|
+
"inputVariantValueHelperText:1": "filled",
|
|
2194
|
+
"inputVariantHelperIcon": "default",
|
|
2195
|
+
"inputVariantValueHelperIcon": "empty",
|
|
2196
|
+
"inputVariantValueHelperIcon:1": "filled"
|
|
2197
|
+
},
|
|
2198
|
+
"cxLiterals": [],
|
|
2199
|
+
"internalComponents": ["IconSlot", "HStack"],
|
|
2200
|
+
"internalComponentProps": { "HStack": {
|
|
2201
|
+
"gap": ["1"],
|
|
2202
|
+
"alignItems": ["center"]
|
|
2203
|
+
} },
|
|
2204
|
+
"propToVariantKeys": {
|
|
2205
|
+
"size": ["inputSizeHelperText", "inputSizeHelperIcon"],
|
|
2206
|
+
"startIcon": ["icon"],
|
|
2207
|
+
"endIcon": ["icon"]
|
|
2208
|
+
},
|
|
2209
|
+
"runtimeConfigDefaultProps": {},
|
|
2210
|
+
"runtimeConfigGetStyles": {},
|
|
2211
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2212
|
+
"motionVarPrefixes": []
|
|
2213
|
+
};
|
|
2212
2214
|
var UDSBreakpointsConfigProvider = {
|
|
2213
2215
|
"name": "UDSBreakpointsConfigProvider",
|
|
2214
2216
|
"defaultProps": {},
|
|
@@ -2670,8 +2672,8 @@ var componentData_default = {
|
|
|
2670
2672
|
BannerContent,
|
|
2671
2673
|
BannerTitle,
|
|
2672
2674
|
Divider,
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
+
DividerLabel,
|
|
2676
|
+
DividerLine,
|
|
2675
2677
|
"Table.mocks": Table_mocks,
|
|
2676
2678
|
Spinner,
|
|
2677
2679
|
Table,
|
|
@@ -2687,6 +2689,10 @@ var componentData_default = {
|
|
|
2687
2689
|
AvoidMotionLibraryProvider,
|
|
2688
2690
|
SegmentedControl,
|
|
2689
2691
|
SwitchV2,
|
|
2692
|
+
UDSToastConfigProvider,
|
|
2693
|
+
ToastPortal,
|
|
2694
|
+
Toast,
|
|
2695
|
+
ToastContainer,
|
|
2690
2696
|
BottomSheetInternalContext,
|
|
2691
2697
|
BottomSheetContent,
|
|
2692
2698
|
BottomSheetHandle,
|
|
@@ -2696,10 +2702,6 @@ var componentData_default = {
|
|
|
2696
2702
|
UDSBottomSheetConfigProvider,
|
|
2697
2703
|
BottomSheetDismiss,
|
|
2698
2704
|
BottomSheetProvider,
|
|
2699
|
-
UDSToastConfigProvider,
|
|
2700
|
-
ToastPortal,
|
|
2701
|
-
Toast,
|
|
2702
|
-
ToastContainer,
|
|
2703
2705
|
ChipLink,
|
|
2704
2706
|
ChipDismissible,
|
|
2705
2707
|
ChipToggle,
|
|
@@ -2719,9 +2721,6 @@ var componentData_default = {
|
|
|
2719
2721
|
PopoverTrigger,
|
|
2720
2722
|
PopoverContext,
|
|
2721
2723
|
PopoverContent,
|
|
2722
|
-
Input,
|
|
2723
|
-
InputHelpText,
|
|
2724
|
-
InputHelpTextInternal,
|
|
2725
2724
|
"Menu.Item": Menu_Item,
|
|
2726
2725
|
"Menu.index": Menu_index,
|
|
2727
2726
|
Menu,
|
|
@@ -2731,6 +2730,9 @@ var componentData_default = {
|
|
|
2731
2730
|
"Menu.Provider": Menu_Provider,
|
|
2732
2731
|
"Menu.ItemCheckbox": Menu_ItemCheckbox,
|
|
2733
2732
|
"Menu.ItemBase": Menu_ItemBase,
|
|
2733
|
+
Input,
|
|
2734
|
+
InputHelpText,
|
|
2735
|
+
InputHelpTextInternal,
|
|
2734
2736
|
UDSBreakpointsConfigProvider,
|
|
2735
2737
|
UDSConfigProvider,
|
|
2736
2738
|
Tooltip,
|
|
@@ -2929,16 +2931,16 @@ Object.defineProperty(exports, "Divider", {
|
|
|
2929
2931
|
return Divider;
|
|
2930
2932
|
}
|
|
2931
2933
|
});
|
|
2932
|
-
Object.defineProperty(exports, "
|
|
2934
|
+
Object.defineProperty(exports, "DividerLabel", {
|
|
2933
2935
|
enumerable: true,
|
|
2934
2936
|
get: function() {
|
|
2935
|
-
return
|
|
2937
|
+
return DividerLabel;
|
|
2936
2938
|
}
|
|
2937
2939
|
});
|
|
2938
|
-
Object.defineProperty(exports, "
|
|
2940
|
+
Object.defineProperty(exports, "DividerLine", {
|
|
2939
2941
|
enumerable: true,
|
|
2940
2942
|
get: function() {
|
|
2941
|
-
return
|
|
2943
|
+
return DividerLine;
|
|
2942
2944
|
}
|
|
2943
2945
|
});
|
|
2944
2946
|
Object.defineProperty(exports, "FormLabel", {
|