@omnia/fx 8.0.159-dev → 8.0.162-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/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/ReindexOmniaSearchUserService.d.ts +11 -0
- package/internal-do-not-import-from-here/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +56 -55
- 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/app/management/tabs/templates/Template.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +34 -34
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +416 -400
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +411 -395
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +411 -395
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +42 -0
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +39 -37
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +12 -5
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +53 -43
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
- 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/mediapickerV2/chrome/MediaPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/TypographyEditorModel.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
- 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 +10 -10
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +29 -0
- 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 +422 -406
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +846 -814
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +26 -345
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +4 -12
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +19 -19
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +2 -2
- 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 +11 -11
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +45 -45
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +849 -817
- 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/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +38 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +5 -23
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -50
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +2 -49
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +15 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +22 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRendererSignIn.d.ts +39 -0
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +422 -406
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +90 -30
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +20 -10
- 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/models/VelcronDefinitions.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +26 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +95 -95
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +8 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +14 -1
- package/package.json +2 -2
@@ -6,7 +6,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
6
6
|
onContainer: import("@omnia/fx-models").ColorDefinition;
|
7
7
|
isContainer: boolean;
|
8
8
|
name: string;
|
9
|
-
colorSchemaType: "
|
9
|
+
colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
10
10
|
id: import("@omnia/fx-models").GuidValue;
|
11
11
|
};
|
12
12
|
events: {
|
@@ -16,13 +16,13 @@ export declare function useColorSchemaSetup(props: object): {
|
|
16
16
|
onMutatedOnContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ColorDefinition>;
|
17
17
|
onMutatedIsContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
18
18
|
onMutatedName: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
19
|
-
onMutatedColorSchemaType: import("@omnia/fx").MessageBusExposeOnlySubscription<"
|
19
|
+
onMutatedColorSchemaType: import("@omnia/fx").MessageBusExposeOnlySubscription<"primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
20
20
|
onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
|
21
21
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
22
22
|
actions: {
|
23
23
|
onDispatching: {
|
24
24
|
setColorSchema: {
|
25
|
-
subscribe(fn: (colorSchemaType: "
|
25
|
+
subscribe(fn: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
26
26
|
};
|
27
27
|
setCustomColorSchema: {
|
28
28
|
subscribe(fn: (colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -114,16 +114,16 @@ export declare function useColorSchemaSetup(props: object): {
|
|
114
114
|
};
|
115
115
|
deactivated(): void;
|
116
116
|
};
|
117
|
-
colorSchema(colorSchemaType: "
|
117
|
+
colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
118
118
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
119
119
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
120
120
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
121
121
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
122
|
-
color(colorSchemaType: "
|
123
|
-
colorDefinition(colorSchemaType: "
|
122
|
+
color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
123
|
+
colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
124
124
|
complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
125
|
-
complementaryColor(colorSchemaType: "
|
126
|
-
complementaryColorDefinition(colorSchemaType: "
|
125
|
+
complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
126
|
+
complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
127
127
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
128
128
|
};
|
129
129
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -131,7 +131,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
131
131
|
};
|
132
132
|
onDispatched: {
|
133
133
|
setColorSchema: {
|
134
|
-
subscribe(fn: (result: void, colorSchemaType: "
|
134
|
+
subscribe(fn: (result: void, colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
135
135
|
};
|
136
136
|
setCustomColorSchema: {
|
137
137
|
subscribe(fn: (result: void, colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -223,16 +223,16 @@ export declare function useColorSchemaSetup(props: object): {
|
|
223
223
|
};
|
224
224
|
deactivated(): void;
|
225
225
|
};
|
226
|
-
colorSchema(colorSchemaType: "
|
226
|
+
colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
227
227
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
228
228
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
229
229
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
230
230
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
231
|
-
color(colorSchemaType: "
|
232
|
-
colorDefinition(colorSchemaType: "
|
231
|
+
color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
232
|
+
colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
233
233
|
complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
234
|
-
complementaryColor(colorSchemaType: "
|
235
|
-
complementaryColorDefinition(colorSchemaType: "
|
234
|
+
complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
235
|
+
complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
236
236
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
237
237
|
};
|
238
238
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -240,7 +240,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
240
240
|
};
|
241
241
|
onFailure: {
|
242
242
|
setColorSchema: {
|
243
|
-
subscribe(fn: (failureReason: any, colorSchemaType: "
|
243
|
+
subscribe(fn: (failureReason: any, colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
244
244
|
};
|
245
245
|
setCustomColorSchema: {
|
246
246
|
subscribe(fn: (failureReason: any, colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -332,23 +332,23 @@ export declare function useColorSchemaSetup(props: object): {
|
|
332
332
|
};
|
333
333
|
deactivated(): void;
|
334
334
|
};
|
335
|
-
colorSchema(colorSchemaType: "
|
335
|
+
colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
336
336
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
337
337
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
338
338
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
339
339
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
340
|
-
color(colorSchemaType: "
|
341
|
-
colorDefinition(colorSchemaType: "
|
340
|
+
color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
341
|
+
colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
342
342
|
complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
343
|
-
complementaryColor(colorSchemaType: "
|
344
|
-
complementaryColorDefinition(colorSchemaType: "
|
343
|
+
complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
344
|
+
complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
345
345
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
346
346
|
};
|
347
347
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
348
348
|
};
|
349
349
|
};
|
350
350
|
} & {
|
351
|
-
setColorSchema(colorSchemaType: "
|
351
|
+
setColorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", container?: boolean): void;
|
352
352
|
setCustomColorSchema(colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean): void;
|
353
353
|
setColor(colorDefinition: import("@omnia/fx-models").ColorDefinition, colorType: import("@omnia/fx-models").ColorTypes): void;
|
354
354
|
setThemeStore(themeStoreInstance: {
|
@@ -434,16 +434,16 @@ export declare function useColorSchemaSetup(props: object): {
|
|
434
434
|
};
|
435
435
|
deactivated(): void;
|
436
436
|
};
|
437
|
-
colorSchema(colorSchemaType: "
|
437
|
+
colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
438
438
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
439
439
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
440
440
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
441
441
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
442
|
-
color(colorSchemaType: "
|
443
|
-
colorDefinition(colorSchemaType: "
|
442
|
+
color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
443
|
+
colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
444
444
|
complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
445
|
-
complementaryColor(colorSchemaType: "
|
446
|
-
complementaryColorDefinition(colorSchemaType: "
|
445
|
+
complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
446
|
+
complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
447
447
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
448
448
|
};
|
449
449
|
}): void;
|
@@ -791,12 +791,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
791
791
|
colors: (string | {
|
792
792
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
793
793
|
toned?: boolean;
|
794
|
-
colorSchemaType?: "
|
794
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
795
795
|
} | {
|
796
796
|
color: string | {
|
797
797
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
798
798
|
toned?: boolean;
|
799
|
-
colorSchemaType?: "
|
799
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
800
800
|
};
|
801
801
|
stop?: number;
|
802
802
|
})[];
|
@@ -807,12 +807,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
807
807
|
colors: (string | {
|
808
808
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
809
809
|
toned?: boolean;
|
810
|
-
colorSchemaType?: "
|
810
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
811
811
|
} | {
|
812
812
|
color: string | {
|
813
813
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
814
814
|
toned?: boolean;
|
815
|
-
colorSchemaType?: "
|
815
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
816
816
|
};
|
817
817
|
stop?: number;
|
818
818
|
})[];
|
@@ -823,12 +823,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
823
823
|
colors: (string | {
|
824
824
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
825
825
|
toned?: boolean;
|
826
|
-
colorSchemaType?: "
|
826
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
827
827
|
} | {
|
828
828
|
color: string | {
|
829
829
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
830
830
|
toned?: boolean;
|
831
|
-
colorSchemaType?: "
|
831
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
832
832
|
};
|
833
833
|
stop?: number;
|
834
834
|
})[];
|
@@ -1151,12 +1151,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1151
1151
|
colors: (string | {
|
1152
1152
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1153
1153
|
toned?: boolean;
|
1154
|
-
colorSchemaType?: "
|
1154
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1155
1155
|
} | {
|
1156
1156
|
color: string | {
|
1157
1157
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1158
1158
|
toned?: boolean;
|
1159
|
-
colorSchemaType?: "
|
1159
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1160
1160
|
};
|
1161
1161
|
stop?: number;
|
1162
1162
|
})[];
|
@@ -1165,7 +1165,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1165
1165
|
} | {
|
1166
1166
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1167
1167
|
toned?: boolean;
|
1168
|
-
colorSchemaType?: "
|
1168
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1169
1169
|
};
|
1170
1170
|
border?: {
|
1171
1171
|
radius?: {
|
@@ -1184,7 +1184,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1184
1184
|
colors: (string | {
|
1185
1185
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1186
1186
|
toned?: boolean;
|
1187
|
-
colorSchemaType?: "
|
1187
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1188
1188
|
} | {
|
1189
1189
|
color: string | any;
|
1190
1190
|
stop?: number;
|
@@ -1205,12 +1205,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1205
1205
|
colors: (string | {
|
1206
1206
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1207
1207
|
toned?: boolean;
|
1208
|
-
colorSchemaType?: "
|
1208
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1209
1209
|
} | {
|
1210
1210
|
color: string | {
|
1211
1211
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1212
1212
|
toned?: boolean;
|
1213
|
-
colorSchemaType?: "
|
1213
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1214
1214
|
};
|
1215
1215
|
stop?: number;
|
1216
1216
|
})[];
|
@@ -1219,7 +1219,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1219
1219
|
} | {
|
1220
1220
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1221
1221
|
toned?: boolean;
|
1222
|
-
colorSchemaType?: "
|
1222
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1223
1223
|
};
|
1224
1224
|
typography?: {
|
1225
1225
|
decoration?: string;
|
@@ -1239,7 +1239,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1239
1239
|
lineHeight: number;
|
1240
1240
|
};
|
1241
1241
|
} | {
|
1242
|
-
type: "
|
1242
|
+
type: "text" | "title" | "navigation";
|
1243
1243
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1244
1244
|
};
|
1245
1245
|
};
|
@@ -1248,12 +1248,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1248
1248
|
colors: (string | {
|
1249
1249
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1250
1250
|
toned?: boolean;
|
1251
|
-
colorSchemaType?: "
|
1251
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1252
1252
|
} | {
|
1253
1253
|
color: string | {
|
1254
1254
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1255
1255
|
toned?: boolean;
|
1256
|
-
colorSchemaType?: "
|
1256
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1257
1257
|
};
|
1258
1258
|
stop?: number;
|
1259
1259
|
})[];
|
@@ -1262,7 +1262,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1262
1262
|
} | {
|
1263
1263
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1264
1264
|
toned?: boolean;
|
1265
|
-
colorSchemaType?: "
|
1265
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1266
1266
|
};
|
1267
1267
|
size?: number;
|
1268
1268
|
};
|
@@ -1279,12 +1279,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1279
1279
|
colors: (string | {
|
1280
1280
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1281
1281
|
toned?: boolean;
|
1282
|
-
colorSchemaType?: "
|
1282
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1283
1283
|
} | {
|
1284
1284
|
color: string | {
|
1285
1285
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1286
1286
|
toned?: boolean;
|
1287
|
-
colorSchemaType?: "
|
1287
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1288
1288
|
};
|
1289
1289
|
stop?: number;
|
1290
1290
|
})[];
|
@@ -1293,7 +1293,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1293
1293
|
} | {
|
1294
1294
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1295
1295
|
toned?: boolean;
|
1296
|
-
colorSchemaType?: "
|
1296
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1297
1297
|
};
|
1298
1298
|
border?: {
|
1299
1299
|
radius?: {
|
@@ -1312,7 +1312,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1312
1312
|
colors: (string | {
|
1313
1313
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1314
1314
|
toned?: boolean;
|
1315
|
-
colorSchemaType?: "
|
1315
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1316
1316
|
} | {
|
1317
1317
|
color: string | any;
|
1318
1318
|
stop?: number;
|
@@ -1333,12 +1333,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1333
1333
|
colors: (string | {
|
1334
1334
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1335
1335
|
toned?: boolean;
|
1336
|
-
colorSchemaType?: "
|
1336
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1337
1337
|
} | {
|
1338
1338
|
color: string | {
|
1339
1339
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1340
1340
|
toned?: boolean;
|
1341
|
-
colorSchemaType?: "
|
1341
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1342
1342
|
};
|
1343
1343
|
stop?: number;
|
1344
1344
|
})[];
|
@@ -1347,7 +1347,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1347
1347
|
} | {
|
1348
1348
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1349
1349
|
toned?: boolean;
|
1350
|
-
colorSchemaType?: "
|
1350
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1351
1351
|
};
|
1352
1352
|
typography?: {
|
1353
1353
|
decoration?: string;
|
@@ -1367,7 +1367,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1367
1367
|
lineHeight: number;
|
1368
1368
|
};
|
1369
1369
|
} | {
|
1370
|
-
type: "
|
1370
|
+
type: "text" | "title" | "navigation";
|
1371
1371
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1372
1372
|
};
|
1373
1373
|
};
|
@@ -1376,12 +1376,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1376
1376
|
colors: (string | {
|
1377
1377
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1378
1378
|
toned?: boolean;
|
1379
|
-
colorSchemaType?: "
|
1379
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1380
1380
|
} | {
|
1381
1381
|
color: string | {
|
1382
1382
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1383
1383
|
toned?: boolean;
|
1384
|
-
colorSchemaType?: "
|
1384
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1385
1385
|
};
|
1386
1386
|
stop?: number;
|
1387
1387
|
})[];
|
@@ -1390,7 +1390,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1390
1390
|
} | {
|
1391
1391
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1392
1392
|
toned?: boolean;
|
1393
|
-
colorSchemaType?: "
|
1393
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1394
1394
|
};
|
1395
1395
|
size?: number;
|
1396
1396
|
};
|
@@ -1407,12 +1407,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1407
1407
|
colors: (string | {
|
1408
1408
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1409
1409
|
toned?: boolean;
|
1410
|
-
colorSchemaType?: "
|
1410
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1411
1411
|
} | {
|
1412
1412
|
color: string | {
|
1413
1413
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1414
1414
|
toned?: boolean;
|
1415
|
-
colorSchemaType?: "
|
1415
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1416
1416
|
};
|
1417
1417
|
stop?: number;
|
1418
1418
|
})[];
|
@@ -1421,7 +1421,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1421
1421
|
} | {
|
1422
1422
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1423
1423
|
toned?: boolean;
|
1424
|
-
colorSchemaType?: "
|
1424
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1425
1425
|
};
|
1426
1426
|
border?: {
|
1427
1427
|
radius?: {
|
@@ -1440,7 +1440,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1440
1440
|
colors: (string | {
|
1441
1441
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1442
1442
|
toned?: boolean;
|
1443
|
-
colorSchemaType?: "
|
1443
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1444
1444
|
} | {
|
1445
1445
|
color: string | any;
|
1446
1446
|
stop?: number;
|
@@ -1461,12 +1461,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1461
1461
|
colors: (string | {
|
1462
1462
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1463
1463
|
toned?: boolean;
|
1464
|
-
colorSchemaType?: "
|
1464
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1465
1465
|
} | {
|
1466
1466
|
color: string | {
|
1467
1467
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1468
1468
|
toned?: boolean;
|
1469
|
-
colorSchemaType?: "
|
1469
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1470
1470
|
};
|
1471
1471
|
stop?: number;
|
1472
1472
|
})[];
|
@@ -1475,7 +1475,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1475
1475
|
} | {
|
1476
1476
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1477
1477
|
toned?: boolean;
|
1478
|
-
colorSchemaType?: "
|
1478
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1479
1479
|
};
|
1480
1480
|
typography?: {
|
1481
1481
|
decoration?: string;
|
@@ -1495,7 +1495,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1495
1495
|
lineHeight: number;
|
1496
1496
|
};
|
1497
1497
|
} | {
|
1498
|
-
type: "
|
1498
|
+
type: "text" | "title" | "navigation";
|
1499
1499
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1500
1500
|
};
|
1501
1501
|
};
|
@@ -1504,12 +1504,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1504
1504
|
colors: (string | {
|
1505
1505
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1506
1506
|
toned?: boolean;
|
1507
|
-
colorSchemaType?: "
|
1507
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1508
1508
|
} | {
|
1509
1509
|
color: string | {
|
1510
1510
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1511
1511
|
toned?: boolean;
|
1512
|
-
colorSchemaType?: "
|
1512
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1513
1513
|
};
|
1514
1514
|
stop?: number;
|
1515
1515
|
})[];
|
@@ -1518,7 +1518,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1518
1518
|
} | {
|
1519
1519
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1520
1520
|
toned?: boolean;
|
1521
|
-
colorSchemaType?: "
|
1521
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1522
1522
|
};
|
1523
1523
|
size?: number;
|
1524
1524
|
};
|
@@ -1535,12 +1535,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1535
1535
|
colors: (string | {
|
1536
1536
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1537
1537
|
toned?: boolean;
|
1538
|
-
colorSchemaType?: "
|
1538
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1539
1539
|
} | {
|
1540
1540
|
color: string | {
|
1541
1541
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1542
1542
|
toned?: boolean;
|
1543
|
-
colorSchemaType?: "
|
1543
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1544
1544
|
};
|
1545
1545
|
stop?: number;
|
1546
1546
|
})[];
|
@@ -1549,7 +1549,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1549
1549
|
} | {
|
1550
1550
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1551
1551
|
toned?: boolean;
|
1552
|
-
colorSchemaType?: "
|
1552
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1553
1553
|
};
|
1554
1554
|
border?: {
|
1555
1555
|
radius?: {
|
@@ -1568,7 +1568,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1568
1568
|
colors: (string | {
|
1569
1569
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1570
1570
|
toned?: boolean;
|
1571
|
-
colorSchemaType?: "
|
1571
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1572
1572
|
} | {
|
1573
1573
|
color: string | any;
|
1574
1574
|
stop?: number;
|
@@ -1589,12 +1589,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1589
1589
|
colors: (string | {
|
1590
1590
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1591
1591
|
toned?: boolean;
|
1592
|
-
colorSchemaType?: "
|
1592
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1593
1593
|
} | {
|
1594
1594
|
color: string | {
|
1595
1595
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1596
1596
|
toned?: boolean;
|
1597
|
-
colorSchemaType?: "
|
1597
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1598
1598
|
};
|
1599
1599
|
stop?: number;
|
1600
1600
|
})[];
|
@@ -1603,7 +1603,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1603
1603
|
} | {
|
1604
1604
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1605
1605
|
toned?: boolean;
|
1606
|
-
colorSchemaType?: "
|
1606
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1607
1607
|
};
|
1608
1608
|
typography?: {
|
1609
1609
|
decoration?: string;
|
@@ -1623,7 +1623,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1623
1623
|
lineHeight: number;
|
1624
1624
|
};
|
1625
1625
|
} | {
|
1626
|
-
type: "
|
1626
|
+
type: "text" | "title" | "navigation";
|
1627
1627
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1628
1628
|
};
|
1629
1629
|
};
|
@@ -1632,12 +1632,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1632
1632
|
colors: (string | {
|
1633
1633
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1634
1634
|
toned?: boolean;
|
1635
|
-
colorSchemaType?: "
|
1635
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1636
1636
|
} | {
|
1637
1637
|
color: string | {
|
1638
1638
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1639
1639
|
toned?: boolean;
|
1640
|
-
colorSchemaType?: "
|
1640
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1641
1641
|
};
|
1642
1642
|
stop?: number;
|
1643
1643
|
})[];
|
@@ -1646,7 +1646,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1646
1646
|
} | {
|
1647
1647
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1648
1648
|
toned?: boolean;
|
1649
|
-
colorSchemaType?: "
|
1649
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1650
1650
|
};
|
1651
1651
|
size?: number;
|
1652
1652
|
};
|
@@ -1663,12 +1663,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1663
1663
|
colors: (string | {
|
1664
1664
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1665
1665
|
toned?: boolean;
|
1666
|
-
colorSchemaType?: "
|
1666
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1667
1667
|
} | {
|
1668
1668
|
color: string | {
|
1669
1669
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1670
1670
|
toned?: boolean;
|
1671
|
-
colorSchemaType?: "
|
1671
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1672
1672
|
};
|
1673
1673
|
stop?: number;
|
1674
1674
|
})[];
|
@@ -1677,7 +1677,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1677
1677
|
} | {
|
1678
1678
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1679
1679
|
toned?: boolean;
|
1680
|
-
colorSchemaType?: "
|
1680
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1681
1681
|
};
|
1682
1682
|
border?: {
|
1683
1683
|
radius?: {
|
@@ -1696,7 +1696,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1696
1696
|
colors: (string | {
|
1697
1697
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1698
1698
|
toned?: boolean;
|
1699
|
-
colorSchemaType?: "
|
1699
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1700
1700
|
} | {
|
1701
1701
|
color: string | any;
|
1702
1702
|
stop?: number;
|
@@ -1717,12 +1717,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1717
1717
|
colors: (string | {
|
1718
1718
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1719
1719
|
toned?: boolean;
|
1720
|
-
colorSchemaType?: "
|
1720
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1721
1721
|
} | {
|
1722
1722
|
color: string | {
|
1723
1723
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1724
1724
|
toned?: boolean;
|
1725
|
-
colorSchemaType?: "
|
1725
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1726
1726
|
};
|
1727
1727
|
stop?: number;
|
1728
1728
|
})[];
|
@@ -1731,7 +1731,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1731
1731
|
} | {
|
1732
1732
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1733
1733
|
toned?: boolean;
|
1734
|
-
colorSchemaType?: "
|
1734
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1735
1735
|
};
|
1736
1736
|
typography?: {
|
1737
1737
|
decoration?: string;
|
@@ -1751,7 +1751,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1751
1751
|
lineHeight: number;
|
1752
1752
|
};
|
1753
1753
|
} | {
|
1754
|
-
type: "
|
1754
|
+
type: "text" | "title" | "navigation";
|
1755
1755
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1756
1756
|
};
|
1757
1757
|
};
|
@@ -1760,12 +1760,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1760
1760
|
colors: (string | {
|
1761
1761
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1762
1762
|
toned?: boolean;
|
1763
|
-
colorSchemaType?: "
|
1763
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1764
1764
|
} | {
|
1765
1765
|
color: string | {
|
1766
1766
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1767
1767
|
toned?: boolean;
|
1768
|
-
colorSchemaType?: "
|
1768
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1769
1769
|
};
|
1770
1770
|
stop?: number;
|
1771
1771
|
})[];
|
@@ -1774,7 +1774,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1774
1774
|
} | {
|
1775
1775
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1776
1776
|
toned?: boolean;
|
1777
|
-
colorSchemaType?: "
|
1777
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1778
1778
|
};
|
1779
1779
|
size?: number;
|
1780
1780
|
};
|
@@ -1791,12 +1791,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1791
1791
|
colors: (string | {
|
1792
1792
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1793
1793
|
toned?: boolean;
|
1794
|
-
colorSchemaType?: "
|
1794
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1795
1795
|
} | {
|
1796
1796
|
color: string | {
|
1797
1797
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1798
1798
|
toned?: boolean;
|
1799
|
-
colorSchemaType?: "
|
1799
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1800
1800
|
};
|
1801
1801
|
stop?: number;
|
1802
1802
|
})[];
|
@@ -1805,7 +1805,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1805
1805
|
} | {
|
1806
1806
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1807
1807
|
toned?: boolean;
|
1808
|
-
colorSchemaType?: "
|
1808
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1809
1809
|
};
|
1810
1810
|
border?: {
|
1811
1811
|
radius?: {
|
@@ -1824,7 +1824,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1824
1824
|
colors: (string | {
|
1825
1825
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1826
1826
|
toned?: boolean;
|
1827
|
-
colorSchemaType?: "
|
1827
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1828
1828
|
} | {
|
1829
1829
|
color: string | any;
|
1830
1830
|
stop?: number;
|
@@ -1845,12 +1845,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1845
1845
|
colors: (string | {
|
1846
1846
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1847
1847
|
toned?: boolean;
|
1848
|
-
colorSchemaType?: "
|
1848
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1849
1849
|
} | {
|
1850
1850
|
color: string | {
|
1851
1851
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1852
1852
|
toned?: boolean;
|
1853
|
-
colorSchemaType?: "
|
1853
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1854
1854
|
};
|
1855
1855
|
stop?: number;
|
1856
1856
|
})[];
|
@@ -1859,7 +1859,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1859
1859
|
} | {
|
1860
1860
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1861
1861
|
toned?: boolean;
|
1862
|
-
colorSchemaType?: "
|
1862
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1863
1863
|
};
|
1864
1864
|
typography?: {
|
1865
1865
|
decoration?: string;
|
@@ -1879,7 +1879,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1879
1879
|
lineHeight: number;
|
1880
1880
|
};
|
1881
1881
|
} | {
|
1882
|
-
type: "
|
1882
|
+
type: "text" | "title" | "navigation";
|
1883
1883
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1884
1884
|
};
|
1885
1885
|
};
|
@@ -1888,12 +1888,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1888
1888
|
colors: (string | {
|
1889
1889
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1890
1890
|
toned?: boolean;
|
1891
|
-
colorSchemaType?: "
|
1891
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1892
1892
|
} | {
|
1893
1893
|
color: string | {
|
1894
1894
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1895
1895
|
toned?: boolean;
|
1896
|
-
colorSchemaType?: "
|
1896
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1897
1897
|
};
|
1898
1898
|
stop?: number;
|
1899
1899
|
})[];
|
@@ -1902,7 +1902,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1902
1902
|
} | {
|
1903
1903
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1904
1904
|
toned?: boolean;
|
1905
|
-
colorSchemaType?: "
|
1905
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1906
1906
|
};
|
1907
1907
|
size?: number;
|
1908
1908
|
};
|
@@ -1919,12 +1919,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1919
1919
|
colors: (string | {
|
1920
1920
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1921
1921
|
toned?: boolean;
|
1922
|
-
colorSchemaType?: "
|
1922
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1923
1923
|
} | {
|
1924
1924
|
color: string | {
|
1925
1925
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1926
1926
|
toned?: boolean;
|
1927
|
-
colorSchemaType?: "
|
1927
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1928
1928
|
};
|
1929
1929
|
stop?: number;
|
1930
1930
|
})[];
|
@@ -1933,7 +1933,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1933
1933
|
} | {
|
1934
1934
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1935
1935
|
toned?: boolean;
|
1936
|
-
colorSchemaType?: "
|
1936
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1937
1937
|
};
|
1938
1938
|
border?: {
|
1939
1939
|
radius?: {
|
@@ -1952,7 +1952,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1952
1952
|
colors: (string | {
|
1953
1953
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1954
1954
|
toned?: boolean;
|
1955
|
-
colorSchemaType?: "
|
1955
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1956
1956
|
} | {
|
1957
1957
|
color: string | any;
|
1958
1958
|
stop?: number;
|
@@ -1973,12 +1973,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1973
1973
|
colors: (string | {
|
1974
1974
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1975
1975
|
toned?: boolean;
|
1976
|
-
colorSchemaType?: "
|
1976
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1977
1977
|
} | {
|
1978
1978
|
color: string | {
|
1979
1979
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1980
1980
|
toned?: boolean;
|
1981
|
-
colorSchemaType?: "
|
1981
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1982
1982
|
};
|
1983
1983
|
stop?: number;
|
1984
1984
|
})[];
|
@@ -1987,7 +1987,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1987
1987
|
} | {
|
1988
1988
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1989
1989
|
toned?: boolean;
|
1990
|
-
colorSchemaType?: "
|
1990
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1991
1991
|
};
|
1992
1992
|
typography?: {
|
1993
1993
|
decoration?: string;
|
@@ -2007,7 +2007,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2007
2007
|
lineHeight: number;
|
2008
2008
|
};
|
2009
2009
|
} | {
|
2010
|
-
type: "
|
2010
|
+
type: "text" | "title" | "navigation";
|
2011
2011
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2012
2012
|
};
|
2013
2013
|
};
|
@@ -2016,12 +2016,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2016
2016
|
colors: (string | {
|
2017
2017
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2018
2018
|
toned?: boolean;
|
2019
|
-
colorSchemaType?: "
|
2019
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2020
2020
|
} | {
|
2021
2021
|
color: string | {
|
2022
2022
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2023
2023
|
toned?: boolean;
|
2024
|
-
colorSchemaType?: "
|
2024
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2025
2025
|
};
|
2026
2026
|
stop?: number;
|
2027
2027
|
})[];
|
@@ -2030,7 +2030,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2030
2030
|
} | {
|
2031
2031
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2032
2032
|
toned?: boolean;
|
2033
|
-
colorSchemaType?: "
|
2033
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2034
2034
|
};
|
2035
2035
|
size?: number;
|
2036
2036
|
};
|
@@ -2047,12 +2047,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2047
2047
|
colors: (string | {
|
2048
2048
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2049
2049
|
toned?: boolean;
|
2050
|
-
colorSchemaType?: "
|
2050
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2051
2051
|
} | {
|
2052
2052
|
color: string | {
|
2053
2053
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2054
2054
|
toned?: boolean;
|
2055
|
-
colorSchemaType?: "
|
2055
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2056
2056
|
};
|
2057
2057
|
stop?: number;
|
2058
2058
|
})[];
|
@@ -2061,7 +2061,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2061
2061
|
} | {
|
2062
2062
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2063
2063
|
toned?: boolean;
|
2064
|
-
colorSchemaType?: "
|
2064
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2065
2065
|
};
|
2066
2066
|
border?: {
|
2067
2067
|
radius?: {
|
@@ -2080,7 +2080,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2080
2080
|
colors: (string | {
|
2081
2081
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2082
2082
|
toned?: boolean;
|
2083
|
-
colorSchemaType?: "
|
2083
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2084
2084
|
} | {
|
2085
2085
|
color: string | any;
|
2086
2086
|
stop?: number;
|
@@ -2101,12 +2101,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2101
2101
|
colors: (string | {
|
2102
2102
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2103
2103
|
toned?: boolean;
|
2104
|
-
colorSchemaType?: "
|
2104
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2105
2105
|
} | {
|
2106
2106
|
color: string | {
|
2107
2107
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2108
2108
|
toned?: boolean;
|
2109
|
-
colorSchemaType?: "
|
2109
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2110
2110
|
};
|
2111
2111
|
stop?: number;
|
2112
2112
|
})[];
|
@@ -2115,7 +2115,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2115
2115
|
} | {
|
2116
2116
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2117
2117
|
toned?: boolean;
|
2118
|
-
colorSchemaType?: "
|
2118
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2119
2119
|
};
|
2120
2120
|
typography?: {
|
2121
2121
|
decoration?: string;
|
@@ -2135,7 +2135,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2135
2135
|
lineHeight: number;
|
2136
2136
|
};
|
2137
2137
|
} | {
|
2138
|
-
type: "
|
2138
|
+
type: "text" | "title" | "navigation";
|
2139
2139
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2140
2140
|
};
|
2141
2141
|
};
|
@@ -2144,12 +2144,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2144
2144
|
colors: (string | {
|
2145
2145
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2146
2146
|
toned?: boolean;
|
2147
|
-
colorSchemaType?: "
|
2147
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2148
2148
|
} | {
|
2149
2149
|
color: string | {
|
2150
2150
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2151
2151
|
toned?: boolean;
|
2152
|
-
colorSchemaType?: "
|
2152
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2153
2153
|
};
|
2154
2154
|
stop?: number;
|
2155
2155
|
})[];
|
@@ -2158,7 +2158,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2158
2158
|
} | {
|
2159
2159
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2160
2160
|
toned?: boolean;
|
2161
|
-
colorSchemaType?: "
|
2161
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2162
2162
|
};
|
2163
2163
|
size?: number;
|
2164
2164
|
};
|
@@ -2175,12 +2175,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2175
2175
|
colors: (string | {
|
2176
2176
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2177
2177
|
toned?: boolean;
|
2178
|
-
colorSchemaType?: "
|
2178
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2179
2179
|
} | {
|
2180
2180
|
color: string | {
|
2181
2181
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2182
2182
|
toned?: boolean;
|
2183
|
-
colorSchemaType?: "
|
2183
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2184
2184
|
};
|
2185
2185
|
stop?: number;
|
2186
2186
|
})[];
|
@@ -2189,7 +2189,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2189
2189
|
} | {
|
2190
2190
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2191
2191
|
toned?: boolean;
|
2192
|
-
colorSchemaType?: "
|
2192
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2193
2193
|
};
|
2194
2194
|
border?: {
|
2195
2195
|
radius?: {
|
@@ -2208,7 +2208,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2208
2208
|
colors: (string | {
|
2209
2209
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2210
2210
|
toned?: boolean;
|
2211
|
-
colorSchemaType?: "
|
2211
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2212
2212
|
} | {
|
2213
2213
|
color: string | any;
|
2214
2214
|
stop?: number;
|
@@ -2229,12 +2229,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2229
2229
|
colors: (string | {
|
2230
2230
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2231
2231
|
toned?: boolean;
|
2232
|
-
colorSchemaType?: "
|
2232
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2233
2233
|
} | {
|
2234
2234
|
color: string | {
|
2235
2235
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2236
2236
|
toned?: boolean;
|
2237
|
-
colorSchemaType?: "
|
2237
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2238
2238
|
};
|
2239
2239
|
stop?: number;
|
2240
2240
|
})[];
|
@@ -2243,7 +2243,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2243
2243
|
} | {
|
2244
2244
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2245
2245
|
toned?: boolean;
|
2246
|
-
colorSchemaType?: "
|
2246
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2247
2247
|
};
|
2248
2248
|
typography?: {
|
2249
2249
|
decoration?: string;
|
@@ -2263,7 +2263,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2263
2263
|
lineHeight: number;
|
2264
2264
|
};
|
2265
2265
|
} | {
|
2266
|
-
type: "
|
2266
|
+
type: "text" | "title" | "navigation";
|
2267
2267
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2268
2268
|
};
|
2269
2269
|
};
|
@@ -2272,12 +2272,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2272
2272
|
colors: (string | {
|
2273
2273
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2274
2274
|
toned?: boolean;
|
2275
|
-
colorSchemaType?: "
|
2275
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2276
2276
|
} | {
|
2277
2277
|
color: string | {
|
2278
2278
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2279
2279
|
toned?: boolean;
|
2280
|
-
colorSchemaType?: "
|
2280
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2281
2281
|
};
|
2282
2282
|
stop?: number;
|
2283
2283
|
})[];
|
@@ -2286,7 +2286,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2286
2286
|
} | {
|
2287
2287
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2288
2288
|
toned?: boolean;
|
2289
|
-
colorSchemaType?: "
|
2289
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2290
2290
|
};
|
2291
2291
|
size?: number;
|
2292
2292
|
};
|
@@ -2305,12 +2305,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2305
2305
|
colors: (string | {
|
2306
2306
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2307
2307
|
toned?: boolean;
|
2308
|
-
colorSchemaType?: "
|
2308
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2309
2309
|
} | {
|
2310
2310
|
color: string | {
|
2311
2311
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2312
2312
|
toned?: boolean;
|
2313
|
-
colorSchemaType?: "
|
2313
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2314
2314
|
};
|
2315
2315
|
stop?: number;
|
2316
2316
|
})[];
|
@@ -2319,7 +2319,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2319
2319
|
} | {
|
2320
2320
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2321
2321
|
toned?: boolean;
|
2322
|
-
colorSchemaType?: "
|
2322
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2323
2323
|
};
|
2324
2324
|
border?: {
|
2325
2325
|
radius?: {
|
@@ -2338,7 +2338,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2338
2338
|
colors: (string | {
|
2339
2339
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2340
2340
|
toned?: boolean;
|
2341
|
-
colorSchemaType?: "
|
2341
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2342
2342
|
} | {
|
2343
2343
|
color: string | any;
|
2344
2344
|
stop?: number;
|
@@ -2359,12 +2359,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2359
2359
|
colors: (string | {
|
2360
2360
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2361
2361
|
toned?: boolean;
|
2362
|
-
colorSchemaType?: "
|
2362
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2363
2363
|
} | {
|
2364
2364
|
color: string | {
|
2365
2365
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2366
2366
|
toned?: boolean;
|
2367
|
-
colorSchemaType?: "
|
2367
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2368
2368
|
};
|
2369
2369
|
stop?: number;
|
2370
2370
|
})[];
|
@@ -2373,7 +2373,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2373
2373
|
} | {
|
2374
2374
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2375
2375
|
toned?: boolean;
|
2376
|
-
colorSchemaType?: "
|
2376
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2377
2377
|
};
|
2378
2378
|
typography?: {
|
2379
2379
|
decoration?: string;
|
@@ -2393,7 +2393,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2393
2393
|
lineHeight: number;
|
2394
2394
|
};
|
2395
2395
|
} | {
|
2396
|
-
type: "
|
2396
|
+
type: "text" | "title" | "navigation";
|
2397
2397
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2398
2398
|
};
|
2399
2399
|
};
|
@@ -2402,12 +2402,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2402
2402
|
colors: (string | {
|
2403
2403
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2404
2404
|
toned?: boolean;
|
2405
|
-
colorSchemaType?: "
|
2405
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2406
2406
|
} | {
|
2407
2407
|
color: string | {
|
2408
2408
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2409
2409
|
toned?: boolean;
|
2410
|
-
colorSchemaType?: "
|
2410
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2411
2411
|
};
|
2412
2412
|
stop?: number;
|
2413
2413
|
})[];
|
@@ -2416,7 +2416,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2416
2416
|
} | {
|
2417
2417
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2418
2418
|
toned?: boolean;
|
2419
|
-
colorSchemaType?: "
|
2419
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2420
2420
|
};
|
2421
2421
|
size?: number;
|
2422
2422
|
};
|
@@ -2433,12 +2433,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2433
2433
|
colors: (string | {
|
2434
2434
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2435
2435
|
toned?: boolean;
|
2436
|
-
colorSchemaType?: "
|
2436
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2437
2437
|
} | {
|
2438
2438
|
color: string | {
|
2439
2439
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2440
2440
|
toned?: boolean;
|
2441
|
-
colorSchemaType?: "
|
2441
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2442
2442
|
};
|
2443
2443
|
stop?: number;
|
2444
2444
|
})[];
|
@@ -2447,7 +2447,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2447
2447
|
} | {
|
2448
2448
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2449
2449
|
toned?: boolean;
|
2450
|
-
colorSchemaType?: "
|
2450
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2451
2451
|
};
|
2452
2452
|
border?: {
|
2453
2453
|
radius?: {
|
@@ -2466,7 +2466,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2466
2466
|
colors: (string | {
|
2467
2467
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2468
2468
|
toned?: boolean;
|
2469
|
-
colorSchemaType?: "
|
2469
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2470
2470
|
} | {
|
2471
2471
|
color: string | any;
|
2472
2472
|
stop?: number;
|
@@ -2487,12 +2487,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2487
2487
|
colors: (string | {
|
2488
2488
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2489
2489
|
toned?: boolean;
|
2490
|
-
colorSchemaType?: "
|
2490
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2491
2491
|
} | {
|
2492
2492
|
color: string | {
|
2493
2493
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2494
2494
|
toned?: boolean;
|
2495
|
-
colorSchemaType?: "
|
2495
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2496
2496
|
};
|
2497
2497
|
stop?: number;
|
2498
2498
|
})[];
|
@@ -2501,7 +2501,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2501
2501
|
} | {
|
2502
2502
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2503
2503
|
toned?: boolean;
|
2504
|
-
colorSchemaType?: "
|
2504
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2505
2505
|
};
|
2506
2506
|
typography?: {
|
2507
2507
|
decoration?: string;
|
@@ -2521,7 +2521,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2521
2521
|
lineHeight: number;
|
2522
2522
|
};
|
2523
2523
|
} | {
|
2524
|
-
type: "
|
2524
|
+
type: "text" | "title" | "navigation";
|
2525
2525
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2526
2526
|
};
|
2527
2527
|
};
|
@@ -2530,12 +2530,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2530
2530
|
colors: (string | {
|
2531
2531
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2532
2532
|
toned?: boolean;
|
2533
|
-
colorSchemaType?: "
|
2533
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2534
2534
|
} | {
|
2535
2535
|
color: string | {
|
2536
2536
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2537
2537
|
toned?: boolean;
|
2538
|
-
colorSchemaType?: "
|
2538
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2539
2539
|
};
|
2540
2540
|
stop?: number;
|
2541
2541
|
})[];
|
@@ -2544,7 +2544,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2544
2544
|
} | {
|
2545
2545
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2546
2546
|
toned?: boolean;
|
2547
|
-
colorSchemaType?: "
|
2547
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2548
2548
|
};
|
2549
2549
|
size?: number;
|
2550
2550
|
};
|
@@ -2561,12 +2561,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2561
2561
|
colors: (string | {
|
2562
2562
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2563
2563
|
toned?: boolean;
|
2564
|
-
colorSchemaType?: "
|
2564
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2565
2565
|
} | {
|
2566
2566
|
color: string | {
|
2567
2567
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2568
2568
|
toned?: boolean;
|
2569
|
-
colorSchemaType?: "
|
2569
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2570
2570
|
};
|
2571
2571
|
stop?: number;
|
2572
2572
|
})[];
|
@@ -2575,7 +2575,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2575
2575
|
} | {
|
2576
2576
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2577
2577
|
toned?: boolean;
|
2578
|
-
colorSchemaType?: "
|
2578
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2579
2579
|
};
|
2580
2580
|
border?: {
|
2581
2581
|
radius?: {
|
@@ -2594,7 +2594,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2594
2594
|
colors: (string | {
|
2595
2595
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2596
2596
|
toned?: boolean;
|
2597
|
-
colorSchemaType?: "
|
2597
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2598
2598
|
} | {
|
2599
2599
|
color: string | any;
|
2600
2600
|
stop?: number;
|
@@ -2615,12 +2615,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2615
2615
|
colors: (string | {
|
2616
2616
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2617
2617
|
toned?: boolean;
|
2618
|
-
colorSchemaType?: "
|
2618
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2619
2619
|
} | {
|
2620
2620
|
color: string | {
|
2621
2621
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2622
2622
|
toned?: boolean;
|
2623
|
-
colorSchemaType?: "
|
2623
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2624
2624
|
};
|
2625
2625
|
stop?: number;
|
2626
2626
|
})[];
|
@@ -2629,7 +2629,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2629
2629
|
} | {
|
2630
2630
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2631
2631
|
toned?: boolean;
|
2632
|
-
colorSchemaType?: "
|
2632
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2633
2633
|
};
|
2634
2634
|
typography?: {
|
2635
2635
|
decoration?: string;
|
@@ -2649,7 +2649,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2649
2649
|
lineHeight: number;
|
2650
2650
|
};
|
2651
2651
|
} | {
|
2652
|
-
type: "
|
2652
|
+
type: "text" | "title" | "navigation";
|
2653
2653
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2654
2654
|
};
|
2655
2655
|
};
|
@@ -2658,12 +2658,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2658
2658
|
colors: (string | {
|
2659
2659
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2660
2660
|
toned?: boolean;
|
2661
|
-
colorSchemaType?: "
|
2661
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2662
2662
|
} | {
|
2663
2663
|
color: string | {
|
2664
2664
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2665
2665
|
toned?: boolean;
|
2666
|
-
colorSchemaType?: "
|
2666
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2667
2667
|
};
|
2668
2668
|
stop?: number;
|
2669
2669
|
})[];
|
@@ -2672,7 +2672,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2672
2672
|
} | {
|
2673
2673
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2674
2674
|
toned?: boolean;
|
2675
|
-
colorSchemaType?: "
|
2675
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2676
2676
|
};
|
2677
2677
|
size?: number;
|
2678
2678
|
};
|
@@ -2689,12 +2689,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2689
2689
|
colors: (string | {
|
2690
2690
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2691
2691
|
toned?: boolean;
|
2692
|
-
colorSchemaType?: "
|
2692
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2693
2693
|
} | {
|
2694
2694
|
color: string | {
|
2695
2695
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2696
2696
|
toned?: boolean;
|
2697
|
-
colorSchemaType?: "
|
2697
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2698
2698
|
};
|
2699
2699
|
stop?: number;
|
2700
2700
|
})[];
|
@@ -2703,7 +2703,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2703
2703
|
} | {
|
2704
2704
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2705
2705
|
toned?: boolean;
|
2706
|
-
colorSchemaType?: "
|
2706
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2707
2707
|
};
|
2708
2708
|
border?: {
|
2709
2709
|
radius?: {
|
@@ -2722,7 +2722,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2722
2722
|
colors: (string | {
|
2723
2723
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2724
2724
|
toned?: boolean;
|
2725
|
-
colorSchemaType?: "
|
2725
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2726
2726
|
} | {
|
2727
2727
|
color: string | any;
|
2728
2728
|
stop?: number;
|
@@ -2743,12 +2743,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2743
2743
|
colors: (string | {
|
2744
2744
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2745
2745
|
toned?: boolean;
|
2746
|
-
colorSchemaType?: "
|
2746
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2747
2747
|
} | {
|
2748
2748
|
color: string | {
|
2749
2749
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2750
2750
|
toned?: boolean;
|
2751
|
-
colorSchemaType?: "
|
2751
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2752
2752
|
};
|
2753
2753
|
stop?: number;
|
2754
2754
|
})[];
|
@@ -2757,7 +2757,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2757
2757
|
} | {
|
2758
2758
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2759
2759
|
toned?: boolean;
|
2760
|
-
colorSchemaType?: "
|
2760
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2761
2761
|
};
|
2762
2762
|
typography?: {
|
2763
2763
|
decoration?: string;
|
@@ -2777,7 +2777,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2777
2777
|
lineHeight: number;
|
2778
2778
|
};
|
2779
2779
|
} | {
|
2780
|
-
type: "
|
2780
|
+
type: "text" | "title" | "navigation";
|
2781
2781
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2782
2782
|
};
|
2783
2783
|
};
|
@@ -2786,12 +2786,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2786
2786
|
colors: (string | {
|
2787
2787
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2788
2788
|
toned?: boolean;
|
2789
|
-
colorSchemaType?: "
|
2789
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2790
2790
|
} | {
|
2791
2791
|
color: string | {
|
2792
2792
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2793
2793
|
toned?: boolean;
|
2794
|
-
colorSchemaType?: "
|
2794
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2795
2795
|
};
|
2796
2796
|
stop?: number;
|
2797
2797
|
})[];
|
@@ -2800,7 +2800,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2800
2800
|
} | {
|
2801
2801
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2802
2802
|
toned?: boolean;
|
2803
|
-
colorSchemaType?: "
|
2803
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2804
2804
|
};
|
2805
2805
|
size?: number;
|
2806
2806
|
};
|
@@ -2817,12 +2817,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2817
2817
|
colors: (string | {
|
2818
2818
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2819
2819
|
toned?: boolean;
|
2820
|
-
colorSchemaType?: "
|
2820
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2821
2821
|
} | {
|
2822
2822
|
color: string | {
|
2823
2823
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2824
2824
|
toned?: boolean;
|
2825
|
-
colorSchemaType?: "
|
2825
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2826
2826
|
};
|
2827
2827
|
stop?: number;
|
2828
2828
|
})[];
|
@@ -2831,7 +2831,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2831
2831
|
} | {
|
2832
2832
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2833
2833
|
toned?: boolean;
|
2834
|
-
colorSchemaType?: "
|
2834
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2835
2835
|
};
|
2836
2836
|
border?: {
|
2837
2837
|
radius?: {
|
@@ -2850,7 +2850,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2850
2850
|
colors: (string | {
|
2851
2851
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2852
2852
|
toned?: boolean;
|
2853
|
-
colorSchemaType?: "
|
2853
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2854
2854
|
} | {
|
2855
2855
|
color: string | any;
|
2856
2856
|
stop?: number;
|
@@ -2871,12 +2871,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2871
2871
|
colors: (string | {
|
2872
2872
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2873
2873
|
toned?: boolean;
|
2874
|
-
colorSchemaType?: "
|
2874
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2875
2875
|
} | {
|
2876
2876
|
color: string | {
|
2877
2877
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2878
2878
|
toned?: boolean;
|
2879
|
-
colorSchemaType?: "
|
2879
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2880
2880
|
};
|
2881
2881
|
stop?: number;
|
2882
2882
|
})[];
|
@@ -2885,7 +2885,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2885
2885
|
} | {
|
2886
2886
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2887
2887
|
toned?: boolean;
|
2888
|
-
colorSchemaType?: "
|
2888
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2889
2889
|
};
|
2890
2890
|
typography?: {
|
2891
2891
|
decoration?: string;
|
@@ -2905,7 +2905,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2905
2905
|
lineHeight: number;
|
2906
2906
|
};
|
2907
2907
|
} | {
|
2908
|
-
type: "
|
2908
|
+
type: "text" | "title" | "navigation";
|
2909
2909
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2910
2910
|
};
|
2911
2911
|
};
|
@@ -2914,12 +2914,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2914
2914
|
colors: (string | {
|
2915
2915
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2916
2916
|
toned?: boolean;
|
2917
|
-
colorSchemaType?: "
|
2917
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2918
2918
|
} | {
|
2919
2919
|
color: string | {
|
2920
2920
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2921
2921
|
toned?: boolean;
|
2922
|
-
colorSchemaType?: "
|
2922
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2923
2923
|
};
|
2924
2924
|
stop?: number;
|
2925
2925
|
})[];
|
@@ -2928,7 +2928,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2928
2928
|
} | {
|
2929
2929
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2930
2930
|
toned?: boolean;
|
2931
|
-
colorSchemaType?: "
|
2931
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2932
2932
|
};
|
2933
2933
|
size?: number;
|
2934
2934
|
};
|
@@ -2945,12 +2945,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2945
2945
|
colors: (string | {
|
2946
2946
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2947
2947
|
toned?: boolean;
|
2948
|
-
colorSchemaType?: "
|
2948
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2949
2949
|
} | {
|
2950
2950
|
color: string | {
|
2951
2951
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2952
2952
|
toned?: boolean;
|
2953
|
-
colorSchemaType?: "
|
2953
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2954
2954
|
};
|
2955
2955
|
stop?: number;
|
2956
2956
|
})[];
|
@@ -2959,7 +2959,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2959
2959
|
} | {
|
2960
2960
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2961
2961
|
toned?: boolean;
|
2962
|
-
colorSchemaType?: "
|
2962
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2963
2963
|
};
|
2964
2964
|
border?: {
|
2965
2965
|
radius?: {
|
@@ -2978,7 +2978,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2978
2978
|
colors: (string | {
|
2979
2979
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2980
2980
|
toned?: boolean;
|
2981
|
-
colorSchemaType?: "
|
2981
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2982
2982
|
} | {
|
2983
2983
|
color: string | any;
|
2984
2984
|
stop?: number;
|
@@ -2999,12 +2999,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2999
2999
|
colors: (string | {
|
3000
3000
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3001
3001
|
toned?: boolean;
|
3002
|
-
colorSchemaType?: "
|
3002
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3003
3003
|
} | {
|
3004
3004
|
color: string | {
|
3005
3005
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3006
3006
|
toned?: boolean;
|
3007
|
-
colorSchemaType?: "
|
3007
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3008
3008
|
};
|
3009
3009
|
stop?: number;
|
3010
3010
|
})[];
|
@@ -3013,7 +3013,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3013
3013
|
} | {
|
3014
3014
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3015
3015
|
toned?: boolean;
|
3016
|
-
colorSchemaType?: "
|
3016
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3017
3017
|
};
|
3018
3018
|
typography?: {
|
3019
3019
|
decoration?: string;
|
@@ -3033,7 +3033,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3033
3033
|
lineHeight: number;
|
3034
3034
|
};
|
3035
3035
|
} | {
|
3036
|
-
type: "
|
3036
|
+
type: "text" | "title" | "navigation";
|
3037
3037
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3038
3038
|
};
|
3039
3039
|
};
|
@@ -3042,12 +3042,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3042
3042
|
colors: (string | {
|
3043
3043
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3044
3044
|
toned?: boolean;
|
3045
|
-
colorSchemaType?: "
|
3045
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3046
3046
|
} | {
|
3047
3047
|
color: string | {
|
3048
3048
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3049
3049
|
toned?: boolean;
|
3050
|
-
colorSchemaType?: "
|
3050
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3051
3051
|
};
|
3052
3052
|
stop?: number;
|
3053
3053
|
})[];
|
@@ -3056,7 +3056,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3056
3056
|
} | {
|
3057
3057
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3058
3058
|
toned?: boolean;
|
3059
|
-
colorSchemaType?: "
|
3059
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3060
3060
|
};
|
3061
3061
|
size?: number;
|
3062
3062
|
};
|
@@ -3073,12 +3073,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3073
3073
|
colors: (string | {
|
3074
3074
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3075
3075
|
toned?: boolean;
|
3076
|
-
colorSchemaType?: "
|
3076
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3077
3077
|
} | {
|
3078
3078
|
color: string | {
|
3079
3079
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3080
3080
|
toned?: boolean;
|
3081
|
-
colorSchemaType?: "
|
3081
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3082
3082
|
};
|
3083
3083
|
stop?: number;
|
3084
3084
|
})[];
|
@@ -3087,7 +3087,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3087
3087
|
} | {
|
3088
3088
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3089
3089
|
toned?: boolean;
|
3090
|
-
colorSchemaType?: "
|
3090
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3091
3091
|
};
|
3092
3092
|
border?: {
|
3093
3093
|
radius?: {
|
@@ -3106,7 +3106,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3106
3106
|
colors: (string | {
|
3107
3107
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3108
3108
|
toned?: boolean;
|
3109
|
-
colorSchemaType?: "
|
3109
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3110
3110
|
} | {
|
3111
3111
|
color: string | any;
|
3112
3112
|
stop?: number;
|
@@ -3127,12 +3127,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3127
3127
|
colors: (string | {
|
3128
3128
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3129
3129
|
toned?: boolean;
|
3130
|
-
colorSchemaType?: "
|
3130
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3131
3131
|
} | {
|
3132
3132
|
color: string | {
|
3133
3133
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3134
3134
|
toned?: boolean;
|
3135
|
-
colorSchemaType?: "
|
3135
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3136
3136
|
};
|
3137
3137
|
stop?: number;
|
3138
3138
|
})[];
|
@@ -3141,7 +3141,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3141
3141
|
} | {
|
3142
3142
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3143
3143
|
toned?: boolean;
|
3144
|
-
colorSchemaType?: "
|
3144
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3145
3145
|
};
|
3146
3146
|
typography?: {
|
3147
3147
|
decoration?: string;
|
@@ -3161,7 +3161,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3161
3161
|
lineHeight: number;
|
3162
3162
|
};
|
3163
3163
|
} | {
|
3164
|
-
type: "
|
3164
|
+
type: "text" | "title" | "navigation";
|
3165
3165
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3166
3166
|
};
|
3167
3167
|
};
|
@@ -3170,12 +3170,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3170
3170
|
colors: (string | {
|
3171
3171
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3172
3172
|
toned?: boolean;
|
3173
|
-
colorSchemaType?: "
|
3173
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3174
3174
|
} | {
|
3175
3175
|
color: string | {
|
3176
3176
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3177
3177
|
toned?: boolean;
|
3178
|
-
colorSchemaType?: "
|
3178
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3179
3179
|
};
|
3180
3180
|
stop?: number;
|
3181
3181
|
})[];
|
@@ -3184,7 +3184,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3184
3184
|
} | {
|
3185
3185
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3186
3186
|
toned?: boolean;
|
3187
|
-
colorSchemaType?: "
|
3187
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3188
3188
|
};
|
3189
3189
|
size?: number;
|
3190
3190
|
};
|
@@ -3201,12 +3201,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3201
3201
|
colors: (string | {
|
3202
3202
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3203
3203
|
toned?: boolean;
|
3204
|
-
colorSchemaType?: "
|
3204
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3205
3205
|
} | {
|
3206
3206
|
color: string | {
|
3207
3207
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3208
3208
|
toned?: boolean;
|
3209
|
-
colorSchemaType?: "
|
3209
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3210
3210
|
};
|
3211
3211
|
stop?: number;
|
3212
3212
|
})[];
|
@@ -3215,7 +3215,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3215
3215
|
} | {
|
3216
3216
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3217
3217
|
toned?: boolean;
|
3218
|
-
colorSchemaType?: "
|
3218
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3219
3219
|
};
|
3220
3220
|
border?: {
|
3221
3221
|
radius?: {
|
@@ -3234,7 +3234,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3234
3234
|
colors: (string | {
|
3235
3235
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3236
3236
|
toned?: boolean;
|
3237
|
-
colorSchemaType?: "
|
3237
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3238
3238
|
} | {
|
3239
3239
|
color: string | any;
|
3240
3240
|
stop?: number;
|
@@ -3255,12 +3255,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3255
3255
|
colors: (string | {
|
3256
3256
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3257
3257
|
toned?: boolean;
|
3258
|
-
colorSchemaType?: "
|
3258
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3259
3259
|
} | {
|
3260
3260
|
color: string | {
|
3261
3261
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3262
3262
|
toned?: boolean;
|
3263
|
-
colorSchemaType?: "
|
3263
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3264
3264
|
};
|
3265
3265
|
stop?: number;
|
3266
3266
|
})[];
|
@@ -3269,7 +3269,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3269
3269
|
} | {
|
3270
3270
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3271
3271
|
toned?: boolean;
|
3272
|
-
colorSchemaType?: "
|
3272
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3273
3273
|
};
|
3274
3274
|
typography?: {
|
3275
3275
|
decoration?: string;
|
@@ -3289,7 +3289,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3289
3289
|
lineHeight: number;
|
3290
3290
|
};
|
3291
3291
|
} | {
|
3292
|
-
type: "
|
3292
|
+
type: "text" | "title" | "navigation";
|
3293
3293
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3294
3294
|
};
|
3295
3295
|
};
|
@@ -3298,12 +3298,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3298
3298
|
colors: (string | {
|
3299
3299
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3300
3300
|
toned?: boolean;
|
3301
|
-
colorSchemaType?: "
|
3301
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3302
3302
|
} | {
|
3303
3303
|
color: string | {
|
3304
3304
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3305
3305
|
toned?: boolean;
|
3306
|
-
colorSchemaType?: "
|
3306
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3307
3307
|
};
|
3308
3308
|
stop?: number;
|
3309
3309
|
})[];
|
@@ -3312,7 +3312,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3312
3312
|
} | {
|
3313
3313
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3314
3314
|
toned?: boolean;
|
3315
|
-
colorSchemaType?: "
|
3315
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3316
3316
|
};
|
3317
3317
|
size?: number;
|
3318
3318
|
};
|
@@ -3329,12 +3329,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3329
3329
|
colors: (string | {
|
3330
3330
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3331
3331
|
toned?: boolean;
|
3332
|
-
colorSchemaType?: "
|
3332
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3333
3333
|
} | {
|
3334
3334
|
color: string | {
|
3335
3335
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3336
3336
|
toned?: boolean;
|
3337
|
-
colorSchemaType?: "
|
3337
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3338
3338
|
};
|
3339
3339
|
stop?: number;
|
3340
3340
|
})[];
|
@@ -3343,7 +3343,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3343
3343
|
} | {
|
3344
3344
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3345
3345
|
toned?: boolean;
|
3346
|
-
colorSchemaType?: "
|
3346
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3347
3347
|
};
|
3348
3348
|
border?: {
|
3349
3349
|
radius?: {
|
@@ -3362,7 +3362,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3362
3362
|
colors: (string | {
|
3363
3363
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3364
3364
|
toned?: boolean;
|
3365
|
-
colorSchemaType?: "
|
3365
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3366
3366
|
} | {
|
3367
3367
|
color: string | any;
|
3368
3368
|
stop?: number;
|
@@ -3383,12 +3383,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3383
3383
|
colors: (string | {
|
3384
3384
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3385
3385
|
toned?: boolean;
|
3386
|
-
colorSchemaType?: "
|
3386
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3387
3387
|
} | {
|
3388
3388
|
color: string | {
|
3389
3389
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3390
3390
|
toned?: boolean;
|
3391
|
-
colorSchemaType?: "
|
3391
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3392
3392
|
};
|
3393
3393
|
stop?: number;
|
3394
3394
|
})[];
|
@@ -3397,7 +3397,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3397
3397
|
} | {
|
3398
3398
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3399
3399
|
toned?: boolean;
|
3400
|
-
colorSchemaType?: "
|
3400
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3401
3401
|
};
|
3402
3402
|
typography?: {
|
3403
3403
|
decoration?: string;
|
@@ -3417,7 +3417,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3417
3417
|
lineHeight: number;
|
3418
3418
|
};
|
3419
3419
|
} | {
|
3420
|
-
type: "
|
3420
|
+
type: "text" | "title" | "navigation";
|
3421
3421
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3422
3422
|
};
|
3423
3423
|
};
|
@@ -3426,12 +3426,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3426
3426
|
colors: (string | {
|
3427
3427
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3428
3428
|
toned?: boolean;
|
3429
|
-
colorSchemaType?: "
|
3429
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3430
3430
|
} | {
|
3431
3431
|
color: string | {
|
3432
3432
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3433
3433
|
toned?: boolean;
|
3434
|
-
colorSchemaType?: "
|
3434
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3435
3435
|
};
|
3436
3436
|
stop?: number;
|
3437
3437
|
})[];
|
@@ -3440,7 +3440,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3440
3440
|
} | {
|
3441
3441
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3442
3442
|
toned?: boolean;
|
3443
|
-
colorSchemaType?: "
|
3443
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3444
3444
|
};
|
3445
3445
|
size?: number;
|
3446
3446
|
};
|
@@ -3455,12 +3455,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3455
3455
|
colors: (string | {
|
3456
3456
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3457
3457
|
toned?: boolean;
|
3458
|
-
colorSchemaType?: "
|
3458
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3459
3459
|
} | {
|
3460
3460
|
color: string | {
|
3461
3461
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3462
3462
|
toned?: boolean;
|
3463
|
-
colorSchemaType?: "
|
3463
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3464
3464
|
};
|
3465
3465
|
stop?: number;
|
3466
3466
|
})[];
|
@@ -3469,7 +3469,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3469
3469
|
} | {
|
3470
3470
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3471
3471
|
toned?: boolean;
|
3472
|
-
colorSchemaType?: "
|
3472
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3473
3473
|
};
|
3474
3474
|
border?: {
|
3475
3475
|
radius?: {
|
@@ -3488,12 +3488,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3488
3488
|
colors: (string | {
|
3489
3489
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3490
3490
|
toned?: boolean;
|
3491
|
-
colorSchemaType?: "
|
3491
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3492
3492
|
} | {
|
3493
3493
|
color: string | {
|
3494
3494
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3495
3495
|
toned?: boolean;
|
3496
|
-
colorSchemaType?: "
|
3496
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3497
3497
|
};
|
3498
3498
|
stop?: number;
|
3499
3499
|
})[];
|
@@ -3525,23 +3525,23 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3525
3525
|
grow?: boolean;
|
3526
3526
|
minHeight?: number;
|
3527
3527
|
minWidth?: number;
|
3528
|
-
alignment?: "
|
3528
|
+
alignment?: "start" | "center" | "end";
|
3529
3529
|
sliderColor?: string | {
|
3530
3530
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3531
3531
|
toned?: boolean;
|
3532
|
-
colorSchemaType?: "
|
3532
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3533
3533
|
};
|
3534
3534
|
text?: {
|
3535
3535
|
color?: string | {
|
3536
3536
|
colors: (string | {
|
3537
3537
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3538
3538
|
toned?: boolean;
|
3539
|
-
colorSchemaType?: "
|
3539
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3540
3540
|
} | {
|
3541
3541
|
color: string | {
|
3542
3542
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3543
3543
|
toned?: boolean;
|
3544
|
-
colorSchemaType?: "
|
3544
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3545
3545
|
};
|
3546
3546
|
stop?: number;
|
3547
3547
|
})[];
|
@@ -3550,7 +3550,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3550
3550
|
} | {
|
3551
3551
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3552
3552
|
toned?: boolean;
|
3553
|
-
colorSchemaType?: "
|
3553
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3554
3554
|
};
|
3555
3555
|
typography?: {
|
3556
3556
|
decoration?: string;
|
@@ -3570,7 +3570,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3570
3570
|
lineHeight: number;
|
3571
3571
|
};
|
3572
3572
|
} | {
|
3573
|
-
type: "
|
3573
|
+
type: "text" | "title" | "navigation";
|
3574
3574
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3575
3575
|
};
|
3576
3576
|
};
|
@@ -3579,12 +3579,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3579
3579
|
colors: (string | {
|
3580
3580
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3581
3581
|
toned?: boolean;
|
3582
|
-
colorSchemaType?: "
|
3582
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3583
3583
|
} | {
|
3584
3584
|
color: string | {
|
3585
3585
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3586
3586
|
toned?: boolean;
|
3587
|
-
colorSchemaType?: "
|
3587
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3588
3588
|
};
|
3589
3589
|
stop?: number;
|
3590
3590
|
})[];
|
@@ -3593,7 +3593,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3593
3593
|
} | {
|
3594
3594
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3595
3595
|
toned?: boolean;
|
3596
|
-
colorSchemaType?: "
|
3596
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3597
3597
|
};
|
3598
3598
|
size?: number;
|
3599
3599
|
};
|
@@ -3609,12 +3609,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3609
3609
|
colors: (string | {
|
3610
3610
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3611
3611
|
toned?: boolean;
|
3612
|
-
colorSchemaType?: "
|
3612
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3613
3613
|
} | {
|
3614
3614
|
color: string | {
|
3615
3615
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3616
3616
|
toned?: boolean;
|
3617
|
-
colorSchemaType?: "
|
3617
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3618
3618
|
};
|
3619
3619
|
stop?: number;
|
3620
3620
|
})[];
|
@@ -3623,7 +3623,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3623
3623
|
} | {
|
3624
3624
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3625
3625
|
toned?: boolean;
|
3626
|
-
colorSchemaType?: "
|
3626
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3627
3627
|
};
|
3628
3628
|
border?: {
|
3629
3629
|
radius?: {
|
@@ -3642,7 +3642,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3642
3642
|
colors: (string | {
|
3643
3643
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3644
3644
|
toned?: boolean;
|
3645
|
-
colorSchemaType?: "
|
3645
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3646
3646
|
} | {
|
3647
3647
|
color: string | any;
|
3648
3648
|
stop?: number;
|
@@ -3662,12 +3662,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3662
3662
|
colors: (string | {
|
3663
3663
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3664
3664
|
toned?: boolean;
|
3665
|
-
colorSchemaType?: "
|
3665
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3666
3666
|
} | {
|
3667
3667
|
color: string | {
|
3668
3668
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3669
3669
|
toned?: boolean;
|
3670
|
-
colorSchemaType?: "
|
3670
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3671
3671
|
};
|
3672
3672
|
stop?: number;
|
3673
3673
|
})[];
|
@@ -3676,7 +3676,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3676
3676
|
} | {
|
3677
3677
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3678
3678
|
toned?: boolean;
|
3679
|
-
colorSchemaType?: "
|
3679
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3680
3680
|
};
|
3681
3681
|
typography?: {
|
3682
3682
|
decoration?: string;
|
@@ -3696,7 +3696,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3696
3696
|
lineHeight: number;
|
3697
3697
|
};
|
3698
3698
|
} | {
|
3699
|
-
type: "
|
3699
|
+
type: "text" | "title" | "navigation";
|
3700
3700
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3701
3701
|
};
|
3702
3702
|
};
|
@@ -3705,12 +3705,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3705
3705
|
colors: (string | {
|
3706
3706
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3707
3707
|
toned?: boolean;
|
3708
|
-
colorSchemaType?: "
|
3708
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3709
3709
|
} | {
|
3710
3710
|
color: string | {
|
3711
3711
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3712
3712
|
toned?: boolean;
|
3713
|
-
colorSchemaType?: "
|
3713
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3714
3714
|
};
|
3715
3715
|
stop?: number;
|
3716
3716
|
})[];
|
@@ -3719,7 +3719,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3719
3719
|
} | {
|
3720
3720
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3721
3721
|
toned?: boolean;
|
3722
|
-
colorSchemaType?: "
|
3722
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3723
3723
|
};
|
3724
3724
|
size?: number;
|
3725
3725
|
};
|
@@ -3730,12 +3730,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3730
3730
|
colors: (string | {
|
3731
3731
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3732
3732
|
toned?: boolean;
|
3733
|
-
colorSchemaType?: "
|
3733
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3734
3734
|
} | {
|
3735
3735
|
color: string | {
|
3736
3736
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3737
3737
|
toned?: boolean;
|
3738
|
-
colorSchemaType?: "
|
3738
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3739
3739
|
};
|
3740
3740
|
stop?: number;
|
3741
3741
|
})[];
|
@@ -3744,7 +3744,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3744
3744
|
} | {
|
3745
3745
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3746
3746
|
toned?: boolean;
|
3747
|
-
colorSchemaType?: "
|
3747
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3748
3748
|
};
|
3749
3749
|
border?: {
|
3750
3750
|
radius?: {
|
@@ -3763,7 +3763,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3763
3763
|
colors: (string | {
|
3764
3764
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3765
3765
|
toned?: boolean;
|
3766
|
-
colorSchemaType?: "
|
3766
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3767
3767
|
} | {
|
3768
3768
|
color: string | any;
|
3769
3769
|
stop?: number;
|
@@ -3786,12 +3786,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3786
3786
|
colors: (string | {
|
3787
3787
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3788
3788
|
toned?: boolean;
|
3789
|
-
colorSchemaType?: "
|
3789
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3790
3790
|
} | {
|
3791
3791
|
color: string | {
|
3792
3792
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3793
3793
|
toned?: boolean;
|
3794
|
-
colorSchemaType?: "
|
3794
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3795
3795
|
};
|
3796
3796
|
stop?: number;
|
3797
3797
|
})[];
|
@@ -3800,7 +3800,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3800
3800
|
} | {
|
3801
3801
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3802
3802
|
toned?: boolean;
|
3803
|
-
colorSchemaType?: "
|
3803
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3804
3804
|
};
|
3805
3805
|
border?: {
|
3806
3806
|
radius?: {
|
@@ -3819,12 +3819,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3819
3819
|
colors: (string | {
|
3820
3820
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3821
3821
|
toned?: boolean;
|
3822
|
-
colorSchemaType?: "
|
3822
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3823
3823
|
} | {
|
3824
3824
|
color: string | {
|
3825
3825
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3826
3826
|
toned?: boolean;
|
3827
|
-
colorSchemaType?: "
|
3827
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3828
3828
|
};
|
3829
3829
|
stop?: number;
|
3830
3830
|
})[];
|
@@ -3856,23 +3856,23 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3856
3856
|
grow?: boolean;
|
3857
3857
|
minHeight?: number;
|
3858
3858
|
minWidth?: number;
|
3859
|
-
alignment?: "
|
3859
|
+
alignment?: "start" | "center" | "end";
|
3860
3860
|
sliderColor?: string | {
|
3861
3861
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3862
3862
|
toned?: boolean;
|
3863
|
-
colorSchemaType?: "
|
3863
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3864
3864
|
};
|
3865
3865
|
text?: {
|
3866
3866
|
color?: string | {
|
3867
3867
|
colors: (string | {
|
3868
3868
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3869
3869
|
toned?: boolean;
|
3870
|
-
colorSchemaType?: "
|
3870
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3871
3871
|
} | {
|
3872
3872
|
color: string | {
|
3873
3873
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3874
3874
|
toned?: boolean;
|
3875
|
-
colorSchemaType?: "
|
3875
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3876
3876
|
};
|
3877
3877
|
stop?: number;
|
3878
3878
|
})[];
|
@@ -3881,7 +3881,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3881
3881
|
} | {
|
3882
3882
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3883
3883
|
toned?: boolean;
|
3884
|
-
colorSchemaType?: "
|
3884
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3885
3885
|
};
|
3886
3886
|
typography?: {
|
3887
3887
|
decoration?: string;
|
@@ -3901,7 +3901,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3901
3901
|
lineHeight: number;
|
3902
3902
|
};
|
3903
3903
|
} | {
|
3904
|
-
type: "
|
3904
|
+
type: "text" | "title" | "navigation";
|
3905
3905
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3906
3906
|
};
|
3907
3907
|
};
|
@@ -3910,12 +3910,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3910
3910
|
colors: (string | {
|
3911
3911
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3912
3912
|
toned?: boolean;
|
3913
|
-
colorSchemaType?: "
|
3913
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3914
3914
|
} | {
|
3915
3915
|
color: string | {
|
3916
3916
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3917
3917
|
toned?: boolean;
|
3918
|
-
colorSchemaType?: "
|
3918
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3919
3919
|
};
|
3920
3920
|
stop?: number;
|
3921
3921
|
})[];
|
@@ -3924,7 +3924,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3924
3924
|
} | {
|
3925
3925
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3926
3926
|
toned?: boolean;
|
3927
|
-
colorSchemaType?: "
|
3927
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3928
3928
|
};
|
3929
3929
|
size?: number;
|
3930
3930
|
};
|
@@ -3940,12 +3940,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3940
3940
|
colors: (string | {
|
3941
3941
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3942
3942
|
toned?: boolean;
|
3943
|
-
colorSchemaType?: "
|
3943
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3944
3944
|
} | {
|
3945
3945
|
color: string | {
|
3946
3946
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3947
3947
|
toned?: boolean;
|
3948
|
-
colorSchemaType?: "
|
3948
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3949
3949
|
};
|
3950
3950
|
stop?: number;
|
3951
3951
|
})[];
|
@@ -3954,7 +3954,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3954
3954
|
} | {
|
3955
3955
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3956
3956
|
toned?: boolean;
|
3957
|
-
colorSchemaType?: "
|
3957
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3958
3958
|
};
|
3959
3959
|
border?: {
|
3960
3960
|
radius?: {
|
@@ -3973,7 +3973,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3973
3973
|
colors: (string | {
|
3974
3974
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3975
3975
|
toned?: boolean;
|
3976
|
-
colorSchemaType?: "
|
3976
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3977
3977
|
} | {
|
3978
3978
|
color: string | any;
|
3979
3979
|
stop?: number;
|
@@ -3993,12 +3993,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3993
3993
|
colors: (string | {
|
3994
3994
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3995
3995
|
toned?: boolean;
|
3996
|
-
colorSchemaType?: "
|
3996
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3997
3997
|
} | {
|
3998
3998
|
color: string | {
|
3999
3999
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4000
4000
|
toned?: boolean;
|
4001
|
-
colorSchemaType?: "
|
4001
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4002
4002
|
};
|
4003
4003
|
stop?: number;
|
4004
4004
|
})[];
|
@@ -4007,7 +4007,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4007
4007
|
} | {
|
4008
4008
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4009
4009
|
toned?: boolean;
|
4010
|
-
colorSchemaType?: "
|
4010
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4011
4011
|
};
|
4012
4012
|
typography?: {
|
4013
4013
|
decoration?: string;
|
@@ -4027,7 +4027,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4027
4027
|
lineHeight: number;
|
4028
4028
|
};
|
4029
4029
|
} | {
|
4030
|
-
type: "
|
4030
|
+
type: "text" | "title" | "navigation";
|
4031
4031
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4032
4032
|
};
|
4033
4033
|
};
|
@@ -4036,12 +4036,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4036
4036
|
colors: (string | {
|
4037
4037
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4038
4038
|
toned?: boolean;
|
4039
|
-
colorSchemaType?: "
|
4039
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4040
4040
|
} | {
|
4041
4041
|
color: string | {
|
4042
4042
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4043
4043
|
toned?: boolean;
|
4044
|
-
colorSchemaType?: "
|
4044
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4045
4045
|
};
|
4046
4046
|
stop?: number;
|
4047
4047
|
})[];
|
@@ -4050,7 +4050,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4050
4050
|
} | {
|
4051
4051
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4052
4052
|
toned?: boolean;
|
4053
|
-
colorSchemaType?: "
|
4053
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4054
4054
|
};
|
4055
4055
|
size?: number;
|
4056
4056
|
};
|
@@ -4061,12 +4061,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4061
4061
|
colors: (string | {
|
4062
4062
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4063
4063
|
toned?: boolean;
|
4064
|
-
colorSchemaType?: "
|
4064
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4065
4065
|
} | {
|
4066
4066
|
color: string | {
|
4067
4067
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4068
4068
|
toned?: boolean;
|
4069
|
-
colorSchemaType?: "
|
4069
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4070
4070
|
};
|
4071
4071
|
stop?: number;
|
4072
4072
|
})[];
|
@@ -4075,7 +4075,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4075
4075
|
} | {
|
4076
4076
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4077
4077
|
toned?: boolean;
|
4078
|
-
colorSchemaType?: "
|
4078
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4079
4079
|
};
|
4080
4080
|
border?: {
|
4081
4081
|
radius?: {
|
@@ -4094,7 +4094,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4094
4094
|
colors: (string | {
|
4095
4095
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4096
4096
|
toned?: boolean;
|
4097
|
-
colorSchemaType?: "
|
4097
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4098
4098
|
} | {
|
4099
4099
|
color: string | any;
|
4100
4100
|
stop?: number;
|
@@ -4117,12 +4117,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4117
4117
|
colors: (string | {
|
4118
4118
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4119
4119
|
toned?: boolean;
|
4120
|
-
colorSchemaType?: "
|
4120
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4121
4121
|
} | {
|
4122
4122
|
color: string | {
|
4123
4123
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4124
4124
|
toned?: boolean;
|
4125
|
-
colorSchemaType?: "
|
4125
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4126
4126
|
};
|
4127
4127
|
stop?: number;
|
4128
4128
|
})[];
|
@@ -4131,7 +4131,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4131
4131
|
} | {
|
4132
4132
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4133
4133
|
toned?: boolean;
|
4134
|
-
colorSchemaType?: "
|
4134
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4135
4135
|
};
|
4136
4136
|
border?: {
|
4137
4137
|
radius?: {
|
@@ -4150,12 +4150,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4150
4150
|
colors: (string | {
|
4151
4151
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4152
4152
|
toned?: boolean;
|
4153
|
-
colorSchemaType?: "
|
4153
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4154
4154
|
} | {
|
4155
4155
|
color: string | {
|
4156
4156
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4157
4157
|
toned?: boolean;
|
4158
|
-
colorSchemaType?: "
|
4158
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4159
4159
|
};
|
4160
4160
|
stop?: number;
|
4161
4161
|
})[];
|
@@ -4187,23 +4187,23 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4187
4187
|
grow?: boolean;
|
4188
4188
|
minHeight?: number;
|
4189
4189
|
minWidth?: number;
|
4190
|
-
alignment?: "
|
4190
|
+
alignment?: "start" | "center" | "end";
|
4191
4191
|
sliderColor?: string | {
|
4192
4192
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4193
4193
|
toned?: boolean;
|
4194
|
-
colorSchemaType?: "
|
4194
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4195
4195
|
};
|
4196
4196
|
text?: {
|
4197
4197
|
color?: string | {
|
4198
4198
|
colors: (string | {
|
4199
4199
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4200
4200
|
toned?: boolean;
|
4201
|
-
colorSchemaType?: "
|
4201
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4202
4202
|
} | {
|
4203
4203
|
color: string | {
|
4204
4204
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4205
4205
|
toned?: boolean;
|
4206
|
-
colorSchemaType?: "
|
4206
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4207
4207
|
};
|
4208
4208
|
stop?: number;
|
4209
4209
|
})[];
|
@@ -4212,7 +4212,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4212
4212
|
} | {
|
4213
4213
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4214
4214
|
toned?: boolean;
|
4215
|
-
colorSchemaType?: "
|
4215
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4216
4216
|
};
|
4217
4217
|
typography?: {
|
4218
4218
|
decoration?: string;
|
@@ -4232,7 +4232,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4232
4232
|
lineHeight: number;
|
4233
4233
|
};
|
4234
4234
|
} | {
|
4235
|
-
type: "
|
4235
|
+
type: "text" | "title" | "navigation";
|
4236
4236
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4237
4237
|
};
|
4238
4238
|
};
|
@@ -4241,12 +4241,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4241
4241
|
colors: (string | {
|
4242
4242
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4243
4243
|
toned?: boolean;
|
4244
|
-
colorSchemaType?: "
|
4244
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4245
4245
|
} | {
|
4246
4246
|
color: string | {
|
4247
4247
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4248
4248
|
toned?: boolean;
|
4249
|
-
colorSchemaType?: "
|
4249
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4250
4250
|
};
|
4251
4251
|
stop?: number;
|
4252
4252
|
})[];
|
@@ -4255,7 +4255,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4255
4255
|
} | {
|
4256
4256
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4257
4257
|
toned?: boolean;
|
4258
|
-
colorSchemaType?: "
|
4258
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4259
4259
|
};
|
4260
4260
|
size?: number;
|
4261
4261
|
};
|
@@ -4271,12 +4271,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4271
4271
|
colors: (string | {
|
4272
4272
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4273
4273
|
toned?: boolean;
|
4274
|
-
colorSchemaType?: "
|
4274
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4275
4275
|
} | {
|
4276
4276
|
color: string | {
|
4277
4277
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4278
4278
|
toned?: boolean;
|
4279
|
-
colorSchemaType?: "
|
4279
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4280
4280
|
};
|
4281
4281
|
stop?: number;
|
4282
4282
|
})[];
|
@@ -4285,7 +4285,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4285
4285
|
} | {
|
4286
4286
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4287
4287
|
toned?: boolean;
|
4288
|
-
colorSchemaType?: "
|
4288
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4289
4289
|
};
|
4290
4290
|
border?: {
|
4291
4291
|
radius?: {
|
@@ -4304,7 +4304,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4304
4304
|
colors: (string | {
|
4305
4305
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4306
4306
|
toned?: boolean;
|
4307
|
-
colorSchemaType?: "
|
4307
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4308
4308
|
} | {
|
4309
4309
|
color: string | any;
|
4310
4310
|
stop?: number;
|
@@ -4324,12 +4324,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4324
4324
|
colors: (string | {
|
4325
4325
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4326
4326
|
toned?: boolean;
|
4327
|
-
colorSchemaType?: "
|
4327
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4328
4328
|
} | {
|
4329
4329
|
color: string | {
|
4330
4330
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4331
4331
|
toned?: boolean;
|
4332
|
-
colorSchemaType?: "
|
4332
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4333
4333
|
};
|
4334
4334
|
stop?: number;
|
4335
4335
|
})[];
|
@@ -4338,7 +4338,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4338
4338
|
} | {
|
4339
4339
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4340
4340
|
toned?: boolean;
|
4341
|
-
colorSchemaType?: "
|
4341
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4342
4342
|
};
|
4343
4343
|
typography?: {
|
4344
4344
|
decoration?: string;
|
@@ -4358,7 +4358,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4358
4358
|
lineHeight: number;
|
4359
4359
|
};
|
4360
4360
|
} | {
|
4361
|
-
type: "
|
4361
|
+
type: "text" | "title" | "navigation";
|
4362
4362
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4363
4363
|
};
|
4364
4364
|
};
|
@@ -4367,12 +4367,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4367
4367
|
colors: (string | {
|
4368
4368
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4369
4369
|
toned?: boolean;
|
4370
|
-
colorSchemaType?: "
|
4370
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4371
4371
|
} | {
|
4372
4372
|
color: string | {
|
4373
4373
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4374
4374
|
toned?: boolean;
|
4375
|
-
colorSchemaType?: "
|
4375
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4376
4376
|
};
|
4377
4377
|
stop?: number;
|
4378
4378
|
})[];
|
@@ -4381,7 +4381,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4381
4381
|
} | {
|
4382
4382
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4383
4383
|
toned?: boolean;
|
4384
|
-
colorSchemaType?: "
|
4384
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4385
4385
|
};
|
4386
4386
|
size?: number;
|
4387
4387
|
};
|
@@ -4392,12 +4392,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4392
4392
|
colors: (string | {
|
4393
4393
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4394
4394
|
toned?: boolean;
|
4395
|
-
colorSchemaType?: "
|
4395
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4396
4396
|
} | {
|
4397
4397
|
color: string | {
|
4398
4398
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4399
4399
|
toned?: boolean;
|
4400
|
-
colorSchemaType?: "
|
4400
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4401
4401
|
};
|
4402
4402
|
stop?: number;
|
4403
4403
|
})[];
|
@@ -4406,7 +4406,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4406
4406
|
} | {
|
4407
4407
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4408
4408
|
toned?: boolean;
|
4409
|
-
colorSchemaType?: "
|
4409
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4410
4410
|
};
|
4411
4411
|
border?: {
|
4412
4412
|
radius?: {
|
@@ -4425,7 +4425,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4425
4425
|
colors: (string | {
|
4426
4426
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4427
4427
|
toned?: boolean;
|
4428
|
-
colorSchemaType?: "
|
4428
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4429
4429
|
} | {
|
4430
4430
|
color: string | any;
|
4431
4431
|
stop?: number;
|
@@ -4448,12 +4448,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4448
4448
|
colors: (string | {
|
4449
4449
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4450
4450
|
toned?: boolean;
|
4451
|
-
colorSchemaType?: "
|
4451
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4452
4452
|
} | {
|
4453
4453
|
color: string | {
|
4454
4454
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4455
4455
|
toned?: boolean;
|
4456
|
-
colorSchemaType?: "
|
4456
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4457
4457
|
};
|
4458
4458
|
stop?: number;
|
4459
4459
|
})[];
|
@@ -4462,7 +4462,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4462
4462
|
} | {
|
4463
4463
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4464
4464
|
toned?: boolean;
|
4465
|
-
colorSchemaType?: "
|
4465
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4466
4466
|
};
|
4467
4467
|
border?: {
|
4468
4468
|
radius?: {
|
@@ -4481,12 +4481,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4481
4481
|
colors: (string | {
|
4482
4482
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4483
4483
|
toned?: boolean;
|
4484
|
-
colorSchemaType?: "
|
4484
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4485
4485
|
} | {
|
4486
4486
|
color: string | {
|
4487
4487
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4488
4488
|
toned?: boolean;
|
4489
|
-
colorSchemaType?: "
|
4489
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4490
4490
|
};
|
4491
4491
|
stop?: number;
|
4492
4492
|
})[];
|
@@ -4518,23 +4518,23 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4518
4518
|
grow?: boolean;
|
4519
4519
|
minHeight?: number;
|
4520
4520
|
minWidth?: number;
|
4521
|
-
alignment?: "
|
4521
|
+
alignment?: "start" | "center" | "end";
|
4522
4522
|
sliderColor?: string | {
|
4523
4523
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4524
4524
|
toned?: boolean;
|
4525
|
-
colorSchemaType?: "
|
4525
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4526
4526
|
};
|
4527
4527
|
text?: {
|
4528
4528
|
color?: string | {
|
4529
4529
|
colors: (string | {
|
4530
4530
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4531
4531
|
toned?: boolean;
|
4532
|
-
colorSchemaType?: "
|
4532
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4533
4533
|
} | {
|
4534
4534
|
color: string | {
|
4535
4535
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4536
4536
|
toned?: boolean;
|
4537
|
-
colorSchemaType?: "
|
4537
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4538
4538
|
};
|
4539
4539
|
stop?: number;
|
4540
4540
|
})[];
|
@@ -4543,7 +4543,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4543
4543
|
} | {
|
4544
4544
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4545
4545
|
toned?: boolean;
|
4546
|
-
colorSchemaType?: "
|
4546
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4547
4547
|
};
|
4548
4548
|
typography?: {
|
4549
4549
|
decoration?: string;
|
@@ -4563,7 +4563,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4563
4563
|
lineHeight: number;
|
4564
4564
|
};
|
4565
4565
|
} | {
|
4566
|
-
type: "
|
4566
|
+
type: "text" | "title" | "navigation";
|
4567
4567
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4568
4568
|
};
|
4569
4569
|
};
|
@@ -4572,12 +4572,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4572
4572
|
colors: (string | {
|
4573
4573
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4574
4574
|
toned?: boolean;
|
4575
|
-
colorSchemaType?: "
|
4575
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4576
4576
|
} | {
|
4577
4577
|
color: string | {
|
4578
4578
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4579
4579
|
toned?: boolean;
|
4580
|
-
colorSchemaType?: "
|
4580
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4581
4581
|
};
|
4582
4582
|
stop?: number;
|
4583
4583
|
})[];
|
@@ -4586,7 +4586,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4586
4586
|
} | {
|
4587
4587
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4588
4588
|
toned?: boolean;
|
4589
|
-
colorSchemaType?: "
|
4589
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4590
4590
|
};
|
4591
4591
|
size?: number;
|
4592
4592
|
};
|
@@ -4602,12 +4602,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4602
4602
|
colors: (string | {
|
4603
4603
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4604
4604
|
toned?: boolean;
|
4605
|
-
colorSchemaType?: "
|
4605
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4606
4606
|
} | {
|
4607
4607
|
color: string | {
|
4608
4608
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4609
4609
|
toned?: boolean;
|
4610
|
-
colorSchemaType?: "
|
4610
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4611
4611
|
};
|
4612
4612
|
stop?: number;
|
4613
4613
|
})[];
|
@@ -4616,7 +4616,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4616
4616
|
} | {
|
4617
4617
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4618
4618
|
toned?: boolean;
|
4619
|
-
colorSchemaType?: "
|
4619
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4620
4620
|
};
|
4621
4621
|
border?: {
|
4622
4622
|
radius?: {
|
@@ -4635,7 +4635,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4635
4635
|
colors: (string | {
|
4636
4636
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4637
4637
|
toned?: boolean;
|
4638
|
-
colorSchemaType?: "
|
4638
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4639
4639
|
} | {
|
4640
4640
|
color: string | any;
|
4641
4641
|
stop?: number;
|
@@ -4655,12 +4655,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4655
4655
|
colors: (string | {
|
4656
4656
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4657
4657
|
toned?: boolean;
|
4658
|
-
colorSchemaType?: "
|
4658
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4659
4659
|
} | {
|
4660
4660
|
color: string | {
|
4661
4661
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4662
4662
|
toned?: boolean;
|
4663
|
-
colorSchemaType?: "
|
4663
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4664
4664
|
};
|
4665
4665
|
stop?: number;
|
4666
4666
|
})[];
|
@@ -4669,7 +4669,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4669
4669
|
} | {
|
4670
4670
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4671
4671
|
toned?: boolean;
|
4672
|
-
colorSchemaType?: "
|
4672
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4673
4673
|
};
|
4674
4674
|
typography?: {
|
4675
4675
|
decoration?: string;
|
@@ -4689,7 +4689,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4689
4689
|
lineHeight: number;
|
4690
4690
|
};
|
4691
4691
|
} | {
|
4692
|
-
type: "
|
4692
|
+
type: "text" | "title" | "navigation";
|
4693
4693
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4694
4694
|
};
|
4695
4695
|
};
|
@@ -4698,12 +4698,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4698
4698
|
colors: (string | {
|
4699
4699
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4700
4700
|
toned?: boolean;
|
4701
|
-
colorSchemaType?: "
|
4701
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4702
4702
|
} | {
|
4703
4703
|
color: string | {
|
4704
4704
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4705
4705
|
toned?: boolean;
|
4706
|
-
colorSchemaType?: "
|
4706
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4707
4707
|
};
|
4708
4708
|
stop?: number;
|
4709
4709
|
})[];
|
@@ -4712,7 +4712,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4712
4712
|
} | {
|
4713
4713
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4714
4714
|
toned?: boolean;
|
4715
|
-
colorSchemaType?: "
|
4715
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4716
4716
|
};
|
4717
4717
|
size?: number;
|
4718
4718
|
};
|
@@ -4723,12 +4723,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4723
4723
|
colors: (string | {
|
4724
4724
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4725
4725
|
toned?: boolean;
|
4726
|
-
colorSchemaType?: "
|
4726
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4727
4727
|
} | {
|
4728
4728
|
color: string | {
|
4729
4729
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4730
4730
|
toned?: boolean;
|
4731
|
-
colorSchemaType?: "
|
4731
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4732
4732
|
};
|
4733
4733
|
stop?: number;
|
4734
4734
|
})[];
|
@@ -4737,7 +4737,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4737
4737
|
} | {
|
4738
4738
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4739
4739
|
toned?: boolean;
|
4740
|
-
colorSchemaType?: "
|
4740
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4741
4741
|
};
|
4742
4742
|
border?: {
|
4743
4743
|
radius?: {
|
@@ -4756,7 +4756,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4756
4756
|
colors: (string | {
|
4757
4757
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4758
4758
|
toned?: boolean;
|
4759
|
-
colorSchemaType?: "
|
4759
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4760
4760
|
} | {
|
4761
4761
|
color: string | any;
|
4762
4762
|
stop?: number;
|
@@ -4778,7 +4778,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4778
4778
|
blocks?: {
|
4779
4779
|
primary: {
|
4780
4780
|
name?: string;
|
4781
|
-
colorSchemaType?: "
|
4781
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4782
4782
|
header?: {
|
4783
4783
|
definitionId: {
|
4784
4784
|
toString: () => string;
|
@@ -4824,6 +4824,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4824
4824
|
bottom?: string | number;
|
4825
4825
|
left?: string | number;
|
4826
4826
|
};
|
4827
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
4827
4828
|
}[];
|
4828
4829
|
events?: {
|
4829
4830
|
onLoaded?: string[];
|
@@ -4831,6 +4832,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4831
4832
|
onSaving?: string[];
|
4832
4833
|
onPersistState?: string[];
|
4833
4834
|
onRestoreState?: string[];
|
4835
|
+
onActive?: string[];
|
4834
4836
|
};
|
4835
4837
|
actions?: {
|
4836
4838
|
[name: string]: string[];
|
@@ -4876,6 +4878,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4876
4878
|
bottom?: string | number;
|
4877
4879
|
left?: string | number;
|
4878
4880
|
};
|
4881
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
4879
4882
|
}[];
|
4880
4883
|
style?: {
|
4881
4884
|
margin?: number;
|
@@ -4907,6 +4910,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4907
4910
|
bottom?: string | number;
|
4908
4911
|
left?: string | number;
|
4909
4912
|
};
|
4913
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
4910
4914
|
}[];
|
4911
4915
|
editors?: {
|
4912
4916
|
name?: string;
|
@@ -4936,12 +4940,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4936
4940
|
colors: (string | {
|
4937
4941
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4938
4942
|
toned?: boolean;
|
4939
|
-
colorSchemaType?: "
|
4943
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4940
4944
|
} | {
|
4941
4945
|
color: string | {
|
4942
4946
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4943
4947
|
toned?: boolean;
|
4944
|
-
colorSchemaType?: "
|
4948
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4945
4949
|
};
|
4946
4950
|
stop?: number;
|
4947
4951
|
})[];
|
@@ -4950,7 +4954,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4950
4954
|
} | {
|
4951
4955
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4952
4956
|
toned?: boolean;
|
4953
|
-
colorSchemaType?: "
|
4957
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4954
4958
|
};
|
4955
4959
|
border?: {
|
4956
4960
|
radius?: {
|
@@ -4969,7 +4973,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4969
4973
|
colors: (string | {
|
4970
4974
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4971
4975
|
toned?: boolean;
|
4972
|
-
colorSchemaType?: "
|
4976
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4973
4977
|
} | {
|
4974
4978
|
color: string | any;
|
4975
4979
|
stop?: number;
|
@@ -4994,7 +4998,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4994
4998
|
};
|
4995
4999
|
variant1?: {
|
4996
5000
|
name?: string;
|
4997
|
-
colorSchemaType?: "
|
5001
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4998
5002
|
header?: {
|
4999
5003
|
definitionId: {
|
5000
5004
|
toString: () => string;
|
@@ -5040,6 +5044,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5040
5044
|
bottom?: string | number;
|
5041
5045
|
left?: string | number;
|
5042
5046
|
};
|
5047
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5043
5048
|
}[];
|
5044
5049
|
events?: {
|
5045
5050
|
onLoaded?: string[];
|
@@ -5047,6 +5052,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5047
5052
|
onSaving?: string[];
|
5048
5053
|
onPersistState?: string[];
|
5049
5054
|
onRestoreState?: string[];
|
5055
|
+
onActive?: string[];
|
5050
5056
|
};
|
5051
5057
|
actions?: {
|
5052
5058
|
[name: string]: string[];
|
@@ -5092,6 +5098,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5092
5098
|
bottom?: string | number;
|
5093
5099
|
left?: string | number;
|
5094
5100
|
};
|
5101
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5095
5102
|
}[];
|
5096
5103
|
style?: {
|
5097
5104
|
margin?: number;
|
@@ -5123,6 +5130,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5123
5130
|
bottom?: string | number;
|
5124
5131
|
left?: string | number;
|
5125
5132
|
};
|
5133
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5126
5134
|
}[];
|
5127
5135
|
editors?: {
|
5128
5136
|
name?: string;
|
@@ -5152,12 +5160,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5152
5160
|
colors: (string | {
|
5153
5161
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5154
5162
|
toned?: boolean;
|
5155
|
-
colorSchemaType?: "
|
5163
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5156
5164
|
} | {
|
5157
5165
|
color: string | {
|
5158
5166
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5159
5167
|
toned?: boolean;
|
5160
|
-
colorSchemaType?: "
|
5168
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5161
5169
|
};
|
5162
5170
|
stop?: number;
|
5163
5171
|
})[];
|
@@ -5166,7 +5174,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5166
5174
|
} | {
|
5167
5175
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5168
5176
|
toned?: boolean;
|
5169
|
-
colorSchemaType?: "
|
5177
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5170
5178
|
};
|
5171
5179
|
border?: {
|
5172
5180
|
radius?: {
|
@@ -5185,7 +5193,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5185
5193
|
colors: (string | {
|
5186
5194
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5187
5195
|
toned?: boolean;
|
5188
|
-
colorSchemaType?: "
|
5196
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5189
5197
|
} | {
|
5190
5198
|
color: string | any;
|
5191
5199
|
stop?: number;
|
@@ -5210,7 +5218,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5210
5218
|
};
|
5211
5219
|
variant2?: {
|
5212
5220
|
name?: string;
|
5213
|
-
colorSchemaType?: "
|
5221
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5214
5222
|
header?: {
|
5215
5223
|
definitionId: {
|
5216
5224
|
toString: () => string;
|
@@ -5256,6 +5264,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5256
5264
|
bottom?: string | number;
|
5257
5265
|
left?: string | number;
|
5258
5266
|
};
|
5267
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5259
5268
|
}[];
|
5260
5269
|
events?: {
|
5261
5270
|
onLoaded?: string[];
|
@@ -5263,6 +5272,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5263
5272
|
onSaving?: string[];
|
5264
5273
|
onPersistState?: string[];
|
5265
5274
|
onRestoreState?: string[];
|
5275
|
+
onActive?: string[];
|
5266
5276
|
};
|
5267
5277
|
actions?: {
|
5268
5278
|
[name: string]: string[];
|
@@ -5308,6 +5318,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5308
5318
|
bottom?: string | number;
|
5309
5319
|
left?: string | number;
|
5310
5320
|
};
|
5321
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5311
5322
|
}[];
|
5312
5323
|
style?: {
|
5313
5324
|
margin?: number;
|
@@ -5339,6 +5350,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5339
5350
|
bottom?: string | number;
|
5340
5351
|
left?: string | number;
|
5341
5352
|
};
|
5353
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5342
5354
|
}[];
|
5343
5355
|
editors?: {
|
5344
5356
|
name?: string;
|
@@ -5368,12 +5380,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5368
5380
|
colors: (string | {
|
5369
5381
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5370
5382
|
toned?: boolean;
|
5371
|
-
colorSchemaType?: "
|
5383
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5372
5384
|
} | {
|
5373
5385
|
color: string | {
|
5374
5386
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5375
5387
|
toned?: boolean;
|
5376
|
-
colorSchemaType?: "
|
5388
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5377
5389
|
};
|
5378
5390
|
stop?: number;
|
5379
5391
|
})[];
|
@@ -5382,7 +5394,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5382
5394
|
} | {
|
5383
5395
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5384
5396
|
toned?: boolean;
|
5385
|
-
colorSchemaType?: "
|
5397
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5386
5398
|
};
|
5387
5399
|
border?: {
|
5388
5400
|
radius?: {
|
@@ -5401,7 +5413,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5401
5413
|
colors: (string | {
|
5402
5414
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5403
5415
|
toned?: boolean;
|
5404
|
-
colorSchemaType?: "
|
5416
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5405
5417
|
} | {
|
5406
5418
|
color: string | any;
|
5407
5419
|
stop?: number;
|
@@ -5426,7 +5438,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5426
5438
|
};
|
5427
5439
|
variant3?: {
|
5428
5440
|
name?: string;
|
5429
|
-
colorSchemaType?: "
|
5441
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5430
5442
|
header?: {
|
5431
5443
|
definitionId: {
|
5432
5444
|
toString: () => string;
|
@@ -5472,6 +5484,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5472
5484
|
bottom?: string | number;
|
5473
5485
|
left?: string | number;
|
5474
5486
|
};
|
5487
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5475
5488
|
}[];
|
5476
5489
|
events?: {
|
5477
5490
|
onLoaded?: string[];
|
@@ -5479,6 +5492,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5479
5492
|
onSaving?: string[];
|
5480
5493
|
onPersistState?: string[];
|
5481
5494
|
onRestoreState?: string[];
|
5495
|
+
onActive?: string[];
|
5482
5496
|
};
|
5483
5497
|
actions?: {
|
5484
5498
|
[name: string]: string[];
|
@@ -5524,6 +5538,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5524
5538
|
bottom?: string | number;
|
5525
5539
|
left?: string | number;
|
5526
5540
|
};
|
5541
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5527
5542
|
}[];
|
5528
5543
|
style?: {
|
5529
5544
|
margin?: number;
|
@@ -5555,6 +5570,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5555
5570
|
bottom?: string | number;
|
5556
5571
|
left?: string | number;
|
5557
5572
|
};
|
5573
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5558
5574
|
}[];
|
5559
5575
|
editors?: {
|
5560
5576
|
name?: string;
|
@@ -5584,12 +5600,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5584
5600
|
colors: (string | {
|
5585
5601
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5586
5602
|
toned?: boolean;
|
5587
|
-
colorSchemaType?: "
|
5603
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5588
5604
|
} | {
|
5589
5605
|
color: string | {
|
5590
5606
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5591
5607
|
toned?: boolean;
|
5592
|
-
colorSchemaType?: "
|
5608
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5593
5609
|
};
|
5594
5610
|
stop?: number;
|
5595
5611
|
})[];
|
@@ -5598,7 +5614,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5598
5614
|
} | {
|
5599
5615
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5600
5616
|
toned?: boolean;
|
5601
|
-
colorSchemaType?: "
|
5617
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5602
5618
|
};
|
5603
5619
|
border?: {
|
5604
5620
|
radius?: {
|
@@ -5617,7 +5633,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5617
5633
|
colors: (string | {
|
5618
5634
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5619
5635
|
toned?: boolean;
|
5620
|
-
colorSchemaType?: "
|
5636
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5621
5637
|
} | {
|
5622
5638
|
color: string | any;
|
5623
5639
|
stop?: number;
|
@@ -5654,12 +5670,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5654
5670
|
colors: (string | {
|
5655
5671
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5656
5672
|
toned?: boolean;
|
5657
|
-
colorSchemaType?: "
|
5673
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5658
5674
|
} | {
|
5659
5675
|
color: string | {
|
5660
5676
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5661
5677
|
toned?: boolean;
|
5662
|
-
colorSchemaType?: "
|
5678
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5663
5679
|
};
|
5664
5680
|
stop?: number;
|
5665
5681
|
})[];
|
@@ -5668,7 +5684,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5668
5684
|
} | {
|
5669
5685
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5670
5686
|
toned?: boolean;
|
5671
|
-
colorSchemaType?: "
|
5687
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5672
5688
|
};
|
5673
5689
|
size?: number;
|
5674
5690
|
};
|
@@ -5677,12 +5693,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5677
5693
|
colors: (string | {
|
5678
5694
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5679
5695
|
toned?: boolean;
|
5680
|
-
colorSchemaType?: "
|
5696
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5681
5697
|
} | {
|
5682
5698
|
color: string | {
|
5683
5699
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5684
5700
|
toned?: boolean;
|
5685
|
-
colorSchemaType?: "
|
5701
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5686
5702
|
};
|
5687
5703
|
stop?: number;
|
5688
5704
|
})[];
|
@@ -5691,7 +5707,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5691
5707
|
} | {
|
5692
5708
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5693
5709
|
toned?: boolean;
|
5694
|
-
colorSchemaType?: "
|
5710
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5695
5711
|
};
|
5696
5712
|
size?: number;
|
5697
5713
|
};
|
@@ -5700,12 +5716,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5700
5716
|
colors: (string | {
|
5701
5717
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5702
5718
|
toned?: boolean;
|
5703
|
-
colorSchemaType?: "
|
5719
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5704
5720
|
} | {
|
5705
5721
|
color: string | {
|
5706
5722
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5707
5723
|
toned?: boolean;
|
5708
|
-
colorSchemaType?: "
|
5724
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5709
5725
|
};
|
5710
5726
|
stop?: number;
|
5711
5727
|
})[];
|
@@ -5714,7 +5730,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5714
5730
|
} | {
|
5715
5731
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5716
5732
|
toned?: boolean;
|
5717
|
-
colorSchemaType?: "
|
5733
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5718
5734
|
};
|
5719
5735
|
size?: number;
|
5720
5736
|
};
|
@@ -5723,12 +5739,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5723
5739
|
colors: (string | {
|
5724
5740
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5725
5741
|
toned?: boolean;
|
5726
|
-
colorSchemaType?: "
|
5742
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5727
5743
|
} | {
|
5728
5744
|
color: string | {
|
5729
5745
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5730
5746
|
toned?: boolean;
|
5731
|
-
colorSchemaType?: "
|
5747
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5732
5748
|
};
|
5733
5749
|
stop?: number;
|
5734
5750
|
})[];
|
@@ -5737,7 +5753,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5737
5753
|
} | {
|
5738
5754
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5739
5755
|
toned?: boolean;
|
5740
|
-
colorSchemaType?: "
|
5756
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5741
5757
|
};
|
5742
5758
|
size?: number;
|
5743
5759
|
};
|
@@ -5746,12 +5762,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5746
5762
|
colors: (string | {
|
5747
5763
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5748
5764
|
toned?: boolean;
|
5749
|
-
colorSchemaType?: "
|
5765
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5750
5766
|
} | {
|
5751
5767
|
color: string | {
|
5752
5768
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5753
5769
|
toned?: boolean;
|
5754
|
-
colorSchemaType?: "
|
5770
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5755
5771
|
};
|
5756
5772
|
stop?: number;
|
5757
5773
|
})[];
|
@@ -5760,7 +5776,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5760
5776
|
} | {
|
5761
5777
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5762
5778
|
toned?: boolean;
|
5763
|
-
colorSchemaType?: "
|
5779
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5764
5780
|
};
|
5765
5781
|
size?: number;
|
5766
5782
|
};
|
@@ -5774,12 +5790,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5774
5790
|
colors: (string | {
|
5775
5791
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5776
5792
|
toned?: boolean;
|
5777
|
-
colorSchemaType?: "
|
5793
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5778
5794
|
} | {
|
5779
5795
|
color: string | {
|
5780
5796
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5781
5797
|
toned?: boolean;
|
5782
|
-
colorSchemaType?: "
|
5798
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5783
5799
|
};
|
5784
5800
|
stop?: number;
|
5785
5801
|
})[];
|
@@ -5788,7 +5804,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5788
5804
|
} | {
|
5789
5805
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5790
5806
|
toned?: boolean;
|
5791
|
-
colorSchemaType?: "
|
5807
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5792
5808
|
};
|
5793
5809
|
border?: {
|
5794
5810
|
radius?: {
|
@@ -5807,12 +5823,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5807
5823
|
colors: (string | {
|
5808
5824
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5809
5825
|
toned?: boolean;
|
5810
|
-
colorSchemaType?: "
|
5826
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5811
5827
|
} | {
|
5812
5828
|
color: string | {
|
5813
5829
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5814
5830
|
toned?: boolean;
|
5815
|
-
colorSchemaType?: "
|
5831
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5816
5832
|
};
|
5817
5833
|
stop?: number;
|
5818
5834
|
})[];
|
@@ -5840,12 +5856,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5840
5856
|
colors: (string | {
|
5841
5857
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5842
5858
|
toned?: boolean;
|
5843
|
-
colorSchemaType?: "
|
5859
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5844
5860
|
} | {
|
5845
5861
|
color: string | {
|
5846
5862
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5847
5863
|
toned?: boolean;
|
5848
|
-
colorSchemaType?: "
|
5864
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5849
5865
|
};
|
5850
5866
|
stop?: number;
|
5851
5867
|
})[];
|
@@ -5854,7 +5870,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5854
5870
|
} | {
|
5855
5871
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5856
5872
|
toned?: boolean;
|
5857
|
-
colorSchemaType?: "
|
5873
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5858
5874
|
};
|
5859
5875
|
border?: {
|
5860
5876
|
radius?: {
|
@@ -5873,12 +5889,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5873
5889
|
colors: (string | {
|
5874
5890
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5875
5891
|
toned?: boolean;
|
5876
|
-
colorSchemaType?: "
|
5892
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5877
5893
|
} | {
|
5878
5894
|
color: string | {
|
5879
5895
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5880
5896
|
toned?: boolean;
|
5881
|
-
colorSchemaType?: "
|
5897
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5882
5898
|
};
|
5883
5899
|
stop?: number;
|
5884
5900
|
})[];
|
@@ -5906,12 +5922,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5906
5922
|
colors: (string | {
|
5907
5923
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5908
5924
|
toned?: boolean;
|
5909
|
-
colorSchemaType?: "
|
5925
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5910
5926
|
} | {
|
5911
5927
|
color: string | {
|
5912
5928
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5913
5929
|
toned?: boolean;
|
5914
|
-
colorSchemaType?: "
|
5930
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5915
5931
|
};
|
5916
5932
|
stop?: number;
|
5917
5933
|
})[];
|
@@ -5920,7 +5936,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5920
5936
|
} | {
|
5921
5937
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5922
5938
|
toned?: boolean;
|
5923
|
-
colorSchemaType?: "
|
5939
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5924
5940
|
};
|
5925
5941
|
border?: {
|
5926
5942
|
radius?: {
|
@@ -5939,12 +5955,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5939
5955
|
colors: (string | {
|
5940
5956
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5941
5957
|
toned?: boolean;
|
5942
|
-
colorSchemaType?: "
|
5958
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5943
5959
|
} | {
|
5944
5960
|
color: string | {
|
5945
5961
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5946
5962
|
toned?: boolean;
|
5947
|
-
colorSchemaType?: "
|
5963
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5948
5964
|
};
|
5949
5965
|
stop?: number;
|
5950
5966
|
})[];
|
@@ -5972,12 +5988,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5972
5988
|
colors: (string | {
|
5973
5989
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5974
5990
|
toned?: boolean;
|
5975
|
-
colorSchemaType?: "
|
5991
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5976
5992
|
} | {
|
5977
5993
|
color: string | {
|
5978
5994
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5979
5995
|
toned?: boolean;
|
5980
|
-
colorSchemaType?: "
|
5996
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5981
5997
|
};
|
5982
5998
|
stop?: number;
|
5983
5999
|
})[];
|
@@ -5986,7 +6002,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5986
6002
|
} | {
|
5987
6003
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5988
6004
|
toned?: boolean;
|
5989
|
-
colorSchemaType?: "
|
6005
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5990
6006
|
};
|
5991
6007
|
border?: {
|
5992
6008
|
radius?: {
|
@@ -6005,12 +6021,12 @@ export declare function useColorSchemaSetup(props: object): {
|
|
6005
6021
|
colors: (string | {
|
6006
6022
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
6007
6023
|
toned?: boolean;
|
6008
|
-
colorSchemaType?: "
|
6024
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
6009
6025
|
} | {
|
6010
6026
|
color: string | {
|
6011
6027
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
6012
6028
|
toned?: boolean;
|
6013
|
-
colorSchemaType?: "
|
6029
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
6014
6030
|
};
|
6015
6031
|
stop?: number;
|
6016
6032
|
})[];
|
@@ -6140,16 +6156,16 @@ export declare function useColorSchemaSetup(props: object): {
|
|
6140
6156
|
};
|
6141
6157
|
deactivated(): void;
|
6142
6158
|
};
|
6143
|
-
colorSchema: (colorSchemaType: "
|
6159
|
+
colorSchema: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic") => import("@omnia/fx-models").ColorSchema;
|
6144
6160
|
typography: () => import("@omnia/fx-models").TypographyBlueprints;
|
6145
6161
|
fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
|
6146
6162
|
spacing: () => import("@omnia/fx-models").SpacingBlueprints;
|
6147
6163
|
component: () => import("@omnia/fx-models").ComponentBlueprints;
|
6148
|
-
color: (colorSchemaType: "
|
6149
|
-
colorDefinition: (colorSchemaType: "
|
6164
|
+
color: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
6165
|
+
colorDefinition: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
6150
6166
|
complementaryColorType: (colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
6151
|
-
complementaryColor: (colorSchemaType: "
|
6152
|
-
complementaryColorDefinition: (colorSchemaType: "
|
6167
|
+
complementaryColor: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
6168
|
+
complementaryColorDefinition: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
6153
6169
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
6154
6170
|
};
|
6155
6171
|
};
|