@yahoo/uds 3.133.3 → 3.134.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 +14 -0
- package/dist/automated-config/dist/generated/autoVariants.d.cts +14 -0
- package/dist/automated-config/dist/generated/autoVariants.d.ts +14 -0
- package/dist/automated-config/dist/generated/autoVariants.js +14 -0
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +2796 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +288 -2
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +288 -2
- package/dist/automated-config/dist/generated/generatedConfigs.js +2796 -2
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +119 -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 +119 -0
- package/dist/automated-config/dist/properties.cjs +15 -1
- package/dist/automated-config/dist/properties.d.cts +4 -0
- package/dist/automated-config/dist/properties.d.ts +4 -0
- package/dist/automated-config/dist/properties.js +15 -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/cli/commands/sync.cjs +4 -0
- package/dist/cli/commands/sync.js +4 -0
- package/dist/cli/dist/lib/args.cjs +7 -3
- package/dist/cli/dist/lib/args.js +7 -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/components/client/Modal/Modal.cjs +193 -0
- package/dist/components/client/Modal/Modal.d.cts +51 -0
- package/dist/components/client/Modal/Modal.d.ts +52 -0
- package/dist/components/client/Modal/Modal.js +191 -0
- package/dist/components/client/Modal/ModalActions.cjs +54 -0
- package/dist/components/client/Modal/ModalActions.d.cts +27 -0
- package/dist/components/client/Modal/ModalActions.d.ts +28 -0
- package/dist/components/client/Modal/ModalActions.js +52 -0
- package/dist/components/client/Modal/ModalContent.cjs +37 -0
- package/dist/components/client/Modal/ModalContent.d.cts +24 -0
- package/dist/components/client/Modal/ModalContent.d.ts +25 -0
- package/dist/components/client/Modal/ModalContent.js +35 -0
- package/dist/components/client/Modal/ModalContext.cjs +15 -0
- package/dist/components/client/Modal/ModalContext.d.cts +13 -0
- package/dist/components/client/Modal/ModalContext.d.ts +14 -0
- package/dist/components/client/Modal/ModalContext.js +12 -0
- package/dist/components/client/Modal/ModalDescription.cjs +29 -0
- package/dist/components/client/Modal/ModalDescription.d.cts +23 -0
- package/dist/components/client/Modal/ModalDescription.d.ts +24 -0
- package/dist/components/client/Modal/ModalDescription.js +27 -0
- package/dist/components/client/Modal/ModalTitle.cjs +29 -0
- package/dist/components/client/Modal/ModalTitle.d.cts +23 -0
- package/dist/components/client/Modal/ModalTitle.d.ts +24 -0
- package/dist/components/client/Modal/ModalTitle.js +27 -0
- package/dist/components/client/Modal/UDSModalConfigProvider.cjs +42 -0
- package/dist/components/client/Modal/UDSModalConfigProvider.d.cts +35 -0
- package/dist/components/client/Modal/UDSModalConfigProvider.d.ts +36 -0
- package/dist/components/client/Modal/UDSModalConfigProvider.js +39 -0
- package/dist/components/client/Modal/index.cjs +16 -0
- package/dist/components/client/Modal/index.d.cts +8 -0
- package/dist/components/client/Modal/index.d.ts +9 -0
- package/dist/components/client/Modal/index.js +9 -0
- package/dist/components/client/Modal/useScrollFade.cjs +38 -0
- package/dist/components/client/Modal/useScrollFade.d.cts +13 -0
- package/dist/components/client/Modal/useScrollFade.d.ts +14 -0
- package/dist/components/client/Modal/useScrollFade.js +36 -0
- package/dist/components/client/Modal/utils.cjs +32 -0
- package/dist/components/client/Modal/utils.d.cts +13 -0
- package/dist/components/client/Modal/utils.d.ts +14 -0
- package/dist/components/client/Modal/utils.js +30 -0
- package/dist/components/client/Popover/index.d.cts +1 -1
- package/dist/components/client/Popover/index.d.ts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +1 -1
- package/dist/components/client/index.cjs +13 -0
- package/dist/components/client/index.d.cts +8 -2
- package/dist/components/client/index.d.ts +8 -2
- package/dist/components/client/index.js +7 -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/experimental/client/index.cjs +0 -5
- package/dist/components/experimental/client/index.d.cts +1 -2
- package/dist/components/experimental/client/index.d.ts +1 -2
- package/dist/components/experimental/client/index.js +1 -2
- package/dist/components/experimental/index.cjs +1 -10
- package/dist/components/experimental/index.d.cts +1 -2
- package/dist/components/experimental/index.d.ts +1 -2
- package/dist/components/experimental/index.js +2 -7
- package/dist/components/index.cjs +20 -0
- package/dist/components/index.d.cts +8 -2
- package/dist/components/index.d.ts +8 -2
- package/dist/components/index.js +14 -1
- package/dist/config/dist/index.cjs +129 -4
- package/dist/config/dist/index.js +129 -4
- package/dist/index.cjs +16 -0
- package/dist/index.d.cts +11 -4
- package/dist/index.d.ts +11 -4
- package/dist/index.js +9 -2
- 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/modalConfig.cjs +22 -0
- package/dist/runtime/modalConfig.d.cts +22 -0
- package/dist/runtime/modalConfig.d.ts +22 -0
- package/dist/runtime/modalConfig.js +21 -0
- package/dist/runtime/udsConfig.cjs +4 -2
- package/dist/runtime/udsConfig.d.cts +2 -0
- package/dist/runtime/udsConfig.d.ts +2 -0
- package/dist/runtime/udsConfig.js +4 -2
- package/dist/styles/styler.d.cts +35 -21
- package/dist/styles/styler.d.ts +35 -21
- package/dist/styles/variants.d.cts +42 -0
- package/dist/styles/variants.d.ts +42 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +14 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +14 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +2796 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +2796 -2
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/properties.cjs +15 -1
- package/dist/tailwind/dist/automated-config/dist/properties.js +15 -1
- package/dist/tailwind/dist/automated-config/dist/properties.js.map +1 -1
- package/dist/tailwind/dist/commands/css.cjs +1 -0
- package/dist/tailwind/dist/commands/css.d.cts.map +1 -1
- package/dist/tailwind/dist/commands/css.d.ts.map +1 -1
- package/dist/tailwind/dist/commands/css.helpers.cjs +8 -1
- package/dist/tailwind/dist/commands/css.helpers.js +8 -1
- package/dist/tailwind/dist/commands/css.helpers.js.map +1 -1
- package/dist/tailwind/dist/commands/css.js +1 -0
- package/dist/tailwind/dist/commands/css.js.map +1 -1
- package/dist/tailwind/dist/config/dist/index.cjs +129 -4
- package/dist/tailwind/dist/config/dist/index.js +129 -4
- package/dist/tailwind/dist/config/dist/index.js.map +1 -1
- package/dist/tailwind/dist/css/generate.cjs +7 -4
- package/dist/tailwind/dist/css/generate.d.cts.map +1 -1
- package/dist/tailwind/dist/css/generate.d.ts.map +1 -1
- package/dist/tailwind/dist/css/generate.js +7 -4
- package/dist/tailwind/dist/css/generate.js.map +1 -1
- package/dist/tailwind/dist/css/nodeUtils.cjs +19 -8
- package/dist/tailwind/dist/css/nodeUtils.js +19 -8
- package/dist/tailwind/dist/css/nodeUtils.js.map +1 -1
- package/dist/tailwind/dist/css/perf.cjs +92 -0
- package/dist/tailwind/dist/css/perf.js +89 -0
- package/dist/tailwind/dist/css/perf.js.map +1 -0
- package/dist/tailwind/dist/css/purgeWorker.cjs +47 -0
- package/dist/tailwind/dist/css/purgeWorker.d.cts +2 -0
- package/dist/tailwind/dist/css/purgeWorker.d.ts +2 -0
- package/dist/tailwind/dist/css/purgeWorker.js +48 -0
- package/dist/tailwind/dist/css/purgeWorker.js.map +1 -0
- package/dist/tailwind/dist/css/runner.cjs +158 -145
- package/dist/tailwind/dist/css/runner.js +158 -145
- package/dist/tailwind/dist/css/runner.js.map +1 -1
- package/dist/tailwind/dist/css/utils.cjs +8 -0
- package/dist/tailwind/dist/css/utils.js +8 -0
- package/dist/tailwind/dist/css/utils.js.map +1 -1
- package/dist/tailwind/dist/css/workerPool.cjs +89 -0
- package/dist/tailwind/dist/css/workerPool.js +90 -0
- package/dist/tailwind/dist/css/workerPool.js.map +1 -0
- package/dist/tailwind/dist/purger/optimized/ast/expressions.cjs +95 -15
- package/dist/tailwind/dist/purger/optimized/ast/expressions.js +95 -15
- package/dist/tailwind/dist/purger/optimized/ast/expressions.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.cjs +38 -14
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.d.cts.map +1 -1
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.d.ts.map +1 -1
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.js +39 -15
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/types.d.cts +10 -0
- package/dist/tailwind/dist/purger/optimized/types.d.cts.map +1 -1
- package/dist/tailwind/dist/purger/optimized/types.d.ts +10 -0
- package/dist/tailwind/dist/purger/optimized/types.d.ts.map +1 -1
- package/dist/tailwind/dist/runtimeConfig/hookMetadata.cjs +34 -0
- package/dist/tailwind/dist/runtimeConfig/hookMetadata.js +34 -0
- package/dist/tailwind/dist/runtimeConfig/hookMetadata.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.cjs +3 -0
- package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js +3 -0
- package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/components.cjs +1 -0
- package/dist/tailwind/dist/tailwind/plugins/components.js +2 -1
- package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -1
- package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
- package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
- package/dist/tokens/automation/configs/index.cjs +1 -0
- 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/index.cjs +1 -0
- package/dist/tokens/index.d.cts +3 -3
- package/dist/tokens/index.d.ts +3 -3
- package/dist/tokens/index.js +2 -2
- package/dist/tokens/types.d.cts +2 -2
- package/dist/tokens/types.d.ts +2 -2
- package/dist/types/dist/index.d.cts +68 -2
- package/dist/types/dist/index.d.ts +68 -2
- package/dist/uds/generated/componentData.cjs +1024 -833
- package/dist/uds/generated/componentData.js +995 -840
- package/dist/uds/generated/tailwindPurge.cjs +137 -96
- package/dist/uds/generated/tailwindPurge.js +137 -96
- package/dist/utils/exposeAriakitScrollbarWidth.cjs +17 -0
- package/dist/utils/exposeAriakitScrollbarWidth.d.cts +13 -0
- package/dist/utils/exposeAriakitScrollbarWidth.d.ts +13 -0
- package/dist/utils/exposeAriakitScrollbarWidth.js +16 -0
- package/generated/componentData.json +1761 -1550
- package/generated/tailwindPurge.ts +4 -4
- package/package.json +1 -1
- package/dist/components/experimental/client/Modal.cjs +0 -60
- package/dist/components/experimental/client/Modal.d.cts +0 -27
- package/dist/components/experimental/client/Modal.d.ts +0 -28
- package/dist/components/experimental/client/Modal.js +0 -55
- package/dist/tailwind/dist/purger/optimized/ast/jsx.cjs +0 -16
- package/dist/tailwind/dist/purger/optimized/ast/jsx.js +0 -17
- package/dist/tailwind/dist/purger/optimized/ast/jsx.js.map +0 -1
|
@@ -3025,6 +3025,292 @@ declare const MenuItemConfig: {
|
|
|
3025
3025
|
};
|
|
3026
3026
|
};
|
|
3027
3027
|
};
|
|
3028
|
+
declare const ModalConfig: {
|
|
3029
|
+
readonly description: "Modal is a blocking surface used to present content that requires user attention or interaction before returning to the main interface.";
|
|
3030
|
+
readonly label: "Modal";
|
|
3031
|
+
readonly variants: {
|
|
3032
|
+
readonly size: {
|
|
3033
|
+
readonly default: "default";
|
|
3034
|
+
readonly description: "";
|
|
3035
|
+
readonly label: "Size";
|
|
3036
|
+
readonly layers: {
|
|
3037
|
+
readonly actions: {
|
|
3038
|
+
readonly label: "actions";
|
|
3039
|
+
readonly properties: {
|
|
3040
|
+
readonly gap: {
|
|
3041
|
+
readonly defaults: {
|
|
3042
|
+
readonly default: "3";
|
|
3043
|
+
};
|
|
3044
|
+
readonly label: "actions gap";
|
|
3045
|
+
readonly name: "gap";
|
|
3046
|
+
readonly typeOfFixture: readonly ["spacingAliases"];
|
|
3047
|
+
readonly values: readonly [readonly ["0", "px", "0.5", "1", "1.5", "2", "2.5", "3", "3.5", "4", "4.5", "5", "5.5", "6", "7", "8", "9", "10", "11", "12", "14", "16", "20", "24", "28", "32", "36", "40", "44", "48", "52", "56", "60", "64", "72", "80", "96"]];
|
|
3048
|
+
};
|
|
3049
|
+
readonly spacingTop: {
|
|
3050
|
+
readonly defaults: {
|
|
3051
|
+
readonly default: "8";
|
|
3052
|
+
};
|
|
3053
|
+
readonly label: "actions spacing top";
|
|
3054
|
+
readonly name: "spacingTop";
|
|
3055
|
+
readonly typeOfFixture: readonly ["spacingAliases"];
|
|
3056
|
+
readonly values: readonly [readonly ["0", "px", "0.5", "1", "1.5", "2", "2.5", "3", "3.5", "4", "4.5", "5", "5.5", "6", "7", "8", "9", "10", "11", "12", "14", "16", "20", "24", "28", "32", "36", "40", "44", "48", "52", "56", "60", "64", "72", "80", "96"]];
|
|
3057
|
+
};
|
|
3058
|
+
};
|
|
3059
|
+
};
|
|
3060
|
+
readonly closeIcon: {
|
|
3061
|
+
readonly label: "closeIcon";
|
|
3062
|
+
readonly properties: {
|
|
3063
|
+
readonly size: {
|
|
3064
|
+
readonly defaults: {
|
|
3065
|
+
readonly default: "md";
|
|
3066
|
+
};
|
|
3067
|
+
readonly label: "Close icon size";
|
|
3068
|
+
readonly name: "iconSize";
|
|
3069
|
+
readonly typeOfFixture: readonly ["iconSizes"];
|
|
3070
|
+
readonly values: readonly [readonly ["xs", "sm", "md", "lg"]];
|
|
3071
|
+
};
|
|
3072
|
+
};
|
|
3073
|
+
};
|
|
3074
|
+
readonly closeIconContainer: {
|
|
3075
|
+
readonly label: "closeIconContainer";
|
|
3076
|
+
readonly properties: {
|
|
3077
|
+
readonly spacing: {
|
|
3078
|
+
readonly defaults: {
|
|
3079
|
+
readonly default: "2";
|
|
3080
|
+
};
|
|
3081
|
+
readonly label: "Close button spacing";
|
|
3082
|
+
readonly name: "spacing";
|
|
3083
|
+
readonly typeOfFixture: readonly ["spacingAliases"];
|
|
3084
|
+
readonly values: readonly [readonly ["0", "px", "0.5", "1", "1.5", "2", "2.5", "3", "3.5", "4", "4.5", "5", "5.5", "6", "7", "8", "9", "10", "11", "12", "14", "16", "20", "24", "28", "32", "36", "40", "44", "48", "52", "56", "60", "64", "72", "80", "96"]];
|
|
3085
|
+
};
|
|
3086
|
+
};
|
|
3087
|
+
};
|
|
3088
|
+
readonly description: {
|
|
3089
|
+
readonly label: "description";
|
|
3090
|
+
readonly properties: {
|
|
3091
|
+
readonly textVariant: {
|
|
3092
|
+
readonly defaults: {
|
|
3093
|
+
readonly default: "label2";
|
|
3094
|
+
};
|
|
3095
|
+
readonly label: "Description text variant";
|
|
3096
|
+
readonly name: "textVariant";
|
|
3097
|
+
readonly typeOfFixture: readonly ["textVariants"];
|
|
3098
|
+
readonly values: readonly [readonly ["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"]];
|
|
3099
|
+
};
|
|
3100
|
+
};
|
|
3101
|
+
};
|
|
3102
|
+
readonly header: {
|
|
3103
|
+
readonly label: "header";
|
|
3104
|
+
readonly properties: {
|
|
3105
|
+
readonly spacingBottom: {
|
|
3106
|
+
readonly defaults: {
|
|
3107
|
+
readonly default: "8";
|
|
3108
|
+
};
|
|
3109
|
+
readonly label: "header spacing bottom";
|
|
3110
|
+
readonly name: "spacingBottom";
|
|
3111
|
+
readonly typeOfFixture: readonly ["spacingAliases"];
|
|
3112
|
+
readonly values: readonly [readonly ["0", "px", "0.5", "1", "1.5", "2", "2.5", "3", "3.5", "4", "4.5", "5", "5.5", "6", "7", "8", "9", "10", "11", "12", "14", "16", "20", "24", "28", "32", "36", "40", "44", "48", "52", "56", "60", "64", "72", "80", "96"]];
|
|
3113
|
+
};
|
|
3114
|
+
};
|
|
3115
|
+
};
|
|
3116
|
+
readonly root: {
|
|
3117
|
+
readonly label: "root";
|
|
3118
|
+
readonly properties: {
|
|
3119
|
+
readonly borderRadius: {
|
|
3120
|
+
readonly defaults: {
|
|
3121
|
+
readonly default: "lg";
|
|
3122
|
+
};
|
|
3123
|
+
readonly label: "border radius";
|
|
3124
|
+
readonly name: "borderRadius";
|
|
3125
|
+
readonly typeOfFixture: readonly ["borderRadii"];
|
|
3126
|
+
readonly values: readonly [readonly ["none", "xs", "sm", "md", "lg", "xl", "full"]];
|
|
3127
|
+
};
|
|
3128
|
+
readonly borderWidth: {
|
|
3129
|
+
readonly defaults: {
|
|
3130
|
+
readonly default: "elevation-5";
|
|
3131
|
+
};
|
|
3132
|
+
readonly label: "border width";
|
|
3133
|
+
readonly name: "borderWidth";
|
|
3134
|
+
readonly typeOfFixture: readonly ["borderWidths", "elevationAliases"];
|
|
3135
|
+
readonly values: readonly [readonly ["none", "thin", "medium", "thick"], readonly ["elevation-0", "elevation-1", "elevation-2", "elevation-3", "elevation-4", "elevation-5"]];
|
|
3136
|
+
};
|
|
3137
|
+
readonly shadow: {
|
|
3138
|
+
readonly defaults: {
|
|
3139
|
+
readonly default: "elevation-5";
|
|
3140
|
+
};
|
|
3141
|
+
readonly label: "drop shadow";
|
|
3142
|
+
readonly name: "shadow";
|
|
3143
|
+
readonly supportsCustom: true;
|
|
3144
|
+
readonly typeOfFixture: readonly ["shadowVariants", "elevationAliases"];
|
|
3145
|
+
readonly values: readonly [readonly ["none", "xs", "sm", "md", "lg", "xl", "2xl"], readonly ["elevation-0", "elevation-1", "elevation-2", "elevation-3", "elevation-4", "elevation-5"]];
|
|
3146
|
+
};
|
|
3147
|
+
readonly spacingVertical: {
|
|
3148
|
+
readonly defaults: {
|
|
3149
|
+
readonly default: "8";
|
|
3150
|
+
};
|
|
3151
|
+
readonly label: "spacing vertical";
|
|
3152
|
+
readonly name: "spacingVertical";
|
|
3153
|
+
readonly typeOfFixture: readonly ["spacingAliases"];
|
|
3154
|
+
readonly values: readonly [readonly ["0", "px", "0.5", "1", "1.5", "2", "2.5", "3", "3.5", "4", "4.5", "5", "5.5", "6", "7", "8", "9", "10", "11", "12", "14", "16", "20", "24", "28", "32", "36", "40", "44", "48", "52", "56", "60", "64", "72", "80", "96"]];
|
|
3155
|
+
};
|
|
3156
|
+
};
|
|
3157
|
+
};
|
|
3158
|
+
readonly scrim: {
|
|
3159
|
+
readonly label: "scrim";
|
|
3160
|
+
readonly properties: {
|
|
3161
|
+
readonly spacing: {
|
|
3162
|
+
readonly defaults: {
|
|
3163
|
+
readonly default: "8";
|
|
3164
|
+
};
|
|
3165
|
+
readonly label: "gutter (min spacing around modal)";
|
|
3166
|
+
readonly name: "spacing";
|
|
3167
|
+
readonly typeOfFixture: readonly ["spacingAliases"];
|
|
3168
|
+
readonly values: readonly [readonly ["0", "px", "0.5", "1", "1.5", "2", "2.5", "3", "3.5", "4", "4.5", "5", "5.5", "6", "7", "8", "9", "10", "11", "12", "14", "16", "20", "24", "28", "32", "36", "40", "44", "48", "52", "56", "60", "64", "72", "80", "96"]];
|
|
3169
|
+
};
|
|
3170
|
+
};
|
|
3171
|
+
};
|
|
3172
|
+
readonly spacingHorizontal: {
|
|
3173
|
+
readonly label: "horizontalSpacing";
|
|
3174
|
+
readonly properties: {
|
|
3175
|
+
readonly spacingHorizontal: {
|
|
3176
|
+
readonly defaults: {
|
|
3177
|
+
readonly default: "8";
|
|
3178
|
+
};
|
|
3179
|
+
readonly label: "spacing horizontal";
|
|
3180
|
+
readonly name: "spacingHorizontal";
|
|
3181
|
+
readonly typeOfFixture: readonly ["spacingAliases"];
|
|
3182
|
+
readonly values: readonly [readonly ["0", "px", "0.5", "1", "1.5", "2", "2.5", "3", "3.5", "4", "4.5", "5", "5.5", "6", "7", "8", "9", "10", "11", "12", "14", "16", "20", "24", "28", "32", "36", "40", "44", "48", "52", "56", "60", "64", "72", "80", "96"]];
|
|
3183
|
+
};
|
|
3184
|
+
};
|
|
3185
|
+
};
|
|
3186
|
+
readonly title: {
|
|
3187
|
+
readonly label: "title";
|
|
3188
|
+
readonly properties: {
|
|
3189
|
+
readonly textVariant: {
|
|
3190
|
+
readonly defaults: {
|
|
3191
|
+
readonly default: "title2";
|
|
3192
|
+
};
|
|
3193
|
+
readonly label: "Title text variant";
|
|
3194
|
+
readonly name: "textVariant";
|
|
3195
|
+
readonly typeOfFixture: readonly ["textVariants"];
|
|
3196
|
+
readonly values: readonly [readonly ["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"]];
|
|
3197
|
+
};
|
|
3198
|
+
};
|
|
3199
|
+
};
|
|
3200
|
+
readonly titleDescriptionWrapper: {
|
|
3201
|
+
readonly label: "titleDescriptionWrapper";
|
|
3202
|
+
readonly properties: {
|
|
3203
|
+
readonly gap: {
|
|
3204
|
+
readonly defaults: {
|
|
3205
|
+
readonly default: "2";
|
|
3206
|
+
};
|
|
3207
|
+
readonly label: "title/description gap";
|
|
3208
|
+
readonly name: "gap";
|
|
3209
|
+
readonly typeOfFixture: readonly ["spacingAliases"];
|
|
3210
|
+
readonly values: readonly [readonly ["0", "px", "0.5", "1", "1.5", "2", "2.5", "3", "3.5", "4", "4.5", "5", "5.5", "6", "7", "8", "9", "10", "11", "12", "14", "16", "20", "24", "28", "32", "36", "40", "44", "48", "52", "56", "60", "64", "72", "80", "96"]];
|
|
3211
|
+
};
|
|
3212
|
+
};
|
|
3213
|
+
};
|
|
3214
|
+
};
|
|
3215
|
+
readonly options: readonly ["default"];
|
|
3216
|
+
};
|
|
3217
|
+
readonly variant: {
|
|
3218
|
+
readonly default: "default";
|
|
3219
|
+
readonly description: "";
|
|
3220
|
+
readonly label: "Variants";
|
|
3221
|
+
readonly layers: {
|
|
3222
|
+
readonly closeIcon: {
|
|
3223
|
+
readonly label: "closeIcon";
|
|
3224
|
+
readonly properties: {
|
|
3225
|
+
readonly color: {
|
|
3226
|
+
readonly defaults: {
|
|
3227
|
+
readonly default: "primary";
|
|
3228
|
+
};
|
|
3229
|
+
readonly label: "Close icon color";
|
|
3230
|
+
readonly name: "color";
|
|
3231
|
+
readonly typeOfFixture: readonly ["spectrumColors", "foregroundPaletteColors", "alwaysPaletteAliases"];
|
|
3232
|
+
readonly values: readonly [readonly ["gray-0", "gray-1", "gray-2", "gray-3", "gray-4", "gray-5", "gray-6", "gray-7", "gray-8", "gray-9", "gray-10", "gray-11", "gray-12", "gray-13", "gray-14", "gray-15", "purple-0", "purple-1", "purple-2", "purple-3", "purple-4", "purple-5", "purple-6", "purple-7", "purple-8", "purple-9", "purple-10", "purple-11", "purple-12", "purple-13", "purple-14", "purple-15", "indigo-0", "indigo-1", "indigo-2", "indigo-3", "indigo-4", "indigo-5", "indigo-6", "indigo-7", "indigo-8", "indigo-9", "indigo-10", "indigo-11", "indigo-12", "indigo-13", "indigo-14", "indigo-15", "blue-0", "blue-1", "blue-2", "blue-3", "blue-4", "blue-5", "blue-6", "blue-7", "blue-8", "blue-9", "blue-10", "blue-11", "blue-12", "blue-13", "blue-14", "blue-15", "cyan-0", "cyan-1", "cyan-2", "cyan-3", "cyan-4", "cyan-5", "cyan-6", "cyan-7", "cyan-8", "cyan-9", "cyan-10", "cyan-11", "cyan-12", "cyan-13", "cyan-14", "cyan-15", "teal-0", "teal-1", "teal-2", "teal-3", "teal-4", "teal-5", "teal-6", "teal-7", "teal-8", "teal-9", "teal-10", "teal-11", "teal-12", "teal-13", "teal-14", "teal-15", "mint-0", "mint-1", "mint-2", "mint-3", "mint-4", "mint-5", "mint-6", "mint-7", "mint-8", "mint-9", "mint-10", "mint-11", "mint-12", "mint-13", "mint-14", "mint-15", "green-0", "green-1", "green-2", "green-3", "green-4", "green-5", "green-6", "green-7", "green-8", "green-9", "green-10", "green-11", "green-12", "green-13", "green-14", "green-15", "lime-0", "lime-1", "lime-2", "lime-3", "lime-4", "lime-5", "lime-6", "lime-7", "lime-8", "lime-9", "lime-10", "lime-11", "lime-12", "lime-13", "lime-14", "lime-15", "citron-0", "citron-1", "citron-2", "citron-3", "citron-4", "citron-5", "citron-6", "citron-7", "citron-8", "citron-9", "citron-10", "citron-11", "citron-12", "citron-13", "citron-14", "citron-15", "yellow-0", "yellow-1", "yellow-2", "yellow-3", "yellow-4", "yellow-5", "yellow-6", "yellow-7", "yellow-8", "yellow-9", "yellow-10", "yellow-11", "yellow-12", "yellow-13", "yellow-14", "yellow-15", "brown-0", "brown-1", "brown-2", "brown-3", "brown-4", "brown-5", "brown-6", "brown-7", "brown-8", "brown-9", "brown-10", "brown-11", "brown-12", "brown-13", "brown-14", "brown-15", "nude-0", "nude-1", "nude-2", "nude-3", "nude-4", "nude-5", "nude-6", "nude-7", "nude-8", "nude-9", "nude-10", "nude-11", "nude-12", "nude-13", "nude-14", "nude-15", "orange-0", "orange-1", "orange-2", "orange-3", "orange-4", "orange-5", "orange-6", "orange-7", "orange-8", "orange-9", "orange-10", "orange-11", "orange-12", "orange-13", "orange-14", "orange-15", "sunset-0", "sunset-1", "sunset-2", "sunset-3", "sunset-4", "sunset-5", "sunset-6", "sunset-7", "sunset-8", "sunset-9", "sunset-10", "sunset-11", "sunset-12", "sunset-13", "sunset-14", "sunset-15", "red-0", "red-1", "red-2", "red-3", "red-4", "red-5", "red-6", "red-7", "red-8", "red-9", "red-10", "red-11", "red-12", "red-13", "red-14", "red-15", "rose-0", "rose-1", "rose-2", "rose-3", "rose-4", "rose-5", "rose-6", "rose-7", "rose-8", "rose-9", "rose-10", "rose-11", "rose-12", "rose-13", "rose-14", "rose-15", "pink-0", "pink-1", "pink-2", "pink-3", "pink-4", "pink-5", "pink-6", "pink-7", "pink-8", "pink-9", "pink-10", "pink-11", "pink-12", "pink-13", "pink-14", "pink-15", "magenta-0", "magenta-1", "magenta-2", "magenta-3", "magenta-4", "magenta-5", "magenta-6", "magenta-7", "magenta-8", "magenta-9", "magenta-10", "magenta-11", "magenta-12", "magenta-13", "magenta-14", "magenta-15", "carbon-0", "carbon-1", "carbon-2", "carbon-3", "carbon-4", "carbon-5", "carbon-6", "carbon-7", "carbon-8", "carbon-9", "carbon-10", "carbon-11", "carbon-12", "carbon-13", "carbon-14", "carbon-15"], readonly ["primary", "secondary", "accent", "brand", "alert", "positive", "warning", "info", "brand-secondary", "alert-secondary", "positive-secondary", "warning-secondary", "info-secondary", "tertiary", "muted", "on-color"], readonly ["always/white", "always/black", "always/transparent", "always/current", "always/brand", "always/accent"]];
|
|
3233
|
+
};
|
|
3234
|
+
};
|
|
3235
|
+
};
|
|
3236
|
+
readonly description: {
|
|
3237
|
+
readonly label: "description";
|
|
3238
|
+
readonly properties: {
|
|
3239
|
+
readonly color: {
|
|
3240
|
+
readonly defaults: {
|
|
3241
|
+
readonly default: "primary";
|
|
3242
|
+
};
|
|
3243
|
+
readonly label: "description text color";
|
|
3244
|
+
readonly name: "color";
|
|
3245
|
+
readonly typeOfFixture: readonly ["spectrumColors", "foregroundPaletteColors", "alwaysPaletteAliases"];
|
|
3246
|
+
readonly values: readonly [readonly ["gray-0", "gray-1", "gray-2", "gray-3", "gray-4", "gray-5", "gray-6", "gray-7", "gray-8", "gray-9", "gray-10", "gray-11", "gray-12", "gray-13", "gray-14", "gray-15", "purple-0", "purple-1", "purple-2", "purple-3", "purple-4", "purple-5", "purple-6", "purple-7", "purple-8", "purple-9", "purple-10", "purple-11", "purple-12", "purple-13", "purple-14", "purple-15", "indigo-0", "indigo-1", "indigo-2", "indigo-3", "indigo-4", "indigo-5", "indigo-6", "indigo-7", "indigo-8", "indigo-9", "indigo-10", "indigo-11", "indigo-12", "indigo-13", "indigo-14", "indigo-15", "blue-0", "blue-1", "blue-2", "blue-3", "blue-4", "blue-5", "blue-6", "blue-7", "blue-8", "blue-9", "blue-10", "blue-11", "blue-12", "blue-13", "blue-14", "blue-15", "cyan-0", "cyan-1", "cyan-2", "cyan-3", "cyan-4", "cyan-5", "cyan-6", "cyan-7", "cyan-8", "cyan-9", "cyan-10", "cyan-11", "cyan-12", "cyan-13", "cyan-14", "cyan-15", "teal-0", "teal-1", "teal-2", "teal-3", "teal-4", "teal-5", "teal-6", "teal-7", "teal-8", "teal-9", "teal-10", "teal-11", "teal-12", "teal-13", "teal-14", "teal-15", "mint-0", "mint-1", "mint-2", "mint-3", "mint-4", "mint-5", "mint-6", "mint-7", "mint-8", "mint-9", "mint-10", "mint-11", "mint-12", "mint-13", "mint-14", "mint-15", "green-0", "green-1", "green-2", "green-3", "green-4", "green-5", "green-6", "green-7", "green-8", "green-9", "green-10", "green-11", "green-12", "green-13", "green-14", "green-15", "lime-0", "lime-1", "lime-2", "lime-3", "lime-4", "lime-5", "lime-6", "lime-7", "lime-8", "lime-9", "lime-10", "lime-11", "lime-12", "lime-13", "lime-14", "lime-15", "citron-0", "citron-1", "citron-2", "citron-3", "citron-4", "citron-5", "citron-6", "citron-7", "citron-8", "citron-9", "citron-10", "citron-11", "citron-12", "citron-13", "citron-14", "citron-15", "yellow-0", "yellow-1", "yellow-2", "yellow-3", "yellow-4", "yellow-5", "yellow-6", "yellow-7", "yellow-8", "yellow-9", "yellow-10", "yellow-11", "yellow-12", "yellow-13", "yellow-14", "yellow-15", "brown-0", "brown-1", "brown-2", "brown-3", "brown-4", "brown-5", "brown-6", "brown-7", "brown-8", "brown-9", "brown-10", "brown-11", "brown-12", "brown-13", "brown-14", "brown-15", "nude-0", "nude-1", "nude-2", "nude-3", "nude-4", "nude-5", "nude-6", "nude-7", "nude-8", "nude-9", "nude-10", "nude-11", "nude-12", "nude-13", "nude-14", "nude-15", "orange-0", "orange-1", "orange-2", "orange-3", "orange-4", "orange-5", "orange-6", "orange-7", "orange-8", "orange-9", "orange-10", "orange-11", "orange-12", "orange-13", "orange-14", "orange-15", "sunset-0", "sunset-1", "sunset-2", "sunset-3", "sunset-4", "sunset-5", "sunset-6", "sunset-7", "sunset-8", "sunset-9", "sunset-10", "sunset-11", "sunset-12", "sunset-13", "sunset-14", "sunset-15", "red-0", "red-1", "red-2", "red-3", "red-4", "red-5", "red-6", "red-7", "red-8", "red-9", "red-10", "red-11", "red-12", "red-13", "red-14", "red-15", "rose-0", "rose-1", "rose-2", "rose-3", "rose-4", "rose-5", "rose-6", "rose-7", "rose-8", "rose-9", "rose-10", "rose-11", "rose-12", "rose-13", "rose-14", "rose-15", "pink-0", "pink-1", "pink-2", "pink-3", "pink-4", "pink-5", "pink-6", "pink-7", "pink-8", "pink-9", "pink-10", "pink-11", "pink-12", "pink-13", "pink-14", "pink-15", "magenta-0", "magenta-1", "magenta-2", "magenta-3", "magenta-4", "magenta-5", "magenta-6", "magenta-7", "magenta-8", "magenta-9", "magenta-10", "magenta-11", "magenta-12", "magenta-13", "magenta-14", "magenta-15", "carbon-0", "carbon-1", "carbon-2", "carbon-3", "carbon-4", "carbon-5", "carbon-6", "carbon-7", "carbon-8", "carbon-9", "carbon-10", "carbon-11", "carbon-12", "carbon-13", "carbon-14", "carbon-15"], readonly ["primary", "secondary", "accent", "brand", "alert", "positive", "warning", "info", "brand-secondary", "alert-secondary", "positive-secondary", "warning-secondary", "info-secondary", "tertiary", "muted", "on-color"], readonly ["always/white", "always/black", "always/transparent", "always/current", "always/brand", "always/accent"]];
|
|
3247
|
+
};
|
|
3248
|
+
};
|
|
3249
|
+
};
|
|
3250
|
+
readonly root: {
|
|
3251
|
+
readonly label: "root";
|
|
3252
|
+
readonly properties: {
|
|
3253
|
+
readonly backdropBlur: {
|
|
3254
|
+
readonly defaults: {
|
|
3255
|
+
readonly default: 0;
|
|
3256
|
+
};
|
|
3257
|
+
readonly label: "background blur radius";
|
|
3258
|
+
readonly layerReference: {
|
|
3259
|
+
readonly propertyName: "backgroundColor";
|
|
3260
|
+
readonly variablePath: "variant/default/root";
|
|
3261
|
+
};
|
|
3262
|
+
readonly name: "backdropBlur";
|
|
3263
|
+
readonly typeOfFixture: readonly ["positiveIntegers"];
|
|
3264
|
+
readonly values: readonly [];
|
|
3265
|
+
};
|
|
3266
|
+
readonly backgroundColor: {
|
|
3267
|
+
readonly defaults: {
|
|
3268
|
+
readonly default: "elevation-5";
|
|
3269
|
+
};
|
|
3270
|
+
readonly label: "background color";
|
|
3271
|
+
readonly name: "blurBackgroundColor";
|
|
3272
|
+
readonly typeOfFixture: readonly ["spectrumColors", "backgroundPaletteColors", "alwaysPaletteAliases", "elevationAliases"];
|
|
3273
|
+
readonly values: readonly [readonly ["gray-0", "gray-1", "gray-2", "gray-3", "gray-4", "gray-5", "gray-6", "gray-7", "gray-8", "gray-9", "gray-10", "gray-11", "gray-12", "gray-13", "gray-14", "gray-15", "purple-0", "purple-1", "purple-2", "purple-3", "purple-4", "purple-5", "purple-6", "purple-7", "purple-8", "purple-9", "purple-10", "purple-11", "purple-12", "purple-13", "purple-14", "purple-15", "indigo-0", "indigo-1", "indigo-2", "indigo-3", "indigo-4", "indigo-5", "indigo-6", "indigo-7", "indigo-8", "indigo-9", "indigo-10", "indigo-11", "indigo-12", "indigo-13", "indigo-14", "indigo-15", "blue-0", "blue-1", "blue-2", "blue-3", "blue-4", "blue-5", "blue-6", "blue-7", "blue-8", "blue-9", "blue-10", "blue-11", "blue-12", "blue-13", "blue-14", "blue-15", "cyan-0", "cyan-1", "cyan-2", "cyan-3", "cyan-4", "cyan-5", "cyan-6", "cyan-7", "cyan-8", "cyan-9", "cyan-10", "cyan-11", "cyan-12", "cyan-13", "cyan-14", "cyan-15", "teal-0", "teal-1", "teal-2", "teal-3", "teal-4", "teal-5", "teal-6", "teal-7", "teal-8", "teal-9", "teal-10", "teal-11", "teal-12", "teal-13", "teal-14", "teal-15", "mint-0", "mint-1", "mint-2", "mint-3", "mint-4", "mint-5", "mint-6", "mint-7", "mint-8", "mint-9", "mint-10", "mint-11", "mint-12", "mint-13", "mint-14", "mint-15", "green-0", "green-1", "green-2", "green-3", "green-4", "green-5", "green-6", "green-7", "green-8", "green-9", "green-10", "green-11", "green-12", "green-13", "green-14", "green-15", "lime-0", "lime-1", "lime-2", "lime-3", "lime-4", "lime-5", "lime-6", "lime-7", "lime-8", "lime-9", "lime-10", "lime-11", "lime-12", "lime-13", "lime-14", "lime-15", "citron-0", "citron-1", "citron-2", "citron-3", "citron-4", "citron-5", "citron-6", "citron-7", "citron-8", "citron-9", "citron-10", "citron-11", "citron-12", "citron-13", "citron-14", "citron-15", "yellow-0", "yellow-1", "yellow-2", "yellow-3", "yellow-4", "yellow-5", "yellow-6", "yellow-7", "yellow-8", "yellow-9", "yellow-10", "yellow-11", "yellow-12", "yellow-13", "yellow-14", "yellow-15", "brown-0", "brown-1", "brown-2", "brown-3", "brown-4", "brown-5", "brown-6", "brown-7", "brown-8", "brown-9", "brown-10", "brown-11", "brown-12", "brown-13", "brown-14", "brown-15", "nude-0", "nude-1", "nude-2", "nude-3", "nude-4", "nude-5", "nude-6", "nude-7", "nude-8", "nude-9", "nude-10", "nude-11", "nude-12", "nude-13", "nude-14", "nude-15", "orange-0", "orange-1", "orange-2", "orange-3", "orange-4", "orange-5", "orange-6", "orange-7", "orange-8", "orange-9", "orange-10", "orange-11", "orange-12", "orange-13", "orange-14", "orange-15", "sunset-0", "sunset-1", "sunset-2", "sunset-3", "sunset-4", "sunset-5", "sunset-6", "sunset-7", "sunset-8", "sunset-9", "sunset-10", "sunset-11", "sunset-12", "sunset-13", "sunset-14", "sunset-15", "red-0", "red-1", "red-2", "red-3", "red-4", "red-5", "red-6", "red-7", "red-8", "red-9", "red-10", "red-11", "red-12", "red-13", "red-14", "red-15", "rose-0", "rose-1", "rose-2", "rose-3", "rose-4", "rose-5", "rose-6", "rose-7", "rose-8", "rose-9", "rose-10", "rose-11", "rose-12", "rose-13", "rose-14", "rose-15", "pink-0", "pink-1", "pink-2", "pink-3", "pink-4", "pink-5", "pink-6", "pink-7", "pink-8", "pink-9", "pink-10", "pink-11", "pink-12", "pink-13", "pink-14", "pink-15", "magenta-0", "magenta-1", "magenta-2", "magenta-3", "magenta-4", "magenta-5", "magenta-6", "magenta-7", "magenta-8", "magenta-9", "magenta-10", "magenta-11", "magenta-12", "magenta-13", "magenta-14", "magenta-15", "carbon-0", "carbon-1", "carbon-2", "carbon-3", "carbon-4", "carbon-5", "carbon-6", "carbon-7", "carbon-8", "carbon-9", "carbon-10", "carbon-11", "carbon-12", "carbon-13", "carbon-14", "carbon-15"], readonly ["primary", "secondary", "accent", "brand", "alert", "positive", "warning", "info", "brand-secondary", "alert-secondary", "positive-secondary", "warning-secondary", "info-secondary"], readonly ["always/white", "always/black", "always/transparent", "always/current", "always/brand", "always/accent"], readonly ["elevation-0", "elevation-1", "elevation-2", "elevation-3", "elevation-4", "elevation-5"]];
|
|
3274
|
+
};
|
|
3275
|
+
readonly blurBackgroundColorFallback: {
|
|
3276
|
+
readonly defaults: {
|
|
3277
|
+
readonly default: "elevation-5";
|
|
3278
|
+
};
|
|
3279
|
+
readonly label: "background blur fallback color";
|
|
3280
|
+
readonly name: "blurBackgroundColorFallback";
|
|
3281
|
+
readonly typeOfFixture: readonly ["spectrumColors", "backgroundPaletteColors", "alwaysPaletteAliases", "elevationAliases"];
|
|
3282
|
+
readonly values: readonly [readonly ["gray-0", "gray-1", "gray-2", "gray-3", "gray-4", "gray-5", "gray-6", "gray-7", "gray-8", "gray-9", "gray-10", "gray-11", "gray-12", "gray-13", "gray-14", "gray-15", "purple-0", "purple-1", "purple-2", "purple-3", "purple-4", "purple-5", "purple-6", "purple-7", "purple-8", "purple-9", "purple-10", "purple-11", "purple-12", "purple-13", "purple-14", "purple-15", "indigo-0", "indigo-1", "indigo-2", "indigo-3", "indigo-4", "indigo-5", "indigo-6", "indigo-7", "indigo-8", "indigo-9", "indigo-10", "indigo-11", "indigo-12", "indigo-13", "indigo-14", "indigo-15", "blue-0", "blue-1", "blue-2", "blue-3", "blue-4", "blue-5", "blue-6", "blue-7", "blue-8", "blue-9", "blue-10", "blue-11", "blue-12", "blue-13", "blue-14", "blue-15", "cyan-0", "cyan-1", "cyan-2", "cyan-3", "cyan-4", "cyan-5", "cyan-6", "cyan-7", "cyan-8", "cyan-9", "cyan-10", "cyan-11", "cyan-12", "cyan-13", "cyan-14", "cyan-15", "teal-0", "teal-1", "teal-2", "teal-3", "teal-4", "teal-5", "teal-6", "teal-7", "teal-8", "teal-9", "teal-10", "teal-11", "teal-12", "teal-13", "teal-14", "teal-15", "mint-0", "mint-1", "mint-2", "mint-3", "mint-4", "mint-5", "mint-6", "mint-7", "mint-8", "mint-9", "mint-10", "mint-11", "mint-12", "mint-13", "mint-14", "mint-15", "green-0", "green-1", "green-2", "green-3", "green-4", "green-5", "green-6", "green-7", "green-8", "green-9", "green-10", "green-11", "green-12", "green-13", "green-14", "green-15", "lime-0", "lime-1", "lime-2", "lime-3", "lime-4", "lime-5", "lime-6", "lime-7", "lime-8", "lime-9", "lime-10", "lime-11", "lime-12", "lime-13", "lime-14", "lime-15", "citron-0", "citron-1", "citron-2", "citron-3", "citron-4", "citron-5", "citron-6", "citron-7", "citron-8", "citron-9", "citron-10", "citron-11", "citron-12", "citron-13", "citron-14", "citron-15", "yellow-0", "yellow-1", "yellow-2", "yellow-3", "yellow-4", "yellow-5", "yellow-6", "yellow-7", "yellow-8", "yellow-9", "yellow-10", "yellow-11", "yellow-12", "yellow-13", "yellow-14", "yellow-15", "brown-0", "brown-1", "brown-2", "brown-3", "brown-4", "brown-5", "brown-6", "brown-7", "brown-8", "brown-9", "brown-10", "brown-11", "brown-12", "brown-13", "brown-14", "brown-15", "nude-0", "nude-1", "nude-2", "nude-3", "nude-4", "nude-5", "nude-6", "nude-7", "nude-8", "nude-9", "nude-10", "nude-11", "nude-12", "nude-13", "nude-14", "nude-15", "orange-0", "orange-1", "orange-2", "orange-3", "orange-4", "orange-5", "orange-6", "orange-7", "orange-8", "orange-9", "orange-10", "orange-11", "orange-12", "orange-13", "orange-14", "orange-15", "sunset-0", "sunset-1", "sunset-2", "sunset-3", "sunset-4", "sunset-5", "sunset-6", "sunset-7", "sunset-8", "sunset-9", "sunset-10", "sunset-11", "sunset-12", "sunset-13", "sunset-14", "sunset-15", "red-0", "red-1", "red-2", "red-3", "red-4", "red-5", "red-6", "red-7", "red-8", "red-9", "red-10", "red-11", "red-12", "red-13", "red-14", "red-15", "rose-0", "rose-1", "rose-2", "rose-3", "rose-4", "rose-5", "rose-6", "rose-7", "rose-8", "rose-9", "rose-10", "rose-11", "rose-12", "rose-13", "rose-14", "rose-15", "pink-0", "pink-1", "pink-2", "pink-3", "pink-4", "pink-5", "pink-6", "pink-7", "pink-8", "pink-9", "pink-10", "pink-11", "pink-12", "pink-13", "pink-14", "pink-15", "magenta-0", "magenta-1", "magenta-2", "magenta-3", "magenta-4", "magenta-5", "magenta-6", "magenta-7", "magenta-8", "magenta-9", "magenta-10", "magenta-11", "magenta-12", "magenta-13", "magenta-14", "magenta-15", "carbon-0", "carbon-1", "carbon-2", "carbon-3", "carbon-4", "carbon-5", "carbon-6", "carbon-7", "carbon-8", "carbon-9", "carbon-10", "carbon-11", "carbon-12", "carbon-13", "carbon-14", "carbon-15"], readonly ["primary", "secondary", "accent", "brand", "alert", "positive", "warning", "info", "brand-secondary", "alert-secondary", "positive-secondary", "warning-secondary", "info-secondary"], readonly ["always/white", "always/black", "always/transparent", "always/current", "always/brand", "always/accent"], readonly ["elevation-0", "elevation-1", "elevation-2", "elevation-3", "elevation-4", "elevation-5"]];
|
|
3283
|
+
};
|
|
3284
|
+
readonly borderColor: {
|
|
3285
|
+
readonly defaults: {
|
|
3286
|
+
readonly default: "elevation-5";
|
|
3287
|
+
};
|
|
3288
|
+
readonly label: "border color";
|
|
3289
|
+
readonly name: "borderColor";
|
|
3290
|
+
readonly typeOfFixture: readonly ["spectrumColors", "linePaletteColors", "alwaysPaletteAliases", "elevationAliases"];
|
|
3291
|
+
readonly values: readonly [readonly ["gray-0", "gray-1", "gray-2", "gray-3", "gray-4", "gray-5", "gray-6", "gray-7", "gray-8", "gray-9", "gray-10", "gray-11", "gray-12", "gray-13", "gray-14", "gray-15", "purple-0", "purple-1", "purple-2", "purple-3", "purple-4", "purple-5", "purple-6", "purple-7", "purple-8", "purple-9", "purple-10", "purple-11", "purple-12", "purple-13", "purple-14", "purple-15", "indigo-0", "indigo-1", "indigo-2", "indigo-3", "indigo-4", "indigo-5", "indigo-6", "indigo-7", "indigo-8", "indigo-9", "indigo-10", "indigo-11", "indigo-12", "indigo-13", "indigo-14", "indigo-15", "blue-0", "blue-1", "blue-2", "blue-3", "blue-4", "blue-5", "blue-6", "blue-7", "blue-8", "blue-9", "blue-10", "blue-11", "blue-12", "blue-13", "blue-14", "blue-15", "cyan-0", "cyan-1", "cyan-2", "cyan-3", "cyan-4", "cyan-5", "cyan-6", "cyan-7", "cyan-8", "cyan-9", "cyan-10", "cyan-11", "cyan-12", "cyan-13", "cyan-14", "cyan-15", "teal-0", "teal-1", "teal-2", "teal-3", "teal-4", "teal-5", "teal-6", "teal-7", "teal-8", "teal-9", "teal-10", "teal-11", "teal-12", "teal-13", "teal-14", "teal-15", "mint-0", "mint-1", "mint-2", "mint-3", "mint-4", "mint-5", "mint-6", "mint-7", "mint-8", "mint-9", "mint-10", "mint-11", "mint-12", "mint-13", "mint-14", "mint-15", "green-0", "green-1", "green-2", "green-3", "green-4", "green-5", "green-6", "green-7", "green-8", "green-9", "green-10", "green-11", "green-12", "green-13", "green-14", "green-15", "lime-0", "lime-1", "lime-2", "lime-3", "lime-4", "lime-5", "lime-6", "lime-7", "lime-8", "lime-9", "lime-10", "lime-11", "lime-12", "lime-13", "lime-14", "lime-15", "citron-0", "citron-1", "citron-2", "citron-3", "citron-4", "citron-5", "citron-6", "citron-7", "citron-8", "citron-9", "citron-10", "citron-11", "citron-12", "citron-13", "citron-14", "citron-15", "yellow-0", "yellow-1", "yellow-2", "yellow-3", "yellow-4", "yellow-5", "yellow-6", "yellow-7", "yellow-8", "yellow-9", "yellow-10", "yellow-11", "yellow-12", "yellow-13", "yellow-14", "yellow-15", "brown-0", "brown-1", "brown-2", "brown-3", "brown-4", "brown-5", "brown-6", "brown-7", "brown-8", "brown-9", "brown-10", "brown-11", "brown-12", "brown-13", "brown-14", "brown-15", "nude-0", "nude-1", "nude-2", "nude-3", "nude-4", "nude-5", "nude-6", "nude-7", "nude-8", "nude-9", "nude-10", "nude-11", "nude-12", "nude-13", "nude-14", "nude-15", "orange-0", "orange-1", "orange-2", "orange-3", "orange-4", "orange-5", "orange-6", "orange-7", "orange-8", "orange-9", "orange-10", "orange-11", "orange-12", "orange-13", "orange-14", "orange-15", "sunset-0", "sunset-1", "sunset-2", "sunset-3", "sunset-4", "sunset-5", "sunset-6", "sunset-7", "sunset-8", "sunset-9", "sunset-10", "sunset-11", "sunset-12", "sunset-13", "sunset-14", "sunset-15", "red-0", "red-1", "red-2", "red-3", "red-4", "red-5", "red-6", "red-7", "red-8", "red-9", "red-10", "red-11", "red-12", "red-13", "red-14", "red-15", "rose-0", "rose-1", "rose-2", "rose-3", "rose-4", "rose-5", "rose-6", "rose-7", "rose-8", "rose-9", "rose-10", "rose-11", "rose-12", "rose-13", "rose-14", "rose-15", "pink-0", "pink-1", "pink-2", "pink-3", "pink-4", "pink-5", "pink-6", "pink-7", "pink-8", "pink-9", "pink-10", "pink-11", "pink-12", "pink-13", "pink-14", "pink-15", "magenta-0", "magenta-1", "magenta-2", "magenta-3", "magenta-4", "magenta-5", "magenta-6", "magenta-7", "magenta-8", "magenta-9", "magenta-10", "magenta-11", "magenta-12", "magenta-13", "magenta-14", "magenta-15", "carbon-0", "carbon-1", "carbon-2", "carbon-3", "carbon-4", "carbon-5", "carbon-6", "carbon-7", "carbon-8", "carbon-9", "carbon-10", "carbon-11", "carbon-12", "carbon-13", "carbon-14", "carbon-15"], readonly ["primary", "secondary", "accent", "brand", "alert", "positive", "warning", "info", "brand-secondary", "alert-secondary", "positive-secondary", "warning-secondary", "info-secondary", "tertiary", "muted"], readonly ["always/white", "always/black", "always/transparent", "always/current", "always/brand", "always/accent"], readonly ["elevation-0", "elevation-1", "elevation-2", "elevation-3", "elevation-4", "elevation-5"]];
|
|
3292
|
+
};
|
|
3293
|
+
};
|
|
3294
|
+
};
|
|
3295
|
+
readonly title: {
|
|
3296
|
+
readonly label: "title";
|
|
3297
|
+
readonly properties: {
|
|
3298
|
+
readonly color: {
|
|
3299
|
+
readonly defaults: {
|
|
3300
|
+
readonly default: "primary";
|
|
3301
|
+
};
|
|
3302
|
+
readonly label: "title text color";
|
|
3303
|
+
readonly name: "color";
|
|
3304
|
+
readonly typeOfFixture: readonly ["spectrumColors", "foregroundPaletteColors", "alwaysPaletteAliases"];
|
|
3305
|
+
readonly values: readonly [readonly ["gray-0", "gray-1", "gray-2", "gray-3", "gray-4", "gray-5", "gray-6", "gray-7", "gray-8", "gray-9", "gray-10", "gray-11", "gray-12", "gray-13", "gray-14", "gray-15", "purple-0", "purple-1", "purple-2", "purple-3", "purple-4", "purple-5", "purple-6", "purple-7", "purple-8", "purple-9", "purple-10", "purple-11", "purple-12", "purple-13", "purple-14", "purple-15", "indigo-0", "indigo-1", "indigo-2", "indigo-3", "indigo-4", "indigo-5", "indigo-6", "indigo-7", "indigo-8", "indigo-9", "indigo-10", "indigo-11", "indigo-12", "indigo-13", "indigo-14", "indigo-15", "blue-0", "blue-1", "blue-2", "blue-3", "blue-4", "blue-5", "blue-6", "blue-7", "blue-8", "blue-9", "blue-10", "blue-11", "blue-12", "blue-13", "blue-14", "blue-15", "cyan-0", "cyan-1", "cyan-2", "cyan-3", "cyan-4", "cyan-5", "cyan-6", "cyan-7", "cyan-8", "cyan-9", "cyan-10", "cyan-11", "cyan-12", "cyan-13", "cyan-14", "cyan-15", "teal-0", "teal-1", "teal-2", "teal-3", "teal-4", "teal-5", "teal-6", "teal-7", "teal-8", "teal-9", "teal-10", "teal-11", "teal-12", "teal-13", "teal-14", "teal-15", "mint-0", "mint-1", "mint-2", "mint-3", "mint-4", "mint-5", "mint-6", "mint-7", "mint-8", "mint-9", "mint-10", "mint-11", "mint-12", "mint-13", "mint-14", "mint-15", "green-0", "green-1", "green-2", "green-3", "green-4", "green-5", "green-6", "green-7", "green-8", "green-9", "green-10", "green-11", "green-12", "green-13", "green-14", "green-15", "lime-0", "lime-1", "lime-2", "lime-3", "lime-4", "lime-5", "lime-6", "lime-7", "lime-8", "lime-9", "lime-10", "lime-11", "lime-12", "lime-13", "lime-14", "lime-15", "citron-0", "citron-1", "citron-2", "citron-3", "citron-4", "citron-5", "citron-6", "citron-7", "citron-8", "citron-9", "citron-10", "citron-11", "citron-12", "citron-13", "citron-14", "citron-15", "yellow-0", "yellow-1", "yellow-2", "yellow-3", "yellow-4", "yellow-5", "yellow-6", "yellow-7", "yellow-8", "yellow-9", "yellow-10", "yellow-11", "yellow-12", "yellow-13", "yellow-14", "yellow-15", "brown-0", "brown-1", "brown-2", "brown-3", "brown-4", "brown-5", "brown-6", "brown-7", "brown-8", "brown-9", "brown-10", "brown-11", "brown-12", "brown-13", "brown-14", "brown-15", "nude-0", "nude-1", "nude-2", "nude-3", "nude-4", "nude-5", "nude-6", "nude-7", "nude-8", "nude-9", "nude-10", "nude-11", "nude-12", "nude-13", "nude-14", "nude-15", "orange-0", "orange-1", "orange-2", "orange-3", "orange-4", "orange-5", "orange-6", "orange-7", "orange-8", "orange-9", "orange-10", "orange-11", "orange-12", "orange-13", "orange-14", "orange-15", "sunset-0", "sunset-1", "sunset-2", "sunset-3", "sunset-4", "sunset-5", "sunset-6", "sunset-7", "sunset-8", "sunset-9", "sunset-10", "sunset-11", "sunset-12", "sunset-13", "sunset-14", "sunset-15", "red-0", "red-1", "red-2", "red-3", "red-4", "red-5", "red-6", "red-7", "red-8", "red-9", "red-10", "red-11", "red-12", "red-13", "red-14", "red-15", "rose-0", "rose-1", "rose-2", "rose-3", "rose-4", "rose-5", "rose-6", "rose-7", "rose-8", "rose-9", "rose-10", "rose-11", "rose-12", "rose-13", "rose-14", "rose-15", "pink-0", "pink-1", "pink-2", "pink-3", "pink-4", "pink-5", "pink-6", "pink-7", "pink-8", "pink-9", "pink-10", "pink-11", "pink-12", "pink-13", "pink-14", "pink-15", "magenta-0", "magenta-1", "magenta-2", "magenta-3", "magenta-4", "magenta-5", "magenta-6", "magenta-7", "magenta-8", "magenta-9", "magenta-10", "magenta-11", "magenta-12", "magenta-13", "magenta-14", "magenta-15", "carbon-0", "carbon-1", "carbon-2", "carbon-3", "carbon-4", "carbon-5", "carbon-6", "carbon-7", "carbon-8", "carbon-9", "carbon-10", "carbon-11", "carbon-12", "carbon-13", "carbon-14", "carbon-15"], readonly ["primary", "secondary", "accent", "brand", "alert", "positive", "warning", "info", "brand-secondary", "alert-secondary", "positive-secondary", "warning-secondary", "info-secondary", "tertiary", "muted", "on-color"], readonly ["always/white", "always/black", "always/transparent", "always/current", "always/brand", "always/accent"]];
|
|
3306
|
+
};
|
|
3307
|
+
};
|
|
3308
|
+
};
|
|
3309
|
+
};
|
|
3310
|
+
readonly options: readonly ["default"];
|
|
3311
|
+
};
|
|
3312
|
+
};
|
|
3313
|
+
};
|
|
3028
3314
|
declare const PopoverConfig: {
|
|
3029
3315
|
readonly description: "Popover is a floating surface used to display contextual content anchored to a trigger. It is typically used for lightweight interactions such as quick settings, inline actions, previews, and simple selection.";
|
|
3030
3316
|
readonly label: "Popover";
|
|
@@ -3055,7 +3341,7 @@ declare const PopoverConfig: {
|
|
|
3055
3341
|
readonly defaults: {
|
|
3056
3342
|
readonly default: "2";
|
|
3057
3343
|
};
|
|
3058
|
-
readonly label: "
|
|
3344
|
+
readonly label: "Close button spacing";
|
|
3059
3345
|
readonly name: "spacing";
|
|
3060
3346
|
readonly typeOfFixture: readonly ["spacingAliases"];
|
|
3061
3347
|
readonly values: readonly [readonly ["0", "px", "0.5", "1", "1.5", "2", "2.5", "3", "3.5", "4", "4.5", "5", "5.5", "6", "7", "8", "9", "10", "11", "12", "14", "16", "20", "24", "28", "32", "36", "40", "44", "48", "52", "56", "60", "64", "72", "80", "96"]];
|
|
@@ -4521,4 +4807,4 @@ declare const TooltipConfig: {
|
|
|
4521
4807
|
};
|
|
4522
4808
|
}; //#endregion
|
|
4523
4809
|
//#endregion
|
|
4524
|
-
export { AvatarConfig, BadgeConfig, BannerConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, PopoverConfig, RadioConfig, ScrimConfig, SwitchConfig, TabConfig, TabsConfig, ToastConfig, TooltipConfig };
|
|
4810
|
+
export { AvatarConfig, BadgeConfig, BannerConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, ModalConfig, PopoverConfig, RadioConfig, ScrimConfig, SwitchConfig, TabConfig, TabsConfig, ToastConfig, TooltipConfig };
|