@omnia/fx 8.0.152-dev → 8.0.153-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 +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/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/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/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
@@ -10,7 +10,7 @@ declare const _default: {
|
|
10
10
|
onContainer: ColorDefinition;
|
11
11
|
isContainer: boolean;
|
12
12
|
name: string;
|
13
|
-
colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
13
|
+
colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
14
14
|
id: import("@omnia/fx-models").GuidValue;
|
15
15
|
};
|
16
16
|
events: {
|
@@ -20,13 +20,13 @@ declare const _default: {
|
|
20
20
|
onMutatedOnContainer: import("../../..").MessageBusExposeOnlySubscription<ColorDefinition>;
|
21
21
|
onMutatedIsContainer: import("../../..").MessageBusExposeOnlySubscription<boolean>;
|
22
22
|
onMutatedName: import("../../..").MessageBusExposeOnlySubscription<string>;
|
23
|
-
onMutatedColorSchemaType: import("../../..").MessageBusExposeOnlySubscription<"primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
23
|
+
onMutatedColorSchemaType: import("../../..").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
24
24
|
onMutatedId: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
|
25
25
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
26
26
|
actions: {
|
27
27
|
onDispatching: {
|
28
28
|
setColorSchema: {
|
29
|
-
subscribe(fn: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
29
|
+
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;
|
30
30
|
};
|
31
31
|
setCustomColorSchema: {
|
32
32
|
subscribe(fn: (colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -106,16 +106,16 @@ declare const _default: {
|
|
106
106
|
};
|
107
107
|
deactivated(): void;
|
108
108
|
};
|
109
|
-
colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
109
|
+
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
110
110
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
111
111
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
112
112
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
113
113
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
114
|
-
color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
115
|
-
colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
114
|
+
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;
|
115
|
+
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): ColorDefinition;
|
116
116
|
complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
117
|
-
complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
118
|
-
complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
117
|
+
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;
|
118
|
+
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): ColorDefinition;
|
119
119
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
120
120
|
};
|
121
121
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -123,7 +123,7 @@ declare const _default: {
|
|
123
123
|
};
|
124
124
|
onDispatched: {
|
125
125
|
setColorSchema: {
|
126
|
-
subscribe(fn: (result: void, colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
126
|
+
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;
|
127
127
|
};
|
128
128
|
setCustomColorSchema: {
|
129
129
|
subscribe(fn: (result: void, colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -203,16 +203,16 @@ declare const _default: {
|
|
203
203
|
};
|
204
204
|
deactivated(): void;
|
205
205
|
};
|
206
|
-
colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
206
|
+
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
207
207
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
208
208
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
209
209
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
210
210
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
211
|
-
color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
212
|
-
colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
211
|
+
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;
|
212
|
+
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): ColorDefinition;
|
213
213
|
complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
214
|
-
complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
215
|
-
complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
214
|
+
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;
|
215
|
+
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): ColorDefinition;
|
216
216
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
217
217
|
};
|
218
218
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -220,7 +220,7 @@ declare const _default: {
|
|
220
220
|
};
|
221
221
|
onFailure: {
|
222
222
|
setColorSchema: {
|
223
|
-
subscribe(fn: (failureReason: any, colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
223
|
+
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;
|
224
224
|
};
|
225
225
|
setCustomColorSchema: {
|
226
226
|
subscribe(fn: (failureReason: any, colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -300,23 +300,23 @@ declare const _default: {
|
|
300
300
|
};
|
301
301
|
deactivated(): void;
|
302
302
|
};
|
303
|
-
colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
303
|
+
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
304
304
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
305
305
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
306
306
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
307
307
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
308
|
-
color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
309
|
-
colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
308
|
+
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;
|
309
|
+
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): ColorDefinition;
|
310
310
|
complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
311
|
-
complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
312
|
-
complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
311
|
+
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;
|
312
|
+
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): ColorDefinition;
|
313
313
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
314
314
|
};
|
315
315
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
316
316
|
};
|
317
317
|
};
|
318
318
|
} & {
|
319
|
-
setColorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
319
|
+
setColorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", container?: boolean): void;
|
320
320
|
setCustomColorSchema(colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean): void;
|
321
321
|
setColor(colorDefinition: ColorDefinition, colorType: import("@omnia/fx-models").ColorTypes): void;
|
322
322
|
setThemeStore(themeStoreInstance: {
|
@@ -390,16 +390,16 @@ declare const _default: {
|
|
390
390
|
};
|
391
391
|
deactivated(): void;
|
392
392
|
};
|
393
|
-
colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
393
|
+
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
394
394
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
395
395
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
396
396
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
397
397
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
398
|
-
color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
399
|
-
colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
398
|
+
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;
|
399
|
+
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): ColorDefinition;
|
400
400
|
complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
401
|
-
complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
402
|
-
complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
401
|
+
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;
|
402
|
+
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): ColorDefinition;
|
403
403
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
404
404
|
};
|
405
405
|
}): void;
|
@@ -747,12 +747,12 @@ declare const _default: {
|
|
747
747
|
colors: (string | {
|
748
748
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
749
749
|
toned?: boolean;
|
750
|
-
colorSchemaType?: "
|
750
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
751
751
|
} | {
|
752
752
|
color: string | {
|
753
753
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
754
754
|
toned?: boolean;
|
755
|
-
colorSchemaType?: "
|
755
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
756
756
|
};
|
757
757
|
stop?: number;
|
758
758
|
})[];
|
@@ -763,12 +763,12 @@ declare const _default: {
|
|
763
763
|
colors: (string | {
|
764
764
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
765
765
|
toned?: boolean;
|
766
|
-
colorSchemaType?: "
|
766
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
767
767
|
} | {
|
768
768
|
color: string | {
|
769
769
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
770
770
|
toned?: boolean;
|
771
|
-
colorSchemaType?: "
|
771
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
772
772
|
};
|
773
773
|
stop?: number;
|
774
774
|
})[];
|
@@ -779,12 +779,12 @@ declare const _default: {
|
|
779
779
|
colors: (string | {
|
780
780
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
781
781
|
toned?: boolean;
|
782
|
-
colorSchemaType?: "
|
782
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
783
783
|
} | {
|
784
784
|
color: string | {
|
785
785
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
786
786
|
toned?: boolean;
|
787
|
-
colorSchemaType?: "
|
787
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
788
788
|
};
|
789
789
|
stop?: number;
|
790
790
|
})[];
|
@@ -1107,12 +1107,12 @@ declare const _default: {
|
|
1107
1107
|
colors: (string | {
|
1108
1108
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1109
1109
|
toned?: boolean;
|
1110
|
-
colorSchemaType?: "
|
1110
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1111
1111
|
} | {
|
1112
1112
|
color: string | {
|
1113
1113
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1114
1114
|
toned?: boolean;
|
1115
|
-
colorSchemaType?: "
|
1115
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1116
1116
|
};
|
1117
1117
|
stop?: number;
|
1118
1118
|
})[];
|
@@ -1136,7 +1136,7 @@ declare const _default: {
|
|
1136
1136
|
colors: (string | {
|
1137
1137
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1138
1138
|
toned?: boolean;
|
1139
|
-
colorSchemaType?: "
|
1139
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1140
1140
|
} | {
|
1141
1141
|
color: string | any;
|
1142
1142
|
stop?: number;
|
@@ -1153,12 +1153,12 @@ declare const _default: {
|
|
1153
1153
|
colors: (string | {
|
1154
1154
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1155
1155
|
toned?: boolean;
|
1156
|
-
colorSchemaType?: "
|
1156
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1157
1157
|
} | {
|
1158
1158
|
color: string | {
|
1159
1159
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1160
1160
|
toned?: boolean;
|
1161
|
-
colorSchemaType?: "
|
1161
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1162
1162
|
};
|
1163
1163
|
stop?: number;
|
1164
1164
|
})[];
|
@@ -1167,7 +1167,7 @@ declare const _default: {
|
|
1167
1167
|
} | {
|
1168
1168
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1169
1169
|
toned?: boolean;
|
1170
|
-
colorSchemaType?: "
|
1170
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1171
1171
|
};
|
1172
1172
|
typography?: {
|
1173
1173
|
decoration?: string;
|
@@ -1187,7 +1187,7 @@ declare const _default: {
|
|
1187
1187
|
lineHeight: number;
|
1188
1188
|
};
|
1189
1189
|
} | {
|
1190
|
-
type: "
|
1190
|
+
type: "title" | "text" | "navigation";
|
1191
1191
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1192
1192
|
};
|
1193
1193
|
};
|
@@ -1196,12 +1196,12 @@ declare const _default: {
|
|
1196
1196
|
colors: (string | {
|
1197
1197
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1198
1198
|
toned?: boolean;
|
1199
|
-
colorSchemaType?: "
|
1199
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1200
1200
|
} | {
|
1201
1201
|
color: string | {
|
1202
1202
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1203
1203
|
toned?: boolean;
|
1204
|
-
colorSchemaType?: "
|
1204
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1205
1205
|
};
|
1206
1206
|
stop?: number;
|
1207
1207
|
})[];
|
@@ -1223,12 +1223,12 @@ declare const _default: {
|
|
1223
1223
|
colors: (string | {
|
1224
1224
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1225
1225
|
toned?: boolean;
|
1226
|
-
colorSchemaType?: "
|
1226
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1227
1227
|
} | {
|
1228
1228
|
color: string | {
|
1229
1229
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1230
1230
|
toned?: boolean;
|
1231
|
-
colorSchemaType?: "
|
1231
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1232
1232
|
};
|
1233
1233
|
stop?: number;
|
1234
1234
|
})[];
|
@@ -1252,7 +1252,7 @@ declare const _default: {
|
|
1252
1252
|
colors: (string | {
|
1253
1253
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1254
1254
|
toned?: boolean;
|
1255
|
-
colorSchemaType?: "
|
1255
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1256
1256
|
} | {
|
1257
1257
|
color: string | any;
|
1258
1258
|
stop?: number;
|
@@ -1269,12 +1269,12 @@ declare const _default: {
|
|
1269
1269
|
colors: (string | {
|
1270
1270
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1271
1271
|
toned?: boolean;
|
1272
|
-
colorSchemaType?: "
|
1272
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1273
1273
|
} | {
|
1274
1274
|
color: string | {
|
1275
1275
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1276
1276
|
toned?: boolean;
|
1277
|
-
colorSchemaType?: "
|
1277
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1278
1278
|
};
|
1279
1279
|
stop?: number;
|
1280
1280
|
})[];
|
@@ -1283,7 +1283,7 @@ declare const _default: {
|
|
1283
1283
|
} | {
|
1284
1284
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1285
1285
|
toned?: boolean;
|
1286
|
-
colorSchemaType?: "
|
1286
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1287
1287
|
};
|
1288
1288
|
typography?: {
|
1289
1289
|
decoration?: string;
|
@@ -1303,7 +1303,7 @@ declare const _default: {
|
|
1303
1303
|
lineHeight: number;
|
1304
1304
|
};
|
1305
1305
|
} | {
|
1306
|
-
type: "
|
1306
|
+
type: "title" | "text" | "navigation";
|
1307
1307
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1308
1308
|
};
|
1309
1309
|
};
|
@@ -1312,12 +1312,12 @@ declare const _default: {
|
|
1312
1312
|
colors: (string | {
|
1313
1313
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1314
1314
|
toned?: boolean;
|
1315
|
-
colorSchemaType?: "
|
1315
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1316
1316
|
} | {
|
1317
1317
|
color: string | {
|
1318
1318
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1319
1319
|
toned?: boolean;
|
1320
|
-
colorSchemaType?: "
|
1320
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1321
1321
|
};
|
1322
1322
|
stop?: number;
|
1323
1323
|
})[];
|
@@ -1339,12 +1339,12 @@ declare const _default: {
|
|
1339
1339
|
colors: (string | {
|
1340
1340
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1341
1341
|
toned?: boolean;
|
1342
|
-
colorSchemaType?: "
|
1342
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1343
1343
|
} | {
|
1344
1344
|
color: string | {
|
1345
1345
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1346
1346
|
toned?: boolean;
|
1347
|
-
colorSchemaType?: "
|
1347
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1348
1348
|
};
|
1349
1349
|
stop?: number;
|
1350
1350
|
})[];
|
@@ -1368,7 +1368,7 @@ declare const _default: {
|
|
1368
1368
|
colors: (string | {
|
1369
1369
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1370
1370
|
toned?: boolean;
|
1371
|
-
colorSchemaType?: "
|
1371
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1372
1372
|
} | {
|
1373
1373
|
color: string | any;
|
1374
1374
|
stop?: number;
|
@@ -1385,12 +1385,12 @@ declare const _default: {
|
|
1385
1385
|
colors: (string | {
|
1386
1386
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1387
1387
|
toned?: boolean;
|
1388
|
-
colorSchemaType?: "
|
1388
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1389
1389
|
} | {
|
1390
1390
|
color: string | {
|
1391
1391
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1392
1392
|
toned?: boolean;
|
1393
|
-
colorSchemaType?: "
|
1393
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1394
1394
|
};
|
1395
1395
|
stop?: number;
|
1396
1396
|
})[];
|
@@ -1399,7 +1399,7 @@ declare const _default: {
|
|
1399
1399
|
} | {
|
1400
1400
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1401
1401
|
toned?: boolean;
|
1402
|
-
colorSchemaType?: "
|
1402
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1403
1403
|
};
|
1404
1404
|
typography?: {
|
1405
1405
|
decoration?: string;
|
@@ -1419,7 +1419,7 @@ declare const _default: {
|
|
1419
1419
|
lineHeight: number;
|
1420
1420
|
};
|
1421
1421
|
} | {
|
1422
|
-
type: "
|
1422
|
+
type: "title" | "text" | "navigation";
|
1423
1423
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1424
1424
|
};
|
1425
1425
|
};
|
@@ -1428,12 +1428,12 @@ declare const _default: {
|
|
1428
1428
|
colors: (string | {
|
1429
1429
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1430
1430
|
toned?: boolean;
|
1431
|
-
colorSchemaType?: "
|
1431
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1432
1432
|
} | {
|
1433
1433
|
color: string | {
|
1434
1434
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1435
1435
|
toned?: boolean;
|
1436
|
-
colorSchemaType?: "
|
1436
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1437
1437
|
};
|
1438
1438
|
stop?: number;
|
1439
1439
|
})[];
|
@@ -1455,12 +1455,12 @@ declare const _default: {
|
|
1455
1455
|
colors: (string | {
|
1456
1456
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1457
1457
|
toned?: boolean;
|
1458
|
-
colorSchemaType?: "
|
1458
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1459
1459
|
} | {
|
1460
1460
|
color: string | {
|
1461
1461
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1462
1462
|
toned?: boolean;
|
1463
|
-
colorSchemaType?: "
|
1463
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1464
1464
|
};
|
1465
1465
|
stop?: number;
|
1466
1466
|
})[];
|
@@ -1484,7 +1484,7 @@ declare const _default: {
|
|
1484
1484
|
colors: (string | {
|
1485
1485
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1486
1486
|
toned?: boolean;
|
1487
|
-
colorSchemaType?: "
|
1487
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1488
1488
|
} | {
|
1489
1489
|
color: string | any;
|
1490
1490
|
stop?: number;
|
@@ -1501,12 +1501,12 @@ declare const _default: {
|
|
1501
1501
|
colors: (string | {
|
1502
1502
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1503
1503
|
toned?: boolean;
|
1504
|
-
colorSchemaType?: "
|
1504
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1505
1505
|
} | {
|
1506
1506
|
color: string | {
|
1507
1507
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1508
1508
|
toned?: boolean;
|
1509
|
-
colorSchemaType?: "
|
1509
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1510
1510
|
};
|
1511
1511
|
stop?: number;
|
1512
1512
|
})[];
|
@@ -1515,7 +1515,7 @@ declare const _default: {
|
|
1515
1515
|
} | {
|
1516
1516
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1517
1517
|
toned?: boolean;
|
1518
|
-
colorSchemaType?: "
|
1518
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1519
1519
|
};
|
1520
1520
|
typography?: {
|
1521
1521
|
decoration?: string;
|
@@ -1535,7 +1535,7 @@ declare const _default: {
|
|
1535
1535
|
lineHeight: number;
|
1536
1536
|
};
|
1537
1537
|
} | {
|
1538
|
-
type: "
|
1538
|
+
type: "title" | "text" | "navigation";
|
1539
1539
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1540
1540
|
};
|
1541
1541
|
};
|
@@ -1544,12 +1544,12 @@ declare const _default: {
|
|
1544
1544
|
colors: (string | {
|
1545
1545
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1546
1546
|
toned?: boolean;
|
1547
|
-
colorSchemaType?: "
|
1547
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1548
1548
|
} | {
|
1549
1549
|
color: string | {
|
1550
1550
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1551
1551
|
toned?: boolean;
|
1552
|
-
colorSchemaType?: "
|
1552
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1553
1553
|
};
|
1554
1554
|
stop?: number;
|
1555
1555
|
})[];
|
@@ -1571,12 +1571,12 @@ declare const _default: {
|
|
1571
1571
|
colors: (string | {
|
1572
1572
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1573
1573
|
toned?: boolean;
|
1574
|
-
colorSchemaType?: "
|
1574
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1575
1575
|
} | {
|
1576
1576
|
color: string | {
|
1577
1577
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1578
1578
|
toned?: boolean;
|
1579
|
-
colorSchemaType?: "
|
1579
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1580
1580
|
};
|
1581
1581
|
stop?: number;
|
1582
1582
|
})[];
|
@@ -1600,7 +1600,7 @@ declare const _default: {
|
|
1600
1600
|
colors: (string | {
|
1601
1601
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1602
1602
|
toned?: boolean;
|
1603
|
-
colorSchemaType?: "
|
1603
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1604
1604
|
} | {
|
1605
1605
|
color: string | any;
|
1606
1606
|
stop?: number;
|
@@ -1617,12 +1617,12 @@ declare const _default: {
|
|
1617
1617
|
colors: (string | {
|
1618
1618
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1619
1619
|
toned?: boolean;
|
1620
|
-
colorSchemaType?: "
|
1620
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1621
1621
|
} | {
|
1622
1622
|
color: string | {
|
1623
1623
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1624
1624
|
toned?: boolean;
|
1625
|
-
colorSchemaType?: "
|
1625
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1626
1626
|
};
|
1627
1627
|
stop?: number;
|
1628
1628
|
})[];
|
@@ -1631,7 +1631,7 @@ declare const _default: {
|
|
1631
1631
|
} | {
|
1632
1632
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1633
1633
|
toned?: boolean;
|
1634
|
-
colorSchemaType?: "
|
1634
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1635
1635
|
};
|
1636
1636
|
typography?: {
|
1637
1637
|
decoration?: string;
|
@@ -1651,7 +1651,7 @@ declare const _default: {
|
|
1651
1651
|
lineHeight: number;
|
1652
1652
|
};
|
1653
1653
|
} | {
|
1654
|
-
type: "
|
1654
|
+
type: "title" | "text" | "navigation";
|
1655
1655
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1656
1656
|
};
|
1657
1657
|
};
|
@@ -1660,12 +1660,12 @@ declare const _default: {
|
|
1660
1660
|
colors: (string | {
|
1661
1661
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1662
1662
|
toned?: boolean;
|
1663
|
-
colorSchemaType?: "
|
1663
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1664
1664
|
} | {
|
1665
1665
|
color: string | {
|
1666
1666
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1667
1667
|
toned?: boolean;
|
1668
|
-
colorSchemaType?: "
|
1668
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1669
1669
|
};
|
1670
1670
|
stop?: number;
|
1671
1671
|
})[];
|
@@ -1687,12 +1687,12 @@ declare const _default: {
|
|
1687
1687
|
colors: (string | {
|
1688
1688
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1689
1689
|
toned?: boolean;
|
1690
|
-
colorSchemaType?: "
|
1690
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1691
1691
|
} | {
|
1692
1692
|
color: string | {
|
1693
1693
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1694
1694
|
toned?: boolean;
|
1695
|
-
colorSchemaType?: "
|
1695
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1696
1696
|
};
|
1697
1697
|
stop?: number;
|
1698
1698
|
})[];
|
@@ -1716,7 +1716,7 @@ declare const _default: {
|
|
1716
1716
|
colors: (string | {
|
1717
1717
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1718
1718
|
toned?: boolean;
|
1719
|
-
colorSchemaType?: "
|
1719
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1720
1720
|
} | {
|
1721
1721
|
color: string | any;
|
1722
1722
|
stop?: number;
|
@@ -1733,12 +1733,12 @@ declare const _default: {
|
|
1733
1733
|
colors: (string | {
|
1734
1734
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1735
1735
|
toned?: boolean;
|
1736
|
-
colorSchemaType?: "
|
1736
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1737
1737
|
} | {
|
1738
1738
|
color: string | {
|
1739
1739
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1740
1740
|
toned?: boolean;
|
1741
|
-
colorSchemaType?: "
|
1741
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1742
1742
|
};
|
1743
1743
|
stop?: number;
|
1744
1744
|
})[];
|
@@ -1747,7 +1747,7 @@ declare const _default: {
|
|
1747
1747
|
} | {
|
1748
1748
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1749
1749
|
toned?: boolean;
|
1750
|
-
colorSchemaType?: "
|
1750
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1751
1751
|
};
|
1752
1752
|
typography?: {
|
1753
1753
|
decoration?: string;
|
@@ -1767,7 +1767,7 @@ declare const _default: {
|
|
1767
1767
|
lineHeight: number;
|
1768
1768
|
};
|
1769
1769
|
} | {
|
1770
|
-
type: "
|
1770
|
+
type: "title" | "text" | "navigation";
|
1771
1771
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1772
1772
|
};
|
1773
1773
|
};
|
@@ -1776,12 +1776,12 @@ declare const _default: {
|
|
1776
1776
|
colors: (string | {
|
1777
1777
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1778
1778
|
toned?: boolean;
|
1779
|
-
colorSchemaType?: "
|
1779
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1780
1780
|
} | {
|
1781
1781
|
color: string | {
|
1782
1782
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1783
1783
|
toned?: boolean;
|
1784
|
-
colorSchemaType?: "
|
1784
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1785
1785
|
};
|
1786
1786
|
stop?: number;
|
1787
1787
|
})[];
|
@@ -1803,12 +1803,12 @@ declare const _default: {
|
|
1803
1803
|
colors: (string | {
|
1804
1804
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1805
1805
|
toned?: boolean;
|
1806
|
-
colorSchemaType?: "
|
1806
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1807
1807
|
} | {
|
1808
1808
|
color: string | {
|
1809
1809
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1810
1810
|
toned?: boolean;
|
1811
|
-
colorSchemaType?: "
|
1811
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1812
1812
|
};
|
1813
1813
|
stop?: number;
|
1814
1814
|
})[];
|
@@ -1832,7 +1832,7 @@ declare const _default: {
|
|
1832
1832
|
colors: (string | {
|
1833
1833
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1834
1834
|
toned?: boolean;
|
1835
|
-
colorSchemaType?: "
|
1835
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1836
1836
|
} | {
|
1837
1837
|
color: string | any;
|
1838
1838
|
stop?: number;
|
@@ -1849,12 +1849,12 @@ declare const _default: {
|
|
1849
1849
|
colors: (string | {
|
1850
1850
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1851
1851
|
toned?: boolean;
|
1852
|
-
colorSchemaType?: "
|
1852
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1853
1853
|
} | {
|
1854
1854
|
color: string | {
|
1855
1855
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1856
1856
|
toned?: boolean;
|
1857
|
-
colorSchemaType?: "
|
1857
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1858
1858
|
};
|
1859
1859
|
stop?: number;
|
1860
1860
|
})[];
|
@@ -1863,7 +1863,7 @@ declare const _default: {
|
|
1863
1863
|
} | {
|
1864
1864
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1865
1865
|
toned?: boolean;
|
1866
|
-
colorSchemaType?: "
|
1866
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1867
1867
|
};
|
1868
1868
|
typography?: {
|
1869
1869
|
decoration?: string;
|
@@ -1883,7 +1883,7 @@ declare const _default: {
|
|
1883
1883
|
lineHeight: number;
|
1884
1884
|
};
|
1885
1885
|
} | {
|
1886
|
-
type: "
|
1886
|
+
type: "title" | "text" | "navigation";
|
1887
1887
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1888
1888
|
};
|
1889
1889
|
};
|
@@ -1892,12 +1892,12 @@ declare const _default: {
|
|
1892
1892
|
colors: (string | {
|
1893
1893
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1894
1894
|
toned?: boolean;
|
1895
|
-
colorSchemaType?: "
|
1895
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1896
1896
|
} | {
|
1897
1897
|
color: string | {
|
1898
1898
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1899
1899
|
toned?: boolean;
|
1900
|
-
colorSchemaType?: "
|
1900
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1901
1901
|
};
|
1902
1902
|
stop?: number;
|
1903
1903
|
})[];
|
@@ -1919,12 +1919,12 @@ declare const _default: {
|
|
1919
1919
|
colors: (string | {
|
1920
1920
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1921
1921
|
toned?: boolean;
|
1922
|
-
colorSchemaType?: "
|
1922
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1923
1923
|
} | {
|
1924
1924
|
color: string | {
|
1925
1925
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1926
1926
|
toned?: boolean;
|
1927
|
-
colorSchemaType?: "
|
1927
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1928
1928
|
};
|
1929
1929
|
stop?: number;
|
1930
1930
|
})[];
|
@@ -1948,7 +1948,7 @@ declare const _default: {
|
|
1948
1948
|
colors: (string | {
|
1949
1949
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1950
1950
|
toned?: boolean;
|
1951
|
-
colorSchemaType?: "
|
1951
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1952
1952
|
} | {
|
1953
1953
|
color: string | any;
|
1954
1954
|
stop?: number;
|
@@ -1965,12 +1965,12 @@ declare const _default: {
|
|
1965
1965
|
colors: (string | {
|
1966
1966
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1967
1967
|
toned?: boolean;
|
1968
|
-
colorSchemaType?: "
|
1968
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1969
1969
|
} | {
|
1970
1970
|
color: string | {
|
1971
1971
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1972
1972
|
toned?: boolean;
|
1973
|
-
colorSchemaType?: "
|
1973
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1974
1974
|
};
|
1975
1975
|
stop?: number;
|
1976
1976
|
})[];
|
@@ -1979,7 +1979,7 @@ declare const _default: {
|
|
1979
1979
|
} | {
|
1980
1980
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1981
1981
|
toned?: boolean;
|
1982
|
-
colorSchemaType?: "
|
1982
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1983
1983
|
};
|
1984
1984
|
typography?: {
|
1985
1985
|
decoration?: string;
|
@@ -1999,7 +1999,7 @@ declare const _default: {
|
|
1999
1999
|
lineHeight: number;
|
2000
2000
|
};
|
2001
2001
|
} | {
|
2002
|
-
type: "
|
2002
|
+
type: "title" | "text" | "navigation";
|
2003
2003
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2004
2004
|
};
|
2005
2005
|
};
|
@@ -2008,12 +2008,12 @@ declare const _default: {
|
|
2008
2008
|
colors: (string | {
|
2009
2009
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2010
2010
|
toned?: boolean;
|
2011
|
-
colorSchemaType?: "
|
2011
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2012
2012
|
} | {
|
2013
2013
|
color: string | {
|
2014
2014
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2015
2015
|
toned?: boolean;
|
2016
|
-
colorSchemaType?: "
|
2016
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2017
2017
|
};
|
2018
2018
|
stop?: number;
|
2019
2019
|
})[];
|
@@ -2035,12 +2035,12 @@ declare const _default: {
|
|
2035
2035
|
colors: (string | {
|
2036
2036
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2037
2037
|
toned?: boolean;
|
2038
|
-
colorSchemaType?: "
|
2038
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2039
2039
|
} | {
|
2040
2040
|
color: string | {
|
2041
2041
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2042
2042
|
toned?: boolean;
|
2043
|
-
colorSchemaType?: "
|
2043
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2044
2044
|
};
|
2045
2045
|
stop?: number;
|
2046
2046
|
})[];
|
@@ -2064,7 +2064,7 @@ declare const _default: {
|
|
2064
2064
|
colors: (string | {
|
2065
2065
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2066
2066
|
toned?: boolean;
|
2067
|
-
colorSchemaType?: "
|
2067
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2068
2068
|
} | {
|
2069
2069
|
color: string | any;
|
2070
2070
|
stop?: number;
|
@@ -2081,12 +2081,12 @@ declare const _default: {
|
|
2081
2081
|
colors: (string | {
|
2082
2082
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2083
2083
|
toned?: boolean;
|
2084
|
-
colorSchemaType?: "
|
2084
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2085
2085
|
} | {
|
2086
2086
|
color: string | {
|
2087
2087
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2088
2088
|
toned?: boolean;
|
2089
|
-
colorSchemaType?: "
|
2089
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2090
2090
|
};
|
2091
2091
|
stop?: number;
|
2092
2092
|
})[];
|
@@ -2095,7 +2095,7 @@ declare const _default: {
|
|
2095
2095
|
} | {
|
2096
2096
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2097
2097
|
toned?: boolean;
|
2098
|
-
colorSchemaType?: "
|
2098
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2099
2099
|
};
|
2100
2100
|
typography?: {
|
2101
2101
|
decoration?: string;
|
@@ -2115,7 +2115,7 @@ declare const _default: {
|
|
2115
2115
|
lineHeight: number;
|
2116
2116
|
};
|
2117
2117
|
} | {
|
2118
|
-
type: "
|
2118
|
+
type: "title" | "text" | "navigation";
|
2119
2119
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2120
2120
|
};
|
2121
2121
|
};
|
@@ -2124,12 +2124,12 @@ declare const _default: {
|
|
2124
2124
|
colors: (string | {
|
2125
2125
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2126
2126
|
toned?: boolean;
|
2127
|
-
colorSchemaType?: "
|
2127
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2128
2128
|
} | {
|
2129
2129
|
color: string | {
|
2130
2130
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2131
2131
|
toned?: boolean;
|
2132
|
-
colorSchemaType?: "
|
2132
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2133
2133
|
};
|
2134
2134
|
stop?: number;
|
2135
2135
|
})[];
|
@@ -2153,12 +2153,12 @@ declare const _default: {
|
|
2153
2153
|
colors: (string | {
|
2154
2154
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2155
2155
|
toned?: boolean;
|
2156
|
-
colorSchemaType?: "
|
2156
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2157
2157
|
} | {
|
2158
2158
|
color: string | {
|
2159
2159
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2160
2160
|
toned?: boolean;
|
2161
|
-
colorSchemaType?: "
|
2161
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2162
2162
|
};
|
2163
2163
|
stop?: number;
|
2164
2164
|
})[];
|
@@ -2182,7 +2182,7 @@ declare const _default: {
|
|
2182
2182
|
colors: (string | {
|
2183
2183
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2184
2184
|
toned?: boolean;
|
2185
|
-
colorSchemaType?: "
|
2185
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2186
2186
|
} | {
|
2187
2187
|
color: string | any;
|
2188
2188
|
stop?: number;
|
@@ -2199,12 +2199,12 @@ declare const _default: {
|
|
2199
2199
|
colors: (string | {
|
2200
2200
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2201
2201
|
toned?: boolean;
|
2202
|
-
colorSchemaType?: "
|
2202
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2203
2203
|
} | {
|
2204
2204
|
color: string | {
|
2205
2205
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2206
2206
|
toned?: boolean;
|
2207
|
-
colorSchemaType?: "
|
2207
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2208
2208
|
};
|
2209
2209
|
stop?: number;
|
2210
2210
|
})[];
|
@@ -2213,7 +2213,7 @@ declare const _default: {
|
|
2213
2213
|
} | {
|
2214
2214
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2215
2215
|
toned?: boolean;
|
2216
|
-
colorSchemaType?: "
|
2216
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2217
2217
|
};
|
2218
2218
|
typography?: {
|
2219
2219
|
decoration?: string;
|
@@ -2233,7 +2233,7 @@ declare const _default: {
|
|
2233
2233
|
lineHeight: number;
|
2234
2234
|
};
|
2235
2235
|
} | {
|
2236
|
-
type: "
|
2236
|
+
type: "title" | "text" | "navigation";
|
2237
2237
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2238
2238
|
};
|
2239
2239
|
};
|
@@ -2242,12 +2242,12 @@ declare const _default: {
|
|
2242
2242
|
colors: (string | {
|
2243
2243
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2244
2244
|
toned?: boolean;
|
2245
|
-
colorSchemaType?: "
|
2245
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2246
2246
|
} | {
|
2247
2247
|
color: string | {
|
2248
2248
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2249
2249
|
toned?: boolean;
|
2250
|
-
colorSchemaType?: "
|
2250
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2251
2251
|
};
|
2252
2252
|
stop?: number;
|
2253
2253
|
})[];
|
@@ -2269,12 +2269,12 @@ declare const _default: {
|
|
2269
2269
|
colors: (string | {
|
2270
2270
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2271
2271
|
toned?: boolean;
|
2272
|
-
colorSchemaType?: "
|
2272
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2273
2273
|
} | {
|
2274
2274
|
color: string | {
|
2275
2275
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2276
2276
|
toned?: boolean;
|
2277
|
-
colorSchemaType?: "
|
2277
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2278
2278
|
};
|
2279
2279
|
stop?: number;
|
2280
2280
|
})[];
|
@@ -2298,7 +2298,7 @@ declare const _default: {
|
|
2298
2298
|
colors: (string | {
|
2299
2299
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2300
2300
|
toned?: boolean;
|
2301
|
-
colorSchemaType?: "
|
2301
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2302
2302
|
} | {
|
2303
2303
|
color: string | any;
|
2304
2304
|
stop?: number;
|
@@ -2315,12 +2315,12 @@ declare const _default: {
|
|
2315
2315
|
colors: (string | {
|
2316
2316
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2317
2317
|
toned?: boolean;
|
2318
|
-
colorSchemaType?: "
|
2318
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2319
2319
|
} | {
|
2320
2320
|
color: string | {
|
2321
2321
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2322
2322
|
toned?: boolean;
|
2323
|
-
colorSchemaType?: "
|
2323
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2324
2324
|
};
|
2325
2325
|
stop?: number;
|
2326
2326
|
})[];
|
@@ -2329,7 +2329,7 @@ declare const _default: {
|
|
2329
2329
|
} | {
|
2330
2330
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2331
2331
|
toned?: boolean;
|
2332
|
-
colorSchemaType?: "
|
2332
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2333
2333
|
};
|
2334
2334
|
typography?: {
|
2335
2335
|
decoration?: string;
|
@@ -2349,7 +2349,7 @@ declare const _default: {
|
|
2349
2349
|
lineHeight: number;
|
2350
2350
|
};
|
2351
2351
|
} | {
|
2352
|
-
type: "
|
2352
|
+
type: "title" | "text" | "navigation";
|
2353
2353
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2354
2354
|
};
|
2355
2355
|
};
|
@@ -2358,12 +2358,12 @@ declare const _default: {
|
|
2358
2358
|
colors: (string | {
|
2359
2359
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2360
2360
|
toned?: boolean;
|
2361
|
-
colorSchemaType?: "
|
2361
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2362
2362
|
} | {
|
2363
2363
|
color: string | {
|
2364
2364
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2365
2365
|
toned?: boolean;
|
2366
|
-
colorSchemaType?: "
|
2366
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2367
2367
|
};
|
2368
2368
|
stop?: number;
|
2369
2369
|
})[];
|
@@ -2385,12 +2385,12 @@ declare const _default: {
|
|
2385
2385
|
colors: (string | {
|
2386
2386
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2387
2387
|
toned?: boolean;
|
2388
|
-
colorSchemaType?: "
|
2388
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2389
2389
|
} | {
|
2390
2390
|
color: string | {
|
2391
2391
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2392
2392
|
toned?: boolean;
|
2393
|
-
colorSchemaType?: "
|
2393
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2394
2394
|
};
|
2395
2395
|
stop?: number;
|
2396
2396
|
})[];
|
@@ -2414,7 +2414,7 @@ declare const _default: {
|
|
2414
2414
|
colors: (string | {
|
2415
2415
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2416
2416
|
toned?: boolean;
|
2417
|
-
colorSchemaType?: "
|
2417
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2418
2418
|
} | {
|
2419
2419
|
color: string | any;
|
2420
2420
|
stop?: number;
|
@@ -2431,12 +2431,12 @@ declare const _default: {
|
|
2431
2431
|
colors: (string | {
|
2432
2432
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2433
2433
|
toned?: boolean;
|
2434
|
-
colorSchemaType?: "
|
2434
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2435
2435
|
} | {
|
2436
2436
|
color: string | {
|
2437
2437
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2438
2438
|
toned?: boolean;
|
2439
|
-
colorSchemaType?: "
|
2439
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2440
2440
|
};
|
2441
2441
|
stop?: number;
|
2442
2442
|
})[];
|
@@ -2445,7 +2445,7 @@ declare const _default: {
|
|
2445
2445
|
} | {
|
2446
2446
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2447
2447
|
toned?: boolean;
|
2448
|
-
colorSchemaType?: "
|
2448
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2449
2449
|
};
|
2450
2450
|
typography?: {
|
2451
2451
|
decoration?: string;
|
@@ -2465,7 +2465,7 @@ declare const _default: {
|
|
2465
2465
|
lineHeight: number;
|
2466
2466
|
};
|
2467
2467
|
} | {
|
2468
|
-
type: "
|
2468
|
+
type: "title" | "text" | "navigation";
|
2469
2469
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2470
2470
|
};
|
2471
2471
|
};
|
@@ -2474,12 +2474,12 @@ declare const _default: {
|
|
2474
2474
|
colors: (string | {
|
2475
2475
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2476
2476
|
toned?: boolean;
|
2477
|
-
colorSchemaType?: "
|
2477
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2478
2478
|
} | {
|
2479
2479
|
color: string | {
|
2480
2480
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2481
2481
|
toned?: boolean;
|
2482
|
-
colorSchemaType?: "
|
2482
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2483
2483
|
};
|
2484
2484
|
stop?: number;
|
2485
2485
|
})[];
|
@@ -2501,12 +2501,12 @@ declare const _default: {
|
|
2501
2501
|
colors: (string | {
|
2502
2502
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2503
2503
|
toned?: boolean;
|
2504
|
-
colorSchemaType?: "
|
2504
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2505
2505
|
} | {
|
2506
2506
|
color: string | {
|
2507
2507
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2508
2508
|
toned?: boolean;
|
2509
|
-
colorSchemaType?: "
|
2509
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2510
2510
|
};
|
2511
2511
|
stop?: number;
|
2512
2512
|
})[];
|
@@ -2530,7 +2530,7 @@ declare const _default: {
|
|
2530
2530
|
colors: (string | {
|
2531
2531
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2532
2532
|
toned?: boolean;
|
2533
|
-
colorSchemaType?: "
|
2533
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2534
2534
|
} | {
|
2535
2535
|
color: string | any;
|
2536
2536
|
stop?: number;
|
@@ -2547,12 +2547,12 @@ declare const _default: {
|
|
2547
2547
|
colors: (string | {
|
2548
2548
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2549
2549
|
toned?: boolean;
|
2550
|
-
colorSchemaType?: "
|
2550
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2551
2551
|
} | {
|
2552
2552
|
color: string | {
|
2553
2553
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2554
2554
|
toned?: boolean;
|
2555
|
-
colorSchemaType?: "
|
2555
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2556
2556
|
};
|
2557
2557
|
stop?: number;
|
2558
2558
|
})[];
|
@@ -2561,7 +2561,7 @@ declare const _default: {
|
|
2561
2561
|
} | {
|
2562
2562
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2563
2563
|
toned?: boolean;
|
2564
|
-
colorSchemaType?: "
|
2564
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2565
2565
|
};
|
2566
2566
|
typography?: {
|
2567
2567
|
decoration?: string;
|
@@ -2581,7 +2581,7 @@ declare const _default: {
|
|
2581
2581
|
lineHeight: number;
|
2582
2582
|
};
|
2583
2583
|
} | {
|
2584
|
-
type: "
|
2584
|
+
type: "title" | "text" | "navigation";
|
2585
2585
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2586
2586
|
};
|
2587
2587
|
};
|
@@ -2590,12 +2590,12 @@ declare const _default: {
|
|
2590
2590
|
colors: (string | {
|
2591
2591
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2592
2592
|
toned?: boolean;
|
2593
|
-
colorSchemaType?: "
|
2593
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2594
2594
|
} | {
|
2595
2595
|
color: string | {
|
2596
2596
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2597
2597
|
toned?: boolean;
|
2598
|
-
colorSchemaType?: "
|
2598
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2599
2599
|
};
|
2600
2600
|
stop?: number;
|
2601
2601
|
})[];
|
@@ -2617,12 +2617,12 @@ declare const _default: {
|
|
2617
2617
|
colors: (string | {
|
2618
2618
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2619
2619
|
toned?: boolean;
|
2620
|
-
colorSchemaType?: "
|
2620
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2621
2621
|
} | {
|
2622
2622
|
color: string | {
|
2623
2623
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2624
2624
|
toned?: boolean;
|
2625
|
-
colorSchemaType?: "
|
2625
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2626
2626
|
};
|
2627
2627
|
stop?: number;
|
2628
2628
|
})[];
|
@@ -2646,7 +2646,7 @@ declare const _default: {
|
|
2646
2646
|
colors: (string | {
|
2647
2647
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2648
2648
|
toned?: boolean;
|
2649
|
-
colorSchemaType?: "
|
2649
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2650
2650
|
} | {
|
2651
2651
|
color: string | any;
|
2652
2652
|
stop?: number;
|
@@ -2663,12 +2663,12 @@ declare const _default: {
|
|
2663
2663
|
colors: (string | {
|
2664
2664
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2665
2665
|
toned?: boolean;
|
2666
|
-
colorSchemaType?: "
|
2666
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2667
2667
|
} | {
|
2668
2668
|
color: string | {
|
2669
2669
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2670
2670
|
toned?: boolean;
|
2671
|
-
colorSchemaType?: "
|
2671
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2672
2672
|
};
|
2673
2673
|
stop?: number;
|
2674
2674
|
})[];
|
@@ -2677,7 +2677,7 @@ declare const _default: {
|
|
2677
2677
|
} | {
|
2678
2678
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2679
2679
|
toned?: boolean;
|
2680
|
-
colorSchemaType?: "
|
2680
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2681
2681
|
};
|
2682
2682
|
typography?: {
|
2683
2683
|
decoration?: string;
|
@@ -2697,7 +2697,7 @@ declare const _default: {
|
|
2697
2697
|
lineHeight: number;
|
2698
2698
|
};
|
2699
2699
|
} | {
|
2700
|
-
type: "
|
2700
|
+
type: "title" | "text" | "navigation";
|
2701
2701
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2702
2702
|
};
|
2703
2703
|
};
|
@@ -2706,12 +2706,12 @@ declare const _default: {
|
|
2706
2706
|
colors: (string | {
|
2707
2707
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2708
2708
|
toned?: boolean;
|
2709
|
-
colorSchemaType?: "
|
2709
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2710
2710
|
} | {
|
2711
2711
|
color: string | {
|
2712
2712
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2713
2713
|
toned?: boolean;
|
2714
|
-
colorSchemaType?: "
|
2714
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2715
2715
|
};
|
2716
2716
|
stop?: number;
|
2717
2717
|
})[];
|
@@ -2733,12 +2733,12 @@ declare const _default: {
|
|
2733
2733
|
colors: (string | {
|
2734
2734
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2735
2735
|
toned?: boolean;
|
2736
|
-
colorSchemaType?: "
|
2736
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2737
2737
|
} | {
|
2738
2738
|
color: string | {
|
2739
2739
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2740
2740
|
toned?: boolean;
|
2741
|
-
colorSchemaType?: "
|
2741
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2742
2742
|
};
|
2743
2743
|
stop?: number;
|
2744
2744
|
})[];
|
@@ -2762,7 +2762,7 @@ declare const _default: {
|
|
2762
2762
|
colors: (string | {
|
2763
2763
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2764
2764
|
toned?: boolean;
|
2765
|
-
colorSchemaType?: "
|
2765
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2766
2766
|
} | {
|
2767
2767
|
color: string | any;
|
2768
2768
|
stop?: number;
|
@@ -2779,12 +2779,12 @@ declare const _default: {
|
|
2779
2779
|
colors: (string | {
|
2780
2780
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2781
2781
|
toned?: boolean;
|
2782
|
-
colorSchemaType?: "
|
2782
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2783
2783
|
} | {
|
2784
2784
|
color: string | {
|
2785
2785
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2786
2786
|
toned?: boolean;
|
2787
|
-
colorSchemaType?: "
|
2787
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2788
2788
|
};
|
2789
2789
|
stop?: number;
|
2790
2790
|
})[];
|
@@ -2793,7 +2793,7 @@ declare const _default: {
|
|
2793
2793
|
} | {
|
2794
2794
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2795
2795
|
toned?: boolean;
|
2796
|
-
colorSchemaType?: "
|
2796
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2797
2797
|
};
|
2798
2798
|
typography?: {
|
2799
2799
|
decoration?: string;
|
@@ -2813,7 +2813,7 @@ declare const _default: {
|
|
2813
2813
|
lineHeight: number;
|
2814
2814
|
};
|
2815
2815
|
} | {
|
2816
|
-
type: "
|
2816
|
+
type: "title" | "text" | "navigation";
|
2817
2817
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2818
2818
|
};
|
2819
2819
|
};
|
@@ -2822,12 +2822,12 @@ declare const _default: {
|
|
2822
2822
|
colors: (string | {
|
2823
2823
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2824
2824
|
toned?: boolean;
|
2825
|
-
colorSchemaType?: "
|
2825
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2826
2826
|
} | {
|
2827
2827
|
color: string | {
|
2828
2828
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2829
2829
|
toned?: boolean;
|
2830
|
-
colorSchemaType?: "
|
2830
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2831
2831
|
};
|
2832
2832
|
stop?: number;
|
2833
2833
|
})[];
|
@@ -2849,12 +2849,12 @@ declare const _default: {
|
|
2849
2849
|
colors: (string | {
|
2850
2850
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2851
2851
|
toned?: boolean;
|
2852
|
-
colorSchemaType?: "
|
2852
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2853
2853
|
} | {
|
2854
2854
|
color: string | {
|
2855
2855
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2856
2856
|
toned?: boolean;
|
2857
|
-
colorSchemaType?: "
|
2857
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2858
2858
|
};
|
2859
2859
|
stop?: number;
|
2860
2860
|
})[];
|
@@ -2878,7 +2878,7 @@ declare const _default: {
|
|
2878
2878
|
colors: (string | {
|
2879
2879
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2880
2880
|
toned?: boolean;
|
2881
|
-
colorSchemaType?: "
|
2881
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2882
2882
|
} | {
|
2883
2883
|
color: string | any;
|
2884
2884
|
stop?: number;
|
@@ -2895,12 +2895,12 @@ declare const _default: {
|
|
2895
2895
|
colors: (string | {
|
2896
2896
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2897
2897
|
toned?: boolean;
|
2898
|
-
colorSchemaType?: "
|
2898
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2899
2899
|
} | {
|
2900
2900
|
color: string | {
|
2901
2901
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2902
2902
|
toned?: boolean;
|
2903
|
-
colorSchemaType?: "
|
2903
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2904
2904
|
};
|
2905
2905
|
stop?: number;
|
2906
2906
|
})[];
|
@@ -2909,7 +2909,7 @@ declare const _default: {
|
|
2909
2909
|
} | {
|
2910
2910
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2911
2911
|
toned?: boolean;
|
2912
|
-
colorSchemaType?: "
|
2912
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2913
2913
|
};
|
2914
2914
|
typography?: {
|
2915
2915
|
decoration?: string;
|
@@ -2929,7 +2929,7 @@ declare const _default: {
|
|
2929
2929
|
lineHeight: number;
|
2930
2930
|
};
|
2931
2931
|
} | {
|
2932
|
-
type: "
|
2932
|
+
type: "title" | "text" | "navigation";
|
2933
2933
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2934
2934
|
};
|
2935
2935
|
};
|
@@ -2938,12 +2938,12 @@ declare const _default: {
|
|
2938
2938
|
colors: (string | {
|
2939
2939
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2940
2940
|
toned?: boolean;
|
2941
|
-
colorSchemaType?: "
|
2941
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2942
2942
|
} | {
|
2943
2943
|
color: string | {
|
2944
2944
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2945
2945
|
toned?: boolean;
|
2946
|
-
colorSchemaType?: "
|
2946
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2947
2947
|
};
|
2948
2948
|
stop?: number;
|
2949
2949
|
})[];
|
@@ -2965,12 +2965,12 @@ declare const _default: {
|
|
2965
2965
|
colors: (string | {
|
2966
2966
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2967
2967
|
toned?: boolean;
|
2968
|
-
colorSchemaType?: "
|
2968
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2969
2969
|
} | {
|
2970
2970
|
color: string | {
|
2971
2971
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2972
2972
|
toned?: boolean;
|
2973
|
-
colorSchemaType?: "
|
2973
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2974
2974
|
};
|
2975
2975
|
stop?: number;
|
2976
2976
|
})[];
|
@@ -2994,7 +2994,7 @@ declare const _default: {
|
|
2994
2994
|
colors: (string | {
|
2995
2995
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2996
2996
|
toned?: boolean;
|
2997
|
-
colorSchemaType?: "
|
2997
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2998
2998
|
} | {
|
2999
2999
|
color: string | any;
|
3000
3000
|
stop?: number;
|
@@ -3011,12 +3011,12 @@ declare const _default: {
|
|
3011
3011
|
colors: (string | {
|
3012
3012
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3013
3013
|
toned?: boolean;
|
3014
|
-
colorSchemaType?: "
|
3014
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3015
3015
|
} | {
|
3016
3016
|
color: string | {
|
3017
3017
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3018
3018
|
toned?: boolean;
|
3019
|
-
colorSchemaType?: "
|
3019
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3020
3020
|
};
|
3021
3021
|
stop?: number;
|
3022
3022
|
})[];
|
@@ -3025,7 +3025,7 @@ declare const _default: {
|
|
3025
3025
|
} | {
|
3026
3026
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3027
3027
|
toned?: boolean;
|
3028
|
-
colorSchemaType?: "
|
3028
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3029
3029
|
};
|
3030
3030
|
typography?: {
|
3031
3031
|
decoration?: string;
|
@@ -3045,7 +3045,7 @@ declare const _default: {
|
|
3045
3045
|
lineHeight: number;
|
3046
3046
|
};
|
3047
3047
|
} | {
|
3048
|
-
type: "
|
3048
|
+
type: "title" | "text" | "navigation";
|
3049
3049
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3050
3050
|
};
|
3051
3051
|
};
|
@@ -3054,12 +3054,12 @@ declare const _default: {
|
|
3054
3054
|
colors: (string | {
|
3055
3055
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3056
3056
|
toned?: boolean;
|
3057
|
-
colorSchemaType?: "
|
3057
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3058
3058
|
} | {
|
3059
3059
|
color: string | {
|
3060
3060
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3061
3061
|
toned?: boolean;
|
3062
|
-
colorSchemaType?: "
|
3062
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3063
3063
|
};
|
3064
3064
|
stop?: number;
|
3065
3065
|
})[];
|
@@ -3081,12 +3081,12 @@ declare const _default: {
|
|
3081
3081
|
colors: (string | {
|
3082
3082
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3083
3083
|
toned?: boolean;
|
3084
|
-
colorSchemaType?: "
|
3084
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3085
3085
|
} | {
|
3086
3086
|
color: string | {
|
3087
3087
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3088
3088
|
toned?: boolean;
|
3089
|
-
colorSchemaType?: "
|
3089
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3090
3090
|
};
|
3091
3091
|
stop?: number;
|
3092
3092
|
})[];
|
@@ -3110,7 +3110,7 @@ declare const _default: {
|
|
3110
3110
|
colors: (string | {
|
3111
3111
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3112
3112
|
toned?: boolean;
|
3113
|
-
colorSchemaType?: "
|
3113
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3114
3114
|
} | {
|
3115
3115
|
color: string | any;
|
3116
3116
|
stop?: number;
|
@@ -3127,12 +3127,12 @@ declare const _default: {
|
|
3127
3127
|
colors: (string | {
|
3128
3128
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3129
3129
|
toned?: boolean;
|
3130
|
-
colorSchemaType?: "
|
3130
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3131
3131
|
} | {
|
3132
3132
|
color: string | {
|
3133
3133
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3134
3134
|
toned?: boolean;
|
3135
|
-
colorSchemaType?: "
|
3135
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3136
3136
|
};
|
3137
3137
|
stop?: number;
|
3138
3138
|
})[];
|
@@ -3141,7 +3141,7 @@ declare const _default: {
|
|
3141
3141
|
} | {
|
3142
3142
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3143
3143
|
toned?: boolean;
|
3144
|
-
colorSchemaType?: "
|
3144
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3145
3145
|
};
|
3146
3146
|
typography?: {
|
3147
3147
|
decoration?: string;
|
@@ -3161,7 +3161,7 @@ declare const _default: {
|
|
3161
3161
|
lineHeight: number;
|
3162
3162
|
};
|
3163
3163
|
} | {
|
3164
|
-
type: "
|
3164
|
+
type: "title" | "text" | "navigation";
|
3165
3165
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3166
3166
|
};
|
3167
3167
|
};
|
@@ -3170,12 +3170,12 @@ declare const _default: {
|
|
3170
3170
|
colors: (string | {
|
3171
3171
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3172
3172
|
toned?: boolean;
|
3173
|
-
colorSchemaType?: "
|
3173
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3174
3174
|
} | {
|
3175
3175
|
color: string | {
|
3176
3176
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3177
3177
|
toned?: boolean;
|
3178
|
-
colorSchemaType?: "
|
3178
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3179
3179
|
};
|
3180
3180
|
stop?: number;
|
3181
3181
|
})[];
|
@@ -3195,12 +3195,12 @@ declare const _default: {
|
|
3195
3195
|
colors: (string | {
|
3196
3196
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3197
3197
|
toned?: boolean;
|
3198
|
-
colorSchemaType?: "
|
3198
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3199
3199
|
} | {
|
3200
3200
|
color: string | {
|
3201
3201
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3202
3202
|
toned?: boolean;
|
3203
|
-
colorSchemaType?: "
|
3203
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3204
3204
|
};
|
3205
3205
|
stop?: number;
|
3206
3206
|
})[];
|
@@ -3224,12 +3224,12 @@ declare const _default: {
|
|
3224
3224
|
colors: (string | {
|
3225
3225
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3226
3226
|
toned?: boolean;
|
3227
|
-
colorSchemaType?: "
|
3227
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3228
3228
|
} | {
|
3229
3229
|
color: string | {
|
3230
3230
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3231
3231
|
toned?: boolean;
|
3232
|
-
colorSchemaType?: "
|
3232
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3233
3233
|
};
|
3234
3234
|
stop?: number;
|
3235
3235
|
})[];
|
@@ -3257,23 +3257,23 @@ declare const _default: {
|
|
3257
3257
|
grow?: boolean;
|
3258
3258
|
minHeight?: number;
|
3259
3259
|
minWidth?: number;
|
3260
|
-
alignment?: "
|
3260
|
+
alignment?: "center" | "start" | "end";
|
3261
3261
|
sliderColor?: string | {
|
3262
3262
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3263
3263
|
toned?: boolean;
|
3264
|
-
colorSchemaType?: "
|
3264
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3265
3265
|
};
|
3266
3266
|
text?: {
|
3267
3267
|
color?: string | {
|
3268
3268
|
colors: (string | {
|
3269
3269
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3270
3270
|
toned?: boolean;
|
3271
|
-
colorSchemaType?: "
|
3271
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3272
3272
|
} | {
|
3273
3273
|
color: string | {
|
3274
3274
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3275
3275
|
toned?: boolean;
|
3276
|
-
colorSchemaType?: "
|
3276
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3277
3277
|
};
|
3278
3278
|
stop?: number;
|
3279
3279
|
})[];
|
@@ -3282,7 +3282,7 @@ declare const _default: {
|
|
3282
3282
|
} | {
|
3283
3283
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3284
3284
|
toned?: boolean;
|
3285
|
-
colorSchemaType?: "
|
3285
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3286
3286
|
};
|
3287
3287
|
typography?: {
|
3288
3288
|
decoration?: string;
|
@@ -3302,7 +3302,7 @@ declare const _default: {
|
|
3302
3302
|
lineHeight: number;
|
3303
3303
|
};
|
3304
3304
|
} | {
|
3305
|
-
type: "
|
3305
|
+
type: "title" | "text" | "navigation";
|
3306
3306
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3307
3307
|
};
|
3308
3308
|
};
|
@@ -3311,12 +3311,12 @@ declare const _default: {
|
|
3311
3311
|
colors: (string | {
|
3312
3312
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3313
3313
|
toned?: boolean;
|
3314
|
-
colorSchemaType?: "
|
3314
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3315
3315
|
} | {
|
3316
3316
|
color: string | {
|
3317
3317
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3318
3318
|
toned?: boolean;
|
3319
|
-
colorSchemaType?: "
|
3319
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3320
3320
|
};
|
3321
3321
|
stop?: number;
|
3322
3322
|
})[];
|
@@ -3337,12 +3337,12 @@ declare const _default: {
|
|
3337
3337
|
colors: (string | {
|
3338
3338
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3339
3339
|
toned?: boolean;
|
3340
|
-
colorSchemaType?: "
|
3340
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3341
3341
|
} | {
|
3342
3342
|
color: string | {
|
3343
3343
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3344
3344
|
toned?: boolean;
|
3345
|
-
colorSchemaType?: "
|
3345
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3346
3346
|
};
|
3347
3347
|
stop?: number;
|
3348
3348
|
})[];
|
@@ -3366,7 +3366,7 @@ declare const _default: {
|
|
3366
3366
|
colors: (string | {
|
3367
3367
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3368
3368
|
toned?: boolean;
|
3369
|
-
colorSchemaType?: "
|
3369
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3370
3370
|
} | {
|
3371
3371
|
color: string | any;
|
3372
3372
|
stop?: number;
|
@@ -3382,12 +3382,12 @@ declare const _default: {
|
|
3382
3382
|
colors: (string | {
|
3383
3383
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3384
3384
|
toned?: boolean;
|
3385
|
-
colorSchemaType?: "
|
3385
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3386
3386
|
} | {
|
3387
3387
|
color: string | {
|
3388
3388
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3389
3389
|
toned?: boolean;
|
3390
|
-
colorSchemaType?: "
|
3390
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3391
3391
|
};
|
3392
3392
|
stop?: number;
|
3393
3393
|
})[];
|
@@ -3396,7 +3396,7 @@ declare const _default: {
|
|
3396
3396
|
} | {
|
3397
3397
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3398
3398
|
toned?: boolean;
|
3399
|
-
colorSchemaType?: "
|
3399
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3400
3400
|
};
|
3401
3401
|
typography?: {
|
3402
3402
|
decoration?: string;
|
@@ -3416,7 +3416,7 @@ declare const _default: {
|
|
3416
3416
|
lineHeight: number;
|
3417
3417
|
};
|
3418
3418
|
} | {
|
3419
|
-
type: "
|
3419
|
+
type: "title" | "text" | "navigation";
|
3420
3420
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3421
3421
|
};
|
3422
3422
|
};
|
@@ -3425,12 +3425,12 @@ declare const _default: {
|
|
3425
3425
|
colors: (string | {
|
3426
3426
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3427
3427
|
toned?: boolean;
|
3428
|
-
colorSchemaType?: "
|
3428
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3429
3429
|
} | {
|
3430
3430
|
color: string | {
|
3431
3431
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3432
3432
|
toned?: boolean;
|
3433
|
-
colorSchemaType?: "
|
3433
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3434
3434
|
};
|
3435
3435
|
stop?: number;
|
3436
3436
|
})[];
|
@@ -3446,12 +3446,12 @@ declare const _default: {
|
|
3446
3446
|
colors: (string | {
|
3447
3447
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3448
3448
|
toned?: boolean;
|
3449
|
-
colorSchemaType?: "
|
3449
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3450
3450
|
} | {
|
3451
3451
|
color: string | {
|
3452
3452
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3453
3453
|
toned?: boolean;
|
3454
|
-
colorSchemaType?: "
|
3454
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3455
3455
|
};
|
3456
3456
|
stop?: number;
|
3457
3457
|
})[];
|
@@ -3475,7 +3475,7 @@ declare const _default: {
|
|
3475
3475
|
colors: (string | {
|
3476
3476
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3477
3477
|
toned?: boolean;
|
3478
|
-
colorSchemaType?: "
|
3478
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3479
3479
|
} | {
|
3480
3480
|
color: string | any;
|
3481
3481
|
stop?: number;
|
@@ -3494,12 +3494,12 @@ declare const _default: {
|
|
3494
3494
|
colors: (string | {
|
3495
3495
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3496
3496
|
toned?: boolean;
|
3497
|
-
colorSchemaType?: "
|
3497
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3498
3498
|
} | {
|
3499
3499
|
color: string | {
|
3500
3500
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3501
3501
|
toned?: boolean;
|
3502
|
-
colorSchemaType?: "
|
3502
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3503
3503
|
};
|
3504
3504
|
stop?: number;
|
3505
3505
|
})[];
|
@@ -3523,12 +3523,12 @@ declare const _default: {
|
|
3523
3523
|
colors: (string | {
|
3524
3524
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3525
3525
|
toned?: boolean;
|
3526
|
-
colorSchemaType?: "
|
3526
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3527
3527
|
} | {
|
3528
3528
|
color: string | {
|
3529
3529
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3530
3530
|
toned?: boolean;
|
3531
|
-
colorSchemaType?: "
|
3531
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3532
3532
|
};
|
3533
3533
|
stop?: number;
|
3534
3534
|
})[];
|
@@ -3556,23 +3556,23 @@ declare const _default: {
|
|
3556
3556
|
grow?: boolean;
|
3557
3557
|
minHeight?: number;
|
3558
3558
|
minWidth?: number;
|
3559
|
-
alignment?: "
|
3559
|
+
alignment?: "center" | "start" | "end";
|
3560
3560
|
sliderColor?: string | {
|
3561
3561
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3562
3562
|
toned?: boolean;
|
3563
|
-
colorSchemaType?: "
|
3563
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3564
3564
|
};
|
3565
3565
|
text?: {
|
3566
3566
|
color?: string | {
|
3567
3567
|
colors: (string | {
|
3568
3568
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3569
3569
|
toned?: boolean;
|
3570
|
-
colorSchemaType?: "
|
3570
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3571
3571
|
} | {
|
3572
3572
|
color: string | {
|
3573
3573
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3574
3574
|
toned?: boolean;
|
3575
|
-
colorSchemaType?: "
|
3575
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3576
3576
|
};
|
3577
3577
|
stop?: number;
|
3578
3578
|
})[];
|
@@ -3581,7 +3581,7 @@ declare const _default: {
|
|
3581
3581
|
} | {
|
3582
3582
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3583
3583
|
toned?: boolean;
|
3584
|
-
colorSchemaType?: "
|
3584
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3585
3585
|
};
|
3586
3586
|
typography?: {
|
3587
3587
|
decoration?: string;
|
@@ -3601,7 +3601,7 @@ declare const _default: {
|
|
3601
3601
|
lineHeight: number;
|
3602
3602
|
};
|
3603
3603
|
} | {
|
3604
|
-
type: "
|
3604
|
+
type: "title" | "text" | "navigation";
|
3605
3605
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3606
3606
|
};
|
3607
3607
|
};
|
@@ -3610,12 +3610,12 @@ declare const _default: {
|
|
3610
3610
|
colors: (string | {
|
3611
3611
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3612
3612
|
toned?: boolean;
|
3613
|
-
colorSchemaType?: "
|
3613
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3614
3614
|
} | {
|
3615
3615
|
color: string | {
|
3616
3616
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3617
3617
|
toned?: boolean;
|
3618
|
-
colorSchemaType?: "
|
3618
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3619
3619
|
};
|
3620
3620
|
stop?: number;
|
3621
3621
|
})[];
|
@@ -3636,12 +3636,12 @@ declare const _default: {
|
|
3636
3636
|
colors: (string | {
|
3637
3637
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3638
3638
|
toned?: boolean;
|
3639
|
-
colorSchemaType?: "
|
3639
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3640
3640
|
} | {
|
3641
3641
|
color: string | {
|
3642
3642
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3643
3643
|
toned?: boolean;
|
3644
|
-
colorSchemaType?: "
|
3644
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3645
3645
|
};
|
3646
3646
|
stop?: number;
|
3647
3647
|
})[];
|
@@ -3665,7 +3665,7 @@ declare const _default: {
|
|
3665
3665
|
colors: (string | {
|
3666
3666
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3667
3667
|
toned?: boolean;
|
3668
|
-
colorSchemaType?: "
|
3668
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3669
3669
|
} | {
|
3670
3670
|
color: string | any;
|
3671
3671
|
stop?: number;
|
@@ -3681,12 +3681,12 @@ declare const _default: {
|
|
3681
3681
|
colors: (string | {
|
3682
3682
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3683
3683
|
toned?: boolean;
|
3684
|
-
colorSchemaType?: "
|
3684
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3685
3685
|
} | {
|
3686
3686
|
color: string | {
|
3687
3687
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3688
3688
|
toned?: boolean;
|
3689
|
-
colorSchemaType?: "
|
3689
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3690
3690
|
};
|
3691
3691
|
stop?: number;
|
3692
3692
|
})[];
|
@@ -3695,7 +3695,7 @@ declare const _default: {
|
|
3695
3695
|
} | {
|
3696
3696
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3697
3697
|
toned?: boolean;
|
3698
|
-
colorSchemaType?: "
|
3698
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3699
3699
|
};
|
3700
3700
|
typography?: {
|
3701
3701
|
decoration?: string;
|
@@ -3715,7 +3715,7 @@ declare const _default: {
|
|
3715
3715
|
lineHeight: number;
|
3716
3716
|
};
|
3717
3717
|
} | {
|
3718
|
-
type: "
|
3718
|
+
type: "title" | "text" | "navigation";
|
3719
3719
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3720
3720
|
};
|
3721
3721
|
};
|
@@ -3724,12 +3724,12 @@ declare const _default: {
|
|
3724
3724
|
colors: (string | {
|
3725
3725
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3726
3726
|
toned?: boolean;
|
3727
|
-
colorSchemaType?: "
|
3727
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3728
3728
|
} | {
|
3729
3729
|
color: string | {
|
3730
3730
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3731
3731
|
toned?: boolean;
|
3732
|
-
colorSchemaType?: "
|
3732
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3733
3733
|
};
|
3734
3734
|
stop?: number;
|
3735
3735
|
})[];
|
@@ -3745,12 +3745,12 @@ declare const _default: {
|
|
3745
3745
|
colors: (string | {
|
3746
3746
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3747
3747
|
toned?: boolean;
|
3748
|
-
colorSchemaType?: "
|
3748
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3749
3749
|
} | {
|
3750
3750
|
color: string | {
|
3751
3751
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3752
3752
|
toned?: boolean;
|
3753
|
-
colorSchemaType?: "
|
3753
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3754
3754
|
};
|
3755
3755
|
stop?: number;
|
3756
3756
|
})[];
|
@@ -3774,7 +3774,7 @@ declare const _default: {
|
|
3774
3774
|
colors: (string | {
|
3775
3775
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3776
3776
|
toned?: boolean;
|
3777
|
-
colorSchemaType?: "
|
3777
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3778
3778
|
} | {
|
3779
3779
|
color: string | any;
|
3780
3780
|
stop?: number;
|
@@ -3793,12 +3793,12 @@ declare const _default: {
|
|
3793
3793
|
colors: (string | {
|
3794
3794
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3795
3795
|
toned?: boolean;
|
3796
|
-
colorSchemaType?: "
|
3796
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3797
3797
|
} | {
|
3798
3798
|
color: string | {
|
3799
3799
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3800
3800
|
toned?: boolean;
|
3801
|
-
colorSchemaType?: "
|
3801
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3802
3802
|
};
|
3803
3803
|
stop?: number;
|
3804
3804
|
})[];
|
@@ -3822,12 +3822,12 @@ declare const _default: {
|
|
3822
3822
|
colors: (string | {
|
3823
3823
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3824
3824
|
toned?: boolean;
|
3825
|
-
colorSchemaType?: "
|
3825
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3826
3826
|
} | {
|
3827
3827
|
color: string | {
|
3828
3828
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3829
3829
|
toned?: boolean;
|
3830
|
-
colorSchemaType?: "
|
3830
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3831
3831
|
};
|
3832
3832
|
stop?: number;
|
3833
3833
|
})[];
|
@@ -3855,23 +3855,23 @@ declare const _default: {
|
|
3855
3855
|
grow?: boolean;
|
3856
3856
|
minHeight?: number;
|
3857
3857
|
minWidth?: number;
|
3858
|
-
alignment?: "
|
3858
|
+
alignment?: "center" | "start" | "end";
|
3859
3859
|
sliderColor?: string | {
|
3860
3860
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3861
3861
|
toned?: boolean;
|
3862
|
-
colorSchemaType?: "
|
3862
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3863
3863
|
};
|
3864
3864
|
text?: {
|
3865
3865
|
color?: string | {
|
3866
3866
|
colors: (string | {
|
3867
3867
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3868
3868
|
toned?: boolean;
|
3869
|
-
colorSchemaType?: "
|
3869
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3870
3870
|
} | {
|
3871
3871
|
color: string | {
|
3872
3872
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3873
3873
|
toned?: boolean;
|
3874
|
-
colorSchemaType?: "
|
3874
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3875
3875
|
};
|
3876
3876
|
stop?: number;
|
3877
3877
|
})[];
|
@@ -3880,7 +3880,7 @@ declare const _default: {
|
|
3880
3880
|
} | {
|
3881
3881
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3882
3882
|
toned?: boolean;
|
3883
|
-
colorSchemaType?: "
|
3883
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3884
3884
|
};
|
3885
3885
|
typography?: {
|
3886
3886
|
decoration?: string;
|
@@ -3900,7 +3900,7 @@ declare const _default: {
|
|
3900
3900
|
lineHeight: number;
|
3901
3901
|
};
|
3902
3902
|
} | {
|
3903
|
-
type: "
|
3903
|
+
type: "title" | "text" | "navigation";
|
3904
3904
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3905
3905
|
};
|
3906
3906
|
};
|
@@ -3909,12 +3909,12 @@ declare const _default: {
|
|
3909
3909
|
colors: (string | {
|
3910
3910
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3911
3911
|
toned?: boolean;
|
3912
|
-
colorSchemaType?: "
|
3912
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3913
3913
|
} | {
|
3914
3914
|
color: string | {
|
3915
3915
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3916
3916
|
toned?: boolean;
|
3917
|
-
colorSchemaType?: "
|
3917
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3918
3918
|
};
|
3919
3919
|
stop?: number;
|
3920
3920
|
})[];
|
@@ -3935,12 +3935,12 @@ declare const _default: {
|
|
3935
3935
|
colors: (string | {
|
3936
3936
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3937
3937
|
toned?: boolean;
|
3938
|
-
colorSchemaType?: "
|
3938
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3939
3939
|
} | {
|
3940
3940
|
color: string | {
|
3941
3941
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3942
3942
|
toned?: boolean;
|
3943
|
-
colorSchemaType?: "
|
3943
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3944
3944
|
};
|
3945
3945
|
stop?: number;
|
3946
3946
|
})[];
|
@@ -3964,7 +3964,7 @@ declare const _default: {
|
|
3964
3964
|
colors: (string | {
|
3965
3965
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3966
3966
|
toned?: boolean;
|
3967
|
-
colorSchemaType?: "
|
3967
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3968
3968
|
} | {
|
3969
3969
|
color: string | any;
|
3970
3970
|
stop?: number;
|
@@ -3980,12 +3980,12 @@ declare const _default: {
|
|
3980
3980
|
colors: (string | {
|
3981
3981
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3982
3982
|
toned?: boolean;
|
3983
|
-
colorSchemaType?: "
|
3983
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3984
3984
|
} | {
|
3985
3985
|
color: string | {
|
3986
3986
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3987
3987
|
toned?: boolean;
|
3988
|
-
colorSchemaType?: "
|
3988
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3989
3989
|
};
|
3990
3990
|
stop?: number;
|
3991
3991
|
})[];
|
@@ -3994,7 +3994,7 @@ declare const _default: {
|
|
3994
3994
|
} | {
|
3995
3995
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3996
3996
|
toned?: boolean;
|
3997
|
-
colorSchemaType?: "
|
3997
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3998
3998
|
};
|
3999
3999
|
typography?: {
|
4000
4000
|
decoration?: string;
|
@@ -4014,7 +4014,7 @@ declare const _default: {
|
|
4014
4014
|
lineHeight: number;
|
4015
4015
|
};
|
4016
4016
|
} | {
|
4017
|
-
type: "
|
4017
|
+
type: "title" | "text" | "navigation";
|
4018
4018
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4019
4019
|
};
|
4020
4020
|
};
|
@@ -4023,12 +4023,12 @@ declare const _default: {
|
|
4023
4023
|
colors: (string | {
|
4024
4024
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4025
4025
|
toned?: boolean;
|
4026
|
-
colorSchemaType?: "
|
4026
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4027
4027
|
} | {
|
4028
4028
|
color: string | {
|
4029
4029
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4030
4030
|
toned?: boolean;
|
4031
|
-
colorSchemaType?: "
|
4031
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4032
4032
|
};
|
4033
4033
|
stop?: number;
|
4034
4034
|
})[];
|
@@ -4044,12 +4044,12 @@ declare const _default: {
|
|
4044
4044
|
colors: (string | {
|
4045
4045
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4046
4046
|
toned?: boolean;
|
4047
|
-
colorSchemaType?: "
|
4047
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4048
4048
|
} | {
|
4049
4049
|
color: string | {
|
4050
4050
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4051
4051
|
toned?: boolean;
|
4052
|
-
colorSchemaType?: "
|
4052
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4053
4053
|
};
|
4054
4054
|
stop?: number;
|
4055
4055
|
})[];
|
@@ -4073,7 +4073,7 @@ declare const _default: {
|
|
4073
4073
|
colors: (string | {
|
4074
4074
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4075
4075
|
toned?: boolean;
|
4076
|
-
colorSchemaType?: "
|
4076
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4077
4077
|
} | {
|
4078
4078
|
color: string | any;
|
4079
4079
|
stop?: number;
|
@@ -4092,12 +4092,12 @@ declare const _default: {
|
|
4092
4092
|
colors: (string | {
|
4093
4093
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4094
4094
|
toned?: boolean;
|
4095
|
-
colorSchemaType?: "
|
4095
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4096
4096
|
} | {
|
4097
4097
|
color: string | {
|
4098
4098
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4099
4099
|
toned?: boolean;
|
4100
|
-
colorSchemaType?: "
|
4100
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4101
4101
|
};
|
4102
4102
|
stop?: number;
|
4103
4103
|
})[];
|
@@ -4121,12 +4121,12 @@ declare const _default: {
|
|
4121
4121
|
colors: (string | {
|
4122
4122
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4123
4123
|
toned?: boolean;
|
4124
|
-
colorSchemaType?: "
|
4124
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4125
4125
|
} | {
|
4126
4126
|
color: string | {
|
4127
4127
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4128
4128
|
toned?: boolean;
|
4129
|
-
colorSchemaType?: "
|
4129
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4130
4130
|
};
|
4131
4131
|
stop?: number;
|
4132
4132
|
})[];
|
@@ -4154,23 +4154,23 @@ declare const _default: {
|
|
4154
4154
|
grow?: boolean;
|
4155
4155
|
minHeight?: number;
|
4156
4156
|
minWidth?: number;
|
4157
|
-
alignment?: "
|
4157
|
+
alignment?: "center" | "start" | "end";
|
4158
4158
|
sliderColor?: string | {
|
4159
4159
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4160
4160
|
toned?: boolean;
|
4161
|
-
colorSchemaType?: "
|
4161
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4162
4162
|
};
|
4163
4163
|
text?: {
|
4164
4164
|
color?: string | {
|
4165
4165
|
colors: (string | {
|
4166
4166
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4167
4167
|
toned?: boolean;
|
4168
|
-
colorSchemaType?: "
|
4168
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4169
4169
|
} | {
|
4170
4170
|
color: string | {
|
4171
4171
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4172
4172
|
toned?: boolean;
|
4173
|
-
colorSchemaType?: "
|
4173
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4174
4174
|
};
|
4175
4175
|
stop?: number;
|
4176
4176
|
})[];
|
@@ -4179,7 +4179,7 @@ declare const _default: {
|
|
4179
4179
|
} | {
|
4180
4180
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4181
4181
|
toned?: boolean;
|
4182
|
-
colorSchemaType?: "
|
4182
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4183
4183
|
};
|
4184
4184
|
typography?: {
|
4185
4185
|
decoration?: string;
|
@@ -4199,7 +4199,7 @@ declare const _default: {
|
|
4199
4199
|
lineHeight: number;
|
4200
4200
|
};
|
4201
4201
|
} | {
|
4202
|
-
type: "
|
4202
|
+
type: "title" | "text" | "navigation";
|
4203
4203
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4204
4204
|
};
|
4205
4205
|
};
|
@@ -4208,12 +4208,12 @@ declare const _default: {
|
|
4208
4208
|
colors: (string | {
|
4209
4209
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4210
4210
|
toned?: boolean;
|
4211
|
-
colorSchemaType?: "
|
4211
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4212
4212
|
} | {
|
4213
4213
|
color: string | {
|
4214
4214
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4215
4215
|
toned?: boolean;
|
4216
|
-
colorSchemaType?: "
|
4216
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4217
4217
|
};
|
4218
4218
|
stop?: number;
|
4219
4219
|
})[];
|
@@ -4234,12 +4234,12 @@ declare const _default: {
|
|
4234
4234
|
colors: (string | {
|
4235
4235
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4236
4236
|
toned?: boolean;
|
4237
|
-
colorSchemaType?: "
|
4237
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4238
4238
|
} | {
|
4239
4239
|
color: string | {
|
4240
4240
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4241
4241
|
toned?: boolean;
|
4242
|
-
colorSchemaType?: "
|
4242
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4243
4243
|
};
|
4244
4244
|
stop?: number;
|
4245
4245
|
})[];
|
@@ -4263,7 +4263,7 @@ declare const _default: {
|
|
4263
4263
|
colors: (string | {
|
4264
4264
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4265
4265
|
toned?: boolean;
|
4266
|
-
colorSchemaType?: "
|
4266
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4267
4267
|
} | {
|
4268
4268
|
color: string | any;
|
4269
4269
|
stop?: number;
|
@@ -4279,12 +4279,12 @@ declare const _default: {
|
|
4279
4279
|
colors: (string | {
|
4280
4280
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4281
4281
|
toned?: boolean;
|
4282
|
-
colorSchemaType?: "
|
4282
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4283
4283
|
} | {
|
4284
4284
|
color: string | {
|
4285
4285
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4286
4286
|
toned?: boolean;
|
4287
|
-
colorSchemaType?: "
|
4287
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4288
4288
|
};
|
4289
4289
|
stop?: number;
|
4290
4290
|
})[];
|
@@ -4293,7 +4293,7 @@ declare const _default: {
|
|
4293
4293
|
} | {
|
4294
4294
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4295
4295
|
toned?: boolean;
|
4296
|
-
colorSchemaType?: "
|
4296
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4297
4297
|
};
|
4298
4298
|
typography?: {
|
4299
4299
|
decoration?: string;
|
@@ -4313,7 +4313,7 @@ declare const _default: {
|
|
4313
4313
|
lineHeight: number;
|
4314
4314
|
};
|
4315
4315
|
} | {
|
4316
|
-
type: "
|
4316
|
+
type: "title" | "text" | "navigation";
|
4317
4317
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4318
4318
|
};
|
4319
4319
|
};
|
@@ -4322,12 +4322,12 @@ declare const _default: {
|
|
4322
4322
|
colors: (string | {
|
4323
4323
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4324
4324
|
toned?: boolean;
|
4325
|
-
colorSchemaType?: "
|
4325
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4326
4326
|
} | {
|
4327
4327
|
color: string | {
|
4328
4328
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4329
4329
|
toned?: boolean;
|
4330
|
-
colorSchemaType?: "
|
4330
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4331
4331
|
};
|
4332
4332
|
stop?: number;
|
4333
4333
|
})[];
|
@@ -4343,12 +4343,12 @@ declare const _default: {
|
|
4343
4343
|
colors: (string | {
|
4344
4344
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4345
4345
|
toned?: boolean;
|
4346
|
-
colorSchemaType?: "
|
4346
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4347
4347
|
} | {
|
4348
4348
|
color: string | {
|
4349
4349
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4350
4350
|
toned?: boolean;
|
4351
|
-
colorSchemaType?: "
|
4351
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4352
4352
|
};
|
4353
4353
|
stop?: number;
|
4354
4354
|
})[];
|
@@ -4372,7 +4372,7 @@ declare const _default: {
|
|
4372
4372
|
colors: (string | {
|
4373
4373
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4374
4374
|
toned?: boolean;
|
4375
|
-
colorSchemaType?: "
|
4375
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4376
4376
|
} | {
|
4377
4377
|
color: string | any;
|
4378
4378
|
stop?: number;
|
@@ -4390,7 +4390,7 @@ declare const _default: {
|
|
4390
4390
|
blocks?: {
|
4391
4391
|
primary: {
|
4392
4392
|
name?: string;
|
4393
|
-
colorSchemaType?: "
|
4393
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4394
4394
|
header: {
|
4395
4395
|
definitionId: {
|
4396
4396
|
toString: () => string;
|
@@ -4548,12 +4548,12 @@ declare const _default: {
|
|
4548
4548
|
colors: (string | {
|
4549
4549
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4550
4550
|
toned?: boolean;
|
4551
|
-
colorSchemaType?: "
|
4551
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4552
4552
|
} | {
|
4553
4553
|
color: string | {
|
4554
4554
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4555
4555
|
toned?: boolean;
|
4556
|
-
colorSchemaType?: "
|
4556
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4557
4557
|
};
|
4558
4558
|
stop?: number;
|
4559
4559
|
})[];
|
@@ -4577,7 +4577,7 @@ declare const _default: {
|
|
4577
4577
|
colors: (string | {
|
4578
4578
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4579
4579
|
toned?: boolean;
|
4580
|
-
colorSchemaType?: "
|
4580
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4581
4581
|
} | {
|
4582
4582
|
color: string | any;
|
4583
4583
|
stop?: number;
|
@@ -4598,7 +4598,7 @@ declare const _default: {
|
|
4598
4598
|
};
|
4599
4599
|
variant1?: {
|
4600
4600
|
name?: string;
|
4601
|
-
colorSchemaType?: "
|
4601
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4602
4602
|
header: {
|
4603
4603
|
definitionId: {
|
4604
4604
|
toString: () => string;
|
@@ -4756,12 +4756,12 @@ declare const _default: {
|
|
4756
4756
|
colors: (string | {
|
4757
4757
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4758
4758
|
toned?: boolean;
|
4759
|
-
colorSchemaType?: "
|
4759
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4760
4760
|
} | {
|
4761
4761
|
color: string | {
|
4762
4762
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4763
4763
|
toned?: boolean;
|
4764
|
-
colorSchemaType?: "
|
4764
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4765
4765
|
};
|
4766
4766
|
stop?: number;
|
4767
4767
|
})[];
|
@@ -4785,7 +4785,7 @@ declare const _default: {
|
|
4785
4785
|
colors: (string | {
|
4786
4786
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4787
4787
|
toned?: boolean;
|
4788
|
-
colorSchemaType?: "
|
4788
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4789
4789
|
} | {
|
4790
4790
|
color: string | any;
|
4791
4791
|
stop?: number;
|
@@ -4806,7 +4806,7 @@ declare const _default: {
|
|
4806
4806
|
};
|
4807
4807
|
variant2?: {
|
4808
4808
|
name?: string;
|
4809
|
-
colorSchemaType?: "
|
4809
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4810
4810
|
header: {
|
4811
4811
|
definitionId: {
|
4812
4812
|
toString: () => string;
|
@@ -4964,12 +4964,12 @@ declare const _default: {
|
|
4964
4964
|
colors: (string | {
|
4965
4965
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4966
4966
|
toned?: boolean;
|
4967
|
-
colorSchemaType?: "
|
4967
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4968
4968
|
} | {
|
4969
4969
|
color: string | {
|
4970
4970
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4971
4971
|
toned?: boolean;
|
4972
|
-
colorSchemaType?: "
|
4972
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4973
4973
|
};
|
4974
4974
|
stop?: number;
|
4975
4975
|
})[];
|
@@ -4993,7 +4993,7 @@ declare const _default: {
|
|
4993
4993
|
colors: (string | {
|
4994
4994
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4995
4995
|
toned?: boolean;
|
4996
|
-
colorSchemaType?: "
|
4996
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4997
4997
|
} | {
|
4998
4998
|
color: string | any;
|
4999
4999
|
stop?: number;
|
@@ -5014,7 +5014,7 @@ declare const _default: {
|
|
5014
5014
|
};
|
5015
5015
|
variant3?: {
|
5016
5016
|
name?: string;
|
5017
|
-
colorSchemaType?: "
|
5017
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5018
5018
|
header: {
|
5019
5019
|
definitionId: {
|
5020
5020
|
toString: () => string;
|
@@ -5172,12 +5172,12 @@ declare const _default: {
|
|
5172
5172
|
colors: (string | {
|
5173
5173
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5174
5174
|
toned?: boolean;
|
5175
|
-
colorSchemaType?: "
|
5175
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5176
5176
|
} | {
|
5177
5177
|
color: string | {
|
5178
5178
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5179
5179
|
toned?: boolean;
|
5180
|
-
colorSchemaType?: "
|
5180
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5181
5181
|
};
|
5182
5182
|
stop?: number;
|
5183
5183
|
})[];
|
@@ -5201,7 +5201,7 @@ declare const _default: {
|
|
5201
5201
|
colors: (string | {
|
5202
5202
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5203
5203
|
toned?: boolean;
|
5204
|
-
colorSchemaType?: "
|
5204
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5205
5205
|
} | {
|
5206
5206
|
color: string | any;
|
5207
5207
|
stop?: number;
|
@@ -5234,12 +5234,12 @@ declare const _default: {
|
|
5234
5234
|
colors: (string | {
|
5235
5235
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5236
5236
|
toned?: boolean;
|
5237
|
-
colorSchemaType?: "
|
5237
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5238
5238
|
} | {
|
5239
5239
|
color: string | {
|
5240
5240
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5241
5241
|
toned?: boolean;
|
5242
|
-
colorSchemaType?: "
|
5242
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5243
5243
|
};
|
5244
5244
|
stop?: number;
|
5245
5245
|
})[];
|
@@ -5253,12 +5253,12 @@ declare const _default: {
|
|
5253
5253
|
colors: (string | {
|
5254
5254
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5255
5255
|
toned?: boolean;
|
5256
|
-
colorSchemaType?: "
|
5256
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5257
5257
|
} | {
|
5258
5258
|
color: string | {
|
5259
5259
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5260
5260
|
toned?: boolean;
|
5261
|
-
colorSchemaType?: "
|
5261
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5262
5262
|
};
|
5263
5263
|
stop?: number;
|
5264
5264
|
})[];
|
@@ -5272,12 +5272,12 @@ declare const _default: {
|
|
5272
5272
|
colors: (string | {
|
5273
5273
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5274
5274
|
toned?: boolean;
|
5275
|
-
colorSchemaType?: "
|
5275
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5276
5276
|
} | {
|
5277
5277
|
color: string | {
|
5278
5278
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5279
5279
|
toned?: boolean;
|
5280
|
-
colorSchemaType?: "
|
5280
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5281
5281
|
};
|
5282
5282
|
stop?: number;
|
5283
5283
|
})[];
|
@@ -5291,12 +5291,12 @@ declare const _default: {
|
|
5291
5291
|
colors: (string | {
|
5292
5292
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5293
5293
|
toned?: boolean;
|
5294
|
-
colorSchemaType?: "
|
5294
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5295
5295
|
} | {
|
5296
5296
|
color: string | {
|
5297
5297
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5298
5298
|
toned?: boolean;
|
5299
|
-
colorSchemaType?: "
|
5299
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5300
5300
|
};
|
5301
5301
|
stop?: number;
|
5302
5302
|
})[];
|
@@ -5310,12 +5310,12 @@ declare const _default: {
|
|
5310
5310
|
colors: (string | {
|
5311
5311
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5312
5312
|
toned?: boolean;
|
5313
|
-
colorSchemaType?: "
|
5313
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5314
5314
|
} | {
|
5315
5315
|
color: string | {
|
5316
5316
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5317
5317
|
toned?: boolean;
|
5318
|
-
colorSchemaType?: "
|
5318
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5319
5319
|
};
|
5320
5320
|
stop?: number;
|
5321
5321
|
})[];
|
@@ -5415,16 +5415,16 @@ declare const _default: {
|
|
5415
5415
|
};
|
5416
5416
|
deactivated(): void;
|
5417
5417
|
};
|
5418
|
-
colorSchema: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
5418
|
+
colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
|
5419
5419
|
typography: () => import("@omnia/fx-models").TypographyBlueprints;
|
5420
5420
|
fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
|
5421
5421
|
spacing: () => import("@omnia/fx-models").SpacingBlueprints;
|
5422
5422
|
component: () => import("@omnia/fx-models").ComponentBlueprints;
|
5423
|
-
color: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
5424
|
-
colorDefinition: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
5423
|
+
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;
|
5424
|
+
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) => ColorDefinition;
|
5425
5425
|
complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
5426
|
-
complementaryColor: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
5427
|
-
complementaryColorDefinition: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
5426
|
+
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;
|
5427
|
+
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) => ColorDefinition;
|
5428
5428
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
5429
5429
|
};
|
5430
5430
|
};
|