@yahoo/uds 3.99.0 → 3.100.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/automated-config/dist/generated/autoVariants.cjs +10 -1
- package/dist/automated-config/dist/generated/autoVariants.d.cts +9 -0
- package/dist/automated-config/dist/generated/autoVariants.d.ts +9 -0
- package/dist/automated-config/dist/generated/autoVariants.js +10 -1
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +1640 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +405 -189
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +405 -189
- package/dist/automated-config/dist/generated/generatedConfigs.js +1639 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +94 -0
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +2 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +94 -0
- package/dist/automated-config/dist/properties.cjs +147 -89
- package/dist/automated-config/dist/properties.d.cts +24 -3
- package/dist/automated-config/dist/properties.d.ts +24 -3
- package/dist/automated-config/dist/properties.js +148 -90
- package/dist/automated-config/dist/utils/buildConfigSchema.cjs +5 -1
- package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +2 -1
- package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +2 -1
- package/dist/automated-config/dist/utils/buildConfigSchema.js +5 -1
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
- package/dist/automated-config/dist/utils/index.d.cts +6 -1
- package/dist/automated-config/dist/utils/index.d.ts +6 -1
- package/dist/cli/commands/sync.cjs +5 -1
- package/dist/cli/commands/sync.js +5 -1
- package/dist/components/client/Button.js +2 -2
- package/dist/components/client/Tooltip/Tooltip.cjs +37 -0
- package/dist/components/client/Tooltip/Tooltip.d.cts +16 -0
- package/dist/components/client/Tooltip/Tooltip.d.ts +16 -0
- package/dist/components/client/Tooltip/Tooltip.js +35 -0
- package/dist/components/client/Tooltip/TooltipContent.cjs +174 -0
- package/dist/components/client/Tooltip/TooltipContent.d.cts +8 -0
- package/dist/components/client/Tooltip/TooltipContent.d.ts +8 -0
- package/dist/components/client/Tooltip/TooltipContent.js +172 -0
- package/dist/components/client/Tooltip/TooltipTrigger.cjs +20 -0
- package/dist/components/client/Tooltip/TooltipTrigger.d.cts +13 -0
- package/dist/components/client/Tooltip/TooltipTrigger.d.ts +13 -0
- package/dist/components/client/Tooltip/TooltipTrigger.js +18 -0
- package/dist/components/client/Tooltip/UDSTooltipConfigProvider.cjs +41 -0
- package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +29 -0
- package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.ts +29 -0
- package/dist/components/client/Tooltip/UDSTooltipConfigProvider.js +38 -0
- package/dist/components/client/Tooltip/index.cjs +12 -0
- package/dist/components/client/Tooltip/index.d.cts +7 -0
- package/dist/components/client/Tooltip/index.d.ts +7 -0
- package/dist/components/client/Tooltip/index.js +8 -0
- package/dist/components/client/Tooltip/tooltipContext.cjs +12 -0
- package/dist/components/client/Tooltip/tooltipContext.d.cts +12 -0
- package/dist/components/client/Tooltip/tooltipContext.d.ts +12 -0
- package/dist/components/client/Tooltip/tooltipContext.js +10 -0
- package/dist/components/client/Tooltip/useTooltipContent.cjs +199 -0
- package/dist/components/client/Tooltip/useTooltipContent.d.cts +65 -0
- package/dist/components/client/Tooltip/useTooltipContent.d.ts +65 -0
- package/dist/components/client/Tooltip/useTooltipContent.js +197 -0
- package/dist/components/client/Tooltip/util.cjs +248 -0
- package/dist/components/client/Tooltip/util.d.cts +118 -0
- package/dist/components/client/Tooltip/util.d.ts +118 -0
- package/dist/components/client/Tooltip/util.js +240 -0
- package/dist/components/client/index.cjs +8 -0
- package/dist/components/client/index.d.cts +7 -1
- package/dist/components/client/index.d.ts +7 -1
- package/dist/components/client/index.js +5 -1
- package/dist/components/client/providers/UDSConfigProvider.cjs +6 -2
- package/dist/components/client/providers/UDSConfigProvider.d.cts +2 -1
- package/dist/components/client/providers/UDSConfigProvider.d.ts +2 -1
- package/dist/components/client/providers/UDSConfigProvider.js +6 -2
- package/dist/components/index.cjs +8 -0
- package/dist/components/index.d.cts +6 -1
- package/dist/components/index.d.ts +6 -1
- package/dist/components/index.js +5 -1
- package/dist/config/dist/index.cjs +95 -1
- package/dist/config/dist/index.d.cts +139 -1
- package/dist/config/dist/index.d.ts +139 -1
- package/dist/config/dist/index.js +95 -1
- 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/fixtures/dist/arbitrary.d.cts +11 -0
- package/dist/fixtures/dist/arbitrary.d.ts +11 -0
- package/dist/fixtures/dist/index.cjs +27 -1
- package/dist/fixtures/dist/index.d.cts +17 -3
- package/dist/fixtures/dist/index.d.ts +17 -3
- package/dist/fixtures/dist/index.js +26 -2
- package/dist/fixtures/index.cjs +6 -1
- package/dist/fixtures/index.d.cts +4 -2
- package/dist/fixtures/index.d.ts +4 -2
- package/dist/fixtures/index.js +3 -2
- package/dist/fixtures/src/arbitrary.cjs +23 -0
- package/dist/fixtures/src/arbitrary.d.cts +15 -0
- package/dist/fixtures/src/arbitrary.d.ts +15 -0
- package/dist/fixtures/src/arbitrary.js +18 -0
- package/dist/fixtures/src/util.cjs +26 -0
- package/dist/fixtures/src/util.d.cts +9 -0
- package/dist/fixtures/src/util.d.ts +9 -0
- package/dist/fixtures/src/util.js +25 -0
- package/dist/index.cjs +12 -0
- package/dist/index.d.cts +9 -4
- package/dist/index.d.ts +9 -4
- package/dist/index.js +8 -3
- package/dist/runtime/index.cjs +2 -0
- package/dist/runtime/index.d.cts +2 -1
- package/dist/runtime/index.d.ts +2 -1
- package/dist/runtime/index.js +2 -1
- package/dist/runtime/tooltipConfig.cjs +50 -0
- package/dist/runtime/tooltipConfig.d.cts +21 -0
- package/dist/runtime/tooltipConfig.d.ts +21 -0
- package/dist/runtime/tooltipConfig.js +49 -0
- package/dist/runtime/udsConfig.cjs +3 -1
- package/dist/runtime/udsConfig.d.cts +2 -0
- package/dist/runtime/udsConfig.d.ts +2 -0
- package/dist/runtime/udsConfig.js +3 -1
- package/dist/styles/styler.d.cts +30 -21
- package/dist/styles/styler.d.ts +30 -21
- package/dist/styles/variants.d.cts +27 -0
- package/dist/styles/variants.d.ts +27 -0
- package/dist/tailwind/plugins/blurBgFallback.cjs +30 -0
- package/dist/tailwind/plugins/blurBgFallback.d.cts +14 -0
- package/dist/tailwind/plugins/blurBgFallback.d.ts +14 -0
- package/dist/tailwind/plugins/blurBgFallback.js +27 -0
- package/dist/tailwind/plugins/components.cjs +1 -0
- package/dist/tailwind/plugins/components.js +2 -1
- package/dist/tailwind/tailwindPlugin.cjs +2 -1
- package/dist/tailwind/tailwindPlugin.js +2 -1
- package/dist/tokens/automation/configs/index.cjs +2 -1
- package/dist/tokens/automation/configs/index.d.cts +2 -2
- package/dist/tokens/automation/configs/index.d.ts +2 -2
- package/dist/tokens/automation/configs/index.js +2 -2
- package/dist/tokens/automation/index.cjs +1 -0
- package/dist/tokens/automation/index.d.cts +2 -2
- package/dist/tokens/automation/index.d.ts +2 -2
- package/dist/tokens/automation/index.js +2 -2
- package/dist/tokens/automation/properties.d.cts +2 -2
- package/dist/tokens/automation/properties.d.ts +2 -2
- 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 +2 -0
- package/dist/tokens/index.d.cts +4 -4
- package/dist/tokens/index.d.ts +4 -4
- package/dist/tokens/index.js +3 -3
- package/dist/tokens/types.d.cts +2 -2
- package/dist/tokens/types.d.ts +2 -2
- package/dist/types/dist/index.d.cts +25 -2
- package/dist/types/dist/index.d.ts +25 -2
- package/dist/uds/generated/tailwindPurge.cjs +31 -2
- package/dist/uds/generated/tailwindPurge.js +31 -2
- package/package.json +1 -2
|
@@ -11921,6 +11921,100 @@ const defaultUniversalTokensConfigAuto = {
|
|
|
11921
11921
|
} }
|
|
11922
11922
|
}
|
|
11923
11923
|
}
|
|
11924
|
+
},
|
|
11925
|
+
tooltip: {
|
|
11926
|
+
defaults: {
|
|
11927
|
+
size: "default",
|
|
11928
|
+
variant: "default"
|
|
11929
|
+
},
|
|
11930
|
+
variables: {
|
|
11931
|
+
"size/default/body": { textVariant: { rest: {
|
|
11932
|
+
type: "textVariants",
|
|
11933
|
+
value: "ui3/emphasized",
|
|
11934
|
+
valueType: "alias"
|
|
11935
|
+
} } },
|
|
11936
|
+
"size/default/icon": { size: { rest: {
|
|
11937
|
+
type: "iconSizes",
|
|
11938
|
+
value: "xs",
|
|
11939
|
+
valueType: "alias"
|
|
11940
|
+
} } },
|
|
11941
|
+
"size/default/root": {
|
|
11942
|
+
gap: { rest: {
|
|
11943
|
+
type: "spacingAliases",
|
|
11944
|
+
value: "1",
|
|
11945
|
+
valueType: "alias"
|
|
11946
|
+
} },
|
|
11947
|
+
shadow: { rest: {
|
|
11948
|
+
type: "elevationAliases",
|
|
11949
|
+
value: "elevation-0",
|
|
11950
|
+
valueType: "alias"
|
|
11951
|
+
} },
|
|
11952
|
+
spacingHorizontal: { rest: {
|
|
11953
|
+
type: "spacingAliases",
|
|
11954
|
+
value: "3",
|
|
11955
|
+
valueType: "alias"
|
|
11956
|
+
} },
|
|
11957
|
+
spacingVertical: { rest: {
|
|
11958
|
+
type: "spacingAliases",
|
|
11959
|
+
value: "2",
|
|
11960
|
+
valueType: "alias"
|
|
11961
|
+
} }
|
|
11962
|
+
},
|
|
11963
|
+
"size/default/svg": {
|
|
11964
|
+
borderRadius: { rest: {
|
|
11965
|
+
type: "borderRadii",
|
|
11966
|
+
value: "md",
|
|
11967
|
+
valueType: "alias"
|
|
11968
|
+
} },
|
|
11969
|
+
strokeWidth: { rest: {
|
|
11970
|
+
type: "borderWidths",
|
|
11971
|
+
value: "thin",
|
|
11972
|
+
valueType: "alias"
|
|
11973
|
+
} }
|
|
11974
|
+
},
|
|
11975
|
+
"size/default/title": { textVariant: { rest: {
|
|
11976
|
+
type: "textVariants",
|
|
11977
|
+
value: "ui1/emphasized",
|
|
11978
|
+
valueType: "alias"
|
|
11979
|
+
} } },
|
|
11980
|
+
"variant/default/blur": { backdropBlur: { rest: {
|
|
11981
|
+
type: "positiveIntegers",
|
|
11982
|
+
value: 0,
|
|
11983
|
+
valueType: "alias"
|
|
11984
|
+
} } },
|
|
11985
|
+
"variant/default/icon": { color: { rest: {
|
|
11986
|
+
type: "foregroundPaletteColors",
|
|
11987
|
+
value: "primary",
|
|
11988
|
+
valueType: "alias"
|
|
11989
|
+
} } },
|
|
11990
|
+
"variant/default/root": { color: { rest: {
|
|
11991
|
+
type: "foregroundPaletteColors",
|
|
11992
|
+
value: "primary",
|
|
11993
|
+
valueType: "alias"
|
|
11994
|
+
} } },
|
|
11995
|
+
"variant/default/svg": {
|
|
11996
|
+
backgroundColor: { rest: {
|
|
11997
|
+
type: "elevationAliases",
|
|
11998
|
+
value: "elevation-0",
|
|
11999
|
+
valueType: "alias"
|
|
12000
|
+
} },
|
|
12001
|
+
blurBackgroundColorFallback: { rest: {
|
|
12002
|
+
type: "elevationAliases",
|
|
12003
|
+
value: "elevation-0",
|
|
12004
|
+
valueType: "alias"
|
|
12005
|
+
} },
|
|
12006
|
+
fillOpacity: { rest: {
|
|
12007
|
+
type: "opacitySteps",
|
|
12008
|
+
value: "100",
|
|
12009
|
+
valueType: "alias"
|
|
12010
|
+
} },
|
|
12011
|
+
stroke: { rest: {
|
|
12012
|
+
type: "elevationAliases",
|
|
12013
|
+
value: "elevation-0",
|
|
12014
|
+
valueType: "alias"
|
|
12015
|
+
} }
|
|
12016
|
+
}
|
|
12017
|
+
}
|
|
11924
12018
|
}
|
|
11925
12019
|
};
|
|
11926
12020
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { AvatarConfig, BadgeConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, RadioConfig, SwitchConfig, ToastConfig } from "./generatedConfigs.cjs";
|
|
2
|
+
import { AvatarConfig, BadgeConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, RadioConfig, SwitchConfig, ToastConfig, TooltipConfig } from "./generatedConfigs.cjs";
|
|
3
3
|
import { ComponentSchema } from "../utils/buildConfigSchema.cjs";
|
|
4
4
|
|
|
5
5
|
//#region ../automated-config/dist/generated/universalTokensConfigAuto.d.ts
|
|
@@ -19,6 +19,7 @@ interface UniversalTokensConfigAuto {
|
|
|
19
19
|
radio: ComponentSchema<typeof RadioConfig>;
|
|
20
20
|
switch: ComponentSchema<typeof SwitchConfig>;
|
|
21
21
|
toast: ComponentSchema<typeof ToastConfig>;
|
|
22
|
+
tooltip: ComponentSchema<typeof TooltipConfig>;
|
|
22
23
|
}
|
|
23
24
|
/** All component-level configurations from generated configs */
|
|
24
25
|
type AutoComponents = UniversalTokensConfigAuto;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { AvatarConfig, BadgeConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, RadioConfig, SwitchConfig, ToastConfig } from "./generatedConfigs.js";
|
|
2
|
+
import { AvatarConfig, BadgeConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, RadioConfig, SwitchConfig, ToastConfig, TooltipConfig } from "./generatedConfigs.js";
|
|
3
3
|
import { ComponentSchema } from "../utils/buildConfigSchema.js";
|
|
4
4
|
|
|
5
5
|
//#region ../automated-config/dist/generated/universalTokensConfigAuto.d.ts
|
|
@@ -19,6 +19,7 @@ interface UniversalTokensConfigAuto {
|
|
|
19
19
|
radio: ComponentSchema<typeof RadioConfig>;
|
|
20
20
|
switch: ComponentSchema<typeof SwitchConfig>;
|
|
21
21
|
toast: ComponentSchema<typeof ToastConfig>;
|
|
22
|
+
tooltip: ComponentSchema<typeof TooltipConfig>;
|
|
22
23
|
}
|
|
23
24
|
/** All component-level configurations from generated configs */
|
|
24
25
|
type AutoComponents = UniversalTokensConfigAuto;
|
|
@@ -11920,6 +11920,100 @@ const defaultUniversalTokensConfigAuto = {
|
|
|
11920
11920
|
} }
|
|
11921
11921
|
}
|
|
11922
11922
|
}
|
|
11923
|
+
},
|
|
11924
|
+
tooltip: {
|
|
11925
|
+
defaults: {
|
|
11926
|
+
size: "default",
|
|
11927
|
+
variant: "default"
|
|
11928
|
+
},
|
|
11929
|
+
variables: {
|
|
11930
|
+
"size/default/body": { textVariant: { rest: {
|
|
11931
|
+
type: "textVariants",
|
|
11932
|
+
value: "ui3/emphasized",
|
|
11933
|
+
valueType: "alias"
|
|
11934
|
+
} } },
|
|
11935
|
+
"size/default/icon": { size: { rest: {
|
|
11936
|
+
type: "iconSizes",
|
|
11937
|
+
value: "xs",
|
|
11938
|
+
valueType: "alias"
|
|
11939
|
+
} } },
|
|
11940
|
+
"size/default/root": {
|
|
11941
|
+
gap: { rest: {
|
|
11942
|
+
type: "spacingAliases",
|
|
11943
|
+
value: "1",
|
|
11944
|
+
valueType: "alias"
|
|
11945
|
+
} },
|
|
11946
|
+
shadow: { rest: {
|
|
11947
|
+
type: "elevationAliases",
|
|
11948
|
+
value: "elevation-0",
|
|
11949
|
+
valueType: "alias"
|
|
11950
|
+
} },
|
|
11951
|
+
spacingHorizontal: { rest: {
|
|
11952
|
+
type: "spacingAliases",
|
|
11953
|
+
value: "3",
|
|
11954
|
+
valueType: "alias"
|
|
11955
|
+
} },
|
|
11956
|
+
spacingVertical: { rest: {
|
|
11957
|
+
type: "spacingAliases",
|
|
11958
|
+
value: "2",
|
|
11959
|
+
valueType: "alias"
|
|
11960
|
+
} }
|
|
11961
|
+
},
|
|
11962
|
+
"size/default/svg": {
|
|
11963
|
+
borderRadius: { rest: {
|
|
11964
|
+
type: "borderRadii",
|
|
11965
|
+
value: "md",
|
|
11966
|
+
valueType: "alias"
|
|
11967
|
+
} },
|
|
11968
|
+
strokeWidth: { rest: {
|
|
11969
|
+
type: "borderWidths",
|
|
11970
|
+
value: "thin",
|
|
11971
|
+
valueType: "alias"
|
|
11972
|
+
} }
|
|
11973
|
+
},
|
|
11974
|
+
"size/default/title": { textVariant: { rest: {
|
|
11975
|
+
type: "textVariants",
|
|
11976
|
+
value: "ui1/emphasized",
|
|
11977
|
+
valueType: "alias"
|
|
11978
|
+
} } },
|
|
11979
|
+
"variant/default/blur": { backdropBlur: { rest: {
|
|
11980
|
+
type: "positiveIntegers",
|
|
11981
|
+
value: 0,
|
|
11982
|
+
valueType: "alias"
|
|
11983
|
+
} } },
|
|
11984
|
+
"variant/default/icon": { color: { rest: {
|
|
11985
|
+
type: "foregroundPaletteColors",
|
|
11986
|
+
value: "primary",
|
|
11987
|
+
valueType: "alias"
|
|
11988
|
+
} } },
|
|
11989
|
+
"variant/default/root": { color: { rest: {
|
|
11990
|
+
type: "foregroundPaletteColors",
|
|
11991
|
+
value: "primary",
|
|
11992
|
+
valueType: "alias"
|
|
11993
|
+
} } },
|
|
11994
|
+
"variant/default/svg": {
|
|
11995
|
+
backgroundColor: { rest: {
|
|
11996
|
+
type: "elevationAliases",
|
|
11997
|
+
value: "elevation-0",
|
|
11998
|
+
valueType: "alias"
|
|
11999
|
+
} },
|
|
12000
|
+
blurBackgroundColorFallback: { rest: {
|
|
12001
|
+
type: "elevationAliases",
|
|
12002
|
+
value: "elevation-0",
|
|
12003
|
+
valueType: "alias"
|
|
12004
|
+
} },
|
|
12005
|
+
fillOpacity: { rest: {
|
|
12006
|
+
type: "opacitySteps",
|
|
12007
|
+
value: "100",
|
|
12008
|
+
valueType: "alias"
|
|
12009
|
+
} },
|
|
12010
|
+
stroke: { rest: {
|
|
12011
|
+
type: "elevationAliases",
|
|
12012
|
+
value: "elevation-0",
|
|
12013
|
+
valueType: "alias"
|
|
12014
|
+
} }
|
|
12015
|
+
}
|
|
12016
|
+
}
|
|
11923
12017
|
}
|
|
11924
12018
|
};
|
|
11925
12019
|
|
|
@@ -148,6 +148,11 @@ const borderWidth = {
|
|
|
148
148
|
return false;
|
|
149
149
|
}
|
|
150
150
|
};
|
|
151
|
+
const strokeWidth = {
|
|
152
|
+
...borderWidth,
|
|
153
|
+
name: "strokeWidth",
|
|
154
|
+
cssProperties: "stroke-width"
|
|
155
|
+
};
|
|
151
156
|
const borderColor = {
|
|
152
157
|
name: "borderColor",
|
|
153
158
|
cssProperties: "border-color",
|
|
@@ -163,6 +168,11 @@ const borderColor = {
|
|
|
163
168
|
return false;
|
|
164
169
|
}
|
|
165
170
|
};
|
|
171
|
+
const stroke = {
|
|
172
|
+
...borderColor,
|
|
173
|
+
name: "stroke",
|
|
174
|
+
cssProperties: "stroke"
|
|
175
|
+
};
|
|
166
176
|
const outlineWidth = {
|
|
167
177
|
name: "outlineWidth",
|
|
168
178
|
cssProperties: "outline-width",
|
|
@@ -195,16 +205,109 @@ const outlineColor = {
|
|
|
195
205
|
"linePaletteColors"
|
|
196
206
|
]
|
|
197
207
|
};
|
|
208
|
+
const borderRadius = {
|
|
209
|
+
name: "borderRadius",
|
|
210
|
+
cssProperties: "border-radius",
|
|
211
|
+
twThemePath: (_, value) => `udsBorderRadius.${value}`,
|
|
212
|
+
possibleFixtures: ["borderRadii"]
|
|
213
|
+
};
|
|
214
|
+
const borderRadiusVar = {
|
|
215
|
+
...borderRadius,
|
|
216
|
+
name: "borderRadiusVar",
|
|
217
|
+
cssProperties: `--${require_index.BORDER_RADIUS_PREFIX}`
|
|
218
|
+
};
|
|
219
|
+
const spacing = {
|
|
220
|
+
name: "spacing",
|
|
221
|
+
cssProperties: "padding",
|
|
222
|
+
twThemePath: (_, value) => `spacing[${value}]`,
|
|
223
|
+
possibleFixtures: ["spacingAliases"]
|
|
224
|
+
};
|
|
225
|
+
const spacingHorizontal = {
|
|
226
|
+
name: "spacingHorizontal",
|
|
227
|
+
cssProperties: ["padding-right", "padding-left"],
|
|
228
|
+
twThemePath: (_, value) => `spacing[${value}]`,
|
|
229
|
+
possibleFixtures: ["spacingAliases"]
|
|
230
|
+
};
|
|
231
|
+
const spacingVertical = {
|
|
232
|
+
name: "spacingVertical",
|
|
233
|
+
cssProperties: ["padding-top", "padding-bottom"],
|
|
234
|
+
twThemePath: (_, value) => `spacing[${value}]`,
|
|
235
|
+
possibleFixtures: ["spacingAliases"]
|
|
236
|
+
};
|
|
237
|
+
const height = {
|
|
238
|
+
name: "height",
|
|
239
|
+
cssProperties: "height",
|
|
240
|
+
twThemePath: (_, value) => {
|
|
241
|
+
return `height[${value}]`;
|
|
242
|
+
},
|
|
243
|
+
possibleFixtures: ["spacingAliases"]
|
|
244
|
+
};
|
|
245
|
+
const width = {
|
|
246
|
+
name: "width",
|
|
247
|
+
cssProperties: "width",
|
|
248
|
+
twThemePath: (_, value) => {
|
|
249
|
+
return `width[${value}]`;
|
|
250
|
+
},
|
|
251
|
+
possibleFixtures: ["spacingAliases"]
|
|
252
|
+
};
|
|
253
|
+
const shadow = {
|
|
254
|
+
name: "drop shadow",
|
|
255
|
+
cssProperties: "box-shadow",
|
|
256
|
+
twThemePath: () => {
|
|
257
|
+
return ``;
|
|
258
|
+
},
|
|
259
|
+
concatenate: true,
|
|
260
|
+
customValueRenderer: (schemaValue) => {
|
|
261
|
+
const shadowType = "drop";
|
|
262
|
+
const noneValue = "0 0 0 transparent";
|
|
263
|
+
if (schemaValue.valueType === "alias") {
|
|
264
|
+
const noneValue = "0 0 0 transparent";
|
|
265
|
+
if (schemaValue.value === "none") return noneValue;
|
|
266
|
+
if (schemaValue.value !== "custom") return `var(--uds-${shadowType}-shadow-${schemaValue.value})`;
|
|
267
|
+
} else if (schemaValue.valueType === "custom") return schemaValue.value.map((preset, index) => require_index.getShadowLayerValue({
|
|
268
|
+
preset,
|
|
269
|
+
shadowType,
|
|
270
|
+
prefix: index > 0 ? `${index + 1}` : void 0
|
|
271
|
+
}))?.join(", ") || noneValue;
|
|
272
|
+
throw new Error("Invalid valueType");
|
|
273
|
+
},
|
|
274
|
+
possibleFixtures: [
|
|
275
|
+
"shadowVariants",
|
|
276
|
+
"shadowVariantConfig",
|
|
277
|
+
"elevationAliases"
|
|
278
|
+
]
|
|
279
|
+
};
|
|
280
|
+
const insetShadow = {
|
|
281
|
+
name: "inset shadow",
|
|
282
|
+
cssProperties: "box-shadow",
|
|
283
|
+
twThemePath: () => {
|
|
284
|
+
return ``;
|
|
285
|
+
},
|
|
286
|
+
concatenate: true,
|
|
287
|
+
customValueRenderer: (schemaValue) => {
|
|
288
|
+
const shadowType = "inset";
|
|
289
|
+
const noneValue = "0 0 0 transparent";
|
|
290
|
+
if (schemaValue.valueType === "alias") {
|
|
291
|
+
const noneValue = "0 0 0 transparent";
|
|
292
|
+
if (schemaValue.value === "none") return noneValue;
|
|
293
|
+
if (schemaValue.value !== "custom") return `var(--uds-${shadowType}-shadow-${schemaValue.value})`;
|
|
294
|
+
} else if (schemaValue.valueType === "custom") return schemaValue.value.map((preset, index) => require_index.getShadowLayerValue({
|
|
295
|
+
preset,
|
|
296
|
+
shadowType,
|
|
297
|
+
prefix: index > 0 ? `${index + 1}` : void 0
|
|
298
|
+
}))?.join(", ") || noneValue;
|
|
299
|
+
throw new Error("Invalid valueType");
|
|
300
|
+
},
|
|
301
|
+
possibleFixtures: ["shadowVariantsWithInvert"]
|
|
302
|
+
};
|
|
198
303
|
const publicProperties = {
|
|
199
304
|
backgroundColor,
|
|
200
305
|
borderWidth,
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
twThemePath: (_, value) => `udsBorderRadius.${value}`,
|
|
205
|
-
possibleFixtures: ["borderRadii"]
|
|
206
|
-
},
|
|
306
|
+
strokeWidth,
|
|
307
|
+
borderRadius,
|
|
308
|
+
borderRadiusVar,
|
|
207
309
|
borderColor,
|
|
310
|
+
stroke,
|
|
208
311
|
buttonSize: {
|
|
209
312
|
name: "buttonSize",
|
|
210
313
|
cssProperties: "--uds-button-size",
|
|
@@ -241,6 +344,12 @@ const publicProperties = {
|
|
|
241
344
|
twThemePath: (_, value) => `opacity[${value}]`,
|
|
242
345
|
possibleFixtures: ["opacitySteps"]
|
|
243
346
|
},
|
|
347
|
+
fillOpacity: {
|
|
348
|
+
name: "fillOpacity",
|
|
349
|
+
cssProperties: "fill-opacity",
|
|
350
|
+
twThemePath: (_, value) => `opacity[${value}]`,
|
|
351
|
+
possibleFixtures: ["opacitySteps"]
|
|
352
|
+
},
|
|
244
353
|
fontWeight,
|
|
245
354
|
iconSize: {
|
|
246
355
|
name: "iconSize",
|
|
@@ -248,12 +357,7 @@ const publicProperties = {
|
|
|
248
357
|
twThemePath: (_, value) => `sizing.icon.${value}`,
|
|
249
358
|
possibleFixtures: ["iconSizes"]
|
|
250
359
|
},
|
|
251
|
-
spacing
|
|
252
|
-
name: "spacing",
|
|
253
|
-
cssProperties: "padding",
|
|
254
|
-
twThemePath: (_, value) => `spacing[${value}]`,
|
|
255
|
-
possibleFixtures: ["spacingAliases"]
|
|
256
|
-
},
|
|
360
|
+
spacing,
|
|
257
361
|
iconVariant: {
|
|
258
362
|
name: "iconVariant",
|
|
259
363
|
cssProperties: "--uds-icon-variant",
|
|
@@ -265,86 +369,19 @@ const publicProperties = {
|
|
|
265
369
|
return String(schemaValue.value);
|
|
266
370
|
}
|
|
267
371
|
},
|
|
268
|
-
spacingHorizontal
|
|
269
|
-
|
|
270
|
-
cssProperties: ["padding-right", "padding-left"],
|
|
271
|
-
twThemePath: (_, value) => `spacing[${value}]`,
|
|
272
|
-
possibleFixtures: ["spacingAliases"]
|
|
273
|
-
},
|
|
274
|
-
spacingVertical: {
|
|
275
|
-
name: "spacingVertical",
|
|
276
|
-
cssProperties: ["padding-top", "padding-bottom"],
|
|
277
|
-
twThemePath: (_, value) => `spacing[${value}]`,
|
|
278
|
-
possibleFixtures: ["spacingAliases"]
|
|
279
|
-
},
|
|
372
|
+
spacingHorizontal,
|
|
373
|
+
spacingVertical,
|
|
280
374
|
textVariant,
|
|
281
375
|
textDecorationLine,
|
|
282
|
-
shadow
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
},
|
|
288
|
-
concatenate: true,
|
|
289
|
-
customValueRenderer: (schemaValue) => {
|
|
290
|
-
const shadowType = "drop";
|
|
291
|
-
const noneValue = "0 0 0 transparent";
|
|
292
|
-
if (schemaValue.valueType === "alias") {
|
|
293
|
-
const noneValue = "0 0 0 transparent";
|
|
294
|
-
if (schemaValue.value === "none") return noneValue;
|
|
295
|
-
if (schemaValue.value !== "custom") return `var(--uds-${shadowType}-shadow-${schemaValue.value})`;
|
|
296
|
-
} else if (schemaValue.valueType === "custom") return schemaValue.value.map((preset, index) => require_index.getShadowLayerValue({
|
|
297
|
-
preset,
|
|
298
|
-
shadowType,
|
|
299
|
-
prefix: index > 0 ? `${index + 1}` : void 0
|
|
300
|
-
}))?.join(", ") || noneValue;
|
|
301
|
-
throw new Error("Invalid valueType");
|
|
302
|
-
},
|
|
303
|
-
possibleFixtures: [
|
|
304
|
-
"shadowVariants",
|
|
305
|
-
"shadowVariantConfig",
|
|
306
|
-
"elevationAliases"
|
|
307
|
-
]
|
|
308
|
-
},
|
|
309
|
-
insetShadow: {
|
|
310
|
-
name: "inset shadow",
|
|
311
|
-
cssProperties: "box-shadow",
|
|
312
|
-
twThemePath: () => {
|
|
313
|
-
return ``;
|
|
314
|
-
},
|
|
315
|
-
concatenate: true,
|
|
316
|
-
customValueRenderer: (schemaValue) => {
|
|
317
|
-
const shadowType = "inset";
|
|
318
|
-
const noneValue = "0 0 0 transparent";
|
|
319
|
-
if (schemaValue.valueType === "alias") {
|
|
320
|
-
const noneValue = "0 0 0 transparent";
|
|
321
|
-
if (schemaValue.value === "none") return noneValue;
|
|
322
|
-
if (schemaValue.value !== "custom") return `var(--uds-${shadowType}-shadow-${schemaValue.value})`;
|
|
323
|
-
} else if (schemaValue.valueType === "custom") return schemaValue.value.map((preset, index) => require_index.getShadowLayerValue({
|
|
324
|
-
preset,
|
|
325
|
-
shadowType,
|
|
326
|
-
prefix: index > 0 ? `${index + 1}` : void 0
|
|
327
|
-
}))?.join(", ") || noneValue;
|
|
328
|
-
throw new Error("Invalid valueType");
|
|
329
|
-
},
|
|
330
|
-
possibleFixtures: ["shadowVariantsWithInvert"]
|
|
331
|
-
},
|
|
332
|
-
height: {
|
|
333
|
-
name: "height",
|
|
334
|
-
cssProperties: "height",
|
|
335
|
-
twThemePath: (_, value) => {
|
|
336
|
-
return `height[${value}]`;
|
|
337
|
-
},
|
|
338
|
-
possibleFixtures: ["spacingAliases"]
|
|
339
|
-
},
|
|
340
|
-
width: {
|
|
341
|
-
name: "width",
|
|
342
|
-
cssProperties: "width",
|
|
343
|
-
twThemePath: (_, value) => {
|
|
344
|
-
return `width[${value}]`;
|
|
345
|
-
},
|
|
346
|
-
possibleFixtures: ["spacingAliases"]
|
|
376
|
+
shadow,
|
|
377
|
+
shadowVar: {
|
|
378
|
+
...shadow,
|
|
379
|
+
name: "shadowVar",
|
|
380
|
+
cssProperties: `--${require_index.DROP_SHADOW_PREFIX}`
|
|
347
381
|
},
|
|
382
|
+
insetShadow,
|
|
383
|
+
height,
|
|
384
|
+
width,
|
|
348
385
|
scaleEffect: {
|
|
349
386
|
name: "scaleEffect",
|
|
350
387
|
cssProperties: require_index.BUTTON_SCALE_EFFECT,
|
|
@@ -357,6 +394,27 @@ const publicProperties = {
|
|
|
357
394
|
const stringValue = String(value);
|
|
358
395
|
return String(require_index$1.SCALE_EFFECTS[stringValue] ?? require_index$1.SCALE_EFFECTS.none);
|
|
359
396
|
}
|
|
397
|
+
},
|
|
398
|
+
backdropBlur: {
|
|
399
|
+
name: "backdropBlur",
|
|
400
|
+
possibleFixtures: ["positiveIntegers"],
|
|
401
|
+
cssProperties: "--uds-backdrop-blur",
|
|
402
|
+
twThemePath: () => {
|
|
403
|
+
return ``;
|
|
404
|
+
},
|
|
405
|
+
customValueRenderer: (schemaValue) => {
|
|
406
|
+
return `blur(${schemaValue.value}px)`;
|
|
407
|
+
}
|
|
408
|
+
},
|
|
409
|
+
blurBackgroundColor: {
|
|
410
|
+
...backgroundColor,
|
|
411
|
+
name: "blurBackgroundColor",
|
|
412
|
+
cssProperties: `--${require_index.BACKGROUND_BLUR_COLOR_PREFIX}`
|
|
413
|
+
},
|
|
414
|
+
blurBackgroundColorFallback: {
|
|
415
|
+
...backgroundColor,
|
|
416
|
+
name: "blurBackgroundColorFallback",
|
|
417
|
+
cssProperties: `--${require_index.BACKGROUND_BLUR_FALLBACK_COLOR_PREFIX}`
|
|
360
418
|
}
|
|
361
419
|
};
|
|
362
420
|
const internalProperties = {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { ShadowPreset } from "../../types/dist/index.cjs";
|
|
3
|
+
import { ArbitraryFixtures, InferArbitraryType } from "../../fixtures/dist/index.cjs";
|
|
3
4
|
import { AllPossibleProperties, PossibleStates } from "./types/ComponentConfig.cjs";
|
|
4
5
|
import { SchemaStateValue } from "./types/ConfigSchema.cjs";
|
|
5
6
|
|
|
@@ -15,7 +16,7 @@ interface ConfigurableProperty<T extends AllPossibleProperties, CVR = unknown> {
|
|
|
15
16
|
name: string;
|
|
16
17
|
cssProperties: string | string[];
|
|
17
18
|
twThemePath: (fixtureType: T, value: string) => string;
|
|
18
|
-
possibleFixtures: T[];
|
|
19
|
+
possibleFixtures: readonly T[];
|
|
19
20
|
extendedProperties?: ExtendablePropertiesName[] | ((context: ComponentConfigContext) => ExtendablePropertiesName[] | undefined | false);
|
|
20
21
|
customValueRenderer?: (schemaStateValue: SchemaStateValue<CVR>, schema: unknown, themeGetter: (path: string) => string) => string;
|
|
21
22
|
concatenate?: boolean;
|
|
@@ -24,8 +25,11 @@ interface ConfigurableProperty<T extends AllPossibleProperties, CVR = unknown> {
|
|
|
24
25
|
declare const publicProperties: {
|
|
25
26
|
readonly backgroundColor: ConfigurableProperty<"backgroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases" | "elevationAliases", unknown>;
|
|
26
27
|
readonly borderWidth: ConfigurableProperty<"elevationAliases" | "borderWidths" | "spacingAliases", unknown>;
|
|
28
|
+
readonly strokeWidth: ConfigurableProperty<"elevationAliases" | "borderWidths" | "spacingAliases", unknown>;
|
|
27
29
|
readonly borderRadius: ConfigurableProperty<"borderRadii", unknown>;
|
|
30
|
+
readonly borderRadiusVar: ConfigurableProperty<"borderRadii", unknown>;
|
|
28
31
|
readonly borderColor: ConfigurableProperty<"spectrumColors" | "alwaysPaletteAliases" | "elevationAliases" | "linePaletteColors", unknown>;
|
|
32
|
+
readonly stroke: ConfigurableProperty<"spectrumColors" | "alwaysPaletteAliases" | "elevationAliases" | "linePaletteColors", unknown>;
|
|
29
33
|
readonly buttonSize: ConfigurableProperty<"buttonSizes", unknown>;
|
|
30
34
|
readonly buttonVariant: ConfigurableProperty<"buttonVariantsFlat", unknown>;
|
|
31
35
|
readonly fontFamily: ConfigurableProperty<"textVariants", unknown>;
|
|
@@ -37,6 +41,7 @@ declare const publicProperties: {
|
|
|
37
41
|
readonly gap: ConfigurableProperty<"spacingAliases", unknown>;
|
|
38
42
|
readonly color: ConfigurableProperty<"spectrumColors" | "alwaysPaletteAliases" | "foregroundPaletteColors", unknown>;
|
|
39
43
|
readonly opacity: ConfigurableProperty<"opacitySteps", unknown>;
|
|
44
|
+
readonly fillOpacity: ConfigurableProperty<"opacitySteps", unknown>;
|
|
40
45
|
readonly fontWeight: ConfigurableProperty<"textVariants", unknown>;
|
|
41
46
|
readonly iconSize: ConfigurableProperty<"iconSizes", unknown>;
|
|
42
47
|
readonly spacing: ConfigurableProperty<"spacingAliases", unknown>;
|
|
@@ -46,10 +51,14 @@ declare const publicProperties: {
|
|
|
46
51
|
readonly textVariant: ConfigurableProperty<"textVariants", unknown>;
|
|
47
52
|
readonly textDecorationLine: ConfigurableProperty<"textDecorationLines", unknown>;
|
|
48
53
|
readonly shadow: ConfigurableProperty<"elevationAliases" | "shadowVariants" | "shadowVariantConfig", string | [] | [ShadowPreset] | [ShadowPreset, ShadowPreset] | [ShadowPreset, ShadowPreset, ShadowPreset]>;
|
|
54
|
+
readonly shadowVar: ConfigurableProperty<"elevationAliases" | "shadowVariants" | "shadowVariantConfig", string | [] | [ShadowPreset] | [ShadowPreset, ShadowPreset] | [ShadowPreset, ShadowPreset, ShadowPreset]>;
|
|
49
55
|
readonly insetShadow: ConfigurableProperty<"shadowVariantConfig" | "shadowVariantsWithInvert", string | [] | [ShadowPreset] | [ShadowPreset, ShadowPreset] | [ShadowPreset, ShadowPreset, ShadowPreset]>;
|
|
50
56
|
readonly height: ConfigurableProperty<"spacingAliases", unknown>;
|
|
51
57
|
readonly width: ConfigurableProperty<"spacingAliases", unknown>;
|
|
52
58
|
readonly scaleEffect: ConfigurableProperty<"scaleEffects", unknown>;
|
|
59
|
+
readonly backdropBlur: ConfigurableProperty<"positiveIntegers", unknown>;
|
|
60
|
+
readonly blurBackgroundColor: ConfigurableProperty<"backgroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases" | "elevationAliases", unknown>;
|
|
61
|
+
readonly blurBackgroundColorFallback: ConfigurableProperty<"backgroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases" | "elevationAliases", unknown>;
|
|
53
62
|
};
|
|
54
63
|
declare const configurableProperties: {
|
|
55
64
|
outlineWidth: ConfigurableProperty<"borderWidths" | "spacingAliases", unknown>;
|
|
@@ -58,8 +67,11 @@ declare const configurableProperties: {
|
|
|
58
67
|
solidOutline: ConfigurableProperty<never, unknown>;
|
|
59
68
|
backgroundColor: ConfigurableProperty<"backgroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases" | "elevationAliases", unknown>;
|
|
60
69
|
borderWidth: ConfigurableProperty<"elevationAliases" | "borderWidths" | "spacingAliases", unknown>;
|
|
70
|
+
strokeWidth: ConfigurableProperty<"elevationAliases" | "borderWidths" | "spacingAliases", unknown>;
|
|
61
71
|
borderRadius: ConfigurableProperty<"borderRadii", unknown>;
|
|
72
|
+
borderRadiusVar: ConfigurableProperty<"borderRadii", unknown>;
|
|
62
73
|
borderColor: ConfigurableProperty<"spectrumColors" | "alwaysPaletteAliases" | "elevationAliases" | "linePaletteColors", unknown>;
|
|
74
|
+
stroke: ConfigurableProperty<"spectrumColors" | "alwaysPaletteAliases" | "elevationAliases" | "linePaletteColors", unknown>;
|
|
63
75
|
buttonSize: ConfigurableProperty<"buttonSizes", unknown>;
|
|
64
76
|
buttonVariant: ConfigurableProperty<"buttonVariantsFlat", unknown>;
|
|
65
77
|
fontFamily: ConfigurableProperty<"textVariants", unknown>;
|
|
@@ -71,6 +83,7 @@ declare const configurableProperties: {
|
|
|
71
83
|
gap: ConfigurableProperty<"spacingAliases", unknown>;
|
|
72
84
|
color: ConfigurableProperty<"spectrumColors" | "alwaysPaletteAliases" | "foregroundPaletteColors", unknown>;
|
|
73
85
|
opacity: ConfigurableProperty<"opacitySteps", unknown>;
|
|
86
|
+
fillOpacity: ConfigurableProperty<"opacitySteps", unknown>;
|
|
74
87
|
fontWeight: ConfigurableProperty<"textVariants", unknown>;
|
|
75
88
|
iconSize: ConfigurableProperty<"iconSizes", unknown>;
|
|
76
89
|
spacing: ConfigurableProperty<"spacingAliases", unknown>;
|
|
@@ -80,10 +93,14 @@ declare const configurableProperties: {
|
|
|
80
93
|
textVariant: ConfigurableProperty<"textVariants", unknown>;
|
|
81
94
|
textDecorationLine: ConfigurableProperty<"textDecorationLines", unknown>;
|
|
82
95
|
shadow: ConfigurableProperty<"elevationAliases" | "shadowVariants" | "shadowVariantConfig", string | [] | [ShadowPreset] | [ShadowPreset, ShadowPreset] | [ShadowPreset, ShadowPreset, ShadowPreset]>;
|
|
96
|
+
shadowVar: ConfigurableProperty<"elevationAliases" | "shadowVariants" | "shadowVariantConfig", string | [] | [ShadowPreset] | [ShadowPreset, ShadowPreset] | [ShadowPreset, ShadowPreset, ShadowPreset]>;
|
|
83
97
|
insetShadow: ConfigurableProperty<"shadowVariantConfig" | "shadowVariantsWithInvert", string | [] | [ShadowPreset] | [ShadowPreset, ShadowPreset] | [ShadowPreset, ShadowPreset, ShadowPreset]>;
|
|
84
98
|
height: ConfigurableProperty<"spacingAliases", unknown>;
|
|
85
99
|
width: ConfigurableProperty<"spacingAliases", unknown>;
|
|
86
100
|
scaleEffect: ConfigurableProperty<"scaleEffects", unknown>;
|
|
101
|
+
backdropBlur: ConfigurableProperty<"positiveIntegers", unknown>;
|
|
102
|
+
blurBackgroundColor: ConfigurableProperty<"backgroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases" | "elevationAliases", unknown>;
|
|
103
|
+
blurBackgroundColorFallback: ConfigurableProperty<"backgroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases" | "elevationAliases", unknown>;
|
|
87
104
|
};
|
|
88
105
|
type ExtendablePropertiesName = keyof typeof configurableProperties;
|
|
89
106
|
type ConfigurablePropertiesName = keyof typeof publicProperties;
|
|
@@ -95,7 +112,11 @@ interface SelectedConfigurableProperty<C extends ConfigurablePropertiesName, O e
|
|
|
95
112
|
skipRestState?: boolean;
|
|
96
113
|
pseudoStates?: PossibleStates[];
|
|
97
114
|
supportsCustom?: boolean;
|
|
98
|
-
|
|
115
|
+
layerReference?: {
|
|
116
|
+
layerName: string;
|
|
117
|
+
propertyName: string;
|
|
118
|
+
};
|
|
119
|
+
defaults: { [K in O]: V[number][number] | (Extract<T[number], ArbitraryFixtures> extends never ? never : InferArbitraryType<Extract<T[number], ArbitraryFixtures>>) };
|
|
99
120
|
} //#endregion
|
|
100
121
|
//#endregion
|
|
101
|
-
export { type ComponentConfigContext, type ConfigurablePropertiesName, type ExtendablePropertiesName, type SelectedConfigurableProperty, configurableProperties };
|
|
122
|
+
export { type ComponentConfigContext, type ConfigurablePropertiesName, type ConfigurableProperty, type ExtendablePropertiesName, type SelectedConfigurableProperty, configurableProperties };
|