@omnia/fx 8.0.161-dev → 8.0.163-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +13 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +404 -400
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +399 -395
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +399 -395
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/{velcron/editor/components/AddComponent.d.ts → datetimepicker/docs/DateTimePickerExample.d.ts} +8 -4
- package/internal-do-not-import-from-here/ux/datetimepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +410 -406
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +822 -814
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +19 -19
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +822 -814
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRendererSignIn.d.ts +39 -0
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +410 -406
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +80 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +16 -212
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +201 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor/VelcronEditorBuilder2.d.ts → VelcronEditorBuilder.d.ts} +10 -10
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronColorSchemaEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronContentEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilderBase.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/{AddComponent.css.d.ts → AddItem.css.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddItem.d.ts +56 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +95 -95
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +6 -4
- package/internal-do-not-import-from-here/wctypings.d.ts +27 -14
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +0 -138
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +0 -3
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronBlockHeaderStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronColorSchemaBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronContentStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronImageStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronPropertyMappingStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilderBase.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronTextContentBuilder.d.ts +0 -0
@@ -100,16 +100,16 @@ export declare const useTypographyBlueprintStore: () => {
|
|
100
100
|
};
|
101
101
|
deactivated(): void;
|
102
102
|
};
|
103
|
-
colorSchema(colorSchemaType: "
|
103
|
+
colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
104
104
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
105
105
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
106
106
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
107
107
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
108
|
-
color(colorSchemaType: "
|
109
|
-
colorDefinition(colorSchemaType: "
|
108
|
+
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;
|
109
|
+
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;
|
110
110
|
complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
111
|
-
complementaryColor(colorSchemaType: "
|
112
|
-
complementaryColorDefinition(colorSchemaType: "
|
111
|
+
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;
|
112
|
+
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;
|
113
113
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
114
114
|
};
|
115
115
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -203,16 +203,16 @@ export declare const useTypographyBlueprintStore: () => {
|
|
203
203
|
};
|
204
204
|
deactivated(): void;
|
205
205
|
};
|
206
|
-
colorSchema(colorSchemaType: "
|
206
|
+
colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
207
207
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
208
208
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
209
209
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
210
210
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
211
|
-
color(colorSchemaType: "
|
212
|
-
colorDefinition(colorSchemaType: "
|
211
|
+
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;
|
212
|
+
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;
|
213
213
|
complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
214
|
-
complementaryColor(colorSchemaType: "
|
215
|
-
complementaryColorDefinition(colorSchemaType: "
|
214
|
+
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;
|
215
|
+
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;
|
216
216
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
217
217
|
};
|
218
218
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -306,16 +306,16 @@ export declare const useTypographyBlueprintStore: () => {
|
|
306
306
|
};
|
307
307
|
deactivated(): void;
|
308
308
|
};
|
309
|
-
colorSchema(colorSchemaType: "
|
309
|
+
colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
310
310
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
311
311
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
312
312
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
313
313
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
314
|
-
color(colorSchemaType: "
|
315
|
-
colorDefinition(colorSchemaType: "
|
314
|
+
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;
|
315
|
+
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;
|
316
316
|
complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
317
|
-
complementaryColor(colorSchemaType: "
|
318
|
-
complementaryColorDefinition(colorSchemaType: "
|
317
|
+
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;
|
318
|
+
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;
|
319
319
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
320
320
|
};
|
321
321
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -668,12 +668,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
668
668
|
colors: (string | {
|
669
669
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
670
670
|
toned?: boolean;
|
671
|
-
colorSchemaType?: "
|
671
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
672
672
|
} | {
|
673
673
|
color: string | {
|
674
674
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
675
675
|
toned?: boolean;
|
676
|
-
colorSchemaType?: "
|
676
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
677
677
|
};
|
678
678
|
stop?: number;
|
679
679
|
})[];
|
@@ -684,12 +684,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
684
684
|
colors: (string | {
|
685
685
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
686
686
|
toned?: boolean;
|
687
|
-
colorSchemaType?: "
|
687
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
688
688
|
} | {
|
689
689
|
color: string | {
|
690
690
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
691
691
|
toned?: boolean;
|
692
|
-
colorSchemaType?: "
|
692
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
693
693
|
};
|
694
694
|
stop?: number;
|
695
695
|
})[];
|
@@ -700,12 +700,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
700
700
|
colors: (string | {
|
701
701
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
702
702
|
toned?: boolean;
|
703
|
-
colorSchemaType?: "
|
703
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
704
704
|
} | {
|
705
705
|
color: string | {
|
706
706
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
707
707
|
toned?: boolean;
|
708
|
-
colorSchemaType?: "
|
708
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
709
709
|
};
|
710
710
|
stop?: number;
|
711
711
|
})[];
|
@@ -1028,12 +1028,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1028
1028
|
colors: (string | {
|
1029
1029
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1030
1030
|
toned?: boolean;
|
1031
|
-
colorSchemaType?: "
|
1031
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1032
1032
|
} | {
|
1033
1033
|
color: string | {
|
1034
1034
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1035
1035
|
toned?: boolean;
|
1036
|
-
colorSchemaType?: "
|
1036
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1037
1037
|
};
|
1038
1038
|
stop?: number;
|
1039
1039
|
})[];
|
@@ -1042,7 +1042,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1042
1042
|
} | {
|
1043
1043
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1044
1044
|
toned?: boolean;
|
1045
|
-
colorSchemaType?: "
|
1045
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1046
1046
|
};
|
1047
1047
|
border?: {
|
1048
1048
|
radius?: {
|
@@ -1061,7 +1061,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1061
1061
|
colors: (string | {
|
1062
1062
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1063
1063
|
toned?: boolean;
|
1064
|
-
colorSchemaType?: "
|
1064
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1065
1065
|
} | {
|
1066
1066
|
color: string | any;
|
1067
1067
|
stop?: number;
|
@@ -1082,12 +1082,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1082
1082
|
colors: (string | {
|
1083
1083
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1084
1084
|
toned?: boolean;
|
1085
|
-
colorSchemaType?: "
|
1085
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1086
1086
|
} | {
|
1087
1087
|
color: string | {
|
1088
1088
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1089
1089
|
toned?: boolean;
|
1090
|
-
colorSchemaType?: "
|
1090
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1091
1091
|
};
|
1092
1092
|
stop?: number;
|
1093
1093
|
})[];
|
@@ -1096,7 +1096,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1096
1096
|
} | {
|
1097
1097
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1098
1098
|
toned?: boolean;
|
1099
|
-
colorSchemaType?: "
|
1099
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1100
1100
|
};
|
1101
1101
|
typography?: {
|
1102
1102
|
decoration?: string;
|
@@ -1116,7 +1116,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1116
1116
|
lineHeight: number;
|
1117
1117
|
};
|
1118
1118
|
} | {
|
1119
|
-
type: "
|
1119
|
+
type: "text" | "title" | "navigation";
|
1120
1120
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1121
1121
|
};
|
1122
1122
|
};
|
@@ -1125,12 +1125,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1125
1125
|
colors: (string | {
|
1126
1126
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1127
1127
|
toned?: boolean;
|
1128
|
-
colorSchemaType?: "
|
1128
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1129
1129
|
} | {
|
1130
1130
|
color: string | {
|
1131
1131
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1132
1132
|
toned?: boolean;
|
1133
|
-
colorSchemaType?: "
|
1133
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1134
1134
|
};
|
1135
1135
|
stop?: number;
|
1136
1136
|
})[];
|
@@ -1139,7 +1139,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1139
1139
|
} | {
|
1140
1140
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1141
1141
|
toned?: boolean;
|
1142
|
-
colorSchemaType?: "
|
1142
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1143
1143
|
};
|
1144
1144
|
size?: number;
|
1145
1145
|
};
|
@@ -1156,12 +1156,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1156
1156
|
colors: (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
|
color: string | {
|
1162
1162
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1163
1163
|
toned?: boolean;
|
1164
|
-
colorSchemaType?: "
|
1164
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1165
1165
|
};
|
1166
1166
|
stop?: number;
|
1167
1167
|
})[];
|
@@ -1170,7 +1170,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1170
1170
|
} | {
|
1171
1171
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1172
1172
|
toned?: boolean;
|
1173
|
-
colorSchemaType?: "
|
1173
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1174
1174
|
};
|
1175
1175
|
border?: {
|
1176
1176
|
radius?: {
|
@@ -1189,7 +1189,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1189
1189
|
colors: (string | {
|
1190
1190
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1191
1191
|
toned?: boolean;
|
1192
|
-
colorSchemaType?: "
|
1192
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1193
1193
|
} | {
|
1194
1194
|
color: string | any;
|
1195
1195
|
stop?: number;
|
@@ -1210,12 +1210,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1210
1210
|
colors: (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
|
color: string | {
|
1216
1216
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1217
1217
|
toned?: boolean;
|
1218
|
-
colorSchemaType?: "
|
1218
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1219
1219
|
};
|
1220
1220
|
stop?: number;
|
1221
1221
|
})[];
|
@@ -1224,7 +1224,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1224
1224
|
} | {
|
1225
1225
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1226
1226
|
toned?: boolean;
|
1227
|
-
colorSchemaType?: "
|
1227
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1228
1228
|
};
|
1229
1229
|
typography?: {
|
1230
1230
|
decoration?: string;
|
@@ -1244,7 +1244,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1244
1244
|
lineHeight: number;
|
1245
1245
|
};
|
1246
1246
|
} | {
|
1247
|
-
type: "
|
1247
|
+
type: "text" | "title" | "navigation";
|
1248
1248
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1249
1249
|
};
|
1250
1250
|
};
|
@@ -1253,12 +1253,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1253
1253
|
colors: (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
|
color: string | {
|
1259
1259
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1260
1260
|
toned?: boolean;
|
1261
|
-
colorSchemaType?: "
|
1261
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1262
1262
|
};
|
1263
1263
|
stop?: number;
|
1264
1264
|
})[];
|
@@ -1267,7 +1267,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1267
1267
|
} | {
|
1268
1268
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1269
1269
|
toned?: boolean;
|
1270
|
-
colorSchemaType?: "
|
1270
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1271
1271
|
};
|
1272
1272
|
size?: number;
|
1273
1273
|
};
|
@@ -1284,12 +1284,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1284
1284
|
colors: (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
|
color: string | {
|
1290
1290
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1291
1291
|
toned?: boolean;
|
1292
|
-
colorSchemaType?: "
|
1292
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1293
1293
|
};
|
1294
1294
|
stop?: number;
|
1295
1295
|
})[];
|
@@ -1298,7 +1298,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1298
1298
|
} | {
|
1299
1299
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1300
1300
|
toned?: boolean;
|
1301
|
-
colorSchemaType?: "
|
1301
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1302
1302
|
};
|
1303
1303
|
border?: {
|
1304
1304
|
radius?: {
|
@@ -1317,7 +1317,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1317
1317
|
colors: (string | {
|
1318
1318
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1319
1319
|
toned?: boolean;
|
1320
|
-
colorSchemaType?: "
|
1320
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1321
1321
|
} | {
|
1322
1322
|
color: string | any;
|
1323
1323
|
stop?: number;
|
@@ -1338,12 +1338,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1338
1338
|
colors: (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
|
color: string | {
|
1344
1344
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1345
1345
|
toned?: boolean;
|
1346
|
-
colorSchemaType?: "
|
1346
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1347
1347
|
};
|
1348
1348
|
stop?: number;
|
1349
1349
|
})[];
|
@@ -1352,7 +1352,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1352
1352
|
} | {
|
1353
1353
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1354
1354
|
toned?: boolean;
|
1355
|
-
colorSchemaType?: "
|
1355
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1356
1356
|
};
|
1357
1357
|
typography?: {
|
1358
1358
|
decoration?: string;
|
@@ -1372,7 +1372,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1372
1372
|
lineHeight: number;
|
1373
1373
|
};
|
1374
1374
|
} | {
|
1375
|
-
type: "
|
1375
|
+
type: "text" | "title" | "navigation";
|
1376
1376
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1377
1377
|
};
|
1378
1378
|
};
|
@@ -1381,12 +1381,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1381
1381
|
colors: (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
|
color: string | {
|
1387
1387
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1388
1388
|
toned?: boolean;
|
1389
|
-
colorSchemaType?: "
|
1389
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1390
1390
|
};
|
1391
1391
|
stop?: number;
|
1392
1392
|
})[];
|
@@ -1395,7 +1395,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1395
1395
|
} | {
|
1396
1396
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1397
1397
|
toned?: boolean;
|
1398
|
-
colorSchemaType?: "
|
1398
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1399
1399
|
};
|
1400
1400
|
size?: number;
|
1401
1401
|
};
|
@@ -1412,12 +1412,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1412
1412
|
colors: (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
|
color: string | {
|
1418
1418
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1419
1419
|
toned?: boolean;
|
1420
|
-
colorSchemaType?: "
|
1420
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1421
1421
|
};
|
1422
1422
|
stop?: number;
|
1423
1423
|
})[];
|
@@ -1426,7 +1426,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1426
1426
|
} | {
|
1427
1427
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1428
1428
|
toned?: boolean;
|
1429
|
-
colorSchemaType?: "
|
1429
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1430
1430
|
};
|
1431
1431
|
border?: {
|
1432
1432
|
radius?: {
|
@@ -1445,7 +1445,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1445
1445
|
colors: (string | {
|
1446
1446
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1447
1447
|
toned?: boolean;
|
1448
|
-
colorSchemaType?: "
|
1448
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1449
1449
|
} | {
|
1450
1450
|
color: string | any;
|
1451
1451
|
stop?: number;
|
@@ -1466,12 +1466,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1466
1466
|
colors: (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
|
color: string | {
|
1472
1472
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1473
1473
|
toned?: boolean;
|
1474
|
-
colorSchemaType?: "
|
1474
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1475
1475
|
};
|
1476
1476
|
stop?: number;
|
1477
1477
|
})[];
|
@@ -1480,7 +1480,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1480
1480
|
} | {
|
1481
1481
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1482
1482
|
toned?: boolean;
|
1483
|
-
colorSchemaType?: "
|
1483
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1484
1484
|
};
|
1485
1485
|
typography?: {
|
1486
1486
|
decoration?: string;
|
@@ -1500,7 +1500,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1500
1500
|
lineHeight: number;
|
1501
1501
|
};
|
1502
1502
|
} | {
|
1503
|
-
type: "
|
1503
|
+
type: "text" | "title" | "navigation";
|
1504
1504
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1505
1505
|
};
|
1506
1506
|
};
|
@@ -1509,12 +1509,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1509
1509
|
colors: (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
|
color: string | {
|
1515
1515
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1516
1516
|
toned?: boolean;
|
1517
|
-
colorSchemaType?: "
|
1517
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1518
1518
|
};
|
1519
1519
|
stop?: number;
|
1520
1520
|
})[];
|
@@ -1523,7 +1523,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1523
1523
|
} | {
|
1524
1524
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1525
1525
|
toned?: boolean;
|
1526
|
-
colorSchemaType?: "
|
1526
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1527
1527
|
};
|
1528
1528
|
size?: number;
|
1529
1529
|
};
|
@@ -1540,12 +1540,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1540
1540
|
colors: (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
|
color: string | {
|
1546
1546
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1547
1547
|
toned?: boolean;
|
1548
|
-
colorSchemaType?: "
|
1548
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1549
1549
|
};
|
1550
1550
|
stop?: number;
|
1551
1551
|
})[];
|
@@ -1554,7 +1554,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1554
1554
|
} | {
|
1555
1555
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1556
1556
|
toned?: boolean;
|
1557
|
-
colorSchemaType?: "
|
1557
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1558
1558
|
};
|
1559
1559
|
border?: {
|
1560
1560
|
radius?: {
|
@@ -1573,7 +1573,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1573
1573
|
colors: (string | {
|
1574
1574
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1575
1575
|
toned?: boolean;
|
1576
|
-
colorSchemaType?: "
|
1576
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1577
1577
|
} | {
|
1578
1578
|
color: string | any;
|
1579
1579
|
stop?: number;
|
@@ -1594,12 +1594,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1594
1594
|
colors: (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
|
color: string | {
|
1600
1600
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1601
1601
|
toned?: boolean;
|
1602
|
-
colorSchemaType?: "
|
1602
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1603
1603
|
};
|
1604
1604
|
stop?: number;
|
1605
1605
|
})[];
|
@@ -1608,7 +1608,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1608
1608
|
} | {
|
1609
1609
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1610
1610
|
toned?: boolean;
|
1611
|
-
colorSchemaType?: "
|
1611
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1612
1612
|
};
|
1613
1613
|
typography?: {
|
1614
1614
|
decoration?: string;
|
@@ -1628,7 +1628,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1628
1628
|
lineHeight: number;
|
1629
1629
|
};
|
1630
1630
|
} | {
|
1631
|
-
type: "
|
1631
|
+
type: "text" | "title" | "navigation";
|
1632
1632
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1633
1633
|
};
|
1634
1634
|
};
|
@@ -1637,12 +1637,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1637
1637
|
colors: (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
|
color: string | {
|
1643
1643
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1644
1644
|
toned?: boolean;
|
1645
|
-
colorSchemaType?: "
|
1645
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1646
1646
|
};
|
1647
1647
|
stop?: number;
|
1648
1648
|
})[];
|
@@ -1651,7 +1651,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1651
1651
|
} | {
|
1652
1652
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1653
1653
|
toned?: boolean;
|
1654
|
-
colorSchemaType?: "
|
1654
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1655
1655
|
};
|
1656
1656
|
size?: number;
|
1657
1657
|
};
|
@@ -1668,12 +1668,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1668
1668
|
colors: (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
|
color: string | {
|
1674
1674
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1675
1675
|
toned?: boolean;
|
1676
|
-
colorSchemaType?: "
|
1676
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1677
1677
|
};
|
1678
1678
|
stop?: number;
|
1679
1679
|
})[];
|
@@ -1682,7 +1682,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1682
1682
|
} | {
|
1683
1683
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1684
1684
|
toned?: boolean;
|
1685
|
-
colorSchemaType?: "
|
1685
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1686
1686
|
};
|
1687
1687
|
border?: {
|
1688
1688
|
radius?: {
|
@@ -1701,7 +1701,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1701
1701
|
colors: (string | {
|
1702
1702
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1703
1703
|
toned?: boolean;
|
1704
|
-
colorSchemaType?: "
|
1704
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1705
1705
|
} | {
|
1706
1706
|
color: string | any;
|
1707
1707
|
stop?: number;
|
@@ -1722,12 +1722,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1722
1722
|
colors: (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
|
color: string | {
|
1728
1728
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1729
1729
|
toned?: boolean;
|
1730
|
-
colorSchemaType?: "
|
1730
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1731
1731
|
};
|
1732
1732
|
stop?: number;
|
1733
1733
|
})[];
|
@@ -1736,7 +1736,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1736
1736
|
} | {
|
1737
1737
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1738
1738
|
toned?: boolean;
|
1739
|
-
colorSchemaType?: "
|
1739
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1740
1740
|
};
|
1741
1741
|
typography?: {
|
1742
1742
|
decoration?: string;
|
@@ -1756,7 +1756,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1756
1756
|
lineHeight: number;
|
1757
1757
|
};
|
1758
1758
|
} | {
|
1759
|
-
type: "
|
1759
|
+
type: "text" | "title" | "navigation";
|
1760
1760
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1761
1761
|
};
|
1762
1762
|
};
|
@@ -1765,12 +1765,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1765
1765
|
colors: (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
|
color: string | {
|
1771
1771
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1772
1772
|
toned?: boolean;
|
1773
|
-
colorSchemaType?: "
|
1773
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1774
1774
|
};
|
1775
1775
|
stop?: number;
|
1776
1776
|
})[];
|
@@ -1779,7 +1779,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1779
1779
|
} | {
|
1780
1780
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1781
1781
|
toned?: boolean;
|
1782
|
-
colorSchemaType?: "
|
1782
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1783
1783
|
};
|
1784
1784
|
size?: number;
|
1785
1785
|
};
|
@@ -1796,12 +1796,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1796
1796
|
colors: (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
|
color: string | {
|
1802
1802
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1803
1803
|
toned?: boolean;
|
1804
|
-
colorSchemaType?: "
|
1804
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1805
1805
|
};
|
1806
1806
|
stop?: number;
|
1807
1807
|
})[];
|
@@ -1810,7 +1810,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1810
1810
|
} | {
|
1811
1811
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1812
1812
|
toned?: boolean;
|
1813
|
-
colorSchemaType?: "
|
1813
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1814
1814
|
};
|
1815
1815
|
border?: {
|
1816
1816
|
radius?: {
|
@@ -1829,7 +1829,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1829
1829
|
colors: (string | {
|
1830
1830
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1831
1831
|
toned?: boolean;
|
1832
|
-
colorSchemaType?: "
|
1832
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1833
1833
|
} | {
|
1834
1834
|
color: string | any;
|
1835
1835
|
stop?: number;
|
@@ -1850,12 +1850,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1850
1850
|
colors: (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
|
color: string | {
|
1856
1856
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1857
1857
|
toned?: boolean;
|
1858
|
-
colorSchemaType?: "
|
1858
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1859
1859
|
};
|
1860
1860
|
stop?: number;
|
1861
1861
|
})[];
|
@@ -1864,7 +1864,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1864
1864
|
} | {
|
1865
1865
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1866
1866
|
toned?: boolean;
|
1867
|
-
colorSchemaType?: "
|
1867
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1868
1868
|
};
|
1869
1869
|
typography?: {
|
1870
1870
|
decoration?: string;
|
@@ -1884,7 +1884,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1884
1884
|
lineHeight: number;
|
1885
1885
|
};
|
1886
1886
|
} | {
|
1887
|
-
type: "
|
1887
|
+
type: "text" | "title" | "navigation";
|
1888
1888
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1889
1889
|
};
|
1890
1890
|
};
|
@@ -1893,12 +1893,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1893
1893
|
colors: (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
|
color: string | {
|
1899
1899
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1900
1900
|
toned?: boolean;
|
1901
|
-
colorSchemaType?: "
|
1901
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1902
1902
|
};
|
1903
1903
|
stop?: number;
|
1904
1904
|
})[];
|
@@ -1907,7 +1907,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1907
1907
|
} | {
|
1908
1908
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1909
1909
|
toned?: boolean;
|
1910
|
-
colorSchemaType?: "
|
1910
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1911
1911
|
};
|
1912
1912
|
size?: number;
|
1913
1913
|
};
|
@@ -1924,12 +1924,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1924
1924
|
colors: (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
|
color: string | {
|
1930
1930
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1931
1931
|
toned?: boolean;
|
1932
|
-
colorSchemaType?: "
|
1932
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1933
1933
|
};
|
1934
1934
|
stop?: number;
|
1935
1935
|
})[];
|
@@ -1938,7 +1938,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1938
1938
|
} | {
|
1939
1939
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1940
1940
|
toned?: boolean;
|
1941
|
-
colorSchemaType?: "
|
1941
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1942
1942
|
};
|
1943
1943
|
border?: {
|
1944
1944
|
radius?: {
|
@@ -1957,7 +1957,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1957
1957
|
colors: (string | {
|
1958
1958
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1959
1959
|
toned?: boolean;
|
1960
|
-
colorSchemaType?: "
|
1960
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1961
1961
|
} | {
|
1962
1962
|
color: string | any;
|
1963
1963
|
stop?: number;
|
@@ -1978,12 +1978,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1978
1978
|
colors: (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
|
color: string | {
|
1984
1984
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1985
1985
|
toned?: boolean;
|
1986
|
-
colorSchemaType?: "
|
1986
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1987
1987
|
};
|
1988
1988
|
stop?: number;
|
1989
1989
|
})[];
|
@@ -1992,7 +1992,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1992
1992
|
} | {
|
1993
1993
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1994
1994
|
toned?: boolean;
|
1995
|
-
colorSchemaType?: "
|
1995
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
1996
1996
|
};
|
1997
1997
|
typography?: {
|
1998
1998
|
decoration?: string;
|
@@ -2012,7 +2012,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2012
2012
|
lineHeight: number;
|
2013
2013
|
};
|
2014
2014
|
} | {
|
2015
|
-
type: "
|
2015
|
+
type: "text" | "title" | "navigation";
|
2016
2016
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2017
2017
|
};
|
2018
2018
|
};
|
@@ -2021,12 +2021,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2021
2021
|
colors: (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
|
color: string | {
|
2027
2027
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2028
2028
|
toned?: boolean;
|
2029
|
-
colorSchemaType?: "
|
2029
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2030
2030
|
};
|
2031
2031
|
stop?: number;
|
2032
2032
|
})[];
|
@@ -2035,7 +2035,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2035
2035
|
} | {
|
2036
2036
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2037
2037
|
toned?: boolean;
|
2038
|
-
colorSchemaType?: "
|
2038
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2039
2039
|
};
|
2040
2040
|
size?: number;
|
2041
2041
|
};
|
@@ -2052,12 +2052,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2052
2052
|
colors: (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
|
color: string | {
|
2058
2058
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2059
2059
|
toned?: boolean;
|
2060
|
-
colorSchemaType?: "
|
2060
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2061
2061
|
};
|
2062
2062
|
stop?: number;
|
2063
2063
|
})[];
|
@@ -2066,7 +2066,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2066
2066
|
} | {
|
2067
2067
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2068
2068
|
toned?: boolean;
|
2069
|
-
colorSchemaType?: "
|
2069
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2070
2070
|
};
|
2071
2071
|
border?: {
|
2072
2072
|
radius?: {
|
@@ -2085,7 +2085,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2085
2085
|
colors: (string | {
|
2086
2086
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2087
2087
|
toned?: boolean;
|
2088
|
-
colorSchemaType?: "
|
2088
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2089
2089
|
} | {
|
2090
2090
|
color: string | any;
|
2091
2091
|
stop?: number;
|
@@ -2106,12 +2106,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2106
2106
|
colors: (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
|
color: string | {
|
2112
2112
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2113
2113
|
toned?: boolean;
|
2114
|
-
colorSchemaType?: "
|
2114
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2115
2115
|
};
|
2116
2116
|
stop?: number;
|
2117
2117
|
})[];
|
@@ -2120,7 +2120,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2120
2120
|
} | {
|
2121
2121
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2122
2122
|
toned?: boolean;
|
2123
|
-
colorSchemaType?: "
|
2123
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2124
2124
|
};
|
2125
2125
|
typography?: {
|
2126
2126
|
decoration?: string;
|
@@ -2140,7 +2140,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2140
2140
|
lineHeight: number;
|
2141
2141
|
};
|
2142
2142
|
} | {
|
2143
|
-
type: "
|
2143
|
+
type: "text" | "title" | "navigation";
|
2144
2144
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2145
2145
|
};
|
2146
2146
|
};
|
@@ -2149,12 +2149,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2149
2149
|
colors: (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
|
color: string | {
|
2155
2155
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2156
2156
|
toned?: boolean;
|
2157
|
-
colorSchemaType?: "
|
2157
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2158
2158
|
};
|
2159
2159
|
stop?: number;
|
2160
2160
|
})[];
|
@@ -2163,7 +2163,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2163
2163
|
} | {
|
2164
2164
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2165
2165
|
toned?: boolean;
|
2166
|
-
colorSchemaType?: "
|
2166
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2167
2167
|
};
|
2168
2168
|
size?: number;
|
2169
2169
|
};
|
@@ -2182,12 +2182,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2182
2182
|
colors: (string | {
|
2183
2183
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2184
2184
|
toned?: boolean;
|
2185
|
-
colorSchemaType?: "
|
2185
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2186
2186
|
} | {
|
2187
2187
|
color: string | {
|
2188
2188
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2189
2189
|
toned?: boolean;
|
2190
|
-
colorSchemaType?: "
|
2190
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2191
2191
|
};
|
2192
2192
|
stop?: number;
|
2193
2193
|
})[];
|
@@ -2196,7 +2196,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2196
2196
|
} | {
|
2197
2197
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2198
2198
|
toned?: boolean;
|
2199
|
-
colorSchemaType?: "
|
2199
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2200
2200
|
};
|
2201
2201
|
border?: {
|
2202
2202
|
radius?: {
|
@@ -2215,7 +2215,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2215
2215
|
colors: (string | {
|
2216
2216
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2217
2217
|
toned?: boolean;
|
2218
|
-
colorSchemaType?: "
|
2218
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2219
2219
|
} | {
|
2220
2220
|
color: string | any;
|
2221
2221
|
stop?: number;
|
@@ -2236,12 +2236,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2236
2236
|
colors: (string | {
|
2237
2237
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2238
2238
|
toned?: boolean;
|
2239
|
-
colorSchemaType?: "
|
2239
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2240
2240
|
} | {
|
2241
2241
|
color: string | {
|
2242
2242
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2243
2243
|
toned?: boolean;
|
2244
|
-
colorSchemaType?: "
|
2244
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2245
2245
|
};
|
2246
2246
|
stop?: number;
|
2247
2247
|
})[];
|
@@ -2250,7 +2250,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2250
2250
|
} | {
|
2251
2251
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2252
2252
|
toned?: boolean;
|
2253
|
-
colorSchemaType?: "
|
2253
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2254
2254
|
};
|
2255
2255
|
typography?: {
|
2256
2256
|
decoration?: string;
|
@@ -2270,7 +2270,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2270
2270
|
lineHeight: number;
|
2271
2271
|
};
|
2272
2272
|
} | {
|
2273
|
-
type: "
|
2273
|
+
type: "text" | "title" | "navigation";
|
2274
2274
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2275
2275
|
};
|
2276
2276
|
};
|
@@ -2279,12 +2279,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2279
2279
|
colors: (string | {
|
2280
2280
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2281
2281
|
toned?: boolean;
|
2282
|
-
colorSchemaType?: "
|
2282
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2283
2283
|
} | {
|
2284
2284
|
color: string | {
|
2285
2285
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2286
2286
|
toned?: boolean;
|
2287
|
-
colorSchemaType?: "
|
2287
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2288
2288
|
};
|
2289
2289
|
stop?: number;
|
2290
2290
|
})[];
|
@@ -2293,7 +2293,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2293
2293
|
} | {
|
2294
2294
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2295
2295
|
toned?: boolean;
|
2296
|
-
colorSchemaType?: "
|
2296
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2297
2297
|
};
|
2298
2298
|
size?: number;
|
2299
2299
|
};
|
@@ -2310,12 +2310,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2310
2310
|
colors: (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
|
color: string | {
|
2316
2316
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2317
2317
|
toned?: boolean;
|
2318
|
-
colorSchemaType?: "
|
2318
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2319
2319
|
};
|
2320
2320
|
stop?: number;
|
2321
2321
|
})[];
|
@@ -2324,7 +2324,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2324
2324
|
} | {
|
2325
2325
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2326
2326
|
toned?: boolean;
|
2327
|
-
colorSchemaType?: "
|
2327
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2328
2328
|
};
|
2329
2329
|
border?: {
|
2330
2330
|
radius?: {
|
@@ -2343,7 +2343,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2343
2343
|
colors: (string | {
|
2344
2344
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2345
2345
|
toned?: boolean;
|
2346
|
-
colorSchemaType?: "
|
2346
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2347
2347
|
} | {
|
2348
2348
|
color: string | any;
|
2349
2349
|
stop?: number;
|
@@ -2364,12 +2364,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2364
2364
|
colors: (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
|
color: string | {
|
2370
2370
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2371
2371
|
toned?: boolean;
|
2372
|
-
colorSchemaType?: "
|
2372
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2373
2373
|
};
|
2374
2374
|
stop?: number;
|
2375
2375
|
})[];
|
@@ -2378,7 +2378,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2378
2378
|
} | {
|
2379
2379
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2380
2380
|
toned?: boolean;
|
2381
|
-
colorSchemaType?: "
|
2381
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2382
2382
|
};
|
2383
2383
|
typography?: {
|
2384
2384
|
decoration?: string;
|
@@ -2398,7 +2398,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2398
2398
|
lineHeight: number;
|
2399
2399
|
};
|
2400
2400
|
} | {
|
2401
|
-
type: "
|
2401
|
+
type: "text" | "title" | "navigation";
|
2402
2402
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2403
2403
|
};
|
2404
2404
|
};
|
@@ -2407,12 +2407,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2407
2407
|
colors: (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
|
color: string | {
|
2413
2413
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2414
2414
|
toned?: boolean;
|
2415
|
-
colorSchemaType?: "
|
2415
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2416
2416
|
};
|
2417
2417
|
stop?: number;
|
2418
2418
|
})[];
|
@@ -2421,7 +2421,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2421
2421
|
} | {
|
2422
2422
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2423
2423
|
toned?: boolean;
|
2424
|
-
colorSchemaType?: "
|
2424
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2425
2425
|
};
|
2426
2426
|
size?: number;
|
2427
2427
|
};
|
@@ -2438,12 +2438,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2438
2438
|
colors: (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
|
color: string | {
|
2444
2444
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2445
2445
|
toned?: boolean;
|
2446
|
-
colorSchemaType?: "
|
2446
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2447
2447
|
};
|
2448
2448
|
stop?: number;
|
2449
2449
|
})[];
|
@@ -2452,7 +2452,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2452
2452
|
} | {
|
2453
2453
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2454
2454
|
toned?: boolean;
|
2455
|
-
colorSchemaType?: "
|
2455
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2456
2456
|
};
|
2457
2457
|
border?: {
|
2458
2458
|
radius?: {
|
@@ -2471,7 +2471,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2471
2471
|
colors: (string | {
|
2472
2472
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2473
2473
|
toned?: boolean;
|
2474
|
-
colorSchemaType?: "
|
2474
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2475
2475
|
} | {
|
2476
2476
|
color: string | any;
|
2477
2477
|
stop?: number;
|
@@ -2492,12 +2492,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2492
2492
|
colors: (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
|
color: string | {
|
2498
2498
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2499
2499
|
toned?: boolean;
|
2500
|
-
colorSchemaType?: "
|
2500
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2501
2501
|
};
|
2502
2502
|
stop?: number;
|
2503
2503
|
})[];
|
@@ -2506,7 +2506,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2506
2506
|
} | {
|
2507
2507
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2508
2508
|
toned?: boolean;
|
2509
|
-
colorSchemaType?: "
|
2509
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2510
2510
|
};
|
2511
2511
|
typography?: {
|
2512
2512
|
decoration?: string;
|
@@ -2526,7 +2526,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2526
2526
|
lineHeight: number;
|
2527
2527
|
};
|
2528
2528
|
} | {
|
2529
|
-
type: "
|
2529
|
+
type: "text" | "title" | "navigation";
|
2530
2530
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2531
2531
|
};
|
2532
2532
|
};
|
@@ -2535,12 +2535,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2535
2535
|
colors: (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
|
color: string | {
|
2541
2541
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2542
2542
|
toned?: boolean;
|
2543
|
-
colorSchemaType?: "
|
2543
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2544
2544
|
};
|
2545
2545
|
stop?: number;
|
2546
2546
|
})[];
|
@@ -2549,7 +2549,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2549
2549
|
} | {
|
2550
2550
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2551
2551
|
toned?: boolean;
|
2552
|
-
colorSchemaType?: "
|
2552
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2553
2553
|
};
|
2554
2554
|
size?: number;
|
2555
2555
|
};
|
@@ -2566,12 +2566,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2566
2566
|
colors: (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
|
color: string | {
|
2572
2572
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2573
2573
|
toned?: boolean;
|
2574
|
-
colorSchemaType?: "
|
2574
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2575
2575
|
};
|
2576
2576
|
stop?: number;
|
2577
2577
|
})[];
|
@@ -2580,7 +2580,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2580
2580
|
} | {
|
2581
2581
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2582
2582
|
toned?: boolean;
|
2583
|
-
colorSchemaType?: "
|
2583
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2584
2584
|
};
|
2585
2585
|
border?: {
|
2586
2586
|
radius?: {
|
@@ -2599,7 +2599,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2599
2599
|
colors: (string | {
|
2600
2600
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2601
2601
|
toned?: boolean;
|
2602
|
-
colorSchemaType?: "
|
2602
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2603
2603
|
} | {
|
2604
2604
|
color: string | any;
|
2605
2605
|
stop?: number;
|
@@ -2620,12 +2620,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2620
2620
|
colors: (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
|
color: string | {
|
2626
2626
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2627
2627
|
toned?: boolean;
|
2628
|
-
colorSchemaType?: "
|
2628
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2629
2629
|
};
|
2630
2630
|
stop?: number;
|
2631
2631
|
})[];
|
@@ -2634,7 +2634,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2634
2634
|
} | {
|
2635
2635
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2636
2636
|
toned?: boolean;
|
2637
|
-
colorSchemaType?: "
|
2637
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2638
2638
|
};
|
2639
2639
|
typography?: {
|
2640
2640
|
decoration?: string;
|
@@ -2654,7 +2654,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2654
2654
|
lineHeight: number;
|
2655
2655
|
};
|
2656
2656
|
} | {
|
2657
|
-
type: "
|
2657
|
+
type: "text" | "title" | "navigation";
|
2658
2658
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2659
2659
|
};
|
2660
2660
|
};
|
@@ -2663,12 +2663,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2663
2663
|
colors: (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
|
color: string | {
|
2669
2669
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2670
2670
|
toned?: boolean;
|
2671
|
-
colorSchemaType?: "
|
2671
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2672
2672
|
};
|
2673
2673
|
stop?: number;
|
2674
2674
|
})[];
|
@@ -2677,7 +2677,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2677
2677
|
} | {
|
2678
2678
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2679
2679
|
toned?: boolean;
|
2680
|
-
colorSchemaType?: "
|
2680
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2681
2681
|
};
|
2682
2682
|
size?: number;
|
2683
2683
|
};
|
@@ -2694,12 +2694,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2694
2694
|
colors: (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
|
color: string | {
|
2700
2700
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2701
2701
|
toned?: boolean;
|
2702
|
-
colorSchemaType?: "
|
2702
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2703
2703
|
};
|
2704
2704
|
stop?: number;
|
2705
2705
|
})[];
|
@@ -2708,7 +2708,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2708
2708
|
} | {
|
2709
2709
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2710
2710
|
toned?: boolean;
|
2711
|
-
colorSchemaType?: "
|
2711
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2712
2712
|
};
|
2713
2713
|
border?: {
|
2714
2714
|
radius?: {
|
@@ -2727,7 +2727,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2727
2727
|
colors: (string | {
|
2728
2728
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2729
2729
|
toned?: boolean;
|
2730
|
-
colorSchemaType?: "
|
2730
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2731
2731
|
} | {
|
2732
2732
|
color: string | any;
|
2733
2733
|
stop?: number;
|
@@ -2748,12 +2748,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2748
2748
|
colors: (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
|
color: string | {
|
2754
2754
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2755
2755
|
toned?: boolean;
|
2756
|
-
colorSchemaType?: "
|
2756
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2757
2757
|
};
|
2758
2758
|
stop?: number;
|
2759
2759
|
})[];
|
@@ -2762,7 +2762,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2762
2762
|
} | {
|
2763
2763
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2764
2764
|
toned?: boolean;
|
2765
|
-
colorSchemaType?: "
|
2765
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2766
2766
|
};
|
2767
2767
|
typography?: {
|
2768
2768
|
decoration?: string;
|
@@ -2782,7 +2782,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2782
2782
|
lineHeight: number;
|
2783
2783
|
};
|
2784
2784
|
} | {
|
2785
|
-
type: "
|
2785
|
+
type: "text" | "title" | "navigation";
|
2786
2786
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2787
2787
|
};
|
2788
2788
|
};
|
@@ -2791,12 +2791,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2791
2791
|
colors: (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
|
color: string | {
|
2797
2797
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2798
2798
|
toned?: boolean;
|
2799
|
-
colorSchemaType?: "
|
2799
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2800
2800
|
};
|
2801
2801
|
stop?: number;
|
2802
2802
|
})[];
|
@@ -2805,7 +2805,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2805
2805
|
} | {
|
2806
2806
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2807
2807
|
toned?: boolean;
|
2808
|
-
colorSchemaType?: "
|
2808
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2809
2809
|
};
|
2810
2810
|
size?: number;
|
2811
2811
|
};
|
@@ -2822,12 +2822,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2822
2822
|
colors: (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
|
color: string | {
|
2828
2828
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2829
2829
|
toned?: boolean;
|
2830
|
-
colorSchemaType?: "
|
2830
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2831
2831
|
};
|
2832
2832
|
stop?: number;
|
2833
2833
|
})[];
|
@@ -2836,7 +2836,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2836
2836
|
} | {
|
2837
2837
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2838
2838
|
toned?: boolean;
|
2839
|
-
colorSchemaType?: "
|
2839
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2840
2840
|
};
|
2841
2841
|
border?: {
|
2842
2842
|
radius?: {
|
@@ -2855,7 +2855,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2855
2855
|
colors: (string | {
|
2856
2856
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2857
2857
|
toned?: boolean;
|
2858
|
-
colorSchemaType?: "
|
2858
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2859
2859
|
} | {
|
2860
2860
|
color: string | any;
|
2861
2861
|
stop?: number;
|
@@ -2876,12 +2876,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2876
2876
|
colors: (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
|
color: string | {
|
2882
2882
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2883
2883
|
toned?: boolean;
|
2884
|
-
colorSchemaType?: "
|
2884
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2885
2885
|
};
|
2886
2886
|
stop?: number;
|
2887
2887
|
})[];
|
@@ -2890,7 +2890,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2890
2890
|
} | {
|
2891
2891
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2892
2892
|
toned?: boolean;
|
2893
|
-
colorSchemaType?: "
|
2893
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2894
2894
|
};
|
2895
2895
|
typography?: {
|
2896
2896
|
decoration?: string;
|
@@ -2910,7 +2910,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2910
2910
|
lineHeight: number;
|
2911
2911
|
};
|
2912
2912
|
} | {
|
2913
|
-
type: "
|
2913
|
+
type: "text" | "title" | "navigation";
|
2914
2914
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2915
2915
|
};
|
2916
2916
|
};
|
@@ -2919,12 +2919,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2919
2919
|
colors: (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
|
color: string | {
|
2925
2925
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2926
2926
|
toned?: boolean;
|
2927
|
-
colorSchemaType?: "
|
2927
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2928
2928
|
};
|
2929
2929
|
stop?: number;
|
2930
2930
|
})[];
|
@@ -2933,7 +2933,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2933
2933
|
} | {
|
2934
2934
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2935
2935
|
toned?: boolean;
|
2936
|
-
colorSchemaType?: "
|
2936
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2937
2937
|
};
|
2938
2938
|
size?: number;
|
2939
2939
|
};
|
@@ -2950,12 +2950,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2950
2950
|
colors: (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
|
color: string | {
|
2956
2956
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2957
2957
|
toned?: boolean;
|
2958
|
-
colorSchemaType?: "
|
2958
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2959
2959
|
};
|
2960
2960
|
stop?: number;
|
2961
2961
|
})[];
|
@@ -2964,7 +2964,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2964
2964
|
} | {
|
2965
2965
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2966
2966
|
toned?: boolean;
|
2967
|
-
colorSchemaType?: "
|
2967
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2968
2968
|
};
|
2969
2969
|
border?: {
|
2970
2970
|
radius?: {
|
@@ -2983,7 +2983,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2983
2983
|
colors: (string | {
|
2984
2984
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2985
2985
|
toned?: boolean;
|
2986
|
-
colorSchemaType?: "
|
2986
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
2987
2987
|
} | {
|
2988
2988
|
color: string | any;
|
2989
2989
|
stop?: number;
|
@@ -3004,12 +3004,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3004
3004
|
colors: (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
|
color: string | {
|
3010
3010
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3011
3011
|
toned?: boolean;
|
3012
|
-
colorSchemaType?: "
|
3012
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3013
3013
|
};
|
3014
3014
|
stop?: number;
|
3015
3015
|
})[];
|
@@ -3018,7 +3018,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3018
3018
|
} | {
|
3019
3019
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3020
3020
|
toned?: boolean;
|
3021
|
-
colorSchemaType?: "
|
3021
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3022
3022
|
};
|
3023
3023
|
typography?: {
|
3024
3024
|
decoration?: string;
|
@@ -3038,7 +3038,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3038
3038
|
lineHeight: number;
|
3039
3039
|
};
|
3040
3040
|
} | {
|
3041
|
-
type: "
|
3041
|
+
type: "text" | "title" | "navigation";
|
3042
3042
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3043
3043
|
};
|
3044
3044
|
};
|
@@ -3047,12 +3047,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3047
3047
|
colors: (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
|
color: string | {
|
3053
3053
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3054
3054
|
toned?: boolean;
|
3055
|
-
colorSchemaType?: "
|
3055
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3056
3056
|
};
|
3057
3057
|
stop?: number;
|
3058
3058
|
})[];
|
@@ -3061,7 +3061,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3061
3061
|
} | {
|
3062
3062
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3063
3063
|
toned?: boolean;
|
3064
|
-
colorSchemaType?: "
|
3064
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3065
3065
|
};
|
3066
3066
|
size?: number;
|
3067
3067
|
};
|
@@ -3078,12 +3078,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3078
3078
|
colors: (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
|
color: string | {
|
3084
3084
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3085
3085
|
toned?: boolean;
|
3086
|
-
colorSchemaType?: "
|
3086
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3087
3087
|
};
|
3088
3088
|
stop?: number;
|
3089
3089
|
})[];
|
@@ -3092,7 +3092,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3092
3092
|
} | {
|
3093
3093
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3094
3094
|
toned?: boolean;
|
3095
|
-
colorSchemaType?: "
|
3095
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3096
3096
|
};
|
3097
3097
|
border?: {
|
3098
3098
|
radius?: {
|
@@ -3111,7 +3111,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3111
3111
|
colors: (string | {
|
3112
3112
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3113
3113
|
toned?: boolean;
|
3114
|
-
colorSchemaType?: "
|
3114
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3115
3115
|
} | {
|
3116
3116
|
color: string | any;
|
3117
3117
|
stop?: number;
|
@@ -3132,12 +3132,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3132
3132
|
colors: (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
|
color: string | {
|
3138
3138
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3139
3139
|
toned?: boolean;
|
3140
|
-
colorSchemaType?: "
|
3140
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3141
3141
|
};
|
3142
3142
|
stop?: number;
|
3143
3143
|
})[];
|
@@ -3146,7 +3146,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3146
3146
|
} | {
|
3147
3147
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3148
3148
|
toned?: boolean;
|
3149
|
-
colorSchemaType?: "
|
3149
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3150
3150
|
};
|
3151
3151
|
typography?: {
|
3152
3152
|
decoration?: string;
|
@@ -3166,7 +3166,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3166
3166
|
lineHeight: number;
|
3167
3167
|
};
|
3168
3168
|
} | {
|
3169
|
-
type: "
|
3169
|
+
type: "text" | "title" | "navigation";
|
3170
3170
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3171
3171
|
};
|
3172
3172
|
};
|
@@ -3175,12 +3175,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3175
3175
|
colors: (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
|
color: string | {
|
3181
3181
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3182
3182
|
toned?: boolean;
|
3183
|
-
colorSchemaType?: "
|
3183
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3184
3184
|
};
|
3185
3185
|
stop?: number;
|
3186
3186
|
})[];
|
@@ -3189,7 +3189,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3189
3189
|
} | {
|
3190
3190
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3191
3191
|
toned?: boolean;
|
3192
|
-
colorSchemaType?: "
|
3192
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3193
3193
|
};
|
3194
3194
|
size?: number;
|
3195
3195
|
};
|
@@ -3206,12 +3206,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3206
3206
|
colors: (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
|
color: string | {
|
3212
3212
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3213
3213
|
toned?: boolean;
|
3214
|
-
colorSchemaType?: "
|
3214
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3215
3215
|
};
|
3216
3216
|
stop?: number;
|
3217
3217
|
})[];
|
@@ -3220,7 +3220,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3220
3220
|
} | {
|
3221
3221
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3222
3222
|
toned?: boolean;
|
3223
|
-
colorSchemaType?: "
|
3223
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3224
3224
|
};
|
3225
3225
|
border?: {
|
3226
3226
|
radius?: {
|
@@ -3239,7 +3239,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3239
3239
|
colors: (string | {
|
3240
3240
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3241
3241
|
toned?: boolean;
|
3242
|
-
colorSchemaType?: "
|
3242
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3243
3243
|
} | {
|
3244
3244
|
color: string | any;
|
3245
3245
|
stop?: number;
|
@@ -3260,12 +3260,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3260
3260
|
colors: (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
|
color: string | {
|
3266
3266
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3267
3267
|
toned?: boolean;
|
3268
|
-
colorSchemaType?: "
|
3268
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3269
3269
|
};
|
3270
3270
|
stop?: number;
|
3271
3271
|
})[];
|
@@ -3274,7 +3274,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3274
3274
|
} | {
|
3275
3275
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3276
3276
|
toned?: boolean;
|
3277
|
-
colorSchemaType?: "
|
3277
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3278
3278
|
};
|
3279
3279
|
typography?: {
|
3280
3280
|
decoration?: string;
|
@@ -3294,7 +3294,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3294
3294
|
lineHeight: number;
|
3295
3295
|
};
|
3296
3296
|
} | {
|
3297
|
-
type: "
|
3297
|
+
type: "text" | "title" | "navigation";
|
3298
3298
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3299
3299
|
};
|
3300
3300
|
};
|
@@ -3303,12 +3303,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3303
3303
|
colors: (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
|
color: string | {
|
3309
3309
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3310
3310
|
toned?: boolean;
|
3311
|
-
colorSchemaType?: "
|
3311
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3312
3312
|
};
|
3313
3313
|
stop?: number;
|
3314
3314
|
})[];
|
@@ -3317,7 +3317,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3317
3317
|
} | {
|
3318
3318
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3319
3319
|
toned?: boolean;
|
3320
|
-
colorSchemaType?: "
|
3320
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3321
3321
|
};
|
3322
3322
|
size?: number;
|
3323
3323
|
};
|
@@ -3332,12 +3332,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3332
3332
|
colors: (string | {
|
3333
3333
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3334
3334
|
toned?: boolean;
|
3335
|
-
colorSchemaType?: "
|
3335
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3336
3336
|
} | {
|
3337
3337
|
color: string | {
|
3338
3338
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3339
3339
|
toned?: boolean;
|
3340
|
-
colorSchemaType?: "
|
3340
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3341
3341
|
};
|
3342
3342
|
stop?: number;
|
3343
3343
|
})[];
|
@@ -3346,7 +3346,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3346
3346
|
} | {
|
3347
3347
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3348
3348
|
toned?: boolean;
|
3349
|
-
colorSchemaType?: "
|
3349
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3350
3350
|
};
|
3351
3351
|
border?: {
|
3352
3352
|
radius?: {
|
@@ -3365,12 +3365,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3365
3365
|
colors: (string | {
|
3366
3366
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3367
3367
|
toned?: boolean;
|
3368
|
-
colorSchemaType?: "
|
3368
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3369
3369
|
} | {
|
3370
3370
|
color: string | {
|
3371
3371
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3372
3372
|
toned?: boolean;
|
3373
|
-
colorSchemaType?: "
|
3373
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3374
3374
|
};
|
3375
3375
|
stop?: number;
|
3376
3376
|
})[];
|
@@ -3402,23 +3402,23 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3402
3402
|
grow?: boolean;
|
3403
3403
|
minHeight?: number;
|
3404
3404
|
minWidth?: number;
|
3405
|
-
alignment?: "
|
3405
|
+
alignment?: "start" | "center" | "end";
|
3406
3406
|
sliderColor?: string | {
|
3407
3407
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3408
3408
|
toned?: boolean;
|
3409
|
-
colorSchemaType?: "
|
3409
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3410
3410
|
};
|
3411
3411
|
text?: {
|
3412
3412
|
color?: string | {
|
3413
3413
|
colors: (string | {
|
3414
3414
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3415
3415
|
toned?: boolean;
|
3416
|
-
colorSchemaType?: "
|
3416
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3417
3417
|
} | {
|
3418
3418
|
color: string | {
|
3419
3419
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3420
3420
|
toned?: boolean;
|
3421
|
-
colorSchemaType?: "
|
3421
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3422
3422
|
};
|
3423
3423
|
stop?: number;
|
3424
3424
|
})[];
|
@@ -3427,7 +3427,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3427
3427
|
} | {
|
3428
3428
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3429
3429
|
toned?: boolean;
|
3430
|
-
colorSchemaType?: "
|
3430
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3431
3431
|
};
|
3432
3432
|
typography?: {
|
3433
3433
|
decoration?: string;
|
@@ -3447,7 +3447,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3447
3447
|
lineHeight: number;
|
3448
3448
|
};
|
3449
3449
|
} | {
|
3450
|
-
type: "
|
3450
|
+
type: "text" | "title" | "navigation";
|
3451
3451
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3452
3452
|
};
|
3453
3453
|
};
|
@@ -3456,12 +3456,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3456
3456
|
colors: (string | {
|
3457
3457
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3458
3458
|
toned?: boolean;
|
3459
|
-
colorSchemaType?: "
|
3459
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3460
3460
|
} | {
|
3461
3461
|
color: string | {
|
3462
3462
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3463
3463
|
toned?: boolean;
|
3464
|
-
colorSchemaType?: "
|
3464
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3465
3465
|
};
|
3466
3466
|
stop?: number;
|
3467
3467
|
})[];
|
@@ -3470,7 +3470,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3470
3470
|
} | {
|
3471
3471
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3472
3472
|
toned?: boolean;
|
3473
|
-
colorSchemaType?: "
|
3473
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3474
3474
|
};
|
3475
3475
|
size?: number;
|
3476
3476
|
};
|
@@ -3486,12 +3486,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3486
3486
|
colors: (string | {
|
3487
3487
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3488
3488
|
toned?: boolean;
|
3489
|
-
colorSchemaType?: "
|
3489
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3490
3490
|
} | {
|
3491
3491
|
color: string | {
|
3492
3492
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3493
3493
|
toned?: boolean;
|
3494
|
-
colorSchemaType?: "
|
3494
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3495
3495
|
};
|
3496
3496
|
stop?: number;
|
3497
3497
|
})[];
|
@@ -3500,7 +3500,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3500
3500
|
} | {
|
3501
3501
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3502
3502
|
toned?: boolean;
|
3503
|
-
colorSchemaType?: "
|
3503
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3504
3504
|
};
|
3505
3505
|
border?: {
|
3506
3506
|
radius?: {
|
@@ -3519,7 +3519,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3519
3519
|
colors: (string | {
|
3520
3520
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3521
3521
|
toned?: boolean;
|
3522
|
-
colorSchemaType?: "
|
3522
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3523
3523
|
} | {
|
3524
3524
|
color: string | any;
|
3525
3525
|
stop?: number;
|
@@ -3539,12 +3539,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3539
3539
|
colors: (string | {
|
3540
3540
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3541
3541
|
toned?: boolean;
|
3542
|
-
colorSchemaType?: "
|
3542
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3543
3543
|
} | {
|
3544
3544
|
color: string | {
|
3545
3545
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3546
3546
|
toned?: boolean;
|
3547
|
-
colorSchemaType?: "
|
3547
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3548
3548
|
};
|
3549
3549
|
stop?: number;
|
3550
3550
|
})[];
|
@@ -3553,7 +3553,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3553
3553
|
} | {
|
3554
3554
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3555
3555
|
toned?: boolean;
|
3556
|
-
colorSchemaType?: "
|
3556
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3557
3557
|
};
|
3558
3558
|
typography?: {
|
3559
3559
|
decoration?: string;
|
@@ -3573,7 +3573,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3573
3573
|
lineHeight: number;
|
3574
3574
|
};
|
3575
3575
|
} | {
|
3576
|
-
type: "
|
3576
|
+
type: "text" | "title" | "navigation";
|
3577
3577
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3578
3578
|
};
|
3579
3579
|
};
|
@@ -3582,12 +3582,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3582
3582
|
colors: (string | {
|
3583
3583
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3584
3584
|
toned?: boolean;
|
3585
|
-
colorSchemaType?: "
|
3585
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3586
3586
|
} | {
|
3587
3587
|
color: string | {
|
3588
3588
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3589
3589
|
toned?: boolean;
|
3590
|
-
colorSchemaType?: "
|
3590
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3591
3591
|
};
|
3592
3592
|
stop?: number;
|
3593
3593
|
})[];
|
@@ -3596,7 +3596,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3596
3596
|
} | {
|
3597
3597
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3598
3598
|
toned?: boolean;
|
3599
|
-
colorSchemaType?: "
|
3599
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3600
3600
|
};
|
3601
3601
|
size?: number;
|
3602
3602
|
};
|
@@ -3607,12 +3607,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3607
3607
|
colors: (string | {
|
3608
3608
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3609
3609
|
toned?: boolean;
|
3610
|
-
colorSchemaType?: "
|
3610
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3611
3611
|
} | {
|
3612
3612
|
color: string | {
|
3613
3613
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3614
3614
|
toned?: boolean;
|
3615
|
-
colorSchemaType?: "
|
3615
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3616
3616
|
};
|
3617
3617
|
stop?: number;
|
3618
3618
|
})[];
|
@@ -3621,7 +3621,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3621
3621
|
} | {
|
3622
3622
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3623
3623
|
toned?: boolean;
|
3624
|
-
colorSchemaType?: "
|
3624
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3625
3625
|
};
|
3626
3626
|
border?: {
|
3627
3627
|
radius?: {
|
@@ -3640,7 +3640,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3640
3640
|
colors: (string | {
|
3641
3641
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3642
3642
|
toned?: boolean;
|
3643
|
-
colorSchemaType?: "
|
3643
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3644
3644
|
} | {
|
3645
3645
|
color: string | any;
|
3646
3646
|
stop?: number;
|
@@ -3663,12 +3663,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3663
3663
|
colors: (string | {
|
3664
3664
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3665
3665
|
toned?: boolean;
|
3666
|
-
colorSchemaType?: "
|
3666
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3667
3667
|
} | {
|
3668
3668
|
color: string | {
|
3669
3669
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3670
3670
|
toned?: boolean;
|
3671
|
-
colorSchemaType?: "
|
3671
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3672
3672
|
};
|
3673
3673
|
stop?: number;
|
3674
3674
|
})[];
|
@@ -3677,7 +3677,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3677
3677
|
} | {
|
3678
3678
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3679
3679
|
toned?: boolean;
|
3680
|
-
colorSchemaType?: "
|
3680
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3681
3681
|
};
|
3682
3682
|
border?: {
|
3683
3683
|
radius?: {
|
@@ -3696,12 +3696,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3696
3696
|
colors: (string | {
|
3697
3697
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3698
3698
|
toned?: boolean;
|
3699
|
-
colorSchemaType?: "
|
3699
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3700
3700
|
} | {
|
3701
3701
|
color: string | {
|
3702
3702
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3703
3703
|
toned?: boolean;
|
3704
|
-
colorSchemaType?: "
|
3704
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3705
3705
|
};
|
3706
3706
|
stop?: number;
|
3707
3707
|
})[];
|
@@ -3733,23 +3733,23 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3733
3733
|
grow?: boolean;
|
3734
3734
|
minHeight?: number;
|
3735
3735
|
minWidth?: number;
|
3736
|
-
alignment?: "
|
3736
|
+
alignment?: "start" | "center" | "end";
|
3737
3737
|
sliderColor?: string | {
|
3738
3738
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3739
3739
|
toned?: boolean;
|
3740
|
-
colorSchemaType?: "
|
3740
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3741
3741
|
};
|
3742
3742
|
text?: {
|
3743
3743
|
color?: string | {
|
3744
3744
|
colors: (string | {
|
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
|
color: string | {
|
3750
3750
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3751
3751
|
toned?: boolean;
|
3752
|
-
colorSchemaType?: "
|
3752
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3753
3753
|
};
|
3754
3754
|
stop?: number;
|
3755
3755
|
})[];
|
@@ -3758,7 +3758,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3758
3758
|
} | {
|
3759
3759
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3760
3760
|
toned?: boolean;
|
3761
|
-
colorSchemaType?: "
|
3761
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3762
3762
|
};
|
3763
3763
|
typography?: {
|
3764
3764
|
decoration?: string;
|
@@ -3778,7 +3778,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3778
3778
|
lineHeight: number;
|
3779
3779
|
};
|
3780
3780
|
} | {
|
3781
|
-
type: "
|
3781
|
+
type: "text" | "title" | "navigation";
|
3782
3782
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3783
3783
|
};
|
3784
3784
|
};
|
@@ -3787,12 +3787,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3787
3787
|
colors: (string | {
|
3788
3788
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3789
3789
|
toned?: boolean;
|
3790
|
-
colorSchemaType?: "
|
3790
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3791
3791
|
} | {
|
3792
3792
|
color: string | {
|
3793
3793
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3794
3794
|
toned?: boolean;
|
3795
|
-
colorSchemaType?: "
|
3795
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3796
3796
|
};
|
3797
3797
|
stop?: number;
|
3798
3798
|
})[];
|
@@ -3801,7 +3801,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3801
3801
|
} | {
|
3802
3802
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3803
3803
|
toned?: boolean;
|
3804
|
-
colorSchemaType?: "
|
3804
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3805
3805
|
};
|
3806
3806
|
size?: number;
|
3807
3807
|
};
|
@@ -3817,12 +3817,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3817
3817
|
colors: (string | {
|
3818
3818
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3819
3819
|
toned?: boolean;
|
3820
|
-
colorSchemaType?: "
|
3820
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3821
3821
|
} | {
|
3822
3822
|
color: string | {
|
3823
3823
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3824
3824
|
toned?: boolean;
|
3825
|
-
colorSchemaType?: "
|
3825
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3826
3826
|
};
|
3827
3827
|
stop?: number;
|
3828
3828
|
})[];
|
@@ -3831,7 +3831,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3831
3831
|
} | {
|
3832
3832
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3833
3833
|
toned?: boolean;
|
3834
|
-
colorSchemaType?: "
|
3834
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3835
3835
|
};
|
3836
3836
|
border?: {
|
3837
3837
|
radius?: {
|
@@ -3850,7 +3850,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3850
3850
|
colors: (string | {
|
3851
3851
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3852
3852
|
toned?: boolean;
|
3853
|
-
colorSchemaType?: "
|
3853
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3854
3854
|
} | {
|
3855
3855
|
color: string | any;
|
3856
3856
|
stop?: number;
|
@@ -3870,12 +3870,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3870
3870
|
colors: (string | {
|
3871
3871
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3872
3872
|
toned?: boolean;
|
3873
|
-
colorSchemaType?: "
|
3873
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3874
3874
|
} | {
|
3875
3875
|
color: string | {
|
3876
3876
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3877
3877
|
toned?: boolean;
|
3878
|
-
colorSchemaType?: "
|
3878
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3879
3879
|
};
|
3880
3880
|
stop?: number;
|
3881
3881
|
})[];
|
@@ -3884,7 +3884,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3884
3884
|
} | {
|
3885
3885
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3886
3886
|
toned?: boolean;
|
3887
|
-
colorSchemaType?: "
|
3887
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3888
3888
|
};
|
3889
3889
|
typography?: {
|
3890
3890
|
decoration?: string;
|
@@ -3904,7 +3904,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3904
3904
|
lineHeight: number;
|
3905
3905
|
};
|
3906
3906
|
} | {
|
3907
|
-
type: "
|
3907
|
+
type: "text" | "title" | "navigation";
|
3908
3908
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3909
3909
|
};
|
3910
3910
|
};
|
@@ -3913,12 +3913,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3913
3913
|
colors: (string | {
|
3914
3914
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3915
3915
|
toned?: boolean;
|
3916
|
-
colorSchemaType?: "
|
3916
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3917
3917
|
} | {
|
3918
3918
|
color: string | {
|
3919
3919
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3920
3920
|
toned?: boolean;
|
3921
|
-
colorSchemaType?: "
|
3921
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3922
3922
|
};
|
3923
3923
|
stop?: number;
|
3924
3924
|
})[];
|
@@ -3927,7 +3927,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3927
3927
|
} | {
|
3928
3928
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3929
3929
|
toned?: boolean;
|
3930
|
-
colorSchemaType?: "
|
3930
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3931
3931
|
};
|
3932
3932
|
size?: number;
|
3933
3933
|
};
|
@@ -3938,12 +3938,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3938
3938
|
colors: (string | {
|
3939
3939
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3940
3940
|
toned?: boolean;
|
3941
|
-
colorSchemaType?: "
|
3941
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3942
3942
|
} | {
|
3943
3943
|
color: string | {
|
3944
3944
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3945
3945
|
toned?: boolean;
|
3946
|
-
colorSchemaType?: "
|
3946
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3947
3947
|
};
|
3948
3948
|
stop?: number;
|
3949
3949
|
})[];
|
@@ -3952,7 +3952,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3952
3952
|
} | {
|
3953
3953
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3954
3954
|
toned?: boolean;
|
3955
|
-
colorSchemaType?: "
|
3955
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3956
3956
|
};
|
3957
3957
|
border?: {
|
3958
3958
|
radius?: {
|
@@ -3971,7 +3971,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3971
3971
|
colors: (string | {
|
3972
3972
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3973
3973
|
toned?: boolean;
|
3974
|
-
colorSchemaType?: "
|
3974
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3975
3975
|
} | {
|
3976
3976
|
color: string | any;
|
3977
3977
|
stop?: number;
|
@@ -3994,12 +3994,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3994
3994
|
colors: (string | {
|
3995
3995
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3996
3996
|
toned?: boolean;
|
3997
|
-
colorSchemaType?: "
|
3997
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
3998
3998
|
} | {
|
3999
3999
|
color: string | {
|
4000
4000
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4001
4001
|
toned?: boolean;
|
4002
|
-
colorSchemaType?: "
|
4002
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4003
4003
|
};
|
4004
4004
|
stop?: number;
|
4005
4005
|
})[];
|
@@ -4008,7 +4008,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4008
4008
|
} | {
|
4009
4009
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4010
4010
|
toned?: boolean;
|
4011
|
-
colorSchemaType?: "
|
4011
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4012
4012
|
};
|
4013
4013
|
border?: {
|
4014
4014
|
radius?: {
|
@@ -4027,12 +4027,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4027
4027
|
colors: (string | {
|
4028
4028
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4029
4029
|
toned?: boolean;
|
4030
|
-
colorSchemaType?: "
|
4030
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4031
4031
|
} | {
|
4032
4032
|
color: string | {
|
4033
4033
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4034
4034
|
toned?: boolean;
|
4035
|
-
colorSchemaType?: "
|
4035
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4036
4036
|
};
|
4037
4037
|
stop?: number;
|
4038
4038
|
})[];
|
@@ -4064,23 +4064,23 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4064
4064
|
grow?: boolean;
|
4065
4065
|
minHeight?: number;
|
4066
4066
|
minWidth?: number;
|
4067
|
-
alignment?: "
|
4067
|
+
alignment?: "start" | "center" | "end";
|
4068
4068
|
sliderColor?: string | {
|
4069
4069
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4070
4070
|
toned?: boolean;
|
4071
|
-
colorSchemaType?: "
|
4071
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4072
4072
|
};
|
4073
4073
|
text?: {
|
4074
4074
|
color?: string | {
|
4075
4075
|
colors: (string | {
|
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
|
color: string | {
|
4081
4081
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4082
4082
|
toned?: boolean;
|
4083
|
-
colorSchemaType?: "
|
4083
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4084
4084
|
};
|
4085
4085
|
stop?: number;
|
4086
4086
|
})[];
|
@@ -4089,7 +4089,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4089
4089
|
} | {
|
4090
4090
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4091
4091
|
toned?: boolean;
|
4092
|
-
colorSchemaType?: "
|
4092
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4093
4093
|
};
|
4094
4094
|
typography?: {
|
4095
4095
|
decoration?: string;
|
@@ -4109,7 +4109,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4109
4109
|
lineHeight: number;
|
4110
4110
|
};
|
4111
4111
|
} | {
|
4112
|
-
type: "
|
4112
|
+
type: "text" | "title" | "navigation";
|
4113
4113
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4114
4114
|
};
|
4115
4115
|
};
|
@@ -4118,12 +4118,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4118
4118
|
colors: (string | {
|
4119
4119
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4120
4120
|
toned?: boolean;
|
4121
|
-
colorSchemaType?: "
|
4121
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4122
4122
|
} | {
|
4123
4123
|
color: string | {
|
4124
4124
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4125
4125
|
toned?: boolean;
|
4126
|
-
colorSchemaType?: "
|
4126
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4127
4127
|
};
|
4128
4128
|
stop?: number;
|
4129
4129
|
})[];
|
@@ -4132,7 +4132,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4132
4132
|
} | {
|
4133
4133
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4134
4134
|
toned?: boolean;
|
4135
|
-
colorSchemaType?: "
|
4135
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4136
4136
|
};
|
4137
4137
|
size?: number;
|
4138
4138
|
};
|
@@ -4148,12 +4148,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4148
4148
|
colors: (string | {
|
4149
4149
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4150
4150
|
toned?: boolean;
|
4151
|
-
colorSchemaType?: "
|
4151
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4152
4152
|
} | {
|
4153
4153
|
color: string | {
|
4154
4154
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4155
4155
|
toned?: boolean;
|
4156
|
-
colorSchemaType?: "
|
4156
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4157
4157
|
};
|
4158
4158
|
stop?: number;
|
4159
4159
|
})[];
|
@@ -4162,7 +4162,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4162
4162
|
} | {
|
4163
4163
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4164
4164
|
toned?: boolean;
|
4165
|
-
colorSchemaType?: "
|
4165
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4166
4166
|
};
|
4167
4167
|
border?: {
|
4168
4168
|
radius?: {
|
@@ -4181,7 +4181,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4181
4181
|
colors: (string | {
|
4182
4182
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4183
4183
|
toned?: boolean;
|
4184
|
-
colorSchemaType?: "
|
4184
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4185
4185
|
} | {
|
4186
4186
|
color: string | any;
|
4187
4187
|
stop?: number;
|
@@ -4201,12 +4201,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4201
4201
|
colors: (string | {
|
4202
4202
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4203
4203
|
toned?: boolean;
|
4204
|
-
colorSchemaType?: "
|
4204
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4205
4205
|
} | {
|
4206
4206
|
color: string | {
|
4207
4207
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4208
4208
|
toned?: boolean;
|
4209
|
-
colorSchemaType?: "
|
4209
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4210
4210
|
};
|
4211
4211
|
stop?: number;
|
4212
4212
|
})[];
|
@@ -4215,7 +4215,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4215
4215
|
} | {
|
4216
4216
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4217
4217
|
toned?: boolean;
|
4218
|
-
colorSchemaType?: "
|
4218
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4219
4219
|
};
|
4220
4220
|
typography?: {
|
4221
4221
|
decoration?: string;
|
@@ -4235,7 +4235,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4235
4235
|
lineHeight: number;
|
4236
4236
|
};
|
4237
4237
|
} | {
|
4238
|
-
type: "
|
4238
|
+
type: "text" | "title" | "navigation";
|
4239
4239
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4240
4240
|
};
|
4241
4241
|
};
|
@@ -4244,12 +4244,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4244
4244
|
colors: (string | {
|
4245
4245
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4246
4246
|
toned?: boolean;
|
4247
|
-
colorSchemaType?: "
|
4247
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4248
4248
|
} | {
|
4249
4249
|
color: string | {
|
4250
4250
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4251
4251
|
toned?: boolean;
|
4252
|
-
colorSchemaType?: "
|
4252
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4253
4253
|
};
|
4254
4254
|
stop?: number;
|
4255
4255
|
})[];
|
@@ -4258,7 +4258,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4258
4258
|
} | {
|
4259
4259
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4260
4260
|
toned?: boolean;
|
4261
|
-
colorSchemaType?: "
|
4261
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4262
4262
|
};
|
4263
4263
|
size?: number;
|
4264
4264
|
};
|
@@ -4269,12 +4269,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4269
4269
|
colors: (string | {
|
4270
4270
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4271
4271
|
toned?: boolean;
|
4272
|
-
colorSchemaType?: "
|
4272
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4273
4273
|
} | {
|
4274
4274
|
color: string | {
|
4275
4275
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4276
4276
|
toned?: boolean;
|
4277
|
-
colorSchemaType?: "
|
4277
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4278
4278
|
};
|
4279
4279
|
stop?: number;
|
4280
4280
|
})[];
|
@@ -4283,7 +4283,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4283
4283
|
} | {
|
4284
4284
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4285
4285
|
toned?: boolean;
|
4286
|
-
colorSchemaType?: "
|
4286
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4287
4287
|
};
|
4288
4288
|
border?: {
|
4289
4289
|
radius?: {
|
@@ -4302,7 +4302,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4302
4302
|
colors: (string | {
|
4303
4303
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4304
4304
|
toned?: boolean;
|
4305
|
-
colorSchemaType?: "
|
4305
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4306
4306
|
} | {
|
4307
4307
|
color: string | any;
|
4308
4308
|
stop?: number;
|
@@ -4325,12 +4325,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4325
4325
|
colors: (string | {
|
4326
4326
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4327
4327
|
toned?: boolean;
|
4328
|
-
colorSchemaType?: "
|
4328
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4329
4329
|
} | {
|
4330
4330
|
color: string | {
|
4331
4331
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4332
4332
|
toned?: boolean;
|
4333
|
-
colorSchemaType?: "
|
4333
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4334
4334
|
};
|
4335
4335
|
stop?: number;
|
4336
4336
|
})[];
|
@@ -4339,7 +4339,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4339
4339
|
} | {
|
4340
4340
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4341
4341
|
toned?: boolean;
|
4342
|
-
colorSchemaType?: "
|
4342
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4343
4343
|
};
|
4344
4344
|
border?: {
|
4345
4345
|
radius?: {
|
@@ -4358,12 +4358,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4358
4358
|
colors: (string | {
|
4359
4359
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4360
4360
|
toned?: boolean;
|
4361
|
-
colorSchemaType?: "
|
4361
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4362
4362
|
} | {
|
4363
4363
|
color: string | {
|
4364
4364
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4365
4365
|
toned?: boolean;
|
4366
|
-
colorSchemaType?: "
|
4366
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4367
4367
|
};
|
4368
4368
|
stop?: number;
|
4369
4369
|
})[];
|
@@ -4395,23 +4395,23 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4395
4395
|
grow?: boolean;
|
4396
4396
|
minHeight?: number;
|
4397
4397
|
minWidth?: number;
|
4398
|
-
alignment?: "
|
4398
|
+
alignment?: "start" | "center" | "end";
|
4399
4399
|
sliderColor?: string | {
|
4400
4400
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4401
4401
|
toned?: boolean;
|
4402
|
-
colorSchemaType?: "
|
4402
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4403
4403
|
};
|
4404
4404
|
text?: {
|
4405
4405
|
color?: string | {
|
4406
4406
|
colors: (string | {
|
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
|
color: string | {
|
4412
4412
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4413
4413
|
toned?: boolean;
|
4414
|
-
colorSchemaType?: "
|
4414
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4415
4415
|
};
|
4416
4416
|
stop?: number;
|
4417
4417
|
})[];
|
@@ -4420,7 +4420,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4420
4420
|
} | {
|
4421
4421
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4422
4422
|
toned?: boolean;
|
4423
|
-
colorSchemaType?: "
|
4423
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4424
4424
|
};
|
4425
4425
|
typography?: {
|
4426
4426
|
decoration?: string;
|
@@ -4440,7 +4440,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4440
4440
|
lineHeight: number;
|
4441
4441
|
};
|
4442
4442
|
} | {
|
4443
|
-
type: "
|
4443
|
+
type: "text" | "title" | "navigation";
|
4444
4444
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4445
4445
|
};
|
4446
4446
|
};
|
@@ -4449,12 +4449,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4449
4449
|
colors: (string | {
|
4450
4450
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4451
4451
|
toned?: boolean;
|
4452
|
-
colorSchemaType?: "
|
4452
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4453
4453
|
} | {
|
4454
4454
|
color: string | {
|
4455
4455
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4456
4456
|
toned?: boolean;
|
4457
|
-
colorSchemaType?: "
|
4457
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4458
4458
|
};
|
4459
4459
|
stop?: number;
|
4460
4460
|
})[];
|
@@ -4463,7 +4463,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4463
4463
|
} | {
|
4464
4464
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4465
4465
|
toned?: boolean;
|
4466
|
-
colorSchemaType?: "
|
4466
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4467
4467
|
};
|
4468
4468
|
size?: number;
|
4469
4469
|
};
|
@@ -4479,12 +4479,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4479
4479
|
colors: (string | {
|
4480
4480
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4481
4481
|
toned?: boolean;
|
4482
|
-
colorSchemaType?: "
|
4482
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4483
4483
|
} | {
|
4484
4484
|
color: string | {
|
4485
4485
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4486
4486
|
toned?: boolean;
|
4487
|
-
colorSchemaType?: "
|
4487
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4488
4488
|
};
|
4489
4489
|
stop?: number;
|
4490
4490
|
})[];
|
@@ -4493,7 +4493,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4493
4493
|
} | {
|
4494
4494
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4495
4495
|
toned?: boolean;
|
4496
|
-
colorSchemaType?: "
|
4496
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4497
4497
|
};
|
4498
4498
|
border?: {
|
4499
4499
|
radius?: {
|
@@ -4512,7 +4512,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4512
4512
|
colors: (string | {
|
4513
4513
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4514
4514
|
toned?: boolean;
|
4515
|
-
colorSchemaType?: "
|
4515
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4516
4516
|
} | {
|
4517
4517
|
color: string | any;
|
4518
4518
|
stop?: number;
|
@@ -4532,12 +4532,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4532
4532
|
colors: (string | {
|
4533
4533
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4534
4534
|
toned?: boolean;
|
4535
|
-
colorSchemaType?: "
|
4535
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4536
4536
|
} | {
|
4537
4537
|
color: string | {
|
4538
4538
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4539
4539
|
toned?: boolean;
|
4540
|
-
colorSchemaType?: "
|
4540
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4541
4541
|
};
|
4542
4542
|
stop?: number;
|
4543
4543
|
})[];
|
@@ -4546,7 +4546,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4546
4546
|
} | {
|
4547
4547
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4548
4548
|
toned?: boolean;
|
4549
|
-
colorSchemaType?: "
|
4549
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4550
4550
|
};
|
4551
4551
|
typography?: {
|
4552
4552
|
decoration?: string;
|
@@ -4566,7 +4566,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4566
4566
|
lineHeight: number;
|
4567
4567
|
};
|
4568
4568
|
} | {
|
4569
|
-
type: "
|
4569
|
+
type: "text" | "title" | "navigation";
|
4570
4570
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4571
4571
|
};
|
4572
4572
|
};
|
@@ -4575,12 +4575,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4575
4575
|
colors: (string | {
|
4576
4576
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4577
4577
|
toned?: boolean;
|
4578
|
-
colorSchemaType?: "
|
4578
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4579
4579
|
} | {
|
4580
4580
|
color: string | {
|
4581
4581
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4582
4582
|
toned?: boolean;
|
4583
|
-
colorSchemaType?: "
|
4583
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4584
4584
|
};
|
4585
4585
|
stop?: number;
|
4586
4586
|
})[];
|
@@ -4589,7 +4589,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4589
4589
|
} | {
|
4590
4590
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4591
4591
|
toned?: boolean;
|
4592
|
-
colorSchemaType?: "
|
4592
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4593
4593
|
};
|
4594
4594
|
size?: number;
|
4595
4595
|
};
|
@@ -4600,12 +4600,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4600
4600
|
colors: (string | {
|
4601
4601
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4602
4602
|
toned?: boolean;
|
4603
|
-
colorSchemaType?: "
|
4603
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4604
4604
|
} | {
|
4605
4605
|
color: string | {
|
4606
4606
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4607
4607
|
toned?: boolean;
|
4608
|
-
colorSchemaType?: "
|
4608
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4609
4609
|
};
|
4610
4610
|
stop?: number;
|
4611
4611
|
})[];
|
@@ -4614,7 +4614,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4614
4614
|
} | {
|
4615
4615
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4616
4616
|
toned?: boolean;
|
4617
|
-
colorSchemaType?: "
|
4617
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4618
4618
|
};
|
4619
4619
|
border?: {
|
4620
4620
|
radius?: {
|
@@ -4633,7 +4633,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4633
4633
|
colors: (string | {
|
4634
4634
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4635
4635
|
toned?: boolean;
|
4636
|
-
colorSchemaType?: "
|
4636
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4637
4637
|
} | {
|
4638
4638
|
color: string | any;
|
4639
4639
|
stop?: number;
|
@@ -4655,7 +4655,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4655
4655
|
blocks?: {
|
4656
4656
|
primary: {
|
4657
4657
|
name?: string;
|
4658
|
-
colorSchemaType?: "
|
4658
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4659
4659
|
header?: {
|
4660
4660
|
definitionId: {
|
4661
4661
|
toString: () => string;
|
@@ -4797,6 +4797,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4797
4797
|
role?: string;
|
4798
4798
|
};
|
4799
4799
|
category?: string;
|
4800
|
+
locations?: ("inline" | "pane" | "menu")[];
|
4800
4801
|
type: string;
|
4801
4802
|
settings?: any;
|
4802
4803
|
stateMapping?: string;
|
@@ -4817,12 +4818,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4817
4818
|
colors: (string | {
|
4818
4819
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4819
4820
|
toned?: boolean;
|
4820
|
-
colorSchemaType?: "
|
4821
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4821
4822
|
} | {
|
4822
4823
|
color: string | {
|
4823
4824
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4824
4825
|
toned?: boolean;
|
4825
|
-
colorSchemaType?: "
|
4826
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4826
4827
|
};
|
4827
4828
|
stop?: number;
|
4828
4829
|
})[];
|
@@ -4831,7 +4832,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4831
4832
|
} | {
|
4832
4833
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4833
4834
|
toned?: boolean;
|
4834
|
-
colorSchemaType?: "
|
4835
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4835
4836
|
};
|
4836
4837
|
border?: {
|
4837
4838
|
radius?: {
|
@@ -4850,7 +4851,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4850
4851
|
colors: (string | {
|
4851
4852
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4852
4853
|
toned?: boolean;
|
4853
|
-
colorSchemaType?: "
|
4854
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4854
4855
|
} | {
|
4855
4856
|
color: string | any;
|
4856
4857
|
stop?: number;
|
@@ -4875,7 +4876,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4875
4876
|
};
|
4876
4877
|
variant1?: {
|
4877
4878
|
name?: string;
|
4878
|
-
colorSchemaType?: "
|
4879
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
4879
4880
|
header?: {
|
4880
4881
|
definitionId: {
|
4881
4882
|
toString: () => string;
|
@@ -5017,6 +5018,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5017
5018
|
role?: string;
|
5018
5019
|
};
|
5019
5020
|
category?: string;
|
5021
|
+
locations?: ("inline" | "pane" | "menu")[];
|
5020
5022
|
type: string;
|
5021
5023
|
settings?: any;
|
5022
5024
|
stateMapping?: string;
|
@@ -5037,12 +5039,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5037
5039
|
colors: (string | {
|
5038
5040
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5039
5041
|
toned?: boolean;
|
5040
|
-
colorSchemaType?: "
|
5042
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5041
5043
|
} | {
|
5042
5044
|
color: string | {
|
5043
5045
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5044
5046
|
toned?: boolean;
|
5045
|
-
colorSchemaType?: "
|
5047
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5046
5048
|
};
|
5047
5049
|
stop?: number;
|
5048
5050
|
})[];
|
@@ -5051,7 +5053,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5051
5053
|
} | {
|
5052
5054
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5053
5055
|
toned?: boolean;
|
5054
|
-
colorSchemaType?: "
|
5056
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5055
5057
|
};
|
5056
5058
|
border?: {
|
5057
5059
|
radius?: {
|
@@ -5070,7 +5072,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5070
5072
|
colors: (string | {
|
5071
5073
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5072
5074
|
toned?: boolean;
|
5073
|
-
colorSchemaType?: "
|
5075
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5074
5076
|
} | {
|
5075
5077
|
color: string | any;
|
5076
5078
|
stop?: number;
|
@@ -5095,7 +5097,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5095
5097
|
};
|
5096
5098
|
variant2?: {
|
5097
5099
|
name?: string;
|
5098
|
-
colorSchemaType?: "
|
5100
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5099
5101
|
header?: {
|
5100
5102
|
definitionId: {
|
5101
5103
|
toString: () => string;
|
@@ -5237,6 +5239,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5237
5239
|
role?: string;
|
5238
5240
|
};
|
5239
5241
|
category?: string;
|
5242
|
+
locations?: ("inline" | "pane" | "menu")[];
|
5240
5243
|
type: string;
|
5241
5244
|
settings?: any;
|
5242
5245
|
stateMapping?: string;
|
@@ -5257,12 +5260,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5257
5260
|
colors: (string | {
|
5258
5261
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5259
5262
|
toned?: boolean;
|
5260
|
-
colorSchemaType?: "
|
5263
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5261
5264
|
} | {
|
5262
5265
|
color: string | {
|
5263
5266
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5264
5267
|
toned?: boolean;
|
5265
|
-
colorSchemaType?: "
|
5268
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5266
5269
|
};
|
5267
5270
|
stop?: number;
|
5268
5271
|
})[];
|
@@ -5271,7 +5274,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5271
5274
|
} | {
|
5272
5275
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5273
5276
|
toned?: boolean;
|
5274
|
-
colorSchemaType?: "
|
5277
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5275
5278
|
};
|
5276
5279
|
border?: {
|
5277
5280
|
radius?: {
|
@@ -5290,7 +5293,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5290
5293
|
colors: (string | {
|
5291
5294
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5292
5295
|
toned?: boolean;
|
5293
|
-
colorSchemaType?: "
|
5296
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5294
5297
|
} | {
|
5295
5298
|
color: string | any;
|
5296
5299
|
stop?: number;
|
@@ -5315,7 +5318,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5315
5318
|
};
|
5316
5319
|
variant3?: {
|
5317
5320
|
name?: string;
|
5318
|
-
colorSchemaType?: "
|
5321
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5319
5322
|
header?: {
|
5320
5323
|
definitionId: {
|
5321
5324
|
toString: () => string;
|
@@ -5457,6 +5460,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5457
5460
|
role?: string;
|
5458
5461
|
};
|
5459
5462
|
category?: string;
|
5463
|
+
locations?: ("inline" | "pane" | "menu")[];
|
5460
5464
|
type: string;
|
5461
5465
|
settings?: any;
|
5462
5466
|
stateMapping?: string;
|
@@ -5477,12 +5481,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5477
5481
|
colors: (string | {
|
5478
5482
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5479
5483
|
toned?: boolean;
|
5480
|
-
colorSchemaType?: "
|
5484
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5481
5485
|
} | {
|
5482
5486
|
color: string | {
|
5483
5487
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5484
5488
|
toned?: boolean;
|
5485
|
-
colorSchemaType?: "
|
5489
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5486
5490
|
};
|
5487
5491
|
stop?: number;
|
5488
5492
|
})[];
|
@@ -5491,7 +5495,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5491
5495
|
} | {
|
5492
5496
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5493
5497
|
toned?: boolean;
|
5494
|
-
colorSchemaType?: "
|
5498
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5495
5499
|
};
|
5496
5500
|
border?: {
|
5497
5501
|
radius?: {
|
@@ -5510,7 +5514,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5510
5514
|
colors: (string | {
|
5511
5515
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5512
5516
|
toned?: boolean;
|
5513
|
-
colorSchemaType?: "
|
5517
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5514
5518
|
} | {
|
5515
5519
|
color: string | any;
|
5516
5520
|
stop?: number;
|
@@ -5547,12 +5551,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5547
5551
|
colors: (string | {
|
5548
5552
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5549
5553
|
toned?: boolean;
|
5550
|
-
colorSchemaType?: "
|
5554
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5551
5555
|
} | {
|
5552
5556
|
color: string | {
|
5553
5557
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5554
5558
|
toned?: boolean;
|
5555
|
-
colorSchemaType?: "
|
5559
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5556
5560
|
};
|
5557
5561
|
stop?: number;
|
5558
5562
|
})[];
|
@@ -5561,7 +5565,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5561
5565
|
} | {
|
5562
5566
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5563
5567
|
toned?: boolean;
|
5564
|
-
colorSchemaType?: "
|
5568
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5565
5569
|
};
|
5566
5570
|
size?: number;
|
5567
5571
|
};
|
@@ -5570,12 +5574,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5570
5574
|
colors: (string | {
|
5571
5575
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5572
5576
|
toned?: boolean;
|
5573
|
-
colorSchemaType?: "
|
5577
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5574
5578
|
} | {
|
5575
5579
|
color: string | {
|
5576
5580
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5577
5581
|
toned?: boolean;
|
5578
|
-
colorSchemaType?: "
|
5582
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5579
5583
|
};
|
5580
5584
|
stop?: number;
|
5581
5585
|
})[];
|
@@ -5584,7 +5588,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5584
5588
|
} | {
|
5585
5589
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5586
5590
|
toned?: boolean;
|
5587
|
-
colorSchemaType?: "
|
5591
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5588
5592
|
};
|
5589
5593
|
size?: number;
|
5590
5594
|
};
|
@@ -5593,12 +5597,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5593
5597
|
colors: (string | {
|
5594
5598
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5595
5599
|
toned?: boolean;
|
5596
|
-
colorSchemaType?: "
|
5600
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5597
5601
|
} | {
|
5598
5602
|
color: string | {
|
5599
5603
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5600
5604
|
toned?: boolean;
|
5601
|
-
colorSchemaType?: "
|
5605
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5602
5606
|
};
|
5603
5607
|
stop?: number;
|
5604
5608
|
})[];
|
@@ -5607,7 +5611,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5607
5611
|
} | {
|
5608
5612
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5609
5613
|
toned?: boolean;
|
5610
|
-
colorSchemaType?: "
|
5614
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5611
5615
|
};
|
5612
5616
|
size?: number;
|
5613
5617
|
};
|
@@ -5616,12 +5620,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5616
5620
|
colors: (string | {
|
5617
5621
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5618
5622
|
toned?: boolean;
|
5619
|
-
colorSchemaType?: "
|
5623
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5620
5624
|
} | {
|
5621
5625
|
color: string | {
|
5622
5626
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5623
5627
|
toned?: boolean;
|
5624
|
-
colorSchemaType?: "
|
5628
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5625
5629
|
};
|
5626
5630
|
stop?: number;
|
5627
5631
|
})[];
|
@@ -5630,7 +5634,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5630
5634
|
} | {
|
5631
5635
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5632
5636
|
toned?: boolean;
|
5633
|
-
colorSchemaType?: "
|
5637
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5634
5638
|
};
|
5635
5639
|
size?: number;
|
5636
5640
|
};
|
@@ -5639,12 +5643,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5639
5643
|
colors: (string | {
|
5640
5644
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5641
5645
|
toned?: boolean;
|
5642
|
-
colorSchemaType?: "
|
5646
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5643
5647
|
} | {
|
5644
5648
|
color: string | {
|
5645
5649
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5646
5650
|
toned?: boolean;
|
5647
|
-
colorSchemaType?: "
|
5651
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5648
5652
|
};
|
5649
5653
|
stop?: number;
|
5650
5654
|
})[];
|
@@ -5653,7 +5657,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5653
5657
|
} | {
|
5654
5658
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5655
5659
|
toned?: boolean;
|
5656
|
-
colorSchemaType?: "
|
5660
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5657
5661
|
};
|
5658
5662
|
size?: number;
|
5659
5663
|
};
|
@@ -5667,12 +5671,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5667
5671
|
colors: (string | {
|
5668
5672
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5669
5673
|
toned?: boolean;
|
5670
|
-
colorSchemaType?: "
|
5674
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5671
5675
|
} | {
|
5672
5676
|
color: string | {
|
5673
5677
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5674
5678
|
toned?: boolean;
|
5675
|
-
colorSchemaType?: "
|
5679
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5676
5680
|
};
|
5677
5681
|
stop?: number;
|
5678
5682
|
})[];
|
@@ -5681,7 +5685,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5681
5685
|
} | {
|
5682
5686
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5683
5687
|
toned?: boolean;
|
5684
|
-
colorSchemaType?: "
|
5688
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5685
5689
|
};
|
5686
5690
|
border?: {
|
5687
5691
|
radius?: {
|
@@ -5700,12 +5704,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5700
5704
|
colors: (string | {
|
5701
5705
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5702
5706
|
toned?: boolean;
|
5703
|
-
colorSchemaType?: "
|
5707
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5704
5708
|
} | {
|
5705
5709
|
color: string | {
|
5706
5710
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5707
5711
|
toned?: boolean;
|
5708
|
-
colorSchemaType?: "
|
5712
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5709
5713
|
};
|
5710
5714
|
stop?: number;
|
5711
5715
|
})[];
|
@@ -5733,12 +5737,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5733
5737
|
colors: (string | {
|
5734
5738
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5735
5739
|
toned?: boolean;
|
5736
|
-
colorSchemaType?: "
|
5740
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5737
5741
|
} | {
|
5738
5742
|
color: string | {
|
5739
5743
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5740
5744
|
toned?: boolean;
|
5741
|
-
colorSchemaType?: "
|
5745
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5742
5746
|
};
|
5743
5747
|
stop?: number;
|
5744
5748
|
})[];
|
@@ -5747,7 +5751,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5747
5751
|
} | {
|
5748
5752
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5749
5753
|
toned?: boolean;
|
5750
|
-
colorSchemaType?: "
|
5754
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5751
5755
|
};
|
5752
5756
|
border?: {
|
5753
5757
|
radius?: {
|
@@ -5766,12 +5770,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5766
5770
|
colors: (string | {
|
5767
5771
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5768
5772
|
toned?: boolean;
|
5769
|
-
colorSchemaType?: "
|
5773
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5770
5774
|
} | {
|
5771
5775
|
color: string | {
|
5772
5776
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5773
5777
|
toned?: boolean;
|
5774
|
-
colorSchemaType?: "
|
5778
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5775
5779
|
};
|
5776
5780
|
stop?: number;
|
5777
5781
|
})[];
|
@@ -5799,12 +5803,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5799
5803
|
colors: (string | {
|
5800
5804
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5801
5805
|
toned?: boolean;
|
5802
|
-
colorSchemaType?: "
|
5806
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5803
5807
|
} | {
|
5804
5808
|
color: string | {
|
5805
5809
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5806
5810
|
toned?: boolean;
|
5807
|
-
colorSchemaType?: "
|
5811
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5808
5812
|
};
|
5809
5813
|
stop?: number;
|
5810
5814
|
})[];
|
@@ -5813,7 +5817,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5813
5817
|
} | {
|
5814
5818
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5815
5819
|
toned?: boolean;
|
5816
|
-
colorSchemaType?: "
|
5820
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5817
5821
|
};
|
5818
5822
|
border?: {
|
5819
5823
|
radius?: {
|
@@ -5832,12 +5836,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5832
5836
|
colors: (string | {
|
5833
5837
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5834
5838
|
toned?: boolean;
|
5835
|
-
colorSchemaType?: "
|
5839
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5836
5840
|
} | {
|
5837
5841
|
color: string | {
|
5838
5842
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5839
5843
|
toned?: boolean;
|
5840
|
-
colorSchemaType?: "
|
5844
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5841
5845
|
};
|
5842
5846
|
stop?: number;
|
5843
5847
|
})[];
|
@@ -5865,12 +5869,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5865
5869
|
colors: (string | {
|
5866
5870
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5867
5871
|
toned?: boolean;
|
5868
|
-
colorSchemaType?: "
|
5872
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5869
5873
|
} | {
|
5870
5874
|
color: string | {
|
5871
5875
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5872
5876
|
toned?: boolean;
|
5873
|
-
colorSchemaType?: "
|
5877
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5874
5878
|
};
|
5875
5879
|
stop?: number;
|
5876
5880
|
})[];
|
@@ -5879,7 +5883,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5879
5883
|
} | {
|
5880
5884
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5881
5885
|
toned?: boolean;
|
5882
|
-
colorSchemaType?: "
|
5886
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5883
5887
|
};
|
5884
5888
|
border?: {
|
5885
5889
|
radius?: {
|
@@ -5898,12 +5902,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5898
5902
|
colors: (string | {
|
5899
5903
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5900
5904
|
toned?: boolean;
|
5901
|
-
colorSchemaType?: "
|
5905
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5902
5906
|
} | {
|
5903
5907
|
color: string | {
|
5904
5908
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5905
5909
|
toned?: boolean;
|
5906
|
-
colorSchemaType?: "
|
5910
|
+
colorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
5907
5911
|
};
|
5908
5912
|
stop?: number;
|
5909
5913
|
})[];
|
@@ -6033,16 +6037,16 @@ export declare const useTypographyBlueprintStore: () => {
|
|
6033
6037
|
};
|
6034
6038
|
deactivated(): void;
|
6035
6039
|
};
|
6036
|
-
colorSchema: (colorSchemaType: "
|
6040
|
+
colorSchema: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic") => import("@omnia/fx-models").ColorSchema;
|
6037
6041
|
typography: () => import("@omnia/fx-models").TypographyBlueprints;
|
6038
6042
|
fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
|
6039
6043
|
spacing: () => import("@omnia/fx-models").SpacingBlueprints;
|
6040
6044
|
component: () => import("@omnia/fx-models").ComponentBlueprints;
|
6041
|
-
color: (colorSchemaType: "
|
6042
|
-
colorDefinition: (colorSchemaType: "
|
6045
|
+
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;
|
6046
|
+
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;
|
6043
6047
|
complementaryColorType: (colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
6044
|
-
complementaryColor: (colorSchemaType: "
|
6045
|
-
complementaryColorDefinition: (colorSchemaType: "
|
6048
|
+
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;
|
6049
|
+
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;
|
6046
6050
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
6047
6051
|
};
|
6048
6052
|
};
|