@omnia/fx 8.0.161-dev → 8.0.163-dev
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/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +13 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +404 -400
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +399 -395
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +399 -395
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/{velcron/editor/components/AddComponent.d.ts → datetimepicker/docs/DateTimePickerExample.d.ts} +8 -4
- package/internal-do-not-import-from-here/ux/datetimepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +410 -406
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +822 -814
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +19 -19
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +822 -814
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRendererSignIn.d.ts +39 -0
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +410 -406
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +80 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +16 -212
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +201 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor/VelcronEditorBuilder2.d.ts → VelcronEditorBuilder.d.ts} +10 -10
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronColorSchemaEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronContentEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilderBase.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/{AddComponent.css.d.ts → AddItem.css.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddItem.d.ts +56 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +95 -95
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +6 -4
- package/internal-do-not-import-from-here/wctypings.d.ts +27 -14
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +0 -138
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +0 -3
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronBlockHeaderStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronColorSchemaBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronContentStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronImageStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronPropertyMappingStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilderBase.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronTextContentBuilder.d.ts +0 -0
@@ -8,7 +8,7 @@ export declare const useColorSchemaStore: () => {
|
|
8
8
|
onContainer: ColorDefinition;
|
9
9
|
isContainer: boolean;
|
10
10
|
name: string;
|
11
|
-
colorSchemaType: "
|
11
|
+
colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
12
12
|
id: import("@omnia/fx-models").GuidValue;
|
13
13
|
};
|
14
14
|
events: {
|
@@ -18,13 +18,13 @@ export declare const useColorSchemaStore: () => {
|
|
18
18
|
onMutatedOnContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<ColorDefinition>;
|
19
19
|
onMutatedIsContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
20
20
|
onMutatedName: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
21
|
-
onMutatedColorSchemaType: import("@omnia/fx").MessageBusExposeOnlySubscription<"
|
21
|
+
onMutatedColorSchemaType: import("@omnia/fx").MessageBusExposeOnlySubscription<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
22
22
|
onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
|
23
23
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
24
24
|
actions: {
|
25
25
|
onDispatching: {
|
26
26
|
setColorSchema: {
|
27
|
-
subscribe(fn: (colorSchemaType: "
|
27
|
+
subscribe(fn: (colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
28
28
|
};
|
29
29
|
setCustomColorSchema: {
|
30
30
|
subscribe(fn: (colorSchema: ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -116,16 +116,16 @@ export declare const useColorSchemaStore: () => {
|
|
116
116
|
};
|
117
117
|
deactivated(): void;
|
118
118
|
};
|
119
|
-
colorSchema(colorSchemaType: "
|
119
|
+
colorSchema(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): ColorSchema;
|
120
120
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
121
121
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
122
122
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
123
123
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
124
|
-
color(colorSchemaType: "
|
125
|
-
colorDefinition(colorSchemaType: "
|
124
|
+
color(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | ColorTypes): string;
|
125
|
+
colorDefinition(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | ColorTypes): ColorDefinition;
|
126
126
|
complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | ColorTypes): ColorTypes;
|
127
|
-
complementaryColor(colorSchemaType: "
|
128
|
-
complementaryColorDefinition(colorSchemaType: "
|
127
|
+
complementaryColor(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | ColorTypes): string;
|
128
|
+
complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | ColorTypes): ColorDefinition;
|
129
129
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
130
130
|
};
|
131
131
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -133,7 +133,7 @@ export declare const useColorSchemaStore: () => {
|
|
133
133
|
};
|
134
134
|
onDispatched: {
|
135
135
|
setColorSchema: {
|
136
|
-
subscribe(fn: (result: void, colorSchemaType: "
|
136
|
+
subscribe(fn: (result: void, colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
137
137
|
};
|
138
138
|
setCustomColorSchema: {
|
139
139
|
subscribe(fn: (result: void, colorSchema: ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -225,16 +225,16 @@ export declare const useColorSchemaStore: () => {
|
|
225
225
|
};
|
226
226
|
deactivated(): void;
|
227
227
|
};
|
228
|
-
colorSchema(colorSchemaType: "
|
228
|
+
colorSchema(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): ColorSchema;
|
229
229
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
230
230
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
231
231
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
232
232
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
233
|
-
color(colorSchemaType: "
|
234
|
-
colorDefinition(colorSchemaType: "
|
233
|
+
color(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | ColorTypes): string;
|
234
|
+
colorDefinition(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | ColorTypes): ColorDefinition;
|
235
235
|
complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | ColorTypes): ColorTypes;
|
236
|
-
complementaryColor(colorSchemaType: "
|
237
|
-
complementaryColorDefinition(colorSchemaType: "
|
236
|
+
complementaryColor(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | ColorTypes): string;
|
237
|
+
complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | ColorTypes): ColorDefinition;
|
238
238
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
239
239
|
};
|
240
240
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -242,7 +242,7 @@ export declare const useColorSchemaStore: () => {
|
|
242
242
|
};
|
243
243
|
onFailure: {
|
244
244
|
setColorSchema: {
|
245
|
-
subscribe(fn: (failureReason: any, colorSchemaType: "
|
245
|
+
subscribe(fn: (failureReason: any, colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
246
246
|
};
|
247
247
|
setCustomColorSchema: {
|
248
248
|
subscribe(fn: (failureReason: any, colorSchema: ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -334,16 +334,16 @@ export declare const useColorSchemaStore: () => {
|
|
334
334
|
};
|
335
335
|
deactivated(): void;
|
336
336
|
};
|
337
|
-
colorSchema(colorSchemaType: "
|
337
|
+
colorSchema(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): ColorSchema;
|
338
338
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
339
339
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
340
340
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
341
341
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
342
|
-
color(colorSchemaType: "
|
343
|
-
colorDefinition(colorSchemaType: "
|
342
|
+
color(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | ColorTypes): string;
|
343
|
+
colorDefinition(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | ColorTypes): ColorDefinition;
|
344
344
|
complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | ColorTypes): ColorTypes;
|
345
|
-
complementaryColor(colorSchemaType: "
|
346
|
-
complementaryColorDefinition(colorSchemaType: "
|
345
|
+
complementaryColor(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | ColorTypes): string;
|
346
|
+
complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | ColorTypes): ColorDefinition;
|
347
347
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
348
348
|
};
|
349
349
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -698,12 +698,12 @@ export declare const useColorSchemaStore: () => {
|
|
698
698
|
colors: (string | {
|
699
699
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
700
700
|
toned?: boolean;
|
701
|
-
colorSchemaType?: "
|
701
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
702
702
|
} | {
|
703
703
|
color: string | {
|
704
704
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
705
705
|
toned?: boolean;
|
706
|
-
colorSchemaType?: "
|
706
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
707
707
|
};
|
708
708
|
stop?: number;
|
709
709
|
})[];
|
@@ -714,12 +714,12 @@ export declare const useColorSchemaStore: () => {
|
|
714
714
|
colors: (string | {
|
715
715
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
716
716
|
toned?: boolean;
|
717
|
-
colorSchemaType?: "
|
717
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
718
718
|
} | {
|
719
719
|
color: string | {
|
720
720
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
721
721
|
toned?: boolean;
|
722
|
-
colorSchemaType?: "
|
722
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
723
723
|
};
|
724
724
|
stop?: number;
|
725
725
|
})[];
|
@@ -730,12 +730,12 @@ export declare const useColorSchemaStore: () => {
|
|
730
730
|
colors: (string | {
|
731
731
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
732
732
|
toned?: boolean;
|
733
|
-
colorSchemaType?: "
|
733
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
734
734
|
} | {
|
735
735
|
color: string | {
|
736
736
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
737
737
|
toned?: boolean;
|
738
|
-
colorSchemaType?: "
|
738
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
739
739
|
};
|
740
740
|
stop?: number;
|
741
741
|
})[];
|
@@ -1058,12 +1058,12 @@ export declare const useColorSchemaStore: () => {
|
|
1058
1058
|
colors: (string | {
|
1059
1059
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1060
1060
|
toned?: boolean;
|
1061
|
-
colorSchemaType?: "
|
1061
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1062
1062
|
} | {
|
1063
1063
|
color: string | {
|
1064
1064
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1065
1065
|
toned?: boolean;
|
1066
|
-
colorSchemaType?: "
|
1066
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1067
1067
|
};
|
1068
1068
|
stop?: number;
|
1069
1069
|
})[];
|
@@ -1072,7 +1072,7 @@ export declare const useColorSchemaStore: () => {
|
|
1072
1072
|
} | {
|
1073
1073
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1074
1074
|
toned?: boolean;
|
1075
|
-
colorSchemaType?: "
|
1075
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1076
1076
|
};
|
1077
1077
|
border?: {
|
1078
1078
|
radius?: {
|
@@ -1091,7 +1091,7 @@ export declare const useColorSchemaStore: () => {
|
|
1091
1091
|
colors: (string | {
|
1092
1092
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1093
1093
|
toned?: boolean;
|
1094
|
-
colorSchemaType?: "
|
1094
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1095
1095
|
} | {
|
1096
1096
|
color: string | any;
|
1097
1097
|
stop?: number;
|
@@ -1112,12 +1112,12 @@ export declare const useColorSchemaStore: () => {
|
|
1112
1112
|
colors: (string | {
|
1113
1113
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1114
1114
|
toned?: boolean;
|
1115
|
-
colorSchemaType?: "
|
1115
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1116
1116
|
} | {
|
1117
1117
|
color: string | {
|
1118
1118
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1119
1119
|
toned?: boolean;
|
1120
|
-
colorSchemaType?: "
|
1120
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1121
1121
|
};
|
1122
1122
|
stop?: number;
|
1123
1123
|
})[];
|
@@ -1126,7 +1126,7 @@ export declare const useColorSchemaStore: () => {
|
|
1126
1126
|
} | {
|
1127
1127
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1128
1128
|
toned?: boolean;
|
1129
|
-
colorSchemaType?: "
|
1129
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1130
1130
|
};
|
1131
1131
|
typography?: {
|
1132
1132
|
decoration?: string;
|
@@ -1146,7 +1146,7 @@ export declare const useColorSchemaStore: () => {
|
|
1146
1146
|
lineHeight: number;
|
1147
1147
|
};
|
1148
1148
|
} | {
|
1149
|
-
type: "
|
1149
|
+
type: "text" | "title" | "navigation";
|
1150
1150
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1151
1151
|
};
|
1152
1152
|
};
|
@@ -1155,12 +1155,12 @@ export declare const useColorSchemaStore: () => {
|
|
1155
1155
|
colors: (string | {
|
1156
1156
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1157
1157
|
toned?: boolean;
|
1158
|
-
colorSchemaType?: "
|
1158
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1159
1159
|
} | {
|
1160
1160
|
color: string | {
|
1161
1161
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1162
1162
|
toned?: boolean;
|
1163
|
-
colorSchemaType?: "
|
1163
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1164
1164
|
};
|
1165
1165
|
stop?: number;
|
1166
1166
|
})[];
|
@@ -1169,7 +1169,7 @@ export declare const useColorSchemaStore: () => {
|
|
1169
1169
|
} | {
|
1170
1170
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1171
1171
|
toned?: boolean;
|
1172
|
-
colorSchemaType?: "
|
1172
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1173
1173
|
};
|
1174
1174
|
size?: number;
|
1175
1175
|
};
|
@@ -1186,12 +1186,12 @@ export declare const useColorSchemaStore: () => {
|
|
1186
1186
|
colors: (string | {
|
1187
1187
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1188
1188
|
toned?: boolean;
|
1189
|
-
colorSchemaType?: "
|
1189
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1190
1190
|
} | {
|
1191
1191
|
color: string | {
|
1192
1192
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1193
1193
|
toned?: boolean;
|
1194
|
-
colorSchemaType?: "
|
1194
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1195
1195
|
};
|
1196
1196
|
stop?: number;
|
1197
1197
|
})[];
|
@@ -1200,7 +1200,7 @@ export declare const useColorSchemaStore: () => {
|
|
1200
1200
|
} | {
|
1201
1201
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1202
1202
|
toned?: boolean;
|
1203
|
-
colorSchemaType?: "
|
1203
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1204
1204
|
};
|
1205
1205
|
border?: {
|
1206
1206
|
radius?: {
|
@@ -1219,7 +1219,7 @@ export declare const useColorSchemaStore: () => {
|
|
1219
1219
|
colors: (string | {
|
1220
1220
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1221
1221
|
toned?: boolean;
|
1222
|
-
colorSchemaType?: "
|
1222
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1223
1223
|
} | {
|
1224
1224
|
color: string | any;
|
1225
1225
|
stop?: number;
|
@@ -1240,12 +1240,12 @@ export declare const useColorSchemaStore: () => {
|
|
1240
1240
|
colors: (string | {
|
1241
1241
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1242
1242
|
toned?: boolean;
|
1243
|
-
colorSchemaType?: "
|
1243
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1244
1244
|
} | {
|
1245
1245
|
color: string | {
|
1246
1246
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1247
1247
|
toned?: boolean;
|
1248
|
-
colorSchemaType?: "
|
1248
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1249
1249
|
};
|
1250
1250
|
stop?: number;
|
1251
1251
|
})[];
|
@@ -1254,7 +1254,7 @@ export declare const useColorSchemaStore: () => {
|
|
1254
1254
|
} | {
|
1255
1255
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1256
1256
|
toned?: boolean;
|
1257
|
-
colorSchemaType?: "
|
1257
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1258
1258
|
};
|
1259
1259
|
typography?: {
|
1260
1260
|
decoration?: string;
|
@@ -1274,7 +1274,7 @@ export declare const useColorSchemaStore: () => {
|
|
1274
1274
|
lineHeight: number;
|
1275
1275
|
};
|
1276
1276
|
} | {
|
1277
|
-
type: "
|
1277
|
+
type: "text" | "title" | "navigation";
|
1278
1278
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1279
1279
|
};
|
1280
1280
|
};
|
@@ -1283,12 +1283,12 @@ export declare const useColorSchemaStore: () => {
|
|
1283
1283
|
colors: (string | {
|
1284
1284
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1285
1285
|
toned?: boolean;
|
1286
|
-
colorSchemaType?: "
|
1286
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1287
1287
|
} | {
|
1288
1288
|
color: string | {
|
1289
1289
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1290
1290
|
toned?: boolean;
|
1291
|
-
colorSchemaType?: "
|
1291
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1292
1292
|
};
|
1293
1293
|
stop?: number;
|
1294
1294
|
})[];
|
@@ -1297,7 +1297,7 @@ export declare const useColorSchemaStore: () => {
|
|
1297
1297
|
} | {
|
1298
1298
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1299
1299
|
toned?: boolean;
|
1300
|
-
colorSchemaType?: "
|
1300
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1301
1301
|
};
|
1302
1302
|
size?: number;
|
1303
1303
|
};
|
@@ -1314,12 +1314,12 @@ export declare const useColorSchemaStore: () => {
|
|
1314
1314
|
colors: (string | {
|
1315
1315
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1316
1316
|
toned?: boolean;
|
1317
|
-
colorSchemaType?: "
|
1317
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1318
1318
|
} | {
|
1319
1319
|
color: string | {
|
1320
1320
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1321
1321
|
toned?: boolean;
|
1322
|
-
colorSchemaType?: "
|
1322
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1323
1323
|
};
|
1324
1324
|
stop?: number;
|
1325
1325
|
})[];
|
@@ -1328,7 +1328,7 @@ export declare const useColorSchemaStore: () => {
|
|
1328
1328
|
} | {
|
1329
1329
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1330
1330
|
toned?: boolean;
|
1331
|
-
colorSchemaType?: "
|
1331
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1332
1332
|
};
|
1333
1333
|
border?: {
|
1334
1334
|
radius?: {
|
@@ -1347,7 +1347,7 @@ export declare const useColorSchemaStore: () => {
|
|
1347
1347
|
colors: (string | {
|
1348
1348
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1349
1349
|
toned?: boolean;
|
1350
|
-
colorSchemaType?: "
|
1350
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1351
1351
|
} | {
|
1352
1352
|
color: string | any;
|
1353
1353
|
stop?: number;
|
@@ -1368,12 +1368,12 @@ export declare const useColorSchemaStore: () => {
|
|
1368
1368
|
colors: (string | {
|
1369
1369
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1370
1370
|
toned?: boolean;
|
1371
|
-
colorSchemaType?: "
|
1371
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1372
1372
|
} | {
|
1373
1373
|
color: string | {
|
1374
1374
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1375
1375
|
toned?: boolean;
|
1376
|
-
colorSchemaType?: "
|
1376
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1377
1377
|
};
|
1378
1378
|
stop?: number;
|
1379
1379
|
})[];
|
@@ -1382,7 +1382,7 @@ export declare const useColorSchemaStore: () => {
|
|
1382
1382
|
} | {
|
1383
1383
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1384
1384
|
toned?: boolean;
|
1385
|
-
colorSchemaType?: "
|
1385
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1386
1386
|
};
|
1387
1387
|
typography?: {
|
1388
1388
|
decoration?: string;
|
@@ -1402,7 +1402,7 @@ export declare const useColorSchemaStore: () => {
|
|
1402
1402
|
lineHeight: number;
|
1403
1403
|
};
|
1404
1404
|
} | {
|
1405
|
-
type: "
|
1405
|
+
type: "text" | "title" | "navigation";
|
1406
1406
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1407
1407
|
};
|
1408
1408
|
};
|
@@ -1411,12 +1411,12 @@ export declare const useColorSchemaStore: () => {
|
|
1411
1411
|
colors: (string | {
|
1412
1412
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1413
1413
|
toned?: boolean;
|
1414
|
-
colorSchemaType?: "
|
1414
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1415
1415
|
} | {
|
1416
1416
|
color: string | {
|
1417
1417
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1418
1418
|
toned?: boolean;
|
1419
|
-
colorSchemaType?: "
|
1419
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1420
1420
|
};
|
1421
1421
|
stop?: number;
|
1422
1422
|
})[];
|
@@ -1425,7 +1425,7 @@ export declare const useColorSchemaStore: () => {
|
|
1425
1425
|
} | {
|
1426
1426
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1427
1427
|
toned?: boolean;
|
1428
|
-
colorSchemaType?: "
|
1428
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1429
1429
|
};
|
1430
1430
|
size?: number;
|
1431
1431
|
};
|
@@ -1442,12 +1442,12 @@ export declare const useColorSchemaStore: () => {
|
|
1442
1442
|
colors: (string | {
|
1443
1443
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1444
1444
|
toned?: boolean;
|
1445
|
-
colorSchemaType?: "
|
1445
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1446
1446
|
} | {
|
1447
1447
|
color: string | {
|
1448
1448
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1449
1449
|
toned?: boolean;
|
1450
|
-
colorSchemaType?: "
|
1450
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1451
1451
|
};
|
1452
1452
|
stop?: number;
|
1453
1453
|
})[];
|
@@ -1456,7 +1456,7 @@ export declare const useColorSchemaStore: () => {
|
|
1456
1456
|
} | {
|
1457
1457
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1458
1458
|
toned?: boolean;
|
1459
|
-
colorSchemaType?: "
|
1459
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1460
1460
|
};
|
1461
1461
|
border?: {
|
1462
1462
|
radius?: {
|
@@ -1475,7 +1475,7 @@ export declare const useColorSchemaStore: () => {
|
|
1475
1475
|
colors: (string | {
|
1476
1476
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1477
1477
|
toned?: boolean;
|
1478
|
-
colorSchemaType?: "
|
1478
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1479
1479
|
} | {
|
1480
1480
|
color: string | any;
|
1481
1481
|
stop?: number;
|
@@ -1496,12 +1496,12 @@ export declare const useColorSchemaStore: () => {
|
|
1496
1496
|
colors: (string | {
|
1497
1497
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1498
1498
|
toned?: boolean;
|
1499
|
-
colorSchemaType?: "
|
1499
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1500
1500
|
} | {
|
1501
1501
|
color: string | {
|
1502
1502
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1503
1503
|
toned?: boolean;
|
1504
|
-
colorSchemaType?: "
|
1504
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1505
1505
|
};
|
1506
1506
|
stop?: number;
|
1507
1507
|
})[];
|
@@ -1510,7 +1510,7 @@ export declare const useColorSchemaStore: () => {
|
|
1510
1510
|
} | {
|
1511
1511
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1512
1512
|
toned?: boolean;
|
1513
|
-
colorSchemaType?: "
|
1513
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1514
1514
|
};
|
1515
1515
|
typography?: {
|
1516
1516
|
decoration?: string;
|
@@ -1530,7 +1530,7 @@ export declare const useColorSchemaStore: () => {
|
|
1530
1530
|
lineHeight: number;
|
1531
1531
|
};
|
1532
1532
|
} | {
|
1533
|
-
type: "
|
1533
|
+
type: "text" | "title" | "navigation";
|
1534
1534
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1535
1535
|
};
|
1536
1536
|
};
|
@@ -1539,12 +1539,12 @@ export declare const useColorSchemaStore: () => {
|
|
1539
1539
|
colors: (string | {
|
1540
1540
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1541
1541
|
toned?: boolean;
|
1542
|
-
colorSchemaType?: "
|
1542
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1543
1543
|
} | {
|
1544
1544
|
color: string | {
|
1545
1545
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1546
1546
|
toned?: boolean;
|
1547
|
-
colorSchemaType?: "
|
1547
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1548
1548
|
};
|
1549
1549
|
stop?: number;
|
1550
1550
|
})[];
|
@@ -1553,7 +1553,7 @@ export declare const useColorSchemaStore: () => {
|
|
1553
1553
|
} | {
|
1554
1554
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1555
1555
|
toned?: boolean;
|
1556
|
-
colorSchemaType?: "
|
1556
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1557
1557
|
};
|
1558
1558
|
size?: number;
|
1559
1559
|
};
|
@@ -1570,12 +1570,12 @@ export declare const useColorSchemaStore: () => {
|
|
1570
1570
|
colors: (string | {
|
1571
1571
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1572
1572
|
toned?: boolean;
|
1573
|
-
colorSchemaType?: "
|
1573
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1574
1574
|
} | {
|
1575
1575
|
color: string | {
|
1576
1576
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1577
1577
|
toned?: boolean;
|
1578
|
-
colorSchemaType?: "
|
1578
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1579
1579
|
};
|
1580
1580
|
stop?: number;
|
1581
1581
|
})[];
|
@@ -1584,7 +1584,7 @@ export declare const useColorSchemaStore: () => {
|
|
1584
1584
|
} | {
|
1585
1585
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1586
1586
|
toned?: boolean;
|
1587
|
-
colorSchemaType?: "
|
1587
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1588
1588
|
};
|
1589
1589
|
border?: {
|
1590
1590
|
radius?: {
|
@@ -1603,7 +1603,7 @@ export declare const useColorSchemaStore: () => {
|
|
1603
1603
|
colors: (string | {
|
1604
1604
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1605
1605
|
toned?: boolean;
|
1606
|
-
colorSchemaType?: "
|
1606
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1607
1607
|
} | {
|
1608
1608
|
color: string | any;
|
1609
1609
|
stop?: number;
|
@@ -1624,12 +1624,12 @@ export declare const useColorSchemaStore: () => {
|
|
1624
1624
|
colors: (string | {
|
1625
1625
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1626
1626
|
toned?: boolean;
|
1627
|
-
colorSchemaType?: "
|
1627
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1628
1628
|
} | {
|
1629
1629
|
color: string | {
|
1630
1630
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1631
1631
|
toned?: boolean;
|
1632
|
-
colorSchemaType?: "
|
1632
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1633
1633
|
};
|
1634
1634
|
stop?: number;
|
1635
1635
|
})[];
|
@@ -1638,7 +1638,7 @@ export declare const useColorSchemaStore: () => {
|
|
1638
1638
|
} | {
|
1639
1639
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1640
1640
|
toned?: boolean;
|
1641
|
-
colorSchemaType?: "
|
1641
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1642
1642
|
};
|
1643
1643
|
typography?: {
|
1644
1644
|
decoration?: string;
|
@@ -1658,7 +1658,7 @@ export declare const useColorSchemaStore: () => {
|
|
1658
1658
|
lineHeight: number;
|
1659
1659
|
};
|
1660
1660
|
} | {
|
1661
|
-
type: "
|
1661
|
+
type: "text" | "title" | "navigation";
|
1662
1662
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1663
1663
|
};
|
1664
1664
|
};
|
@@ -1667,12 +1667,12 @@ export declare const useColorSchemaStore: () => {
|
|
1667
1667
|
colors: (string | {
|
1668
1668
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1669
1669
|
toned?: boolean;
|
1670
|
-
colorSchemaType?: "
|
1670
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1671
1671
|
} | {
|
1672
1672
|
color: string | {
|
1673
1673
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1674
1674
|
toned?: boolean;
|
1675
|
-
colorSchemaType?: "
|
1675
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1676
1676
|
};
|
1677
1677
|
stop?: number;
|
1678
1678
|
})[];
|
@@ -1681,7 +1681,7 @@ export declare const useColorSchemaStore: () => {
|
|
1681
1681
|
} | {
|
1682
1682
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1683
1683
|
toned?: boolean;
|
1684
|
-
colorSchemaType?: "
|
1684
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1685
1685
|
};
|
1686
1686
|
size?: number;
|
1687
1687
|
};
|
@@ -1698,12 +1698,12 @@ export declare const useColorSchemaStore: () => {
|
|
1698
1698
|
colors: (string | {
|
1699
1699
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1700
1700
|
toned?: boolean;
|
1701
|
-
colorSchemaType?: "
|
1701
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1702
1702
|
} | {
|
1703
1703
|
color: string | {
|
1704
1704
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1705
1705
|
toned?: boolean;
|
1706
|
-
colorSchemaType?: "
|
1706
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1707
1707
|
};
|
1708
1708
|
stop?: number;
|
1709
1709
|
})[];
|
@@ -1712,7 +1712,7 @@ export declare const useColorSchemaStore: () => {
|
|
1712
1712
|
} | {
|
1713
1713
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1714
1714
|
toned?: boolean;
|
1715
|
-
colorSchemaType?: "
|
1715
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1716
1716
|
};
|
1717
1717
|
border?: {
|
1718
1718
|
radius?: {
|
@@ -1731,7 +1731,7 @@ export declare const useColorSchemaStore: () => {
|
|
1731
1731
|
colors: (string | {
|
1732
1732
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1733
1733
|
toned?: boolean;
|
1734
|
-
colorSchemaType?: "
|
1734
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1735
1735
|
} | {
|
1736
1736
|
color: string | any;
|
1737
1737
|
stop?: number;
|
@@ -1752,12 +1752,12 @@ export declare const useColorSchemaStore: () => {
|
|
1752
1752
|
colors: (string | {
|
1753
1753
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1754
1754
|
toned?: boolean;
|
1755
|
-
colorSchemaType?: "
|
1755
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1756
1756
|
} | {
|
1757
1757
|
color: string | {
|
1758
1758
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1759
1759
|
toned?: boolean;
|
1760
|
-
colorSchemaType?: "
|
1760
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1761
1761
|
};
|
1762
1762
|
stop?: number;
|
1763
1763
|
})[];
|
@@ -1766,7 +1766,7 @@ export declare const useColorSchemaStore: () => {
|
|
1766
1766
|
} | {
|
1767
1767
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1768
1768
|
toned?: boolean;
|
1769
|
-
colorSchemaType?: "
|
1769
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1770
1770
|
};
|
1771
1771
|
typography?: {
|
1772
1772
|
decoration?: string;
|
@@ -1786,7 +1786,7 @@ export declare const useColorSchemaStore: () => {
|
|
1786
1786
|
lineHeight: number;
|
1787
1787
|
};
|
1788
1788
|
} | {
|
1789
|
-
type: "
|
1789
|
+
type: "text" | "title" | "navigation";
|
1790
1790
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1791
1791
|
};
|
1792
1792
|
};
|
@@ -1795,12 +1795,12 @@ export declare const useColorSchemaStore: () => {
|
|
1795
1795
|
colors: (string | {
|
1796
1796
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1797
1797
|
toned?: boolean;
|
1798
|
-
colorSchemaType?: "
|
1798
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1799
1799
|
} | {
|
1800
1800
|
color: string | {
|
1801
1801
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1802
1802
|
toned?: boolean;
|
1803
|
-
colorSchemaType?: "
|
1803
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1804
1804
|
};
|
1805
1805
|
stop?: number;
|
1806
1806
|
})[];
|
@@ -1809,7 +1809,7 @@ export declare const useColorSchemaStore: () => {
|
|
1809
1809
|
} | {
|
1810
1810
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1811
1811
|
toned?: boolean;
|
1812
|
-
colorSchemaType?: "
|
1812
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1813
1813
|
};
|
1814
1814
|
size?: number;
|
1815
1815
|
};
|
@@ -1826,12 +1826,12 @@ export declare const useColorSchemaStore: () => {
|
|
1826
1826
|
colors: (string | {
|
1827
1827
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1828
1828
|
toned?: boolean;
|
1829
|
-
colorSchemaType?: "
|
1829
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1830
1830
|
} | {
|
1831
1831
|
color: string | {
|
1832
1832
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1833
1833
|
toned?: boolean;
|
1834
|
-
colorSchemaType?: "
|
1834
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1835
1835
|
};
|
1836
1836
|
stop?: number;
|
1837
1837
|
})[];
|
@@ -1840,7 +1840,7 @@ export declare const useColorSchemaStore: () => {
|
|
1840
1840
|
} | {
|
1841
1841
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1842
1842
|
toned?: boolean;
|
1843
|
-
colorSchemaType?: "
|
1843
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1844
1844
|
};
|
1845
1845
|
border?: {
|
1846
1846
|
radius?: {
|
@@ -1859,7 +1859,7 @@ export declare const useColorSchemaStore: () => {
|
|
1859
1859
|
colors: (string | {
|
1860
1860
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1861
1861
|
toned?: boolean;
|
1862
|
-
colorSchemaType?: "
|
1862
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1863
1863
|
} | {
|
1864
1864
|
color: string | any;
|
1865
1865
|
stop?: number;
|
@@ -1880,12 +1880,12 @@ export declare const useColorSchemaStore: () => {
|
|
1880
1880
|
colors: (string | {
|
1881
1881
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1882
1882
|
toned?: boolean;
|
1883
|
-
colorSchemaType?: "
|
1883
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1884
1884
|
} | {
|
1885
1885
|
color: string | {
|
1886
1886
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1887
1887
|
toned?: boolean;
|
1888
|
-
colorSchemaType?: "
|
1888
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1889
1889
|
};
|
1890
1890
|
stop?: number;
|
1891
1891
|
})[];
|
@@ -1894,7 +1894,7 @@ export declare const useColorSchemaStore: () => {
|
|
1894
1894
|
} | {
|
1895
1895
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1896
1896
|
toned?: boolean;
|
1897
|
-
colorSchemaType?: "
|
1897
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1898
1898
|
};
|
1899
1899
|
typography?: {
|
1900
1900
|
decoration?: string;
|
@@ -1914,7 +1914,7 @@ export declare const useColorSchemaStore: () => {
|
|
1914
1914
|
lineHeight: number;
|
1915
1915
|
};
|
1916
1916
|
} | {
|
1917
|
-
type: "
|
1917
|
+
type: "text" | "title" | "navigation";
|
1918
1918
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1919
1919
|
};
|
1920
1920
|
};
|
@@ -1923,12 +1923,12 @@ export declare const useColorSchemaStore: () => {
|
|
1923
1923
|
colors: (string | {
|
1924
1924
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1925
1925
|
toned?: boolean;
|
1926
|
-
colorSchemaType?: "
|
1926
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1927
1927
|
} | {
|
1928
1928
|
color: string | {
|
1929
1929
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1930
1930
|
toned?: boolean;
|
1931
|
-
colorSchemaType?: "
|
1931
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1932
1932
|
};
|
1933
1933
|
stop?: number;
|
1934
1934
|
})[];
|
@@ -1937,7 +1937,7 @@ export declare const useColorSchemaStore: () => {
|
|
1937
1937
|
} | {
|
1938
1938
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1939
1939
|
toned?: boolean;
|
1940
|
-
colorSchemaType?: "
|
1940
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1941
1941
|
};
|
1942
1942
|
size?: number;
|
1943
1943
|
};
|
@@ -1954,12 +1954,12 @@ export declare const useColorSchemaStore: () => {
|
|
1954
1954
|
colors: (string | {
|
1955
1955
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1956
1956
|
toned?: boolean;
|
1957
|
-
colorSchemaType?: "
|
1957
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1958
1958
|
} | {
|
1959
1959
|
color: string | {
|
1960
1960
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1961
1961
|
toned?: boolean;
|
1962
|
-
colorSchemaType?: "
|
1962
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1963
1963
|
};
|
1964
1964
|
stop?: number;
|
1965
1965
|
})[];
|
@@ -1968,7 +1968,7 @@ export declare const useColorSchemaStore: () => {
|
|
1968
1968
|
} | {
|
1969
1969
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1970
1970
|
toned?: boolean;
|
1971
|
-
colorSchemaType?: "
|
1971
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1972
1972
|
};
|
1973
1973
|
border?: {
|
1974
1974
|
radius?: {
|
@@ -1987,7 +1987,7 @@ export declare const useColorSchemaStore: () => {
|
|
1987
1987
|
colors: (string | {
|
1988
1988
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1989
1989
|
toned?: boolean;
|
1990
|
-
colorSchemaType?: "
|
1990
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1991
1991
|
} | {
|
1992
1992
|
color: string | any;
|
1993
1993
|
stop?: number;
|
@@ -2008,12 +2008,12 @@ export declare const useColorSchemaStore: () => {
|
|
2008
2008
|
colors: (string | {
|
2009
2009
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2010
2010
|
toned?: boolean;
|
2011
|
-
colorSchemaType?: "
|
2011
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2012
2012
|
} | {
|
2013
2013
|
color: string | {
|
2014
2014
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2015
2015
|
toned?: boolean;
|
2016
|
-
colorSchemaType?: "
|
2016
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2017
2017
|
};
|
2018
2018
|
stop?: number;
|
2019
2019
|
})[];
|
@@ -2022,7 +2022,7 @@ export declare const useColorSchemaStore: () => {
|
|
2022
2022
|
} | {
|
2023
2023
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2024
2024
|
toned?: boolean;
|
2025
|
-
colorSchemaType?: "
|
2025
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2026
2026
|
};
|
2027
2027
|
typography?: {
|
2028
2028
|
decoration?: string;
|
@@ -2042,7 +2042,7 @@ export declare const useColorSchemaStore: () => {
|
|
2042
2042
|
lineHeight: number;
|
2043
2043
|
};
|
2044
2044
|
} | {
|
2045
|
-
type: "
|
2045
|
+
type: "text" | "title" | "navigation";
|
2046
2046
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2047
2047
|
};
|
2048
2048
|
};
|
@@ -2051,12 +2051,12 @@ export declare const useColorSchemaStore: () => {
|
|
2051
2051
|
colors: (string | {
|
2052
2052
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2053
2053
|
toned?: boolean;
|
2054
|
-
colorSchemaType?: "
|
2054
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2055
2055
|
} | {
|
2056
2056
|
color: string | {
|
2057
2057
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2058
2058
|
toned?: boolean;
|
2059
|
-
colorSchemaType?: "
|
2059
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2060
2060
|
};
|
2061
2061
|
stop?: number;
|
2062
2062
|
})[];
|
@@ -2065,7 +2065,7 @@ export declare const useColorSchemaStore: () => {
|
|
2065
2065
|
} | {
|
2066
2066
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2067
2067
|
toned?: boolean;
|
2068
|
-
colorSchemaType?: "
|
2068
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2069
2069
|
};
|
2070
2070
|
size?: number;
|
2071
2071
|
};
|
@@ -2082,12 +2082,12 @@ export declare const useColorSchemaStore: () => {
|
|
2082
2082
|
colors: (string | {
|
2083
2083
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2084
2084
|
toned?: boolean;
|
2085
|
-
colorSchemaType?: "
|
2085
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2086
2086
|
} | {
|
2087
2087
|
color: string | {
|
2088
2088
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2089
2089
|
toned?: boolean;
|
2090
|
-
colorSchemaType?: "
|
2090
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2091
2091
|
};
|
2092
2092
|
stop?: number;
|
2093
2093
|
})[];
|
@@ -2096,7 +2096,7 @@ export declare const useColorSchemaStore: () => {
|
|
2096
2096
|
} | {
|
2097
2097
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2098
2098
|
toned?: boolean;
|
2099
|
-
colorSchemaType?: "
|
2099
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2100
2100
|
};
|
2101
2101
|
border?: {
|
2102
2102
|
radius?: {
|
@@ -2115,7 +2115,7 @@ export declare const useColorSchemaStore: () => {
|
|
2115
2115
|
colors: (string | {
|
2116
2116
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2117
2117
|
toned?: boolean;
|
2118
|
-
colorSchemaType?: "
|
2118
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2119
2119
|
} | {
|
2120
2120
|
color: string | any;
|
2121
2121
|
stop?: number;
|
@@ -2136,12 +2136,12 @@ export declare const useColorSchemaStore: () => {
|
|
2136
2136
|
colors: (string | {
|
2137
2137
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2138
2138
|
toned?: boolean;
|
2139
|
-
colorSchemaType?: "
|
2139
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2140
2140
|
} | {
|
2141
2141
|
color: string | {
|
2142
2142
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2143
2143
|
toned?: boolean;
|
2144
|
-
colorSchemaType?: "
|
2144
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2145
2145
|
};
|
2146
2146
|
stop?: number;
|
2147
2147
|
})[];
|
@@ -2150,7 +2150,7 @@ export declare const useColorSchemaStore: () => {
|
|
2150
2150
|
} | {
|
2151
2151
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2152
2152
|
toned?: boolean;
|
2153
|
-
colorSchemaType?: "
|
2153
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2154
2154
|
};
|
2155
2155
|
typography?: {
|
2156
2156
|
decoration?: string;
|
@@ -2170,7 +2170,7 @@ export declare const useColorSchemaStore: () => {
|
|
2170
2170
|
lineHeight: number;
|
2171
2171
|
};
|
2172
2172
|
} | {
|
2173
|
-
type: "
|
2173
|
+
type: "text" | "title" | "navigation";
|
2174
2174
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2175
2175
|
};
|
2176
2176
|
};
|
@@ -2179,12 +2179,12 @@ export declare const useColorSchemaStore: () => {
|
|
2179
2179
|
colors: (string | {
|
2180
2180
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2181
2181
|
toned?: boolean;
|
2182
|
-
colorSchemaType?: "
|
2182
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2183
2183
|
} | {
|
2184
2184
|
color: string | {
|
2185
2185
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2186
2186
|
toned?: boolean;
|
2187
|
-
colorSchemaType?: "
|
2187
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2188
2188
|
};
|
2189
2189
|
stop?: number;
|
2190
2190
|
})[];
|
@@ -2193,7 +2193,7 @@ export declare const useColorSchemaStore: () => {
|
|
2193
2193
|
} | {
|
2194
2194
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2195
2195
|
toned?: boolean;
|
2196
|
-
colorSchemaType?: "
|
2196
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2197
2197
|
};
|
2198
2198
|
size?: number;
|
2199
2199
|
};
|
@@ -2212,12 +2212,12 @@ export declare const useColorSchemaStore: () => {
|
|
2212
2212
|
colors: (string | {
|
2213
2213
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2214
2214
|
toned?: boolean;
|
2215
|
-
colorSchemaType?: "
|
2215
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2216
2216
|
} | {
|
2217
2217
|
color: string | {
|
2218
2218
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2219
2219
|
toned?: boolean;
|
2220
|
-
colorSchemaType?: "
|
2220
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2221
2221
|
};
|
2222
2222
|
stop?: number;
|
2223
2223
|
})[];
|
@@ -2226,7 +2226,7 @@ export declare const useColorSchemaStore: () => {
|
|
2226
2226
|
} | {
|
2227
2227
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2228
2228
|
toned?: boolean;
|
2229
|
-
colorSchemaType?: "
|
2229
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2230
2230
|
};
|
2231
2231
|
border?: {
|
2232
2232
|
radius?: {
|
@@ -2245,7 +2245,7 @@ export declare const useColorSchemaStore: () => {
|
|
2245
2245
|
colors: (string | {
|
2246
2246
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2247
2247
|
toned?: boolean;
|
2248
|
-
colorSchemaType?: "
|
2248
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2249
2249
|
} | {
|
2250
2250
|
color: string | any;
|
2251
2251
|
stop?: number;
|
@@ -2266,12 +2266,12 @@ export declare const useColorSchemaStore: () => {
|
|
2266
2266
|
colors: (string | {
|
2267
2267
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2268
2268
|
toned?: boolean;
|
2269
|
-
colorSchemaType?: "
|
2269
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2270
2270
|
} | {
|
2271
2271
|
color: string | {
|
2272
2272
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2273
2273
|
toned?: boolean;
|
2274
|
-
colorSchemaType?: "
|
2274
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2275
2275
|
};
|
2276
2276
|
stop?: number;
|
2277
2277
|
})[];
|
@@ -2280,7 +2280,7 @@ export declare const useColorSchemaStore: () => {
|
|
2280
2280
|
} | {
|
2281
2281
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2282
2282
|
toned?: boolean;
|
2283
|
-
colorSchemaType?: "
|
2283
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2284
2284
|
};
|
2285
2285
|
typography?: {
|
2286
2286
|
decoration?: string;
|
@@ -2300,7 +2300,7 @@ export declare const useColorSchemaStore: () => {
|
|
2300
2300
|
lineHeight: number;
|
2301
2301
|
};
|
2302
2302
|
} | {
|
2303
|
-
type: "
|
2303
|
+
type: "text" | "title" | "navigation";
|
2304
2304
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2305
2305
|
};
|
2306
2306
|
};
|
@@ -2309,12 +2309,12 @@ export declare const useColorSchemaStore: () => {
|
|
2309
2309
|
colors: (string | {
|
2310
2310
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2311
2311
|
toned?: boolean;
|
2312
|
-
colorSchemaType?: "
|
2312
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2313
2313
|
} | {
|
2314
2314
|
color: string | {
|
2315
2315
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2316
2316
|
toned?: boolean;
|
2317
|
-
colorSchemaType?: "
|
2317
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2318
2318
|
};
|
2319
2319
|
stop?: number;
|
2320
2320
|
})[];
|
@@ -2323,7 +2323,7 @@ export declare const useColorSchemaStore: () => {
|
|
2323
2323
|
} | {
|
2324
2324
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2325
2325
|
toned?: boolean;
|
2326
|
-
colorSchemaType?: "
|
2326
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2327
2327
|
};
|
2328
2328
|
size?: number;
|
2329
2329
|
};
|
@@ -2340,12 +2340,12 @@ export declare const useColorSchemaStore: () => {
|
|
2340
2340
|
colors: (string | {
|
2341
2341
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2342
2342
|
toned?: boolean;
|
2343
|
-
colorSchemaType?: "
|
2343
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2344
2344
|
} | {
|
2345
2345
|
color: string | {
|
2346
2346
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2347
2347
|
toned?: boolean;
|
2348
|
-
colorSchemaType?: "
|
2348
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2349
2349
|
};
|
2350
2350
|
stop?: number;
|
2351
2351
|
})[];
|
@@ -2354,7 +2354,7 @@ export declare const useColorSchemaStore: () => {
|
|
2354
2354
|
} | {
|
2355
2355
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2356
2356
|
toned?: boolean;
|
2357
|
-
colorSchemaType?: "
|
2357
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2358
2358
|
};
|
2359
2359
|
border?: {
|
2360
2360
|
radius?: {
|
@@ -2373,7 +2373,7 @@ export declare const useColorSchemaStore: () => {
|
|
2373
2373
|
colors: (string | {
|
2374
2374
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2375
2375
|
toned?: boolean;
|
2376
|
-
colorSchemaType?: "
|
2376
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2377
2377
|
} | {
|
2378
2378
|
color: string | any;
|
2379
2379
|
stop?: number;
|
@@ -2394,12 +2394,12 @@ export declare const useColorSchemaStore: () => {
|
|
2394
2394
|
colors: (string | {
|
2395
2395
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2396
2396
|
toned?: boolean;
|
2397
|
-
colorSchemaType?: "
|
2397
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2398
2398
|
} | {
|
2399
2399
|
color: string | {
|
2400
2400
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2401
2401
|
toned?: boolean;
|
2402
|
-
colorSchemaType?: "
|
2402
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2403
2403
|
};
|
2404
2404
|
stop?: number;
|
2405
2405
|
})[];
|
@@ -2408,7 +2408,7 @@ export declare const useColorSchemaStore: () => {
|
|
2408
2408
|
} | {
|
2409
2409
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2410
2410
|
toned?: boolean;
|
2411
|
-
colorSchemaType?: "
|
2411
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2412
2412
|
};
|
2413
2413
|
typography?: {
|
2414
2414
|
decoration?: string;
|
@@ -2428,7 +2428,7 @@ export declare const useColorSchemaStore: () => {
|
|
2428
2428
|
lineHeight: number;
|
2429
2429
|
};
|
2430
2430
|
} | {
|
2431
|
-
type: "
|
2431
|
+
type: "text" | "title" | "navigation";
|
2432
2432
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2433
2433
|
};
|
2434
2434
|
};
|
@@ -2437,12 +2437,12 @@ export declare const useColorSchemaStore: () => {
|
|
2437
2437
|
colors: (string | {
|
2438
2438
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2439
2439
|
toned?: boolean;
|
2440
|
-
colorSchemaType?: "
|
2440
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2441
2441
|
} | {
|
2442
2442
|
color: string | {
|
2443
2443
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2444
2444
|
toned?: boolean;
|
2445
|
-
colorSchemaType?: "
|
2445
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2446
2446
|
};
|
2447
2447
|
stop?: number;
|
2448
2448
|
})[];
|
@@ -2451,7 +2451,7 @@ export declare const useColorSchemaStore: () => {
|
|
2451
2451
|
} | {
|
2452
2452
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2453
2453
|
toned?: boolean;
|
2454
|
-
colorSchemaType?: "
|
2454
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2455
2455
|
};
|
2456
2456
|
size?: number;
|
2457
2457
|
};
|
@@ -2468,12 +2468,12 @@ export declare const useColorSchemaStore: () => {
|
|
2468
2468
|
colors: (string | {
|
2469
2469
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2470
2470
|
toned?: boolean;
|
2471
|
-
colorSchemaType?: "
|
2471
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2472
2472
|
} | {
|
2473
2473
|
color: string | {
|
2474
2474
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2475
2475
|
toned?: boolean;
|
2476
|
-
colorSchemaType?: "
|
2476
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2477
2477
|
};
|
2478
2478
|
stop?: number;
|
2479
2479
|
})[];
|
@@ -2482,7 +2482,7 @@ export declare const useColorSchemaStore: () => {
|
|
2482
2482
|
} | {
|
2483
2483
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2484
2484
|
toned?: boolean;
|
2485
|
-
colorSchemaType?: "
|
2485
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2486
2486
|
};
|
2487
2487
|
border?: {
|
2488
2488
|
radius?: {
|
@@ -2501,7 +2501,7 @@ export declare const useColorSchemaStore: () => {
|
|
2501
2501
|
colors: (string | {
|
2502
2502
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2503
2503
|
toned?: boolean;
|
2504
|
-
colorSchemaType?: "
|
2504
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2505
2505
|
} | {
|
2506
2506
|
color: string | any;
|
2507
2507
|
stop?: number;
|
@@ -2522,12 +2522,12 @@ export declare const useColorSchemaStore: () => {
|
|
2522
2522
|
colors: (string | {
|
2523
2523
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2524
2524
|
toned?: boolean;
|
2525
|
-
colorSchemaType?: "
|
2525
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2526
2526
|
} | {
|
2527
2527
|
color: string | {
|
2528
2528
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2529
2529
|
toned?: boolean;
|
2530
|
-
colorSchemaType?: "
|
2530
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2531
2531
|
};
|
2532
2532
|
stop?: number;
|
2533
2533
|
})[];
|
@@ -2536,7 +2536,7 @@ export declare const useColorSchemaStore: () => {
|
|
2536
2536
|
} | {
|
2537
2537
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2538
2538
|
toned?: boolean;
|
2539
|
-
colorSchemaType?: "
|
2539
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2540
2540
|
};
|
2541
2541
|
typography?: {
|
2542
2542
|
decoration?: string;
|
@@ -2556,7 +2556,7 @@ export declare const useColorSchemaStore: () => {
|
|
2556
2556
|
lineHeight: number;
|
2557
2557
|
};
|
2558
2558
|
} | {
|
2559
|
-
type: "
|
2559
|
+
type: "text" | "title" | "navigation";
|
2560
2560
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2561
2561
|
};
|
2562
2562
|
};
|
@@ -2565,12 +2565,12 @@ export declare const useColorSchemaStore: () => {
|
|
2565
2565
|
colors: (string | {
|
2566
2566
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2567
2567
|
toned?: boolean;
|
2568
|
-
colorSchemaType?: "
|
2568
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2569
2569
|
} | {
|
2570
2570
|
color: string | {
|
2571
2571
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2572
2572
|
toned?: boolean;
|
2573
|
-
colorSchemaType?: "
|
2573
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2574
2574
|
};
|
2575
2575
|
stop?: number;
|
2576
2576
|
})[];
|
@@ -2579,7 +2579,7 @@ export declare const useColorSchemaStore: () => {
|
|
2579
2579
|
} | {
|
2580
2580
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2581
2581
|
toned?: boolean;
|
2582
|
-
colorSchemaType?: "
|
2582
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2583
2583
|
};
|
2584
2584
|
size?: number;
|
2585
2585
|
};
|
@@ -2596,12 +2596,12 @@ export declare const useColorSchemaStore: () => {
|
|
2596
2596
|
colors: (string | {
|
2597
2597
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2598
2598
|
toned?: boolean;
|
2599
|
-
colorSchemaType?: "
|
2599
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2600
2600
|
} | {
|
2601
2601
|
color: string | {
|
2602
2602
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2603
2603
|
toned?: boolean;
|
2604
|
-
colorSchemaType?: "
|
2604
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2605
2605
|
};
|
2606
2606
|
stop?: number;
|
2607
2607
|
})[];
|
@@ -2610,7 +2610,7 @@ export declare const useColorSchemaStore: () => {
|
|
2610
2610
|
} | {
|
2611
2611
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2612
2612
|
toned?: boolean;
|
2613
|
-
colorSchemaType?: "
|
2613
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2614
2614
|
};
|
2615
2615
|
border?: {
|
2616
2616
|
radius?: {
|
@@ -2629,7 +2629,7 @@ export declare const useColorSchemaStore: () => {
|
|
2629
2629
|
colors: (string | {
|
2630
2630
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2631
2631
|
toned?: boolean;
|
2632
|
-
colorSchemaType?: "
|
2632
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2633
2633
|
} | {
|
2634
2634
|
color: string | any;
|
2635
2635
|
stop?: number;
|
@@ -2650,12 +2650,12 @@ export declare const useColorSchemaStore: () => {
|
|
2650
2650
|
colors: (string | {
|
2651
2651
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2652
2652
|
toned?: boolean;
|
2653
|
-
colorSchemaType?: "
|
2653
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2654
2654
|
} | {
|
2655
2655
|
color: string | {
|
2656
2656
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2657
2657
|
toned?: boolean;
|
2658
|
-
colorSchemaType?: "
|
2658
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2659
2659
|
};
|
2660
2660
|
stop?: number;
|
2661
2661
|
})[];
|
@@ -2664,7 +2664,7 @@ export declare const useColorSchemaStore: () => {
|
|
2664
2664
|
} | {
|
2665
2665
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2666
2666
|
toned?: boolean;
|
2667
|
-
colorSchemaType?: "
|
2667
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2668
2668
|
};
|
2669
2669
|
typography?: {
|
2670
2670
|
decoration?: string;
|
@@ -2684,7 +2684,7 @@ export declare const useColorSchemaStore: () => {
|
|
2684
2684
|
lineHeight: number;
|
2685
2685
|
};
|
2686
2686
|
} | {
|
2687
|
-
type: "
|
2687
|
+
type: "text" | "title" | "navigation";
|
2688
2688
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2689
2689
|
};
|
2690
2690
|
};
|
@@ -2693,12 +2693,12 @@ export declare const useColorSchemaStore: () => {
|
|
2693
2693
|
colors: (string | {
|
2694
2694
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2695
2695
|
toned?: boolean;
|
2696
|
-
colorSchemaType?: "
|
2696
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2697
2697
|
} | {
|
2698
2698
|
color: string | {
|
2699
2699
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2700
2700
|
toned?: boolean;
|
2701
|
-
colorSchemaType?: "
|
2701
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2702
2702
|
};
|
2703
2703
|
stop?: number;
|
2704
2704
|
})[];
|
@@ -2707,7 +2707,7 @@ export declare const useColorSchemaStore: () => {
|
|
2707
2707
|
} | {
|
2708
2708
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2709
2709
|
toned?: boolean;
|
2710
|
-
colorSchemaType?: "
|
2710
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2711
2711
|
};
|
2712
2712
|
size?: number;
|
2713
2713
|
};
|
@@ -2724,12 +2724,12 @@ export declare const useColorSchemaStore: () => {
|
|
2724
2724
|
colors: (string | {
|
2725
2725
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2726
2726
|
toned?: boolean;
|
2727
|
-
colorSchemaType?: "
|
2727
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2728
2728
|
} | {
|
2729
2729
|
color: string | {
|
2730
2730
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2731
2731
|
toned?: boolean;
|
2732
|
-
colorSchemaType?: "
|
2732
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2733
2733
|
};
|
2734
2734
|
stop?: number;
|
2735
2735
|
})[];
|
@@ -2738,7 +2738,7 @@ export declare const useColorSchemaStore: () => {
|
|
2738
2738
|
} | {
|
2739
2739
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2740
2740
|
toned?: boolean;
|
2741
|
-
colorSchemaType?: "
|
2741
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2742
2742
|
};
|
2743
2743
|
border?: {
|
2744
2744
|
radius?: {
|
@@ -2757,7 +2757,7 @@ export declare const useColorSchemaStore: () => {
|
|
2757
2757
|
colors: (string | {
|
2758
2758
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2759
2759
|
toned?: boolean;
|
2760
|
-
colorSchemaType?: "
|
2760
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2761
2761
|
} | {
|
2762
2762
|
color: string | any;
|
2763
2763
|
stop?: number;
|
@@ -2778,12 +2778,12 @@ export declare const useColorSchemaStore: () => {
|
|
2778
2778
|
colors: (string | {
|
2779
2779
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2780
2780
|
toned?: boolean;
|
2781
|
-
colorSchemaType?: "
|
2781
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2782
2782
|
} | {
|
2783
2783
|
color: string | {
|
2784
2784
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2785
2785
|
toned?: boolean;
|
2786
|
-
colorSchemaType?: "
|
2786
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2787
2787
|
};
|
2788
2788
|
stop?: number;
|
2789
2789
|
})[];
|
@@ -2792,7 +2792,7 @@ export declare const useColorSchemaStore: () => {
|
|
2792
2792
|
} | {
|
2793
2793
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2794
2794
|
toned?: boolean;
|
2795
|
-
colorSchemaType?: "
|
2795
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2796
2796
|
};
|
2797
2797
|
typography?: {
|
2798
2798
|
decoration?: string;
|
@@ -2812,7 +2812,7 @@ export declare const useColorSchemaStore: () => {
|
|
2812
2812
|
lineHeight: number;
|
2813
2813
|
};
|
2814
2814
|
} | {
|
2815
|
-
type: "
|
2815
|
+
type: "text" | "title" | "navigation";
|
2816
2816
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2817
2817
|
};
|
2818
2818
|
};
|
@@ -2821,12 +2821,12 @@ export declare const useColorSchemaStore: () => {
|
|
2821
2821
|
colors: (string | {
|
2822
2822
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2823
2823
|
toned?: boolean;
|
2824
|
-
colorSchemaType?: "
|
2824
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2825
2825
|
} | {
|
2826
2826
|
color: string | {
|
2827
2827
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2828
2828
|
toned?: boolean;
|
2829
|
-
colorSchemaType?: "
|
2829
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2830
2830
|
};
|
2831
2831
|
stop?: number;
|
2832
2832
|
})[];
|
@@ -2835,7 +2835,7 @@ export declare const useColorSchemaStore: () => {
|
|
2835
2835
|
} | {
|
2836
2836
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2837
2837
|
toned?: boolean;
|
2838
|
-
colorSchemaType?: "
|
2838
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2839
2839
|
};
|
2840
2840
|
size?: number;
|
2841
2841
|
};
|
@@ -2852,12 +2852,12 @@ export declare const useColorSchemaStore: () => {
|
|
2852
2852
|
colors: (string | {
|
2853
2853
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2854
2854
|
toned?: boolean;
|
2855
|
-
colorSchemaType?: "
|
2855
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2856
2856
|
} | {
|
2857
2857
|
color: string | {
|
2858
2858
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2859
2859
|
toned?: boolean;
|
2860
|
-
colorSchemaType?: "
|
2860
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2861
2861
|
};
|
2862
2862
|
stop?: number;
|
2863
2863
|
})[];
|
@@ -2866,7 +2866,7 @@ export declare const useColorSchemaStore: () => {
|
|
2866
2866
|
} | {
|
2867
2867
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2868
2868
|
toned?: boolean;
|
2869
|
-
colorSchemaType?: "
|
2869
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2870
2870
|
};
|
2871
2871
|
border?: {
|
2872
2872
|
radius?: {
|
@@ -2885,7 +2885,7 @@ export declare const useColorSchemaStore: () => {
|
|
2885
2885
|
colors: (string | {
|
2886
2886
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2887
2887
|
toned?: boolean;
|
2888
|
-
colorSchemaType?: "
|
2888
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2889
2889
|
} | {
|
2890
2890
|
color: string | any;
|
2891
2891
|
stop?: number;
|
@@ -2906,12 +2906,12 @@ export declare const useColorSchemaStore: () => {
|
|
2906
2906
|
colors: (string | {
|
2907
2907
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2908
2908
|
toned?: boolean;
|
2909
|
-
colorSchemaType?: "
|
2909
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2910
2910
|
} | {
|
2911
2911
|
color: string | {
|
2912
2912
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2913
2913
|
toned?: boolean;
|
2914
|
-
colorSchemaType?: "
|
2914
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2915
2915
|
};
|
2916
2916
|
stop?: number;
|
2917
2917
|
})[];
|
@@ -2920,7 +2920,7 @@ export declare const useColorSchemaStore: () => {
|
|
2920
2920
|
} | {
|
2921
2921
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2922
2922
|
toned?: boolean;
|
2923
|
-
colorSchemaType?: "
|
2923
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2924
2924
|
};
|
2925
2925
|
typography?: {
|
2926
2926
|
decoration?: string;
|
@@ -2940,7 +2940,7 @@ export declare const useColorSchemaStore: () => {
|
|
2940
2940
|
lineHeight: number;
|
2941
2941
|
};
|
2942
2942
|
} | {
|
2943
|
-
type: "
|
2943
|
+
type: "text" | "title" | "navigation";
|
2944
2944
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2945
2945
|
};
|
2946
2946
|
};
|
@@ -2949,12 +2949,12 @@ export declare const useColorSchemaStore: () => {
|
|
2949
2949
|
colors: (string | {
|
2950
2950
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2951
2951
|
toned?: boolean;
|
2952
|
-
colorSchemaType?: "
|
2952
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2953
2953
|
} | {
|
2954
2954
|
color: string | {
|
2955
2955
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2956
2956
|
toned?: boolean;
|
2957
|
-
colorSchemaType?: "
|
2957
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2958
2958
|
};
|
2959
2959
|
stop?: number;
|
2960
2960
|
})[];
|
@@ -2963,7 +2963,7 @@ export declare const useColorSchemaStore: () => {
|
|
2963
2963
|
} | {
|
2964
2964
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2965
2965
|
toned?: boolean;
|
2966
|
-
colorSchemaType?: "
|
2966
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2967
2967
|
};
|
2968
2968
|
size?: number;
|
2969
2969
|
};
|
@@ -2980,12 +2980,12 @@ export declare const useColorSchemaStore: () => {
|
|
2980
2980
|
colors: (string | {
|
2981
2981
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2982
2982
|
toned?: boolean;
|
2983
|
-
colorSchemaType?: "
|
2983
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2984
2984
|
} | {
|
2985
2985
|
color: string | {
|
2986
2986
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2987
2987
|
toned?: boolean;
|
2988
|
-
colorSchemaType?: "
|
2988
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2989
2989
|
};
|
2990
2990
|
stop?: number;
|
2991
2991
|
})[];
|
@@ -2994,7 +2994,7 @@ export declare const useColorSchemaStore: () => {
|
|
2994
2994
|
} | {
|
2995
2995
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2996
2996
|
toned?: boolean;
|
2997
|
-
colorSchemaType?: "
|
2997
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2998
2998
|
};
|
2999
2999
|
border?: {
|
3000
3000
|
radius?: {
|
@@ -3013,7 +3013,7 @@ export declare const useColorSchemaStore: () => {
|
|
3013
3013
|
colors: (string | {
|
3014
3014
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3015
3015
|
toned?: boolean;
|
3016
|
-
colorSchemaType?: "
|
3016
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3017
3017
|
} | {
|
3018
3018
|
color: string | any;
|
3019
3019
|
stop?: number;
|
@@ -3034,12 +3034,12 @@ export declare const useColorSchemaStore: () => {
|
|
3034
3034
|
colors: (string | {
|
3035
3035
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3036
3036
|
toned?: boolean;
|
3037
|
-
colorSchemaType?: "
|
3037
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3038
3038
|
} | {
|
3039
3039
|
color: string | {
|
3040
3040
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3041
3041
|
toned?: boolean;
|
3042
|
-
colorSchemaType?: "
|
3042
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3043
3043
|
};
|
3044
3044
|
stop?: number;
|
3045
3045
|
})[];
|
@@ -3048,7 +3048,7 @@ export declare const useColorSchemaStore: () => {
|
|
3048
3048
|
} | {
|
3049
3049
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3050
3050
|
toned?: boolean;
|
3051
|
-
colorSchemaType?: "
|
3051
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3052
3052
|
};
|
3053
3053
|
typography?: {
|
3054
3054
|
decoration?: string;
|
@@ -3068,7 +3068,7 @@ export declare const useColorSchemaStore: () => {
|
|
3068
3068
|
lineHeight: number;
|
3069
3069
|
};
|
3070
3070
|
} | {
|
3071
|
-
type: "
|
3071
|
+
type: "text" | "title" | "navigation";
|
3072
3072
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3073
3073
|
};
|
3074
3074
|
};
|
@@ -3077,12 +3077,12 @@ export declare const useColorSchemaStore: () => {
|
|
3077
3077
|
colors: (string | {
|
3078
3078
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3079
3079
|
toned?: boolean;
|
3080
|
-
colorSchemaType?: "
|
3080
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3081
3081
|
} | {
|
3082
3082
|
color: string | {
|
3083
3083
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3084
3084
|
toned?: boolean;
|
3085
|
-
colorSchemaType?: "
|
3085
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3086
3086
|
};
|
3087
3087
|
stop?: number;
|
3088
3088
|
})[];
|
@@ -3091,7 +3091,7 @@ export declare const useColorSchemaStore: () => {
|
|
3091
3091
|
} | {
|
3092
3092
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3093
3093
|
toned?: boolean;
|
3094
|
-
colorSchemaType?: "
|
3094
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3095
3095
|
};
|
3096
3096
|
size?: number;
|
3097
3097
|
};
|
@@ -3108,12 +3108,12 @@ export declare const useColorSchemaStore: () => {
|
|
3108
3108
|
colors: (string | {
|
3109
3109
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3110
3110
|
toned?: boolean;
|
3111
|
-
colorSchemaType?: "
|
3111
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3112
3112
|
} | {
|
3113
3113
|
color: string | {
|
3114
3114
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3115
3115
|
toned?: boolean;
|
3116
|
-
colorSchemaType?: "
|
3116
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3117
3117
|
};
|
3118
3118
|
stop?: number;
|
3119
3119
|
})[];
|
@@ -3122,7 +3122,7 @@ export declare const useColorSchemaStore: () => {
|
|
3122
3122
|
} | {
|
3123
3123
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3124
3124
|
toned?: boolean;
|
3125
|
-
colorSchemaType?: "
|
3125
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3126
3126
|
};
|
3127
3127
|
border?: {
|
3128
3128
|
radius?: {
|
@@ -3141,7 +3141,7 @@ export declare const useColorSchemaStore: () => {
|
|
3141
3141
|
colors: (string | {
|
3142
3142
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3143
3143
|
toned?: boolean;
|
3144
|
-
colorSchemaType?: "
|
3144
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3145
3145
|
} | {
|
3146
3146
|
color: string | any;
|
3147
3147
|
stop?: number;
|
@@ -3162,12 +3162,12 @@ export declare const useColorSchemaStore: () => {
|
|
3162
3162
|
colors: (string | {
|
3163
3163
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3164
3164
|
toned?: boolean;
|
3165
|
-
colorSchemaType?: "
|
3165
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3166
3166
|
} | {
|
3167
3167
|
color: string | {
|
3168
3168
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3169
3169
|
toned?: boolean;
|
3170
|
-
colorSchemaType?: "
|
3170
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3171
3171
|
};
|
3172
3172
|
stop?: number;
|
3173
3173
|
})[];
|
@@ -3176,7 +3176,7 @@ export declare const useColorSchemaStore: () => {
|
|
3176
3176
|
} | {
|
3177
3177
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3178
3178
|
toned?: boolean;
|
3179
|
-
colorSchemaType?: "
|
3179
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3180
3180
|
};
|
3181
3181
|
typography?: {
|
3182
3182
|
decoration?: string;
|
@@ -3196,7 +3196,7 @@ export declare const useColorSchemaStore: () => {
|
|
3196
3196
|
lineHeight: number;
|
3197
3197
|
};
|
3198
3198
|
} | {
|
3199
|
-
type: "
|
3199
|
+
type: "text" | "title" | "navigation";
|
3200
3200
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3201
3201
|
};
|
3202
3202
|
};
|
@@ -3205,12 +3205,12 @@ export declare const useColorSchemaStore: () => {
|
|
3205
3205
|
colors: (string | {
|
3206
3206
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3207
3207
|
toned?: boolean;
|
3208
|
-
colorSchemaType?: "
|
3208
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3209
3209
|
} | {
|
3210
3210
|
color: string | {
|
3211
3211
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3212
3212
|
toned?: boolean;
|
3213
|
-
colorSchemaType?: "
|
3213
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3214
3214
|
};
|
3215
3215
|
stop?: number;
|
3216
3216
|
})[];
|
@@ -3219,7 +3219,7 @@ export declare const useColorSchemaStore: () => {
|
|
3219
3219
|
} | {
|
3220
3220
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3221
3221
|
toned?: boolean;
|
3222
|
-
colorSchemaType?: "
|
3222
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3223
3223
|
};
|
3224
3224
|
size?: number;
|
3225
3225
|
};
|
@@ -3236,12 +3236,12 @@ export declare const useColorSchemaStore: () => {
|
|
3236
3236
|
colors: (string | {
|
3237
3237
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3238
3238
|
toned?: boolean;
|
3239
|
-
colorSchemaType?: "
|
3239
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3240
3240
|
} | {
|
3241
3241
|
color: string | {
|
3242
3242
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3243
3243
|
toned?: boolean;
|
3244
|
-
colorSchemaType?: "
|
3244
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3245
3245
|
};
|
3246
3246
|
stop?: number;
|
3247
3247
|
})[];
|
@@ -3250,7 +3250,7 @@ export declare const useColorSchemaStore: () => {
|
|
3250
3250
|
} | {
|
3251
3251
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3252
3252
|
toned?: boolean;
|
3253
|
-
colorSchemaType?: "
|
3253
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3254
3254
|
};
|
3255
3255
|
border?: {
|
3256
3256
|
radius?: {
|
@@ -3269,7 +3269,7 @@ export declare const useColorSchemaStore: () => {
|
|
3269
3269
|
colors: (string | {
|
3270
3270
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3271
3271
|
toned?: boolean;
|
3272
|
-
colorSchemaType?: "
|
3272
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3273
3273
|
} | {
|
3274
3274
|
color: string | any;
|
3275
3275
|
stop?: number;
|
@@ -3290,12 +3290,12 @@ export declare const useColorSchemaStore: () => {
|
|
3290
3290
|
colors: (string | {
|
3291
3291
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3292
3292
|
toned?: boolean;
|
3293
|
-
colorSchemaType?: "
|
3293
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3294
3294
|
} | {
|
3295
3295
|
color: string | {
|
3296
3296
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3297
3297
|
toned?: boolean;
|
3298
|
-
colorSchemaType?: "
|
3298
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3299
3299
|
};
|
3300
3300
|
stop?: number;
|
3301
3301
|
})[];
|
@@ -3304,7 +3304,7 @@ export declare const useColorSchemaStore: () => {
|
|
3304
3304
|
} | {
|
3305
3305
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3306
3306
|
toned?: boolean;
|
3307
|
-
colorSchemaType?: "
|
3307
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3308
3308
|
};
|
3309
3309
|
typography?: {
|
3310
3310
|
decoration?: string;
|
@@ -3324,7 +3324,7 @@ export declare const useColorSchemaStore: () => {
|
|
3324
3324
|
lineHeight: number;
|
3325
3325
|
};
|
3326
3326
|
} | {
|
3327
|
-
type: "
|
3327
|
+
type: "text" | "title" | "navigation";
|
3328
3328
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3329
3329
|
};
|
3330
3330
|
};
|
@@ -3333,12 +3333,12 @@ export declare const useColorSchemaStore: () => {
|
|
3333
3333
|
colors: (string | {
|
3334
3334
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3335
3335
|
toned?: boolean;
|
3336
|
-
colorSchemaType?: "
|
3336
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3337
3337
|
} | {
|
3338
3338
|
color: string | {
|
3339
3339
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3340
3340
|
toned?: boolean;
|
3341
|
-
colorSchemaType?: "
|
3341
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3342
3342
|
};
|
3343
3343
|
stop?: number;
|
3344
3344
|
})[];
|
@@ -3347,7 +3347,7 @@ export declare const useColorSchemaStore: () => {
|
|
3347
3347
|
} | {
|
3348
3348
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3349
3349
|
toned?: boolean;
|
3350
|
-
colorSchemaType?: "
|
3350
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3351
3351
|
};
|
3352
3352
|
size?: number;
|
3353
3353
|
};
|
@@ -3362,12 +3362,12 @@ export declare const useColorSchemaStore: () => {
|
|
3362
3362
|
colors: (string | {
|
3363
3363
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3364
3364
|
toned?: boolean;
|
3365
|
-
colorSchemaType?: "
|
3365
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3366
3366
|
} | {
|
3367
3367
|
color: string | {
|
3368
3368
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3369
3369
|
toned?: boolean;
|
3370
|
-
colorSchemaType?: "
|
3370
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3371
3371
|
};
|
3372
3372
|
stop?: number;
|
3373
3373
|
})[];
|
@@ -3376,7 +3376,7 @@ export declare const useColorSchemaStore: () => {
|
|
3376
3376
|
} | {
|
3377
3377
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3378
3378
|
toned?: boolean;
|
3379
|
-
colorSchemaType?: "
|
3379
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3380
3380
|
};
|
3381
3381
|
border?: {
|
3382
3382
|
radius?: {
|
@@ -3395,12 +3395,12 @@ export declare const useColorSchemaStore: () => {
|
|
3395
3395
|
colors: (string | {
|
3396
3396
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3397
3397
|
toned?: boolean;
|
3398
|
-
colorSchemaType?: "
|
3398
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3399
3399
|
} | {
|
3400
3400
|
color: string | {
|
3401
3401
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3402
3402
|
toned?: boolean;
|
3403
|
-
colorSchemaType?: "
|
3403
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3404
3404
|
};
|
3405
3405
|
stop?: number;
|
3406
3406
|
})[];
|
@@ -3432,23 +3432,23 @@ export declare const useColorSchemaStore: () => {
|
|
3432
3432
|
grow?: boolean;
|
3433
3433
|
minHeight?: number;
|
3434
3434
|
minWidth?: number;
|
3435
|
-
alignment?: "
|
3435
|
+
alignment?: "start" | "center" | "end";
|
3436
3436
|
sliderColor?: string | {
|
3437
3437
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3438
3438
|
toned?: boolean;
|
3439
|
-
colorSchemaType?: "
|
3439
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3440
3440
|
};
|
3441
3441
|
text?: {
|
3442
3442
|
color?: string | {
|
3443
3443
|
colors: (string | {
|
3444
3444
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3445
3445
|
toned?: boolean;
|
3446
|
-
colorSchemaType?: "
|
3446
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3447
3447
|
} | {
|
3448
3448
|
color: string | {
|
3449
3449
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3450
3450
|
toned?: boolean;
|
3451
|
-
colorSchemaType?: "
|
3451
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3452
3452
|
};
|
3453
3453
|
stop?: number;
|
3454
3454
|
})[];
|
@@ -3457,7 +3457,7 @@ export declare const useColorSchemaStore: () => {
|
|
3457
3457
|
} | {
|
3458
3458
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3459
3459
|
toned?: boolean;
|
3460
|
-
colorSchemaType?: "
|
3460
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3461
3461
|
};
|
3462
3462
|
typography?: {
|
3463
3463
|
decoration?: string;
|
@@ -3477,7 +3477,7 @@ export declare const useColorSchemaStore: () => {
|
|
3477
3477
|
lineHeight: number;
|
3478
3478
|
};
|
3479
3479
|
} | {
|
3480
|
-
type: "
|
3480
|
+
type: "text" | "title" | "navigation";
|
3481
3481
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3482
3482
|
};
|
3483
3483
|
};
|
@@ -3486,12 +3486,12 @@ export declare const useColorSchemaStore: () => {
|
|
3486
3486
|
colors: (string | {
|
3487
3487
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3488
3488
|
toned?: boolean;
|
3489
|
-
colorSchemaType?: "
|
3489
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3490
3490
|
} | {
|
3491
3491
|
color: string | {
|
3492
3492
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3493
3493
|
toned?: boolean;
|
3494
|
-
colorSchemaType?: "
|
3494
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3495
3495
|
};
|
3496
3496
|
stop?: number;
|
3497
3497
|
})[];
|
@@ -3500,7 +3500,7 @@ export declare const useColorSchemaStore: () => {
|
|
3500
3500
|
} | {
|
3501
3501
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3502
3502
|
toned?: boolean;
|
3503
|
-
colorSchemaType?: "
|
3503
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3504
3504
|
};
|
3505
3505
|
size?: number;
|
3506
3506
|
};
|
@@ -3516,12 +3516,12 @@ export declare const useColorSchemaStore: () => {
|
|
3516
3516
|
colors: (string | {
|
3517
3517
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3518
3518
|
toned?: boolean;
|
3519
|
-
colorSchemaType?: "
|
3519
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3520
3520
|
} | {
|
3521
3521
|
color: string | {
|
3522
3522
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3523
3523
|
toned?: boolean;
|
3524
|
-
colorSchemaType?: "
|
3524
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3525
3525
|
};
|
3526
3526
|
stop?: number;
|
3527
3527
|
})[];
|
@@ -3530,7 +3530,7 @@ export declare const useColorSchemaStore: () => {
|
|
3530
3530
|
} | {
|
3531
3531
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3532
3532
|
toned?: boolean;
|
3533
|
-
colorSchemaType?: "
|
3533
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3534
3534
|
};
|
3535
3535
|
border?: {
|
3536
3536
|
radius?: {
|
@@ -3549,7 +3549,7 @@ export declare const useColorSchemaStore: () => {
|
|
3549
3549
|
colors: (string | {
|
3550
3550
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3551
3551
|
toned?: boolean;
|
3552
|
-
colorSchemaType?: "
|
3552
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3553
3553
|
} | {
|
3554
3554
|
color: string | any;
|
3555
3555
|
stop?: number;
|
@@ -3569,12 +3569,12 @@ export declare const useColorSchemaStore: () => {
|
|
3569
3569
|
colors: (string | {
|
3570
3570
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3571
3571
|
toned?: boolean;
|
3572
|
-
colorSchemaType?: "
|
3572
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3573
3573
|
} | {
|
3574
3574
|
color: string | {
|
3575
3575
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3576
3576
|
toned?: boolean;
|
3577
|
-
colorSchemaType?: "
|
3577
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3578
3578
|
};
|
3579
3579
|
stop?: number;
|
3580
3580
|
})[];
|
@@ -3583,7 +3583,7 @@ export declare const useColorSchemaStore: () => {
|
|
3583
3583
|
} | {
|
3584
3584
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3585
3585
|
toned?: boolean;
|
3586
|
-
colorSchemaType?: "
|
3586
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3587
3587
|
};
|
3588
3588
|
typography?: {
|
3589
3589
|
decoration?: string;
|
@@ -3603,7 +3603,7 @@ export declare const useColorSchemaStore: () => {
|
|
3603
3603
|
lineHeight: number;
|
3604
3604
|
};
|
3605
3605
|
} | {
|
3606
|
-
type: "
|
3606
|
+
type: "text" | "title" | "navigation";
|
3607
3607
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3608
3608
|
};
|
3609
3609
|
};
|
@@ -3612,12 +3612,12 @@ export declare const useColorSchemaStore: () => {
|
|
3612
3612
|
colors: (string | {
|
3613
3613
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3614
3614
|
toned?: boolean;
|
3615
|
-
colorSchemaType?: "
|
3615
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3616
3616
|
} | {
|
3617
3617
|
color: string | {
|
3618
3618
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3619
3619
|
toned?: boolean;
|
3620
|
-
colorSchemaType?: "
|
3620
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3621
3621
|
};
|
3622
3622
|
stop?: number;
|
3623
3623
|
})[];
|
@@ -3626,7 +3626,7 @@ export declare const useColorSchemaStore: () => {
|
|
3626
3626
|
} | {
|
3627
3627
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3628
3628
|
toned?: boolean;
|
3629
|
-
colorSchemaType?: "
|
3629
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3630
3630
|
};
|
3631
3631
|
size?: number;
|
3632
3632
|
};
|
@@ -3637,12 +3637,12 @@ export declare const useColorSchemaStore: () => {
|
|
3637
3637
|
colors: (string | {
|
3638
3638
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3639
3639
|
toned?: boolean;
|
3640
|
-
colorSchemaType?: "
|
3640
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3641
3641
|
} | {
|
3642
3642
|
color: string | {
|
3643
3643
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3644
3644
|
toned?: boolean;
|
3645
|
-
colorSchemaType?: "
|
3645
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3646
3646
|
};
|
3647
3647
|
stop?: number;
|
3648
3648
|
})[];
|
@@ -3651,7 +3651,7 @@ export declare const useColorSchemaStore: () => {
|
|
3651
3651
|
} | {
|
3652
3652
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3653
3653
|
toned?: boolean;
|
3654
|
-
colorSchemaType?: "
|
3654
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3655
3655
|
};
|
3656
3656
|
border?: {
|
3657
3657
|
radius?: {
|
@@ -3670,7 +3670,7 @@ export declare const useColorSchemaStore: () => {
|
|
3670
3670
|
colors: (string | {
|
3671
3671
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3672
3672
|
toned?: boolean;
|
3673
|
-
colorSchemaType?: "
|
3673
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3674
3674
|
} | {
|
3675
3675
|
color: string | any;
|
3676
3676
|
stop?: number;
|
@@ -3693,12 +3693,12 @@ export declare const useColorSchemaStore: () => {
|
|
3693
3693
|
colors: (string | {
|
3694
3694
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3695
3695
|
toned?: boolean;
|
3696
|
-
colorSchemaType?: "
|
3696
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3697
3697
|
} | {
|
3698
3698
|
color: string | {
|
3699
3699
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3700
3700
|
toned?: boolean;
|
3701
|
-
colorSchemaType?: "
|
3701
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3702
3702
|
};
|
3703
3703
|
stop?: number;
|
3704
3704
|
})[];
|
@@ -3707,7 +3707,7 @@ export declare const useColorSchemaStore: () => {
|
|
3707
3707
|
} | {
|
3708
3708
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3709
3709
|
toned?: boolean;
|
3710
|
-
colorSchemaType?: "
|
3710
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3711
3711
|
};
|
3712
3712
|
border?: {
|
3713
3713
|
radius?: {
|
@@ -3726,12 +3726,12 @@ export declare const useColorSchemaStore: () => {
|
|
3726
3726
|
colors: (string | {
|
3727
3727
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3728
3728
|
toned?: boolean;
|
3729
|
-
colorSchemaType?: "
|
3729
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3730
3730
|
} | {
|
3731
3731
|
color: string | {
|
3732
3732
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3733
3733
|
toned?: boolean;
|
3734
|
-
colorSchemaType?: "
|
3734
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3735
3735
|
};
|
3736
3736
|
stop?: number;
|
3737
3737
|
})[];
|
@@ -3763,23 +3763,23 @@ export declare const useColorSchemaStore: () => {
|
|
3763
3763
|
grow?: boolean;
|
3764
3764
|
minHeight?: number;
|
3765
3765
|
minWidth?: number;
|
3766
|
-
alignment?: "
|
3766
|
+
alignment?: "start" | "center" | "end";
|
3767
3767
|
sliderColor?: string | {
|
3768
3768
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3769
3769
|
toned?: boolean;
|
3770
|
-
colorSchemaType?: "
|
3770
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3771
3771
|
};
|
3772
3772
|
text?: {
|
3773
3773
|
color?: string | {
|
3774
3774
|
colors: (string | {
|
3775
3775
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3776
3776
|
toned?: boolean;
|
3777
|
-
colorSchemaType?: "
|
3777
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3778
3778
|
} | {
|
3779
3779
|
color: string | {
|
3780
3780
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3781
3781
|
toned?: boolean;
|
3782
|
-
colorSchemaType?: "
|
3782
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3783
3783
|
};
|
3784
3784
|
stop?: number;
|
3785
3785
|
})[];
|
@@ -3788,7 +3788,7 @@ export declare const useColorSchemaStore: () => {
|
|
3788
3788
|
} | {
|
3789
3789
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3790
3790
|
toned?: boolean;
|
3791
|
-
colorSchemaType?: "
|
3791
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3792
3792
|
};
|
3793
3793
|
typography?: {
|
3794
3794
|
decoration?: string;
|
@@ -3808,7 +3808,7 @@ export declare const useColorSchemaStore: () => {
|
|
3808
3808
|
lineHeight: number;
|
3809
3809
|
};
|
3810
3810
|
} | {
|
3811
|
-
type: "
|
3811
|
+
type: "text" | "title" | "navigation";
|
3812
3812
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3813
3813
|
};
|
3814
3814
|
};
|
@@ -3817,12 +3817,12 @@ export declare const useColorSchemaStore: () => {
|
|
3817
3817
|
colors: (string | {
|
3818
3818
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3819
3819
|
toned?: boolean;
|
3820
|
-
colorSchemaType?: "
|
3820
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3821
3821
|
} | {
|
3822
3822
|
color: string | {
|
3823
3823
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3824
3824
|
toned?: boolean;
|
3825
|
-
colorSchemaType?: "
|
3825
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3826
3826
|
};
|
3827
3827
|
stop?: number;
|
3828
3828
|
})[];
|
@@ -3831,7 +3831,7 @@ export declare const useColorSchemaStore: () => {
|
|
3831
3831
|
} | {
|
3832
3832
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3833
3833
|
toned?: boolean;
|
3834
|
-
colorSchemaType?: "
|
3834
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3835
3835
|
};
|
3836
3836
|
size?: number;
|
3837
3837
|
};
|
@@ -3847,12 +3847,12 @@ export declare const useColorSchemaStore: () => {
|
|
3847
3847
|
colors: (string | {
|
3848
3848
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3849
3849
|
toned?: boolean;
|
3850
|
-
colorSchemaType?: "
|
3850
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3851
3851
|
} | {
|
3852
3852
|
color: string | {
|
3853
3853
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3854
3854
|
toned?: boolean;
|
3855
|
-
colorSchemaType?: "
|
3855
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3856
3856
|
};
|
3857
3857
|
stop?: number;
|
3858
3858
|
})[];
|
@@ -3861,7 +3861,7 @@ export declare const useColorSchemaStore: () => {
|
|
3861
3861
|
} | {
|
3862
3862
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3863
3863
|
toned?: boolean;
|
3864
|
-
colorSchemaType?: "
|
3864
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3865
3865
|
};
|
3866
3866
|
border?: {
|
3867
3867
|
radius?: {
|
@@ -3880,7 +3880,7 @@ export declare const useColorSchemaStore: () => {
|
|
3880
3880
|
colors: (string | {
|
3881
3881
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3882
3882
|
toned?: boolean;
|
3883
|
-
colorSchemaType?: "
|
3883
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3884
3884
|
} | {
|
3885
3885
|
color: string | any;
|
3886
3886
|
stop?: number;
|
@@ -3900,12 +3900,12 @@ export declare const useColorSchemaStore: () => {
|
|
3900
3900
|
colors: (string | {
|
3901
3901
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3902
3902
|
toned?: boolean;
|
3903
|
-
colorSchemaType?: "
|
3903
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3904
3904
|
} | {
|
3905
3905
|
color: string | {
|
3906
3906
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3907
3907
|
toned?: boolean;
|
3908
|
-
colorSchemaType?: "
|
3908
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3909
3909
|
};
|
3910
3910
|
stop?: number;
|
3911
3911
|
})[];
|
@@ -3914,7 +3914,7 @@ export declare const useColorSchemaStore: () => {
|
|
3914
3914
|
} | {
|
3915
3915
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3916
3916
|
toned?: boolean;
|
3917
|
-
colorSchemaType?: "
|
3917
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3918
3918
|
};
|
3919
3919
|
typography?: {
|
3920
3920
|
decoration?: string;
|
@@ -3934,7 +3934,7 @@ export declare const useColorSchemaStore: () => {
|
|
3934
3934
|
lineHeight: number;
|
3935
3935
|
};
|
3936
3936
|
} | {
|
3937
|
-
type: "
|
3937
|
+
type: "text" | "title" | "navigation";
|
3938
3938
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3939
3939
|
};
|
3940
3940
|
};
|
@@ -3943,12 +3943,12 @@ export declare const useColorSchemaStore: () => {
|
|
3943
3943
|
colors: (string | {
|
3944
3944
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3945
3945
|
toned?: boolean;
|
3946
|
-
colorSchemaType?: "
|
3946
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3947
3947
|
} | {
|
3948
3948
|
color: string | {
|
3949
3949
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3950
3950
|
toned?: boolean;
|
3951
|
-
colorSchemaType?: "
|
3951
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3952
3952
|
};
|
3953
3953
|
stop?: number;
|
3954
3954
|
})[];
|
@@ -3957,7 +3957,7 @@ export declare const useColorSchemaStore: () => {
|
|
3957
3957
|
} | {
|
3958
3958
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3959
3959
|
toned?: boolean;
|
3960
|
-
colorSchemaType?: "
|
3960
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3961
3961
|
};
|
3962
3962
|
size?: number;
|
3963
3963
|
};
|
@@ -3968,12 +3968,12 @@ export declare const useColorSchemaStore: () => {
|
|
3968
3968
|
colors: (string | {
|
3969
3969
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3970
3970
|
toned?: boolean;
|
3971
|
-
colorSchemaType?: "
|
3971
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3972
3972
|
} | {
|
3973
3973
|
color: string | {
|
3974
3974
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3975
3975
|
toned?: boolean;
|
3976
|
-
colorSchemaType?: "
|
3976
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3977
3977
|
};
|
3978
3978
|
stop?: number;
|
3979
3979
|
})[];
|
@@ -3982,7 +3982,7 @@ export declare const useColorSchemaStore: () => {
|
|
3982
3982
|
} | {
|
3983
3983
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3984
3984
|
toned?: boolean;
|
3985
|
-
colorSchemaType?: "
|
3985
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3986
3986
|
};
|
3987
3987
|
border?: {
|
3988
3988
|
radius?: {
|
@@ -4001,7 +4001,7 @@ export declare const useColorSchemaStore: () => {
|
|
4001
4001
|
colors: (string | {
|
4002
4002
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4003
4003
|
toned?: boolean;
|
4004
|
-
colorSchemaType?: "
|
4004
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4005
4005
|
} | {
|
4006
4006
|
color: string | any;
|
4007
4007
|
stop?: number;
|
@@ -4024,12 +4024,12 @@ export declare const useColorSchemaStore: () => {
|
|
4024
4024
|
colors: (string | {
|
4025
4025
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4026
4026
|
toned?: boolean;
|
4027
|
-
colorSchemaType?: "
|
4027
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4028
4028
|
} | {
|
4029
4029
|
color: string | {
|
4030
4030
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4031
4031
|
toned?: boolean;
|
4032
|
-
colorSchemaType?: "
|
4032
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4033
4033
|
};
|
4034
4034
|
stop?: number;
|
4035
4035
|
})[];
|
@@ -4038,7 +4038,7 @@ export declare const useColorSchemaStore: () => {
|
|
4038
4038
|
} | {
|
4039
4039
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4040
4040
|
toned?: boolean;
|
4041
|
-
colorSchemaType?: "
|
4041
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4042
4042
|
};
|
4043
4043
|
border?: {
|
4044
4044
|
radius?: {
|
@@ -4057,12 +4057,12 @@ export declare const useColorSchemaStore: () => {
|
|
4057
4057
|
colors: (string | {
|
4058
4058
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4059
4059
|
toned?: boolean;
|
4060
|
-
colorSchemaType?: "
|
4060
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4061
4061
|
} | {
|
4062
4062
|
color: string | {
|
4063
4063
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4064
4064
|
toned?: boolean;
|
4065
|
-
colorSchemaType?: "
|
4065
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4066
4066
|
};
|
4067
4067
|
stop?: number;
|
4068
4068
|
})[];
|
@@ -4094,23 +4094,23 @@ export declare const useColorSchemaStore: () => {
|
|
4094
4094
|
grow?: boolean;
|
4095
4095
|
minHeight?: number;
|
4096
4096
|
minWidth?: number;
|
4097
|
-
alignment?: "
|
4097
|
+
alignment?: "start" | "center" | "end";
|
4098
4098
|
sliderColor?: string | {
|
4099
4099
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4100
4100
|
toned?: boolean;
|
4101
|
-
colorSchemaType?: "
|
4101
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4102
4102
|
};
|
4103
4103
|
text?: {
|
4104
4104
|
color?: string | {
|
4105
4105
|
colors: (string | {
|
4106
4106
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4107
4107
|
toned?: boolean;
|
4108
|
-
colorSchemaType?: "
|
4108
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4109
4109
|
} | {
|
4110
4110
|
color: string | {
|
4111
4111
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4112
4112
|
toned?: boolean;
|
4113
|
-
colorSchemaType?: "
|
4113
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4114
4114
|
};
|
4115
4115
|
stop?: number;
|
4116
4116
|
})[];
|
@@ -4119,7 +4119,7 @@ export declare const useColorSchemaStore: () => {
|
|
4119
4119
|
} | {
|
4120
4120
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4121
4121
|
toned?: boolean;
|
4122
|
-
colorSchemaType?: "
|
4122
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4123
4123
|
};
|
4124
4124
|
typography?: {
|
4125
4125
|
decoration?: string;
|
@@ -4139,7 +4139,7 @@ export declare const useColorSchemaStore: () => {
|
|
4139
4139
|
lineHeight: number;
|
4140
4140
|
};
|
4141
4141
|
} | {
|
4142
|
-
type: "
|
4142
|
+
type: "text" | "title" | "navigation";
|
4143
4143
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4144
4144
|
};
|
4145
4145
|
};
|
@@ -4148,12 +4148,12 @@ export declare const useColorSchemaStore: () => {
|
|
4148
4148
|
colors: (string | {
|
4149
4149
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4150
4150
|
toned?: boolean;
|
4151
|
-
colorSchemaType?: "
|
4151
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4152
4152
|
} | {
|
4153
4153
|
color: string | {
|
4154
4154
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4155
4155
|
toned?: boolean;
|
4156
|
-
colorSchemaType?: "
|
4156
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4157
4157
|
};
|
4158
4158
|
stop?: number;
|
4159
4159
|
})[];
|
@@ -4162,7 +4162,7 @@ export declare const useColorSchemaStore: () => {
|
|
4162
4162
|
} | {
|
4163
4163
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4164
4164
|
toned?: boolean;
|
4165
|
-
colorSchemaType?: "
|
4165
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4166
4166
|
};
|
4167
4167
|
size?: number;
|
4168
4168
|
};
|
@@ -4178,12 +4178,12 @@ export declare const useColorSchemaStore: () => {
|
|
4178
4178
|
colors: (string | {
|
4179
4179
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4180
4180
|
toned?: boolean;
|
4181
|
-
colorSchemaType?: "
|
4181
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4182
4182
|
} | {
|
4183
4183
|
color: string | {
|
4184
4184
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4185
4185
|
toned?: boolean;
|
4186
|
-
colorSchemaType?: "
|
4186
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4187
4187
|
};
|
4188
4188
|
stop?: number;
|
4189
4189
|
})[];
|
@@ -4192,7 +4192,7 @@ export declare const useColorSchemaStore: () => {
|
|
4192
4192
|
} | {
|
4193
4193
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4194
4194
|
toned?: boolean;
|
4195
|
-
colorSchemaType?: "
|
4195
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4196
4196
|
};
|
4197
4197
|
border?: {
|
4198
4198
|
radius?: {
|
@@ -4211,7 +4211,7 @@ export declare const useColorSchemaStore: () => {
|
|
4211
4211
|
colors: (string | {
|
4212
4212
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4213
4213
|
toned?: boolean;
|
4214
|
-
colorSchemaType?: "
|
4214
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4215
4215
|
} | {
|
4216
4216
|
color: string | any;
|
4217
4217
|
stop?: number;
|
@@ -4231,12 +4231,12 @@ export declare const useColorSchemaStore: () => {
|
|
4231
4231
|
colors: (string | {
|
4232
4232
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4233
4233
|
toned?: boolean;
|
4234
|
-
colorSchemaType?: "
|
4234
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4235
4235
|
} | {
|
4236
4236
|
color: string | {
|
4237
4237
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4238
4238
|
toned?: boolean;
|
4239
|
-
colorSchemaType?: "
|
4239
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4240
4240
|
};
|
4241
4241
|
stop?: number;
|
4242
4242
|
})[];
|
@@ -4245,7 +4245,7 @@ export declare const useColorSchemaStore: () => {
|
|
4245
4245
|
} | {
|
4246
4246
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4247
4247
|
toned?: boolean;
|
4248
|
-
colorSchemaType?: "
|
4248
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4249
4249
|
};
|
4250
4250
|
typography?: {
|
4251
4251
|
decoration?: string;
|
@@ -4265,7 +4265,7 @@ export declare const useColorSchemaStore: () => {
|
|
4265
4265
|
lineHeight: number;
|
4266
4266
|
};
|
4267
4267
|
} | {
|
4268
|
-
type: "
|
4268
|
+
type: "text" | "title" | "navigation";
|
4269
4269
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4270
4270
|
};
|
4271
4271
|
};
|
@@ -4274,12 +4274,12 @@ export declare const useColorSchemaStore: () => {
|
|
4274
4274
|
colors: (string | {
|
4275
4275
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4276
4276
|
toned?: boolean;
|
4277
|
-
colorSchemaType?: "
|
4277
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4278
4278
|
} | {
|
4279
4279
|
color: string | {
|
4280
4280
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4281
4281
|
toned?: boolean;
|
4282
|
-
colorSchemaType?: "
|
4282
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4283
4283
|
};
|
4284
4284
|
stop?: number;
|
4285
4285
|
})[];
|
@@ -4288,7 +4288,7 @@ export declare const useColorSchemaStore: () => {
|
|
4288
4288
|
} | {
|
4289
4289
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4290
4290
|
toned?: boolean;
|
4291
|
-
colorSchemaType?: "
|
4291
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4292
4292
|
};
|
4293
4293
|
size?: number;
|
4294
4294
|
};
|
@@ -4299,12 +4299,12 @@ export declare const useColorSchemaStore: () => {
|
|
4299
4299
|
colors: (string | {
|
4300
4300
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4301
4301
|
toned?: boolean;
|
4302
|
-
colorSchemaType?: "
|
4302
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4303
4303
|
} | {
|
4304
4304
|
color: string | {
|
4305
4305
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4306
4306
|
toned?: boolean;
|
4307
|
-
colorSchemaType?: "
|
4307
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4308
4308
|
};
|
4309
4309
|
stop?: number;
|
4310
4310
|
})[];
|
@@ -4313,7 +4313,7 @@ export declare const useColorSchemaStore: () => {
|
|
4313
4313
|
} | {
|
4314
4314
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4315
4315
|
toned?: boolean;
|
4316
|
-
colorSchemaType?: "
|
4316
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4317
4317
|
};
|
4318
4318
|
border?: {
|
4319
4319
|
radius?: {
|
@@ -4332,7 +4332,7 @@ export declare const useColorSchemaStore: () => {
|
|
4332
4332
|
colors: (string | {
|
4333
4333
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4334
4334
|
toned?: boolean;
|
4335
|
-
colorSchemaType?: "
|
4335
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4336
4336
|
} | {
|
4337
4337
|
color: string | any;
|
4338
4338
|
stop?: number;
|
@@ -4355,12 +4355,12 @@ export declare const useColorSchemaStore: () => {
|
|
4355
4355
|
colors: (string | {
|
4356
4356
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4357
4357
|
toned?: boolean;
|
4358
|
-
colorSchemaType?: "
|
4358
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4359
4359
|
} | {
|
4360
4360
|
color: string | {
|
4361
4361
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4362
4362
|
toned?: boolean;
|
4363
|
-
colorSchemaType?: "
|
4363
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4364
4364
|
};
|
4365
4365
|
stop?: number;
|
4366
4366
|
})[];
|
@@ -4369,7 +4369,7 @@ export declare const useColorSchemaStore: () => {
|
|
4369
4369
|
} | {
|
4370
4370
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4371
4371
|
toned?: boolean;
|
4372
|
-
colorSchemaType?: "
|
4372
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4373
4373
|
};
|
4374
4374
|
border?: {
|
4375
4375
|
radius?: {
|
@@ -4388,12 +4388,12 @@ export declare const useColorSchemaStore: () => {
|
|
4388
4388
|
colors: (string | {
|
4389
4389
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4390
4390
|
toned?: boolean;
|
4391
|
-
colorSchemaType?: "
|
4391
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4392
4392
|
} | {
|
4393
4393
|
color: string | {
|
4394
4394
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4395
4395
|
toned?: boolean;
|
4396
|
-
colorSchemaType?: "
|
4396
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4397
4397
|
};
|
4398
4398
|
stop?: number;
|
4399
4399
|
})[];
|
@@ -4425,23 +4425,23 @@ export declare const useColorSchemaStore: () => {
|
|
4425
4425
|
grow?: boolean;
|
4426
4426
|
minHeight?: number;
|
4427
4427
|
minWidth?: number;
|
4428
|
-
alignment?: "
|
4428
|
+
alignment?: "start" | "center" | "end";
|
4429
4429
|
sliderColor?: string | {
|
4430
4430
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4431
4431
|
toned?: boolean;
|
4432
|
-
colorSchemaType?: "
|
4432
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4433
4433
|
};
|
4434
4434
|
text?: {
|
4435
4435
|
color?: string | {
|
4436
4436
|
colors: (string | {
|
4437
4437
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4438
4438
|
toned?: boolean;
|
4439
|
-
colorSchemaType?: "
|
4439
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4440
4440
|
} | {
|
4441
4441
|
color: string | {
|
4442
4442
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4443
4443
|
toned?: boolean;
|
4444
|
-
colorSchemaType?: "
|
4444
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4445
4445
|
};
|
4446
4446
|
stop?: number;
|
4447
4447
|
})[];
|
@@ -4450,7 +4450,7 @@ export declare const useColorSchemaStore: () => {
|
|
4450
4450
|
} | {
|
4451
4451
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4452
4452
|
toned?: boolean;
|
4453
|
-
colorSchemaType?: "
|
4453
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4454
4454
|
};
|
4455
4455
|
typography?: {
|
4456
4456
|
decoration?: string;
|
@@ -4470,7 +4470,7 @@ export declare const useColorSchemaStore: () => {
|
|
4470
4470
|
lineHeight: number;
|
4471
4471
|
};
|
4472
4472
|
} | {
|
4473
|
-
type: "
|
4473
|
+
type: "text" | "title" | "navigation";
|
4474
4474
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4475
4475
|
};
|
4476
4476
|
};
|
@@ -4479,12 +4479,12 @@ export declare const useColorSchemaStore: () => {
|
|
4479
4479
|
colors: (string | {
|
4480
4480
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4481
4481
|
toned?: boolean;
|
4482
|
-
colorSchemaType?: "
|
4482
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4483
4483
|
} | {
|
4484
4484
|
color: string | {
|
4485
4485
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4486
4486
|
toned?: boolean;
|
4487
|
-
colorSchemaType?: "
|
4487
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4488
4488
|
};
|
4489
4489
|
stop?: number;
|
4490
4490
|
})[];
|
@@ -4493,7 +4493,7 @@ export declare const useColorSchemaStore: () => {
|
|
4493
4493
|
} | {
|
4494
4494
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4495
4495
|
toned?: boolean;
|
4496
|
-
colorSchemaType?: "
|
4496
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4497
4497
|
};
|
4498
4498
|
size?: number;
|
4499
4499
|
};
|
@@ -4509,12 +4509,12 @@ export declare const useColorSchemaStore: () => {
|
|
4509
4509
|
colors: (string | {
|
4510
4510
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4511
4511
|
toned?: boolean;
|
4512
|
-
colorSchemaType?: "
|
4512
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4513
4513
|
} | {
|
4514
4514
|
color: string | {
|
4515
4515
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4516
4516
|
toned?: boolean;
|
4517
|
-
colorSchemaType?: "
|
4517
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4518
4518
|
};
|
4519
4519
|
stop?: number;
|
4520
4520
|
})[];
|
@@ -4523,7 +4523,7 @@ export declare const useColorSchemaStore: () => {
|
|
4523
4523
|
} | {
|
4524
4524
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4525
4525
|
toned?: boolean;
|
4526
|
-
colorSchemaType?: "
|
4526
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4527
4527
|
};
|
4528
4528
|
border?: {
|
4529
4529
|
radius?: {
|
@@ -4542,7 +4542,7 @@ export declare const useColorSchemaStore: () => {
|
|
4542
4542
|
colors: (string | {
|
4543
4543
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4544
4544
|
toned?: boolean;
|
4545
|
-
colorSchemaType?: "
|
4545
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4546
4546
|
} | {
|
4547
4547
|
color: string | any;
|
4548
4548
|
stop?: number;
|
@@ -4562,12 +4562,12 @@ export declare const useColorSchemaStore: () => {
|
|
4562
4562
|
colors: (string | {
|
4563
4563
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4564
4564
|
toned?: boolean;
|
4565
|
-
colorSchemaType?: "
|
4565
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4566
4566
|
} | {
|
4567
4567
|
color: string | {
|
4568
4568
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4569
4569
|
toned?: boolean;
|
4570
|
-
colorSchemaType?: "
|
4570
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4571
4571
|
};
|
4572
4572
|
stop?: number;
|
4573
4573
|
})[];
|
@@ -4576,7 +4576,7 @@ export declare const useColorSchemaStore: () => {
|
|
4576
4576
|
} | {
|
4577
4577
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4578
4578
|
toned?: boolean;
|
4579
|
-
colorSchemaType?: "
|
4579
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4580
4580
|
};
|
4581
4581
|
typography?: {
|
4582
4582
|
decoration?: string;
|
@@ -4596,7 +4596,7 @@ export declare const useColorSchemaStore: () => {
|
|
4596
4596
|
lineHeight: number;
|
4597
4597
|
};
|
4598
4598
|
} | {
|
4599
|
-
type: "
|
4599
|
+
type: "text" | "title" | "navigation";
|
4600
4600
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4601
4601
|
};
|
4602
4602
|
};
|
@@ -4605,12 +4605,12 @@ export declare const useColorSchemaStore: () => {
|
|
4605
4605
|
colors: (string | {
|
4606
4606
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4607
4607
|
toned?: boolean;
|
4608
|
-
colorSchemaType?: "
|
4608
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4609
4609
|
} | {
|
4610
4610
|
color: string | {
|
4611
4611
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4612
4612
|
toned?: boolean;
|
4613
|
-
colorSchemaType?: "
|
4613
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4614
4614
|
};
|
4615
4615
|
stop?: number;
|
4616
4616
|
})[];
|
@@ -4619,7 +4619,7 @@ export declare const useColorSchemaStore: () => {
|
|
4619
4619
|
} | {
|
4620
4620
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4621
4621
|
toned?: boolean;
|
4622
|
-
colorSchemaType?: "
|
4622
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4623
4623
|
};
|
4624
4624
|
size?: number;
|
4625
4625
|
};
|
@@ -4630,12 +4630,12 @@ export declare const useColorSchemaStore: () => {
|
|
4630
4630
|
colors: (string | {
|
4631
4631
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4632
4632
|
toned?: boolean;
|
4633
|
-
colorSchemaType?: "
|
4633
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4634
4634
|
} | {
|
4635
4635
|
color: string | {
|
4636
4636
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4637
4637
|
toned?: boolean;
|
4638
|
-
colorSchemaType?: "
|
4638
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4639
4639
|
};
|
4640
4640
|
stop?: number;
|
4641
4641
|
})[];
|
@@ -4644,7 +4644,7 @@ export declare const useColorSchemaStore: () => {
|
|
4644
4644
|
} | {
|
4645
4645
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4646
4646
|
toned?: boolean;
|
4647
|
-
colorSchemaType?: "
|
4647
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4648
4648
|
};
|
4649
4649
|
border?: {
|
4650
4650
|
radius?: {
|
@@ -4663,7 +4663,7 @@ export declare const useColorSchemaStore: () => {
|
|
4663
4663
|
colors: (string | {
|
4664
4664
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4665
4665
|
toned?: boolean;
|
4666
|
-
colorSchemaType?: "
|
4666
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4667
4667
|
} | {
|
4668
4668
|
color: string | any;
|
4669
4669
|
stop?: number;
|
@@ -4685,7 +4685,7 @@ export declare const useColorSchemaStore: () => {
|
|
4685
4685
|
blocks?: {
|
4686
4686
|
primary: {
|
4687
4687
|
name?: string;
|
4688
|
-
colorSchemaType?: "
|
4688
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4689
4689
|
header?: {
|
4690
4690
|
definitionId: {
|
4691
4691
|
toString: () => string;
|
@@ -4827,6 +4827,7 @@ export declare const useColorSchemaStore: () => {
|
|
4827
4827
|
role?: string;
|
4828
4828
|
};
|
4829
4829
|
category?: string;
|
4830
|
+
locations?: ("inline" | "pane" | "menu")[];
|
4830
4831
|
type: string;
|
4831
4832
|
settings?: any;
|
4832
4833
|
stateMapping?: string;
|
@@ -4847,12 +4848,12 @@ export declare const useColorSchemaStore: () => {
|
|
4847
4848
|
colors: (string | {
|
4848
4849
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4849
4850
|
toned?: boolean;
|
4850
|
-
colorSchemaType?: "
|
4851
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4851
4852
|
} | {
|
4852
4853
|
color: string | {
|
4853
4854
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4854
4855
|
toned?: boolean;
|
4855
|
-
colorSchemaType?: "
|
4856
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4856
4857
|
};
|
4857
4858
|
stop?: number;
|
4858
4859
|
})[];
|
@@ -4861,7 +4862,7 @@ export declare const useColorSchemaStore: () => {
|
|
4861
4862
|
} | {
|
4862
4863
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4863
4864
|
toned?: boolean;
|
4864
|
-
colorSchemaType?: "
|
4865
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4865
4866
|
};
|
4866
4867
|
border?: {
|
4867
4868
|
radius?: {
|
@@ -4880,7 +4881,7 @@ export declare const useColorSchemaStore: () => {
|
|
4880
4881
|
colors: (string | {
|
4881
4882
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4882
4883
|
toned?: boolean;
|
4883
|
-
colorSchemaType?: "
|
4884
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4884
4885
|
} | {
|
4885
4886
|
color: string | any;
|
4886
4887
|
stop?: number;
|
@@ -4905,7 +4906,7 @@ export declare const useColorSchemaStore: () => {
|
|
4905
4906
|
};
|
4906
4907
|
variant1?: {
|
4907
4908
|
name?: string;
|
4908
|
-
colorSchemaType?: "
|
4909
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4909
4910
|
header?: {
|
4910
4911
|
definitionId: {
|
4911
4912
|
toString: () => string;
|
@@ -5047,6 +5048,7 @@ export declare const useColorSchemaStore: () => {
|
|
5047
5048
|
role?: string;
|
5048
5049
|
};
|
5049
5050
|
category?: string;
|
5051
|
+
locations?: ("inline" | "pane" | "menu")[];
|
5050
5052
|
type: string;
|
5051
5053
|
settings?: any;
|
5052
5054
|
stateMapping?: string;
|
@@ -5067,12 +5069,12 @@ export declare const useColorSchemaStore: () => {
|
|
5067
5069
|
colors: (string | {
|
5068
5070
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5069
5071
|
toned?: boolean;
|
5070
|
-
colorSchemaType?: "
|
5072
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5071
5073
|
} | {
|
5072
5074
|
color: string | {
|
5073
5075
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5074
5076
|
toned?: boolean;
|
5075
|
-
colorSchemaType?: "
|
5077
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5076
5078
|
};
|
5077
5079
|
stop?: number;
|
5078
5080
|
})[];
|
@@ -5081,7 +5083,7 @@ export declare const useColorSchemaStore: () => {
|
|
5081
5083
|
} | {
|
5082
5084
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5083
5085
|
toned?: boolean;
|
5084
|
-
colorSchemaType?: "
|
5086
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5085
5087
|
};
|
5086
5088
|
border?: {
|
5087
5089
|
radius?: {
|
@@ -5100,7 +5102,7 @@ export declare const useColorSchemaStore: () => {
|
|
5100
5102
|
colors: (string | {
|
5101
5103
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5102
5104
|
toned?: boolean;
|
5103
|
-
colorSchemaType?: "
|
5105
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5104
5106
|
} | {
|
5105
5107
|
color: string | any;
|
5106
5108
|
stop?: number;
|
@@ -5125,7 +5127,7 @@ export declare const useColorSchemaStore: () => {
|
|
5125
5127
|
};
|
5126
5128
|
variant2?: {
|
5127
5129
|
name?: string;
|
5128
|
-
colorSchemaType?: "
|
5130
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5129
5131
|
header?: {
|
5130
5132
|
definitionId: {
|
5131
5133
|
toString: () => string;
|
@@ -5267,6 +5269,7 @@ export declare const useColorSchemaStore: () => {
|
|
5267
5269
|
role?: string;
|
5268
5270
|
};
|
5269
5271
|
category?: string;
|
5272
|
+
locations?: ("inline" | "pane" | "menu")[];
|
5270
5273
|
type: string;
|
5271
5274
|
settings?: any;
|
5272
5275
|
stateMapping?: string;
|
@@ -5287,12 +5290,12 @@ export declare const useColorSchemaStore: () => {
|
|
5287
5290
|
colors: (string | {
|
5288
5291
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5289
5292
|
toned?: boolean;
|
5290
|
-
colorSchemaType?: "
|
5293
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5291
5294
|
} | {
|
5292
5295
|
color: string | {
|
5293
5296
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5294
5297
|
toned?: boolean;
|
5295
|
-
colorSchemaType?: "
|
5298
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5296
5299
|
};
|
5297
5300
|
stop?: number;
|
5298
5301
|
})[];
|
@@ -5301,7 +5304,7 @@ export declare const useColorSchemaStore: () => {
|
|
5301
5304
|
} | {
|
5302
5305
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5303
5306
|
toned?: boolean;
|
5304
|
-
colorSchemaType?: "
|
5307
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5305
5308
|
};
|
5306
5309
|
border?: {
|
5307
5310
|
radius?: {
|
@@ -5320,7 +5323,7 @@ export declare const useColorSchemaStore: () => {
|
|
5320
5323
|
colors: (string | {
|
5321
5324
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5322
5325
|
toned?: boolean;
|
5323
|
-
colorSchemaType?: "
|
5326
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5324
5327
|
} | {
|
5325
5328
|
color: string | any;
|
5326
5329
|
stop?: number;
|
@@ -5345,7 +5348,7 @@ export declare const useColorSchemaStore: () => {
|
|
5345
5348
|
};
|
5346
5349
|
variant3?: {
|
5347
5350
|
name?: string;
|
5348
|
-
colorSchemaType?: "
|
5351
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5349
5352
|
header?: {
|
5350
5353
|
definitionId: {
|
5351
5354
|
toString: () => string;
|
@@ -5487,6 +5490,7 @@ export declare const useColorSchemaStore: () => {
|
|
5487
5490
|
role?: string;
|
5488
5491
|
};
|
5489
5492
|
category?: string;
|
5493
|
+
locations?: ("inline" | "pane" | "menu")[];
|
5490
5494
|
type: string;
|
5491
5495
|
settings?: any;
|
5492
5496
|
stateMapping?: string;
|
@@ -5507,12 +5511,12 @@ export declare const useColorSchemaStore: () => {
|
|
5507
5511
|
colors: (string | {
|
5508
5512
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5509
5513
|
toned?: boolean;
|
5510
|
-
colorSchemaType?: "
|
5514
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5511
5515
|
} | {
|
5512
5516
|
color: string | {
|
5513
5517
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5514
5518
|
toned?: boolean;
|
5515
|
-
colorSchemaType?: "
|
5519
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5516
5520
|
};
|
5517
5521
|
stop?: number;
|
5518
5522
|
})[];
|
@@ -5521,7 +5525,7 @@ export declare const useColorSchemaStore: () => {
|
|
5521
5525
|
} | {
|
5522
5526
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5523
5527
|
toned?: boolean;
|
5524
|
-
colorSchemaType?: "
|
5528
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5525
5529
|
};
|
5526
5530
|
border?: {
|
5527
5531
|
radius?: {
|
@@ -5540,7 +5544,7 @@ export declare const useColorSchemaStore: () => {
|
|
5540
5544
|
colors: (string | {
|
5541
5545
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5542
5546
|
toned?: boolean;
|
5543
|
-
colorSchemaType?: "
|
5547
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5544
5548
|
} | {
|
5545
5549
|
color: string | any;
|
5546
5550
|
stop?: number;
|
@@ -5577,12 +5581,12 @@ export declare const useColorSchemaStore: () => {
|
|
5577
5581
|
colors: (string | {
|
5578
5582
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5579
5583
|
toned?: boolean;
|
5580
|
-
colorSchemaType?: "
|
5584
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5581
5585
|
} | {
|
5582
5586
|
color: string | {
|
5583
5587
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5584
5588
|
toned?: boolean;
|
5585
|
-
colorSchemaType?: "
|
5589
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5586
5590
|
};
|
5587
5591
|
stop?: number;
|
5588
5592
|
})[];
|
@@ -5591,7 +5595,7 @@ export declare const useColorSchemaStore: () => {
|
|
5591
5595
|
} | {
|
5592
5596
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5593
5597
|
toned?: boolean;
|
5594
|
-
colorSchemaType?: "
|
5598
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5595
5599
|
};
|
5596
5600
|
size?: number;
|
5597
5601
|
};
|
@@ -5600,12 +5604,12 @@ export declare const useColorSchemaStore: () => {
|
|
5600
5604
|
colors: (string | {
|
5601
5605
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5602
5606
|
toned?: boolean;
|
5603
|
-
colorSchemaType?: "
|
5607
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5604
5608
|
} | {
|
5605
5609
|
color: string | {
|
5606
5610
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5607
5611
|
toned?: boolean;
|
5608
|
-
colorSchemaType?: "
|
5612
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5609
5613
|
};
|
5610
5614
|
stop?: number;
|
5611
5615
|
})[];
|
@@ -5614,7 +5618,7 @@ export declare const useColorSchemaStore: () => {
|
|
5614
5618
|
} | {
|
5615
5619
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5616
5620
|
toned?: boolean;
|
5617
|
-
colorSchemaType?: "
|
5621
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5618
5622
|
};
|
5619
5623
|
size?: number;
|
5620
5624
|
};
|
@@ -5623,12 +5627,12 @@ export declare const useColorSchemaStore: () => {
|
|
5623
5627
|
colors: (string | {
|
5624
5628
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5625
5629
|
toned?: boolean;
|
5626
|
-
colorSchemaType?: "
|
5630
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5627
5631
|
} | {
|
5628
5632
|
color: string | {
|
5629
5633
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5630
5634
|
toned?: boolean;
|
5631
|
-
colorSchemaType?: "
|
5635
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5632
5636
|
};
|
5633
5637
|
stop?: number;
|
5634
5638
|
})[];
|
@@ -5637,7 +5641,7 @@ export declare const useColorSchemaStore: () => {
|
|
5637
5641
|
} | {
|
5638
5642
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5639
5643
|
toned?: boolean;
|
5640
|
-
colorSchemaType?: "
|
5644
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5641
5645
|
};
|
5642
5646
|
size?: number;
|
5643
5647
|
};
|
@@ -5646,12 +5650,12 @@ export declare const useColorSchemaStore: () => {
|
|
5646
5650
|
colors: (string | {
|
5647
5651
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5648
5652
|
toned?: boolean;
|
5649
|
-
colorSchemaType?: "
|
5653
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5650
5654
|
} | {
|
5651
5655
|
color: string | {
|
5652
5656
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5653
5657
|
toned?: boolean;
|
5654
|
-
colorSchemaType?: "
|
5658
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5655
5659
|
};
|
5656
5660
|
stop?: number;
|
5657
5661
|
})[];
|
@@ -5660,7 +5664,7 @@ export declare const useColorSchemaStore: () => {
|
|
5660
5664
|
} | {
|
5661
5665
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5662
5666
|
toned?: boolean;
|
5663
|
-
colorSchemaType?: "
|
5667
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5664
5668
|
};
|
5665
5669
|
size?: number;
|
5666
5670
|
};
|
@@ -5669,12 +5673,12 @@ export declare const useColorSchemaStore: () => {
|
|
5669
5673
|
colors: (string | {
|
5670
5674
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5671
5675
|
toned?: boolean;
|
5672
|
-
colorSchemaType?: "
|
5676
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5673
5677
|
} | {
|
5674
5678
|
color: string | {
|
5675
5679
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5676
5680
|
toned?: boolean;
|
5677
|
-
colorSchemaType?: "
|
5681
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5678
5682
|
};
|
5679
5683
|
stop?: number;
|
5680
5684
|
})[];
|
@@ -5683,7 +5687,7 @@ export declare const useColorSchemaStore: () => {
|
|
5683
5687
|
} | {
|
5684
5688
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5685
5689
|
toned?: boolean;
|
5686
|
-
colorSchemaType?: "
|
5690
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5687
5691
|
};
|
5688
5692
|
size?: number;
|
5689
5693
|
};
|
@@ -5697,12 +5701,12 @@ export declare const useColorSchemaStore: () => {
|
|
5697
5701
|
colors: (string | {
|
5698
5702
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5699
5703
|
toned?: boolean;
|
5700
|
-
colorSchemaType?: "
|
5704
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5701
5705
|
} | {
|
5702
5706
|
color: string | {
|
5703
5707
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5704
5708
|
toned?: boolean;
|
5705
|
-
colorSchemaType?: "
|
5709
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5706
5710
|
};
|
5707
5711
|
stop?: number;
|
5708
5712
|
})[];
|
@@ -5711,7 +5715,7 @@ export declare const useColorSchemaStore: () => {
|
|
5711
5715
|
} | {
|
5712
5716
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5713
5717
|
toned?: boolean;
|
5714
|
-
colorSchemaType?: "
|
5718
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5715
5719
|
};
|
5716
5720
|
border?: {
|
5717
5721
|
radius?: {
|
@@ -5730,12 +5734,12 @@ export declare const useColorSchemaStore: () => {
|
|
5730
5734
|
colors: (string | {
|
5731
5735
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5732
5736
|
toned?: boolean;
|
5733
|
-
colorSchemaType?: "
|
5737
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5734
5738
|
} | {
|
5735
5739
|
color: string | {
|
5736
5740
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5737
5741
|
toned?: boolean;
|
5738
|
-
colorSchemaType?: "
|
5742
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5739
5743
|
};
|
5740
5744
|
stop?: number;
|
5741
5745
|
})[];
|
@@ -5763,12 +5767,12 @@ export declare const useColorSchemaStore: () => {
|
|
5763
5767
|
colors: (string | {
|
5764
5768
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5765
5769
|
toned?: boolean;
|
5766
|
-
colorSchemaType?: "
|
5770
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5767
5771
|
} | {
|
5768
5772
|
color: string | {
|
5769
5773
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5770
5774
|
toned?: boolean;
|
5771
|
-
colorSchemaType?: "
|
5775
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5772
5776
|
};
|
5773
5777
|
stop?: number;
|
5774
5778
|
})[];
|
@@ -5777,7 +5781,7 @@ export declare const useColorSchemaStore: () => {
|
|
5777
5781
|
} | {
|
5778
5782
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5779
5783
|
toned?: boolean;
|
5780
|
-
colorSchemaType?: "
|
5784
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5781
5785
|
};
|
5782
5786
|
border?: {
|
5783
5787
|
radius?: {
|
@@ -5796,12 +5800,12 @@ export declare const useColorSchemaStore: () => {
|
|
5796
5800
|
colors: (string | {
|
5797
5801
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5798
5802
|
toned?: boolean;
|
5799
|
-
colorSchemaType?: "
|
5803
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5800
5804
|
} | {
|
5801
5805
|
color: string | {
|
5802
5806
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5803
5807
|
toned?: boolean;
|
5804
|
-
colorSchemaType?: "
|
5808
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5805
5809
|
};
|
5806
5810
|
stop?: number;
|
5807
5811
|
})[];
|
@@ -5829,12 +5833,12 @@ export declare const useColorSchemaStore: () => {
|
|
5829
5833
|
colors: (string | {
|
5830
5834
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5831
5835
|
toned?: boolean;
|
5832
|
-
colorSchemaType?: "
|
5836
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5833
5837
|
} | {
|
5834
5838
|
color: string | {
|
5835
5839
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5836
5840
|
toned?: boolean;
|
5837
|
-
colorSchemaType?: "
|
5841
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5838
5842
|
};
|
5839
5843
|
stop?: number;
|
5840
5844
|
})[];
|
@@ -5843,7 +5847,7 @@ export declare const useColorSchemaStore: () => {
|
|
5843
5847
|
} | {
|
5844
5848
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5845
5849
|
toned?: boolean;
|
5846
|
-
colorSchemaType?: "
|
5850
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5847
5851
|
};
|
5848
5852
|
border?: {
|
5849
5853
|
radius?: {
|
@@ -5862,12 +5866,12 @@ export declare const useColorSchemaStore: () => {
|
|
5862
5866
|
colors: (string | {
|
5863
5867
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5864
5868
|
toned?: boolean;
|
5865
|
-
colorSchemaType?: "
|
5869
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5866
5870
|
} | {
|
5867
5871
|
color: string | {
|
5868
5872
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5869
5873
|
toned?: boolean;
|
5870
|
-
colorSchemaType?: "
|
5874
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5871
5875
|
};
|
5872
5876
|
stop?: number;
|
5873
5877
|
})[];
|
@@ -5895,12 +5899,12 @@ export declare const useColorSchemaStore: () => {
|
|
5895
5899
|
colors: (string | {
|
5896
5900
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5897
5901
|
toned?: boolean;
|
5898
|
-
colorSchemaType?: "
|
5902
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5899
5903
|
} | {
|
5900
5904
|
color: string | {
|
5901
5905
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5902
5906
|
toned?: boolean;
|
5903
|
-
colorSchemaType?: "
|
5907
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5904
5908
|
};
|
5905
5909
|
stop?: number;
|
5906
5910
|
})[];
|
@@ -5909,7 +5913,7 @@ export declare const useColorSchemaStore: () => {
|
|
5909
5913
|
} | {
|
5910
5914
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5911
5915
|
toned?: boolean;
|
5912
|
-
colorSchemaType?: "
|
5916
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5913
5917
|
};
|
5914
5918
|
border?: {
|
5915
5919
|
radius?: {
|
@@ -5928,12 +5932,12 @@ export declare const useColorSchemaStore: () => {
|
|
5928
5932
|
colors: (string | {
|
5929
5933
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5930
5934
|
toned?: boolean;
|
5931
|
-
colorSchemaType?: "
|
5935
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5932
5936
|
} | {
|
5933
5937
|
color: string | {
|
5934
5938
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5935
5939
|
toned?: boolean;
|
5936
|
-
colorSchemaType?: "
|
5940
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5937
5941
|
};
|
5938
5942
|
stop?: number;
|
5939
5943
|
})[];
|
@@ -6063,16 +6067,16 @@ export declare const useColorSchemaStore: () => {
|
|
6063
6067
|
};
|
6064
6068
|
deactivated(): void;
|
6065
6069
|
};
|
6066
|
-
colorSchema: (colorSchemaType: "
|
6070
|
+
colorSchema: (colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic") => ColorSchema;
|
6067
6071
|
typography: () => import("@omnia/fx-models").TypographyBlueprints;
|
6068
6072
|
fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
|
6069
6073
|
spacing: () => import("@omnia/fx-models").SpacingBlueprints;
|
6070
6074
|
component: () => import("@omnia/fx-models").ComponentBlueprints;
|
6071
|
-
color: (colorSchemaType: "
|
6072
|
-
colorDefinition: (colorSchemaType: "
|
6075
|
+
color: (colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | ColorTypes) => string;
|
6076
|
+
colorDefinition: (colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | ColorTypes) => ColorDefinition;
|
6073
6077
|
complementaryColorType: (colorType: "container" | "base" | "onBase" | "onContainer" | ColorTypes) => ColorTypes;
|
6074
|
-
complementaryColor: (colorSchemaType: "
|
6075
|
-
complementaryColorDefinition: (colorSchemaType: "
|
6078
|
+
complementaryColor: (colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | ColorTypes) => string;
|
6079
|
+
complementaryColorDefinition: (colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | ColorTypes) => ColorDefinition;
|
6076
6080
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
6077
6081
|
};
|
6078
6082
|
};
|