@yahoo/uds 3.157.0 → 3.157.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +67 -51
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +15 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +15 -1
- package/dist/automated-config/dist/generated/generatedConfigs.js +67 -51
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +1 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +4 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +4 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +1 -1
- package/dist/automated-config/dist/properties.cjs +8 -1
- package/dist/automated-config/dist/properties.d.cts +8 -0
- package/dist/automated-config/dist/properties.d.ts +8 -0
- package/dist/automated-config/dist/properties.js +8 -1
- package/dist/automated-config/dist/utils/buildConfigSchema.cjs +7 -0
- package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +10 -3
- package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +10 -3
- package/dist/automated-config/dist/utils/buildConfigSchema.js +7 -0
- package/dist/automated-config/dist/utils/getButtonControlHeight.cjs +129 -0
- package/dist/automated-config/dist/utils/getButtonControlHeight.d.cts +133 -0
- package/dist/automated-config/dist/utils/getButtonControlHeight.d.ts +133 -0
- package/dist/automated-config/dist/utils/getButtonControlHeight.js +122 -0
- package/dist/automated-config/dist/utils/getButtonControlHeightPx.cjs +114 -0
- package/dist/automated-config/dist/utils/getButtonControlHeightPx.d.cts +78 -0
- package/dist/automated-config/dist/utils/getButtonControlHeightPx.d.ts +78 -0
- package/dist/automated-config/dist/utils/getButtonControlHeightPx.js +108 -0
- 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/iconButtonMatchButtonHeight.cjs +110 -0
- package/dist/automated-config/dist/utils/iconButtonMatchButtonHeight.d.cts +19 -0
- package/dist/automated-config/dist/utils/iconButtonMatchButtonHeight.d.ts +19 -0
- package/dist/automated-config/dist/utils/iconButtonMatchButtonHeight.js +108 -0
- package/dist/automated-config/dist/utils/index.cjs +85 -28
- package/dist/automated-config/dist/utils/index.d.cts +15 -4
- package/dist/automated-config/dist/utils/index.d.ts +15 -4
- package/dist/automated-config/dist/utils/index.js +85 -28
- package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.cjs +15 -0
- package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.d.cts +20 -0
- package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.d.ts +20 -0
- package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.js +15 -0
- package/dist/components/client/Button.cjs +3 -3
- package/dist/components/client/Button.js +3 -3
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/config/dist/index.cjs +5 -5
- package/dist/config/dist/index.js +5 -5
- package/dist/css/dist/packages/automated-config/dist/properties.cjs +8 -1
- package/dist/css/dist/packages/automated-config/dist/properties.js +8 -1
- package/dist/css/dist/packages/config/dist/index.cjs +5 -5
- package/dist/css/dist/packages/config/dist/index.js +5 -5
- package/dist/css-tokens/dist/index.cjs +2 -0
- package/dist/css-tokens/dist/index.d.cts +2 -1
- package/dist/css-tokens/dist/index.d.ts +2 -1
- package/dist/css-tokens/dist/index.js +2 -1
- package/dist/index.cjs +23 -0
- package/dist/index.d.cts +6 -2
- package/dist/index.d.ts +6 -2
- package/dist/index.js +6 -2
- package/dist/styles/styler.d.cts +12 -12
- package/dist/styles/styler.d.ts +12 -12
- package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.cjs +67 -51
- package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.js +67 -51
- package/dist/tailwind-internal/dist/packages/automated-config/dist/properties.cjs +8 -1
- package/dist/tailwind-internal/dist/packages/automated-config/dist/properties.js +8 -1
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getButtonControlHeight.cjs +126 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getButtonControlHeight.js +123 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/iconButtonMatchButtonHeight.cjs +20 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/iconButtonMatchButtonHeight.js +20 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.cjs +82 -28
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.js +82 -28
- package/dist/tailwind-internal/dist/packages/config/dist/index.cjs +5 -5
- package/dist/tailwind-internal/dist/packages/config/dist/index.js +5 -5
- package/dist/tailwind-internal/dist/packages/css-tokens/dist/index.cjs +2 -0
- package/dist/tailwind-internal/dist/packages/css-tokens/dist/index.js +2 -1
- package/dist/tailwind-internal/dist/plugins/components.cjs +1 -1
- package/dist/tailwind-internal/dist/plugins/components.js +1 -1
- package/dist/tokens/automation/index.cjs +22 -0
- package/dist/tokens/automation/index.d.cts +5 -1
- package/dist/tokens/automation/index.d.ts +5 -1
- package/dist/tokens/automation/index.js +5 -1
- package/dist/tokens/consts/cssTokens.cjs +1 -0
- package/dist/tokens/consts/cssTokens.d.cts +2 -2
- package/dist/tokens/consts/cssTokens.d.ts +2 -2
- package/dist/tokens/consts/cssTokens.js +2 -2
- package/dist/tokens/index.cjs +23 -0
- package/dist/tokens/index.d.cts +6 -2
- package/dist/tokens/index.d.ts +6 -2
- package/dist/tokens/index.js +6 -2
- package/dist/uds/generated/componentData.cjs +133 -130
- package/dist/uds/generated/componentData.js +133 -130
- package/dist/uds/generated/migrationSchemaVersion.cjs +1 -1
- package/dist/uds/generated/migrationSchemaVersion.js +1 -1
- package/dist/uds/generated/tailwindPurge.cjs +5 -5
- package/dist/uds/generated/tailwindPurge.js +5 -5
- package/generated/componentData.json +191 -188
- package/generated/migrationSchemaVersion.ts +1 -1
- package/generated/tailwindPurge.ts +1 -1
- package/package.json +1 -1
package/dist/tokens/index.cjs
CHANGED
|
@@ -13,6 +13,9 @@ const require_resolvePropertyStates = require("../automated-config/dist/utils/re
|
|
|
13
13
|
const require_variantConfigGuards = require("../automated-config/dist/utils/variantConfigGuards.cjs");
|
|
14
14
|
const require_buildConfigSchema = require("../automated-config/dist/utils/buildConfigSchema.cjs");
|
|
15
15
|
const require_generateDefaultClassName = require("../automated-config/dist/utils/generateDefaultClassName.cjs");
|
|
16
|
+
const require_getButtonControlHeight = require("../automated-config/dist/utils/getButtonControlHeight.cjs");
|
|
17
|
+
const require_iconButtonMatchButtonHeight = require("../automated-config/dist/utils/iconButtonMatchButtonHeight.cjs");
|
|
18
|
+
const require_getButtonControlHeightPx = require("../automated-config/dist/utils/getButtonControlHeightPx.cjs");
|
|
16
19
|
const require_pseudoStateSelectors = require("../automated-config/dist/utils/pseudoStateSelectors.cjs");
|
|
17
20
|
const require_resolveSlotByCascade = require("../automated-config/dist/utils/resolveSlotByCascade.cjs");
|
|
18
21
|
const require_cartesianProduct = require("../automated-config/dist/utils/cartesianProduct.cjs");
|
|
@@ -26,6 +29,7 @@ const require_getConfigVariantProperties = require("../automated-config/dist/uti
|
|
|
26
29
|
const require_getConfigVariantPseudoStates = require("../automated-config/dist/utils/getConfigVariantPseudoStates.cjs");
|
|
27
30
|
const require_getConfigVariants = require("../automated-config/dist/utils/getConfigVariants.cjs");
|
|
28
31
|
const require_getPaginationControlWidthPx = require("../automated-config/dist/utils/getPaginationControlWidthPx.cjs");
|
|
32
|
+
const require_isConfiguratorPropertyVisible = require("../automated-config/dist/utils/isConfiguratorPropertyVisible.cjs");
|
|
29
33
|
const require_index$2 = require("../automated-config/dist/utils/index.cjs");
|
|
30
34
|
const require_generatedConfigs = require("../automated-config/dist/generated/generatedConfigs.cjs");
|
|
31
35
|
const require_tokens_configs_shadow = require("./configs/shadow.cjs");
|
|
@@ -43,6 +47,7 @@ exports.BACKGROUND_BLUR_RADIUS_PREFIX = require_index$1.BACKGROUND_BLUR_RADIUS_P
|
|
|
43
47
|
exports.BACKGROUND_COLOR_PREFIX = require_index$1.BACKGROUND_COLOR_PREFIX;
|
|
44
48
|
exports.BORDER_RADIUS_PREFIX = require_index$1.BORDER_RADIUS_PREFIX;
|
|
45
49
|
exports.BORDER_WIDTH_PREFIX = require_index$1.BORDER_WIDTH_PREFIX;
|
|
50
|
+
exports.BUTTON_CONTROL_HEIGHT_VAR = require_index$1.BUTTON_CONTROL_HEIGHT_VAR;
|
|
46
51
|
exports.BUTTON_GAP_VAR = require_index$1.BUTTON_GAP_VAR;
|
|
47
52
|
exports.BUTTON_SCALE_EFFECT = require_index$1.BUTTON_SCALE_EFFECT;
|
|
48
53
|
exports.BUTTON_SCALE_EFFECT_HOVER = require_index$1.BUTTON_SCALE_EFFECT_HOVER;
|
|
@@ -96,6 +101,7 @@ exports.PaddleNavConfig = require_generatedConfigs.PaddleNavConfig;
|
|
|
96
101
|
exports.PaginationConfig = require_generatedConfigs.PaginationConfig;
|
|
97
102
|
exports.PopoverConfig = require_generatedConfigs.PopoverConfig;
|
|
98
103
|
exports.RadioConfig = require_generatedConfigs.RadioConfig;
|
|
104
|
+
exports.SHARED_BUTTON_ICONBUTTON_SIZES = require_getButtonControlHeight.SHARED_BUTTON_ICONBUTTON_SIZES;
|
|
99
105
|
exports.SMALL_SCALE_MODE_CLASSNAME = require_index$1.SMALL_SCALE_MODE_CLASSNAME;
|
|
100
106
|
exports.SPECTRUM_COLOR_PREFIX = require_index$1.SPECTRUM_COLOR_PREFIX;
|
|
101
107
|
exports.SYSTEM_COLOR_MODE_CLASSNAME = require_index$1.SYSTEM_COLOR_MODE_CLASSNAME;
|
|
@@ -115,6 +121,8 @@ exports.XXLARGE_SCALE_MODE_CLASSNAME = require_index$1.XXLARGE_SCALE_MODE_CLASSN
|
|
|
115
121
|
exports.XXXLARGE_SCALE_MODE_CLASSNAME = require_index$1.XXXLARGE_SCALE_MODE_CLASSNAME;
|
|
116
122
|
exports.alwaysPalette = require_index.alwaysPalette;
|
|
117
123
|
exports.applyBoxShadowBorder = require_index$2.applyBoxShadowBorder;
|
|
124
|
+
exports.applyButtonControlHeightDeclarations = require_getButtonControlHeight.applyButtonControlHeightDeclarations;
|
|
125
|
+
exports.applyIconButtonControlHeightDeclarations = require_getButtonControlHeight.applyIconButtonControlHeightDeclarations;
|
|
118
126
|
exports.buildConfigSchema = require_buildConfigSchema.buildConfigSchema;
|
|
119
127
|
exports.canonicalizeStateKey = require_canonicalizeStateKey.canonicalizeStateKey;
|
|
120
128
|
exports.cartesianProduct = require_cartesianProduct.cartesianProduct;
|
|
@@ -127,6 +135,8 @@ exports.createVariantConfig = require_index$2.createVariantConfig;
|
|
|
127
135
|
exports.createVariantConfigWithComponentStates = require_index$2.createVariantConfigWithComponentStates;
|
|
128
136
|
exports.createVariantConfigWithProperties = require_index$2.createVariantConfigWithProperties;
|
|
129
137
|
exports.deprecatedAlwaysPalette = require_index.deprecatedAlwaysPalette;
|
|
138
|
+
exports.disableIconButtonMatchButtonHeight = require_iconButtonMatchButtonHeight.disableIconButtonMatchButtonHeight;
|
|
139
|
+
exports.enableIconButtonMatchButtonHeight = require_iconButtonMatchButtonHeight.enableIconButtonMatchButtonHeight;
|
|
130
140
|
exports.entries = require_entries.entries;
|
|
131
141
|
exports.findFixtureType = require_buildConfigSchema.findFixtureType;
|
|
132
142
|
exports.findFixtureTypeForValue = require_buildConfigSchema.findFixtureTypeForValue;
|
|
@@ -139,6 +149,11 @@ exports.generateDefaultClassName = require_generateDefaultClassName.generateDefa
|
|
|
139
149
|
exports.generateKeyFromFlatConfigPath = require_generateKeyFromFlatConfigPath.generateKeyFromFlatConfigPath;
|
|
140
150
|
exports.generateSchemaKey = require_generateSchemaKey.generateSchemaKey;
|
|
141
151
|
exports.generateStyles = require_index$2.generateStyles;
|
|
152
|
+
exports.getButtonContentLineHeight = require_getButtonControlHeight.getButtonContentLineHeight;
|
|
153
|
+
exports.getButtonControlContentSize = require_getButtonControlHeight.getButtonControlContentSize;
|
|
154
|
+
exports.getButtonControlHeight = require_getButtonControlHeight.getButtonControlHeight;
|
|
155
|
+
exports.getButtonControlHeightPx = require_getButtonControlHeightPx.getButtonControlHeightPx;
|
|
156
|
+
exports.getButtonIconSizeVar = require_getButtonControlHeight.getButtonIconSizeVar;
|
|
142
157
|
exports.getConfigComponentVariant = require_getConfigComponentVariant.getConfigComponentVariant;
|
|
143
158
|
exports.getConfigDefaultValue = require_defaults.getConfigDefaultValue;
|
|
144
159
|
exports.getConfigSubcomponents = require_subcomponents.getConfigSubcomponents;
|
|
@@ -149,6 +164,9 @@ exports.getConfigVariantPseudoStates = require_getConfigVariantPseudoStates.getC
|
|
|
149
164
|
exports.getConfigVariants = require_getConfigVariants.getConfigVariants;
|
|
150
165
|
exports.getFontUrls = require_tokens_utils_getFontUrls.getFontUrls;
|
|
151
166
|
exports.getFontUrlsByIds = require_tokens_utils_getFontUrls.getFontUrlsByIds;
|
|
167
|
+
exports.getIconButtonControlHeight = require_getButtonControlHeight.getIconButtonControlHeight;
|
|
168
|
+
exports.getIconButtonControlHeightPx = require_getButtonControlHeightPx.getIconButtonControlHeightPx;
|
|
169
|
+
exports.getIconButtonOnlyControlHeightPx = require_getButtonControlHeightPx.getIconButtonOnlyControlHeightPx;
|
|
152
170
|
exports.getMotionVar = require_index$1.getMotionVar;
|
|
153
171
|
exports.getPaginationControlWidthPx = require_getPaginationControlWidthPx.getPaginationControlWidthPx;
|
|
154
172
|
exports.getShadowLayerValue = require_index$1.getShadowLayerValue;
|
|
@@ -156,6 +174,8 @@ exports.getStateDocsClass = require_pseudoStateSelectors.getStateDocsClass;
|
|
|
156
174
|
exports.getStateSelector = require_pseudoStateSelectors.getStateSelector;
|
|
157
175
|
exports.isAtomicState = require_StateAxis.isAtomicState;
|
|
158
176
|
exports.isConfigDefaultValue = require_defaults.isConfigDefaultValue;
|
|
177
|
+
exports.isConfiguratorPropertyVisible = require_isConfiguratorPropertyVisible.isConfiguratorPropertyVisible;
|
|
178
|
+
exports.isIconButtonMatchButtonHeightEnabled = require_iconButtonMatchButtonHeight.isIconButtonMatchButtonHeightEnabled;
|
|
159
179
|
exports.isInteractiveAtomic = require_StateAxis.isInteractiveAtomic;
|
|
160
180
|
exports.isKnownStateAtom = require_pseudoStateSelectors.isKnownStateAtom;
|
|
161
181
|
exports.isModifierAtomic = require_StateAxis.isModifierAtomic;
|
|
@@ -172,6 +192,9 @@ exports.shadow = require_tokens_configs_shadow.shadow;
|
|
|
172
192
|
exports.spectrumRgbToString = require_tokens_utils_spectrum.spectrumRgbToString;
|
|
173
193
|
exports.splitStateKey = require_canonicalizeStateKey.splitStateKey;
|
|
174
194
|
exports.statePseudoMapDocsMode = require_index$2.statePseudoMapDocsMode;
|
|
195
|
+
exports.syncButtonControlHeightVarForSize = require_getButtonControlHeightPx.syncButtonControlHeightVarForSize;
|
|
196
|
+
exports.syncIconButtonControlHeightVarForSize = require_getButtonControlHeightPx.syncIconButtonControlHeightVarForSize;
|
|
197
|
+
exports.syncIconButtonOnlyControlHeightVarForSize = require_getButtonControlHeightPx.syncIconButtonOnlyControlHeightVarForSize;
|
|
175
198
|
exports.syncPaginationWidthVarForSize = require_getPaginationControlWidthPx.syncPaginationWidthVarForSize;
|
|
176
199
|
exports.textVariantsSafe = require_index$1.textVariantsSafe;
|
|
177
200
|
exports.toRgbChannel = require_tokens_utils_spectrum.toRgbChannel;
|
package/dist/tokens/index.d.cts
CHANGED
|
@@ -14,12 +14,16 @@ import { getConfigDefaultValue, isConfigDefaultValue } from "../automated-config
|
|
|
14
14
|
import { generateDefaultClassName } from "../automated-config/dist/utils/generateDefaultClassName.cjs";
|
|
15
15
|
import { generateKeyFromFlatConfigPath } from "../automated-config/dist/utils/generateKeyFromFlatConfigPath.cjs";
|
|
16
16
|
import { generateSchemaKey } from "../automated-config/dist/utils/generateSchemaKey.cjs";
|
|
17
|
+
import { IconButtonMatchButtonHeightConfig, IconButtonMatchButtonHeightSize, disableIconButtonMatchButtonHeight, enableIconButtonMatchButtonHeight, isIconButtonMatchButtonHeightEnabled } from "../automated-config/dist/utils/iconButtonMatchButtonHeight.cjs";
|
|
18
|
+
import { ButtonControlSchema, SHARED_BUTTON_ICONBUTTON_SIZES, applyButtonControlHeightDeclarations, applyIconButtonControlHeightDeclarations, getButtonContentLineHeight, getButtonControlContentSize, getButtonControlHeight, getButtonIconSizeVar, getIconButtonControlHeight } from "../automated-config/dist/utils/getButtonControlHeight.cjs";
|
|
19
|
+
import { getButtonControlHeightPx, getIconButtonControlHeightPx, getIconButtonOnlyControlHeightPx, syncButtonControlHeightVarForSize, syncIconButtonControlHeightVarForSize, syncIconButtonOnlyControlHeightVarForSize } from "../automated-config/dist/utils/getButtonControlHeightPx.cjs";
|
|
17
20
|
import { getConfigComponentVariant } from "../automated-config/dist/utils/getConfigComponentVariant.cjs";
|
|
18
21
|
import { getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix } from "../automated-config/dist/utils/getConfigVariantComponentStatesMatrix.cjs";
|
|
19
22
|
import { getConfigVariantProperties } from "../automated-config/dist/utils/getConfigVariantProperties.cjs";
|
|
20
23
|
import { getConfigVariantPseudoStates } from "../automated-config/dist/utils/getConfigVariantPseudoStates.cjs";
|
|
21
24
|
import { getConfigVariants } from "../automated-config/dist/utils/getConfigVariants.cjs";
|
|
22
25
|
import { PaginationWidthConfig, getPaginationControlWidthPx, syncPaginationWidthVarForSize } from "../automated-config/dist/utils/getPaginationControlWidthPx.cjs";
|
|
26
|
+
import { isConfiguratorPropertyVisible } from "../automated-config/dist/utils/isConfiguratorPropertyVisible.cjs";
|
|
23
27
|
import { getStateDocsClass, getStateSelector, isKnownStateAtom } from "../automated-config/dist/utils/pseudoStateSelectors.cjs";
|
|
24
28
|
import { resolvePropertyStates } from "../automated-config/dist/utils/resolvePropertyStates.cjs";
|
|
25
29
|
import { PropertyStates, StateSlot, propertyUsesPerStateEnabled, resolveSlotByCascade } from "../automated-config/dist/utils/resolveSlotByCascade.cjs";
|
|
@@ -32,7 +36,7 @@ import { FONT_DECLARATIONS_MAP, FontAxisConfig, FontDeclarationConfig, FontDecla
|
|
|
32
36
|
import { AllSelectors, BaseSelector, CssStyleObject, ParentVariantSelector } from "../automated-config/dist/types/ComponentStyles.cjs";
|
|
33
37
|
import { ConfigurableComponentName, IconPropsWithSVGProps, UniversalAvatarImageProps, UniversalChipProps, UniversalIconButtonProps, UniversalPaddleButtonProps } from "./types.cjs";
|
|
34
38
|
import { shadow } from "./configs/shadow.cjs";
|
|
35
|
-
import { AVATAR_SIZE_PREFIX, BACKGROUND_BLUR_COLOR_PREFIX, BACKGROUND_BLUR_FALLBACK_COLOR_PREFIX, BACKGROUND_BLUR_RADIUS_PREFIX, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_SCALE_MODE_CLASSNAME, DROP_SHADOW_PREFIX, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, GetMotionVarParams, ICON_SIZE_PREFIX, INSET_SHADOW_PREFIX, INVERT_COLOR_MODE_CLASSNAME, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, MEDIUM_SCALE_MODE_CLASSNAME, MOTION_PREFIX, OUTLINE_PREFIX, PSEUDO_STYLE_SELECTOR_MAP, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SYSTEM_COLOR_MODE_CLASSNAME, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, UDS_PREFIX, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, getMotionVar, getShadowLayerValue, textVariantsSafe } from "../css-tokens/dist/index.cjs";
|
|
39
|
+
import { AVATAR_SIZE_PREFIX, BACKGROUND_BLUR_COLOR_PREFIX, BACKGROUND_BLUR_FALLBACK_COLOR_PREFIX, BACKGROUND_BLUR_RADIUS_PREFIX, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_CONTROL_HEIGHT_VAR, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_SCALE_MODE_CLASSNAME, DROP_SHADOW_PREFIX, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, GetMotionVarParams, ICON_SIZE_PREFIX, INSET_SHADOW_PREFIX, INVERT_COLOR_MODE_CLASSNAME, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, MEDIUM_SCALE_MODE_CLASSNAME, MOTION_PREFIX, OUTLINE_PREFIX, PSEUDO_STYLE_SELECTOR_MAP, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SYSTEM_COLOR_MODE_CLASSNAME, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, UDS_PREFIX, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, getMotionVar, getShadowLayerValue, textVariantsSafe } from "../css-tokens/dist/index.cjs";
|
|
36
40
|
import { DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_FOR_APP } from "../modes/dist/index.cjs";
|
|
37
41
|
import { parseButtonVariantFlat } from "./parseButtonVariants.cjs";
|
|
38
42
|
import { entries } from "../utils/dist/entries.cjs";
|
|
@@ -40,4 +44,4 @@ import { fromEntries } from "../utils/dist/fromEntries.cjs";
|
|
|
40
44
|
import { mapValues } from "../utils/dist/mapValues.cjs";
|
|
41
45
|
import { FontUrlConfig, FontUrlMap, fontUrls, getFontUrls, getFontUrlsByIds } from "./utils/getFontUrls.cjs";
|
|
42
46
|
import { spectrumRgbToString, toRgbChannel, toSpectrumValueEntry } from "./utils/spectrum.cjs";
|
|
43
|
-
export { ALWAYS_PREFIX, AVATAR_SIZE_PREFIX, AllPossibleProperties, AllSelectors, type AllVariantKeys, AlwaysPaletteAlias, AlwaysPaletteAliasWithPrefix, AlwaysPaletteColor, Animation, AriaAttribute, AtomicState, type AutoComponentName, AvatarAbbreviationStrategy, AvatarConfig, AvatarShape, AvatarSize, AvatarSizeConfig, AvatarVariant, BACKGROUND_BLUR_COLOR_PREFIX, BACKGROUND_BLUR_FALLBACK_COLOR_PREFIX, BACKGROUND_BLUR_RADIUS_PREFIX, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, BackgroundColor, BackgroundPalette, BackgroundPaletteAlias, BackgroundStyleProps, BackwardsCompatibleReactElement, BadgeConfig, BadgeSize, BadgeVariant, BannerConfig, BannerInnerShadowOption, BannerSize, BannerVariant, BaseSelector, BorderRadius, BorderRadiusConfig, BorderStyleProps, BorderWidth, BorderWidthConfig, BorderWidthWithElevation, BottomSheetConfig, BottomSheetHeight, BottomSheetSnapPoints, BottomSheetVariant, Breakpoint, BreakpointValue, BreakpointWithBase, BreakpointsConfig, ButtonConfig, ButtonPalette, ButtonPaletteColor, ButtonSize, ButtonSpectrumColor, ButtonVariant, ButtonVariantFlat, CheckboxConfig, CheckboxSize, CheckboxValue, CheckboxVariant, ChipConfig, ChipSize, ChipVariant, ColorMode, ColorModeConfig, ColorModeForApp, ColorsConfig, ComponentConfig, ComponentSchema, ComponentStateConfig, ConfigurableComponentName, ConfigurablePropertiesName, CssStyleObject, CustomSizingStyleProps, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_CLASSNAME, DEFAULT_SCALE_MODE_FOR_APP, DROP_SHADOW_PREFIX, DataAttribute, DeprecatedAlwaysPaletteAlias, Display, DividerConfig, DividerVariant, ElevationAlias, ElevationBackgroundFillColor, ElevationBorderColor, ElevationConfig, ElevationCustomInsetShadows, ElevationCustomShadows, ElevationGlobalRampConfig, ElevationGlobalRampSettings, ElevationLevel, ElevationPreset, ElevationSurfaceColor, EmitMode, ExtractUrlFromFontFaceRule, FONT_DECLARATIONS_MAP, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, Flex, FlexAlignContent, FlexAlignItems, FlexAlignSelf, FlexBasis, FlexDirection, FlexGrow, FlexJustifyContent, FlexShrink, FlexStyleProps, FlexWrap, FocusRingColor, FocusRingConfig, FocusRingModeConfig, FocusRingOffset, FocusRingWidth, FontAlias, FontAxisConfig, FontConfig, FontCssVar, FontDeclarationConfig, FontDeclarationItemConfig, FontDeclarationMap, FontFamilyCDNUrl, FontFamilyConfig, FontID, FontSize, FontSizeConfig, FontSlantConfig, FontType, FontUrlConfig, FontUrlMap, FontWeightConfig, FontWeightDescriptive, FontWeightForFont, FontWeightNumeric, FontWidthConfig, ForegroundColor, ForegroundPalette, ForegroundPaletteAlias, GenericIconComponent, GetMotionVarParams, GlobalDefaultsConfig, HighContrastMode, Hue, HueStep, ICON_SIZE_PREFIX, INSET_SHADOW_PREFIX, INTERACTIVE_ATOMICS, INVERT_COLOR_MODE_CLASSNAME, IconButtonConfig, IconButtonSize, IconPixelSize, IconPropsWithSVGProps, IconSize, IconSizeConfig, IconSlotRenderProps, IconVariant, ImagePropsWithImgProps, ImageStyleProps, ImgElementProps, InputConfig, InputSize, InteractiveAtomic, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, LayerConfig, LayoutStyleProps, LineClampAlias, LineColor, LineHeight, LineHeightConfig, LinePalette, LinePaletteAlias, LinkConfig, LinkTextVariant, LinkVariant, LinkableValue, MAX_MODIFIERS_PER_COMPOUND, MEDIUM_SCALE_MODE_CLASSNAME, MODIFIER_ATOMICS, MOTION_PREFIX, MaxLengthArray, MenuContentConfig, MenuItemConfig, ModalConfig, ModalSize, ModalVariant, Modes, ModifierAtomic, MotionConfig, MotionCssVar, MotionSpringConfig, MotionSpringConfigOptions, MotionVariant, MotionVariantSpeed, MotionVariantValues, NestedBorderRadiusStyleProps, OUTLINE_PREFIX, OpacityStep, Overflow, PSEUDO_STYLE_SELECTOR_MAP, PaddleNavConfig, PaddleNavOrientation, PaddleNavSize, PaddleNavVariant, PaginationConfig, PaginationEllipsisPlacement, PaginationSize, PaginationVariant, PaginationVisibleItem, PaginationWidthConfig, Palette, PaletteConfig, PaletteType, PaletteValue, ParentVariantSelector, Percentage, PercentageUnit, PixelsUnit, PlatformMode, PopoverConfig, PopoverPlacement, PopoverSize, PopoverVariant, Position, PossibleStates, PossibleStatesWithRest, PropertyStates, PropertyToPaletteAliasMap, RGBAUnit, RGBColorValue, RGBUnit, RadioConfig, RadioSize, RadioValue, RadioVariant, RegionMode, RemsUnit, ResolvedTokensConfig, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SVGElementProps, SYSTEM_COLOR_MODE_CLASSNAME, ScaleConfig, ScaleEffect, ScaleMode, ScaleModeConfig, ScaleModeForApp, ScrimConfig, SelectedConfigurableProperty, ShadowAlwaysColor, ShadowColor, ShadowColorConfig, ShadowConfig, ShadowOffset, ShadowOpacity, ShadowPalette, ShadowPaletteAlias, ShadowPaletteColor, ShadowPreset, ShadowSpectrumColor, ShadowSpreadRadius, ShadowStyleProps, ShadowType, ShadowTypeConfig, ShadowVariant, ShadowVariantConfig, ShadowVariantInvert, ShadowVariantWithElevation, ShadowVariantWithInvert, SharedPaletteAlias, SizeStyleProps, SpacingAlias, SpacingConfig, SpacingStyleProps, SpectrumColor, SpectrumConfig, SpectrumRGB, SpectrumValue, SpectrumValueEntry, StateSlot, StateStyleProps, StyleProps, SubComponentConfig, SwitchConfig, SwitchSize, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, TShirtSize, TShirtSizeCommon, TabConfig, TabsConfig, TextDecorationLine, TextProperty, TextStyleProps, TextTransform, TextTransformConfig, TextVariant, TextVariantTypography, TextVariantUi, TextVariantWithoutEmphasized, ToastConfig, ToastPosition, ToastSize, ToastVariant, TooltipConfig, TooltipPlacement, TooltipSize, TooltipVariant, TransitionDelay, TransitionDuration, TransitionTiming, TypographyConfig, TypographyResponsiveProperty, TypographyStyle, TypographyStyleProperty, TypographyUnitValue, UDS_PREFIX, UdsCssVar, UnitlessUnit, UniversalAvatarBaseProps, UniversalAvatarIconProps, UniversalAvatarImageProps, UniversalAvatarProps, UniversalAvatarTextProps, UniversalBadgeProps, UniversalBannerProps, UniversalBottomSheetContentProps, UniversalBottomSheetHeaderProps, UniversalBottomSheetProps, UniversalBoxProps, UniversalButtonProps, UniversalCheckboxProps, UniversalChipBaseProps, UniversalChipButtonProps, UniversalChipDismissibleProps, UniversalChipLinkProps, UniversalChipProps, UniversalChipToggleProps, UniversalDividerProps, UniversalFormLabelProps, UniversalIconButtonProps, UniversalIconProps, UniversalIconSlot, UniversalImageProps, UniversalInputProps, UniversalLinkProps, UniversalMenuItemProps, UniversalModalActionsProps, UniversalModalContentProps, UniversalModalDescriptionProps, UniversalModalProps, UniversalModalTitleProps, UniversalPaddleButtonProps, UniversalPaddleNavContentProps, UniversalPaddleNavProps, UniversalPaginationItemProps, UniversalPaginationLinkProps, UniversalPaginationNextProps, UniversalPaginationNumbersProps, UniversalPaginationPrevProps, UniversalPaginationProps, UniversalPopoverContentProps, UniversalPopoverProps, UniversalPopoverTriggerProps, UniversalPressableProps, UniversalRadioGroupProps, UniversalRadioProps, UniversalStackProps, UniversalSwitchProps, UniversalTabListProps, UniversalTabPanelProps, UniversalTabProps, UniversalTabsProps, UniversalTabsVariant, UniversalTextProps, UniversalToastProps, UniversalTokensConfig, UniversalTokensConfigAuto, UniversalTokensConfigAutoBase, UniversalTokensConfigBase, UniversalTokensConfigGeneric, UniversalTooltipContentProps, UniversalTooltipProps, UniversalTooltipTriggerProps, VariantConfig, VariantConfigWithComponentStates, VariantConfigWithProperties, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, alwaysPalette, applyBoxShadowBorder, buildConfigSchema, canonicalizeStateKey, cartesianProduct, coalesceConfigVariant, createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, deprecatedAlwaysPalette, entries, findFixtureType, findFixtureTypeForValue, fontUrls, fromEntries, generateClassName, generateConfigStyles, generateDeclaration, generateDefaultClassName, generateKeyFromFlatConfigPath, generateSchemaKey, generateStyles, getConfigComponentVariant, getConfigDefaultValue, getConfigSubcomponents, getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix, getConfigVariantProperties, getConfigVariantPseudoStates, getConfigVariants, getFontUrls, getFontUrlsByIds, getMotionVar, getPaginationControlWidthPx, getShadowLayerValue, getStateDocsClass, getStateSelector, isAtomicState, isConfigDefaultValue, isInteractiveAtomic, isKnownStateAtom, isModifierAtomic, isVariantConfigWithComponentStates, isVariantConfigWithProperties, mapValues, mergeUniversalUnderOverride, newAlwaysPalette, parseButtonVariantFlat, propertyUsesPerStateEnabled, resolvePropertyStates, resolveSlotByCascade, shadow, spectrumRgbToString, splitStateKey, statePseudoMapDocsMode, syncPaginationWidthVarForSize, textVariantsSafe, toRgbChannel, toSpectrumValueEntry, variants };
|
|
47
|
+
export { ALWAYS_PREFIX, AVATAR_SIZE_PREFIX, AllPossibleProperties, AllSelectors, type AllVariantKeys, AlwaysPaletteAlias, AlwaysPaletteAliasWithPrefix, AlwaysPaletteColor, Animation, AriaAttribute, AtomicState, type AutoComponentName, AvatarAbbreviationStrategy, AvatarConfig, AvatarShape, AvatarSize, AvatarSizeConfig, AvatarVariant, BACKGROUND_BLUR_COLOR_PREFIX, BACKGROUND_BLUR_FALLBACK_COLOR_PREFIX, BACKGROUND_BLUR_RADIUS_PREFIX, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_CONTROL_HEIGHT_VAR, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, BackgroundColor, BackgroundPalette, BackgroundPaletteAlias, BackgroundStyleProps, BackwardsCompatibleReactElement, BadgeConfig, BadgeSize, BadgeVariant, BannerConfig, BannerInnerShadowOption, BannerSize, BannerVariant, BaseSelector, BorderRadius, BorderRadiusConfig, BorderStyleProps, BorderWidth, BorderWidthConfig, BorderWidthWithElevation, BottomSheetConfig, BottomSheetHeight, BottomSheetSnapPoints, BottomSheetVariant, Breakpoint, BreakpointValue, BreakpointWithBase, BreakpointsConfig, ButtonConfig, ButtonControlSchema, ButtonPalette, ButtonPaletteColor, ButtonSize, ButtonSpectrumColor, ButtonVariant, ButtonVariantFlat, CheckboxConfig, CheckboxSize, CheckboxValue, CheckboxVariant, ChipConfig, ChipSize, ChipVariant, ColorMode, ColorModeConfig, ColorModeForApp, ColorsConfig, ComponentConfig, ComponentSchema, ComponentStateConfig, ConfigurableComponentName, ConfigurablePropertiesName, CssStyleObject, CustomSizingStyleProps, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_CLASSNAME, DEFAULT_SCALE_MODE_FOR_APP, DROP_SHADOW_PREFIX, DataAttribute, DeprecatedAlwaysPaletteAlias, Display, DividerConfig, DividerVariant, ElevationAlias, ElevationBackgroundFillColor, ElevationBorderColor, ElevationConfig, ElevationCustomInsetShadows, ElevationCustomShadows, ElevationGlobalRampConfig, ElevationGlobalRampSettings, ElevationLevel, ElevationPreset, ElevationSurfaceColor, EmitMode, ExtractUrlFromFontFaceRule, FONT_DECLARATIONS_MAP, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, Flex, FlexAlignContent, FlexAlignItems, FlexAlignSelf, FlexBasis, FlexDirection, FlexGrow, FlexJustifyContent, FlexShrink, FlexStyleProps, FlexWrap, FocusRingColor, FocusRingConfig, FocusRingModeConfig, FocusRingOffset, FocusRingWidth, FontAlias, FontAxisConfig, FontConfig, FontCssVar, FontDeclarationConfig, FontDeclarationItemConfig, FontDeclarationMap, FontFamilyCDNUrl, FontFamilyConfig, FontID, FontSize, FontSizeConfig, FontSlantConfig, FontType, FontUrlConfig, FontUrlMap, FontWeightConfig, FontWeightDescriptive, FontWeightForFont, FontWeightNumeric, FontWidthConfig, ForegroundColor, ForegroundPalette, ForegroundPaletteAlias, GenericIconComponent, GetMotionVarParams, GlobalDefaultsConfig, HighContrastMode, Hue, HueStep, ICON_SIZE_PREFIX, INSET_SHADOW_PREFIX, INTERACTIVE_ATOMICS, INVERT_COLOR_MODE_CLASSNAME, IconButtonConfig, IconButtonMatchButtonHeightConfig, IconButtonMatchButtonHeightSize, IconButtonSize, IconPixelSize, IconPropsWithSVGProps, IconSize, IconSizeConfig, IconSlotRenderProps, IconVariant, ImagePropsWithImgProps, ImageStyleProps, ImgElementProps, InputConfig, InputSize, InteractiveAtomic, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, LayerConfig, LayoutStyleProps, LineClampAlias, LineColor, LineHeight, LineHeightConfig, LinePalette, LinePaletteAlias, LinkConfig, LinkTextVariant, LinkVariant, LinkableValue, MAX_MODIFIERS_PER_COMPOUND, MEDIUM_SCALE_MODE_CLASSNAME, MODIFIER_ATOMICS, MOTION_PREFIX, MaxLengthArray, MenuContentConfig, MenuItemConfig, ModalConfig, ModalSize, ModalVariant, Modes, ModifierAtomic, MotionConfig, MotionCssVar, MotionSpringConfig, MotionSpringConfigOptions, MotionVariant, MotionVariantSpeed, MotionVariantValues, NestedBorderRadiusStyleProps, OUTLINE_PREFIX, OpacityStep, Overflow, PSEUDO_STYLE_SELECTOR_MAP, PaddleNavConfig, PaddleNavOrientation, PaddleNavSize, PaddleNavVariant, PaginationConfig, PaginationEllipsisPlacement, PaginationSize, PaginationVariant, PaginationVisibleItem, PaginationWidthConfig, Palette, PaletteConfig, PaletteType, PaletteValue, ParentVariantSelector, Percentage, PercentageUnit, PixelsUnit, PlatformMode, PopoverConfig, PopoverPlacement, PopoverSize, PopoverVariant, Position, PossibleStates, PossibleStatesWithRest, PropertyStates, PropertyToPaletteAliasMap, RGBAUnit, RGBColorValue, RGBUnit, RadioConfig, RadioSize, RadioValue, RadioVariant, RegionMode, RemsUnit, ResolvedTokensConfig, SHARED_BUTTON_ICONBUTTON_SIZES, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SVGElementProps, SYSTEM_COLOR_MODE_CLASSNAME, ScaleConfig, ScaleEffect, ScaleMode, ScaleModeConfig, ScaleModeForApp, ScrimConfig, SelectedConfigurableProperty, ShadowAlwaysColor, ShadowColor, ShadowColorConfig, ShadowConfig, ShadowOffset, ShadowOpacity, ShadowPalette, ShadowPaletteAlias, ShadowPaletteColor, ShadowPreset, ShadowSpectrumColor, ShadowSpreadRadius, ShadowStyleProps, ShadowType, ShadowTypeConfig, ShadowVariant, ShadowVariantConfig, ShadowVariantInvert, ShadowVariantWithElevation, ShadowVariantWithInvert, SharedPaletteAlias, SizeStyleProps, SpacingAlias, SpacingConfig, SpacingStyleProps, SpectrumColor, SpectrumConfig, SpectrumRGB, SpectrumValue, SpectrumValueEntry, StateSlot, StateStyleProps, StyleProps, SubComponentConfig, SwitchConfig, SwitchSize, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, TShirtSize, TShirtSizeCommon, TabConfig, TabsConfig, TextDecorationLine, TextProperty, TextStyleProps, TextTransform, TextTransformConfig, TextVariant, TextVariantTypography, TextVariantUi, TextVariantWithoutEmphasized, ToastConfig, ToastPosition, ToastSize, ToastVariant, TooltipConfig, TooltipPlacement, TooltipSize, TooltipVariant, TransitionDelay, TransitionDuration, TransitionTiming, TypographyConfig, TypographyResponsiveProperty, TypographyStyle, TypographyStyleProperty, TypographyUnitValue, UDS_PREFIX, UdsCssVar, UnitlessUnit, UniversalAvatarBaseProps, UniversalAvatarIconProps, UniversalAvatarImageProps, UniversalAvatarProps, UniversalAvatarTextProps, UniversalBadgeProps, UniversalBannerProps, UniversalBottomSheetContentProps, UniversalBottomSheetHeaderProps, UniversalBottomSheetProps, UniversalBoxProps, UniversalButtonProps, UniversalCheckboxProps, UniversalChipBaseProps, UniversalChipButtonProps, UniversalChipDismissibleProps, UniversalChipLinkProps, UniversalChipProps, UniversalChipToggleProps, UniversalDividerProps, UniversalFormLabelProps, UniversalIconButtonProps, UniversalIconProps, UniversalIconSlot, UniversalImageProps, UniversalInputProps, UniversalLinkProps, UniversalMenuItemProps, UniversalModalActionsProps, UniversalModalContentProps, UniversalModalDescriptionProps, UniversalModalProps, UniversalModalTitleProps, UniversalPaddleButtonProps, UniversalPaddleNavContentProps, UniversalPaddleNavProps, UniversalPaginationItemProps, UniversalPaginationLinkProps, UniversalPaginationNextProps, UniversalPaginationNumbersProps, UniversalPaginationPrevProps, UniversalPaginationProps, UniversalPopoverContentProps, UniversalPopoverProps, UniversalPopoverTriggerProps, UniversalPressableProps, UniversalRadioGroupProps, UniversalRadioProps, UniversalStackProps, UniversalSwitchProps, UniversalTabListProps, UniversalTabPanelProps, UniversalTabProps, UniversalTabsProps, UniversalTabsVariant, UniversalTextProps, UniversalToastProps, UniversalTokensConfig, UniversalTokensConfigAuto, UniversalTokensConfigAutoBase, UniversalTokensConfigBase, UniversalTokensConfigGeneric, UniversalTooltipContentProps, UniversalTooltipProps, UniversalTooltipTriggerProps, VariantConfig, VariantConfigWithComponentStates, VariantConfigWithProperties, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, alwaysPalette, applyBoxShadowBorder, applyButtonControlHeightDeclarations, applyIconButtonControlHeightDeclarations, buildConfigSchema, canonicalizeStateKey, cartesianProduct, coalesceConfigVariant, createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, deprecatedAlwaysPalette, disableIconButtonMatchButtonHeight, enableIconButtonMatchButtonHeight, entries, findFixtureType, findFixtureTypeForValue, fontUrls, fromEntries, generateClassName, generateConfigStyles, generateDeclaration, generateDefaultClassName, generateKeyFromFlatConfigPath, generateSchemaKey, generateStyles, getButtonContentLineHeight, getButtonControlContentSize, getButtonControlHeight, getButtonControlHeightPx, getButtonIconSizeVar, getConfigComponentVariant, getConfigDefaultValue, getConfigSubcomponents, getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix, getConfigVariantProperties, getConfigVariantPseudoStates, getConfigVariants, getFontUrls, getFontUrlsByIds, getIconButtonControlHeight, getIconButtonControlHeightPx, getIconButtonOnlyControlHeightPx, getMotionVar, getPaginationControlWidthPx, getShadowLayerValue, getStateDocsClass, getStateSelector, isAtomicState, isConfigDefaultValue, isConfiguratorPropertyVisible, isIconButtonMatchButtonHeightEnabled, isInteractiveAtomic, isKnownStateAtom, isModifierAtomic, isVariantConfigWithComponentStates, isVariantConfigWithProperties, mapValues, mergeUniversalUnderOverride, newAlwaysPalette, parseButtonVariantFlat, propertyUsesPerStateEnabled, resolvePropertyStates, resolveSlotByCascade, shadow, spectrumRgbToString, splitStateKey, statePseudoMapDocsMode, syncButtonControlHeightVarForSize, syncIconButtonControlHeightVarForSize, syncIconButtonOnlyControlHeightVarForSize, syncPaginationWidthVarForSize, textVariantsSafe, toRgbChannel, toSpectrumValueEntry, variants };
|
package/dist/tokens/index.d.ts
CHANGED
|
@@ -14,12 +14,16 @@ import { getConfigDefaultValue, isConfigDefaultValue } from "../automated-config
|
|
|
14
14
|
import { generateDefaultClassName } from "../automated-config/dist/utils/generateDefaultClassName.js";
|
|
15
15
|
import { generateKeyFromFlatConfigPath } from "../automated-config/dist/utils/generateKeyFromFlatConfigPath.js";
|
|
16
16
|
import { generateSchemaKey } from "../automated-config/dist/utils/generateSchemaKey.js";
|
|
17
|
+
import { IconButtonMatchButtonHeightConfig, IconButtonMatchButtonHeightSize, disableIconButtonMatchButtonHeight, enableIconButtonMatchButtonHeight, isIconButtonMatchButtonHeightEnabled } from "../automated-config/dist/utils/iconButtonMatchButtonHeight.js";
|
|
18
|
+
import { ButtonControlSchema, SHARED_BUTTON_ICONBUTTON_SIZES, applyButtonControlHeightDeclarations, applyIconButtonControlHeightDeclarations, getButtonContentLineHeight, getButtonControlContentSize, getButtonControlHeight, getButtonIconSizeVar, getIconButtonControlHeight } from "../automated-config/dist/utils/getButtonControlHeight.js";
|
|
19
|
+
import { getButtonControlHeightPx, getIconButtonControlHeightPx, getIconButtonOnlyControlHeightPx, syncButtonControlHeightVarForSize, syncIconButtonControlHeightVarForSize, syncIconButtonOnlyControlHeightVarForSize } from "../automated-config/dist/utils/getButtonControlHeightPx.js";
|
|
17
20
|
import { getConfigComponentVariant } from "../automated-config/dist/utils/getConfigComponentVariant.js";
|
|
18
21
|
import { getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix } from "../automated-config/dist/utils/getConfigVariantComponentStatesMatrix.js";
|
|
19
22
|
import { getConfigVariantProperties } from "../automated-config/dist/utils/getConfigVariantProperties.js";
|
|
20
23
|
import { getConfigVariantPseudoStates } from "../automated-config/dist/utils/getConfigVariantPseudoStates.js";
|
|
21
24
|
import { getConfigVariants } from "../automated-config/dist/utils/getConfigVariants.js";
|
|
22
25
|
import { PaginationWidthConfig, getPaginationControlWidthPx, syncPaginationWidthVarForSize } from "../automated-config/dist/utils/getPaginationControlWidthPx.js";
|
|
26
|
+
import { isConfiguratorPropertyVisible } from "../automated-config/dist/utils/isConfiguratorPropertyVisible.js";
|
|
23
27
|
import { getStateDocsClass, getStateSelector, isKnownStateAtom } from "../automated-config/dist/utils/pseudoStateSelectors.js";
|
|
24
28
|
import { resolvePropertyStates } from "../automated-config/dist/utils/resolvePropertyStates.js";
|
|
25
29
|
import { PropertyStates, StateSlot, propertyUsesPerStateEnabled, resolveSlotByCascade } from "../automated-config/dist/utils/resolveSlotByCascade.js";
|
|
@@ -32,7 +36,7 @@ import { FONT_DECLARATIONS_MAP, FontAxisConfig, FontDeclarationConfig, FontDecla
|
|
|
32
36
|
import { AllSelectors, BaseSelector, CssStyleObject, ParentVariantSelector } from "../automated-config/dist/types/ComponentStyles.js";
|
|
33
37
|
import { ConfigurableComponentName, IconPropsWithSVGProps, UniversalAvatarImageProps, UniversalChipProps, UniversalIconButtonProps, UniversalPaddleButtonProps } from "./types.js";
|
|
34
38
|
import { shadow } from "./configs/shadow.js";
|
|
35
|
-
import { AVATAR_SIZE_PREFIX, BACKGROUND_BLUR_COLOR_PREFIX, BACKGROUND_BLUR_FALLBACK_COLOR_PREFIX, BACKGROUND_BLUR_RADIUS_PREFIX, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_SCALE_MODE_CLASSNAME, DROP_SHADOW_PREFIX, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, GetMotionVarParams, ICON_SIZE_PREFIX, INSET_SHADOW_PREFIX, INVERT_COLOR_MODE_CLASSNAME, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, MEDIUM_SCALE_MODE_CLASSNAME, MOTION_PREFIX, OUTLINE_PREFIX, PSEUDO_STYLE_SELECTOR_MAP, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SYSTEM_COLOR_MODE_CLASSNAME, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, UDS_PREFIX, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, getMotionVar, getShadowLayerValue, textVariantsSafe } from "../css-tokens/dist/index.js";
|
|
39
|
+
import { AVATAR_SIZE_PREFIX, BACKGROUND_BLUR_COLOR_PREFIX, BACKGROUND_BLUR_FALLBACK_COLOR_PREFIX, BACKGROUND_BLUR_RADIUS_PREFIX, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_CONTROL_HEIGHT_VAR, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_SCALE_MODE_CLASSNAME, DROP_SHADOW_PREFIX, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, GetMotionVarParams, ICON_SIZE_PREFIX, INSET_SHADOW_PREFIX, INVERT_COLOR_MODE_CLASSNAME, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, MEDIUM_SCALE_MODE_CLASSNAME, MOTION_PREFIX, OUTLINE_PREFIX, PSEUDO_STYLE_SELECTOR_MAP, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SYSTEM_COLOR_MODE_CLASSNAME, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, UDS_PREFIX, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, getMotionVar, getShadowLayerValue, textVariantsSafe } from "../css-tokens/dist/index.js";
|
|
36
40
|
import { DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_FOR_APP } from "../modes/dist/index.js";
|
|
37
41
|
import { parseButtonVariantFlat } from "./parseButtonVariants.js";
|
|
38
42
|
import { entries } from "../utils/dist/entries.js";
|
|
@@ -40,4 +44,4 @@ import { fromEntries } from "../utils/dist/fromEntries.js";
|
|
|
40
44
|
import { mapValues } from "../utils/dist/mapValues.js";
|
|
41
45
|
import { FontUrlConfig, FontUrlMap, fontUrls, getFontUrls, getFontUrlsByIds } from "./utils/getFontUrls.js";
|
|
42
46
|
import { spectrumRgbToString, toRgbChannel, toSpectrumValueEntry } from "./utils/spectrum.js";
|
|
43
|
-
export { ALWAYS_PREFIX, AVATAR_SIZE_PREFIX, AllPossibleProperties, AllSelectors, type AllVariantKeys, AlwaysPaletteAlias, AlwaysPaletteAliasWithPrefix, AlwaysPaletteColor, Animation, AriaAttribute, AtomicState, type AutoComponentName, AvatarAbbreviationStrategy, AvatarConfig, AvatarShape, AvatarSize, AvatarSizeConfig, AvatarVariant, BACKGROUND_BLUR_COLOR_PREFIX, BACKGROUND_BLUR_FALLBACK_COLOR_PREFIX, BACKGROUND_BLUR_RADIUS_PREFIX, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, BackgroundColor, BackgroundPalette, BackgroundPaletteAlias, BackgroundStyleProps, BackwardsCompatibleReactElement, BadgeConfig, BadgeSize, BadgeVariant, BannerConfig, BannerInnerShadowOption, BannerSize, BannerVariant, BaseSelector, BorderRadius, BorderRadiusConfig, BorderStyleProps, BorderWidth, BorderWidthConfig, BorderWidthWithElevation, BottomSheetConfig, BottomSheetHeight, BottomSheetSnapPoints, BottomSheetVariant, Breakpoint, BreakpointValue, BreakpointWithBase, BreakpointsConfig, ButtonConfig, ButtonPalette, ButtonPaletteColor, ButtonSize, ButtonSpectrumColor, ButtonVariant, ButtonVariantFlat, CheckboxConfig, CheckboxSize, CheckboxValue, CheckboxVariant, ChipConfig, ChipSize, ChipVariant, ColorMode, ColorModeConfig, ColorModeForApp, ColorsConfig, ComponentConfig, ComponentSchema, ComponentStateConfig, ConfigurableComponentName, ConfigurablePropertiesName, CssStyleObject, CustomSizingStyleProps, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_CLASSNAME, DEFAULT_SCALE_MODE_FOR_APP, DROP_SHADOW_PREFIX, DataAttribute, DeprecatedAlwaysPaletteAlias, Display, DividerConfig, DividerVariant, ElevationAlias, ElevationBackgroundFillColor, ElevationBorderColor, ElevationConfig, ElevationCustomInsetShadows, ElevationCustomShadows, ElevationGlobalRampConfig, ElevationGlobalRampSettings, ElevationLevel, ElevationPreset, ElevationSurfaceColor, EmitMode, ExtractUrlFromFontFaceRule, FONT_DECLARATIONS_MAP, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, Flex, FlexAlignContent, FlexAlignItems, FlexAlignSelf, FlexBasis, FlexDirection, FlexGrow, FlexJustifyContent, FlexShrink, FlexStyleProps, FlexWrap, FocusRingColor, FocusRingConfig, FocusRingModeConfig, FocusRingOffset, FocusRingWidth, FontAlias, FontAxisConfig, FontConfig, FontCssVar, FontDeclarationConfig, FontDeclarationItemConfig, FontDeclarationMap, FontFamilyCDNUrl, FontFamilyConfig, FontID, FontSize, FontSizeConfig, FontSlantConfig, FontType, FontUrlConfig, FontUrlMap, FontWeightConfig, FontWeightDescriptive, FontWeightForFont, FontWeightNumeric, FontWidthConfig, ForegroundColor, ForegroundPalette, ForegroundPaletteAlias, GenericIconComponent, GetMotionVarParams, GlobalDefaultsConfig, HighContrastMode, Hue, HueStep, ICON_SIZE_PREFIX, INSET_SHADOW_PREFIX, INTERACTIVE_ATOMICS, INVERT_COLOR_MODE_CLASSNAME, IconButtonConfig, IconButtonSize, IconPixelSize, IconPropsWithSVGProps, IconSize, IconSizeConfig, IconSlotRenderProps, IconVariant, ImagePropsWithImgProps, ImageStyleProps, ImgElementProps, InputConfig, InputSize, InteractiveAtomic, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, LayerConfig, LayoutStyleProps, LineClampAlias, LineColor, LineHeight, LineHeightConfig, LinePalette, LinePaletteAlias, LinkConfig, LinkTextVariant, LinkVariant, LinkableValue, MAX_MODIFIERS_PER_COMPOUND, MEDIUM_SCALE_MODE_CLASSNAME, MODIFIER_ATOMICS, MOTION_PREFIX, MaxLengthArray, MenuContentConfig, MenuItemConfig, ModalConfig, ModalSize, ModalVariant, Modes, ModifierAtomic, MotionConfig, MotionCssVar, MotionSpringConfig, MotionSpringConfigOptions, MotionVariant, MotionVariantSpeed, MotionVariantValues, NestedBorderRadiusStyleProps, OUTLINE_PREFIX, OpacityStep, Overflow, PSEUDO_STYLE_SELECTOR_MAP, PaddleNavConfig, PaddleNavOrientation, PaddleNavSize, PaddleNavVariant, PaginationConfig, PaginationEllipsisPlacement, PaginationSize, PaginationVariant, PaginationVisibleItem, PaginationWidthConfig, Palette, PaletteConfig, PaletteType, PaletteValue, ParentVariantSelector, Percentage, PercentageUnit, PixelsUnit, PlatformMode, PopoverConfig, PopoverPlacement, PopoverSize, PopoverVariant, Position, PossibleStates, PossibleStatesWithRest, PropertyStates, PropertyToPaletteAliasMap, RGBAUnit, RGBColorValue, RGBUnit, RadioConfig, RadioSize, RadioValue, RadioVariant, RegionMode, RemsUnit, ResolvedTokensConfig, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SVGElementProps, SYSTEM_COLOR_MODE_CLASSNAME, ScaleConfig, ScaleEffect, ScaleMode, ScaleModeConfig, ScaleModeForApp, ScrimConfig, SelectedConfigurableProperty, ShadowAlwaysColor, ShadowColor, ShadowColorConfig, ShadowConfig, ShadowOffset, ShadowOpacity, ShadowPalette, ShadowPaletteAlias, ShadowPaletteColor, ShadowPreset, ShadowSpectrumColor, ShadowSpreadRadius, ShadowStyleProps, ShadowType, ShadowTypeConfig, ShadowVariant, ShadowVariantConfig, ShadowVariantInvert, ShadowVariantWithElevation, ShadowVariantWithInvert, SharedPaletteAlias, SizeStyleProps, SpacingAlias, SpacingConfig, SpacingStyleProps, SpectrumColor, SpectrumConfig, SpectrumRGB, SpectrumValue, SpectrumValueEntry, StateSlot, StateStyleProps, StyleProps, SubComponentConfig, SwitchConfig, SwitchSize, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, TShirtSize, TShirtSizeCommon, TabConfig, TabsConfig, TextDecorationLine, TextProperty, TextStyleProps, TextTransform, TextTransformConfig, TextVariant, TextVariantTypography, TextVariantUi, TextVariantWithoutEmphasized, ToastConfig, ToastPosition, ToastSize, ToastVariant, TooltipConfig, TooltipPlacement, TooltipSize, TooltipVariant, TransitionDelay, TransitionDuration, TransitionTiming, TypographyConfig, TypographyResponsiveProperty, TypographyStyle, TypographyStyleProperty, TypographyUnitValue, UDS_PREFIX, UdsCssVar, UnitlessUnit, UniversalAvatarBaseProps, UniversalAvatarIconProps, UniversalAvatarImageProps, UniversalAvatarProps, UniversalAvatarTextProps, UniversalBadgeProps, UniversalBannerProps, UniversalBottomSheetContentProps, UniversalBottomSheetHeaderProps, UniversalBottomSheetProps, UniversalBoxProps, UniversalButtonProps, UniversalCheckboxProps, UniversalChipBaseProps, UniversalChipButtonProps, UniversalChipDismissibleProps, UniversalChipLinkProps, UniversalChipProps, UniversalChipToggleProps, UniversalDividerProps, UniversalFormLabelProps, UniversalIconButtonProps, UniversalIconProps, UniversalIconSlot, UniversalImageProps, UniversalInputProps, UniversalLinkProps, UniversalMenuItemProps, UniversalModalActionsProps, UniversalModalContentProps, UniversalModalDescriptionProps, UniversalModalProps, UniversalModalTitleProps, UniversalPaddleButtonProps, UniversalPaddleNavContentProps, UniversalPaddleNavProps, UniversalPaginationItemProps, UniversalPaginationLinkProps, UniversalPaginationNextProps, UniversalPaginationNumbersProps, UniversalPaginationPrevProps, UniversalPaginationProps, UniversalPopoverContentProps, UniversalPopoverProps, UniversalPopoverTriggerProps, UniversalPressableProps, UniversalRadioGroupProps, UniversalRadioProps, UniversalStackProps, UniversalSwitchProps, UniversalTabListProps, UniversalTabPanelProps, UniversalTabProps, UniversalTabsProps, UniversalTabsVariant, UniversalTextProps, UniversalToastProps, UniversalTokensConfig, UniversalTokensConfigAuto, UniversalTokensConfigAutoBase, UniversalTokensConfigBase, UniversalTokensConfigGeneric, UniversalTooltipContentProps, UniversalTooltipProps, UniversalTooltipTriggerProps, VariantConfig, VariantConfigWithComponentStates, VariantConfigWithProperties, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, alwaysPalette, applyBoxShadowBorder, buildConfigSchema, canonicalizeStateKey, cartesianProduct, coalesceConfigVariant, createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, deprecatedAlwaysPalette, entries, findFixtureType, findFixtureTypeForValue, fontUrls, fromEntries, generateClassName, generateConfigStyles, generateDeclaration, generateDefaultClassName, generateKeyFromFlatConfigPath, generateSchemaKey, generateStyles, getConfigComponentVariant, getConfigDefaultValue, getConfigSubcomponents, getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix, getConfigVariantProperties, getConfigVariantPseudoStates, getConfigVariants, getFontUrls, getFontUrlsByIds, getMotionVar, getPaginationControlWidthPx, getShadowLayerValue, getStateDocsClass, getStateSelector, isAtomicState, isConfigDefaultValue, isInteractiveAtomic, isKnownStateAtom, isModifierAtomic, isVariantConfigWithComponentStates, isVariantConfigWithProperties, mapValues, mergeUniversalUnderOverride, newAlwaysPalette, parseButtonVariantFlat, propertyUsesPerStateEnabled, resolvePropertyStates, resolveSlotByCascade, shadow, spectrumRgbToString, splitStateKey, statePseudoMapDocsMode, syncPaginationWidthVarForSize, textVariantsSafe, toRgbChannel, toSpectrumValueEntry, variants };
|
|
47
|
+
export { ALWAYS_PREFIX, AVATAR_SIZE_PREFIX, AllPossibleProperties, AllSelectors, type AllVariantKeys, AlwaysPaletteAlias, AlwaysPaletteAliasWithPrefix, AlwaysPaletteColor, Animation, AriaAttribute, AtomicState, type AutoComponentName, AvatarAbbreviationStrategy, AvatarConfig, AvatarShape, AvatarSize, AvatarSizeConfig, AvatarVariant, BACKGROUND_BLUR_COLOR_PREFIX, BACKGROUND_BLUR_FALLBACK_COLOR_PREFIX, BACKGROUND_BLUR_RADIUS_PREFIX, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_CONTROL_HEIGHT_VAR, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, BackgroundColor, BackgroundPalette, BackgroundPaletteAlias, BackgroundStyleProps, BackwardsCompatibleReactElement, BadgeConfig, BadgeSize, BadgeVariant, BannerConfig, BannerInnerShadowOption, BannerSize, BannerVariant, BaseSelector, BorderRadius, BorderRadiusConfig, BorderStyleProps, BorderWidth, BorderWidthConfig, BorderWidthWithElevation, BottomSheetConfig, BottomSheetHeight, BottomSheetSnapPoints, BottomSheetVariant, Breakpoint, BreakpointValue, BreakpointWithBase, BreakpointsConfig, ButtonConfig, ButtonControlSchema, ButtonPalette, ButtonPaletteColor, ButtonSize, ButtonSpectrumColor, ButtonVariant, ButtonVariantFlat, CheckboxConfig, CheckboxSize, CheckboxValue, CheckboxVariant, ChipConfig, ChipSize, ChipVariant, ColorMode, ColorModeConfig, ColorModeForApp, ColorsConfig, ComponentConfig, ComponentSchema, ComponentStateConfig, ConfigurableComponentName, ConfigurablePropertiesName, CssStyleObject, CustomSizingStyleProps, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_CLASSNAME, DEFAULT_SCALE_MODE_FOR_APP, DROP_SHADOW_PREFIX, DataAttribute, DeprecatedAlwaysPaletteAlias, Display, DividerConfig, DividerVariant, ElevationAlias, ElevationBackgroundFillColor, ElevationBorderColor, ElevationConfig, ElevationCustomInsetShadows, ElevationCustomShadows, ElevationGlobalRampConfig, ElevationGlobalRampSettings, ElevationLevel, ElevationPreset, ElevationSurfaceColor, EmitMode, ExtractUrlFromFontFaceRule, FONT_DECLARATIONS_MAP, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, Flex, FlexAlignContent, FlexAlignItems, FlexAlignSelf, FlexBasis, FlexDirection, FlexGrow, FlexJustifyContent, FlexShrink, FlexStyleProps, FlexWrap, FocusRingColor, FocusRingConfig, FocusRingModeConfig, FocusRingOffset, FocusRingWidth, FontAlias, FontAxisConfig, FontConfig, FontCssVar, FontDeclarationConfig, FontDeclarationItemConfig, FontDeclarationMap, FontFamilyCDNUrl, FontFamilyConfig, FontID, FontSize, FontSizeConfig, FontSlantConfig, FontType, FontUrlConfig, FontUrlMap, FontWeightConfig, FontWeightDescriptive, FontWeightForFont, FontWeightNumeric, FontWidthConfig, ForegroundColor, ForegroundPalette, ForegroundPaletteAlias, GenericIconComponent, GetMotionVarParams, GlobalDefaultsConfig, HighContrastMode, Hue, HueStep, ICON_SIZE_PREFIX, INSET_SHADOW_PREFIX, INTERACTIVE_ATOMICS, INVERT_COLOR_MODE_CLASSNAME, IconButtonConfig, IconButtonMatchButtonHeightConfig, IconButtonMatchButtonHeightSize, IconButtonSize, IconPixelSize, IconPropsWithSVGProps, IconSize, IconSizeConfig, IconSlotRenderProps, IconVariant, ImagePropsWithImgProps, ImageStyleProps, ImgElementProps, InputConfig, InputSize, InteractiveAtomic, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, LayerConfig, LayoutStyleProps, LineClampAlias, LineColor, LineHeight, LineHeightConfig, LinePalette, LinePaletteAlias, LinkConfig, LinkTextVariant, LinkVariant, LinkableValue, MAX_MODIFIERS_PER_COMPOUND, MEDIUM_SCALE_MODE_CLASSNAME, MODIFIER_ATOMICS, MOTION_PREFIX, MaxLengthArray, MenuContentConfig, MenuItemConfig, ModalConfig, ModalSize, ModalVariant, Modes, ModifierAtomic, MotionConfig, MotionCssVar, MotionSpringConfig, MotionSpringConfigOptions, MotionVariant, MotionVariantSpeed, MotionVariantValues, NestedBorderRadiusStyleProps, OUTLINE_PREFIX, OpacityStep, Overflow, PSEUDO_STYLE_SELECTOR_MAP, PaddleNavConfig, PaddleNavOrientation, PaddleNavSize, PaddleNavVariant, PaginationConfig, PaginationEllipsisPlacement, PaginationSize, PaginationVariant, PaginationVisibleItem, PaginationWidthConfig, Palette, PaletteConfig, PaletteType, PaletteValue, ParentVariantSelector, Percentage, PercentageUnit, PixelsUnit, PlatformMode, PopoverConfig, PopoverPlacement, PopoverSize, PopoverVariant, Position, PossibleStates, PossibleStatesWithRest, PropertyStates, PropertyToPaletteAliasMap, RGBAUnit, RGBColorValue, RGBUnit, RadioConfig, RadioSize, RadioValue, RadioVariant, RegionMode, RemsUnit, ResolvedTokensConfig, SHARED_BUTTON_ICONBUTTON_SIZES, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SVGElementProps, SYSTEM_COLOR_MODE_CLASSNAME, ScaleConfig, ScaleEffect, ScaleMode, ScaleModeConfig, ScaleModeForApp, ScrimConfig, SelectedConfigurableProperty, ShadowAlwaysColor, ShadowColor, ShadowColorConfig, ShadowConfig, ShadowOffset, ShadowOpacity, ShadowPalette, ShadowPaletteAlias, ShadowPaletteColor, ShadowPreset, ShadowSpectrumColor, ShadowSpreadRadius, ShadowStyleProps, ShadowType, ShadowTypeConfig, ShadowVariant, ShadowVariantConfig, ShadowVariantInvert, ShadowVariantWithElevation, ShadowVariantWithInvert, SharedPaletteAlias, SizeStyleProps, SpacingAlias, SpacingConfig, SpacingStyleProps, SpectrumColor, SpectrumConfig, SpectrumRGB, SpectrumValue, SpectrumValueEntry, StateSlot, StateStyleProps, StyleProps, SubComponentConfig, SwitchConfig, SwitchSize, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, TShirtSize, TShirtSizeCommon, TabConfig, TabsConfig, TextDecorationLine, TextProperty, TextStyleProps, TextTransform, TextTransformConfig, TextVariant, TextVariantTypography, TextVariantUi, TextVariantWithoutEmphasized, ToastConfig, ToastPosition, ToastSize, ToastVariant, TooltipConfig, TooltipPlacement, TooltipSize, TooltipVariant, TransitionDelay, TransitionDuration, TransitionTiming, TypographyConfig, TypographyResponsiveProperty, TypographyStyle, TypographyStyleProperty, TypographyUnitValue, UDS_PREFIX, UdsCssVar, UnitlessUnit, UniversalAvatarBaseProps, UniversalAvatarIconProps, UniversalAvatarImageProps, UniversalAvatarProps, UniversalAvatarTextProps, UniversalBadgeProps, UniversalBannerProps, UniversalBottomSheetContentProps, UniversalBottomSheetHeaderProps, UniversalBottomSheetProps, UniversalBoxProps, UniversalButtonProps, UniversalCheckboxProps, UniversalChipBaseProps, UniversalChipButtonProps, UniversalChipDismissibleProps, UniversalChipLinkProps, UniversalChipProps, UniversalChipToggleProps, UniversalDividerProps, UniversalFormLabelProps, UniversalIconButtonProps, UniversalIconProps, UniversalIconSlot, UniversalImageProps, UniversalInputProps, UniversalLinkProps, UniversalMenuItemProps, UniversalModalActionsProps, UniversalModalContentProps, UniversalModalDescriptionProps, UniversalModalProps, UniversalModalTitleProps, UniversalPaddleButtonProps, UniversalPaddleNavContentProps, UniversalPaddleNavProps, UniversalPaginationItemProps, UniversalPaginationLinkProps, UniversalPaginationNextProps, UniversalPaginationNumbersProps, UniversalPaginationPrevProps, UniversalPaginationProps, UniversalPopoverContentProps, UniversalPopoverProps, UniversalPopoverTriggerProps, UniversalPressableProps, UniversalRadioGroupProps, UniversalRadioProps, UniversalStackProps, UniversalSwitchProps, UniversalTabListProps, UniversalTabPanelProps, UniversalTabProps, UniversalTabsProps, UniversalTabsVariant, UniversalTextProps, UniversalToastProps, UniversalTokensConfig, UniversalTokensConfigAuto, UniversalTokensConfigAutoBase, UniversalTokensConfigBase, UniversalTokensConfigGeneric, UniversalTooltipContentProps, UniversalTooltipProps, UniversalTooltipTriggerProps, VariantConfig, VariantConfigWithComponentStates, VariantConfigWithProperties, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, alwaysPalette, applyBoxShadowBorder, applyButtonControlHeightDeclarations, applyIconButtonControlHeightDeclarations, buildConfigSchema, canonicalizeStateKey, cartesianProduct, coalesceConfigVariant, createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, deprecatedAlwaysPalette, disableIconButtonMatchButtonHeight, enableIconButtonMatchButtonHeight, entries, findFixtureType, findFixtureTypeForValue, fontUrls, fromEntries, generateClassName, generateConfigStyles, generateDeclaration, generateDefaultClassName, generateKeyFromFlatConfigPath, generateSchemaKey, generateStyles, getButtonContentLineHeight, getButtonControlContentSize, getButtonControlHeight, getButtonControlHeightPx, getButtonIconSizeVar, getConfigComponentVariant, getConfigDefaultValue, getConfigSubcomponents, getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix, getConfigVariantProperties, getConfigVariantPseudoStates, getConfigVariants, getFontUrls, getFontUrlsByIds, getIconButtonControlHeight, getIconButtonControlHeightPx, getIconButtonOnlyControlHeightPx, getMotionVar, getPaginationControlWidthPx, getShadowLayerValue, getStateDocsClass, getStateSelector, isAtomicState, isConfigDefaultValue, isConfiguratorPropertyVisible, isIconButtonMatchButtonHeightEnabled, isInteractiveAtomic, isKnownStateAtom, isModifierAtomic, isVariantConfigWithComponentStates, isVariantConfigWithProperties, mapValues, mergeUniversalUnderOverride, newAlwaysPalette, parseButtonVariantFlat, propertyUsesPerStateEnabled, resolvePropertyStates, resolveSlotByCascade, shadow, spectrumRgbToString, splitStateKey, statePseudoMapDocsMode, syncButtonControlHeightVarForSize, syncIconButtonControlHeightVarForSize, syncIconButtonOnlyControlHeightVarForSize, syncPaginationWidthVarForSize, textVariantsSafe, toRgbChannel, toSpectrumValueEntry, variants };
|
package/dist/tokens/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
|
|
2
2
|
import { ALWAYS_PREFIX, alwaysPalette, deprecatedAlwaysPalette, newAlwaysPalette } from "../palette/dist/index.js";
|
|
3
|
-
import { AVATAR_SIZE_PREFIX, BACKGROUND_BLUR_COLOR_PREFIX, BACKGROUND_BLUR_FALLBACK_COLOR_PREFIX, BACKGROUND_BLUR_RADIUS_PREFIX, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_SCALE_MODE_CLASSNAME, DROP_SHADOW_PREFIX, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, ICON_SIZE_PREFIX, INSET_SHADOW_PREFIX, INVERT_COLOR_MODE_CLASSNAME, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, MEDIUM_SCALE_MODE_CLASSNAME, MOTION_PREFIX, OUTLINE_PREFIX, PSEUDO_STYLE_SELECTOR_MAP, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SYSTEM_COLOR_MODE_CLASSNAME, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, UDS_PREFIX, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, getMotionVar, getShadowLayerValue, textVariantsSafe } from "../css-tokens/dist/index.js";
|
|
3
|
+
import { AVATAR_SIZE_PREFIX, BACKGROUND_BLUR_COLOR_PREFIX, BACKGROUND_BLUR_FALLBACK_COLOR_PREFIX, BACKGROUND_BLUR_RADIUS_PREFIX, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_CONTROL_HEIGHT_VAR, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_SCALE_MODE_CLASSNAME, DROP_SHADOW_PREFIX, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, ICON_SIZE_PREFIX, INSET_SHADOW_PREFIX, INVERT_COLOR_MODE_CLASSNAME, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, MEDIUM_SCALE_MODE_CLASSNAME, MOTION_PREFIX, OUTLINE_PREFIX, PSEUDO_STYLE_SELECTOR_MAP, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SYSTEM_COLOR_MODE_CLASSNAME, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, UDS_PREFIX, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, getMotionVar, getShadowLayerValue, textVariantsSafe } from "../css-tokens/dist/index.js";
|
|
4
4
|
import { variants } from "../styles/variants.js";
|
|
5
5
|
import { entries } from "../utils/dist/entries.js";
|
|
6
6
|
import { fromEntries } from "../utils/dist/fromEntries.js";
|
|
@@ -12,6 +12,9 @@ import { resolvePropertyStates } from "../automated-config/dist/utils/resolvePro
|
|
|
12
12
|
import { isVariantConfigWithComponentStates, isVariantConfigWithProperties } from "../automated-config/dist/utils/variantConfigGuards.js";
|
|
13
13
|
import { buildConfigSchema, findFixtureType, findFixtureTypeForValue } from "../automated-config/dist/utils/buildConfigSchema.js";
|
|
14
14
|
import { generateDefaultClassName } from "../automated-config/dist/utils/generateDefaultClassName.js";
|
|
15
|
+
import { SHARED_BUTTON_ICONBUTTON_SIZES, applyButtonControlHeightDeclarations, applyIconButtonControlHeightDeclarations, getButtonContentLineHeight, getButtonControlContentSize, getButtonControlHeight, getButtonIconSizeVar, getIconButtonControlHeight } from "../automated-config/dist/utils/getButtonControlHeight.js";
|
|
16
|
+
import { disableIconButtonMatchButtonHeight, enableIconButtonMatchButtonHeight, isIconButtonMatchButtonHeightEnabled } from "../automated-config/dist/utils/iconButtonMatchButtonHeight.js";
|
|
17
|
+
import { getButtonControlHeightPx, getIconButtonControlHeightPx, getIconButtonOnlyControlHeightPx, syncButtonControlHeightVarForSize, syncIconButtonControlHeightVarForSize, syncIconButtonOnlyControlHeightVarForSize } from "../automated-config/dist/utils/getButtonControlHeightPx.js";
|
|
15
18
|
import { getStateDocsClass, getStateSelector, isKnownStateAtom } from "../automated-config/dist/utils/pseudoStateSelectors.js";
|
|
16
19
|
import { propertyUsesPerStateEnabled, resolveSlotByCascade } from "../automated-config/dist/utils/resolveSlotByCascade.js";
|
|
17
20
|
import { cartesianProduct } from "../automated-config/dist/utils/cartesianProduct.js";
|
|
@@ -25,6 +28,7 @@ import { getConfigVariantProperties } from "../automated-config/dist/utils/getCo
|
|
|
25
28
|
import { getConfigVariantPseudoStates } from "../automated-config/dist/utils/getConfigVariantPseudoStates.js";
|
|
26
29
|
import { getConfigVariants } from "../automated-config/dist/utils/getConfigVariants.js";
|
|
27
30
|
import { getPaginationControlWidthPx, syncPaginationWidthVarForSize } from "../automated-config/dist/utils/getPaginationControlWidthPx.js";
|
|
31
|
+
import { isConfiguratorPropertyVisible } from "../automated-config/dist/utils/isConfiguratorPropertyVisible.js";
|
|
28
32
|
import { applyBoxShadowBorder, createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, generateClassName, generateConfigStyles, generateDeclaration, generateStyles, mergeUniversalUnderOverride, statePseudoMapDocsMode } from "../automated-config/dist/utils/index.js";
|
|
29
33
|
import { AvatarConfig, BadgeConfig, BannerConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, ModalConfig, PaddleNavConfig, PaginationConfig, PopoverConfig, RadioConfig, ScrimConfig, SwitchConfig, TabConfig, TabsConfig, ToastConfig, TooltipConfig } from "../automated-config/dist/generated/generatedConfigs.js";
|
|
30
34
|
import { shadow } from "./configs/shadow.js";
|
|
@@ -33,4 +37,4 @@ import { FONT_DECLARATIONS_MAP } from "../fonts/dist/index.js";
|
|
|
33
37
|
import { parseButtonVariantFlat } from "./parseButtonVariants.js";
|
|
34
38
|
import { fontUrls, getFontUrls, getFontUrlsByIds } from "./utils/getFontUrls.js";
|
|
35
39
|
import { spectrumRgbToString, toRgbChannel, toSpectrumValueEntry } from "./utils/spectrum.js";
|
|
36
|
-
export { ALWAYS_PREFIX, AVATAR_SIZE_PREFIX, AvatarConfig, BACKGROUND_BLUR_COLOR_PREFIX, BACKGROUND_BLUR_FALLBACK_COLOR_PREFIX, BACKGROUND_BLUR_RADIUS_PREFIX, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, BadgeConfig, BannerConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_CLASSNAME, DEFAULT_SCALE_MODE_FOR_APP, DROP_SHADOW_PREFIX, DividerConfig, FONT_DECLARATIONS_MAP, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, ICON_SIZE_PREFIX, INSET_SHADOW_PREFIX, INTERACTIVE_ATOMICS, INVERT_COLOR_MODE_CLASSNAME, IconButtonConfig, InputConfig, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, LinkConfig, MAX_MODIFIERS_PER_COMPOUND, MEDIUM_SCALE_MODE_CLASSNAME, MODIFIER_ATOMICS, MOTION_PREFIX, MenuContentConfig, MenuItemConfig, ModalConfig, OUTLINE_PREFIX, PSEUDO_STYLE_SELECTOR_MAP, PaddleNavConfig, PaginationConfig, PopoverConfig, RadioConfig, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SYSTEM_COLOR_MODE_CLASSNAME, ScrimConfig, SwitchConfig, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, TabConfig, TabsConfig, ToastConfig, TooltipConfig, UDS_PREFIX, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, alwaysPalette, applyBoxShadowBorder, buildConfigSchema, canonicalizeStateKey, cartesianProduct, coalesceConfigVariant, createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, deprecatedAlwaysPalette, entries, findFixtureType, findFixtureTypeForValue, fontUrls, fromEntries, generateClassName, generateConfigStyles, generateDeclaration, generateDefaultClassName, generateKeyFromFlatConfigPath, generateSchemaKey, generateStyles, getConfigComponentVariant, getConfigDefaultValue, getConfigSubcomponents, getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix, getConfigVariantProperties, getConfigVariantPseudoStates, getConfigVariants, getFontUrls, getFontUrlsByIds, getMotionVar, getPaginationControlWidthPx, getShadowLayerValue, getStateDocsClass, getStateSelector, isAtomicState, isConfigDefaultValue, isInteractiveAtomic, isKnownStateAtom, isModifierAtomic, isVariantConfigWithComponentStates, isVariantConfigWithProperties, mapValues, mergeUniversalUnderOverride, newAlwaysPalette, parseButtonVariantFlat, propertyUsesPerStateEnabled, resolvePropertyStates, resolveSlotByCascade, shadow, spectrumRgbToString, splitStateKey, statePseudoMapDocsMode, syncPaginationWidthVarForSize, textVariantsSafe, toRgbChannel, toSpectrumValueEntry, variants };
|
|
40
|
+
export { ALWAYS_PREFIX, AVATAR_SIZE_PREFIX, AvatarConfig, BACKGROUND_BLUR_COLOR_PREFIX, BACKGROUND_BLUR_FALLBACK_COLOR_PREFIX, BACKGROUND_BLUR_RADIUS_PREFIX, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_CONTROL_HEIGHT_VAR, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, BadgeConfig, BannerConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_CLASSNAME, DEFAULT_SCALE_MODE_FOR_APP, DROP_SHADOW_PREFIX, DividerConfig, FONT_DECLARATIONS_MAP, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, ICON_SIZE_PREFIX, INSET_SHADOW_PREFIX, INTERACTIVE_ATOMICS, INVERT_COLOR_MODE_CLASSNAME, IconButtonConfig, InputConfig, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, LinkConfig, MAX_MODIFIERS_PER_COMPOUND, MEDIUM_SCALE_MODE_CLASSNAME, MODIFIER_ATOMICS, MOTION_PREFIX, MenuContentConfig, MenuItemConfig, ModalConfig, OUTLINE_PREFIX, PSEUDO_STYLE_SELECTOR_MAP, PaddleNavConfig, PaginationConfig, PopoverConfig, RadioConfig, SHARED_BUTTON_ICONBUTTON_SIZES, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SYSTEM_COLOR_MODE_CLASSNAME, ScrimConfig, SwitchConfig, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, TabConfig, TabsConfig, ToastConfig, TooltipConfig, UDS_PREFIX, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, alwaysPalette, applyBoxShadowBorder, applyButtonControlHeightDeclarations, applyIconButtonControlHeightDeclarations, buildConfigSchema, canonicalizeStateKey, cartesianProduct, coalesceConfigVariant, createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, deprecatedAlwaysPalette, disableIconButtonMatchButtonHeight, enableIconButtonMatchButtonHeight, entries, findFixtureType, findFixtureTypeForValue, fontUrls, fromEntries, generateClassName, generateConfigStyles, generateDeclaration, generateDefaultClassName, generateKeyFromFlatConfigPath, generateSchemaKey, generateStyles, getButtonContentLineHeight, getButtonControlContentSize, getButtonControlHeight, getButtonControlHeightPx, getButtonIconSizeVar, getConfigComponentVariant, getConfigDefaultValue, getConfigSubcomponents, getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix, getConfigVariantProperties, getConfigVariantPseudoStates, getConfigVariants, getFontUrls, getFontUrlsByIds, getIconButtonControlHeight, getIconButtonControlHeightPx, getIconButtonOnlyControlHeightPx, getMotionVar, getPaginationControlWidthPx, getShadowLayerValue, getStateDocsClass, getStateSelector, isAtomicState, isConfigDefaultValue, isConfiguratorPropertyVisible, isIconButtonMatchButtonHeightEnabled, isInteractiveAtomic, isKnownStateAtom, isModifierAtomic, isVariantConfigWithComponentStates, isVariantConfigWithProperties, mapValues, mergeUniversalUnderOverride, newAlwaysPalette, parseButtonVariantFlat, propertyUsesPerStateEnabled, resolvePropertyStates, resolveSlotByCascade, shadow, spectrumRgbToString, splitStateKey, statePseudoMapDocsMode, syncButtonControlHeightVarForSize, syncIconButtonControlHeightVarForSize, syncIconButtonOnlyControlHeightVarForSize, syncPaginationWidthVarForSize, textVariantsSafe, toRgbChannel, toSpectrumValueEntry, variants };
|
|
@@ -798,6 +798,7 @@ var componentData_default = {
|
|
|
798
798
|
"uds-ring",
|
|
799
799
|
"uds-hit-target",
|
|
800
800
|
"inline-flex",
|
|
801
|
+
"max-w-full",
|
|
801
802
|
"overflow-hidden",
|
|
802
803
|
"justify-center",
|
|
803
804
|
"items-center",
|
|
@@ -814,8 +815,10 @@ var componentData_default = {
|
|
|
814
815
|
"withIcon",
|
|
815
816
|
"uds-button-with-gap",
|
|
816
817
|
"animate-spin",
|
|
818
|
+
"min-w-0",
|
|
817
819
|
"truncate",
|
|
818
820
|
"flex",
|
|
821
|
+
"shrink-0",
|
|
819
822
|
"overflow-clip",
|
|
820
823
|
"uds-button-icon-container"
|
|
821
824
|
],
|
|
@@ -2188,6 +2191,136 @@ var componentData_default = {
|
|
|
2188
2191
|
"runtimeConfigInternalComponentProps": {},
|
|
2189
2192
|
"motionVarPrefixes": []
|
|
2190
2193
|
},
|
|
2194
|
+
ChipButton: {
|
|
2195
|
+
"name": "ChipButton",
|
|
2196
|
+
"defaultProps": { "variant": "primary" },
|
|
2197
|
+
"getStylesLiterals": {},
|
|
2198
|
+
"cxLiterals": ["uds-ring"],
|
|
2199
|
+
"internalComponents": ["ChipBase"],
|
|
2200
|
+
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
2201
|
+
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
2202
|
+
"runtimeConfigDefaultProps": {},
|
|
2203
|
+
"runtimeConfigGetStyles": {},
|
|
2204
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2205
|
+
"motionVarPrefixes": []
|
|
2206
|
+
},
|
|
2207
|
+
ChipDismissible: {
|
|
2208
|
+
"name": "ChipDismissible",
|
|
2209
|
+
"defaultProps": { "variant": "primary" },
|
|
2210
|
+
"getStylesLiterals": {},
|
|
2211
|
+
"cxLiterals": [
|
|
2212
|
+
"uds-chip-dismissible-button",
|
|
2213
|
+
"uds-hit-target",
|
|
2214
|
+
"uds-ring",
|
|
2215
|
+
"rounded-full"
|
|
2216
|
+
],
|
|
2217
|
+
"internalComponents": [
|
|
2218
|
+
"ChipBase",
|
|
2219
|
+
"IconSlot",
|
|
2220
|
+
"Pressable"
|
|
2221
|
+
],
|
|
2222
|
+
"internalComponentProps": {},
|
|
2223
|
+
"propToVariantKeys": {
|
|
2224
|
+
"variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
|
|
2225
|
+
"dismissButtonAriaLabel": ["aria-label"]
|
|
2226
|
+
},
|
|
2227
|
+
"runtimeConfigDefaultProps": {},
|
|
2228
|
+
"runtimeConfigGetStyles": {},
|
|
2229
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2230
|
+
"motionVarPrefixes": []
|
|
2231
|
+
},
|
|
2232
|
+
Chip: {
|
|
2233
|
+
"name": "Chip",
|
|
2234
|
+
"defaultProps": {},
|
|
2235
|
+
"getStylesLiterals": {},
|
|
2236
|
+
"cxLiterals": [],
|
|
2237
|
+
"internalComponents": [
|
|
2238
|
+
"ChipDismissible",
|
|
2239
|
+
"ChipToggle",
|
|
2240
|
+
"ChipLink",
|
|
2241
|
+
"ChipButton"
|
|
2242
|
+
],
|
|
2243
|
+
"internalComponentProps": {},
|
|
2244
|
+
"propToVariantKeys": {},
|
|
2245
|
+
"runtimeConfigDefaultProps": {},
|
|
2246
|
+
"runtimeConfigGetStyles": {},
|
|
2247
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2248
|
+
"motionVarPrefixes": []
|
|
2249
|
+
},
|
|
2250
|
+
ChipToggle: {
|
|
2251
|
+
"name": "ChipToggle",
|
|
2252
|
+
"defaultProps": {
|
|
2253
|
+
"variant": "primary",
|
|
2254
|
+
"role": "checkbox"
|
|
2255
|
+
},
|
|
2256
|
+
"getStylesLiterals": {
|
|
2257
|
+
"chipToggleVariantActiveRoot": "on",
|
|
2258
|
+
"chipToggleVariantActiveRoot:1": "off"
|
|
2259
|
+
},
|
|
2260
|
+
"cxLiterals": ["uds-ring"],
|
|
2261
|
+
"internalComponents": ["ChipBase"],
|
|
2262
|
+
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
2263
|
+
"propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
|
|
2264
|
+
"runtimeConfigDefaultProps": {},
|
|
2265
|
+
"runtimeConfigGetStyles": {},
|
|
2266
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2267
|
+
"motionVarPrefixes": []
|
|
2268
|
+
},
|
|
2269
|
+
ChipBase: {
|
|
2270
|
+
"name": "ChipBase",
|
|
2271
|
+
"defaultProps": {
|
|
2272
|
+
"size": "md",
|
|
2273
|
+
"as": "div"
|
|
2274
|
+
},
|
|
2275
|
+
"getStylesLiterals": {},
|
|
2276
|
+
"cxLiterals": [
|
|
2277
|
+
"pointer-events-none",
|
|
2278
|
+
"cursor-default",
|
|
2279
|
+
"opacity-50",
|
|
2280
|
+
"inline-flex",
|
|
2281
|
+
"items-center",
|
|
2282
|
+
"transition-[background-color,outline-color,box-shadow]",
|
|
2283
|
+
"truncate",
|
|
2284
|
+
"whitespace-nowrap",
|
|
2285
|
+
"text-center",
|
|
2286
|
+
"flex-1",
|
|
2287
|
+
"md",
|
|
2288
|
+
"primary"
|
|
2289
|
+
],
|
|
2290
|
+
"internalComponents": [
|
|
2291
|
+
"IconSlot",
|
|
2292
|
+
"HStack",
|
|
2293
|
+
"As",
|
|
2294
|
+
"Text"
|
|
2295
|
+
],
|
|
2296
|
+
"internalComponentProps": { "Text": {
|
|
2297
|
+
"as": ["span"],
|
|
2298
|
+
"color": ["current"],
|
|
2299
|
+
"variant": ["inherit"]
|
|
2300
|
+
} },
|
|
2301
|
+
"propToVariantKeys": {
|
|
2302
|
+
"size": ["chipSizeRoot", "chipSizeIcon"],
|
|
2303
|
+
"startIcon": ["icon"],
|
|
2304
|
+
"endIcon": ["icon"]
|
|
2305
|
+
},
|
|
2306
|
+
"runtimeConfigDefaultProps": {},
|
|
2307
|
+
"runtimeConfigGetStyles": {},
|
|
2308
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2309
|
+
"motionVarPrefixes": []
|
|
2310
|
+
},
|
|
2311
|
+
ChipLink: {
|
|
2312
|
+
"name": "ChipLink",
|
|
2313
|
+
"defaultProps": { "variant": "primary" },
|
|
2314
|
+
"getStylesLiterals": {},
|
|
2315
|
+
"cxLiterals": ["uds-ring"],
|
|
2316
|
+
"internalComponents": ["ChipBase"],
|
|
2317
|
+
"internalComponentProps": { "ChipBase": { "as": ["a"] } },
|
|
2318
|
+
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
2319
|
+
"runtimeConfigDefaultProps": {},
|
|
2320
|
+
"runtimeConfigGetStyles": {},
|
|
2321
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2322
|
+
"motionVarPrefixes": []
|
|
2323
|
+
},
|
|
2191
2324
|
InputHelpText: {
|
|
2192
2325
|
"name": "InputHelpText",
|
|
2193
2326
|
"defaultProps": { "size": "md" },
|
|
@@ -2320,136 +2453,6 @@ var componentData_default = {
|
|
|
2320
2453
|
"runtimeConfigInternalComponentProps": {},
|
|
2321
2454
|
"motionVarPrefixes": []
|
|
2322
2455
|
},
|
|
2323
|
-
ChipButton: {
|
|
2324
|
-
"name": "ChipButton",
|
|
2325
|
-
"defaultProps": { "variant": "primary" },
|
|
2326
|
-
"getStylesLiterals": {},
|
|
2327
|
-
"cxLiterals": ["uds-ring"],
|
|
2328
|
-
"internalComponents": ["ChipBase"],
|
|
2329
|
-
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
2330
|
-
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
2331
|
-
"runtimeConfigDefaultProps": {},
|
|
2332
|
-
"runtimeConfigGetStyles": {},
|
|
2333
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2334
|
-
"motionVarPrefixes": []
|
|
2335
|
-
},
|
|
2336
|
-
ChipDismissible: {
|
|
2337
|
-
"name": "ChipDismissible",
|
|
2338
|
-
"defaultProps": { "variant": "primary" },
|
|
2339
|
-
"getStylesLiterals": {},
|
|
2340
|
-
"cxLiterals": [
|
|
2341
|
-
"uds-chip-dismissible-button",
|
|
2342
|
-
"uds-hit-target",
|
|
2343
|
-
"uds-ring",
|
|
2344
|
-
"rounded-full"
|
|
2345
|
-
],
|
|
2346
|
-
"internalComponents": [
|
|
2347
|
-
"ChipBase",
|
|
2348
|
-
"IconSlot",
|
|
2349
|
-
"Pressable"
|
|
2350
|
-
],
|
|
2351
|
-
"internalComponentProps": {},
|
|
2352
|
-
"propToVariantKeys": {
|
|
2353
|
-
"variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
|
|
2354
|
-
"dismissButtonAriaLabel": ["aria-label"]
|
|
2355
|
-
},
|
|
2356
|
-
"runtimeConfigDefaultProps": {},
|
|
2357
|
-
"runtimeConfigGetStyles": {},
|
|
2358
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2359
|
-
"motionVarPrefixes": []
|
|
2360
|
-
},
|
|
2361
|
-
Chip: {
|
|
2362
|
-
"name": "Chip",
|
|
2363
|
-
"defaultProps": {},
|
|
2364
|
-
"getStylesLiterals": {},
|
|
2365
|
-
"cxLiterals": [],
|
|
2366
|
-
"internalComponents": [
|
|
2367
|
-
"ChipDismissible",
|
|
2368
|
-
"ChipToggle",
|
|
2369
|
-
"ChipLink",
|
|
2370
|
-
"ChipButton"
|
|
2371
|
-
],
|
|
2372
|
-
"internalComponentProps": {},
|
|
2373
|
-
"propToVariantKeys": {},
|
|
2374
|
-
"runtimeConfigDefaultProps": {},
|
|
2375
|
-
"runtimeConfigGetStyles": {},
|
|
2376
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2377
|
-
"motionVarPrefixes": []
|
|
2378
|
-
},
|
|
2379
|
-
ChipToggle: {
|
|
2380
|
-
"name": "ChipToggle",
|
|
2381
|
-
"defaultProps": {
|
|
2382
|
-
"variant": "primary",
|
|
2383
|
-
"role": "checkbox"
|
|
2384
|
-
},
|
|
2385
|
-
"getStylesLiterals": {
|
|
2386
|
-
"chipToggleVariantActiveRoot": "on",
|
|
2387
|
-
"chipToggleVariantActiveRoot:1": "off"
|
|
2388
|
-
},
|
|
2389
|
-
"cxLiterals": ["uds-ring"],
|
|
2390
|
-
"internalComponents": ["ChipBase"],
|
|
2391
|
-
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
2392
|
-
"propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
|
|
2393
|
-
"runtimeConfigDefaultProps": {},
|
|
2394
|
-
"runtimeConfigGetStyles": {},
|
|
2395
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2396
|
-
"motionVarPrefixes": []
|
|
2397
|
-
},
|
|
2398
|
-
ChipBase: {
|
|
2399
|
-
"name": "ChipBase",
|
|
2400
|
-
"defaultProps": {
|
|
2401
|
-
"size": "md",
|
|
2402
|
-
"as": "div"
|
|
2403
|
-
},
|
|
2404
|
-
"getStylesLiterals": {},
|
|
2405
|
-
"cxLiterals": [
|
|
2406
|
-
"pointer-events-none",
|
|
2407
|
-
"cursor-default",
|
|
2408
|
-
"opacity-50",
|
|
2409
|
-
"inline-flex",
|
|
2410
|
-
"items-center",
|
|
2411
|
-
"transition-[background-color,outline-color,box-shadow]",
|
|
2412
|
-
"truncate",
|
|
2413
|
-
"whitespace-nowrap",
|
|
2414
|
-
"text-center",
|
|
2415
|
-
"flex-1",
|
|
2416
|
-
"md",
|
|
2417
|
-
"primary"
|
|
2418
|
-
],
|
|
2419
|
-
"internalComponents": [
|
|
2420
|
-
"IconSlot",
|
|
2421
|
-
"HStack",
|
|
2422
|
-
"As",
|
|
2423
|
-
"Text"
|
|
2424
|
-
],
|
|
2425
|
-
"internalComponentProps": { "Text": {
|
|
2426
|
-
"as": ["span"],
|
|
2427
|
-
"color": ["current"],
|
|
2428
|
-
"variant": ["inherit"]
|
|
2429
|
-
} },
|
|
2430
|
-
"propToVariantKeys": {
|
|
2431
|
-
"size": ["chipSizeRoot", "chipSizeIcon"],
|
|
2432
|
-
"startIcon": ["icon"],
|
|
2433
|
-
"endIcon": ["icon"]
|
|
2434
|
-
},
|
|
2435
|
-
"runtimeConfigDefaultProps": {},
|
|
2436
|
-
"runtimeConfigGetStyles": {},
|
|
2437
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2438
|
-
"motionVarPrefixes": []
|
|
2439
|
-
},
|
|
2440
|
-
ChipLink: {
|
|
2441
|
-
"name": "ChipLink",
|
|
2442
|
-
"defaultProps": { "variant": "primary" },
|
|
2443
|
-
"getStylesLiterals": {},
|
|
2444
|
-
"cxLiterals": ["uds-ring"],
|
|
2445
|
-
"internalComponents": ["ChipBase"],
|
|
2446
|
-
"internalComponentProps": { "ChipBase": { "as": ["a"] } },
|
|
2447
|
-
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
2448
|
-
"runtimeConfigDefaultProps": {},
|
|
2449
|
-
"runtimeConfigGetStyles": {},
|
|
2450
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2451
|
-
"motionVarPrefixes": []
|
|
2452
|
-
},
|
|
2453
2456
|
AvatarImage: {
|
|
2454
2457
|
"name": "AvatarImage",
|
|
2455
2458
|
"defaultProps": {
|