@yahoo/uds 3.117.0 → 3.117.2
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/getConfigVariantComponentStatesMatrix.cjs +2 -3
- package/dist/automated-config/dist/utils/getConfigVariantProperties.cjs +2 -3
- package/dist/automated-config/dist/utils/getConfigVariants.cjs +2 -3
- package/dist/automated-config/dist/utils/index.cjs +3 -6
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/styles/styler.d.cts +53 -53
- package/dist/styles/styler.d.ts +53 -53
- package/dist/tailwind/dist/_virtual/_rolldown/runtime.cjs +27 -8
- package/dist/tailwind/dist/_virtual/_rolldown/runtime.js +3 -6
- package/dist/tailwind/dist/cli.cjs +11 -0
- package/dist/tailwind/dist/cli.d.cts +6 -0
- package/dist/tailwind/dist/cli.d.ts +6 -0
- package/dist/tailwind/dist/cli.js +7 -0
- package/dist/tailwind/dist/commands/css.cjs +36 -37
- package/dist/tailwind/dist/commands/css.d.cts +14 -0
- package/dist/tailwind/dist/commands/css.d.cts.map +1 -0
- package/dist/tailwind/dist/commands/css.d.ts +14 -0
- package/dist/tailwind/dist/commands/css.d.ts.map +1 -0
- package/dist/tailwind/dist/commands/css.helpers.cjs +2 -3
- package/dist/tailwind/dist/commands/css.helpers.js +3 -3
- package/dist/tailwind/dist/commands/css.helpers.js.map +1 -0
- package/dist/tailwind/dist/commands/css.js +5 -6
- package/dist/tailwind/dist/commands/css.js.map +1 -0
- package/dist/tailwind/dist/commands/generateComponentData.cjs +13 -14
- package/dist/tailwind/dist/commands/generateComponentData.d.cts +24 -0
- package/dist/tailwind/dist/commands/generateComponentData.d.cts.map +1 -0
- package/dist/tailwind/dist/commands/generateComponentData.d.ts +22 -1
- package/dist/tailwind/dist/commands/generateComponentData.d.ts.map +1 -0
- package/dist/tailwind/dist/commands/generateComponentData.js +6 -6
- package/dist/tailwind/dist/commands/generateComponentData.js.map +1 -0
- package/dist/tailwind/dist/commands/generatePurgeCSSData.cjs +5 -7
- package/dist/tailwind/dist/commands/generatePurgeCSSData.d.cts +15 -0
- package/dist/tailwind/dist/commands/generatePurgeCSSData.d.cts.map +1 -0
- package/dist/tailwind/dist/commands/generatePurgeCSSData.d.ts +15 -0
- package/dist/tailwind/dist/commands/generatePurgeCSSData.d.ts.map +1 -0
- package/dist/tailwind/dist/commands/generatePurgeCSSData.js +5 -6
- package/dist/tailwind/dist/commands/generatePurgeCSSData.js.map +1 -0
- package/dist/tailwind/dist/commands/purge.cjs +15 -16
- package/dist/tailwind/dist/commands/purge.d.cts +17 -0
- package/dist/tailwind/dist/commands/purge.d.cts.map +1 -0
- package/dist/tailwind/dist/commands/purge.d.ts +17 -0
- package/dist/tailwind/dist/commands/purge.d.ts.map +1 -0
- package/dist/tailwind/dist/commands/purge.js +5 -6
- package/dist/tailwind/dist/commands/purge.js.map +1 -0
- package/dist/tailwind/dist/css/generate.cjs +13 -16
- package/dist/tailwind/dist/css/generate.d.cts +3 -4
- package/dist/tailwind/dist/css/generate.d.cts.map +1 -0
- package/dist/tailwind/dist/css/generate.d.ts +3 -4
- package/dist/tailwind/dist/css/generate.d.ts.map +1 -0
- package/dist/tailwind/dist/css/generate.helpers.cjs +6 -6
- package/dist/tailwind/dist/css/generate.helpers.js +7 -6
- package/dist/tailwind/dist/css/generate.helpers.js.map +1 -0
- package/dist/tailwind/dist/css/generate.js +7 -9
- package/dist/tailwind/dist/css/generate.js.map +1 -0
- package/dist/tailwind/dist/css/nodeUtils.cjs +14 -16
- package/dist/tailwind/dist/css/nodeUtils.js +6 -7
- package/dist/tailwind/dist/css/nodeUtils.js.map +1 -0
- package/dist/tailwind/dist/css/postcss.cjs +2 -3
- package/dist/tailwind/dist/css/postcss.helpers.cjs +2 -3
- package/dist/tailwind/dist/css/postcss.helpers.js +3 -3
- package/dist/tailwind/dist/css/postcss.helpers.js.map +1 -0
- package/dist/tailwind/dist/css/postcss.js +4 -4
- package/dist/tailwind/dist/css/postcss.js.map +1 -0
- package/dist/tailwind/dist/css/runner.cjs +40 -35
- package/dist/tailwind/dist/css/runner.helpers.cjs +3 -4
- package/dist/tailwind/dist/css/runner.helpers.js +4 -4
- package/dist/tailwind/dist/css/runner.helpers.js.map +1 -0
- package/dist/tailwind/dist/css/runner.js +17 -11
- package/dist/tailwind/dist/css/runner.js.map +1 -0
- package/dist/tailwind/dist/css/theme.cjs +2 -3
- package/dist/tailwind/dist/css/theme.d.cts +13 -5
- package/dist/tailwind/dist/css/theme.d.cts.map +1 -0
- package/dist/tailwind/dist/css/theme.d.ts +13 -5
- package/dist/tailwind/dist/css/theme.d.ts.map +1 -0
- package/dist/tailwind/dist/css/theme.js +3 -3
- package/dist/tailwind/dist/css/theme.js.map +1 -0
- package/dist/tailwind/dist/css/utils.cjs +5 -5
- package/dist/tailwind/dist/css/utils.js +5 -5
- package/dist/tailwind/dist/css/utils.js.map +1 -0
- package/dist/tailwind/dist/index.cjs +9 -0
- package/dist/tailwind/dist/index.d.cts +3 -2
- package/dist/tailwind/dist/index.d.ts +3 -2
- package/dist/tailwind/dist/index.js +6 -0
- package/dist/tailwind/dist/plugin.cjs +7 -6
- package/dist/tailwind/dist/plugin.d.cts +3 -3
- package/dist/tailwind/dist/plugin.d.cts.map +1 -0
- package/dist/tailwind/dist/plugin.d.ts +3 -3
- package/dist/tailwind/dist/plugin.d.ts.map +1 -0
- package/dist/tailwind/dist/plugin.js +4 -4
- package/dist/tailwind/dist/plugin.js.map +1 -0
- package/dist/tailwind/dist/purger/legacy/index.d.ts +2 -0
- package/dist/tailwind/dist/purger/legacy/purgeCSS.cjs +25 -24
- package/dist/tailwind/dist/purger/legacy/purgeCSS.d.cts +24 -0
- package/dist/tailwind/dist/purger/legacy/purgeCSS.d.cts.map +1 -0
- package/dist/tailwind/dist/purger/legacy/purgeCSS.d.ts +24 -0
- package/dist/tailwind/dist/purger/legacy/purgeCSS.d.ts.map +1 -0
- package/dist/tailwind/dist/purger/legacy/purgeCSS.js +8 -9
- package/dist/tailwind/dist/purger/legacy/purgeCSS.js.map +1 -0
- package/dist/tailwind/dist/purger/legacy/purgeFromCode.cjs +59 -0
- package/dist/tailwind/dist/purger/legacy/purgeFromCode.d.cts +28 -0
- package/dist/tailwind/dist/purger/legacy/purgeFromCode.d.cts.map +1 -0
- package/dist/tailwind/dist/purger/legacy/purgeFromCode.d.ts +28 -0
- package/dist/tailwind/dist/purger/legacy/purgeFromCode.d.ts.map +1 -0
- package/dist/tailwind/dist/purger/legacy/purgeFromCode.js +59 -0
- package/dist/tailwind/dist/purger/legacy/purgeFromCode.js.map +1 -0
- package/dist/tailwind/dist/purger/optimized/ast/expressions.cjs +5 -6
- package/dist/tailwind/dist/purger/optimized/ast/expressions.d.ts +2 -0
- package/dist/tailwind/dist/purger/optimized/ast/expressions.js +5 -5
- package/dist/tailwind/dist/purger/optimized/ast/expressions.js.map +1 -0
- package/dist/tailwind/dist/purger/optimized/ast/index.d.ts +5 -0
- package/dist/tailwind/dist/purger/optimized/ast/jsx.cjs +3 -4
- package/dist/tailwind/dist/purger/optimized/ast/jsx.d.ts +3 -0
- package/dist/tailwind/dist/purger/optimized/ast/jsx.js +4 -4
- package/dist/tailwind/dist/purger/optimized/ast/jsx.js.map +1 -0
- package/dist/tailwind/dist/purger/optimized/ast/props.d.ts +2 -0
- package/dist/tailwind/dist/purger/optimized/ast/spread.d.ts +3 -0
- package/dist/tailwind/dist/purger/optimized/index.d.ts +6 -0
- package/dist/tailwind/dist/purger/optimized/purge.cjs +5 -6
- package/dist/tailwind/dist/purger/optimized/purge.d.ts +2 -0
- package/dist/tailwind/dist/purger/optimized/purge.js +5 -5
- package/dist/tailwind/dist/purger/optimized/purge.js.map +1 -0
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.cjs +3 -4
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.d.cts +58 -0
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.d.cts.map +1 -0
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.d.ts +58 -0
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.d.ts.map +1 -0
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.js +4 -4
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.js.map +1 -0
- package/dist/tailwind/dist/purger/optimized/types.d.cts +22 -0
- package/dist/tailwind/dist/purger/optimized/types.d.cts.map +1 -0
- package/dist/tailwind/dist/purger/optimized/types.d.ts +23 -0
- package/dist/tailwind/dist/purger/optimized/types.d.ts.map +1 -0
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.cjs +8 -9
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js +7 -7
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js.map +1 -0
- package/dist/tailwind/dist/purger/optimized/utils/files.cjs +3 -4
- package/dist/tailwind/dist/purger/optimized/utils/files.d.ts +2 -0
- package/dist/tailwind/dist/purger/optimized/utils/files.js +4 -4
- package/dist/tailwind/dist/purger/optimized/utils/files.js.map +1 -0
- package/dist/tailwind/dist/purger/optimized/utils/safelist.cjs +7 -8
- package/dist/tailwind/dist/purger/optimized/utils/safelist.js +6 -6
- package/dist/tailwind/dist/purger/optimized/utils/safelist.js.map +1 -0
- package/dist/tailwind/dist/purger.cjs +7 -0
- package/dist/tailwind/dist/purger.d.cts +4 -0
- package/dist/tailwind/dist/purger.d.ts +6 -0
- package/dist/tailwind/dist/purger.js +5 -0
- package/dist/tailwind/dist/tailwind/base/addColorModeVars.cjs +10 -10
- package/dist/tailwind/dist/tailwind/base/addColorModeVars.js +6 -6
- package/dist/tailwind/dist/tailwind/base/addColorModeVars.js.map +1 -0
- package/dist/tailwind/dist/tailwind/base/addColorModeVarsV2.cjs +14 -14
- package/dist/tailwind/dist/tailwind/base/addColorModeVarsV2.js +6 -6
- package/dist/tailwind/dist/tailwind/base/addColorModeVarsV2.js.map +1 -0
- package/dist/tailwind/dist/tailwind/base/addFontFaceDeclarations.cjs +2 -3
- package/dist/tailwind/dist/tailwind/base/addFontFaceDeclarations.js +4 -4
- package/dist/tailwind/dist/tailwind/base/addFontFaceDeclarations.js.map +1 -0
- package/dist/tailwind/dist/tailwind/base/addFontVars.cjs +2 -3
- package/dist/tailwind/dist/tailwind/base/addFontVars.js +4 -4
- package/dist/tailwind/dist/tailwind/base/addFontVars.js.map +1 -0
- package/dist/tailwind/dist/tailwind/base/addMotionVars.cjs +2 -3
- package/dist/tailwind/dist/tailwind/base/addMotionVars.js +4 -4
- package/dist/tailwind/dist/tailwind/base/addMotionVars.js.map +1 -0
- package/dist/tailwind/dist/tailwind/base/addScaleModeVars.cjs +13 -13
- package/dist/tailwind/dist/tailwind/base/addScaleModeVars.js +6 -6
- package/dist/tailwind/dist/tailwind/base/addScaleModeVars.js.map +1 -0
- package/dist/tailwind/dist/tailwind/components/getFocusRingStyles.cjs +6 -6
- package/dist/tailwind/dist/tailwind/components/getFocusRingStyles.js +5 -5
- package/dist/tailwind/dist/tailwind/components/getFocusRingStyles.js.map +1 -0
- package/dist/tailwind/dist/tailwind/components/getGroupedTextStyles.cjs +12 -12
- package/dist/tailwind/dist/tailwind/components/getGroupedTextStyles.js +6 -6
- package/dist/tailwind/dist/tailwind/components/getGroupedTextStyles.js.map +1 -0
- package/dist/tailwind/dist/tailwind/components/getHitTargetStyles.cjs +2 -3
- package/dist/tailwind/dist/tailwind/components/getHitTargetStyles.js +3 -3
- package/dist/tailwind/dist/tailwind/components/getHitTargetStyles.js.map +1 -0
- package/dist/tailwind/dist/tailwind/components/getIconStyles.cjs +2 -3
- package/dist/tailwind/dist/tailwind/components/getIconStyles.js +3 -3
- package/dist/tailwind/dist/tailwind/components/getIconStyles.js.map +1 -0
- package/dist/tailwind/dist/tailwind/components/getInputStyles.cjs +2 -3
- package/dist/tailwind/dist/tailwind/components/getInputStyles.d.cts +3 -3
- package/dist/tailwind/dist/tailwind/components/getInputStyles.d.cts.map +1 -0
- package/dist/tailwind/dist/tailwind/components/getInputStyles.d.ts +3 -3
- package/dist/tailwind/dist/tailwind/components/getInputStyles.d.ts.map +1 -0
- package/dist/tailwind/dist/tailwind/components/getInputStyles.js +3 -3
- package/dist/tailwind/dist/tailwind/components/getInputStyles.js.map +1 -0
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.cjs +29 -29
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.d.cts +6 -4
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.d.cts.map +1 -0
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.d.ts +6 -4
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.d.ts.map +1 -0
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.js +8 -8
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.js.map +1 -0
- package/dist/tailwind/dist/tailwind/components/types.d.cts +3 -3
- package/dist/tailwind/dist/tailwind/components/types.d.cts.map +1 -0
- package/dist/tailwind/dist/tailwind/components/types.d.ts +3 -3
- package/dist/tailwind/dist/tailwind/components/types.d.ts.map +1 -0
- package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.cjs +2 -3
- package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.cts +6 -6
- package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.cts.map +1 -0
- package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.ts +6 -6
- package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.ts.map +1 -0
- package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.js +3 -3
- package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.js.map +1 -0
- package/dist/tailwind/dist/tailwind/plugins/a11y.cjs +3 -4
- package/dist/tailwind/dist/tailwind/plugins/a11y.js +4 -4
- package/dist/tailwind/dist/tailwind/plugins/a11y.js.map +1 -0
- package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.cjs +7 -8
- package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js +5 -5
- package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js.map +1 -0
- package/dist/tailwind/dist/tailwind/plugins/borderRadius.cjs +8 -9
- package/dist/tailwind/dist/tailwind/plugins/borderRadius.js +7 -7
- package/dist/tailwind/dist/tailwind/plugins/borderRadius.js.map +1 -0
- package/dist/tailwind/dist/tailwind/plugins/borderWidth.cjs +8 -9
- package/dist/tailwind/dist/tailwind/plugins/borderWidth.js +7 -7
- package/dist/tailwind/dist/tailwind/plugins/borderWidth.js.map +1 -0
- package/dist/tailwind/dist/tailwind/plugins/breakpoints.cjs +3 -4
- package/dist/tailwind/dist/tailwind/plugins/breakpoints.js +4 -4
- package/dist/tailwind/dist/tailwind/plugins/breakpoints.js.map +1 -0
- package/dist/tailwind/dist/tailwind/plugins/colors.cjs +17 -17
- package/dist/tailwind/dist/tailwind/plugins/colors.js +9 -9
- package/dist/tailwind/dist/tailwind/plugins/colors.js.map +1 -0
- package/dist/tailwind/dist/tailwind/plugins/components.cjs +25 -26
- package/dist/tailwind/dist/tailwind/plugins/components.js +7 -7
- package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -0
- package/dist/tailwind/dist/tailwind/plugins/elevation.cjs +7 -8
- package/dist/tailwind/dist/tailwind/plugins/elevation.js +6 -6
- package/dist/tailwind/dist/tailwind/plugins/elevation.js.map +1 -0
- package/dist/tailwind/dist/tailwind/plugins/getTailwindAsUdsColors.cjs +5 -5
- package/dist/tailwind/dist/tailwind/plugins/getTailwindAsUdsColors.js +5 -5
- package/dist/tailwind/dist/tailwind/plugins/getTailwindAsUdsColors.js.map +1 -0
- package/dist/tailwind/dist/tailwind/plugins/icons.cjs +3 -4
- package/dist/tailwind/dist/tailwind/plugins/icons.js +4 -4
- package/dist/tailwind/dist/tailwind/plugins/icons.js.map +1 -0
- package/dist/tailwind/dist/tailwind/plugins/input.cjs +3 -4
- package/dist/tailwind/dist/tailwind/plugins/input.js +4 -4
- package/dist/tailwind/dist/tailwind/plugins/input.js.map +1 -0
- package/dist/tailwind/dist/tailwind/plugins/motion.cjs +3 -4
- package/dist/tailwind/dist/tailwind/plugins/motion.js +4 -4
- package/dist/tailwind/dist/tailwind/plugins/motion.js.map +1 -0
- package/dist/tailwind/dist/tailwind/plugins/nestedBorderRadius.cjs +3 -4
- package/dist/tailwind/dist/tailwind/plugins/nestedBorderRadius.js +4 -4
- package/dist/tailwind/dist/tailwind/plugins/nestedBorderRadius.js.map +1 -0
- package/dist/tailwind/dist/tailwind/plugins/scaleMode.cjs +3 -4
- package/dist/tailwind/dist/tailwind/plugins/scaleMode.js +4 -4
- package/dist/tailwind/dist/tailwind/plugins/scaleMode.js.map +1 -0
- package/dist/tailwind/dist/tailwind/plugins/shadows.cjs +8 -9
- package/dist/tailwind/dist/tailwind/plugins/shadows.js +5 -5
- package/dist/tailwind/dist/tailwind/plugins/shadows.js.map +1 -0
- package/dist/tailwind/dist/tailwind/plugins/sizing.cjs +5 -6
- package/dist/tailwind/dist/tailwind/plugins/sizing.js +5 -5
- package/dist/tailwind/dist/tailwind/plugins/sizing.js.map +1 -0
- package/dist/tailwind/dist/tailwind/plugins/spacing.cjs +3 -4
- package/dist/tailwind/dist/tailwind/plugins/spacing.js +4 -4
- package/dist/tailwind/dist/tailwind/plugins/spacing.js.map +1 -0
- package/dist/tailwind/dist/tailwind/plugins/typography.cjs +10 -11
- package/dist/tailwind/dist/tailwind/plugins/typography.js +7 -7
- package/dist/tailwind/dist/tailwind/plugins/typography.js.map +1 -0
- package/dist/tailwind/dist/tailwind/theme/getFontFamilyTheme.cjs +9 -9
- package/dist/tailwind/dist/tailwind/theme/getFontFamilyTheme.js +6 -6
- package/dist/tailwind/dist/tailwind/theme/getFontFamilyTheme.js.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.cjs +3 -4
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.d.cts +4 -4
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.d.cts.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.d.ts +4 -4
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.d.ts.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.js +4 -4
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.js.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.cjs +15 -9
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.d.cts +4 -4
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.d.cts.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.d.ts +5 -5
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.d.ts.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.js +7 -7
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.js.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.cjs +2 -3
- package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.d.cts +3 -3
- package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.d.cts.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.d.ts +3 -3
- package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.d.ts.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.js +3 -3
- package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.js.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.cjs +9 -9
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.d.cts +4 -4
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.d.cts.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.d.ts +4 -4
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.d.ts.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.js +5 -5
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.js.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.cjs +5 -5
- package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.d.cts +4 -4
- package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.d.cts.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.d.ts +4 -4
- package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.d.ts.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.js +5 -5
- package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.js.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.cjs +7 -7
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.cts +4 -4
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.cts.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.ts +4 -4
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.ts.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.js +6 -6
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.js.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getMotionStyles.cjs +7 -7
- package/dist/tailwind/dist/tailwind/utils/getMotionStyles.d.cts +4 -4
- package/dist/tailwind/dist/tailwind/utils/getMotionStyles.d.cts.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getMotionStyles.d.ts +4 -4
- package/dist/tailwind/dist/tailwind/utils/getMotionStyles.d.ts.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getMotionStyles.js +6 -6
- package/dist/tailwind/dist/tailwind/utils/getMotionStyles.js.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getNestedBorderRadiusUtilities.cjs +2 -3
- package/dist/tailwind/dist/tailwind/utils/getNestedBorderRadiusUtilities.js +3 -3
- package/dist/tailwind/dist/tailwind/utils/getNestedBorderRadiusUtilities.js.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getScaleModeStyles.cjs +2 -3
- package/dist/tailwind/dist/tailwind/utils/getScaleModeStyles.d.cts +3 -3
- package/dist/tailwind/dist/tailwind/utils/getScaleModeStyles.d.cts.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getScaleModeStyles.d.ts +3 -3
- package/dist/tailwind/dist/tailwind/utils/getScaleModeStyles.d.ts.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getScaleModeStyles.js +3 -3
- package/dist/tailwind/dist/tailwind/utils/getScaleModeStyles.js.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.cjs +5 -5
- package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.d.cts +5 -5
- package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.d.cts.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.d.ts +5 -5
- package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.d.ts.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.js +5 -5
- package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.js.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.cjs +6 -6
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.cts +5 -5
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.cts.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.ts +5 -5
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.ts.map +1 -0
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.js +5 -5
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.js.map +1 -0
- package/dist/tailwind/dist/utils/assertUnreachable.cjs +2 -3
- package/dist/tailwind/dist/utils/assertUnreachable.js +3 -3
- package/dist/tailwind/dist/utils/assertUnreachable.js.map +1 -0
- package/dist/tailwind/dist/utils/entries.cjs +2 -3
- package/dist/tailwind/dist/utils/entries.js +3 -3
- package/dist/tailwind/dist/utils/entries.js.map +1 -0
- package/dist/tailwind/dist/utils/entryPoints.cjs +5 -6
- package/dist/tailwind/dist/utils/entryPoints.js +5 -5
- package/dist/tailwind/dist/utils/entryPoints.js.map +1 -0
- package/dist/tailwind/dist/utils/fromEntries.cjs +2 -3
- package/dist/tailwind/dist/utils/fromEntries.js +3 -3
- package/dist/tailwind/dist/utils/fromEntries.js.map +1 -0
- package/dist/tailwind/dist/utils/generatePurgeCSSData.cjs +11 -13
- package/dist/tailwind/dist/utils/generatePurgeCSSData.js +7 -8
- package/dist/tailwind/dist/utils/generatePurgeCSSData.js.map +1 -0
- package/dist/tailwind/dist/utils/mapValues.cjs +2 -3
- package/dist/tailwind/dist/utils/mapValues.js +3 -3
- package/dist/tailwind/dist/utils/mapValues.js.map +1 -0
- package/dist/tailwind/dist/utils/opacity.cjs +6 -6
- package/dist/tailwind/dist/utils/opacity.js +4 -4
- package/dist/tailwind/dist/utils/opacity.js.map +1 -0
- package/dist/tailwind/dist/utils/optimizeCSS.cjs +3 -4
- package/dist/tailwind/dist/utils/optimizeCSS.js +4 -4
- package/dist/tailwind/dist/utils/optimizeCSS.js.map +1 -0
- package/dist/tailwind/dist/utils/parseTokens.cjs +32 -32
- package/dist/tailwind/dist/utils/parseTokens.d.cts +5 -5
- package/dist/tailwind/dist/utils/parseTokens.d.cts.map +1 -0
- package/dist/tailwind/dist/utils/parseTokens.d.ts +5 -5
- package/dist/tailwind/dist/utils/parseTokens.d.ts.map +1 -0
- package/dist/tailwind/dist/utils/parseTokens.js +6 -6
- package/dist/tailwind/dist/utils/parseTokens.js.map +1 -0
- package/dist/tailwind/dist/utils/postcssPreserveVars.cjs +2 -3
- package/dist/tailwind/dist/utils/postcssPreserveVars.js +3 -3
- package/dist/tailwind/dist/utils/postcssPreserveVars.js.map +1 -0
- package/dist/tailwind/dist/utils/tsMorph.cjs +13 -11
- package/dist/tailwind/dist/utils/tsMorph.js +4 -4
- package/dist/tailwind/dist/utils/tsMorph.js.map +1 -0
- package/dist/tailwind/dist/utils.cjs +25 -0
- package/dist/tailwind/dist/utils.d.cts +2 -1
- package/dist/tailwind/dist/utils.d.ts +2 -1
- package/dist/tailwind/dist/utils.js +13 -0
- package/dist/uds/generated/componentData.cjs +145 -145
- package/dist/uds/generated/componentData.js +145 -145
- package/generated/componentData.json +209 -209
- package/package.json +1 -1
package/dist/styles/styler.d.ts
CHANGED
|
@@ -12,8 +12,8 @@ declare const cva: CVA<string>;
|
|
|
12
12
|
declare const getStylesInternal: (props?: ({
|
|
13
13
|
avatarIconVariantRoot?: "primary" | "secondary" | "default" | undefined;
|
|
14
14
|
avatarImageVariantRoot?: "primary" | "secondary" | "default" | undefined;
|
|
15
|
-
avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "
|
|
16
|
-
avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "
|
|
15
|
+
avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | "xl" | undefined;
|
|
16
|
+
avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | "xl" | undefined;
|
|
17
17
|
avatarTextVariantRoot?: "primary" | "secondary" | "default" | undefined;
|
|
18
18
|
badgeSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
19
19
|
badgeSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
@@ -23,8 +23,8 @@ declare const getStylesInternal: (props?: ({
|
|
|
23
23
|
bottomsheetVariantRoot?: "default" | undefined;
|
|
24
24
|
buttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
25
25
|
buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
26
|
-
buttonVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "
|
|
27
|
-
buttonVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "
|
|
26
|
+
buttonVariantIcon?: "primary" | "secondary" | "tertiary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
|
|
27
|
+
buttonVariantRoot?: "primary" | "secondary" | "tertiary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
|
|
28
28
|
checkboxSizeCheckbox?: "sm" | "md" | "default" | undefined;
|
|
29
29
|
checkboxSizeRoot?: "sm" | "md" | "default" | undefined;
|
|
30
30
|
checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
@@ -46,8 +46,8 @@ declare const getStylesInternal: (props?: ({
|
|
|
46
46
|
dividerVariantLabel?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
|
|
47
47
|
dividerVariantLine?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
|
|
48
48
|
dividerVariantRoot?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
|
|
49
|
-
iconbuttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "
|
|
50
|
-
iconbuttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "
|
|
49
|
+
iconbuttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | "xl" | undefined;
|
|
50
|
+
iconbuttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | "xl" | undefined;
|
|
51
51
|
inputSizeEndIcon?: "md" | "lg" | "default" | undefined;
|
|
52
52
|
inputSizeHelperIcon?: "md" | "lg" | "default" | undefined;
|
|
53
53
|
inputSizeHelperText?: "md" | "lg" | "default" | undefined;
|
|
@@ -154,76 +154,76 @@ declare const getStylesInternal: (props?: ({
|
|
|
154
154
|
tooltipVariantIcon?: "default" | undefined;
|
|
155
155
|
tooltipVariantRoot?: "default" | undefined;
|
|
156
156
|
tooltipVariantSvg?: "default" | undefined;
|
|
157
|
-
color?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" |
|
|
158
|
-
placeholderColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" |
|
|
157
|
+
color?: "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
|
|
158
|
+
placeholderColor?: "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
|
|
159
159
|
fontFamily?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "sans" | "sans-alt" | "serif" | "serif-alt" | "mono" | undefined;
|
|
160
160
|
fontSize?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
|
|
161
|
-
fontWeight?: "black" | "
|
|
161
|
+
fontWeight?: "black" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "bold" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "thin" | "extralight" | "light" | "regular" | "medium" | "semibold" | "extrabold" | undefined;
|
|
162
162
|
lineHeight?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
|
|
163
163
|
letterSpacing?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
|
|
164
|
-
textAlign?: "
|
|
164
|
+
textAlign?: "start" | "end" | "center" | "justify" | undefined;
|
|
165
165
|
textTransform?: "none" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "uppercase" | "lowercase" | "capitalize" | undefined;
|
|
166
|
-
spacing?: "0" | "
|
|
167
|
-
spacingHorizontal?: "0" | "
|
|
168
|
-
spacingVertical?: "0" | "
|
|
169
|
-
spacingBottom?: "0" | "
|
|
170
|
-
spacingEnd?: "0" | "
|
|
171
|
-
spacingStart?: "0" | "
|
|
172
|
-
spacingTop?: "0" | "
|
|
173
|
-
offset?: "0" | "
|
|
174
|
-
offsetVertical?: "0" | "
|
|
175
|
-
offsetHorizontal?: "0" | "
|
|
176
|
-
offsetBottom?: "0" | "
|
|
177
|
-
offsetEnd?: "0" | "
|
|
178
|
-
offsetStart?: "0" | "
|
|
179
|
-
offsetTop?: "0" | "
|
|
180
|
-
columnGap?: "0" | "
|
|
181
|
-
rowGap?: "0" | "
|
|
166
|
+
spacing?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
167
|
+
spacingHorizontal?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
168
|
+
spacingVertical?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
169
|
+
spacingBottom?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
170
|
+
spacingEnd?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
171
|
+
spacingStart?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
172
|
+
spacingTop?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
173
|
+
offset?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
174
|
+
offsetVertical?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
175
|
+
offsetHorizontal?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
176
|
+
offsetBottom?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
177
|
+
offsetEnd?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
178
|
+
offsetStart?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
179
|
+
offsetTop?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
180
|
+
columnGap?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
181
|
+
rowGap?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
182
182
|
backgroundColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
183
|
-
borderColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" |
|
|
184
|
-
borderStartColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" |
|
|
185
|
-
borderEndColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" |
|
|
186
|
-
borderBottomColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" |
|
|
187
|
-
borderTopColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" |
|
|
188
|
-
borderRadius?: "
|
|
189
|
-
borderTopStartRadius?: "
|
|
190
|
-
borderTopEndRadius?: "
|
|
191
|
-
borderBottomStartRadius?: "
|
|
192
|
-
borderBottomEndRadius?: "
|
|
193
|
-
borderWidth?: "
|
|
194
|
-
borderVerticalWidth?: "
|
|
195
|
-
borderHorizontalWidth?: "
|
|
196
|
-
borderStartWidth?: "
|
|
197
|
-
borderEndWidth?: "
|
|
198
|
-
borderTopWidth?: "
|
|
199
|
-
borderBottomWidth?: "
|
|
183
|
+
borderColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
184
|
+
borderStartColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
185
|
+
borderEndColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
186
|
+
borderBottomColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
187
|
+
borderTopColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
188
|
+
borderRadius?: "xs" | "sm" | "md" | "lg" | "none" | "xl" | "full" | undefined;
|
|
189
|
+
borderTopStartRadius?: "xs" | "sm" | "md" | "lg" | "none" | "xl" | "full" | undefined;
|
|
190
|
+
borderTopEndRadius?: "xs" | "sm" | "md" | "lg" | "none" | "xl" | "full" | undefined;
|
|
191
|
+
borderBottomStartRadius?: "xs" | "sm" | "md" | "lg" | "none" | "xl" | "full" | undefined;
|
|
192
|
+
borderBottomEndRadius?: "xs" | "sm" | "md" | "lg" | "none" | "xl" | "full" | undefined;
|
|
193
|
+
borderWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
194
|
+
borderVerticalWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
195
|
+
borderHorizontalWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
196
|
+
borderStartWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
197
|
+
borderEndWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
198
|
+
borderTopWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
199
|
+
borderBottomWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
200
200
|
avatarSize?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
201
201
|
iconSize?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
202
202
|
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
203
203
|
alignItems?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
|
|
204
|
-
alignSelf?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" |
|
|
205
|
-
flex?: "1" | "
|
|
204
|
+
alignSelf?: "center" | "auto" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
|
|
205
|
+
flex?: "1" | "auto" | "none" | "initial" | undefined;
|
|
206
206
|
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
207
207
|
flexGrow?: "0" | "1" | "2" | "3" | undefined;
|
|
208
208
|
flexShrink?: "0" | "1" | undefined;
|
|
209
209
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
210
210
|
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
211
211
|
flexBasis?: "min-content" | undefined;
|
|
212
|
-
display?: "flex" | "table" | "none" | "
|
|
212
|
+
display?: "flex" | "table" | "none" | "grid" | "inline" | "block" | "inline-block" | "inline-flex" | "inline-table" | "table-caption" | "table-cell" | "table-column" | "table-column-group" | "table-footer-group" | "table-header-group" | "table-row-group" | "table-row" | "flow-root" | "contents" | undefined;
|
|
213
213
|
overflow?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
214
214
|
overflowX?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
215
215
|
overflowY?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
216
|
-
position?: "
|
|
217
|
-
contentFit?: "
|
|
216
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
217
|
+
contentFit?: "fill" | "none" | "cover" | "contain" | "scale-down" | undefined;
|
|
218
218
|
colorMode?: "light" | "dark" | undefined;
|
|
219
219
|
scaleMode?: "small" | "medium" | "xSmall" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
|
|
220
220
|
width?: "full" | "fit" | "screen" | undefined;
|
|
221
221
|
height?: "full" | "fit" | "screen" | undefined;
|
|
222
|
-
dropShadow?: "
|
|
223
|
-
insetShadow?: "
|
|
224
|
-
nestedBorderRadiusSize?: "
|
|
225
|
-
nestedBorderRadiusWidth?: "
|
|
226
|
-
nestedBorderRadiusSpacing?: "0" | "
|
|
222
|
+
dropShadow?: "xs" | "sm" | "md" | "lg" | "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "xl" | "2xl" | undefined;
|
|
223
|
+
insetShadow?: "xs" | "sm" | "md" | "lg" | "none" | "xl" | "2xl" | "xs-invert" | "sm-invert" | "md-invert" | "lg-invert" | "xl-invert" | "2xl-invert" | undefined;
|
|
224
|
+
nestedBorderRadiusSize?: "xs" | "sm" | "md" | "lg" | "none" | "xl" | "full" | undefined;
|
|
225
|
+
nestedBorderRadiusWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
226
|
+
nestedBorderRadiusSpacing?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
227
227
|
nestedBorderRadius?: boolean | "first" | "last" | undefined;
|
|
228
228
|
} & {
|
|
229
229
|
className?: string | undefined;
|
|
@@ -1,11 +1,30 @@
|
|
|
1
|
-
/*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
|
|
2
|
-
|
|
3
|
-
//#region ../tailwind/dist/_virtual/_rolldown/runtime.js
|
|
4
1
|
/*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
2
|
+
//#region \0rolldown/runtime.js
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
8
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
12
|
+
key = keys[i];
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except) {
|
|
14
|
+
__defProp(to, key, {
|
|
15
|
+
get: ((k) => from[k]).bind(null, key),
|
|
16
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
return to;
|
|
22
|
+
};
|
|
23
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
24
|
+
value: mod,
|
|
25
|
+
enumerable: true
|
|
26
|
+
}) : target, mod));
|
|
9
27
|
|
|
10
28
|
//#endregion
|
|
11
|
-
|
|
29
|
+
|
|
30
|
+
exports.__toESM = __toESM;
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
/*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
|
|
2
|
-
import { __require as __require$1 } from "../../../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
|
|
4
|
-
//#region ../tailwind/dist/_virtual/_rolldown/runtime.js
|
|
5
1
|
/*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
//#region \0rolldown/runtime.js
|
|
3
|
+
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, { get: (a, b) => (typeof require !== "undefined" ? require : a)[b] }) : x)(function(x) {
|
|
4
|
+
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
8
5
|
throw Error("Calling `require` for \"" + x + "\" in an environment that doesn't expose the `require` function. See https://rolldown.rs/in-depth/bundling-cjs#require-external-modules for more details.");
|
|
9
6
|
});
|
|
10
7
|
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
3
|
+
const require_css = require('./commands/css.cjs');
|
|
4
|
+
const require_generateComponentData = require('./commands/generateComponentData.cjs');
|
|
5
|
+
const require_generatePurgeCSSData = require('./commands/generatePurgeCSSData.cjs');
|
|
6
|
+
const require_purge = require('./commands/purge.cjs');
|
|
7
|
+
|
|
8
|
+
exports.makeCSSCommand = require_css.makeCSSCommand;
|
|
9
|
+
exports.makeGenerateComponentDataCommand = require_generateComponentData.makeGenerateComponentDataCommand;
|
|
10
|
+
exports.makeGeneratePurgeCSSDataCommand = require_generatePurgeCSSData.makeGeneratePurgeCSSDataCommand;
|
|
11
|
+
exports.makePurgeCommand = require_purge.makePurgeCommand;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
|
|
2
|
+
import { SerializedComponentInfo, makeGenerateComponentDataCommand } from "./commands/generateComponentData.cjs";
|
|
3
|
+
import { makeCSSCommand } from "./commands/css.cjs";
|
|
4
|
+
import { makeGeneratePurgeCSSDataCommand } from "./commands/generatePurgeCSSData.cjs";
|
|
5
|
+
import { makePurgeCommand } from "./commands/purge.cjs";
|
|
6
|
+
export { type SerializedComponentInfo, makeCSSCommand, makeGenerateComponentDataCommand, makeGeneratePurgeCSSDataCommand, makePurgeCommand };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
|
|
2
|
+
import { SerializedComponentInfo, makeGenerateComponentDataCommand } from "./commands/generateComponentData.js";
|
|
3
|
+
import { makeCSSCommand } from "./commands/css.js";
|
|
4
|
+
import { makeGeneratePurgeCSSDataCommand } from "./commands/generatePurgeCSSData.js";
|
|
5
|
+
import { makePurgeCommand } from "./commands/purge.js";
|
|
6
|
+
export { type SerializedComponentInfo, makeCSSCommand, makeGenerateComponentDataCommand, makeGeneratePurgeCSSDataCommand, makePurgeCommand };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
|
|
2
|
+
import { makeCSSCommand } from "./commands/css.js";
|
|
3
|
+
import { makeGenerateComponentDataCommand } from "./commands/generateComponentData.js";
|
|
4
|
+
import { makeGeneratePurgeCSSDataCommand } from "./commands/generatePurgeCSSData.js";
|
|
5
|
+
import { makePurgeCommand } from "./commands/purge.js";
|
|
6
|
+
|
|
7
|
+
export { makeCSSCommand, makeGenerateComponentDataCommand, makeGeneratePurgeCSSDataCommand, makePurgeCommand };
|
|
@@ -1,44 +1,43 @@
|
|
|
1
|
-
/*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
|
|
2
|
-
const
|
|
3
|
-
const require_print = require('../../../cli/dist/lib/print.cjs');
|
|
1
|
+
/*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
|
|
2
|
+
const require_runtime = require('../_virtual/_rolldown/runtime.cjs');
|
|
4
3
|
const require_nodeUtils = require('../css/nodeUtils.cjs');
|
|
5
4
|
const require_runner = require('../css/runner.cjs');
|
|
6
5
|
const require_css_helpers = require('./css.helpers.cjs');
|
|
6
|
+
let _yahoo_uds_cli_lib = require("@yahoo/uds-cli/lib");
|
|
7
7
|
|
|
8
|
-
//#region
|
|
9
|
-
/*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
|
|
8
|
+
//#region src/commands/css.ts
|
|
10
9
|
const showHelp = () => {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
10
|
+
(0, _yahoo_uds_cli_lib.print)("");
|
|
11
|
+
(0, _yahoo_uds_cli_lib.print)(`${(0, _yahoo_uds_cli_lib.green)("uds css")} - Generate CSS for app`);
|
|
12
|
+
(0, _yahoo_uds_cli_lib.print)("");
|
|
13
|
+
(0, _yahoo_uds_cli_lib.print)(`${(0, _yahoo_uds_cli_lib.magenta)("Usage:")}`);
|
|
14
|
+
(0, _yahoo_uds_cli_lib.print)(` ${(0, _yahoo_uds_cli_lib.cyan)("uds css")} [options]`);
|
|
15
|
+
(0, _yahoo_uds_cli_lib.print)(` ${(0, _yahoo_uds_cli_lib.cyan)("uds css init")} [options]`);
|
|
16
|
+
(0, _yahoo_uds_cli_lib.print)("");
|
|
17
|
+
(0, _yahoo_uds_cli_lib.print)(`${(0, _yahoo_uds_cli_lib.magenta)("Commands:")}`);
|
|
18
|
+
(0, _yahoo_uds_cli_lib.print)(` ${(0, _yahoo_uds_cli_lib.cyan)("init")} Create a new uds.theme.ts file`);
|
|
19
|
+
(0, _yahoo_uds_cli_lib.print)("");
|
|
20
|
+
(0, _yahoo_uds_cli_lib.print)(`${(0, _yahoo_uds_cli_lib.magenta)("Options:")}`);
|
|
21
|
+
(0, _yahoo_uds_cli_lib.print)(` ${(0, _yahoo_uds_cli_lib.cyan)("--entry <path>")} Entry directory to scan (default: /src/)`);
|
|
22
|
+
(0, _yahoo_uds_cli_lib.print)(` ${(0, _yahoo_uds_cli_lib.cyan)("--outFile <path>")} Output CSS file (default: dist/uds.css)`);
|
|
23
|
+
(0, _yahoo_uds_cli_lib.print)(` ${(0, _yahoo_uds_cli_lib.cyan)("--config <path>")} Path to uds.config.ts for tokens`);
|
|
24
|
+
(0, _yahoo_uds_cli_lib.print)(` ${(0, _yahoo_uds_cli_lib.cyan)("--theme <path>")} Path to uds.theme.ts (default: uds.theme.ts)`);
|
|
25
|
+
(0, _yahoo_uds_cli_lib.print)(` ${(0, _yahoo_uds_cli_lib.cyan)("--watch, -w")} Watch for file changes and regenerate`);
|
|
26
|
+
(0, _yahoo_uds_cli_lib.print)(` ${(0, _yahoo_uds_cli_lib.cyan)("--silent, -s")} Suppress output logging`);
|
|
27
|
+
(0, _yahoo_uds_cli_lib.print)(` ${(0, _yahoo_uds_cli_lib.cyan)("--force")} Overwrite existing uds.theme.ts (for init)`);
|
|
28
|
+
(0, _yahoo_uds_cli_lib.print)(` ${(0, _yahoo_uds_cli_lib.cyan)("--help, -h")} Show this help message`);
|
|
29
|
+
(0, _yahoo_uds_cli_lib.print)("");
|
|
30
|
+
(0, _yahoo_uds_cli_lib.print)(`${(0, _yahoo_uds_cli_lib.magenta)("Initialize theme config:")}`);
|
|
31
|
+
(0, _yahoo_uds_cli_lib.print)(` ${(0, _yahoo_uds_cli_lib.gray)("uds css init")}`);
|
|
32
|
+
(0, _yahoo_uds_cli_lib.print)("");
|
|
33
|
+
(0, _yahoo_uds_cli_lib.print)(`${(0, _yahoo_uds_cli_lib.magenta)("Simple mode")} (no uds.theme.ts):`);
|
|
34
|
+
(0, _yahoo_uds_cli_lib.print)(` ${(0, _yahoo_uds_cli_lib.gray)("uds css --entry ./src --outFile dist/uds.css")}`);
|
|
35
|
+
(0, _yahoo_uds_cli_lib.print)("");
|
|
36
|
+
(0, _yahoo_uds_cli_lib.print)(`${(0, _yahoo_uds_cli_lib.magenta)("Theme mode")} (with uds.theme.ts):`);
|
|
37
|
+
(0, _yahoo_uds_cli_lib.print)(` ${(0, _yahoo_uds_cli_lib.gray)("uds css --theme uds.theme.ts --outFile dist/uds.css")}`);
|
|
38
|
+
(0, _yahoo_uds_cli_lib.print)("");
|
|
39
|
+
(0, _yahoo_uds_cli_lib.print)(`${(0, _yahoo_uds_cli_lib.magenta)("Example uds.theme.ts:")}`);
|
|
40
|
+
(0, _yahoo_uds_cli_lib.print)((0, _yahoo_uds_cli_lib.gray)(` import { defineTheme } from '@yahoo/uds';
|
|
42
41
|
|
|
43
42
|
export default defineTheme({
|
|
44
43
|
config: './uds.config.ts',
|
|
@@ -51,7 +50,7 @@ const showHelp = () => {
|
|
|
51
50
|
disableOverrideTailwindTheme: true // Don't merge into Tailwind defaults
|
|
52
51
|
}
|
|
53
52
|
});`));
|
|
54
|
-
|
|
53
|
+
(0, _yahoo_uds_cli_lib.print)("");
|
|
55
54
|
};
|
|
56
55
|
const makeCSSCommand = (getContext) => ({
|
|
57
56
|
name: "css",
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
import { SerializedComponentInfo } from "./generateComponentData.cjs";
|
|
3
|
+
import { Command } from "@yahoo/uds-cli/lib";
|
|
4
|
+
|
|
5
|
+
//#region src/commands/css.d.ts
|
|
6
|
+
type Context = {
|
|
7
|
+
variants: Record<string, Record<string, string>>;
|
|
8
|
+
autoVariants: Record<string, Record<string, string>>;
|
|
9
|
+
componentData: Record<string, SerializedComponentInfo>;
|
|
10
|
+
};
|
|
11
|
+
declare const makeCSSCommand: (getContext: () => Promise<Context>) => Command;
|
|
12
|
+
//#endregion
|
|
13
|
+
export { makeCSSCommand };
|
|
14
|
+
//# sourceMappingURL=css.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"css.d.cts","names":[],"sources":["../../src/commands/css.ts"],"mappings":";;;;;KAyDK,OAAA;EACH,QAAA,EAAU,MAAA,SAAe,MAAA;EACzB,YAAA,EAAc,MAAA,SAAe,MAAA;EAC7B,aAAA,EAAe,MAAA,SAAe,uBAAA;AAAA;AAAA,cAG1B,cAAA,GAAkB,UAAA,QAAkB,OAAA,CAAQ,OAAA,MAAW,OAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
import { SerializedComponentInfo } from "./generateComponentData.js";
|
|
3
|
+
import { Command } from "@yahoo/uds-cli/lib";
|
|
4
|
+
|
|
5
|
+
//#region src/commands/css.d.ts
|
|
6
|
+
type Context = {
|
|
7
|
+
variants: Record<string, Record<string, string>>;
|
|
8
|
+
autoVariants: Record<string, Record<string, string>>;
|
|
9
|
+
componentData: Record<string, SerializedComponentInfo>;
|
|
10
|
+
};
|
|
11
|
+
declare const makeCSSCommand: (getContext: () => Promise<Context>) => Command;
|
|
12
|
+
//#endregion
|
|
13
|
+
export { makeCSSCommand };
|
|
14
|
+
//# sourceMappingURL=css.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"css.d.ts","names":[],"sources":["../../src/commands/css.ts"],"mappings":";;;;;KAyDK,OAAA;EACH,QAAA,EAAU,MAAA,SAAe,MAAA;EACzB,YAAA,EAAc,MAAA,SAAe,MAAA;EAC7B,aAAA,EAAe,MAAA,SAAe,uBAAA;AAAA;AAAA,cAG1B,cAAA,GAAkB,UAAA,QAAkB,OAAA,CAAQ,OAAA,MAAW,OAAA"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
/*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
|
|
2
|
-
|
|
3
|
-
//#region ../tailwind/dist/commands/css.helpers.js
|
|
4
1
|
/*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
|
|
2
|
+
|
|
3
|
+
//#region src/commands/css.helpers.ts
|
|
5
4
|
const isTruthyFlag = (value) => value === true || value === "true";
|
|
6
5
|
const stringOption = (value) => typeof value === "string" ? value : void 0;
|
|
7
6
|
const entryOption = (value) => {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
/*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
|
|
2
|
-
//#region ../tailwind/dist/commands/css.helpers.js
|
|
3
1
|
/*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
|
|
2
|
+
//#region src/commands/css.helpers.ts
|
|
4
3
|
const isTruthyFlag = (value) => value === true || value === "true";
|
|
5
4
|
const stringOption = (value) => typeof value === "string" ? value : void 0;
|
|
6
5
|
const entryOption = (value) => {
|
|
@@ -29,4 +28,5 @@ const getCssRunOptions = (workspaceDir, options) => {
|
|
|
29
28
|
};
|
|
30
29
|
|
|
31
30
|
//#endregion
|
|
32
|
-
export { getCssInitOptions, getCssRunOptions, isInitCommand, shouldShowHelp };
|
|
31
|
+
export { getCssInitOptions, getCssRunOptions, isInitCommand, shouldShowHelp };
|
|
32
|
+
//# sourceMappingURL=css.helpers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"css.helpers.js","names":[],"sources":["../../src/commands/css.helpers.ts"],"sourcesContent":["import type { EntryValue } from '../utils/entryPoints';\n\ntype CssOptions = Record<string, unknown>;\n\ntype CssInitOptions = {\n force: boolean;\n configPath?: string;\n entry?: EntryValue;\n outputPath?: string;\n};\n\ntype CssRunOptions = {\n workspaceDir: string;\n outFile: string;\n themeConfigPath: string;\n scope?: string;\n entryOption?: EntryValue;\n configOption?: string;\n watch: boolean;\n silent: boolean;\n};\n\nconst isTruthyFlag = (value: unknown): boolean => value === true || value === 'true';\n\nconst stringOption = (value: unknown): string | undefined =>\n typeof value === 'string' ? value : undefined;\n\nconst entryOption = (value: unknown): EntryValue | undefined => {\n if (typeof value === 'string') {\n return value;\n }\n\n if (Array.isArray(value) && value.every((item) => typeof item === 'string')) {\n return value;\n }\n\n return undefined;\n};\n\nconst shouldShowHelp = (options: CssOptions): boolean =>\n isTruthyFlag(options.help) || isTruthyFlag(options.h);\n\nconst isInitCommand = (firstArg: string | undefined): boolean => firstArg === 'init';\n\nconst getCssInitOptions = (options: CssOptions): CssInitOptions => ({\n force: isTruthyFlag(options.force),\n configPath: stringOption(options.config),\n entry: entryOption(options.entry),\n outputPath: stringOption(options.outFile),\n});\n\nconst getCssRunOptions = (workspaceDir: string, options: CssOptions): CssRunOptions => {\n const outFile = stringOption(options.outFile) ?? 'dist/uds.css';\n const themeConfigPath = stringOption(options.theme) ?? 'uds.theme.ts';\n\n return {\n workspaceDir,\n outFile,\n themeConfigPath,\n scope: stringOption(options.scope),\n entryOption: entryOption(options.entry),\n configOption: stringOption(options.config),\n watch: isTruthyFlag(options.watch) || isTruthyFlag(options.w),\n silent: isTruthyFlag(options.silent) || isTruthyFlag(options.s),\n };\n};\n\nexport { getCssInitOptions, getCssRunOptions, isInitCommand, shouldShowHelp };\n"],"mappings":";;AAsBA,MAAM,gBAAgB,UAA4B,UAAU,QAAQ,UAAU;AAE9E,MAAM,gBAAgB,UACpB,OAAO,UAAU,WAAW,QAAQ;AAEtC,MAAM,eAAe,UAA2C;AAC9D,KAAI,OAAO,UAAU,SACnB,QAAO;AAGT,KAAI,MAAM,QAAQ,MAAM,IAAI,MAAM,OAAO,SAAS,OAAO,SAAS,SAAS,CACzE,QAAO;;AAMX,MAAM,kBAAkB,YACtB,aAAa,QAAQ,KAAK,IAAI,aAAa,QAAQ,EAAE;AAEvD,MAAM,iBAAiB,aAA0C,aAAa;AAE9E,MAAM,qBAAqB,aAAyC;CAClE,OAAO,aAAa,QAAQ,MAAM;CAClC,YAAY,aAAa,QAAQ,OAAO;CACxC,OAAO,YAAY,QAAQ,MAAM;CACjC,YAAY,aAAa,QAAQ,QAAQ;CAC1C;AAED,MAAM,oBAAoB,cAAsB,YAAuC;AAIrF,QAAO;EACL;EACA,SALc,aAAa,QAAQ,QAAQ,IAAI;EAM/C,iBALsB,aAAa,QAAQ,MAAM,IAAI;EAMrD,OAAO,aAAa,QAAQ,MAAM;EAClC,aAAa,YAAY,QAAQ,MAAM;EACvC,cAAc,aAAa,QAAQ,OAAO;EAC1C,OAAO,aAAa,QAAQ,MAAM,IAAI,aAAa,QAAQ,EAAE;EAC7D,QAAQ,aAAa,QAAQ,OAAO,IAAI,aAAa,QAAQ,EAAE;EAChE"}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
/*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
|
|
2
|
-
import { cyan, gray, green, magenta } from "../../../cli/dist/lib/colors.js";
|
|
3
|
-
import { print } from "../../../cli/dist/lib/print.js";
|
|
1
|
+
/*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
|
|
4
2
|
import { scaffoldThemeConfig } from "../css/nodeUtils.js";
|
|
5
3
|
import { runCssCommand } from "../css/runner.js";
|
|
6
4
|
import { getCssInitOptions, getCssRunOptions, isInitCommand, shouldShowHelp } from "./css.helpers.js";
|
|
5
|
+
import { cyan, gray, green, magenta, print } from "@yahoo/uds-cli/lib";
|
|
7
6
|
|
|
8
|
-
//#region
|
|
9
|
-
/*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
|
|
7
|
+
//#region src/commands/css.ts
|
|
10
8
|
const showHelp = () => {
|
|
11
9
|
print("");
|
|
12
10
|
print(`${green("uds css")} - Generate CSS for app`);
|
|
@@ -76,4 +74,5 @@ const makeCSSCommand = (getContext) => ({
|
|
|
76
74
|
});
|
|
77
75
|
|
|
78
76
|
//#endregion
|
|
79
|
-
export { makeCSSCommand };
|
|
77
|
+
export { makeCSSCommand };
|
|
78
|
+
//# sourceMappingURL=css.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"css.js","names":[],"sources":["../../src/commands/css.ts"],"sourcesContent":["import type { Command, Props } from '@yahoo/uds-cli/lib';\nimport { cyan, gray, green, magenta, print } from '@yahoo/uds-cli/lib';\n\nimport { scaffoldThemeConfig } from '../css/nodeUtils';\nimport { runCssCommand } from '../css/runner';\nimport { getCssInitOptions, getCssRunOptions, isInitCommand, shouldShowHelp } from './css.helpers';\nimport type { SerializedComponentInfo } from './generateComponentData';\n\nconst showHelp = () => {\n print('');\n print(`${green('uds css')} - Generate CSS for app`);\n print('');\n print(`${magenta('Usage:')}`);\n print(` ${cyan('uds css')} [options]`);\n print(` ${cyan('uds css init')} [options]`);\n print('');\n print(`${magenta('Commands:')}`);\n print(` ${cyan('init')} Create a new uds.theme.ts file`);\n print('');\n print(`${magenta('Options:')}`);\n print(` ${cyan('--entry <path>')} Entry directory to scan (default: /src/)`);\n print(` ${cyan('--outFile <path>')} Output CSS file (default: dist/uds.css)`);\n print(` ${cyan('--config <path>')} Path to uds.config.ts for tokens`);\n print(` ${cyan('--theme <path>')} Path to uds.theme.ts (default: uds.theme.ts)`);\n print(` ${cyan('--watch, -w')} Watch for file changes and regenerate`);\n print(` ${cyan('--silent, -s')} Suppress output logging`);\n print(` ${cyan('--force')} Overwrite existing uds.theme.ts (for init)`);\n print(` ${cyan('--help, -h')} Show this help message`);\n print('');\n print(`${magenta('Initialize theme config:')}`);\n print(` ${gray('uds css init')}`);\n print('');\n print(`${magenta('Simple mode')} (no uds.theme.ts):`);\n print(` ${gray('uds css --entry ./src --outFile dist/uds.css')}`);\n print('');\n print(`${magenta('Theme mode')} (with uds.theme.ts):`);\n print(` ${gray('uds css --theme uds.theme.ts --outFile dist/uds.css')}`);\n print('');\n print(`${magenta('Example uds.theme.ts:')}`);\n print(\n gray(` import { defineTheme } from '@yahoo/uds';\n\n export default defineTheme({\n config: './uds.config.ts',\n entry: './src',\n colorModes: ['dark'],\n css: {\n preflight: true,\n fontFaceDeclarations: true,\n enableSystemColorMode: false, // Auto dark mode via prefers-color-scheme\n disableOverrideTailwindTheme: true // Don't merge into Tailwind defaults\n }\n });`),\n );\n print('');\n};\n\ntype Context = {\n variants: Record<string, Record<string, string>>;\n autoVariants: Record<string, Record<string, string>>;\n componentData: Record<string, SerializedComponentInfo>;\n};\n\nconst makeCSSCommand = (getContext: () => Promise<Context>): Command => ({\n name: 'css',\n description: 'Generate CSS for app',\n tag: 'hidden',\n\n run: async (props: Props) => {\n const { variants, autoVariants, componentData } = await getContext();\n\n if (shouldShowHelp(props.options)) {\n showHelp();\n return;\n }\n\n if (isInitCommand(props.first)) {\n await scaffoldThemeConfig(getCssInitOptions(props.options));\n return;\n }\n\n const cssRunOptions = getCssRunOptions(process.cwd(), props.options);\n\n await runCssCommand(cssRunOptions, { variants, autoVariants, componentData });\n },\n});\n\nexport { makeCSSCommand };\n"],"mappings":";;;;;;;AAQA,MAAM,iBAAiB;AACrB,OAAM,GAAG;AACT,OAAM,GAAG,MAAM,UAAU,CAAC,yBAAyB;AACnD,OAAM,GAAG;AACT,OAAM,GAAG,QAAQ,SAAS,GAAG;AAC7B,OAAM,KAAK,KAAK,UAAU,CAAC,YAAY;AACvC,OAAM,KAAK,KAAK,eAAe,CAAC,YAAY;AAC5C,OAAM,GAAG;AACT,OAAM,GAAG,QAAQ,YAAY,GAAG;AAChC,OAAM,KAAK,KAAK,OAAO,CAAC,8CAA8C;AACtE,OAAM,GAAG;AACT,OAAM,GAAG,QAAQ,WAAW,GAAG;AAC/B,OAAM,KAAK,KAAK,iBAAiB,CAAC,8CAA8C;AAChF,OAAM,KAAK,KAAK,mBAAmB,CAAC,2CAA2C;AAC/E,OAAM,KAAK,KAAK,kBAAkB,CAAC,qCAAqC;AACxE,OAAM,KAAK,KAAK,iBAAiB,CAAC,kDAAkD;AACpF,OAAM,KAAK,KAAK,cAAc,CAAC,8CAA8C;AAC7E,OAAM,KAAK,KAAK,eAAe,CAAC,+BAA+B;AAC/D,OAAM,KAAK,KAAK,UAAU,CAAC,uDAAuD;AAClF,OAAM,KAAK,KAAK,aAAa,CAAC,gCAAgC;AAC9D,OAAM,GAAG;AACT,OAAM,GAAG,QAAQ,2BAA2B,GAAG;AAC/C,OAAM,KAAK,KAAK,eAAe,GAAG;AAClC,OAAM,GAAG;AACT,OAAM,GAAG,QAAQ,cAAc,CAAC,qBAAqB;AACrD,OAAM,KAAK,KAAK,+CAA+C,GAAG;AAClE,OAAM,GAAG;AACT,OAAM,GAAG,QAAQ,aAAa,CAAC,uBAAuB;AACtD,OAAM,KAAK,KAAK,sDAAsD,GAAG;AACzE,OAAM,GAAG;AACT,OAAM,GAAG,QAAQ,wBAAwB,GAAG;AAC5C,OACE,KAAK;;;;;;;;;;;;OAYF,CACJ;AACD,OAAM,GAAG;;AASX,MAAM,kBAAkB,gBAAiD;CACvE,MAAM;CACN,aAAa;CACb,KAAK;CAEL,KAAK,OAAO,UAAiB;EAC3B,MAAM,EAAE,UAAU,cAAc,kBAAkB,MAAM,YAAY;AAEpE,MAAI,eAAe,MAAM,QAAQ,EAAE;AACjC,aAAU;AACV;;AAGF,MAAI,cAAc,MAAM,MAAM,EAAE;AAC9B,SAAM,oBAAoB,kBAAkB,MAAM,QAAQ,CAAC;AAC3D;;AAKF,QAAM,cAFgB,iBAAiB,QAAQ,KAAK,EAAE,MAAM,QAAQ,EAEjC;GAAE;GAAU;GAAc;GAAe,CAAC;;CAEhF"}
|