@omnia/fx 8.0.152-dev → 8.0.154-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +310 -310
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +315 -315
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +310 -310
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +310 -310
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +28 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +3 -7
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +321 -321
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +644 -644
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +342 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +644 -644
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +321 -321
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
- package/package.json +2 -2
@@ -88,16 +88,16 @@ export declare const useTypographyBlueprintStore: () => {
|
|
88
88
|
};
|
89
89
|
deactivated(): void;
|
90
90
|
};
|
91
|
-
colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
91
|
+
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
92
92
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
93
93
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
94
94
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
95
95
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
96
|
-
color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
97
|
-
colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
96
|
+
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
97
|
+
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
98
98
|
complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
99
|
-
complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
100
|
-
complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
99
|
+
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
100
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
101
101
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
102
102
|
};
|
103
103
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -179,16 +179,16 @@ export declare const useTypographyBlueprintStore: () => {
|
|
179
179
|
};
|
180
180
|
deactivated(): void;
|
181
181
|
};
|
182
|
-
colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
182
|
+
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
183
183
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
184
184
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
185
185
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
186
186
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
187
|
-
color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
188
|
-
colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
187
|
+
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
188
|
+
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
189
189
|
complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
190
|
-
complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
191
|
-
complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
190
|
+
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
191
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
192
192
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
193
193
|
};
|
194
194
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -270,16 +270,16 @@ export declare const useTypographyBlueprintStore: () => {
|
|
270
270
|
};
|
271
271
|
deactivated(): void;
|
272
272
|
};
|
273
|
-
colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
273
|
+
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
274
274
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
275
275
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
276
276
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
277
277
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
278
|
-
color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
279
|
-
colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
278
|
+
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
279
|
+
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
280
280
|
complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
281
|
-
complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
282
|
-
complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
281
|
+
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
282
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
283
283
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
284
284
|
};
|
285
285
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -632,12 +632,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
632
632
|
colors: (string | {
|
633
633
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
634
634
|
toned?: boolean;
|
635
|
-
colorSchemaType?: "
|
635
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
636
636
|
} | {
|
637
637
|
color: string | {
|
638
638
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
639
639
|
toned?: boolean;
|
640
|
-
colorSchemaType?: "
|
640
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
641
641
|
};
|
642
642
|
stop?: number;
|
643
643
|
})[];
|
@@ -648,12 +648,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
648
648
|
colors: (string | {
|
649
649
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
650
650
|
toned?: boolean;
|
651
|
-
colorSchemaType?: "
|
651
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
652
652
|
} | {
|
653
653
|
color: string | {
|
654
654
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
655
655
|
toned?: boolean;
|
656
|
-
colorSchemaType?: "
|
656
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
657
657
|
};
|
658
658
|
stop?: number;
|
659
659
|
})[];
|
@@ -664,12 +664,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
664
664
|
colors: (string | {
|
665
665
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
666
666
|
toned?: boolean;
|
667
|
-
colorSchemaType?: "
|
667
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
668
668
|
} | {
|
669
669
|
color: string | {
|
670
670
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
671
671
|
toned?: boolean;
|
672
|
-
colorSchemaType?: "
|
672
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
673
673
|
};
|
674
674
|
stop?: number;
|
675
675
|
})[];
|
@@ -992,12 +992,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
992
992
|
colors: (string | {
|
993
993
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
994
994
|
toned?: boolean;
|
995
|
-
colorSchemaType?: "
|
995
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
996
996
|
} | {
|
997
997
|
color: string | {
|
998
998
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
999
999
|
toned?: boolean;
|
1000
|
-
colorSchemaType?: "
|
1000
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1001
1001
|
};
|
1002
1002
|
stop?: number;
|
1003
1003
|
})[];
|
@@ -1021,7 +1021,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1021
1021
|
colors: (string | {
|
1022
1022
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1023
1023
|
toned?: boolean;
|
1024
|
-
colorSchemaType?: "
|
1024
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1025
1025
|
} | {
|
1026
1026
|
color: string | any;
|
1027
1027
|
stop?: number;
|
@@ -1038,12 +1038,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1038
1038
|
colors: (string | {
|
1039
1039
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1040
1040
|
toned?: boolean;
|
1041
|
-
colorSchemaType?: "
|
1041
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1042
1042
|
} | {
|
1043
1043
|
color: string | {
|
1044
1044
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1045
1045
|
toned?: boolean;
|
1046
|
-
colorSchemaType?: "
|
1046
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1047
1047
|
};
|
1048
1048
|
stop?: number;
|
1049
1049
|
})[];
|
@@ -1052,7 +1052,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1052
1052
|
} | {
|
1053
1053
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1054
1054
|
toned?: boolean;
|
1055
|
-
colorSchemaType?: "
|
1055
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1056
1056
|
};
|
1057
1057
|
typography?: {
|
1058
1058
|
decoration?: string;
|
@@ -1072,7 +1072,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1072
1072
|
lineHeight: number;
|
1073
1073
|
};
|
1074
1074
|
} | {
|
1075
|
-
type: "
|
1075
|
+
type: "title" | "text" | "navigation";
|
1076
1076
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1077
1077
|
};
|
1078
1078
|
};
|
@@ -1081,12 +1081,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1081
1081
|
colors: (string | {
|
1082
1082
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1083
1083
|
toned?: boolean;
|
1084
|
-
colorSchemaType?: "
|
1084
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1085
1085
|
} | {
|
1086
1086
|
color: string | {
|
1087
1087
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1088
1088
|
toned?: boolean;
|
1089
|
-
colorSchemaType?: "
|
1089
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1090
1090
|
};
|
1091
1091
|
stop?: number;
|
1092
1092
|
})[];
|
@@ -1108,12 +1108,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1108
1108
|
colors: (string | {
|
1109
1109
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1110
1110
|
toned?: boolean;
|
1111
|
-
colorSchemaType?: "
|
1111
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1112
1112
|
} | {
|
1113
1113
|
color: string | {
|
1114
1114
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1115
1115
|
toned?: boolean;
|
1116
|
-
colorSchemaType?: "
|
1116
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1117
1117
|
};
|
1118
1118
|
stop?: number;
|
1119
1119
|
})[];
|
@@ -1137,7 +1137,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1137
1137
|
colors: (string | {
|
1138
1138
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1139
1139
|
toned?: boolean;
|
1140
|
-
colorSchemaType?: "
|
1140
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1141
1141
|
} | {
|
1142
1142
|
color: string | any;
|
1143
1143
|
stop?: number;
|
@@ -1154,12 +1154,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1154
1154
|
colors: (string | {
|
1155
1155
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1156
1156
|
toned?: boolean;
|
1157
|
-
colorSchemaType?: "
|
1157
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1158
1158
|
} | {
|
1159
1159
|
color: string | {
|
1160
1160
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1161
1161
|
toned?: boolean;
|
1162
|
-
colorSchemaType?: "
|
1162
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1163
1163
|
};
|
1164
1164
|
stop?: number;
|
1165
1165
|
})[];
|
@@ -1168,7 +1168,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1168
1168
|
} | {
|
1169
1169
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1170
1170
|
toned?: boolean;
|
1171
|
-
colorSchemaType?: "
|
1171
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1172
1172
|
};
|
1173
1173
|
typography?: {
|
1174
1174
|
decoration?: string;
|
@@ -1188,7 +1188,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1188
1188
|
lineHeight: number;
|
1189
1189
|
};
|
1190
1190
|
} | {
|
1191
|
-
type: "
|
1191
|
+
type: "title" | "text" | "navigation";
|
1192
1192
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1193
1193
|
};
|
1194
1194
|
};
|
@@ -1197,12 +1197,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1197
1197
|
colors: (string | {
|
1198
1198
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1199
1199
|
toned?: boolean;
|
1200
|
-
colorSchemaType?: "
|
1200
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1201
1201
|
} | {
|
1202
1202
|
color: string | {
|
1203
1203
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1204
1204
|
toned?: boolean;
|
1205
|
-
colorSchemaType?: "
|
1205
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1206
1206
|
};
|
1207
1207
|
stop?: number;
|
1208
1208
|
})[];
|
@@ -1224,12 +1224,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1224
1224
|
colors: (string | {
|
1225
1225
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1226
1226
|
toned?: boolean;
|
1227
|
-
colorSchemaType?: "
|
1227
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1228
1228
|
} | {
|
1229
1229
|
color: string | {
|
1230
1230
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1231
1231
|
toned?: boolean;
|
1232
|
-
colorSchemaType?: "
|
1232
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1233
1233
|
};
|
1234
1234
|
stop?: number;
|
1235
1235
|
})[];
|
@@ -1253,7 +1253,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1253
1253
|
colors: (string | {
|
1254
1254
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1255
1255
|
toned?: boolean;
|
1256
|
-
colorSchemaType?: "
|
1256
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1257
1257
|
} | {
|
1258
1258
|
color: string | any;
|
1259
1259
|
stop?: number;
|
@@ -1270,12 +1270,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1270
1270
|
colors: (string | {
|
1271
1271
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1272
1272
|
toned?: boolean;
|
1273
|
-
colorSchemaType?: "
|
1273
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1274
1274
|
} | {
|
1275
1275
|
color: string | {
|
1276
1276
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1277
1277
|
toned?: boolean;
|
1278
|
-
colorSchemaType?: "
|
1278
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1279
1279
|
};
|
1280
1280
|
stop?: number;
|
1281
1281
|
})[];
|
@@ -1284,7 +1284,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1284
1284
|
} | {
|
1285
1285
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1286
1286
|
toned?: boolean;
|
1287
|
-
colorSchemaType?: "
|
1287
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1288
1288
|
};
|
1289
1289
|
typography?: {
|
1290
1290
|
decoration?: string;
|
@@ -1304,7 +1304,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1304
1304
|
lineHeight: number;
|
1305
1305
|
};
|
1306
1306
|
} | {
|
1307
|
-
type: "
|
1307
|
+
type: "title" | "text" | "navigation";
|
1308
1308
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1309
1309
|
};
|
1310
1310
|
};
|
@@ -1313,12 +1313,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1313
1313
|
colors: (string | {
|
1314
1314
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1315
1315
|
toned?: boolean;
|
1316
|
-
colorSchemaType?: "
|
1316
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1317
1317
|
} | {
|
1318
1318
|
color: string | {
|
1319
1319
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1320
1320
|
toned?: boolean;
|
1321
|
-
colorSchemaType?: "
|
1321
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1322
1322
|
};
|
1323
1323
|
stop?: number;
|
1324
1324
|
})[];
|
@@ -1340,12 +1340,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1340
1340
|
colors: (string | {
|
1341
1341
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1342
1342
|
toned?: boolean;
|
1343
|
-
colorSchemaType?: "
|
1343
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1344
1344
|
} | {
|
1345
1345
|
color: string | {
|
1346
1346
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1347
1347
|
toned?: boolean;
|
1348
|
-
colorSchemaType?: "
|
1348
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1349
1349
|
};
|
1350
1350
|
stop?: number;
|
1351
1351
|
})[];
|
@@ -1369,7 +1369,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1369
1369
|
colors: (string | {
|
1370
1370
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1371
1371
|
toned?: boolean;
|
1372
|
-
colorSchemaType?: "
|
1372
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1373
1373
|
} | {
|
1374
1374
|
color: string | any;
|
1375
1375
|
stop?: number;
|
@@ -1386,12 +1386,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1386
1386
|
colors: (string | {
|
1387
1387
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1388
1388
|
toned?: boolean;
|
1389
|
-
colorSchemaType?: "
|
1389
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1390
1390
|
} | {
|
1391
1391
|
color: string | {
|
1392
1392
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1393
1393
|
toned?: boolean;
|
1394
|
-
colorSchemaType?: "
|
1394
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1395
1395
|
};
|
1396
1396
|
stop?: number;
|
1397
1397
|
})[];
|
@@ -1400,7 +1400,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1400
1400
|
} | {
|
1401
1401
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1402
1402
|
toned?: boolean;
|
1403
|
-
colorSchemaType?: "
|
1403
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1404
1404
|
};
|
1405
1405
|
typography?: {
|
1406
1406
|
decoration?: string;
|
@@ -1420,7 +1420,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1420
1420
|
lineHeight: number;
|
1421
1421
|
};
|
1422
1422
|
} | {
|
1423
|
-
type: "
|
1423
|
+
type: "title" | "text" | "navigation";
|
1424
1424
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1425
1425
|
};
|
1426
1426
|
};
|
@@ -1429,12 +1429,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1429
1429
|
colors: (string | {
|
1430
1430
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1431
1431
|
toned?: boolean;
|
1432
|
-
colorSchemaType?: "
|
1432
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1433
1433
|
} | {
|
1434
1434
|
color: string | {
|
1435
1435
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1436
1436
|
toned?: boolean;
|
1437
|
-
colorSchemaType?: "
|
1437
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1438
1438
|
};
|
1439
1439
|
stop?: number;
|
1440
1440
|
})[];
|
@@ -1456,12 +1456,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1456
1456
|
colors: (string | {
|
1457
1457
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1458
1458
|
toned?: boolean;
|
1459
|
-
colorSchemaType?: "
|
1459
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1460
1460
|
} | {
|
1461
1461
|
color: string | {
|
1462
1462
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1463
1463
|
toned?: boolean;
|
1464
|
-
colorSchemaType?: "
|
1464
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1465
1465
|
};
|
1466
1466
|
stop?: number;
|
1467
1467
|
})[];
|
@@ -1485,7 +1485,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1485
1485
|
colors: (string | {
|
1486
1486
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1487
1487
|
toned?: boolean;
|
1488
|
-
colorSchemaType?: "
|
1488
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1489
1489
|
} | {
|
1490
1490
|
color: string | any;
|
1491
1491
|
stop?: number;
|
@@ -1502,12 +1502,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1502
1502
|
colors: (string | {
|
1503
1503
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1504
1504
|
toned?: boolean;
|
1505
|
-
colorSchemaType?: "
|
1505
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1506
1506
|
} | {
|
1507
1507
|
color: string | {
|
1508
1508
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1509
1509
|
toned?: boolean;
|
1510
|
-
colorSchemaType?: "
|
1510
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1511
1511
|
};
|
1512
1512
|
stop?: number;
|
1513
1513
|
})[];
|
@@ -1516,7 +1516,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1516
1516
|
} | {
|
1517
1517
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1518
1518
|
toned?: boolean;
|
1519
|
-
colorSchemaType?: "
|
1519
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1520
1520
|
};
|
1521
1521
|
typography?: {
|
1522
1522
|
decoration?: string;
|
@@ -1536,7 +1536,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1536
1536
|
lineHeight: number;
|
1537
1537
|
};
|
1538
1538
|
} | {
|
1539
|
-
type: "
|
1539
|
+
type: "title" | "text" | "navigation";
|
1540
1540
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1541
1541
|
};
|
1542
1542
|
};
|
@@ -1545,12 +1545,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1545
1545
|
colors: (string | {
|
1546
1546
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1547
1547
|
toned?: boolean;
|
1548
|
-
colorSchemaType?: "
|
1548
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1549
1549
|
} | {
|
1550
1550
|
color: string | {
|
1551
1551
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1552
1552
|
toned?: boolean;
|
1553
|
-
colorSchemaType?: "
|
1553
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1554
1554
|
};
|
1555
1555
|
stop?: number;
|
1556
1556
|
})[];
|
@@ -1572,12 +1572,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1572
1572
|
colors: (string | {
|
1573
1573
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1574
1574
|
toned?: boolean;
|
1575
|
-
colorSchemaType?: "
|
1575
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1576
1576
|
} | {
|
1577
1577
|
color: string | {
|
1578
1578
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1579
1579
|
toned?: boolean;
|
1580
|
-
colorSchemaType?: "
|
1580
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1581
1581
|
};
|
1582
1582
|
stop?: number;
|
1583
1583
|
})[];
|
@@ -1601,7 +1601,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1601
1601
|
colors: (string | {
|
1602
1602
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1603
1603
|
toned?: boolean;
|
1604
|
-
colorSchemaType?: "
|
1604
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1605
1605
|
} | {
|
1606
1606
|
color: string | any;
|
1607
1607
|
stop?: number;
|
@@ -1618,12 +1618,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1618
1618
|
colors: (string | {
|
1619
1619
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1620
1620
|
toned?: boolean;
|
1621
|
-
colorSchemaType?: "
|
1621
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1622
1622
|
} | {
|
1623
1623
|
color: string | {
|
1624
1624
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1625
1625
|
toned?: boolean;
|
1626
|
-
colorSchemaType?: "
|
1626
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1627
1627
|
};
|
1628
1628
|
stop?: number;
|
1629
1629
|
})[];
|
@@ -1632,7 +1632,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1632
1632
|
} | {
|
1633
1633
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1634
1634
|
toned?: boolean;
|
1635
|
-
colorSchemaType?: "
|
1635
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1636
1636
|
};
|
1637
1637
|
typography?: {
|
1638
1638
|
decoration?: string;
|
@@ -1652,7 +1652,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1652
1652
|
lineHeight: number;
|
1653
1653
|
};
|
1654
1654
|
} | {
|
1655
|
-
type: "
|
1655
|
+
type: "title" | "text" | "navigation";
|
1656
1656
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1657
1657
|
};
|
1658
1658
|
};
|
@@ -1661,12 +1661,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1661
1661
|
colors: (string | {
|
1662
1662
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1663
1663
|
toned?: boolean;
|
1664
|
-
colorSchemaType?: "
|
1664
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1665
1665
|
} | {
|
1666
1666
|
color: string | {
|
1667
1667
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1668
1668
|
toned?: boolean;
|
1669
|
-
colorSchemaType?: "
|
1669
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1670
1670
|
};
|
1671
1671
|
stop?: number;
|
1672
1672
|
})[];
|
@@ -1688,12 +1688,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1688
1688
|
colors: (string | {
|
1689
1689
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1690
1690
|
toned?: boolean;
|
1691
|
-
colorSchemaType?: "
|
1691
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1692
1692
|
} | {
|
1693
1693
|
color: string | {
|
1694
1694
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1695
1695
|
toned?: boolean;
|
1696
|
-
colorSchemaType?: "
|
1696
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1697
1697
|
};
|
1698
1698
|
stop?: number;
|
1699
1699
|
})[];
|
@@ -1717,7 +1717,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1717
1717
|
colors: (string | {
|
1718
1718
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1719
1719
|
toned?: boolean;
|
1720
|
-
colorSchemaType?: "
|
1720
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1721
1721
|
} | {
|
1722
1722
|
color: string | any;
|
1723
1723
|
stop?: number;
|
@@ -1734,12 +1734,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1734
1734
|
colors: (string | {
|
1735
1735
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1736
1736
|
toned?: boolean;
|
1737
|
-
colorSchemaType?: "
|
1737
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1738
1738
|
} | {
|
1739
1739
|
color: string | {
|
1740
1740
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1741
1741
|
toned?: boolean;
|
1742
|
-
colorSchemaType?: "
|
1742
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1743
1743
|
};
|
1744
1744
|
stop?: number;
|
1745
1745
|
})[];
|
@@ -1748,7 +1748,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1748
1748
|
} | {
|
1749
1749
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1750
1750
|
toned?: boolean;
|
1751
|
-
colorSchemaType?: "
|
1751
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1752
1752
|
};
|
1753
1753
|
typography?: {
|
1754
1754
|
decoration?: string;
|
@@ -1768,7 +1768,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1768
1768
|
lineHeight: number;
|
1769
1769
|
};
|
1770
1770
|
} | {
|
1771
|
-
type: "
|
1771
|
+
type: "title" | "text" | "navigation";
|
1772
1772
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1773
1773
|
};
|
1774
1774
|
};
|
@@ -1777,12 +1777,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1777
1777
|
colors: (string | {
|
1778
1778
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1779
1779
|
toned?: boolean;
|
1780
|
-
colorSchemaType?: "
|
1780
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1781
1781
|
} | {
|
1782
1782
|
color: string | {
|
1783
1783
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1784
1784
|
toned?: boolean;
|
1785
|
-
colorSchemaType?: "
|
1785
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1786
1786
|
};
|
1787
1787
|
stop?: number;
|
1788
1788
|
})[];
|
@@ -1804,12 +1804,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1804
1804
|
colors: (string | {
|
1805
1805
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1806
1806
|
toned?: boolean;
|
1807
|
-
colorSchemaType?: "
|
1807
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1808
1808
|
} | {
|
1809
1809
|
color: string | {
|
1810
1810
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1811
1811
|
toned?: boolean;
|
1812
|
-
colorSchemaType?: "
|
1812
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1813
1813
|
};
|
1814
1814
|
stop?: number;
|
1815
1815
|
})[];
|
@@ -1833,7 +1833,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1833
1833
|
colors: (string | {
|
1834
1834
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1835
1835
|
toned?: boolean;
|
1836
|
-
colorSchemaType?: "
|
1836
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1837
1837
|
} | {
|
1838
1838
|
color: string | any;
|
1839
1839
|
stop?: number;
|
@@ -1850,12 +1850,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1850
1850
|
colors: (string | {
|
1851
1851
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1852
1852
|
toned?: boolean;
|
1853
|
-
colorSchemaType?: "
|
1853
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1854
1854
|
} | {
|
1855
1855
|
color: string | {
|
1856
1856
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1857
1857
|
toned?: boolean;
|
1858
|
-
colorSchemaType?: "
|
1858
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1859
1859
|
};
|
1860
1860
|
stop?: number;
|
1861
1861
|
})[];
|
@@ -1864,7 +1864,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1864
1864
|
} | {
|
1865
1865
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1866
1866
|
toned?: boolean;
|
1867
|
-
colorSchemaType?: "
|
1867
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "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: "title" | "text" | "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: "base" | "onBase" | "container" | "onContainer";
|
1895
1895
|
toned?: boolean;
|
1896
|
-
colorSchemaType?: "
|
1896
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1897
1897
|
} | {
|
1898
1898
|
color: string | {
|
1899
1899
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1900
1900
|
toned?: boolean;
|
1901
|
-
colorSchemaType?: "
|
1901
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1902
1902
|
};
|
1903
1903
|
stop?: number;
|
1904
1904
|
})[];
|
@@ -1920,12 +1920,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1920
1920
|
colors: (string | {
|
1921
1921
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1922
1922
|
toned?: boolean;
|
1923
|
-
colorSchemaType?: "
|
1923
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1924
1924
|
} | {
|
1925
1925
|
color: string | {
|
1926
1926
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1927
1927
|
toned?: boolean;
|
1928
|
-
colorSchemaType?: "
|
1928
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1929
1929
|
};
|
1930
1930
|
stop?: number;
|
1931
1931
|
})[];
|
@@ -1949,7 +1949,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1949
1949
|
colors: (string | {
|
1950
1950
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1951
1951
|
toned?: boolean;
|
1952
|
-
colorSchemaType?: "
|
1952
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1953
1953
|
} | {
|
1954
1954
|
color: string | any;
|
1955
1955
|
stop?: number;
|
@@ -1966,12 +1966,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1966
1966
|
colors: (string | {
|
1967
1967
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1968
1968
|
toned?: boolean;
|
1969
|
-
colorSchemaType?: "
|
1969
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1970
1970
|
} | {
|
1971
1971
|
color: string | {
|
1972
1972
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1973
1973
|
toned?: boolean;
|
1974
|
-
colorSchemaType?: "
|
1974
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1975
1975
|
};
|
1976
1976
|
stop?: number;
|
1977
1977
|
})[];
|
@@ -1980,7 +1980,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1980
1980
|
} | {
|
1981
1981
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1982
1982
|
toned?: boolean;
|
1983
|
-
colorSchemaType?: "
|
1983
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1984
1984
|
};
|
1985
1985
|
typography?: {
|
1986
1986
|
decoration?: string;
|
@@ -2000,7 +2000,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2000
2000
|
lineHeight: number;
|
2001
2001
|
};
|
2002
2002
|
} | {
|
2003
|
-
type: "
|
2003
|
+
type: "title" | "text" | "navigation";
|
2004
2004
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2005
2005
|
};
|
2006
2006
|
};
|
@@ -2009,12 +2009,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2009
2009
|
colors: (string | {
|
2010
2010
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2011
2011
|
toned?: boolean;
|
2012
|
-
colorSchemaType?: "
|
2012
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2013
2013
|
} | {
|
2014
2014
|
color: string | {
|
2015
2015
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2016
2016
|
toned?: boolean;
|
2017
|
-
colorSchemaType?: "
|
2017
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2018
2018
|
};
|
2019
2019
|
stop?: number;
|
2020
2020
|
})[];
|
@@ -2038,12 +2038,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2038
2038
|
colors: (string | {
|
2039
2039
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2040
2040
|
toned?: boolean;
|
2041
|
-
colorSchemaType?: "
|
2041
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2042
2042
|
} | {
|
2043
2043
|
color: string | {
|
2044
2044
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2045
2045
|
toned?: boolean;
|
2046
|
-
colorSchemaType?: "
|
2046
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2047
2047
|
};
|
2048
2048
|
stop?: number;
|
2049
2049
|
})[];
|
@@ -2067,7 +2067,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2067
2067
|
colors: (string | {
|
2068
2068
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2069
2069
|
toned?: boolean;
|
2070
|
-
colorSchemaType?: "
|
2070
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2071
2071
|
} | {
|
2072
2072
|
color: string | any;
|
2073
2073
|
stop?: number;
|
@@ -2084,12 +2084,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2084
2084
|
colors: (string | {
|
2085
2085
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2086
2086
|
toned?: boolean;
|
2087
|
-
colorSchemaType?: "
|
2087
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2088
2088
|
} | {
|
2089
2089
|
color: string | {
|
2090
2090
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2091
2091
|
toned?: boolean;
|
2092
|
-
colorSchemaType?: "
|
2092
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2093
2093
|
};
|
2094
2094
|
stop?: number;
|
2095
2095
|
})[];
|
@@ -2098,7 +2098,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2098
2098
|
} | {
|
2099
2099
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2100
2100
|
toned?: boolean;
|
2101
|
-
colorSchemaType?: "
|
2101
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2102
2102
|
};
|
2103
2103
|
typography?: {
|
2104
2104
|
decoration?: string;
|
@@ -2118,7 +2118,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2118
2118
|
lineHeight: number;
|
2119
2119
|
};
|
2120
2120
|
} | {
|
2121
|
-
type: "
|
2121
|
+
type: "title" | "text" | "navigation";
|
2122
2122
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2123
2123
|
};
|
2124
2124
|
};
|
@@ -2127,12 +2127,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2127
2127
|
colors: (string | {
|
2128
2128
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2129
2129
|
toned?: boolean;
|
2130
|
-
colorSchemaType?: "
|
2130
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2131
2131
|
} | {
|
2132
2132
|
color: string | {
|
2133
2133
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2134
2134
|
toned?: boolean;
|
2135
|
-
colorSchemaType?: "
|
2135
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2136
2136
|
};
|
2137
2137
|
stop?: number;
|
2138
2138
|
})[];
|
@@ -2154,12 +2154,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2154
2154
|
colors: (string | {
|
2155
2155
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2156
2156
|
toned?: boolean;
|
2157
|
-
colorSchemaType?: "
|
2157
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2158
2158
|
} | {
|
2159
2159
|
color: string | {
|
2160
2160
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2161
2161
|
toned?: boolean;
|
2162
|
-
colorSchemaType?: "
|
2162
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2163
2163
|
};
|
2164
2164
|
stop?: number;
|
2165
2165
|
})[];
|
@@ -2183,7 +2183,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2183
2183
|
colors: (string | {
|
2184
2184
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2185
2185
|
toned?: boolean;
|
2186
|
-
colorSchemaType?: "
|
2186
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2187
2187
|
} | {
|
2188
2188
|
color: string | any;
|
2189
2189
|
stop?: number;
|
@@ -2200,12 +2200,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2200
2200
|
colors: (string | {
|
2201
2201
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2202
2202
|
toned?: boolean;
|
2203
|
-
colorSchemaType?: "
|
2203
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2204
2204
|
} | {
|
2205
2205
|
color: string | {
|
2206
2206
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2207
2207
|
toned?: boolean;
|
2208
|
-
colorSchemaType?: "
|
2208
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2209
2209
|
};
|
2210
2210
|
stop?: number;
|
2211
2211
|
})[];
|
@@ -2214,7 +2214,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2214
2214
|
} | {
|
2215
2215
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2216
2216
|
toned?: boolean;
|
2217
|
-
colorSchemaType?: "
|
2217
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2218
2218
|
};
|
2219
2219
|
typography?: {
|
2220
2220
|
decoration?: string;
|
@@ -2234,7 +2234,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2234
2234
|
lineHeight: number;
|
2235
2235
|
};
|
2236
2236
|
} | {
|
2237
|
-
type: "
|
2237
|
+
type: "title" | "text" | "navigation";
|
2238
2238
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2239
2239
|
};
|
2240
2240
|
};
|
@@ -2243,12 +2243,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2243
2243
|
colors: (string | {
|
2244
2244
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2245
2245
|
toned?: boolean;
|
2246
|
-
colorSchemaType?: "
|
2246
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2247
2247
|
} | {
|
2248
2248
|
color: string | {
|
2249
2249
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2250
2250
|
toned?: boolean;
|
2251
|
-
colorSchemaType?: "
|
2251
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2252
2252
|
};
|
2253
2253
|
stop?: number;
|
2254
2254
|
})[];
|
@@ -2270,12 +2270,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2270
2270
|
colors: (string | {
|
2271
2271
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2272
2272
|
toned?: boolean;
|
2273
|
-
colorSchemaType?: "
|
2273
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2274
2274
|
} | {
|
2275
2275
|
color: string | {
|
2276
2276
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2277
2277
|
toned?: boolean;
|
2278
|
-
colorSchemaType?: "
|
2278
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2279
2279
|
};
|
2280
2280
|
stop?: number;
|
2281
2281
|
})[];
|
@@ -2299,7 +2299,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2299
2299
|
colors: (string | {
|
2300
2300
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2301
2301
|
toned?: boolean;
|
2302
|
-
colorSchemaType?: "
|
2302
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2303
2303
|
} | {
|
2304
2304
|
color: string | any;
|
2305
2305
|
stop?: number;
|
@@ -2316,12 +2316,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2316
2316
|
colors: (string | {
|
2317
2317
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2318
2318
|
toned?: boolean;
|
2319
|
-
colorSchemaType?: "
|
2319
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2320
2320
|
} | {
|
2321
2321
|
color: string | {
|
2322
2322
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2323
2323
|
toned?: boolean;
|
2324
|
-
colorSchemaType?: "
|
2324
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2325
2325
|
};
|
2326
2326
|
stop?: number;
|
2327
2327
|
})[];
|
@@ -2330,7 +2330,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2330
2330
|
} | {
|
2331
2331
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2332
2332
|
toned?: boolean;
|
2333
|
-
colorSchemaType?: "
|
2333
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2334
2334
|
};
|
2335
2335
|
typography?: {
|
2336
2336
|
decoration?: string;
|
@@ -2350,7 +2350,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2350
2350
|
lineHeight: number;
|
2351
2351
|
};
|
2352
2352
|
} | {
|
2353
|
-
type: "
|
2353
|
+
type: "title" | "text" | "navigation";
|
2354
2354
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2355
2355
|
};
|
2356
2356
|
};
|
@@ -2359,12 +2359,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2359
2359
|
colors: (string | {
|
2360
2360
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2361
2361
|
toned?: boolean;
|
2362
|
-
colorSchemaType?: "
|
2362
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2363
2363
|
} | {
|
2364
2364
|
color: string | {
|
2365
2365
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2366
2366
|
toned?: boolean;
|
2367
|
-
colorSchemaType?: "
|
2367
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2368
2368
|
};
|
2369
2369
|
stop?: number;
|
2370
2370
|
})[];
|
@@ -2386,12 +2386,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2386
2386
|
colors: (string | {
|
2387
2387
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2388
2388
|
toned?: boolean;
|
2389
|
-
colorSchemaType?: "
|
2389
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2390
2390
|
} | {
|
2391
2391
|
color: string | {
|
2392
2392
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2393
2393
|
toned?: boolean;
|
2394
|
-
colorSchemaType?: "
|
2394
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2395
2395
|
};
|
2396
2396
|
stop?: number;
|
2397
2397
|
})[];
|
@@ -2415,7 +2415,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2415
2415
|
colors: (string | {
|
2416
2416
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2417
2417
|
toned?: boolean;
|
2418
|
-
colorSchemaType?: "
|
2418
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2419
2419
|
} | {
|
2420
2420
|
color: string | any;
|
2421
2421
|
stop?: number;
|
@@ -2432,12 +2432,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2432
2432
|
colors: (string | {
|
2433
2433
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2434
2434
|
toned?: boolean;
|
2435
|
-
colorSchemaType?: "
|
2435
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2436
2436
|
} | {
|
2437
2437
|
color: string | {
|
2438
2438
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2439
2439
|
toned?: boolean;
|
2440
|
-
colorSchemaType?: "
|
2440
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2441
2441
|
};
|
2442
2442
|
stop?: number;
|
2443
2443
|
})[];
|
@@ -2446,7 +2446,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2446
2446
|
} | {
|
2447
2447
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2448
2448
|
toned?: boolean;
|
2449
|
-
colorSchemaType?: "
|
2449
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2450
2450
|
};
|
2451
2451
|
typography?: {
|
2452
2452
|
decoration?: string;
|
@@ -2466,7 +2466,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2466
2466
|
lineHeight: number;
|
2467
2467
|
};
|
2468
2468
|
} | {
|
2469
|
-
type: "
|
2469
|
+
type: "title" | "text" | "navigation";
|
2470
2470
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2471
2471
|
};
|
2472
2472
|
};
|
@@ -2475,12 +2475,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2475
2475
|
colors: (string | {
|
2476
2476
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2477
2477
|
toned?: boolean;
|
2478
|
-
colorSchemaType?: "
|
2478
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2479
2479
|
} | {
|
2480
2480
|
color: string | {
|
2481
2481
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2482
2482
|
toned?: boolean;
|
2483
|
-
colorSchemaType?: "
|
2483
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2484
2484
|
};
|
2485
2485
|
stop?: number;
|
2486
2486
|
})[];
|
@@ -2502,12 +2502,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2502
2502
|
colors: (string | {
|
2503
2503
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2504
2504
|
toned?: boolean;
|
2505
|
-
colorSchemaType?: "
|
2505
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2506
2506
|
} | {
|
2507
2507
|
color: string | {
|
2508
2508
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2509
2509
|
toned?: boolean;
|
2510
|
-
colorSchemaType?: "
|
2510
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2511
2511
|
};
|
2512
2512
|
stop?: number;
|
2513
2513
|
})[];
|
@@ -2531,7 +2531,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2531
2531
|
colors: (string | {
|
2532
2532
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2533
2533
|
toned?: boolean;
|
2534
|
-
colorSchemaType?: "
|
2534
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2535
2535
|
} | {
|
2536
2536
|
color: string | any;
|
2537
2537
|
stop?: number;
|
@@ -2548,12 +2548,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2548
2548
|
colors: (string | {
|
2549
2549
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2550
2550
|
toned?: boolean;
|
2551
|
-
colorSchemaType?: "
|
2551
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2552
2552
|
} | {
|
2553
2553
|
color: string | {
|
2554
2554
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2555
2555
|
toned?: boolean;
|
2556
|
-
colorSchemaType?: "
|
2556
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2557
2557
|
};
|
2558
2558
|
stop?: number;
|
2559
2559
|
})[];
|
@@ -2562,7 +2562,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2562
2562
|
} | {
|
2563
2563
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2564
2564
|
toned?: boolean;
|
2565
|
-
colorSchemaType?: "
|
2565
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2566
2566
|
};
|
2567
2567
|
typography?: {
|
2568
2568
|
decoration?: string;
|
@@ -2582,7 +2582,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2582
2582
|
lineHeight: number;
|
2583
2583
|
};
|
2584
2584
|
} | {
|
2585
|
-
type: "
|
2585
|
+
type: "title" | "text" | "navigation";
|
2586
2586
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2587
2587
|
};
|
2588
2588
|
};
|
@@ -2591,12 +2591,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2591
2591
|
colors: (string | {
|
2592
2592
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2593
2593
|
toned?: boolean;
|
2594
|
-
colorSchemaType?: "
|
2594
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2595
2595
|
} | {
|
2596
2596
|
color: string | {
|
2597
2597
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2598
2598
|
toned?: boolean;
|
2599
|
-
colorSchemaType?: "
|
2599
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2600
2600
|
};
|
2601
2601
|
stop?: number;
|
2602
2602
|
})[];
|
@@ -2618,12 +2618,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2618
2618
|
colors: (string | {
|
2619
2619
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2620
2620
|
toned?: boolean;
|
2621
|
-
colorSchemaType?: "
|
2621
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2622
2622
|
} | {
|
2623
2623
|
color: string | {
|
2624
2624
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2625
2625
|
toned?: boolean;
|
2626
|
-
colorSchemaType?: "
|
2626
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2627
2627
|
};
|
2628
2628
|
stop?: number;
|
2629
2629
|
})[];
|
@@ -2647,7 +2647,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2647
2647
|
colors: (string | {
|
2648
2648
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2649
2649
|
toned?: boolean;
|
2650
|
-
colorSchemaType?: "
|
2650
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2651
2651
|
} | {
|
2652
2652
|
color: string | any;
|
2653
2653
|
stop?: number;
|
@@ -2664,12 +2664,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2664
2664
|
colors: (string | {
|
2665
2665
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2666
2666
|
toned?: boolean;
|
2667
|
-
colorSchemaType?: "
|
2667
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2668
2668
|
} | {
|
2669
2669
|
color: string | {
|
2670
2670
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2671
2671
|
toned?: boolean;
|
2672
|
-
colorSchemaType?: "
|
2672
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2673
2673
|
};
|
2674
2674
|
stop?: number;
|
2675
2675
|
})[];
|
@@ -2678,7 +2678,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2678
2678
|
} | {
|
2679
2679
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2680
2680
|
toned?: boolean;
|
2681
|
-
colorSchemaType?: "
|
2681
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2682
2682
|
};
|
2683
2683
|
typography?: {
|
2684
2684
|
decoration?: string;
|
@@ -2698,7 +2698,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2698
2698
|
lineHeight: number;
|
2699
2699
|
};
|
2700
2700
|
} | {
|
2701
|
-
type: "
|
2701
|
+
type: "title" | "text" | "navigation";
|
2702
2702
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2703
2703
|
};
|
2704
2704
|
};
|
@@ -2707,12 +2707,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2707
2707
|
colors: (string | {
|
2708
2708
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2709
2709
|
toned?: boolean;
|
2710
|
-
colorSchemaType?: "
|
2710
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2711
2711
|
} | {
|
2712
2712
|
color: string | {
|
2713
2713
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2714
2714
|
toned?: boolean;
|
2715
|
-
colorSchemaType?: "
|
2715
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2716
2716
|
};
|
2717
2717
|
stop?: number;
|
2718
2718
|
})[];
|
@@ -2734,12 +2734,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2734
2734
|
colors: (string | {
|
2735
2735
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2736
2736
|
toned?: boolean;
|
2737
|
-
colorSchemaType?: "
|
2737
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2738
2738
|
} | {
|
2739
2739
|
color: string | {
|
2740
2740
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2741
2741
|
toned?: boolean;
|
2742
|
-
colorSchemaType?: "
|
2742
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2743
2743
|
};
|
2744
2744
|
stop?: number;
|
2745
2745
|
})[];
|
@@ -2763,7 +2763,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2763
2763
|
colors: (string | {
|
2764
2764
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2765
2765
|
toned?: boolean;
|
2766
|
-
colorSchemaType?: "
|
2766
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2767
2767
|
} | {
|
2768
2768
|
color: string | any;
|
2769
2769
|
stop?: number;
|
@@ -2780,12 +2780,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2780
2780
|
colors: (string | {
|
2781
2781
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2782
2782
|
toned?: boolean;
|
2783
|
-
colorSchemaType?: "
|
2783
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2784
2784
|
} | {
|
2785
2785
|
color: string | {
|
2786
2786
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2787
2787
|
toned?: boolean;
|
2788
|
-
colorSchemaType?: "
|
2788
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2789
2789
|
};
|
2790
2790
|
stop?: number;
|
2791
2791
|
})[];
|
@@ -2794,7 +2794,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2794
2794
|
} | {
|
2795
2795
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2796
2796
|
toned?: boolean;
|
2797
|
-
colorSchemaType?: "
|
2797
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2798
2798
|
};
|
2799
2799
|
typography?: {
|
2800
2800
|
decoration?: string;
|
@@ -2814,7 +2814,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2814
2814
|
lineHeight: number;
|
2815
2815
|
};
|
2816
2816
|
} | {
|
2817
|
-
type: "
|
2817
|
+
type: "title" | "text" | "navigation";
|
2818
2818
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2819
2819
|
};
|
2820
2820
|
};
|
@@ -2823,12 +2823,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2823
2823
|
colors: (string | {
|
2824
2824
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2825
2825
|
toned?: boolean;
|
2826
|
-
colorSchemaType?: "
|
2826
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2827
2827
|
} | {
|
2828
2828
|
color: string | {
|
2829
2829
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2830
2830
|
toned?: boolean;
|
2831
|
-
colorSchemaType?: "
|
2831
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2832
2832
|
};
|
2833
2833
|
stop?: number;
|
2834
2834
|
})[];
|
@@ -2850,12 +2850,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2850
2850
|
colors: (string | {
|
2851
2851
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2852
2852
|
toned?: boolean;
|
2853
|
-
colorSchemaType?: "
|
2853
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2854
2854
|
} | {
|
2855
2855
|
color: string | {
|
2856
2856
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2857
2857
|
toned?: boolean;
|
2858
|
-
colorSchemaType?: "
|
2858
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2859
2859
|
};
|
2860
2860
|
stop?: number;
|
2861
2861
|
})[];
|
@@ -2879,7 +2879,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2879
2879
|
colors: (string | {
|
2880
2880
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2881
2881
|
toned?: boolean;
|
2882
|
-
colorSchemaType?: "
|
2882
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2883
2883
|
} | {
|
2884
2884
|
color: string | any;
|
2885
2885
|
stop?: number;
|
@@ -2896,12 +2896,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2896
2896
|
colors: (string | {
|
2897
2897
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2898
2898
|
toned?: boolean;
|
2899
|
-
colorSchemaType?: "
|
2899
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2900
2900
|
} | {
|
2901
2901
|
color: string | {
|
2902
2902
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2903
2903
|
toned?: boolean;
|
2904
|
-
colorSchemaType?: "
|
2904
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2905
2905
|
};
|
2906
2906
|
stop?: number;
|
2907
2907
|
})[];
|
@@ -2910,7 +2910,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2910
2910
|
} | {
|
2911
2911
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2912
2912
|
toned?: boolean;
|
2913
|
-
colorSchemaType?: "
|
2913
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2914
2914
|
};
|
2915
2915
|
typography?: {
|
2916
2916
|
decoration?: string;
|
@@ -2930,7 +2930,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2930
2930
|
lineHeight: number;
|
2931
2931
|
};
|
2932
2932
|
} | {
|
2933
|
-
type: "
|
2933
|
+
type: "title" | "text" | "navigation";
|
2934
2934
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2935
2935
|
};
|
2936
2936
|
};
|
@@ -2939,12 +2939,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2939
2939
|
colors: (string | {
|
2940
2940
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2941
2941
|
toned?: boolean;
|
2942
|
-
colorSchemaType?: "
|
2942
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2943
2943
|
} | {
|
2944
2944
|
color: string | {
|
2945
2945
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2946
2946
|
toned?: boolean;
|
2947
|
-
colorSchemaType?: "
|
2947
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2948
2948
|
};
|
2949
2949
|
stop?: number;
|
2950
2950
|
})[];
|
@@ -2966,12 +2966,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2966
2966
|
colors: (string | {
|
2967
2967
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2968
2968
|
toned?: boolean;
|
2969
|
-
colorSchemaType?: "
|
2969
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2970
2970
|
} | {
|
2971
2971
|
color: string | {
|
2972
2972
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2973
2973
|
toned?: boolean;
|
2974
|
-
colorSchemaType?: "
|
2974
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2975
2975
|
};
|
2976
2976
|
stop?: number;
|
2977
2977
|
})[];
|
@@ -2995,7 +2995,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2995
2995
|
colors: (string | {
|
2996
2996
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2997
2997
|
toned?: boolean;
|
2998
|
-
colorSchemaType?: "
|
2998
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2999
2999
|
} | {
|
3000
3000
|
color: string | any;
|
3001
3001
|
stop?: number;
|
@@ -3012,12 +3012,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3012
3012
|
colors: (string | {
|
3013
3013
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3014
3014
|
toned?: boolean;
|
3015
|
-
colorSchemaType?: "
|
3015
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3016
3016
|
} | {
|
3017
3017
|
color: string | {
|
3018
3018
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3019
3019
|
toned?: boolean;
|
3020
|
-
colorSchemaType?: "
|
3020
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3021
3021
|
};
|
3022
3022
|
stop?: number;
|
3023
3023
|
})[];
|
@@ -3026,7 +3026,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3026
3026
|
} | {
|
3027
3027
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3028
3028
|
toned?: boolean;
|
3029
|
-
colorSchemaType?: "
|
3029
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3030
3030
|
};
|
3031
3031
|
typography?: {
|
3032
3032
|
decoration?: string;
|
@@ -3046,7 +3046,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3046
3046
|
lineHeight: number;
|
3047
3047
|
};
|
3048
3048
|
} | {
|
3049
|
-
type: "
|
3049
|
+
type: "title" | "text" | "navigation";
|
3050
3050
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3051
3051
|
};
|
3052
3052
|
};
|
@@ -3055,12 +3055,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3055
3055
|
colors: (string | {
|
3056
3056
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3057
3057
|
toned?: boolean;
|
3058
|
-
colorSchemaType?: "
|
3058
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3059
3059
|
} | {
|
3060
3060
|
color: string | {
|
3061
3061
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3062
3062
|
toned?: boolean;
|
3063
|
-
colorSchemaType?: "
|
3063
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3064
3064
|
};
|
3065
3065
|
stop?: number;
|
3066
3066
|
})[];
|
@@ -3080,12 +3080,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3080
3080
|
colors: (string | {
|
3081
3081
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3082
3082
|
toned?: boolean;
|
3083
|
-
colorSchemaType?: "
|
3083
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3084
3084
|
} | {
|
3085
3085
|
color: string | {
|
3086
3086
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3087
3087
|
toned?: boolean;
|
3088
|
-
colorSchemaType?: "
|
3088
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3089
3089
|
};
|
3090
3090
|
stop?: number;
|
3091
3091
|
})[];
|
@@ -3109,12 +3109,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3109
3109
|
colors: (string | {
|
3110
3110
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3111
3111
|
toned?: boolean;
|
3112
|
-
colorSchemaType?: "
|
3112
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3113
3113
|
} | {
|
3114
3114
|
color: string | {
|
3115
3115
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3116
3116
|
toned?: boolean;
|
3117
|
-
colorSchemaType?: "
|
3117
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3118
3118
|
};
|
3119
3119
|
stop?: number;
|
3120
3120
|
})[];
|
@@ -3142,23 +3142,23 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3142
3142
|
grow?: boolean;
|
3143
3143
|
minHeight?: number;
|
3144
3144
|
minWidth?: number;
|
3145
|
-
alignment?: "
|
3145
|
+
alignment?: "center" | "start" | "end";
|
3146
3146
|
sliderColor?: string | {
|
3147
3147
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3148
3148
|
toned?: boolean;
|
3149
|
-
colorSchemaType?: "
|
3149
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3150
3150
|
};
|
3151
3151
|
text?: {
|
3152
3152
|
color?: string | {
|
3153
3153
|
colors: (string | {
|
3154
3154
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3155
3155
|
toned?: boolean;
|
3156
|
-
colorSchemaType?: "
|
3156
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3157
3157
|
} | {
|
3158
3158
|
color: string | {
|
3159
3159
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3160
3160
|
toned?: boolean;
|
3161
|
-
colorSchemaType?: "
|
3161
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3162
3162
|
};
|
3163
3163
|
stop?: number;
|
3164
3164
|
})[];
|
@@ -3167,7 +3167,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3167
3167
|
} | {
|
3168
3168
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3169
3169
|
toned?: boolean;
|
3170
|
-
colorSchemaType?: "
|
3170
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3171
3171
|
};
|
3172
3172
|
typography?: {
|
3173
3173
|
decoration?: string;
|
@@ -3187,7 +3187,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3187
3187
|
lineHeight: number;
|
3188
3188
|
};
|
3189
3189
|
} | {
|
3190
|
-
type: "
|
3190
|
+
type: "title" | "text" | "navigation";
|
3191
3191
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3192
3192
|
};
|
3193
3193
|
};
|
@@ -3196,12 +3196,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3196
3196
|
colors: (string | {
|
3197
3197
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3198
3198
|
toned?: boolean;
|
3199
|
-
colorSchemaType?: "
|
3199
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3200
3200
|
} | {
|
3201
3201
|
color: string | {
|
3202
3202
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3203
3203
|
toned?: boolean;
|
3204
|
-
colorSchemaType?: "
|
3204
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3205
3205
|
};
|
3206
3206
|
stop?: number;
|
3207
3207
|
})[];
|
@@ -3222,12 +3222,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3222
3222
|
colors: (string | {
|
3223
3223
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3224
3224
|
toned?: boolean;
|
3225
|
-
colorSchemaType?: "
|
3225
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3226
3226
|
} | {
|
3227
3227
|
color: string | {
|
3228
3228
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3229
3229
|
toned?: boolean;
|
3230
|
-
colorSchemaType?: "
|
3230
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3231
3231
|
};
|
3232
3232
|
stop?: number;
|
3233
3233
|
})[];
|
@@ -3251,7 +3251,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3251
3251
|
colors: (string | {
|
3252
3252
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3253
3253
|
toned?: boolean;
|
3254
|
-
colorSchemaType?: "
|
3254
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3255
3255
|
} | {
|
3256
3256
|
color: string | any;
|
3257
3257
|
stop?: number;
|
@@ -3267,12 +3267,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3267
3267
|
colors: (string | {
|
3268
3268
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3269
3269
|
toned?: boolean;
|
3270
|
-
colorSchemaType?: "
|
3270
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3271
3271
|
} | {
|
3272
3272
|
color: string | {
|
3273
3273
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3274
3274
|
toned?: boolean;
|
3275
|
-
colorSchemaType?: "
|
3275
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3276
3276
|
};
|
3277
3277
|
stop?: number;
|
3278
3278
|
})[];
|
@@ -3281,7 +3281,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3281
3281
|
} | {
|
3282
3282
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3283
3283
|
toned?: boolean;
|
3284
|
-
colorSchemaType?: "
|
3284
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3285
3285
|
};
|
3286
3286
|
typography?: {
|
3287
3287
|
decoration?: string;
|
@@ -3301,7 +3301,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3301
3301
|
lineHeight: number;
|
3302
3302
|
};
|
3303
3303
|
} | {
|
3304
|
-
type: "
|
3304
|
+
type: "title" | "text" | "navigation";
|
3305
3305
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3306
3306
|
};
|
3307
3307
|
};
|
@@ -3310,12 +3310,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3310
3310
|
colors: (string | {
|
3311
3311
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3312
3312
|
toned?: boolean;
|
3313
|
-
colorSchemaType?: "
|
3313
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3314
3314
|
} | {
|
3315
3315
|
color: string | {
|
3316
3316
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3317
3317
|
toned?: boolean;
|
3318
|
-
colorSchemaType?: "
|
3318
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3319
3319
|
};
|
3320
3320
|
stop?: number;
|
3321
3321
|
})[];
|
@@ -3331,12 +3331,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3331
3331
|
colors: (string | {
|
3332
3332
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3333
3333
|
toned?: boolean;
|
3334
|
-
colorSchemaType?: "
|
3334
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3335
3335
|
} | {
|
3336
3336
|
color: string | {
|
3337
3337
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3338
3338
|
toned?: boolean;
|
3339
|
-
colorSchemaType?: "
|
3339
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3340
3340
|
};
|
3341
3341
|
stop?: number;
|
3342
3342
|
})[];
|
@@ -3360,7 +3360,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3360
3360
|
colors: (string | {
|
3361
3361
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3362
3362
|
toned?: boolean;
|
3363
|
-
colorSchemaType?: "
|
3363
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3364
3364
|
} | {
|
3365
3365
|
color: string | any;
|
3366
3366
|
stop?: number;
|
@@ -3379,12 +3379,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3379
3379
|
colors: (string | {
|
3380
3380
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3381
3381
|
toned?: boolean;
|
3382
|
-
colorSchemaType?: "
|
3382
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3383
3383
|
} | {
|
3384
3384
|
color: string | {
|
3385
3385
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3386
3386
|
toned?: boolean;
|
3387
|
-
colorSchemaType?: "
|
3387
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3388
3388
|
};
|
3389
3389
|
stop?: number;
|
3390
3390
|
})[];
|
@@ -3408,12 +3408,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3408
3408
|
colors: (string | {
|
3409
3409
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3410
3410
|
toned?: boolean;
|
3411
|
-
colorSchemaType?: "
|
3411
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3412
3412
|
} | {
|
3413
3413
|
color: string | {
|
3414
3414
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3415
3415
|
toned?: boolean;
|
3416
|
-
colorSchemaType?: "
|
3416
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3417
3417
|
};
|
3418
3418
|
stop?: number;
|
3419
3419
|
})[];
|
@@ -3441,23 +3441,23 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3441
3441
|
grow?: boolean;
|
3442
3442
|
minHeight?: number;
|
3443
3443
|
minWidth?: number;
|
3444
|
-
alignment?: "
|
3444
|
+
alignment?: "center" | "start" | "end";
|
3445
3445
|
sliderColor?: string | {
|
3446
3446
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3447
3447
|
toned?: boolean;
|
3448
|
-
colorSchemaType?: "
|
3448
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3449
3449
|
};
|
3450
3450
|
text?: {
|
3451
3451
|
color?: string | {
|
3452
3452
|
colors: (string | {
|
3453
3453
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3454
3454
|
toned?: boolean;
|
3455
|
-
colorSchemaType?: "
|
3455
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3456
3456
|
} | {
|
3457
3457
|
color: string | {
|
3458
3458
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3459
3459
|
toned?: boolean;
|
3460
|
-
colorSchemaType?: "
|
3460
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3461
3461
|
};
|
3462
3462
|
stop?: number;
|
3463
3463
|
})[];
|
@@ -3466,7 +3466,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3466
3466
|
} | {
|
3467
3467
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3468
3468
|
toned?: boolean;
|
3469
|
-
colorSchemaType?: "
|
3469
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3470
3470
|
};
|
3471
3471
|
typography?: {
|
3472
3472
|
decoration?: string;
|
@@ -3486,7 +3486,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3486
3486
|
lineHeight: number;
|
3487
3487
|
};
|
3488
3488
|
} | {
|
3489
|
-
type: "
|
3489
|
+
type: "title" | "text" | "navigation";
|
3490
3490
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3491
3491
|
};
|
3492
3492
|
};
|
@@ -3495,12 +3495,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3495
3495
|
colors: (string | {
|
3496
3496
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3497
3497
|
toned?: boolean;
|
3498
|
-
colorSchemaType?: "
|
3498
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3499
3499
|
} | {
|
3500
3500
|
color: string | {
|
3501
3501
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3502
3502
|
toned?: boolean;
|
3503
|
-
colorSchemaType?: "
|
3503
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3504
3504
|
};
|
3505
3505
|
stop?: number;
|
3506
3506
|
})[];
|
@@ -3521,12 +3521,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3521
3521
|
colors: (string | {
|
3522
3522
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3523
3523
|
toned?: boolean;
|
3524
|
-
colorSchemaType?: "
|
3524
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3525
3525
|
} | {
|
3526
3526
|
color: string | {
|
3527
3527
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3528
3528
|
toned?: boolean;
|
3529
|
-
colorSchemaType?: "
|
3529
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3530
3530
|
};
|
3531
3531
|
stop?: number;
|
3532
3532
|
})[];
|
@@ -3550,7 +3550,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3550
3550
|
colors: (string | {
|
3551
3551
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3552
3552
|
toned?: boolean;
|
3553
|
-
colorSchemaType?: "
|
3553
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3554
3554
|
} | {
|
3555
3555
|
color: string | any;
|
3556
3556
|
stop?: number;
|
@@ -3566,12 +3566,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3566
3566
|
colors: (string | {
|
3567
3567
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3568
3568
|
toned?: boolean;
|
3569
|
-
colorSchemaType?: "
|
3569
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3570
3570
|
} | {
|
3571
3571
|
color: string | {
|
3572
3572
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3573
3573
|
toned?: boolean;
|
3574
|
-
colorSchemaType?: "
|
3574
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3575
3575
|
};
|
3576
3576
|
stop?: number;
|
3577
3577
|
})[];
|
@@ -3580,7 +3580,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3580
3580
|
} | {
|
3581
3581
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3582
3582
|
toned?: boolean;
|
3583
|
-
colorSchemaType?: "
|
3583
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3584
3584
|
};
|
3585
3585
|
typography?: {
|
3586
3586
|
decoration?: string;
|
@@ -3600,7 +3600,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3600
3600
|
lineHeight: number;
|
3601
3601
|
};
|
3602
3602
|
} | {
|
3603
|
-
type: "
|
3603
|
+
type: "title" | "text" | "navigation";
|
3604
3604
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3605
3605
|
};
|
3606
3606
|
};
|
@@ -3609,12 +3609,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3609
3609
|
colors: (string | {
|
3610
3610
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3611
3611
|
toned?: boolean;
|
3612
|
-
colorSchemaType?: "
|
3612
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3613
3613
|
} | {
|
3614
3614
|
color: string | {
|
3615
3615
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3616
3616
|
toned?: boolean;
|
3617
|
-
colorSchemaType?: "
|
3617
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3618
3618
|
};
|
3619
3619
|
stop?: number;
|
3620
3620
|
})[];
|
@@ -3630,12 +3630,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3630
3630
|
colors: (string | {
|
3631
3631
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3632
3632
|
toned?: boolean;
|
3633
|
-
colorSchemaType?: "
|
3633
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3634
3634
|
} | {
|
3635
3635
|
color: string | {
|
3636
3636
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3637
3637
|
toned?: boolean;
|
3638
|
-
colorSchemaType?: "
|
3638
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3639
3639
|
};
|
3640
3640
|
stop?: number;
|
3641
3641
|
})[];
|
@@ -3659,7 +3659,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3659
3659
|
colors: (string | {
|
3660
3660
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3661
3661
|
toned?: boolean;
|
3662
|
-
colorSchemaType?: "
|
3662
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3663
3663
|
} | {
|
3664
3664
|
color: string | any;
|
3665
3665
|
stop?: number;
|
@@ -3678,12 +3678,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3678
3678
|
colors: (string | {
|
3679
3679
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3680
3680
|
toned?: boolean;
|
3681
|
-
colorSchemaType?: "
|
3681
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3682
3682
|
} | {
|
3683
3683
|
color: string | {
|
3684
3684
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3685
3685
|
toned?: boolean;
|
3686
|
-
colorSchemaType?: "
|
3686
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3687
3687
|
};
|
3688
3688
|
stop?: number;
|
3689
3689
|
})[];
|
@@ -3707,12 +3707,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3707
3707
|
colors: (string | {
|
3708
3708
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3709
3709
|
toned?: boolean;
|
3710
|
-
colorSchemaType?: "
|
3710
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3711
3711
|
} | {
|
3712
3712
|
color: string | {
|
3713
3713
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3714
3714
|
toned?: boolean;
|
3715
|
-
colorSchemaType?: "
|
3715
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3716
3716
|
};
|
3717
3717
|
stop?: number;
|
3718
3718
|
})[];
|
@@ -3740,23 +3740,23 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3740
3740
|
grow?: boolean;
|
3741
3741
|
minHeight?: number;
|
3742
3742
|
minWidth?: number;
|
3743
|
-
alignment?: "
|
3743
|
+
alignment?: "center" | "start" | "end";
|
3744
3744
|
sliderColor?: string | {
|
3745
3745
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3746
3746
|
toned?: boolean;
|
3747
|
-
colorSchemaType?: "
|
3747
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3748
3748
|
};
|
3749
3749
|
text?: {
|
3750
3750
|
color?: string | {
|
3751
3751
|
colors: (string | {
|
3752
3752
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3753
3753
|
toned?: boolean;
|
3754
|
-
colorSchemaType?: "
|
3754
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3755
3755
|
} | {
|
3756
3756
|
color: string | {
|
3757
3757
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3758
3758
|
toned?: boolean;
|
3759
|
-
colorSchemaType?: "
|
3759
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3760
3760
|
};
|
3761
3761
|
stop?: number;
|
3762
3762
|
})[];
|
@@ -3765,7 +3765,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3765
3765
|
} | {
|
3766
3766
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3767
3767
|
toned?: boolean;
|
3768
|
-
colorSchemaType?: "
|
3768
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3769
3769
|
};
|
3770
3770
|
typography?: {
|
3771
3771
|
decoration?: string;
|
@@ -3785,7 +3785,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3785
3785
|
lineHeight: number;
|
3786
3786
|
};
|
3787
3787
|
} | {
|
3788
|
-
type: "
|
3788
|
+
type: "title" | "text" | "navigation";
|
3789
3789
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3790
3790
|
};
|
3791
3791
|
};
|
@@ -3794,12 +3794,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3794
3794
|
colors: (string | {
|
3795
3795
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3796
3796
|
toned?: boolean;
|
3797
|
-
colorSchemaType?: "
|
3797
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3798
3798
|
} | {
|
3799
3799
|
color: string | {
|
3800
3800
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3801
3801
|
toned?: boolean;
|
3802
|
-
colorSchemaType?: "
|
3802
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3803
3803
|
};
|
3804
3804
|
stop?: number;
|
3805
3805
|
})[];
|
@@ -3820,12 +3820,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3820
3820
|
colors: (string | {
|
3821
3821
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3822
3822
|
toned?: boolean;
|
3823
|
-
colorSchemaType?: "
|
3823
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3824
3824
|
} | {
|
3825
3825
|
color: string | {
|
3826
3826
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3827
3827
|
toned?: boolean;
|
3828
|
-
colorSchemaType?: "
|
3828
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3829
3829
|
};
|
3830
3830
|
stop?: number;
|
3831
3831
|
})[];
|
@@ -3849,7 +3849,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3849
3849
|
colors: (string | {
|
3850
3850
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3851
3851
|
toned?: boolean;
|
3852
|
-
colorSchemaType?: "
|
3852
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3853
3853
|
} | {
|
3854
3854
|
color: string | any;
|
3855
3855
|
stop?: number;
|
@@ -3865,12 +3865,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3865
3865
|
colors: (string | {
|
3866
3866
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3867
3867
|
toned?: boolean;
|
3868
|
-
colorSchemaType?: "
|
3868
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3869
3869
|
} | {
|
3870
3870
|
color: string | {
|
3871
3871
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3872
3872
|
toned?: boolean;
|
3873
|
-
colorSchemaType?: "
|
3873
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3874
3874
|
};
|
3875
3875
|
stop?: number;
|
3876
3876
|
})[];
|
@@ -3879,7 +3879,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3879
3879
|
} | {
|
3880
3880
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3881
3881
|
toned?: boolean;
|
3882
|
-
colorSchemaType?: "
|
3882
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3883
3883
|
};
|
3884
3884
|
typography?: {
|
3885
3885
|
decoration?: string;
|
@@ -3899,7 +3899,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3899
3899
|
lineHeight: number;
|
3900
3900
|
};
|
3901
3901
|
} | {
|
3902
|
-
type: "
|
3902
|
+
type: "title" | "text" | "navigation";
|
3903
3903
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3904
3904
|
};
|
3905
3905
|
};
|
@@ -3908,12 +3908,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3908
3908
|
colors: (string | {
|
3909
3909
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3910
3910
|
toned?: boolean;
|
3911
|
-
colorSchemaType?: "
|
3911
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3912
3912
|
} | {
|
3913
3913
|
color: string | {
|
3914
3914
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3915
3915
|
toned?: boolean;
|
3916
|
-
colorSchemaType?: "
|
3916
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3917
3917
|
};
|
3918
3918
|
stop?: number;
|
3919
3919
|
})[];
|
@@ -3929,12 +3929,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3929
3929
|
colors: (string | {
|
3930
3930
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3931
3931
|
toned?: boolean;
|
3932
|
-
colorSchemaType?: "
|
3932
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3933
3933
|
} | {
|
3934
3934
|
color: string | {
|
3935
3935
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3936
3936
|
toned?: boolean;
|
3937
|
-
colorSchemaType?: "
|
3937
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3938
3938
|
};
|
3939
3939
|
stop?: number;
|
3940
3940
|
})[];
|
@@ -3958,7 +3958,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3958
3958
|
colors: (string | {
|
3959
3959
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3960
3960
|
toned?: boolean;
|
3961
|
-
colorSchemaType?: "
|
3961
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3962
3962
|
} | {
|
3963
3963
|
color: string | any;
|
3964
3964
|
stop?: number;
|
@@ -3977,12 +3977,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3977
3977
|
colors: (string | {
|
3978
3978
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3979
3979
|
toned?: boolean;
|
3980
|
-
colorSchemaType?: "
|
3980
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3981
3981
|
} | {
|
3982
3982
|
color: string | {
|
3983
3983
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3984
3984
|
toned?: boolean;
|
3985
|
-
colorSchemaType?: "
|
3985
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3986
3986
|
};
|
3987
3987
|
stop?: number;
|
3988
3988
|
})[];
|
@@ -4006,12 +4006,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4006
4006
|
colors: (string | {
|
4007
4007
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4008
4008
|
toned?: boolean;
|
4009
|
-
colorSchemaType?: "
|
4009
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4010
4010
|
} | {
|
4011
4011
|
color: string | {
|
4012
4012
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4013
4013
|
toned?: boolean;
|
4014
|
-
colorSchemaType?: "
|
4014
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4015
4015
|
};
|
4016
4016
|
stop?: number;
|
4017
4017
|
})[];
|
@@ -4039,23 +4039,23 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4039
4039
|
grow?: boolean;
|
4040
4040
|
minHeight?: number;
|
4041
4041
|
minWidth?: number;
|
4042
|
-
alignment?: "
|
4042
|
+
alignment?: "center" | "start" | "end";
|
4043
4043
|
sliderColor?: string | {
|
4044
4044
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4045
4045
|
toned?: boolean;
|
4046
|
-
colorSchemaType?: "
|
4046
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4047
4047
|
};
|
4048
4048
|
text?: {
|
4049
4049
|
color?: string | {
|
4050
4050
|
colors: (string | {
|
4051
4051
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4052
4052
|
toned?: boolean;
|
4053
|
-
colorSchemaType?: "
|
4053
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4054
4054
|
} | {
|
4055
4055
|
color: string | {
|
4056
4056
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4057
4057
|
toned?: boolean;
|
4058
|
-
colorSchemaType?: "
|
4058
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4059
4059
|
};
|
4060
4060
|
stop?: number;
|
4061
4061
|
})[];
|
@@ -4064,7 +4064,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4064
4064
|
} | {
|
4065
4065
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4066
4066
|
toned?: boolean;
|
4067
|
-
colorSchemaType?: "
|
4067
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4068
4068
|
};
|
4069
4069
|
typography?: {
|
4070
4070
|
decoration?: string;
|
@@ -4084,7 +4084,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4084
4084
|
lineHeight: number;
|
4085
4085
|
};
|
4086
4086
|
} | {
|
4087
|
-
type: "
|
4087
|
+
type: "title" | "text" | "navigation";
|
4088
4088
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4089
4089
|
};
|
4090
4090
|
};
|
@@ -4093,12 +4093,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4093
4093
|
colors: (string | {
|
4094
4094
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4095
4095
|
toned?: boolean;
|
4096
|
-
colorSchemaType?: "
|
4096
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4097
4097
|
} | {
|
4098
4098
|
color: string | {
|
4099
4099
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4100
4100
|
toned?: boolean;
|
4101
|
-
colorSchemaType?: "
|
4101
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4102
4102
|
};
|
4103
4103
|
stop?: number;
|
4104
4104
|
})[];
|
@@ -4119,12 +4119,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4119
4119
|
colors: (string | {
|
4120
4120
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4121
4121
|
toned?: boolean;
|
4122
|
-
colorSchemaType?: "
|
4122
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4123
4123
|
} | {
|
4124
4124
|
color: string | {
|
4125
4125
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4126
4126
|
toned?: boolean;
|
4127
|
-
colorSchemaType?: "
|
4127
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4128
4128
|
};
|
4129
4129
|
stop?: number;
|
4130
4130
|
})[];
|
@@ -4148,7 +4148,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4148
4148
|
colors: (string | {
|
4149
4149
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4150
4150
|
toned?: boolean;
|
4151
|
-
colorSchemaType?: "
|
4151
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4152
4152
|
} | {
|
4153
4153
|
color: string | any;
|
4154
4154
|
stop?: number;
|
@@ -4164,12 +4164,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4164
4164
|
colors: (string | {
|
4165
4165
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4166
4166
|
toned?: boolean;
|
4167
|
-
colorSchemaType?: "
|
4167
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4168
4168
|
} | {
|
4169
4169
|
color: string | {
|
4170
4170
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4171
4171
|
toned?: boolean;
|
4172
|
-
colorSchemaType?: "
|
4172
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4173
4173
|
};
|
4174
4174
|
stop?: number;
|
4175
4175
|
})[];
|
@@ -4178,7 +4178,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4178
4178
|
} | {
|
4179
4179
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4180
4180
|
toned?: boolean;
|
4181
|
-
colorSchemaType?: "
|
4181
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4182
4182
|
};
|
4183
4183
|
typography?: {
|
4184
4184
|
decoration?: string;
|
@@ -4198,7 +4198,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4198
4198
|
lineHeight: number;
|
4199
4199
|
};
|
4200
4200
|
} | {
|
4201
|
-
type: "
|
4201
|
+
type: "title" | "text" | "navigation";
|
4202
4202
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4203
4203
|
};
|
4204
4204
|
};
|
@@ -4207,12 +4207,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4207
4207
|
colors: (string | {
|
4208
4208
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4209
4209
|
toned?: boolean;
|
4210
|
-
colorSchemaType?: "
|
4210
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4211
4211
|
} | {
|
4212
4212
|
color: string | {
|
4213
4213
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4214
4214
|
toned?: boolean;
|
4215
|
-
colorSchemaType?: "
|
4215
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4216
4216
|
};
|
4217
4217
|
stop?: number;
|
4218
4218
|
})[];
|
@@ -4228,12 +4228,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4228
4228
|
colors: (string | {
|
4229
4229
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4230
4230
|
toned?: boolean;
|
4231
|
-
colorSchemaType?: "
|
4231
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4232
4232
|
} | {
|
4233
4233
|
color: string | {
|
4234
4234
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4235
4235
|
toned?: boolean;
|
4236
|
-
colorSchemaType?: "
|
4236
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4237
4237
|
};
|
4238
4238
|
stop?: number;
|
4239
4239
|
})[];
|
@@ -4257,7 +4257,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4257
4257
|
colors: (string | {
|
4258
4258
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4259
4259
|
toned?: boolean;
|
4260
|
-
colorSchemaType?: "
|
4260
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4261
4261
|
} | {
|
4262
4262
|
color: string | any;
|
4263
4263
|
stop?: number;
|
@@ -4275,7 +4275,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4275
4275
|
blocks?: {
|
4276
4276
|
primary: {
|
4277
4277
|
name?: string;
|
4278
|
-
colorSchemaType?: "
|
4278
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4279
4279
|
header: {
|
4280
4280
|
definitionId: {
|
4281
4281
|
toString: () => string;
|
@@ -4433,12 +4433,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4433
4433
|
colors: (string | {
|
4434
4434
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4435
4435
|
toned?: boolean;
|
4436
|
-
colorSchemaType?: "
|
4436
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4437
4437
|
} | {
|
4438
4438
|
color: string | {
|
4439
4439
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4440
4440
|
toned?: boolean;
|
4441
|
-
colorSchemaType?: "
|
4441
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4442
4442
|
};
|
4443
4443
|
stop?: number;
|
4444
4444
|
})[];
|
@@ -4462,7 +4462,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4462
4462
|
colors: (string | {
|
4463
4463
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4464
4464
|
toned?: boolean;
|
4465
|
-
colorSchemaType?: "
|
4465
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4466
4466
|
} | {
|
4467
4467
|
color: string | any;
|
4468
4468
|
stop?: number;
|
@@ -4483,7 +4483,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4483
4483
|
};
|
4484
4484
|
variant1?: {
|
4485
4485
|
name?: string;
|
4486
|
-
colorSchemaType?: "
|
4486
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4487
4487
|
header: {
|
4488
4488
|
definitionId: {
|
4489
4489
|
toString: () => string;
|
@@ -4641,12 +4641,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4641
4641
|
colors: (string | {
|
4642
4642
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4643
4643
|
toned?: boolean;
|
4644
|
-
colorSchemaType?: "
|
4644
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4645
4645
|
} | {
|
4646
4646
|
color: string | {
|
4647
4647
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4648
4648
|
toned?: boolean;
|
4649
|
-
colorSchemaType?: "
|
4649
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4650
4650
|
};
|
4651
4651
|
stop?: number;
|
4652
4652
|
})[];
|
@@ -4670,7 +4670,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4670
4670
|
colors: (string | {
|
4671
4671
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4672
4672
|
toned?: boolean;
|
4673
|
-
colorSchemaType?: "
|
4673
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4674
4674
|
} | {
|
4675
4675
|
color: string | any;
|
4676
4676
|
stop?: number;
|
@@ -4691,7 +4691,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4691
4691
|
};
|
4692
4692
|
variant2?: {
|
4693
4693
|
name?: string;
|
4694
|
-
colorSchemaType?: "
|
4694
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4695
4695
|
header: {
|
4696
4696
|
definitionId: {
|
4697
4697
|
toString: () => string;
|
@@ -4849,12 +4849,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4849
4849
|
colors: (string | {
|
4850
4850
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4851
4851
|
toned?: boolean;
|
4852
|
-
colorSchemaType?: "
|
4852
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4853
4853
|
} | {
|
4854
4854
|
color: string | {
|
4855
4855
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4856
4856
|
toned?: boolean;
|
4857
|
-
colorSchemaType?: "
|
4857
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4858
4858
|
};
|
4859
4859
|
stop?: number;
|
4860
4860
|
})[];
|
@@ -4878,7 +4878,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4878
4878
|
colors: (string | {
|
4879
4879
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4880
4880
|
toned?: boolean;
|
4881
|
-
colorSchemaType?: "
|
4881
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4882
4882
|
} | {
|
4883
4883
|
color: string | any;
|
4884
4884
|
stop?: number;
|
@@ -4899,7 +4899,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4899
4899
|
};
|
4900
4900
|
variant3?: {
|
4901
4901
|
name?: string;
|
4902
|
-
colorSchemaType?: "
|
4902
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4903
4903
|
header: {
|
4904
4904
|
definitionId: {
|
4905
4905
|
toString: () => string;
|
@@ -5057,12 +5057,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5057
5057
|
colors: (string | {
|
5058
5058
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5059
5059
|
toned?: boolean;
|
5060
|
-
colorSchemaType?: "
|
5060
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5061
5061
|
} | {
|
5062
5062
|
color: string | {
|
5063
5063
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5064
5064
|
toned?: boolean;
|
5065
|
-
colorSchemaType?: "
|
5065
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5066
5066
|
};
|
5067
5067
|
stop?: number;
|
5068
5068
|
})[];
|
@@ -5086,7 +5086,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5086
5086
|
colors: (string | {
|
5087
5087
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5088
5088
|
toned?: boolean;
|
5089
|
-
colorSchemaType?: "
|
5089
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5090
5090
|
} | {
|
5091
5091
|
color: string | any;
|
5092
5092
|
stop?: number;
|
@@ -5119,12 +5119,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5119
5119
|
colors: (string | {
|
5120
5120
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5121
5121
|
toned?: boolean;
|
5122
|
-
colorSchemaType?: "
|
5122
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5123
5123
|
} | {
|
5124
5124
|
color: string | {
|
5125
5125
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5126
5126
|
toned?: boolean;
|
5127
|
-
colorSchemaType?: "
|
5127
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5128
5128
|
};
|
5129
5129
|
stop?: number;
|
5130
5130
|
})[];
|
@@ -5138,12 +5138,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5138
5138
|
colors: (string | {
|
5139
5139
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5140
5140
|
toned?: boolean;
|
5141
|
-
colorSchemaType?: "
|
5141
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5142
5142
|
} | {
|
5143
5143
|
color: string | {
|
5144
5144
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5145
5145
|
toned?: boolean;
|
5146
|
-
colorSchemaType?: "
|
5146
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5147
5147
|
};
|
5148
5148
|
stop?: number;
|
5149
5149
|
})[];
|
@@ -5157,12 +5157,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5157
5157
|
colors: (string | {
|
5158
5158
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5159
5159
|
toned?: boolean;
|
5160
|
-
colorSchemaType?: "
|
5160
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5161
5161
|
} | {
|
5162
5162
|
color: string | {
|
5163
5163
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5164
5164
|
toned?: boolean;
|
5165
|
-
colorSchemaType?: "
|
5165
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5166
5166
|
};
|
5167
5167
|
stop?: number;
|
5168
5168
|
})[];
|
@@ -5176,12 +5176,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5176
5176
|
colors: (string | {
|
5177
5177
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5178
5178
|
toned?: boolean;
|
5179
|
-
colorSchemaType?: "
|
5179
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5180
5180
|
} | {
|
5181
5181
|
color: string | {
|
5182
5182
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5183
5183
|
toned?: boolean;
|
5184
|
-
colorSchemaType?: "
|
5184
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5185
5185
|
};
|
5186
5186
|
stop?: number;
|
5187
5187
|
})[];
|
@@ -5195,12 +5195,12 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5195
5195
|
colors: (string | {
|
5196
5196
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5197
5197
|
toned?: boolean;
|
5198
|
-
colorSchemaType?: "
|
5198
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5199
5199
|
} | {
|
5200
5200
|
color: string | {
|
5201
5201
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5202
5202
|
toned?: boolean;
|
5203
|
-
colorSchemaType?: "
|
5203
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5204
5204
|
};
|
5205
5205
|
stop?: number;
|
5206
5206
|
})[];
|
@@ -5300,16 +5300,16 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5300
5300
|
};
|
5301
5301
|
deactivated(): void;
|
5302
5302
|
};
|
5303
|
-
colorSchema: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
5303
|
+
colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
|
5304
5304
|
typography: () => import("@omnia/fx-models").TypographyBlueprints;
|
5305
5305
|
fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
|
5306
5306
|
spacing: () => import("@omnia/fx-models").SpacingBlueprints;
|
5307
5307
|
component: () => import("@omnia/fx-models").ComponentBlueprints;
|
5308
|
-
color: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
5309
|
-
colorDefinition: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
5308
|
+
color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
5309
|
+
colorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
5310
5310
|
complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
5311
|
-
complementaryColor: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
5312
|
-
complementaryColorDefinition: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
5311
|
+
complementaryColor: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
5312
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
5313
5313
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
5314
5314
|
};
|
5315
5315
|
};
|