@omnia/fx 8.0.152-dev → 8.0.154-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/core/http/HttpClient.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
- 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 +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/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/ChromeBlueprintStore.d.ts +310 -310
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +315 -315
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +310 -310
- 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 +310 -310
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
- 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 +28 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +3 -7
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +54 -15
- 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/btn/Button.d.ts +1 -1
- 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 +321 -321
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +644 -644
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +342 -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 +9 -9
- 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/scrollcontainer/ScrollContainer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +644 -644
- 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/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +321 -321
- 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/core/stores/VelcronColorSchema.d.ts +1 -1
- 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/propertyeditors/ColorSchemaEditor.d.ts +95 -95
- package/package.json +2 -2
@@ -6,7 +6,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
6
6
|
onContainer: import("@omnia/fx-models").ColorDefinition;
|
7
7
|
isContainer: boolean;
|
8
8
|
name: string;
|
9
|
-
colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
9
|
+
colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10
10
|
id: import("@omnia/fx-models").GuidValue;
|
11
11
|
};
|
12
12
|
events: {
|
@@ -16,13 +16,13 @@ export declare function useColorSchemaSetup(props: object): {
|
|
16
16
|
onMutatedOnContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ColorDefinition>;
|
17
17
|
onMutatedIsContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
18
18
|
onMutatedName: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
19
|
-
onMutatedColorSchemaType: import("@omnia/fx").MessageBusExposeOnlySubscription<"primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
19
|
+
onMutatedColorSchemaType: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
20
20
|
onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
|
21
21
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
22
22
|
actions: {
|
23
23
|
onDispatching: {
|
24
24
|
setColorSchema: {
|
25
|
-
subscribe(fn: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
25
|
+
subscribe(fn: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
26
26
|
};
|
27
27
|
setCustomColorSchema: {
|
28
28
|
subscribe(fn: (colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -102,16 +102,16 @@ export declare function useColorSchemaSetup(props: object): {
|
|
102
102
|
};
|
103
103
|
deactivated(): void;
|
104
104
|
};
|
105
|
-
colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
105
|
+
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
106
106
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
107
107
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
108
108
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
109
109
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
110
|
-
color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
111
|
-
colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
110
|
+
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
111
|
+
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
112
112
|
complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
113
|
-
complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
114
|
-
complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
113
|
+
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
114
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
115
115
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
116
116
|
};
|
117
117
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -119,7 +119,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
119
119
|
};
|
120
120
|
onDispatched: {
|
121
121
|
setColorSchema: {
|
122
|
-
subscribe(fn: (result: void, colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
122
|
+
subscribe(fn: (result: void, colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
123
123
|
};
|
124
124
|
setCustomColorSchema: {
|
125
125
|
subscribe(fn: (result: void, colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -199,16 +199,16 @@ export declare function useColorSchemaSetup(props: object): {
|
|
199
199
|
};
|
200
200
|
deactivated(): void;
|
201
201
|
};
|
202
|
-
colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
202
|
+
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
203
203
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
204
204
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
205
205
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
206
206
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
207
|
-
color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
208
|
-
colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
207
|
+
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
208
|
+
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
209
209
|
complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
210
|
-
complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
211
|
-
complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
210
|
+
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
211
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
212
212
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
213
213
|
};
|
214
214
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -216,7 +216,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
216
216
|
};
|
217
217
|
onFailure: {
|
218
218
|
setColorSchema: {
|
219
|
-
subscribe(fn: (failureReason: any, colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
219
|
+
subscribe(fn: (failureReason: any, colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
220
220
|
};
|
221
221
|
setCustomColorSchema: {
|
222
222
|
subscribe(fn: (failureReason: any, colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -296,23 +296,23 @@ export declare function useColorSchemaSetup(props: object): {
|
|
296
296
|
};
|
297
297
|
deactivated(): void;
|
298
298
|
};
|
299
|
-
colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
299
|
+
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
300
300
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
301
301
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
302
302
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
303
303
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
304
|
-
color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
305
|
-
colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
304
|
+
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
305
|
+
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
306
306
|
complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
307
|
-
complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
308
|
-
complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
307
|
+
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
308
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
309
309
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
310
310
|
};
|
311
311
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
312
312
|
};
|
313
313
|
};
|
314
314
|
} & {
|
315
|
-
setColorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
315
|
+
setColorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", container?: boolean): void;
|
316
316
|
setCustomColorSchema(colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean): void;
|
317
317
|
setColor(colorDefinition: import("@omnia/fx-models").ColorDefinition, colorType: import("@omnia/fx-models").ColorTypes): void;
|
318
318
|
setThemeStore(themeStoreInstance: {
|
@@ -386,16 +386,16 @@ export declare function useColorSchemaSetup(props: object): {
|
|
386
386
|
};
|
387
387
|
deactivated(): void;
|
388
388
|
};
|
389
|
-
colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
389
|
+
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
390
390
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
391
391
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
392
392
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
393
393
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
394
|
-
color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
395
|
-
colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
394
|
+
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
395
|
+
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
396
396
|
complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
397
|
-
complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
398
|
-
complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
397
|
+
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
398
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
399
399
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
400
400
|
};
|
401
401
|
}): void;
|
@@ -743,12 +743,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
743
743
|
colors: (string | {
|
744
744
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
745
745
|
toned?: boolean;
|
746
|
-
colorSchemaType?: "
|
746
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
747
747
|
} | {
|
748
748
|
color: string | {
|
749
749
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
750
750
|
toned?: boolean;
|
751
|
-
colorSchemaType?: "
|
751
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
752
752
|
};
|
753
753
|
stop?: number;
|
754
754
|
})[];
|
@@ -759,12 +759,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
759
759
|
colors: (string | {
|
760
760
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
761
761
|
toned?: boolean;
|
762
|
-
colorSchemaType?: "
|
762
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
763
763
|
} | {
|
764
764
|
color: string | {
|
765
765
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
766
766
|
toned?: boolean;
|
767
|
-
colorSchemaType?: "
|
767
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
768
768
|
};
|
769
769
|
stop?: number;
|
770
770
|
})[];
|
@@ -775,12 +775,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
775
775
|
colors: (string | {
|
776
776
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
777
777
|
toned?: boolean;
|
778
|
-
colorSchemaType?: "
|
778
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
779
779
|
} | {
|
780
780
|
color: string | {
|
781
781
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
782
782
|
toned?: boolean;
|
783
|
-
colorSchemaType?: "
|
783
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
784
784
|
};
|
785
785
|
stop?: number;
|
786
786
|
})[];
|
@@ -1103,12 +1103,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1103
1103
|
colors: (string | {
|
1104
1104
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1105
1105
|
toned?: boolean;
|
1106
|
-
colorSchemaType?: "
|
1106
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1107
1107
|
} | {
|
1108
1108
|
color: string | {
|
1109
1109
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1110
1110
|
toned?: boolean;
|
1111
|
-
colorSchemaType?: "
|
1111
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1112
1112
|
};
|
1113
1113
|
stop?: number;
|
1114
1114
|
})[];
|
@@ -1132,7 +1132,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1132
1132
|
colors: (string | {
|
1133
1133
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1134
1134
|
toned?: boolean;
|
1135
|
-
colorSchemaType?: "
|
1135
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1136
1136
|
} | {
|
1137
1137
|
color: string | any;
|
1138
1138
|
stop?: number;
|
@@ -1149,12 +1149,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1149
1149
|
colors: (string | {
|
1150
1150
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1151
1151
|
toned?: boolean;
|
1152
|
-
colorSchemaType?: "
|
1152
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1153
1153
|
} | {
|
1154
1154
|
color: string | {
|
1155
1155
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1156
1156
|
toned?: boolean;
|
1157
|
-
colorSchemaType?: "
|
1157
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1158
1158
|
};
|
1159
1159
|
stop?: number;
|
1160
1160
|
})[];
|
@@ -1163,7 +1163,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1163
1163
|
} | {
|
1164
1164
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1165
1165
|
toned?: boolean;
|
1166
|
-
colorSchemaType?: "
|
1166
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1167
1167
|
};
|
1168
1168
|
typography?: {
|
1169
1169
|
decoration?: string;
|
@@ -1183,7 +1183,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1183
1183
|
lineHeight: number;
|
1184
1184
|
};
|
1185
1185
|
} | {
|
1186
|
-
type: "
|
1186
|
+
type: "title" | "text" | "navigation";
|
1187
1187
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1188
1188
|
};
|
1189
1189
|
};
|
@@ -1192,12 +1192,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1192
1192
|
colors: (string | {
|
1193
1193
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1194
1194
|
toned?: boolean;
|
1195
|
-
colorSchemaType?: "
|
1195
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1196
1196
|
} | {
|
1197
1197
|
color: string | {
|
1198
1198
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1199
1199
|
toned?: boolean;
|
1200
|
-
colorSchemaType?: "
|
1200
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1201
1201
|
};
|
1202
1202
|
stop?: number;
|
1203
1203
|
})[];
|
@@ -1219,12 +1219,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1219
1219
|
colors: (string | {
|
1220
1220
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1221
1221
|
toned?: boolean;
|
1222
|
-
colorSchemaType?: "
|
1222
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1223
1223
|
} | {
|
1224
1224
|
color: string | {
|
1225
1225
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1226
1226
|
toned?: boolean;
|
1227
|
-
colorSchemaType?: "
|
1227
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1228
1228
|
};
|
1229
1229
|
stop?: number;
|
1230
1230
|
})[];
|
@@ -1248,7 +1248,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1248
1248
|
colors: (string | {
|
1249
1249
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1250
1250
|
toned?: boolean;
|
1251
|
-
colorSchemaType?: "
|
1251
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1252
1252
|
} | {
|
1253
1253
|
color: string | any;
|
1254
1254
|
stop?: number;
|
@@ -1265,12 +1265,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1265
1265
|
colors: (string | {
|
1266
1266
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1267
1267
|
toned?: boolean;
|
1268
|
-
colorSchemaType?: "
|
1268
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1269
1269
|
} | {
|
1270
1270
|
color: string | {
|
1271
1271
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1272
1272
|
toned?: boolean;
|
1273
|
-
colorSchemaType?: "
|
1273
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1274
1274
|
};
|
1275
1275
|
stop?: number;
|
1276
1276
|
})[];
|
@@ -1279,7 +1279,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1279
1279
|
} | {
|
1280
1280
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1281
1281
|
toned?: boolean;
|
1282
|
-
colorSchemaType?: "
|
1282
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1283
1283
|
};
|
1284
1284
|
typography?: {
|
1285
1285
|
decoration?: string;
|
@@ -1299,7 +1299,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1299
1299
|
lineHeight: number;
|
1300
1300
|
};
|
1301
1301
|
} | {
|
1302
|
-
type: "
|
1302
|
+
type: "title" | "text" | "navigation";
|
1303
1303
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1304
1304
|
};
|
1305
1305
|
};
|
@@ -1308,12 +1308,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1308
1308
|
colors: (string | {
|
1309
1309
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1310
1310
|
toned?: boolean;
|
1311
|
-
colorSchemaType?: "
|
1311
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1312
1312
|
} | {
|
1313
1313
|
color: string | {
|
1314
1314
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1315
1315
|
toned?: boolean;
|
1316
|
-
colorSchemaType?: "
|
1316
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1317
1317
|
};
|
1318
1318
|
stop?: number;
|
1319
1319
|
})[];
|
@@ -1335,12 +1335,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1335
1335
|
colors: (string | {
|
1336
1336
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1337
1337
|
toned?: boolean;
|
1338
|
-
colorSchemaType?: "
|
1338
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1339
1339
|
} | {
|
1340
1340
|
color: string | {
|
1341
1341
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1342
1342
|
toned?: boolean;
|
1343
|
-
colorSchemaType?: "
|
1343
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1344
1344
|
};
|
1345
1345
|
stop?: number;
|
1346
1346
|
})[];
|
@@ -1364,7 +1364,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1364
1364
|
colors: (string | {
|
1365
1365
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1366
1366
|
toned?: boolean;
|
1367
|
-
colorSchemaType?: "
|
1367
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1368
1368
|
} | {
|
1369
1369
|
color: string | any;
|
1370
1370
|
stop?: number;
|
@@ -1381,12 +1381,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1381
1381
|
colors: (string | {
|
1382
1382
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1383
1383
|
toned?: boolean;
|
1384
|
-
colorSchemaType?: "
|
1384
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1385
1385
|
} | {
|
1386
1386
|
color: string | {
|
1387
1387
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1388
1388
|
toned?: boolean;
|
1389
|
-
colorSchemaType?: "
|
1389
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1390
1390
|
};
|
1391
1391
|
stop?: number;
|
1392
1392
|
})[];
|
@@ -1395,7 +1395,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1395
1395
|
} | {
|
1396
1396
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1397
1397
|
toned?: boolean;
|
1398
|
-
colorSchemaType?: "
|
1398
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1399
1399
|
};
|
1400
1400
|
typography?: {
|
1401
1401
|
decoration?: string;
|
@@ -1415,7 +1415,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1415
1415
|
lineHeight: number;
|
1416
1416
|
};
|
1417
1417
|
} | {
|
1418
|
-
type: "
|
1418
|
+
type: "title" | "text" | "navigation";
|
1419
1419
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1420
1420
|
};
|
1421
1421
|
};
|
@@ -1424,12 +1424,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1424
1424
|
colors: (string | {
|
1425
1425
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1426
1426
|
toned?: boolean;
|
1427
|
-
colorSchemaType?: "
|
1427
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1428
1428
|
} | {
|
1429
1429
|
color: string | {
|
1430
1430
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1431
1431
|
toned?: boolean;
|
1432
|
-
colorSchemaType?: "
|
1432
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1433
1433
|
};
|
1434
1434
|
stop?: number;
|
1435
1435
|
})[];
|
@@ -1451,12 +1451,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1451
1451
|
colors: (string | {
|
1452
1452
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1453
1453
|
toned?: boolean;
|
1454
|
-
colorSchemaType?: "
|
1454
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1455
1455
|
} | {
|
1456
1456
|
color: string | {
|
1457
1457
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1458
1458
|
toned?: boolean;
|
1459
|
-
colorSchemaType?: "
|
1459
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1460
1460
|
};
|
1461
1461
|
stop?: number;
|
1462
1462
|
})[];
|
@@ -1480,7 +1480,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1480
1480
|
colors: (string | {
|
1481
1481
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1482
1482
|
toned?: boolean;
|
1483
|
-
colorSchemaType?: "
|
1483
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1484
1484
|
} | {
|
1485
1485
|
color: string | any;
|
1486
1486
|
stop?: number;
|
@@ -1497,12 +1497,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1497
1497
|
colors: (string | {
|
1498
1498
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1499
1499
|
toned?: boolean;
|
1500
|
-
colorSchemaType?: "
|
1500
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1501
1501
|
} | {
|
1502
1502
|
color: string | {
|
1503
1503
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1504
1504
|
toned?: boolean;
|
1505
|
-
colorSchemaType?: "
|
1505
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1506
1506
|
};
|
1507
1507
|
stop?: number;
|
1508
1508
|
})[];
|
@@ -1511,7 +1511,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1511
1511
|
} | {
|
1512
1512
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1513
1513
|
toned?: boolean;
|
1514
|
-
colorSchemaType?: "
|
1514
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1515
1515
|
};
|
1516
1516
|
typography?: {
|
1517
1517
|
decoration?: string;
|
@@ -1531,7 +1531,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1531
1531
|
lineHeight: number;
|
1532
1532
|
};
|
1533
1533
|
} | {
|
1534
|
-
type: "
|
1534
|
+
type: "title" | "text" | "navigation";
|
1535
1535
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1536
1536
|
};
|
1537
1537
|
};
|
@@ -1540,12 +1540,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1540
1540
|
colors: (string | {
|
1541
1541
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1542
1542
|
toned?: boolean;
|
1543
|
-
colorSchemaType?: "
|
1543
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1544
1544
|
} | {
|
1545
1545
|
color: string | {
|
1546
1546
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1547
1547
|
toned?: boolean;
|
1548
|
-
colorSchemaType?: "
|
1548
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1549
1549
|
};
|
1550
1550
|
stop?: number;
|
1551
1551
|
})[];
|
@@ -1567,12 +1567,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1567
1567
|
colors: (string | {
|
1568
1568
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1569
1569
|
toned?: boolean;
|
1570
|
-
colorSchemaType?: "
|
1570
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1571
1571
|
} | {
|
1572
1572
|
color: string | {
|
1573
1573
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1574
1574
|
toned?: boolean;
|
1575
|
-
colorSchemaType?: "
|
1575
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1576
1576
|
};
|
1577
1577
|
stop?: number;
|
1578
1578
|
})[];
|
@@ -1596,7 +1596,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1596
1596
|
colors: (string | {
|
1597
1597
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1598
1598
|
toned?: boolean;
|
1599
|
-
colorSchemaType?: "
|
1599
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1600
1600
|
} | {
|
1601
1601
|
color: string | any;
|
1602
1602
|
stop?: number;
|
@@ -1613,12 +1613,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1613
1613
|
colors: (string | {
|
1614
1614
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1615
1615
|
toned?: boolean;
|
1616
|
-
colorSchemaType?: "
|
1616
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1617
1617
|
} | {
|
1618
1618
|
color: string | {
|
1619
1619
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1620
1620
|
toned?: boolean;
|
1621
|
-
colorSchemaType?: "
|
1621
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1622
1622
|
};
|
1623
1623
|
stop?: number;
|
1624
1624
|
})[];
|
@@ -1627,7 +1627,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1627
1627
|
} | {
|
1628
1628
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1629
1629
|
toned?: boolean;
|
1630
|
-
colorSchemaType?: "
|
1630
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1631
1631
|
};
|
1632
1632
|
typography?: {
|
1633
1633
|
decoration?: string;
|
@@ -1647,7 +1647,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1647
1647
|
lineHeight: number;
|
1648
1648
|
};
|
1649
1649
|
} | {
|
1650
|
-
type: "
|
1650
|
+
type: "title" | "text" | "navigation";
|
1651
1651
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1652
1652
|
};
|
1653
1653
|
};
|
@@ -1656,12 +1656,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1656
1656
|
colors: (string | {
|
1657
1657
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1658
1658
|
toned?: boolean;
|
1659
|
-
colorSchemaType?: "
|
1659
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1660
1660
|
} | {
|
1661
1661
|
color: string | {
|
1662
1662
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1663
1663
|
toned?: boolean;
|
1664
|
-
colorSchemaType?: "
|
1664
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1665
1665
|
};
|
1666
1666
|
stop?: number;
|
1667
1667
|
})[];
|
@@ -1683,12 +1683,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1683
1683
|
colors: (string | {
|
1684
1684
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1685
1685
|
toned?: boolean;
|
1686
|
-
colorSchemaType?: "
|
1686
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1687
1687
|
} | {
|
1688
1688
|
color: string | {
|
1689
1689
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1690
1690
|
toned?: boolean;
|
1691
|
-
colorSchemaType?: "
|
1691
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1692
1692
|
};
|
1693
1693
|
stop?: number;
|
1694
1694
|
})[];
|
@@ -1712,7 +1712,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1712
1712
|
colors: (string | {
|
1713
1713
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1714
1714
|
toned?: boolean;
|
1715
|
-
colorSchemaType?: "
|
1715
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1716
1716
|
} | {
|
1717
1717
|
color: string | any;
|
1718
1718
|
stop?: number;
|
@@ -1729,12 +1729,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1729
1729
|
colors: (string | {
|
1730
1730
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1731
1731
|
toned?: boolean;
|
1732
|
-
colorSchemaType?: "
|
1732
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1733
1733
|
} | {
|
1734
1734
|
color: string | {
|
1735
1735
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1736
1736
|
toned?: boolean;
|
1737
|
-
colorSchemaType?: "
|
1737
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1738
1738
|
};
|
1739
1739
|
stop?: number;
|
1740
1740
|
})[];
|
@@ -1743,7 +1743,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1743
1743
|
} | {
|
1744
1744
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1745
1745
|
toned?: boolean;
|
1746
|
-
colorSchemaType?: "
|
1746
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1747
1747
|
};
|
1748
1748
|
typography?: {
|
1749
1749
|
decoration?: string;
|
@@ -1763,7 +1763,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1763
1763
|
lineHeight: number;
|
1764
1764
|
};
|
1765
1765
|
} | {
|
1766
|
-
type: "
|
1766
|
+
type: "title" | "text" | "navigation";
|
1767
1767
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1768
1768
|
};
|
1769
1769
|
};
|
@@ -1772,12 +1772,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1772
1772
|
colors: (string | {
|
1773
1773
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1774
1774
|
toned?: boolean;
|
1775
|
-
colorSchemaType?: "
|
1775
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1776
1776
|
} | {
|
1777
1777
|
color: string | {
|
1778
1778
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1779
1779
|
toned?: boolean;
|
1780
|
-
colorSchemaType?: "
|
1780
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1781
1781
|
};
|
1782
1782
|
stop?: number;
|
1783
1783
|
})[];
|
@@ -1799,12 +1799,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1799
1799
|
colors: (string | {
|
1800
1800
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1801
1801
|
toned?: boolean;
|
1802
|
-
colorSchemaType?: "
|
1802
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1803
1803
|
} | {
|
1804
1804
|
color: string | {
|
1805
1805
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1806
1806
|
toned?: boolean;
|
1807
|
-
colorSchemaType?: "
|
1807
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1808
1808
|
};
|
1809
1809
|
stop?: number;
|
1810
1810
|
})[];
|
@@ -1828,7 +1828,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1828
1828
|
colors: (string | {
|
1829
1829
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1830
1830
|
toned?: boolean;
|
1831
|
-
colorSchemaType?: "
|
1831
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1832
1832
|
} | {
|
1833
1833
|
color: string | any;
|
1834
1834
|
stop?: number;
|
@@ -1845,12 +1845,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1845
1845
|
colors: (string | {
|
1846
1846
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1847
1847
|
toned?: boolean;
|
1848
|
-
colorSchemaType?: "
|
1848
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1849
1849
|
} | {
|
1850
1850
|
color: string | {
|
1851
1851
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1852
1852
|
toned?: boolean;
|
1853
|
-
colorSchemaType?: "
|
1853
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1854
1854
|
};
|
1855
1855
|
stop?: number;
|
1856
1856
|
})[];
|
@@ -1859,7 +1859,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1859
1859
|
} | {
|
1860
1860
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1861
1861
|
toned?: boolean;
|
1862
|
-
colorSchemaType?: "
|
1862
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1863
1863
|
};
|
1864
1864
|
typography?: {
|
1865
1865
|
decoration?: string;
|
@@ -1879,7 +1879,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1879
1879
|
lineHeight: number;
|
1880
1880
|
};
|
1881
1881
|
} | {
|
1882
|
-
type: "
|
1882
|
+
type: "title" | "text" | "navigation";
|
1883
1883
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1884
1884
|
};
|
1885
1885
|
};
|
@@ -1888,12 +1888,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1888
1888
|
colors: (string | {
|
1889
1889
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1890
1890
|
toned?: boolean;
|
1891
|
-
colorSchemaType?: "
|
1891
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1892
1892
|
} | {
|
1893
1893
|
color: string | {
|
1894
1894
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1895
1895
|
toned?: boolean;
|
1896
|
-
colorSchemaType?: "
|
1896
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1897
1897
|
};
|
1898
1898
|
stop?: number;
|
1899
1899
|
})[];
|
@@ -1915,12 +1915,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1915
1915
|
colors: (string | {
|
1916
1916
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1917
1917
|
toned?: boolean;
|
1918
|
-
colorSchemaType?: "
|
1918
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1919
1919
|
} | {
|
1920
1920
|
color: string | {
|
1921
1921
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1922
1922
|
toned?: boolean;
|
1923
|
-
colorSchemaType?: "
|
1923
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1924
1924
|
};
|
1925
1925
|
stop?: number;
|
1926
1926
|
})[];
|
@@ -1944,7 +1944,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1944
1944
|
colors: (string | {
|
1945
1945
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1946
1946
|
toned?: boolean;
|
1947
|
-
colorSchemaType?: "
|
1947
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1948
1948
|
} | {
|
1949
1949
|
color: string | any;
|
1950
1950
|
stop?: number;
|
@@ -1961,12 +1961,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1961
1961
|
colors: (string | {
|
1962
1962
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1963
1963
|
toned?: boolean;
|
1964
|
-
colorSchemaType?: "
|
1964
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1965
1965
|
} | {
|
1966
1966
|
color: string | {
|
1967
1967
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1968
1968
|
toned?: boolean;
|
1969
|
-
colorSchemaType?: "
|
1969
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1970
1970
|
};
|
1971
1971
|
stop?: number;
|
1972
1972
|
})[];
|
@@ -1975,7 +1975,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1975
1975
|
} | {
|
1976
1976
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1977
1977
|
toned?: boolean;
|
1978
|
-
colorSchemaType?: "
|
1978
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1979
1979
|
};
|
1980
1980
|
typography?: {
|
1981
1981
|
decoration?: string;
|
@@ -1995,7 +1995,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1995
1995
|
lineHeight: number;
|
1996
1996
|
};
|
1997
1997
|
} | {
|
1998
|
-
type: "
|
1998
|
+
type: "title" | "text" | "navigation";
|
1999
1999
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2000
2000
|
};
|
2001
2001
|
};
|
@@ -2004,12 +2004,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2004
2004
|
colors: (string | {
|
2005
2005
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2006
2006
|
toned?: boolean;
|
2007
|
-
colorSchemaType?: "
|
2007
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2008
2008
|
} | {
|
2009
2009
|
color: string | {
|
2010
2010
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2011
2011
|
toned?: boolean;
|
2012
|
-
colorSchemaType?: "
|
2012
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2013
2013
|
};
|
2014
2014
|
stop?: number;
|
2015
2015
|
})[];
|
@@ -2031,12 +2031,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2031
2031
|
colors: (string | {
|
2032
2032
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2033
2033
|
toned?: boolean;
|
2034
|
-
colorSchemaType?: "
|
2034
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2035
2035
|
} | {
|
2036
2036
|
color: string | {
|
2037
2037
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2038
2038
|
toned?: boolean;
|
2039
|
-
colorSchemaType?: "
|
2039
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2040
2040
|
};
|
2041
2041
|
stop?: number;
|
2042
2042
|
})[];
|
@@ -2060,7 +2060,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2060
2060
|
colors: (string | {
|
2061
2061
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2062
2062
|
toned?: boolean;
|
2063
|
-
colorSchemaType?: "
|
2063
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2064
2064
|
} | {
|
2065
2065
|
color: string | any;
|
2066
2066
|
stop?: number;
|
@@ -2077,12 +2077,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2077
2077
|
colors: (string | {
|
2078
2078
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2079
2079
|
toned?: boolean;
|
2080
|
-
colorSchemaType?: "
|
2080
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2081
2081
|
} | {
|
2082
2082
|
color: string | {
|
2083
2083
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2084
2084
|
toned?: boolean;
|
2085
|
-
colorSchemaType?: "
|
2085
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2086
2086
|
};
|
2087
2087
|
stop?: number;
|
2088
2088
|
})[];
|
@@ -2091,7 +2091,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2091
2091
|
} | {
|
2092
2092
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2093
2093
|
toned?: boolean;
|
2094
|
-
colorSchemaType?: "
|
2094
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2095
2095
|
};
|
2096
2096
|
typography?: {
|
2097
2097
|
decoration?: string;
|
@@ -2111,7 +2111,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2111
2111
|
lineHeight: number;
|
2112
2112
|
};
|
2113
2113
|
} | {
|
2114
|
-
type: "
|
2114
|
+
type: "title" | "text" | "navigation";
|
2115
2115
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2116
2116
|
};
|
2117
2117
|
};
|
@@ -2120,12 +2120,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2120
2120
|
colors: (string | {
|
2121
2121
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2122
2122
|
toned?: boolean;
|
2123
|
-
colorSchemaType?: "
|
2123
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2124
2124
|
} | {
|
2125
2125
|
color: string | {
|
2126
2126
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2127
2127
|
toned?: boolean;
|
2128
|
-
colorSchemaType?: "
|
2128
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2129
2129
|
};
|
2130
2130
|
stop?: number;
|
2131
2131
|
})[];
|
@@ -2149,12 +2149,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2149
2149
|
colors: (string | {
|
2150
2150
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2151
2151
|
toned?: boolean;
|
2152
|
-
colorSchemaType?: "
|
2152
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2153
2153
|
} | {
|
2154
2154
|
color: string | {
|
2155
2155
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2156
2156
|
toned?: boolean;
|
2157
|
-
colorSchemaType?: "
|
2157
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2158
2158
|
};
|
2159
2159
|
stop?: number;
|
2160
2160
|
})[];
|
@@ -2178,7 +2178,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2178
2178
|
colors: (string | {
|
2179
2179
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2180
2180
|
toned?: boolean;
|
2181
|
-
colorSchemaType?: "
|
2181
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2182
2182
|
} | {
|
2183
2183
|
color: string | any;
|
2184
2184
|
stop?: number;
|
@@ -2195,12 +2195,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2195
2195
|
colors: (string | {
|
2196
2196
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2197
2197
|
toned?: boolean;
|
2198
|
-
colorSchemaType?: "
|
2198
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2199
2199
|
} | {
|
2200
2200
|
color: string | {
|
2201
2201
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2202
2202
|
toned?: boolean;
|
2203
|
-
colorSchemaType?: "
|
2203
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2204
2204
|
};
|
2205
2205
|
stop?: number;
|
2206
2206
|
})[];
|
@@ -2209,7 +2209,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2209
2209
|
} | {
|
2210
2210
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2211
2211
|
toned?: boolean;
|
2212
|
-
colorSchemaType?: "
|
2212
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2213
2213
|
};
|
2214
2214
|
typography?: {
|
2215
2215
|
decoration?: string;
|
@@ -2229,7 +2229,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2229
2229
|
lineHeight: number;
|
2230
2230
|
};
|
2231
2231
|
} | {
|
2232
|
-
type: "
|
2232
|
+
type: "title" | "text" | "navigation";
|
2233
2233
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2234
2234
|
};
|
2235
2235
|
};
|
@@ -2238,12 +2238,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2238
2238
|
colors: (string | {
|
2239
2239
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2240
2240
|
toned?: boolean;
|
2241
|
-
colorSchemaType?: "
|
2241
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2242
2242
|
} | {
|
2243
2243
|
color: string | {
|
2244
2244
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2245
2245
|
toned?: boolean;
|
2246
|
-
colorSchemaType?: "
|
2246
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2247
2247
|
};
|
2248
2248
|
stop?: number;
|
2249
2249
|
})[];
|
@@ -2265,12 +2265,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2265
2265
|
colors: (string | {
|
2266
2266
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2267
2267
|
toned?: boolean;
|
2268
|
-
colorSchemaType?: "
|
2268
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2269
2269
|
} | {
|
2270
2270
|
color: string | {
|
2271
2271
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2272
2272
|
toned?: boolean;
|
2273
|
-
colorSchemaType?: "
|
2273
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2274
2274
|
};
|
2275
2275
|
stop?: number;
|
2276
2276
|
})[];
|
@@ -2294,7 +2294,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2294
2294
|
colors: (string | {
|
2295
2295
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2296
2296
|
toned?: boolean;
|
2297
|
-
colorSchemaType?: "
|
2297
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2298
2298
|
} | {
|
2299
2299
|
color: string | any;
|
2300
2300
|
stop?: number;
|
@@ -2311,12 +2311,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2311
2311
|
colors: (string | {
|
2312
2312
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2313
2313
|
toned?: boolean;
|
2314
|
-
colorSchemaType?: "
|
2314
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2315
2315
|
} | {
|
2316
2316
|
color: string | {
|
2317
2317
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2318
2318
|
toned?: boolean;
|
2319
|
-
colorSchemaType?: "
|
2319
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2320
2320
|
};
|
2321
2321
|
stop?: number;
|
2322
2322
|
})[];
|
@@ -2325,7 +2325,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2325
2325
|
} | {
|
2326
2326
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2327
2327
|
toned?: boolean;
|
2328
|
-
colorSchemaType?: "
|
2328
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2329
2329
|
};
|
2330
2330
|
typography?: {
|
2331
2331
|
decoration?: string;
|
@@ -2345,7 +2345,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2345
2345
|
lineHeight: number;
|
2346
2346
|
};
|
2347
2347
|
} | {
|
2348
|
-
type: "
|
2348
|
+
type: "title" | "text" | "navigation";
|
2349
2349
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2350
2350
|
};
|
2351
2351
|
};
|
@@ -2354,12 +2354,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2354
2354
|
colors: (string | {
|
2355
2355
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2356
2356
|
toned?: boolean;
|
2357
|
-
colorSchemaType?: "
|
2357
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2358
2358
|
} | {
|
2359
2359
|
color: string | {
|
2360
2360
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2361
2361
|
toned?: boolean;
|
2362
|
-
colorSchemaType?: "
|
2362
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2363
2363
|
};
|
2364
2364
|
stop?: number;
|
2365
2365
|
})[];
|
@@ -2381,12 +2381,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2381
2381
|
colors: (string | {
|
2382
2382
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2383
2383
|
toned?: boolean;
|
2384
|
-
colorSchemaType?: "
|
2384
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2385
2385
|
} | {
|
2386
2386
|
color: string | {
|
2387
2387
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2388
2388
|
toned?: boolean;
|
2389
|
-
colorSchemaType?: "
|
2389
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2390
2390
|
};
|
2391
2391
|
stop?: number;
|
2392
2392
|
})[];
|
@@ -2410,7 +2410,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2410
2410
|
colors: (string | {
|
2411
2411
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2412
2412
|
toned?: boolean;
|
2413
|
-
colorSchemaType?: "
|
2413
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2414
2414
|
} | {
|
2415
2415
|
color: string | any;
|
2416
2416
|
stop?: number;
|
@@ -2427,12 +2427,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2427
2427
|
colors: (string | {
|
2428
2428
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2429
2429
|
toned?: boolean;
|
2430
|
-
colorSchemaType?: "
|
2430
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2431
2431
|
} | {
|
2432
2432
|
color: string | {
|
2433
2433
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2434
2434
|
toned?: boolean;
|
2435
|
-
colorSchemaType?: "
|
2435
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2436
2436
|
};
|
2437
2437
|
stop?: number;
|
2438
2438
|
})[];
|
@@ -2441,7 +2441,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2441
2441
|
} | {
|
2442
2442
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2443
2443
|
toned?: boolean;
|
2444
|
-
colorSchemaType?: "
|
2444
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2445
2445
|
};
|
2446
2446
|
typography?: {
|
2447
2447
|
decoration?: string;
|
@@ -2461,7 +2461,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2461
2461
|
lineHeight: number;
|
2462
2462
|
};
|
2463
2463
|
} | {
|
2464
|
-
type: "
|
2464
|
+
type: "title" | "text" | "navigation";
|
2465
2465
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2466
2466
|
};
|
2467
2467
|
};
|
@@ -2470,12 +2470,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2470
2470
|
colors: (string | {
|
2471
2471
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2472
2472
|
toned?: boolean;
|
2473
|
-
colorSchemaType?: "
|
2473
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2474
2474
|
} | {
|
2475
2475
|
color: string | {
|
2476
2476
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2477
2477
|
toned?: boolean;
|
2478
|
-
colorSchemaType?: "
|
2478
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2479
2479
|
};
|
2480
2480
|
stop?: number;
|
2481
2481
|
})[];
|
@@ -2497,12 +2497,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2497
2497
|
colors: (string | {
|
2498
2498
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2499
2499
|
toned?: boolean;
|
2500
|
-
colorSchemaType?: "
|
2500
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2501
2501
|
} | {
|
2502
2502
|
color: string | {
|
2503
2503
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2504
2504
|
toned?: boolean;
|
2505
|
-
colorSchemaType?: "
|
2505
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2506
2506
|
};
|
2507
2507
|
stop?: number;
|
2508
2508
|
})[];
|
@@ -2526,7 +2526,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2526
2526
|
colors: (string | {
|
2527
2527
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2528
2528
|
toned?: boolean;
|
2529
|
-
colorSchemaType?: "
|
2529
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2530
2530
|
} | {
|
2531
2531
|
color: string | any;
|
2532
2532
|
stop?: number;
|
@@ -2543,12 +2543,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2543
2543
|
colors: (string | {
|
2544
2544
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2545
2545
|
toned?: boolean;
|
2546
|
-
colorSchemaType?: "
|
2546
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2547
2547
|
} | {
|
2548
2548
|
color: string | {
|
2549
2549
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2550
2550
|
toned?: boolean;
|
2551
|
-
colorSchemaType?: "
|
2551
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2552
2552
|
};
|
2553
2553
|
stop?: number;
|
2554
2554
|
})[];
|
@@ -2557,7 +2557,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2557
2557
|
} | {
|
2558
2558
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2559
2559
|
toned?: boolean;
|
2560
|
-
colorSchemaType?: "
|
2560
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2561
2561
|
};
|
2562
2562
|
typography?: {
|
2563
2563
|
decoration?: string;
|
@@ -2577,7 +2577,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2577
2577
|
lineHeight: number;
|
2578
2578
|
};
|
2579
2579
|
} | {
|
2580
|
-
type: "
|
2580
|
+
type: "title" | "text" | "navigation";
|
2581
2581
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2582
2582
|
};
|
2583
2583
|
};
|
@@ -2586,12 +2586,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2586
2586
|
colors: (string | {
|
2587
2587
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2588
2588
|
toned?: boolean;
|
2589
|
-
colorSchemaType?: "
|
2589
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2590
2590
|
} | {
|
2591
2591
|
color: string | {
|
2592
2592
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2593
2593
|
toned?: boolean;
|
2594
|
-
colorSchemaType?: "
|
2594
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2595
2595
|
};
|
2596
2596
|
stop?: number;
|
2597
2597
|
})[];
|
@@ -2613,12 +2613,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2613
2613
|
colors: (string | {
|
2614
2614
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2615
2615
|
toned?: boolean;
|
2616
|
-
colorSchemaType?: "
|
2616
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2617
2617
|
} | {
|
2618
2618
|
color: string | {
|
2619
2619
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2620
2620
|
toned?: boolean;
|
2621
|
-
colorSchemaType?: "
|
2621
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2622
2622
|
};
|
2623
2623
|
stop?: number;
|
2624
2624
|
})[];
|
@@ -2642,7 +2642,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2642
2642
|
colors: (string | {
|
2643
2643
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2644
2644
|
toned?: boolean;
|
2645
|
-
colorSchemaType?: "
|
2645
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2646
2646
|
} | {
|
2647
2647
|
color: string | any;
|
2648
2648
|
stop?: number;
|
@@ -2659,12 +2659,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2659
2659
|
colors: (string | {
|
2660
2660
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2661
2661
|
toned?: boolean;
|
2662
|
-
colorSchemaType?: "
|
2662
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2663
2663
|
} | {
|
2664
2664
|
color: string | {
|
2665
2665
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2666
2666
|
toned?: boolean;
|
2667
|
-
colorSchemaType?: "
|
2667
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2668
2668
|
};
|
2669
2669
|
stop?: number;
|
2670
2670
|
})[];
|
@@ -2673,7 +2673,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2673
2673
|
} | {
|
2674
2674
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2675
2675
|
toned?: boolean;
|
2676
|
-
colorSchemaType?: "
|
2676
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2677
2677
|
};
|
2678
2678
|
typography?: {
|
2679
2679
|
decoration?: string;
|
@@ -2693,7 +2693,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2693
2693
|
lineHeight: number;
|
2694
2694
|
};
|
2695
2695
|
} | {
|
2696
|
-
type: "
|
2696
|
+
type: "title" | "text" | "navigation";
|
2697
2697
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2698
2698
|
};
|
2699
2699
|
};
|
@@ -2702,12 +2702,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2702
2702
|
colors: (string | {
|
2703
2703
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2704
2704
|
toned?: boolean;
|
2705
|
-
colorSchemaType?: "
|
2705
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2706
2706
|
} | {
|
2707
2707
|
color: string | {
|
2708
2708
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2709
2709
|
toned?: boolean;
|
2710
|
-
colorSchemaType?: "
|
2710
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2711
2711
|
};
|
2712
2712
|
stop?: number;
|
2713
2713
|
})[];
|
@@ -2729,12 +2729,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2729
2729
|
colors: (string | {
|
2730
2730
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2731
2731
|
toned?: boolean;
|
2732
|
-
colorSchemaType?: "
|
2732
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2733
2733
|
} | {
|
2734
2734
|
color: string | {
|
2735
2735
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2736
2736
|
toned?: boolean;
|
2737
|
-
colorSchemaType?: "
|
2737
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2738
2738
|
};
|
2739
2739
|
stop?: number;
|
2740
2740
|
})[];
|
@@ -2758,7 +2758,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2758
2758
|
colors: (string | {
|
2759
2759
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2760
2760
|
toned?: boolean;
|
2761
|
-
colorSchemaType?: "
|
2761
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2762
2762
|
} | {
|
2763
2763
|
color: string | any;
|
2764
2764
|
stop?: number;
|
@@ -2775,12 +2775,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2775
2775
|
colors: (string | {
|
2776
2776
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2777
2777
|
toned?: boolean;
|
2778
|
-
colorSchemaType?: "
|
2778
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2779
2779
|
} | {
|
2780
2780
|
color: string | {
|
2781
2781
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2782
2782
|
toned?: boolean;
|
2783
|
-
colorSchemaType?: "
|
2783
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2784
2784
|
};
|
2785
2785
|
stop?: number;
|
2786
2786
|
})[];
|
@@ -2789,7 +2789,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2789
2789
|
} | {
|
2790
2790
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2791
2791
|
toned?: boolean;
|
2792
|
-
colorSchemaType?: "
|
2792
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2793
2793
|
};
|
2794
2794
|
typography?: {
|
2795
2795
|
decoration?: string;
|
@@ -2809,7 +2809,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2809
2809
|
lineHeight: number;
|
2810
2810
|
};
|
2811
2811
|
} | {
|
2812
|
-
type: "
|
2812
|
+
type: "title" | "text" | "navigation";
|
2813
2813
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2814
2814
|
};
|
2815
2815
|
};
|
@@ -2818,12 +2818,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2818
2818
|
colors: (string | {
|
2819
2819
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2820
2820
|
toned?: boolean;
|
2821
|
-
colorSchemaType?: "
|
2821
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2822
2822
|
} | {
|
2823
2823
|
color: string | {
|
2824
2824
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2825
2825
|
toned?: boolean;
|
2826
|
-
colorSchemaType?: "
|
2826
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2827
2827
|
};
|
2828
2828
|
stop?: number;
|
2829
2829
|
})[];
|
@@ -2845,12 +2845,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2845
2845
|
colors: (string | {
|
2846
2846
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2847
2847
|
toned?: boolean;
|
2848
|
-
colorSchemaType?: "
|
2848
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2849
2849
|
} | {
|
2850
2850
|
color: string | {
|
2851
2851
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2852
2852
|
toned?: boolean;
|
2853
|
-
colorSchemaType?: "
|
2853
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2854
2854
|
};
|
2855
2855
|
stop?: number;
|
2856
2856
|
})[];
|
@@ -2874,7 +2874,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2874
2874
|
colors: (string | {
|
2875
2875
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2876
2876
|
toned?: boolean;
|
2877
|
-
colorSchemaType?: "
|
2877
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2878
2878
|
} | {
|
2879
2879
|
color: string | any;
|
2880
2880
|
stop?: number;
|
@@ -2891,12 +2891,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2891
2891
|
colors: (string | {
|
2892
2892
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2893
2893
|
toned?: boolean;
|
2894
|
-
colorSchemaType?: "
|
2894
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2895
2895
|
} | {
|
2896
2896
|
color: string | {
|
2897
2897
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2898
2898
|
toned?: boolean;
|
2899
|
-
colorSchemaType?: "
|
2899
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2900
2900
|
};
|
2901
2901
|
stop?: number;
|
2902
2902
|
})[];
|
@@ -2905,7 +2905,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2905
2905
|
} | {
|
2906
2906
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2907
2907
|
toned?: boolean;
|
2908
|
-
colorSchemaType?: "
|
2908
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2909
2909
|
};
|
2910
2910
|
typography?: {
|
2911
2911
|
decoration?: string;
|
@@ -2925,7 +2925,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2925
2925
|
lineHeight: number;
|
2926
2926
|
};
|
2927
2927
|
} | {
|
2928
|
-
type: "
|
2928
|
+
type: "title" | "text" | "navigation";
|
2929
2929
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2930
2930
|
};
|
2931
2931
|
};
|
@@ -2934,12 +2934,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2934
2934
|
colors: (string | {
|
2935
2935
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2936
2936
|
toned?: boolean;
|
2937
|
-
colorSchemaType?: "
|
2937
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2938
2938
|
} | {
|
2939
2939
|
color: string | {
|
2940
2940
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2941
2941
|
toned?: boolean;
|
2942
|
-
colorSchemaType?: "
|
2942
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2943
2943
|
};
|
2944
2944
|
stop?: number;
|
2945
2945
|
})[];
|
@@ -2961,12 +2961,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2961
2961
|
colors: (string | {
|
2962
2962
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2963
2963
|
toned?: boolean;
|
2964
|
-
colorSchemaType?: "
|
2964
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2965
2965
|
} | {
|
2966
2966
|
color: string | {
|
2967
2967
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2968
2968
|
toned?: boolean;
|
2969
|
-
colorSchemaType?: "
|
2969
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2970
2970
|
};
|
2971
2971
|
stop?: number;
|
2972
2972
|
})[];
|
@@ -2990,7 +2990,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2990
2990
|
colors: (string | {
|
2991
2991
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2992
2992
|
toned?: boolean;
|
2993
|
-
colorSchemaType?: "
|
2993
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2994
2994
|
} | {
|
2995
2995
|
color: string | any;
|
2996
2996
|
stop?: number;
|
@@ -3007,12 +3007,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3007
3007
|
colors: (string | {
|
3008
3008
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3009
3009
|
toned?: boolean;
|
3010
|
-
colorSchemaType?: "
|
3010
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3011
3011
|
} | {
|
3012
3012
|
color: string | {
|
3013
3013
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3014
3014
|
toned?: boolean;
|
3015
|
-
colorSchemaType?: "
|
3015
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3016
3016
|
};
|
3017
3017
|
stop?: number;
|
3018
3018
|
})[];
|
@@ -3021,7 +3021,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3021
3021
|
} | {
|
3022
3022
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3023
3023
|
toned?: boolean;
|
3024
|
-
colorSchemaType?: "
|
3024
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3025
3025
|
};
|
3026
3026
|
typography?: {
|
3027
3027
|
decoration?: string;
|
@@ -3041,7 +3041,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3041
3041
|
lineHeight: number;
|
3042
3042
|
};
|
3043
3043
|
} | {
|
3044
|
-
type: "
|
3044
|
+
type: "title" | "text" | "navigation";
|
3045
3045
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3046
3046
|
};
|
3047
3047
|
};
|
@@ -3050,12 +3050,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3050
3050
|
colors: (string | {
|
3051
3051
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3052
3052
|
toned?: boolean;
|
3053
|
-
colorSchemaType?: "
|
3053
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3054
3054
|
} | {
|
3055
3055
|
color: string | {
|
3056
3056
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3057
3057
|
toned?: boolean;
|
3058
|
-
colorSchemaType?: "
|
3058
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3059
3059
|
};
|
3060
3060
|
stop?: number;
|
3061
3061
|
})[];
|
@@ -3077,12 +3077,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3077
3077
|
colors: (string | {
|
3078
3078
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3079
3079
|
toned?: boolean;
|
3080
|
-
colorSchemaType?: "
|
3080
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3081
3081
|
} | {
|
3082
3082
|
color: string | {
|
3083
3083
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3084
3084
|
toned?: boolean;
|
3085
|
-
colorSchemaType?: "
|
3085
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3086
3086
|
};
|
3087
3087
|
stop?: number;
|
3088
3088
|
})[];
|
@@ -3106,7 +3106,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3106
3106
|
colors: (string | {
|
3107
3107
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3108
3108
|
toned?: boolean;
|
3109
|
-
colorSchemaType?: "
|
3109
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3110
3110
|
} | {
|
3111
3111
|
color: string | any;
|
3112
3112
|
stop?: number;
|
@@ -3123,12 +3123,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3123
3123
|
colors: (string | {
|
3124
3124
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3125
3125
|
toned?: boolean;
|
3126
|
-
colorSchemaType?: "
|
3126
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3127
3127
|
} | {
|
3128
3128
|
color: string | {
|
3129
3129
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3130
3130
|
toned?: boolean;
|
3131
|
-
colorSchemaType?: "
|
3131
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3132
3132
|
};
|
3133
3133
|
stop?: number;
|
3134
3134
|
})[];
|
@@ -3137,7 +3137,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3137
3137
|
} | {
|
3138
3138
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3139
3139
|
toned?: boolean;
|
3140
|
-
colorSchemaType?: "
|
3140
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3141
3141
|
};
|
3142
3142
|
typography?: {
|
3143
3143
|
decoration?: string;
|
@@ -3157,7 +3157,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3157
3157
|
lineHeight: number;
|
3158
3158
|
};
|
3159
3159
|
} | {
|
3160
|
-
type: "
|
3160
|
+
type: "title" | "text" | "navigation";
|
3161
3161
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3162
3162
|
};
|
3163
3163
|
};
|
@@ -3166,12 +3166,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3166
3166
|
colors: (string | {
|
3167
3167
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3168
3168
|
toned?: boolean;
|
3169
|
-
colorSchemaType?: "
|
3169
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3170
3170
|
} | {
|
3171
3171
|
color: string | {
|
3172
3172
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3173
3173
|
toned?: boolean;
|
3174
|
-
colorSchemaType?: "
|
3174
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3175
3175
|
};
|
3176
3176
|
stop?: number;
|
3177
3177
|
})[];
|
@@ -3191,12 +3191,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3191
3191
|
colors: (string | {
|
3192
3192
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3193
3193
|
toned?: boolean;
|
3194
|
-
colorSchemaType?: "
|
3194
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3195
3195
|
} | {
|
3196
3196
|
color: string | {
|
3197
3197
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3198
3198
|
toned?: boolean;
|
3199
|
-
colorSchemaType?: "
|
3199
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3200
3200
|
};
|
3201
3201
|
stop?: number;
|
3202
3202
|
})[];
|
@@ -3220,12 +3220,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3220
3220
|
colors: (string | {
|
3221
3221
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3222
3222
|
toned?: boolean;
|
3223
|
-
colorSchemaType?: "
|
3223
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3224
3224
|
} | {
|
3225
3225
|
color: string | {
|
3226
3226
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3227
3227
|
toned?: boolean;
|
3228
|
-
colorSchemaType?: "
|
3228
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3229
3229
|
};
|
3230
3230
|
stop?: number;
|
3231
3231
|
})[];
|
@@ -3253,23 +3253,23 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3253
3253
|
grow?: boolean;
|
3254
3254
|
minHeight?: number;
|
3255
3255
|
minWidth?: number;
|
3256
|
-
alignment?: "
|
3256
|
+
alignment?: "center" | "start" | "end";
|
3257
3257
|
sliderColor?: string | {
|
3258
3258
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3259
3259
|
toned?: boolean;
|
3260
|
-
colorSchemaType?: "
|
3260
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3261
3261
|
};
|
3262
3262
|
text?: {
|
3263
3263
|
color?: string | {
|
3264
3264
|
colors: (string | {
|
3265
3265
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3266
3266
|
toned?: boolean;
|
3267
|
-
colorSchemaType?: "
|
3267
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3268
3268
|
} | {
|
3269
3269
|
color: string | {
|
3270
3270
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3271
3271
|
toned?: boolean;
|
3272
|
-
colorSchemaType?: "
|
3272
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3273
3273
|
};
|
3274
3274
|
stop?: number;
|
3275
3275
|
})[];
|
@@ -3278,7 +3278,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3278
3278
|
} | {
|
3279
3279
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3280
3280
|
toned?: boolean;
|
3281
|
-
colorSchemaType?: "
|
3281
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3282
3282
|
};
|
3283
3283
|
typography?: {
|
3284
3284
|
decoration?: string;
|
@@ -3298,7 +3298,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3298
3298
|
lineHeight: number;
|
3299
3299
|
};
|
3300
3300
|
} | {
|
3301
|
-
type: "
|
3301
|
+
type: "title" | "text" | "navigation";
|
3302
3302
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3303
3303
|
};
|
3304
3304
|
};
|
@@ -3307,12 +3307,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3307
3307
|
colors: (string | {
|
3308
3308
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3309
3309
|
toned?: boolean;
|
3310
|
-
colorSchemaType?: "
|
3310
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3311
3311
|
} | {
|
3312
3312
|
color: string | {
|
3313
3313
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3314
3314
|
toned?: boolean;
|
3315
|
-
colorSchemaType?: "
|
3315
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3316
3316
|
};
|
3317
3317
|
stop?: number;
|
3318
3318
|
})[];
|
@@ -3333,12 +3333,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3333
3333
|
colors: (string | {
|
3334
3334
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3335
3335
|
toned?: boolean;
|
3336
|
-
colorSchemaType?: "
|
3336
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3337
3337
|
} | {
|
3338
3338
|
color: string | {
|
3339
3339
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3340
3340
|
toned?: boolean;
|
3341
|
-
colorSchemaType?: "
|
3341
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3342
3342
|
};
|
3343
3343
|
stop?: number;
|
3344
3344
|
})[];
|
@@ -3362,7 +3362,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3362
3362
|
colors: (string | {
|
3363
3363
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3364
3364
|
toned?: boolean;
|
3365
|
-
colorSchemaType?: "
|
3365
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3366
3366
|
} | {
|
3367
3367
|
color: string | any;
|
3368
3368
|
stop?: number;
|
@@ -3378,12 +3378,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3378
3378
|
colors: (string | {
|
3379
3379
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3380
3380
|
toned?: boolean;
|
3381
|
-
colorSchemaType?: "
|
3381
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3382
3382
|
} | {
|
3383
3383
|
color: string | {
|
3384
3384
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3385
3385
|
toned?: boolean;
|
3386
|
-
colorSchemaType?: "
|
3386
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3387
3387
|
};
|
3388
3388
|
stop?: number;
|
3389
3389
|
})[];
|
@@ -3392,7 +3392,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3392
3392
|
} | {
|
3393
3393
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3394
3394
|
toned?: boolean;
|
3395
|
-
colorSchemaType?: "
|
3395
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3396
3396
|
};
|
3397
3397
|
typography?: {
|
3398
3398
|
decoration?: string;
|
@@ -3412,7 +3412,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3412
3412
|
lineHeight: number;
|
3413
3413
|
};
|
3414
3414
|
} | {
|
3415
|
-
type: "
|
3415
|
+
type: "title" | "text" | "navigation";
|
3416
3416
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3417
3417
|
};
|
3418
3418
|
};
|
@@ -3421,12 +3421,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3421
3421
|
colors: (string | {
|
3422
3422
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3423
3423
|
toned?: boolean;
|
3424
|
-
colorSchemaType?: "
|
3424
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3425
3425
|
} | {
|
3426
3426
|
color: string | {
|
3427
3427
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3428
3428
|
toned?: boolean;
|
3429
|
-
colorSchemaType?: "
|
3429
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3430
3430
|
};
|
3431
3431
|
stop?: number;
|
3432
3432
|
})[];
|
@@ -3442,12 +3442,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3442
3442
|
colors: (string | {
|
3443
3443
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3444
3444
|
toned?: boolean;
|
3445
|
-
colorSchemaType?: "
|
3445
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3446
3446
|
} | {
|
3447
3447
|
color: string | {
|
3448
3448
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3449
3449
|
toned?: boolean;
|
3450
|
-
colorSchemaType?: "
|
3450
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3451
3451
|
};
|
3452
3452
|
stop?: number;
|
3453
3453
|
})[];
|
@@ -3471,7 +3471,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3471
3471
|
colors: (string | {
|
3472
3472
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3473
3473
|
toned?: boolean;
|
3474
|
-
colorSchemaType?: "
|
3474
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3475
3475
|
} | {
|
3476
3476
|
color: string | any;
|
3477
3477
|
stop?: number;
|
@@ -3490,12 +3490,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3490
3490
|
colors: (string | {
|
3491
3491
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3492
3492
|
toned?: boolean;
|
3493
|
-
colorSchemaType?: "
|
3493
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3494
3494
|
} | {
|
3495
3495
|
color: string | {
|
3496
3496
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3497
3497
|
toned?: boolean;
|
3498
|
-
colorSchemaType?: "
|
3498
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3499
3499
|
};
|
3500
3500
|
stop?: number;
|
3501
3501
|
})[];
|
@@ -3519,12 +3519,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3519
3519
|
colors: (string | {
|
3520
3520
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3521
3521
|
toned?: boolean;
|
3522
|
-
colorSchemaType?: "
|
3522
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3523
3523
|
} | {
|
3524
3524
|
color: string | {
|
3525
3525
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3526
3526
|
toned?: boolean;
|
3527
|
-
colorSchemaType?: "
|
3527
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3528
3528
|
};
|
3529
3529
|
stop?: number;
|
3530
3530
|
})[];
|
@@ -3552,23 +3552,23 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3552
3552
|
grow?: boolean;
|
3553
3553
|
minHeight?: number;
|
3554
3554
|
minWidth?: number;
|
3555
|
-
alignment?: "
|
3555
|
+
alignment?: "center" | "start" | "end";
|
3556
3556
|
sliderColor?: string | {
|
3557
3557
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3558
3558
|
toned?: boolean;
|
3559
|
-
colorSchemaType?: "
|
3559
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3560
3560
|
};
|
3561
3561
|
text?: {
|
3562
3562
|
color?: string | {
|
3563
3563
|
colors: (string | {
|
3564
3564
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3565
3565
|
toned?: boolean;
|
3566
|
-
colorSchemaType?: "
|
3566
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3567
3567
|
} | {
|
3568
3568
|
color: string | {
|
3569
3569
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3570
3570
|
toned?: boolean;
|
3571
|
-
colorSchemaType?: "
|
3571
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3572
3572
|
};
|
3573
3573
|
stop?: number;
|
3574
3574
|
})[];
|
@@ -3577,7 +3577,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3577
3577
|
} | {
|
3578
3578
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3579
3579
|
toned?: boolean;
|
3580
|
-
colorSchemaType?: "
|
3580
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3581
3581
|
};
|
3582
3582
|
typography?: {
|
3583
3583
|
decoration?: string;
|
@@ -3597,7 +3597,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3597
3597
|
lineHeight: number;
|
3598
3598
|
};
|
3599
3599
|
} | {
|
3600
|
-
type: "
|
3600
|
+
type: "title" | "text" | "navigation";
|
3601
3601
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3602
3602
|
};
|
3603
3603
|
};
|
@@ -3606,12 +3606,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3606
3606
|
colors: (string | {
|
3607
3607
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3608
3608
|
toned?: boolean;
|
3609
|
-
colorSchemaType?: "
|
3609
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3610
3610
|
} | {
|
3611
3611
|
color: string | {
|
3612
3612
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3613
3613
|
toned?: boolean;
|
3614
|
-
colorSchemaType?: "
|
3614
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3615
3615
|
};
|
3616
3616
|
stop?: number;
|
3617
3617
|
})[];
|
@@ -3632,12 +3632,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3632
3632
|
colors: (string | {
|
3633
3633
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3634
3634
|
toned?: boolean;
|
3635
|
-
colorSchemaType?: "
|
3635
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3636
3636
|
} | {
|
3637
3637
|
color: string | {
|
3638
3638
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3639
3639
|
toned?: boolean;
|
3640
|
-
colorSchemaType?: "
|
3640
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3641
3641
|
};
|
3642
3642
|
stop?: number;
|
3643
3643
|
})[];
|
@@ -3661,7 +3661,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3661
3661
|
colors: (string | {
|
3662
3662
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3663
3663
|
toned?: boolean;
|
3664
|
-
colorSchemaType?: "
|
3664
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3665
3665
|
} | {
|
3666
3666
|
color: string | any;
|
3667
3667
|
stop?: number;
|
@@ -3677,12 +3677,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3677
3677
|
colors: (string | {
|
3678
3678
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3679
3679
|
toned?: boolean;
|
3680
|
-
colorSchemaType?: "
|
3680
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3681
3681
|
} | {
|
3682
3682
|
color: string | {
|
3683
3683
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3684
3684
|
toned?: boolean;
|
3685
|
-
colorSchemaType?: "
|
3685
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3686
3686
|
};
|
3687
3687
|
stop?: number;
|
3688
3688
|
})[];
|
@@ -3691,7 +3691,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3691
3691
|
} | {
|
3692
3692
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3693
3693
|
toned?: boolean;
|
3694
|
-
colorSchemaType?: "
|
3694
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3695
3695
|
};
|
3696
3696
|
typography?: {
|
3697
3697
|
decoration?: string;
|
@@ -3711,7 +3711,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3711
3711
|
lineHeight: number;
|
3712
3712
|
};
|
3713
3713
|
} | {
|
3714
|
-
type: "
|
3714
|
+
type: "title" | "text" | "navigation";
|
3715
3715
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3716
3716
|
};
|
3717
3717
|
};
|
@@ -3720,12 +3720,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3720
3720
|
colors: (string | {
|
3721
3721
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3722
3722
|
toned?: boolean;
|
3723
|
-
colorSchemaType?: "
|
3723
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3724
3724
|
} | {
|
3725
3725
|
color: string | {
|
3726
3726
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3727
3727
|
toned?: boolean;
|
3728
|
-
colorSchemaType?: "
|
3728
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3729
3729
|
};
|
3730
3730
|
stop?: number;
|
3731
3731
|
})[];
|
@@ -3741,12 +3741,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3741
3741
|
colors: (string | {
|
3742
3742
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3743
3743
|
toned?: boolean;
|
3744
|
-
colorSchemaType?: "
|
3744
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3745
3745
|
} | {
|
3746
3746
|
color: string | {
|
3747
3747
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3748
3748
|
toned?: boolean;
|
3749
|
-
colorSchemaType?: "
|
3749
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3750
3750
|
};
|
3751
3751
|
stop?: number;
|
3752
3752
|
})[];
|
@@ -3770,7 +3770,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3770
3770
|
colors: (string | {
|
3771
3771
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3772
3772
|
toned?: boolean;
|
3773
|
-
colorSchemaType?: "
|
3773
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3774
3774
|
} | {
|
3775
3775
|
color: string | any;
|
3776
3776
|
stop?: number;
|
@@ -3789,12 +3789,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3789
3789
|
colors: (string | {
|
3790
3790
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3791
3791
|
toned?: boolean;
|
3792
|
-
colorSchemaType?: "
|
3792
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3793
3793
|
} | {
|
3794
3794
|
color: string | {
|
3795
3795
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3796
3796
|
toned?: boolean;
|
3797
|
-
colorSchemaType?: "
|
3797
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3798
3798
|
};
|
3799
3799
|
stop?: number;
|
3800
3800
|
})[];
|
@@ -3818,12 +3818,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3818
3818
|
colors: (string | {
|
3819
3819
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3820
3820
|
toned?: boolean;
|
3821
|
-
colorSchemaType?: "
|
3821
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3822
3822
|
} | {
|
3823
3823
|
color: string | {
|
3824
3824
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3825
3825
|
toned?: boolean;
|
3826
|
-
colorSchemaType?: "
|
3826
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3827
3827
|
};
|
3828
3828
|
stop?: number;
|
3829
3829
|
})[];
|
@@ -3851,23 +3851,23 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3851
3851
|
grow?: boolean;
|
3852
3852
|
minHeight?: number;
|
3853
3853
|
minWidth?: number;
|
3854
|
-
alignment?: "
|
3854
|
+
alignment?: "center" | "start" | "end";
|
3855
3855
|
sliderColor?: string | {
|
3856
3856
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3857
3857
|
toned?: boolean;
|
3858
|
-
colorSchemaType?: "
|
3858
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3859
3859
|
};
|
3860
3860
|
text?: {
|
3861
3861
|
color?: string | {
|
3862
3862
|
colors: (string | {
|
3863
3863
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3864
3864
|
toned?: boolean;
|
3865
|
-
colorSchemaType?: "
|
3865
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3866
3866
|
} | {
|
3867
3867
|
color: string | {
|
3868
3868
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3869
3869
|
toned?: boolean;
|
3870
|
-
colorSchemaType?: "
|
3870
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3871
3871
|
};
|
3872
3872
|
stop?: number;
|
3873
3873
|
})[];
|
@@ -3876,7 +3876,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3876
3876
|
} | {
|
3877
3877
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3878
3878
|
toned?: boolean;
|
3879
|
-
colorSchemaType?: "
|
3879
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3880
3880
|
};
|
3881
3881
|
typography?: {
|
3882
3882
|
decoration?: string;
|
@@ -3896,7 +3896,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3896
3896
|
lineHeight: number;
|
3897
3897
|
};
|
3898
3898
|
} | {
|
3899
|
-
type: "
|
3899
|
+
type: "title" | "text" | "navigation";
|
3900
3900
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3901
3901
|
};
|
3902
3902
|
};
|
@@ -3905,12 +3905,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3905
3905
|
colors: (string | {
|
3906
3906
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3907
3907
|
toned?: boolean;
|
3908
|
-
colorSchemaType?: "
|
3908
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3909
3909
|
} | {
|
3910
3910
|
color: string | {
|
3911
3911
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3912
3912
|
toned?: boolean;
|
3913
|
-
colorSchemaType?: "
|
3913
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3914
3914
|
};
|
3915
3915
|
stop?: number;
|
3916
3916
|
})[];
|
@@ -3931,12 +3931,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3931
3931
|
colors: (string | {
|
3932
3932
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3933
3933
|
toned?: boolean;
|
3934
|
-
colorSchemaType?: "
|
3934
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3935
3935
|
} | {
|
3936
3936
|
color: string | {
|
3937
3937
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3938
3938
|
toned?: boolean;
|
3939
|
-
colorSchemaType?: "
|
3939
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3940
3940
|
};
|
3941
3941
|
stop?: number;
|
3942
3942
|
})[];
|
@@ -3960,7 +3960,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3960
3960
|
colors: (string | {
|
3961
3961
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3962
3962
|
toned?: boolean;
|
3963
|
-
colorSchemaType?: "
|
3963
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3964
3964
|
} | {
|
3965
3965
|
color: string | any;
|
3966
3966
|
stop?: number;
|
@@ -3976,12 +3976,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3976
3976
|
colors: (string | {
|
3977
3977
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3978
3978
|
toned?: boolean;
|
3979
|
-
colorSchemaType?: "
|
3979
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3980
3980
|
} | {
|
3981
3981
|
color: string | {
|
3982
3982
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3983
3983
|
toned?: boolean;
|
3984
|
-
colorSchemaType?: "
|
3984
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3985
3985
|
};
|
3986
3986
|
stop?: number;
|
3987
3987
|
})[];
|
@@ -3990,7 +3990,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3990
3990
|
} | {
|
3991
3991
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3992
3992
|
toned?: boolean;
|
3993
|
-
colorSchemaType?: "
|
3993
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3994
3994
|
};
|
3995
3995
|
typography?: {
|
3996
3996
|
decoration?: string;
|
@@ -4010,7 +4010,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4010
4010
|
lineHeight: number;
|
4011
4011
|
};
|
4012
4012
|
} | {
|
4013
|
-
type: "
|
4013
|
+
type: "title" | "text" | "navigation";
|
4014
4014
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4015
4015
|
};
|
4016
4016
|
};
|
@@ -4019,12 +4019,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4019
4019
|
colors: (string | {
|
4020
4020
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4021
4021
|
toned?: boolean;
|
4022
|
-
colorSchemaType?: "
|
4022
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4023
4023
|
} | {
|
4024
4024
|
color: string | {
|
4025
4025
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4026
4026
|
toned?: boolean;
|
4027
|
-
colorSchemaType?: "
|
4027
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4028
4028
|
};
|
4029
4029
|
stop?: number;
|
4030
4030
|
})[];
|
@@ -4040,12 +4040,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4040
4040
|
colors: (string | {
|
4041
4041
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4042
4042
|
toned?: boolean;
|
4043
|
-
colorSchemaType?: "
|
4043
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4044
4044
|
} | {
|
4045
4045
|
color: string | {
|
4046
4046
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4047
4047
|
toned?: boolean;
|
4048
|
-
colorSchemaType?: "
|
4048
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4049
4049
|
};
|
4050
4050
|
stop?: number;
|
4051
4051
|
})[];
|
@@ -4069,7 +4069,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4069
4069
|
colors: (string | {
|
4070
4070
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4071
4071
|
toned?: boolean;
|
4072
|
-
colorSchemaType?: "
|
4072
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4073
4073
|
} | {
|
4074
4074
|
color: string | any;
|
4075
4075
|
stop?: number;
|
@@ -4088,12 +4088,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4088
4088
|
colors: (string | {
|
4089
4089
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4090
4090
|
toned?: boolean;
|
4091
|
-
colorSchemaType?: "
|
4091
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4092
4092
|
} | {
|
4093
4093
|
color: string | {
|
4094
4094
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4095
4095
|
toned?: boolean;
|
4096
|
-
colorSchemaType?: "
|
4096
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4097
4097
|
};
|
4098
4098
|
stop?: number;
|
4099
4099
|
})[];
|
@@ -4117,12 +4117,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4117
4117
|
colors: (string | {
|
4118
4118
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4119
4119
|
toned?: boolean;
|
4120
|
-
colorSchemaType?: "
|
4120
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4121
4121
|
} | {
|
4122
4122
|
color: string | {
|
4123
4123
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4124
4124
|
toned?: boolean;
|
4125
|
-
colorSchemaType?: "
|
4125
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4126
4126
|
};
|
4127
4127
|
stop?: number;
|
4128
4128
|
})[];
|
@@ -4150,23 +4150,23 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4150
4150
|
grow?: boolean;
|
4151
4151
|
minHeight?: number;
|
4152
4152
|
minWidth?: number;
|
4153
|
-
alignment?: "
|
4153
|
+
alignment?: "center" | "start" | "end";
|
4154
4154
|
sliderColor?: string | {
|
4155
4155
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4156
4156
|
toned?: boolean;
|
4157
|
-
colorSchemaType?: "
|
4157
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4158
4158
|
};
|
4159
4159
|
text?: {
|
4160
4160
|
color?: string | {
|
4161
4161
|
colors: (string | {
|
4162
4162
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4163
4163
|
toned?: boolean;
|
4164
|
-
colorSchemaType?: "
|
4164
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4165
4165
|
} | {
|
4166
4166
|
color: string | {
|
4167
4167
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4168
4168
|
toned?: boolean;
|
4169
|
-
colorSchemaType?: "
|
4169
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4170
4170
|
};
|
4171
4171
|
stop?: number;
|
4172
4172
|
})[];
|
@@ -4175,7 +4175,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4175
4175
|
} | {
|
4176
4176
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4177
4177
|
toned?: boolean;
|
4178
|
-
colorSchemaType?: "
|
4178
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4179
4179
|
};
|
4180
4180
|
typography?: {
|
4181
4181
|
decoration?: string;
|
@@ -4195,7 +4195,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4195
4195
|
lineHeight: number;
|
4196
4196
|
};
|
4197
4197
|
} | {
|
4198
|
-
type: "
|
4198
|
+
type: "title" | "text" | "navigation";
|
4199
4199
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4200
4200
|
};
|
4201
4201
|
};
|
@@ -4204,12 +4204,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4204
4204
|
colors: (string | {
|
4205
4205
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4206
4206
|
toned?: boolean;
|
4207
|
-
colorSchemaType?: "
|
4207
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4208
4208
|
} | {
|
4209
4209
|
color: string | {
|
4210
4210
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4211
4211
|
toned?: boolean;
|
4212
|
-
colorSchemaType?: "
|
4212
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4213
4213
|
};
|
4214
4214
|
stop?: number;
|
4215
4215
|
})[];
|
@@ -4230,12 +4230,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4230
4230
|
colors: (string | {
|
4231
4231
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4232
4232
|
toned?: boolean;
|
4233
|
-
colorSchemaType?: "
|
4233
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4234
4234
|
} | {
|
4235
4235
|
color: string | {
|
4236
4236
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4237
4237
|
toned?: boolean;
|
4238
|
-
colorSchemaType?: "
|
4238
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4239
4239
|
};
|
4240
4240
|
stop?: number;
|
4241
4241
|
})[];
|
@@ -4259,7 +4259,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4259
4259
|
colors: (string | {
|
4260
4260
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4261
4261
|
toned?: boolean;
|
4262
|
-
colorSchemaType?: "
|
4262
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4263
4263
|
} | {
|
4264
4264
|
color: string | any;
|
4265
4265
|
stop?: number;
|
@@ -4275,12 +4275,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4275
4275
|
colors: (string | {
|
4276
4276
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4277
4277
|
toned?: boolean;
|
4278
|
-
colorSchemaType?: "
|
4278
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4279
4279
|
} | {
|
4280
4280
|
color: string | {
|
4281
4281
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4282
4282
|
toned?: boolean;
|
4283
|
-
colorSchemaType?: "
|
4283
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4284
4284
|
};
|
4285
4285
|
stop?: number;
|
4286
4286
|
})[];
|
@@ -4289,7 +4289,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4289
4289
|
} | {
|
4290
4290
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4291
4291
|
toned?: boolean;
|
4292
|
-
colorSchemaType?: "
|
4292
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4293
4293
|
};
|
4294
4294
|
typography?: {
|
4295
4295
|
decoration?: string;
|
@@ -4309,7 +4309,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4309
4309
|
lineHeight: number;
|
4310
4310
|
};
|
4311
4311
|
} | {
|
4312
|
-
type: "
|
4312
|
+
type: "title" | "text" | "navigation";
|
4313
4313
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4314
4314
|
};
|
4315
4315
|
};
|
@@ -4318,12 +4318,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4318
4318
|
colors: (string | {
|
4319
4319
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4320
4320
|
toned?: boolean;
|
4321
|
-
colorSchemaType?: "
|
4321
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4322
4322
|
} | {
|
4323
4323
|
color: string | {
|
4324
4324
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4325
4325
|
toned?: boolean;
|
4326
|
-
colorSchemaType?: "
|
4326
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4327
4327
|
};
|
4328
4328
|
stop?: number;
|
4329
4329
|
})[];
|
@@ -4339,12 +4339,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4339
4339
|
colors: (string | {
|
4340
4340
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4341
4341
|
toned?: boolean;
|
4342
|
-
colorSchemaType?: "
|
4342
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4343
4343
|
} | {
|
4344
4344
|
color: string | {
|
4345
4345
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4346
4346
|
toned?: boolean;
|
4347
|
-
colorSchemaType?: "
|
4347
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4348
4348
|
};
|
4349
4349
|
stop?: number;
|
4350
4350
|
})[];
|
@@ -4368,7 +4368,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4368
4368
|
colors: (string | {
|
4369
4369
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4370
4370
|
toned?: boolean;
|
4371
|
-
colorSchemaType?: "
|
4371
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4372
4372
|
} | {
|
4373
4373
|
color: string | any;
|
4374
4374
|
stop?: number;
|
@@ -4386,7 +4386,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4386
4386
|
blocks?: {
|
4387
4387
|
primary: {
|
4388
4388
|
name?: string;
|
4389
|
-
colorSchemaType?: "
|
4389
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4390
4390
|
header: {
|
4391
4391
|
definitionId: {
|
4392
4392
|
toString: () => string;
|
@@ -4544,12 +4544,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4544
4544
|
colors: (string | {
|
4545
4545
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4546
4546
|
toned?: boolean;
|
4547
|
-
colorSchemaType?: "
|
4547
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4548
4548
|
} | {
|
4549
4549
|
color: string | {
|
4550
4550
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4551
4551
|
toned?: boolean;
|
4552
|
-
colorSchemaType?: "
|
4552
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4553
4553
|
};
|
4554
4554
|
stop?: number;
|
4555
4555
|
})[];
|
@@ -4573,7 +4573,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4573
4573
|
colors: (string | {
|
4574
4574
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4575
4575
|
toned?: boolean;
|
4576
|
-
colorSchemaType?: "
|
4576
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4577
4577
|
} | {
|
4578
4578
|
color: string | any;
|
4579
4579
|
stop?: number;
|
@@ -4594,7 +4594,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4594
4594
|
};
|
4595
4595
|
variant1?: {
|
4596
4596
|
name?: string;
|
4597
|
-
colorSchemaType?: "
|
4597
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4598
4598
|
header: {
|
4599
4599
|
definitionId: {
|
4600
4600
|
toString: () => string;
|
@@ -4752,12 +4752,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4752
4752
|
colors: (string | {
|
4753
4753
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4754
4754
|
toned?: boolean;
|
4755
|
-
colorSchemaType?: "
|
4755
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4756
4756
|
} | {
|
4757
4757
|
color: string | {
|
4758
4758
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4759
4759
|
toned?: boolean;
|
4760
|
-
colorSchemaType?: "
|
4760
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4761
4761
|
};
|
4762
4762
|
stop?: number;
|
4763
4763
|
})[];
|
@@ -4781,7 +4781,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4781
4781
|
colors: (string | {
|
4782
4782
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4783
4783
|
toned?: boolean;
|
4784
|
-
colorSchemaType?: "
|
4784
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4785
4785
|
} | {
|
4786
4786
|
color: string | any;
|
4787
4787
|
stop?: number;
|
@@ -4802,7 +4802,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4802
4802
|
};
|
4803
4803
|
variant2?: {
|
4804
4804
|
name?: string;
|
4805
|
-
colorSchemaType?: "
|
4805
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4806
4806
|
header: {
|
4807
4807
|
definitionId: {
|
4808
4808
|
toString: () => string;
|
@@ -4960,12 +4960,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4960
4960
|
colors: (string | {
|
4961
4961
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4962
4962
|
toned?: boolean;
|
4963
|
-
colorSchemaType?: "
|
4963
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4964
4964
|
} | {
|
4965
4965
|
color: string | {
|
4966
4966
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4967
4967
|
toned?: boolean;
|
4968
|
-
colorSchemaType?: "
|
4968
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4969
4969
|
};
|
4970
4970
|
stop?: number;
|
4971
4971
|
})[];
|
@@ -4989,7 +4989,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4989
4989
|
colors: (string | {
|
4990
4990
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4991
4991
|
toned?: boolean;
|
4992
|
-
colorSchemaType?: "
|
4992
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4993
4993
|
} | {
|
4994
4994
|
color: string | any;
|
4995
4995
|
stop?: number;
|
@@ -5010,7 +5010,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5010
5010
|
};
|
5011
5011
|
variant3?: {
|
5012
5012
|
name?: string;
|
5013
|
-
colorSchemaType?: "
|
5013
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5014
5014
|
header: {
|
5015
5015
|
definitionId: {
|
5016
5016
|
toString: () => string;
|
@@ -5168,12 +5168,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5168
5168
|
colors: (string | {
|
5169
5169
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5170
5170
|
toned?: boolean;
|
5171
|
-
colorSchemaType?: "
|
5171
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5172
5172
|
} | {
|
5173
5173
|
color: string | {
|
5174
5174
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5175
5175
|
toned?: boolean;
|
5176
|
-
colorSchemaType?: "
|
5176
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5177
5177
|
};
|
5178
5178
|
stop?: number;
|
5179
5179
|
})[];
|
@@ -5197,7 +5197,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5197
5197
|
colors: (string | {
|
5198
5198
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5199
5199
|
toned?: boolean;
|
5200
|
-
colorSchemaType?: "
|
5200
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5201
5201
|
} | {
|
5202
5202
|
color: string | any;
|
5203
5203
|
stop?: number;
|
@@ -5230,12 +5230,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5230
5230
|
colors: (string | {
|
5231
5231
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5232
5232
|
toned?: boolean;
|
5233
|
-
colorSchemaType?: "
|
5233
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5234
5234
|
} | {
|
5235
5235
|
color: string | {
|
5236
5236
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5237
5237
|
toned?: boolean;
|
5238
|
-
colorSchemaType?: "
|
5238
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5239
5239
|
};
|
5240
5240
|
stop?: number;
|
5241
5241
|
})[];
|
@@ -5249,12 +5249,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5249
5249
|
colors: (string | {
|
5250
5250
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5251
5251
|
toned?: boolean;
|
5252
|
-
colorSchemaType?: "
|
5252
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5253
5253
|
} | {
|
5254
5254
|
color: string | {
|
5255
5255
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5256
5256
|
toned?: boolean;
|
5257
|
-
colorSchemaType?: "
|
5257
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5258
5258
|
};
|
5259
5259
|
stop?: number;
|
5260
5260
|
})[];
|
@@ -5268,12 +5268,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5268
5268
|
colors: (string | {
|
5269
5269
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5270
5270
|
toned?: boolean;
|
5271
|
-
colorSchemaType?: "
|
5271
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5272
5272
|
} | {
|
5273
5273
|
color: string | {
|
5274
5274
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5275
5275
|
toned?: boolean;
|
5276
|
-
colorSchemaType?: "
|
5276
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5277
5277
|
};
|
5278
5278
|
stop?: number;
|
5279
5279
|
})[];
|
@@ -5287,12 +5287,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5287
5287
|
colors: (string | {
|
5288
5288
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5289
5289
|
toned?: boolean;
|
5290
|
-
colorSchemaType?: "
|
5290
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5291
5291
|
} | {
|
5292
5292
|
color: string | {
|
5293
5293
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5294
5294
|
toned?: boolean;
|
5295
|
-
colorSchemaType?: "
|
5295
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5296
5296
|
};
|
5297
5297
|
stop?: number;
|
5298
5298
|
})[];
|
@@ -5306,12 +5306,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5306
5306
|
colors: (string | {
|
5307
5307
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5308
5308
|
toned?: boolean;
|
5309
|
-
colorSchemaType?: "
|
5309
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5310
5310
|
} | {
|
5311
5311
|
color: string | {
|
5312
5312
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5313
5313
|
toned?: boolean;
|
5314
|
-
colorSchemaType?: "
|
5314
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5315
5315
|
};
|
5316
5316
|
stop?: number;
|
5317
5317
|
})[];
|
@@ -5411,16 +5411,16 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5411
5411
|
};
|
5412
5412
|
deactivated(): void;
|
5413
5413
|
};
|
5414
|
-
colorSchema: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
5414
|
+
colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
|
5415
5415
|
typography: () => import("@omnia/fx-models").TypographyBlueprints;
|
5416
5416
|
fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
|
5417
5417
|
spacing: () => import("@omnia/fx-models").SpacingBlueprints;
|
5418
5418
|
component: () => import("@omnia/fx-models").ComponentBlueprints;
|
5419
|
-
color: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
5420
|
-
colorDefinition: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
5419
|
+
color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
5420
|
+
colorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
5421
5421
|
complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
5422
|
-
complementaryColor: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
5423
|
-
complementaryColorDefinition: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
5422
|
+
complementaryColor: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
5423
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
5424
5424
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
5425
5425
|
};
|
5426
5426
|
};
|