@yahoo/uds 3.103.0-beta.1 → 3.104.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/automated-config/dist/generated/autoVariants.cjs +57 -0
- package/dist/automated-config/dist/generated/autoVariants.d.cts +57 -57
- package/dist/automated-config/dist/generated/autoVariants.d.ts +57 -57
- package/dist/automated-config/dist/generated/autoVariants.js +57 -0
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +710 -52
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +4 -4
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +4 -4
- package/dist/automated-config/dist/generated/generatedConfigs.js +710 -52
- package/dist/automated-config/dist/utils/generateDefaultClassName.cjs +18 -0
- package/dist/automated-config/dist/utils/generateDefaultClassName.d.cts +14 -0
- package/dist/automated-config/dist/utils/generateDefaultClassName.d.ts +14 -0
- package/dist/automated-config/dist/utils/generateDefaultClassName.js +17 -0
- package/dist/automated-config/dist/utils/index.cjs +3 -6
- package/dist/automated-config/dist/utils/index.d.cts +2 -2
- package/dist/automated-config/dist/utils/index.d.ts +2 -2
- package/dist/automated-config/dist/utils/index.js +3 -5
- package/dist/cli/runner.cjs +21 -5
- package/dist/cli/runner.js +21 -5
- package/dist/components/client/Button.cjs +9 -9
- package/dist/components/client/Button.js +2 -2
- package/dist/components/client/IconButton.cjs +8 -8
- package/dist/components/client/IconButton.js +2 -2
- package/dist/components/client/SpringMotionConfig.cjs +4 -4
- package/dist/components/client/SpringMotionConfig.js +5 -5
- package/dist/components/client/buttonConstants.cjs +10 -0
- package/dist/components/client/buttonConstants.d.cts +9 -0
- package/dist/components/client/buttonConstants.d.ts +9 -0
- package/dist/components/client/buttonConstants.js +8 -0
- package/dist/config/dist/index.cjs +25 -25
- package/dist/config/dist/index.js +25 -25
- package/dist/index.cjs +2 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/dist/motion-tokens/dist/index.cjs +11 -0
- package/dist/motion-tokens/dist/index.d.cts +5 -1
- package/dist/motion-tokens/dist/index.d.ts +5 -1
- package/dist/motion-tokens/dist/index.js +11 -1
- package/dist/styles/styler.d.cts +87 -87
- package/dist/styles/styler.d.ts +87 -87
- package/dist/styles/variants.d.cts +57 -0
- package/dist/styles/variants.d.ts +57 -0
- package/dist/tailwind/dist/commands/generateComponentData.cjs +65 -0
- package/dist/tailwind/dist/commands/generateComponentData.d.ts +3 -0
- package/dist/tailwind/dist/commands/generateComponentData.js +64 -0
- package/dist/tailwind/dist/commands/generatePurgeCSSData.cjs +1 -1
- package/dist/tailwind/dist/commands/generatePurgeCSSData.js +1 -1
- package/dist/tailwind/dist/commands/purge.cjs +41 -11
- package/dist/tailwind/dist/commands/purge.d.ts +2 -1
- package/dist/tailwind/dist/commands/purge.js +41 -11
- package/dist/tailwind/dist/index.d.ts +1 -0
- package/dist/tailwind/dist/{utils → purger/legacy}/purgeCSS.cjs +7 -7
- package/dist/tailwind/dist/{utils → purger/legacy}/purgeCSS.js +6 -6
- package/dist/tailwind/dist/purger/optimized/ast/expressions.cjs +193 -0
- package/dist/tailwind/dist/purger/optimized/ast/expressions.js +192 -0
- package/dist/tailwind/dist/purger/optimized/ast/jsx.cjs +20 -0
- package/dist/tailwind/dist/purger/optimized/ast/jsx.js +19 -0
- package/dist/tailwind/dist/purger/optimized/purge.cjs +69 -0
- package/dist/tailwind/dist/purger/optimized/purge.js +66 -0
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.cjs +273 -0
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.js +272 -0
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.cjs +408 -0
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js +405 -0
- package/dist/tailwind/dist/purger/optimized/utils/files.cjs +27 -0
- package/dist/tailwind/dist/purger/optimized/utils/files.js +24 -0
- package/dist/tailwind/dist/purger/optimized/utils/safelist.cjs +64 -0
- package/dist/tailwind/dist/purger/optimized/utils/safelist.js +60 -0
- package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.cjs +1 -1
- package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js +1 -1
- package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.cjs +1 -0
- package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.js +1 -0
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.cts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.ts +1 -1
- package/dist/tailwind/dist/utils/tsMorph.cjs +1 -1
- package/dist/tokens/automation/index.cjs +2 -1
- package/dist/tokens/automation/index.d.cts +2 -1
- package/dist/tokens/automation/index.d.ts +2 -1
- package/dist/tokens/automation/index.js +2 -1
- package/dist/tokens/index.cjs +2 -1
- package/dist/tokens/index.d.cts +2 -1
- package/dist/tokens/index.d.ts +2 -1
- package/dist/tokens/index.js +2 -1
- package/dist/uds/generated/componentData.cjs +2103 -0
- package/dist/uds/generated/componentData.js +1713 -0
- package/dist/uds/generated/tailwindPurge.cjs +62 -62
- package/dist/uds/generated/tailwindPurge.js +62 -62
- package/package.json +1 -1
- /package/dist/tailwind/dist/{utils → purger/legacy}/purgeCSS.d.ts +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
|
|
2
2
|
//#region ../config/dist/index.js
|
|
3
3
|
/*! © 2026 Yahoo, Inc. UDS Default Config v0.0.0-development */
|
|
4
|
-
const LATEST_MIGRATION_VERSION = "v0.
|
|
4
|
+
const LATEST_MIGRATION_VERSION = "v0.80.0";
|
|
5
5
|
/**
|
|
6
6
|
* NOTE: If you're building a feature with a migration,
|
|
7
7
|
* this type will likely throw. You can regenerate yosConfig
|
|
@@ -14,9 +14,9 @@ const defaultTokensConfig = {
|
|
|
14
14
|
variables: {
|
|
15
15
|
"size/default/root": {
|
|
16
16
|
shadow: { rest: {
|
|
17
|
-
type: "
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
type: "shadowVariants",
|
|
18
|
+
value: "none",
|
|
19
|
+
valueType: "alias"
|
|
20
20
|
} },
|
|
21
21
|
spacingHorizontal: { rest: {
|
|
22
22
|
type: "spacingAliases",
|
|
@@ -43,7 +43,7 @@ const defaultTokensConfig = {
|
|
|
43
43
|
strokeWidth: { rest: {
|
|
44
44
|
type: "borderWidths",
|
|
45
45
|
valueType: "alias",
|
|
46
|
-
value: "
|
|
46
|
+
value: "none"
|
|
47
47
|
} }
|
|
48
48
|
},
|
|
49
49
|
"size/default/title": { textVariant: { rest: {
|
|
@@ -63,34 +63,34 @@ const defaultTokensConfig = {
|
|
|
63
63
|
} } },
|
|
64
64
|
"size/default/icon": { size: { rest: {
|
|
65
65
|
type: "iconSizes",
|
|
66
|
-
|
|
67
|
-
|
|
66
|
+
value: "xs",
|
|
67
|
+
valueType: "alias"
|
|
68
68
|
} } },
|
|
69
69
|
"variant/default/root": { color: { rest: {
|
|
70
|
-
type: "
|
|
71
|
-
|
|
72
|
-
|
|
70
|
+
type: "spectrumColors",
|
|
71
|
+
value: "gray-0",
|
|
72
|
+
valueType: "alias"
|
|
73
73
|
} } },
|
|
74
74
|
"variant/default/svg": {
|
|
75
75
|
backgroundColor: { rest: {
|
|
76
|
-
type: "
|
|
77
|
-
|
|
78
|
-
|
|
76
|
+
type: "spectrumColors",
|
|
77
|
+
value: "carbon-15",
|
|
78
|
+
valueType: "alias"
|
|
79
79
|
} },
|
|
80
80
|
blurBackgroundColorFallback: { rest: {
|
|
81
|
-
type: "
|
|
82
|
-
|
|
83
|
-
|
|
81
|
+
type: "spectrumColors",
|
|
82
|
+
value: "carbon-15",
|
|
83
|
+
valueType: "alias"
|
|
84
84
|
} },
|
|
85
85
|
fillOpacity: { rest: {
|
|
86
86
|
type: "opacitySteps",
|
|
87
|
-
|
|
88
|
-
|
|
87
|
+
value: "90",
|
|
88
|
+
valueType: "alias"
|
|
89
89
|
} },
|
|
90
90
|
stroke: { rest: {
|
|
91
|
-
type: "
|
|
92
|
-
|
|
93
|
-
|
|
91
|
+
type: "alwaysPaletteAliases",
|
|
92
|
+
value: "always/transparent",
|
|
93
|
+
valueType: "alias"
|
|
94
94
|
} }
|
|
95
95
|
},
|
|
96
96
|
"variant/default/blur": { backdropBlur: { rest: {
|
|
@@ -99,9 +99,9 @@ const defaultTokensConfig = {
|
|
|
99
99
|
value: 0
|
|
100
100
|
} } },
|
|
101
101
|
"variant/default/icon": { color: { rest: {
|
|
102
|
-
type: "
|
|
103
|
-
|
|
104
|
-
|
|
102
|
+
type: "spectrumColors",
|
|
103
|
+
value: "gray-0",
|
|
104
|
+
valueType: "alias"
|
|
105
105
|
} } }
|
|
106
106
|
},
|
|
107
107
|
defaults: {
|
|
@@ -21072,7 +21072,7 @@ const defaultTokensConfig = {
|
|
|
21072
21072
|
variant: "default"
|
|
21073
21073
|
}
|
|
21074
21074
|
},
|
|
21075
|
-
version: "v0.
|
|
21075
|
+
version: "v0.80.0",
|
|
21076
21076
|
input: {
|
|
21077
21077
|
variables: {
|
|
21078
21078
|
"variant/default/value/empty/helperText": { color: {
|
package/dist/index.cjs
CHANGED
|
@@ -18,6 +18,7 @@ const require_components_client_Avatar_AvatarText = require('./components/client
|
|
|
18
18
|
const require_components_client_Avatar_AvatarImage = require('./components/client/Avatar/AvatarImage.cjs');
|
|
19
19
|
const require_components_client_Avatar_Avatar = require('./components/client/Avatar/Avatar.cjs');
|
|
20
20
|
const require_components_client_Badge = require('./components/client/Badge.cjs');
|
|
21
|
+
const require_generateDefaultClassName = require('./automated-config/dist/utils/generateDefaultClassName.cjs');
|
|
21
22
|
const require_generateSchemaKey = require('./automated-config/dist/utils/generateSchemaKey.cjs');
|
|
22
23
|
const require_buildConfigSchema = require('./automated-config/dist/utils/buildConfigSchema.cjs');
|
|
23
24
|
const require_cartesianProduct = require('./automated-config/dist/utils/cartesianProduct.cjs');
|
|
@@ -207,7 +208,7 @@ exports.fromEntries = require_tokens_utils_fromEntries.fromEntries;
|
|
|
207
208
|
exports.generateClassName = require_index$2.generateClassName;
|
|
208
209
|
exports.generateConfigStyles = require_index$2.generateConfigStyles;
|
|
209
210
|
exports.generateDeclaration = require_index$2.generateDeclaration;
|
|
210
|
-
exports.generateDefaultClassName =
|
|
211
|
+
exports.generateDefaultClassName = require_generateDefaultClassName.generateDefaultClassName;
|
|
211
212
|
exports.generateKeyFromFlatConfigPath = require_generateKeyFromFlatConfigPath.generateKeyFromFlatConfigPath;
|
|
212
213
|
exports.generateSchemaKey = require_generateSchemaKey.generateSchemaKey;
|
|
213
214
|
exports.generateStyles = require_index$2.generateStyles;
|
package/dist/index.d.cts
CHANGED
|
@@ -9,6 +9,7 @@ import { cartesianProduct } from "./automated-config/dist/utils/cartesianProduct
|
|
|
9
9
|
import { coalesceConfigVariant } from "./automated-config/dist/utils/coalesceConfigVariant.cjs";
|
|
10
10
|
import { AllVariantKeys, AutoComponentName, UniversalTokensConfigAuto } from "./automated-config/dist/generated/universalTokensConfigAuto.cjs";
|
|
11
11
|
import { getConfigDefaultValue, isConfigDefaultValue } from "./automated-config/dist/utils/defaults.cjs";
|
|
12
|
+
import { generateDefaultClassName } from "./automated-config/dist/utils/generateDefaultClassName.cjs";
|
|
12
13
|
import { generateKeyFromFlatConfigPath } from "./automated-config/dist/utils/generateKeyFromFlatConfigPath.cjs";
|
|
13
14
|
import { generateSchemaKey } from "./automated-config/dist/utils/generateSchemaKey.cjs";
|
|
14
15
|
import { getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix } from "./automated-config/dist/utils/getConfigVariantComponentStatesMatrix.cjs";
|
|
@@ -16,7 +17,7 @@ import { getConfigVariantProperties } from "./automated-config/dist/utils/getCon
|
|
|
16
17
|
import { getConfigVariantPseudoStates } from "./automated-config/dist/utils/getConfigVariantPseudoStates.cjs";
|
|
17
18
|
import { getConfigVariants } from "./automated-config/dist/utils/getConfigVariants.cjs";
|
|
18
19
|
import { getConfigSubcomponents } from "./automated-config/dist/utils/subcomponents.cjs";
|
|
19
|
-
import { createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, generateClassName, generateConfigStyles, generateDeclaration,
|
|
20
|
+
import { createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, generateClassName, generateConfigStyles, generateDeclaration, generateStyles, statePseudoMapDocsMode } from "./automated-config/dist/utils/index.cjs";
|
|
20
21
|
import { ALWAYS_PREFIX, alwaysPalette, deprecatedAlwaysPalette, newAlwaysPalette } from "./palette/dist/index.cjs";
|
|
21
22
|
import { UniversalTokensConfig } from "./config/dist/index.cjs";
|
|
22
23
|
import { FONT_DECLARATIONS_MAP, FontAxisConfig, FontDeclarationConfig, FontDeclarationItemConfig, FontDeclarationMap, FontFamilyCDNUrl, FontID, FontWeightForFont } from "./fonts/dist/index.cjs";
|
package/dist/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ import { cartesianProduct } from "./automated-config/dist/utils/cartesianProduct
|
|
|
9
9
|
import { coalesceConfigVariant } from "./automated-config/dist/utils/coalesceConfigVariant.js";
|
|
10
10
|
import { AllVariantKeys, AutoComponentName, UniversalTokensConfigAuto } from "./automated-config/dist/generated/universalTokensConfigAuto.js";
|
|
11
11
|
import { getConfigDefaultValue, isConfigDefaultValue } from "./automated-config/dist/utils/defaults.js";
|
|
12
|
+
import { generateDefaultClassName } from "./automated-config/dist/utils/generateDefaultClassName.js";
|
|
12
13
|
import { generateKeyFromFlatConfigPath } from "./automated-config/dist/utils/generateKeyFromFlatConfigPath.js";
|
|
13
14
|
import { generateSchemaKey } from "./automated-config/dist/utils/generateSchemaKey.js";
|
|
14
15
|
import { getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix } from "./automated-config/dist/utils/getConfigVariantComponentStatesMatrix.js";
|
|
@@ -16,7 +17,7 @@ import { getConfigVariantProperties } from "./automated-config/dist/utils/getCon
|
|
|
16
17
|
import { getConfigVariantPseudoStates } from "./automated-config/dist/utils/getConfigVariantPseudoStates.js";
|
|
17
18
|
import { getConfigVariants } from "./automated-config/dist/utils/getConfigVariants.js";
|
|
18
19
|
import { getConfigSubcomponents } from "./automated-config/dist/utils/subcomponents.js";
|
|
19
|
-
import { createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, generateClassName, generateConfigStyles, generateDeclaration,
|
|
20
|
+
import { createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, generateClassName, generateConfigStyles, generateDeclaration, generateStyles, statePseudoMapDocsMode } from "./automated-config/dist/utils/index.js";
|
|
20
21
|
import { ALWAYS_PREFIX, alwaysPalette, deprecatedAlwaysPalette, newAlwaysPalette } from "./palette/dist/index.js";
|
|
21
22
|
import { UniversalTokensConfig } from "./config/dist/index.js";
|
|
22
23
|
import { FONT_DECLARATIONS_MAP, FontAxisConfig, FontDeclarationConfig, FontDeclarationItemConfig, FontDeclarationMap, FontFamilyCDNUrl, FontID, FontWeightForFont } from "./fonts/dist/index.js";
|
package/dist/index.js
CHANGED
|
@@ -17,6 +17,7 @@ import { AvatarText } from "./components/client/Avatar/AvatarText.js";
|
|
|
17
17
|
import { AvatarImage } from "./components/client/Avatar/AvatarImage.js";
|
|
18
18
|
import { Avatar } from "./components/client/Avatar/Avatar.js";
|
|
19
19
|
import { Badge } from "./components/client/Badge.js";
|
|
20
|
+
import { generateDefaultClassName } from "./automated-config/dist/utils/generateDefaultClassName.js";
|
|
20
21
|
import { generateSchemaKey } from "./automated-config/dist/utils/generateSchemaKey.js";
|
|
21
22
|
import { buildConfigSchema, findFixtureType } from "./automated-config/dist/utils/buildConfigSchema.js";
|
|
22
23
|
import { cartesianProduct } from "./automated-config/dist/utils/cartesianProduct.js";
|
|
@@ -28,7 +29,7 @@ import { getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix
|
|
|
28
29
|
import { getConfigVariantProperties } from "./automated-config/dist/utils/getConfigVariantProperties.js";
|
|
29
30
|
import { getConfigVariantPseudoStates } from "./automated-config/dist/utils/getConfigVariantPseudoStates.js";
|
|
30
31
|
import { getConfigVariants } from "./automated-config/dist/utils/getConfigVariants.js";
|
|
31
|
-
import { createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, generateClassName, generateConfigStyles, generateDeclaration,
|
|
32
|
+
import { createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, generateClassName, generateConfigStyles, generateDeclaration, generateStyles, statePseudoMapDocsMode } from "./automated-config/dist/utils/index.js";
|
|
32
33
|
import { SpringMotionConfig } from "./components/client/SpringMotionConfig.js";
|
|
33
34
|
import { Button } from "./components/client/Button.js";
|
|
34
35
|
import { Checkbox } from "./components/client/Checkbox.js";
|
|
@@ -138,9 +138,20 @@ const motion = {
|
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
140
|
};
|
|
141
|
+
/**
|
|
142
|
+
* SpringMotionConfig default values.
|
|
143
|
+
* Used by both the component and build-time analysis tools.
|
|
144
|
+
*/
|
|
145
|
+
const SPRING_MOTION_DEFAULTS = {
|
|
146
|
+
layoutVariant: "subtle",
|
|
147
|
+
layoutSpeed: "3",
|
|
148
|
+
colorVariant: "smooth",
|
|
149
|
+
colorSpeed: "3"
|
|
150
|
+
};
|
|
141
151
|
|
|
142
152
|
//#endregion
|
|
143
153
|
exports.SCALE_EFFECTS = SCALE_EFFECTS;
|
|
154
|
+
exports.SPRING_MOTION_DEFAULTS = SPRING_MOTION_DEFAULTS;
|
|
144
155
|
exports.animation = animation;
|
|
145
156
|
exports.motion = motion;
|
|
146
157
|
exports.transitionDelay = transitionDelay;
|
|
@@ -47,6 +47,10 @@ declare const transitionTiming: {
|
|
|
47
47
|
out: string;
|
|
48
48
|
'in-out': string;
|
|
49
49
|
};
|
|
50
|
-
declare const motion: MotionConfig;
|
|
50
|
+
declare const motion: MotionConfig;
|
|
51
|
+
/**
|
|
52
|
+
* SpringMotionConfig default values.
|
|
53
|
+
* Used by both the component and build-time analysis tools.
|
|
54
|
+
*/
|
|
51
55
|
//#endregion
|
|
52
56
|
export { SCALE_EFFECTS, animation, motion, transitionDelay, transitionDuration, transitionTiming };
|
|
@@ -47,6 +47,10 @@ declare const transitionTiming: {
|
|
|
47
47
|
out: string;
|
|
48
48
|
'in-out': string;
|
|
49
49
|
};
|
|
50
|
-
declare const motion: MotionConfig;
|
|
50
|
+
declare const motion: MotionConfig;
|
|
51
|
+
/**
|
|
52
|
+
* SpringMotionConfig default values.
|
|
53
|
+
* Used by both the component and build-time analysis tools.
|
|
54
|
+
*/
|
|
51
55
|
//#endregion
|
|
52
56
|
export { SCALE_EFFECTS, animation, motion, transitionDelay, transitionDuration, transitionTiming };
|
|
@@ -137,6 +137,16 @@ const motion = {
|
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
139
|
};
|
|
140
|
+
/**
|
|
141
|
+
* SpringMotionConfig default values.
|
|
142
|
+
* Used by both the component and build-time analysis tools.
|
|
143
|
+
*/
|
|
144
|
+
const SPRING_MOTION_DEFAULTS = {
|
|
145
|
+
layoutVariant: "subtle",
|
|
146
|
+
layoutSpeed: "3",
|
|
147
|
+
colorVariant: "smooth",
|
|
148
|
+
colorSpeed: "3"
|
|
149
|
+
};
|
|
140
150
|
|
|
141
151
|
//#endregion
|
|
142
|
-
export { SCALE_EFFECTS, animation, motion, transitionDelay, transitionDuration, transitionTiming };
|
|
152
|
+
export { SCALE_EFFECTS, SPRING_MOTION_DEFAULTS, animation, motion, transitionDelay, transitionDuration, transitionTiming };
|
package/dist/styles/styler.d.cts
CHANGED
|
@@ -10,50 +10,50 @@ declare function normalizeObject(props: Record<string, unknown>): Record<string,
|
|
|
10
10
|
declare const cx: CX<string>;
|
|
11
11
|
declare const cva: CVA<string>;
|
|
12
12
|
declare const getStylesInternal: (props?: ({
|
|
13
|
-
avatarIconVariantRoot?: "primary" | "secondary" | undefined;
|
|
14
|
-
avatarImageVariantRoot?: "primary" | "secondary" | undefined;
|
|
15
|
-
avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
16
|
-
avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
17
|
-
avatarTextVariantRoot?: "primary" | "secondary" | undefined;
|
|
18
|
-
badgeSizeIcon?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
19
|
-
badgeSizeRoot?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
20
|
-
badgeVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | undefined;
|
|
21
|
-
badgeVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | undefined;
|
|
22
|
-
buttonSizeIcon?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
23
|
-
buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
24
|
-
buttonVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
|
|
25
|
-
buttonVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
|
|
26
|
-
checkboxSizeCheckbox?: "sm" | "md" | undefined;
|
|
27
|
-
checkboxSizeRoot?: "sm" | "md" | undefined;
|
|
28
|
-
checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
29
|
-
checkboxVariantCheckboxIcon?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
30
|
-
checkboxVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
13
|
+
avatarIconVariantRoot?: "primary" | "secondary" | "default" | undefined;
|
|
14
|
+
avatarImageVariantRoot?: "primary" | "secondary" | "default" | undefined;
|
|
15
|
+
avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
|
|
16
|
+
avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
|
|
17
|
+
avatarTextVariantRoot?: "primary" | "secondary" | "default" | undefined;
|
|
18
|
+
badgeSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
19
|
+
badgeSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
20
|
+
badgeVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | undefined;
|
|
21
|
+
badgeVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | undefined;
|
|
22
|
+
buttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
23
|
+
buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
24
|
+
buttonVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
|
|
25
|
+
buttonVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
|
|
26
|
+
checkboxSizeCheckbox?: "sm" | "md" | "default" | undefined;
|
|
27
|
+
checkboxSizeRoot?: "sm" | "md" | "default" | undefined;
|
|
28
|
+
checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
29
|
+
checkboxVariantCheckboxIcon?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
30
|
+
checkboxVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
31
31
|
checkboxVariantValueCheckbox?: "checked" | "indeterminate" | "unchecked" | undefined;
|
|
32
32
|
checkboxVariantValueCheckboxIcon?: "checked" | "indeterminate" | "unchecked" | undefined;
|
|
33
33
|
checkboxVariantValueRoot?: "checked" | "indeterminate" | "unchecked" | undefined;
|
|
34
|
-
chipDismissibleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
35
|
-
chipDismissibleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
36
|
-
chipLinkVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
37
|
-
chipLinkVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
38
|
-
chipSizeIcon?: "sm" | "md" | undefined;
|
|
39
|
-
chipSizeRoot?: "sm" | "md" | undefined;
|
|
34
|
+
chipDismissibleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
35
|
+
chipDismissibleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
36
|
+
chipLinkVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
37
|
+
chipLinkVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
38
|
+
chipSizeIcon?: "sm" | "md" | "default" | undefined;
|
|
39
|
+
chipSizeRoot?: "sm" | "md" | "default" | undefined;
|
|
40
40
|
chipToggleVariantActiveIcon?: "off" | "on" | undefined;
|
|
41
41
|
chipToggleVariantActiveRoot?: "off" | "on" | undefined;
|
|
42
|
-
chipToggleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
43
|
-
chipToggleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
44
|
-
dividerVariantLabel?: "primary" | "secondary" | "tertiary" | "muted" | undefined;
|
|
45
|
-
dividerVariantLine?: "primary" | "secondary" | "tertiary" | "muted" | undefined;
|
|
46
|
-
dividerVariantRoot?: "primary" | "secondary" | "tertiary" | "muted" | undefined;
|
|
47
|
-
iconbuttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
48
|
-
iconbuttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
49
|
-
inputSizeEndIcon?: "md" | "lg" | undefined;
|
|
50
|
-
inputSizeHelperIcon?: "md" | "lg" | undefined;
|
|
51
|
-
inputSizeHelperText?: "md" | "lg" | undefined;
|
|
52
|
-
inputSizeInput?: "md" | "lg" | undefined;
|
|
53
|
-
inputSizeInputWrapper?: "md" | "lg" | undefined;
|
|
54
|
-
inputSizeLabel?: "md" | "lg" | undefined;
|
|
55
|
-
inputSizeRoot?: "md" | "lg" | undefined;
|
|
56
|
-
inputSizeStartIcon?: "md" | "lg" | undefined;
|
|
42
|
+
chipToggleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
43
|
+
chipToggleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
44
|
+
dividerVariantLabel?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
|
|
45
|
+
dividerVariantLine?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
|
|
46
|
+
dividerVariantRoot?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
|
|
47
|
+
iconbuttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
|
|
48
|
+
iconbuttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
|
|
49
|
+
inputSizeEndIcon?: "md" | "lg" | "default" | undefined;
|
|
50
|
+
inputSizeHelperIcon?: "md" | "lg" | "default" | undefined;
|
|
51
|
+
inputSizeHelperText?: "md" | "lg" | "default" | undefined;
|
|
52
|
+
inputSizeInput?: "md" | "lg" | "default" | undefined;
|
|
53
|
+
inputSizeInputWrapper?: "md" | "lg" | "default" | undefined;
|
|
54
|
+
inputSizeLabel?: "md" | "lg" | "default" | undefined;
|
|
55
|
+
inputSizeRoot?: "md" | "lg" | "default" | undefined;
|
|
56
|
+
inputSizeStartIcon?: "md" | "lg" | "default" | undefined;
|
|
57
57
|
inputVariantEndIcon?: "default" | undefined;
|
|
58
58
|
inputVariantHelperIcon?: "default" | undefined;
|
|
59
59
|
inputVariantHelperText?: "default" | undefined;
|
|
@@ -74,11 +74,11 @@ declare const getStylesInternal: (props?: ({
|
|
|
74
74
|
inputVariantValueLabelRequired?: "empty" | "filled" | undefined;
|
|
75
75
|
inputVariantValueRoot?: "empty" | "filled" | undefined;
|
|
76
76
|
inputVariantValueStartIcon?: "empty" | "filled" | undefined;
|
|
77
|
-
linkTextStyleIcon?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
|
|
78
|
-
linkTextStyleRoot?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
|
|
79
|
-
linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "on-color" | undefined;
|
|
80
|
-
linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "on-color" | undefined;
|
|
81
|
-
linkVariantRoot?: "primary" | "secondary" | "tertiary" | "on-color" | undefined;
|
|
77
|
+
linkTextStyleIcon?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "default" | undefined;
|
|
78
|
+
linkTextStyleRoot?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "default" | undefined;
|
|
79
|
+
linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
|
|
80
|
+
linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
|
|
81
|
+
linkVariantRoot?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
|
|
82
82
|
menucontentSizeRoot?: "default" | undefined;
|
|
83
83
|
menucontentVariantRoot?: "default" | undefined;
|
|
84
84
|
menuitemDividerVariantLine?: "default" | undefined;
|
|
@@ -101,18 +101,18 @@ declare const getStylesInternal: (props?: ({
|
|
|
101
101
|
menuitemSizeEndIcon?: "default" | undefined;
|
|
102
102
|
menuitemSizeRoot?: "default" | undefined;
|
|
103
103
|
menuitemSizeStartIcon?: "default" | undefined;
|
|
104
|
-
radioSizeRadio?: "sm" | "md" | undefined;
|
|
105
|
-
radioSizeRoot?: "sm" | "md" | undefined;
|
|
106
|
-
radioVariantRadio?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
107
|
-
radioVariantRadioCircle?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
108
|
-
radioVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
104
|
+
radioSizeRadio?: "sm" | "md" | "default" | undefined;
|
|
105
|
+
radioSizeRoot?: "sm" | "md" | "default" | undefined;
|
|
106
|
+
radioVariantRadio?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
107
|
+
radioVariantRadioCircle?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
108
|
+
radioVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
109
109
|
radioVariantValueRadio?: "checked" | "unchecked" | undefined;
|
|
110
110
|
radioVariantValueRadioCircle?: "checked" | "unchecked" | undefined;
|
|
111
111
|
radioVariantValueRoot?: "checked" | "unchecked" | undefined;
|
|
112
|
-
switchSizeHandle?: "sm" | "md" | undefined;
|
|
113
|
-
switchSizeHandleIcon?: "sm" | "md" | undefined;
|
|
114
|
-
switchSizeRoot?: "sm" | "md" | undefined;
|
|
115
|
-
switchSizeSwitch?: "sm" | "md" | undefined;
|
|
112
|
+
switchSizeHandle?: "sm" | "md" | "default" | undefined;
|
|
113
|
+
switchSizeHandleIcon?: "sm" | "md" | "default" | undefined;
|
|
114
|
+
switchSizeRoot?: "sm" | "md" | "default" | undefined;
|
|
115
|
+
switchSizeSwitch?: "sm" | "md" | "default" | undefined;
|
|
116
116
|
switchVariantActiveHandle?: "off" | "on" | undefined;
|
|
117
117
|
switchVariantActiveHandleIcon?: "off" | "on" | undefined;
|
|
118
118
|
switchVariantActiveRoot?: "off" | "on" | undefined;
|
|
@@ -126,10 +126,10 @@ declare const getStylesInternal: (props?: ({
|
|
|
126
126
|
toastSizeIcon?: "default" | undefined;
|
|
127
127
|
toastSizeLabel?: "default" | undefined;
|
|
128
128
|
toastSizeRoot?: "default" | undefined;
|
|
129
|
-
toastVariantActionButton?: "warning" | "info" | "error" | "loading" | "success" | undefined;
|
|
130
|
-
toastVariantCloseIcon?: "warning" | "info" | "error" | "loading" | "success" | undefined;
|
|
131
|
-
toastVariantIcon?: "warning" | "info" | "error" | "loading" | "success" | undefined;
|
|
132
|
-
toastVariantRoot?: "warning" | "info" | "error" | "loading" | "success" | undefined;
|
|
129
|
+
toastVariantActionButton?: "warning" | "info" | "default" | "error" | "loading" | "success" | undefined;
|
|
130
|
+
toastVariantCloseIcon?: "warning" | "info" | "default" | "error" | "loading" | "success" | undefined;
|
|
131
|
+
toastVariantIcon?: "warning" | "info" | "default" | "error" | "loading" | "success" | undefined;
|
|
132
|
+
toastVariantRoot?: "warning" | "info" | "default" | "error" | "loading" | "success" | undefined;
|
|
133
133
|
tooltipSizeBody?: "default" | undefined;
|
|
134
134
|
tooltipSizeEndContent?: "default" | undefined;
|
|
135
135
|
tooltipSizeIcon?: "default" | undefined;
|
|
@@ -142,29 +142,29 @@ declare const getStylesInternal: (props?: ({
|
|
|
142
142
|
tooltipVariantSvg?: "default" | undefined;
|
|
143
143
|
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" | "tertiary" | "muted" | "on-color" | undefined;
|
|
144
144
|
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" | "tertiary" | "muted" | "on-color" | undefined;
|
|
145
|
-
fontFamily?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "
|
|
145
|
+
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;
|
|
146
146
|
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;
|
|
147
|
-
fontWeight?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "
|
|
147
|
+
fontWeight?: "black" | "thin" | "medium" | "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" | "bold" | "extralight" | "light" | "regular" | "semibold" | "extrabold" | undefined;
|
|
148
148
|
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;
|
|
149
149
|
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;
|
|
150
150
|
textAlign?: "start" | "end" | "center" | "justify" | undefined;
|
|
151
|
-
textTransform?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "
|
|
152
|
-
spacing?: "0" | "1" | "2" | "3" | "4" | "5" | "
|
|
153
|
-
spacingHorizontal?: "0" | "1" | "2" | "3" | "4" | "5" | "
|
|
154
|
-
spacingVertical?: "0" | "1" | "2" | "3" | "4" | "5" | "
|
|
155
|
-
spacingBottom?: "0" | "1" | "2" | "3" | "4" | "5" | "
|
|
156
|
-
spacingEnd?: "0" | "1" | "2" | "3" | "4" | "5" | "
|
|
157
|
-
spacingStart?: "0" | "1" | "2" | "3" | "4" | "5" | "
|
|
158
|
-
spacingTop?: "0" | "1" | "2" | "3" | "4" | "5" | "
|
|
159
|
-
offset?: "0" | "1" | "2" | "3" | "4" | "5" | "
|
|
160
|
-
offsetVertical?: "0" | "1" | "2" | "3" | "4" | "5" | "
|
|
161
|
-
offsetHorizontal?: "0" | "1" | "2" | "3" | "4" | "5" | "
|
|
162
|
-
offsetBottom?: "0" | "1" | "2" | "3" | "4" | "5" | "
|
|
163
|
-
offsetEnd?: "0" | "1" | "2" | "3" | "4" | "5" | "
|
|
164
|
-
offsetStart?: "0" | "1" | "2" | "3" | "4" | "5" | "
|
|
165
|
-
offsetTop?: "0" | "1" | "2" | "3" | "4" | "5" | "
|
|
166
|
-
columnGap?: "0" | "1" | "2" | "3" | "4" | "5" | "
|
|
167
|
-
rowGap?: "0" | "1" | "2" | "3" | "4" | "5" | "
|
|
151
|
+
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;
|
|
152
|
+
spacing?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.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;
|
|
153
|
+
spacingHorizontal?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.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;
|
|
154
|
+
spacingVertical?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.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;
|
|
155
|
+
spacingBottom?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.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;
|
|
156
|
+
spacingEnd?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.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;
|
|
157
|
+
spacingStart?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.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;
|
|
158
|
+
spacingTop?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.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;
|
|
159
|
+
offset?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.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;
|
|
160
|
+
offsetVertical?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.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;
|
|
161
|
+
offsetHorizontal?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.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;
|
|
162
|
+
offsetBottom?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.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;
|
|
163
|
+
offsetEnd?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.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;
|
|
164
|
+
offsetStart?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.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;
|
|
165
|
+
offsetTop?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.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;
|
|
166
|
+
columnGap?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.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
|
+
rowGap?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.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
168
|
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;
|
|
169
169
|
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" | "tertiary" | "muted" | undefined;
|
|
170
170
|
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" | "tertiary" | "muted" | undefined;
|
|
@@ -176,13 +176,13 @@ declare const getStylesInternal: (props?: ({
|
|
|
176
176
|
borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
177
177
|
borderBottomStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
178
178
|
borderBottomEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
179
|
-
borderWidth?: "
|
|
180
|
-
borderVerticalWidth?: "
|
|
181
|
-
borderHorizontalWidth?: "
|
|
182
|
-
borderStartWidth?: "
|
|
183
|
-
borderEndWidth?: "
|
|
184
|
-
borderTopWidth?: "
|
|
185
|
-
borderBottomWidth?: "
|
|
179
|
+
borderWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
180
|
+
borderVerticalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
181
|
+
borderHorizontalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
182
|
+
borderStartWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
183
|
+
borderEndWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
184
|
+
borderTopWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
185
|
+
borderBottomWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
186
186
|
avatarSize?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
187
187
|
iconSize?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
188
188
|
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
@@ -195,7 +195,7 @@ declare const getStylesInternal: (props?: ({
|
|
|
195
195
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
196
196
|
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
197
197
|
flexBasis?: "min-content" | undefined;
|
|
198
|
-
display?: "
|
|
198
|
+
display?: "flex" | "table" | "none" | "block" | "inline-block" | "inline" | "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" | "grid" | "contents" | undefined;
|
|
199
199
|
overflow?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
200
200
|
overflowX?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
201
201
|
overflowY?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
@@ -205,11 +205,11 @@ declare const getStylesInternal: (props?: ({
|
|
|
205
205
|
scaleMode?: "small" | "medium" | "xSmall" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
|
|
206
206
|
width?: "full" | "fit" | "screen" | undefined;
|
|
207
207
|
height?: "full" | "fit" | "screen" | undefined;
|
|
208
|
-
dropShadow?: "
|
|
208
|
+
dropShadow?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined;
|
|
209
209
|
insetShadow?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "xs-invert" | "sm-invert" | "md-invert" | "lg-invert" | "xl-invert" | "2xl-invert" | undefined;
|
|
210
210
|
nestedBorderRadiusSize?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
211
|
-
nestedBorderRadiusWidth?: "
|
|
212
|
-
nestedBorderRadiusSpacing?: "0" | "1" | "2" | "3" | "4" | "5" | "
|
|
211
|
+
nestedBorderRadiusWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
|
|
212
|
+
nestedBorderRadiusSpacing?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.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;
|
|
213
213
|
nestedBorderRadius?: boolean | "first" | "last" | undefined;
|
|
214
214
|
} & {
|
|
215
215
|
className?: string | undefined;
|