@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
@@ -86,16 +86,16 @@ export declare const useChromeBlueprintStore: () => {
|
|
86
86
|
};
|
87
87
|
deactivated(): void;
|
88
88
|
};
|
89
|
-
colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
89
|
+
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
90
90
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
91
91
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
92
92
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
93
93
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
94
|
-
color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
95
|
-
colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
94
|
+
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;
|
95
|
+
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;
|
96
96
|
complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
97
|
-
complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
98
|
-
complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
97
|
+
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;
|
98
|
+
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;
|
99
99
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
100
100
|
};
|
101
101
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -177,16 +177,16 @@ export declare const useChromeBlueprintStore: () => {
|
|
177
177
|
};
|
178
178
|
deactivated(): void;
|
179
179
|
};
|
180
|
-
colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
180
|
+
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
181
181
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
182
182
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
183
183
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
184
184
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
185
|
-
color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
186
|
-
colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
185
|
+
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;
|
186
|
+
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;
|
187
187
|
complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
188
|
-
complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
189
|
-
complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
188
|
+
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;
|
189
|
+
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;
|
190
190
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
191
191
|
};
|
192
192
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -268,16 +268,16 @@ export declare const useChromeBlueprintStore: () => {
|
|
268
268
|
};
|
269
269
|
deactivated(): void;
|
270
270
|
};
|
271
|
-
colorSchema(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
271
|
+
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
272
272
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
273
273
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
274
274
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
275
275
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
276
|
-
color(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
277
|
-
colorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
276
|
+
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;
|
277
|
+
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;
|
278
278
|
complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
279
|
-
complementaryColor(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
280
|
-
complementaryColorDefinition(colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
279
|
+
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;
|
280
|
+
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;
|
281
281
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
282
282
|
};
|
283
283
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -630,12 +630,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
630
630
|
colors: (string | {
|
631
631
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
632
632
|
toned?: boolean;
|
633
|
-
colorSchemaType?: "
|
633
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
634
634
|
} | {
|
635
635
|
color: string | {
|
636
636
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
637
637
|
toned?: boolean;
|
638
|
-
colorSchemaType?: "
|
638
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
639
639
|
};
|
640
640
|
stop?: number;
|
641
641
|
})[];
|
@@ -646,12 +646,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
646
646
|
colors: (string | {
|
647
647
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
648
648
|
toned?: boolean;
|
649
|
-
colorSchemaType?: "
|
649
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
650
650
|
} | {
|
651
651
|
color: string | {
|
652
652
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
653
653
|
toned?: boolean;
|
654
|
-
colorSchemaType?: "
|
654
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
655
655
|
};
|
656
656
|
stop?: number;
|
657
657
|
})[];
|
@@ -662,12 +662,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
662
662
|
colors: (string | {
|
663
663
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
664
664
|
toned?: boolean;
|
665
|
-
colorSchemaType?: "
|
665
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
666
666
|
} | {
|
667
667
|
color: string | {
|
668
668
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
669
669
|
toned?: boolean;
|
670
|
-
colorSchemaType?: "
|
670
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
671
671
|
};
|
672
672
|
stop?: number;
|
673
673
|
})[];
|
@@ -990,12 +990,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
990
990
|
colors: (string | {
|
991
991
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
992
992
|
toned?: boolean;
|
993
|
-
colorSchemaType?: "
|
993
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
994
994
|
} | {
|
995
995
|
color: string | {
|
996
996
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
997
997
|
toned?: boolean;
|
998
|
-
colorSchemaType?: "
|
998
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
999
999
|
};
|
1000
1000
|
stop?: number;
|
1001
1001
|
})[];
|
@@ -1019,7 +1019,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1019
1019
|
colors: (string | {
|
1020
1020
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1021
1021
|
toned?: boolean;
|
1022
|
-
colorSchemaType?: "
|
1022
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1023
1023
|
} | {
|
1024
1024
|
color: string | any;
|
1025
1025
|
stop?: number;
|
@@ -1036,12 +1036,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1036
1036
|
colors: (string | {
|
1037
1037
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1038
1038
|
toned?: boolean;
|
1039
|
-
colorSchemaType?: "
|
1039
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1040
1040
|
} | {
|
1041
1041
|
color: string | {
|
1042
1042
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1043
1043
|
toned?: boolean;
|
1044
|
-
colorSchemaType?: "
|
1044
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1045
1045
|
};
|
1046
1046
|
stop?: number;
|
1047
1047
|
})[];
|
@@ -1050,7 +1050,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1050
1050
|
} | {
|
1051
1051
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1052
1052
|
toned?: boolean;
|
1053
|
-
colorSchemaType?: "
|
1053
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1054
1054
|
};
|
1055
1055
|
typography?: {
|
1056
1056
|
decoration?: string;
|
@@ -1070,7 +1070,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1070
1070
|
lineHeight: number;
|
1071
1071
|
};
|
1072
1072
|
} | {
|
1073
|
-
type: "
|
1073
|
+
type: "title" | "text" | "navigation";
|
1074
1074
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1075
1075
|
};
|
1076
1076
|
};
|
@@ -1079,12 +1079,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1079
1079
|
colors: (string | {
|
1080
1080
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1081
1081
|
toned?: boolean;
|
1082
|
-
colorSchemaType?: "
|
1082
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1083
1083
|
} | {
|
1084
1084
|
color: string | {
|
1085
1085
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1086
1086
|
toned?: boolean;
|
1087
|
-
colorSchemaType?: "
|
1087
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1088
1088
|
};
|
1089
1089
|
stop?: number;
|
1090
1090
|
})[];
|
@@ -1106,12 +1106,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1106
1106
|
colors: (string | {
|
1107
1107
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1108
1108
|
toned?: boolean;
|
1109
|
-
colorSchemaType?: "
|
1109
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1110
1110
|
} | {
|
1111
1111
|
color: string | {
|
1112
1112
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1113
1113
|
toned?: boolean;
|
1114
|
-
colorSchemaType?: "
|
1114
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1115
1115
|
};
|
1116
1116
|
stop?: number;
|
1117
1117
|
})[];
|
@@ -1135,7 +1135,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1135
1135
|
colors: (string | {
|
1136
1136
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1137
1137
|
toned?: boolean;
|
1138
|
-
colorSchemaType?: "
|
1138
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1139
1139
|
} | {
|
1140
1140
|
color: string | any;
|
1141
1141
|
stop?: number;
|
@@ -1152,12 +1152,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1152
1152
|
colors: (string | {
|
1153
1153
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1154
1154
|
toned?: boolean;
|
1155
|
-
colorSchemaType?: "
|
1155
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1156
1156
|
} | {
|
1157
1157
|
color: string | {
|
1158
1158
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1159
1159
|
toned?: boolean;
|
1160
|
-
colorSchemaType?: "
|
1160
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1161
1161
|
};
|
1162
1162
|
stop?: number;
|
1163
1163
|
})[];
|
@@ -1166,7 +1166,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1166
1166
|
} | {
|
1167
1167
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1168
1168
|
toned?: boolean;
|
1169
|
-
colorSchemaType?: "
|
1169
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1170
1170
|
};
|
1171
1171
|
typography?: {
|
1172
1172
|
decoration?: string;
|
@@ -1186,7 +1186,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1186
1186
|
lineHeight: number;
|
1187
1187
|
};
|
1188
1188
|
} | {
|
1189
|
-
type: "
|
1189
|
+
type: "title" | "text" | "navigation";
|
1190
1190
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1191
1191
|
};
|
1192
1192
|
};
|
@@ -1195,12 +1195,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1195
1195
|
colors: (string | {
|
1196
1196
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1197
1197
|
toned?: boolean;
|
1198
|
-
colorSchemaType?: "
|
1198
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1199
1199
|
} | {
|
1200
1200
|
color: string | {
|
1201
1201
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1202
1202
|
toned?: boolean;
|
1203
|
-
colorSchemaType?: "
|
1203
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1204
1204
|
};
|
1205
1205
|
stop?: number;
|
1206
1206
|
})[];
|
@@ -1222,12 +1222,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1222
1222
|
colors: (string | {
|
1223
1223
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1224
1224
|
toned?: boolean;
|
1225
|
-
colorSchemaType?: "
|
1225
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1226
1226
|
} | {
|
1227
1227
|
color: string | {
|
1228
1228
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1229
1229
|
toned?: boolean;
|
1230
|
-
colorSchemaType?: "
|
1230
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1231
1231
|
};
|
1232
1232
|
stop?: number;
|
1233
1233
|
})[];
|
@@ -1251,7 +1251,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1251
1251
|
colors: (string | {
|
1252
1252
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1253
1253
|
toned?: boolean;
|
1254
|
-
colorSchemaType?: "
|
1254
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1255
1255
|
} | {
|
1256
1256
|
color: string | any;
|
1257
1257
|
stop?: number;
|
@@ -1268,12 +1268,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1268
1268
|
colors: (string | {
|
1269
1269
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1270
1270
|
toned?: boolean;
|
1271
|
-
colorSchemaType?: "
|
1271
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1272
1272
|
} | {
|
1273
1273
|
color: string | {
|
1274
1274
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1275
1275
|
toned?: boolean;
|
1276
|
-
colorSchemaType?: "
|
1276
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1277
1277
|
};
|
1278
1278
|
stop?: number;
|
1279
1279
|
})[];
|
@@ -1282,7 +1282,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1282
1282
|
} | {
|
1283
1283
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1284
1284
|
toned?: boolean;
|
1285
|
-
colorSchemaType?: "
|
1285
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1286
1286
|
};
|
1287
1287
|
typography?: {
|
1288
1288
|
decoration?: string;
|
@@ -1302,7 +1302,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1302
1302
|
lineHeight: number;
|
1303
1303
|
};
|
1304
1304
|
} | {
|
1305
|
-
type: "
|
1305
|
+
type: "title" | "text" | "navigation";
|
1306
1306
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1307
1307
|
};
|
1308
1308
|
};
|
@@ -1311,12 +1311,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1311
1311
|
colors: (string | {
|
1312
1312
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1313
1313
|
toned?: boolean;
|
1314
|
-
colorSchemaType?: "
|
1314
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1315
1315
|
} | {
|
1316
1316
|
color: string | {
|
1317
1317
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1318
1318
|
toned?: boolean;
|
1319
|
-
colorSchemaType?: "
|
1319
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1320
1320
|
};
|
1321
1321
|
stop?: number;
|
1322
1322
|
})[];
|
@@ -1338,12 +1338,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1338
1338
|
colors: (string | {
|
1339
1339
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1340
1340
|
toned?: boolean;
|
1341
|
-
colorSchemaType?: "
|
1341
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1342
1342
|
} | {
|
1343
1343
|
color: string | {
|
1344
1344
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1345
1345
|
toned?: boolean;
|
1346
|
-
colorSchemaType?: "
|
1346
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1347
1347
|
};
|
1348
1348
|
stop?: number;
|
1349
1349
|
})[];
|
@@ -1367,7 +1367,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1367
1367
|
colors: (string | {
|
1368
1368
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1369
1369
|
toned?: boolean;
|
1370
|
-
colorSchemaType?: "
|
1370
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1371
1371
|
} | {
|
1372
1372
|
color: string | any;
|
1373
1373
|
stop?: number;
|
@@ -1384,12 +1384,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1384
1384
|
colors: (string | {
|
1385
1385
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1386
1386
|
toned?: boolean;
|
1387
|
-
colorSchemaType?: "
|
1387
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1388
1388
|
} | {
|
1389
1389
|
color: string | {
|
1390
1390
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1391
1391
|
toned?: boolean;
|
1392
|
-
colorSchemaType?: "
|
1392
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1393
1393
|
};
|
1394
1394
|
stop?: number;
|
1395
1395
|
})[];
|
@@ -1398,7 +1398,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1398
1398
|
} | {
|
1399
1399
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1400
1400
|
toned?: boolean;
|
1401
|
-
colorSchemaType?: "
|
1401
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1402
1402
|
};
|
1403
1403
|
typography?: {
|
1404
1404
|
decoration?: string;
|
@@ -1418,7 +1418,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1418
1418
|
lineHeight: number;
|
1419
1419
|
};
|
1420
1420
|
} | {
|
1421
|
-
type: "
|
1421
|
+
type: "title" | "text" | "navigation";
|
1422
1422
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1423
1423
|
};
|
1424
1424
|
};
|
@@ -1427,12 +1427,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1427
1427
|
colors: (string | {
|
1428
1428
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1429
1429
|
toned?: boolean;
|
1430
|
-
colorSchemaType?: "
|
1430
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1431
1431
|
} | {
|
1432
1432
|
color: string | {
|
1433
1433
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1434
1434
|
toned?: boolean;
|
1435
|
-
colorSchemaType?: "
|
1435
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1436
1436
|
};
|
1437
1437
|
stop?: number;
|
1438
1438
|
})[];
|
@@ -1454,12 +1454,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1454
1454
|
colors: (string | {
|
1455
1455
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1456
1456
|
toned?: boolean;
|
1457
|
-
colorSchemaType?: "
|
1457
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1458
1458
|
} | {
|
1459
1459
|
color: string | {
|
1460
1460
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1461
1461
|
toned?: boolean;
|
1462
|
-
colorSchemaType?: "
|
1462
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1463
1463
|
};
|
1464
1464
|
stop?: number;
|
1465
1465
|
})[];
|
@@ -1483,7 +1483,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1483
1483
|
colors: (string | {
|
1484
1484
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1485
1485
|
toned?: boolean;
|
1486
|
-
colorSchemaType?: "
|
1486
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1487
1487
|
} | {
|
1488
1488
|
color: string | any;
|
1489
1489
|
stop?: number;
|
@@ -1500,12 +1500,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1500
1500
|
colors: (string | {
|
1501
1501
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1502
1502
|
toned?: boolean;
|
1503
|
-
colorSchemaType?: "
|
1503
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1504
1504
|
} | {
|
1505
1505
|
color: string | {
|
1506
1506
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1507
1507
|
toned?: boolean;
|
1508
|
-
colorSchemaType?: "
|
1508
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1509
1509
|
};
|
1510
1510
|
stop?: number;
|
1511
1511
|
})[];
|
@@ -1514,7 +1514,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1514
1514
|
} | {
|
1515
1515
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1516
1516
|
toned?: boolean;
|
1517
|
-
colorSchemaType?: "
|
1517
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1518
1518
|
};
|
1519
1519
|
typography?: {
|
1520
1520
|
decoration?: string;
|
@@ -1534,7 +1534,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1534
1534
|
lineHeight: number;
|
1535
1535
|
};
|
1536
1536
|
} | {
|
1537
|
-
type: "
|
1537
|
+
type: "title" | "text" | "navigation";
|
1538
1538
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1539
1539
|
};
|
1540
1540
|
};
|
@@ -1543,12 +1543,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1543
1543
|
colors: (string | {
|
1544
1544
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1545
1545
|
toned?: boolean;
|
1546
|
-
colorSchemaType?: "
|
1546
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1547
1547
|
} | {
|
1548
1548
|
color: string | {
|
1549
1549
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1550
1550
|
toned?: boolean;
|
1551
|
-
colorSchemaType?: "
|
1551
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1552
1552
|
};
|
1553
1553
|
stop?: number;
|
1554
1554
|
})[];
|
@@ -1570,12 +1570,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1570
1570
|
colors: (string | {
|
1571
1571
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1572
1572
|
toned?: boolean;
|
1573
|
-
colorSchemaType?: "
|
1573
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1574
1574
|
} | {
|
1575
1575
|
color: string | {
|
1576
1576
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1577
1577
|
toned?: boolean;
|
1578
|
-
colorSchemaType?: "
|
1578
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1579
1579
|
};
|
1580
1580
|
stop?: number;
|
1581
1581
|
})[];
|
@@ -1599,7 +1599,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1599
1599
|
colors: (string | {
|
1600
1600
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1601
1601
|
toned?: boolean;
|
1602
|
-
colorSchemaType?: "
|
1602
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1603
1603
|
} | {
|
1604
1604
|
color: string | any;
|
1605
1605
|
stop?: number;
|
@@ -1616,12 +1616,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1616
1616
|
colors: (string | {
|
1617
1617
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1618
1618
|
toned?: boolean;
|
1619
|
-
colorSchemaType?: "
|
1619
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1620
1620
|
} | {
|
1621
1621
|
color: string | {
|
1622
1622
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1623
1623
|
toned?: boolean;
|
1624
|
-
colorSchemaType?: "
|
1624
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1625
1625
|
};
|
1626
1626
|
stop?: number;
|
1627
1627
|
})[];
|
@@ -1630,7 +1630,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1630
1630
|
} | {
|
1631
1631
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1632
1632
|
toned?: boolean;
|
1633
|
-
colorSchemaType?: "
|
1633
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1634
1634
|
};
|
1635
1635
|
typography?: {
|
1636
1636
|
decoration?: string;
|
@@ -1650,7 +1650,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1650
1650
|
lineHeight: number;
|
1651
1651
|
};
|
1652
1652
|
} | {
|
1653
|
-
type: "
|
1653
|
+
type: "title" | "text" | "navigation";
|
1654
1654
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1655
1655
|
};
|
1656
1656
|
};
|
@@ -1659,12 +1659,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1659
1659
|
colors: (string | {
|
1660
1660
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1661
1661
|
toned?: boolean;
|
1662
|
-
colorSchemaType?: "
|
1662
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1663
1663
|
} | {
|
1664
1664
|
color: string | {
|
1665
1665
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1666
1666
|
toned?: boolean;
|
1667
|
-
colorSchemaType?: "
|
1667
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1668
1668
|
};
|
1669
1669
|
stop?: number;
|
1670
1670
|
})[];
|
@@ -1686,12 +1686,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1686
1686
|
colors: (string | {
|
1687
1687
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1688
1688
|
toned?: boolean;
|
1689
|
-
colorSchemaType?: "
|
1689
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1690
1690
|
} | {
|
1691
1691
|
color: string | {
|
1692
1692
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1693
1693
|
toned?: boolean;
|
1694
|
-
colorSchemaType?: "
|
1694
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1695
1695
|
};
|
1696
1696
|
stop?: number;
|
1697
1697
|
})[];
|
@@ -1715,7 +1715,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1715
1715
|
colors: (string | {
|
1716
1716
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1717
1717
|
toned?: boolean;
|
1718
|
-
colorSchemaType?: "
|
1718
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1719
1719
|
} | {
|
1720
1720
|
color: string | any;
|
1721
1721
|
stop?: number;
|
@@ -1732,12 +1732,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1732
1732
|
colors: (string | {
|
1733
1733
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1734
1734
|
toned?: boolean;
|
1735
|
-
colorSchemaType?: "
|
1735
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1736
1736
|
} | {
|
1737
1737
|
color: string | {
|
1738
1738
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1739
1739
|
toned?: boolean;
|
1740
|
-
colorSchemaType?: "
|
1740
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1741
1741
|
};
|
1742
1742
|
stop?: number;
|
1743
1743
|
})[];
|
@@ -1746,7 +1746,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1746
1746
|
} | {
|
1747
1747
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1748
1748
|
toned?: boolean;
|
1749
|
-
colorSchemaType?: "
|
1749
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1750
1750
|
};
|
1751
1751
|
typography?: {
|
1752
1752
|
decoration?: string;
|
@@ -1766,7 +1766,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1766
1766
|
lineHeight: number;
|
1767
1767
|
};
|
1768
1768
|
} | {
|
1769
|
-
type: "
|
1769
|
+
type: "title" | "text" | "navigation";
|
1770
1770
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1771
1771
|
};
|
1772
1772
|
};
|
@@ -1775,12 +1775,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1775
1775
|
colors: (string | {
|
1776
1776
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1777
1777
|
toned?: boolean;
|
1778
|
-
colorSchemaType?: "
|
1778
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1779
1779
|
} | {
|
1780
1780
|
color: string | {
|
1781
1781
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1782
1782
|
toned?: boolean;
|
1783
|
-
colorSchemaType?: "
|
1783
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1784
1784
|
};
|
1785
1785
|
stop?: number;
|
1786
1786
|
})[];
|
@@ -1802,12 +1802,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1802
1802
|
colors: (string | {
|
1803
1803
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1804
1804
|
toned?: boolean;
|
1805
|
-
colorSchemaType?: "
|
1805
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1806
1806
|
} | {
|
1807
1807
|
color: string | {
|
1808
1808
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1809
1809
|
toned?: boolean;
|
1810
|
-
colorSchemaType?: "
|
1810
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1811
1811
|
};
|
1812
1812
|
stop?: number;
|
1813
1813
|
})[];
|
@@ -1831,7 +1831,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1831
1831
|
colors: (string | {
|
1832
1832
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1833
1833
|
toned?: boolean;
|
1834
|
-
colorSchemaType?: "
|
1834
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1835
1835
|
} | {
|
1836
1836
|
color: string | any;
|
1837
1837
|
stop?: number;
|
@@ -1848,12 +1848,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1848
1848
|
colors: (string | {
|
1849
1849
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1850
1850
|
toned?: boolean;
|
1851
|
-
colorSchemaType?: "
|
1851
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1852
1852
|
} | {
|
1853
1853
|
color: string | {
|
1854
1854
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1855
1855
|
toned?: boolean;
|
1856
|
-
colorSchemaType?: "
|
1856
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1857
1857
|
};
|
1858
1858
|
stop?: number;
|
1859
1859
|
})[];
|
@@ -1862,7 +1862,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1862
1862
|
} | {
|
1863
1863
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1864
1864
|
toned?: boolean;
|
1865
|
-
colorSchemaType?: "
|
1865
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1866
1866
|
};
|
1867
1867
|
typography?: {
|
1868
1868
|
decoration?: string;
|
@@ -1882,7 +1882,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1882
1882
|
lineHeight: number;
|
1883
1883
|
};
|
1884
1884
|
} | {
|
1885
|
-
type: "
|
1885
|
+
type: "title" | "text" | "navigation";
|
1886
1886
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1887
1887
|
};
|
1888
1888
|
};
|
@@ -1891,12 +1891,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1891
1891
|
colors: (string | {
|
1892
1892
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1893
1893
|
toned?: boolean;
|
1894
|
-
colorSchemaType?: "
|
1894
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1895
1895
|
} | {
|
1896
1896
|
color: string | {
|
1897
1897
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1898
1898
|
toned?: boolean;
|
1899
|
-
colorSchemaType?: "
|
1899
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1900
1900
|
};
|
1901
1901
|
stop?: number;
|
1902
1902
|
})[];
|
@@ -1918,12 +1918,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1918
1918
|
colors: (string | {
|
1919
1919
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1920
1920
|
toned?: boolean;
|
1921
|
-
colorSchemaType?: "
|
1921
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1922
1922
|
} | {
|
1923
1923
|
color: string | {
|
1924
1924
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1925
1925
|
toned?: boolean;
|
1926
|
-
colorSchemaType?: "
|
1926
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1927
1927
|
};
|
1928
1928
|
stop?: number;
|
1929
1929
|
})[];
|
@@ -1947,7 +1947,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1947
1947
|
colors: (string | {
|
1948
1948
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1949
1949
|
toned?: boolean;
|
1950
|
-
colorSchemaType?: "
|
1950
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1951
1951
|
} | {
|
1952
1952
|
color: string | any;
|
1953
1953
|
stop?: number;
|
@@ -1964,12 +1964,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
1964
1964
|
colors: (string | {
|
1965
1965
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1966
1966
|
toned?: boolean;
|
1967
|
-
colorSchemaType?: "
|
1967
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1968
1968
|
} | {
|
1969
1969
|
color: string | {
|
1970
1970
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1971
1971
|
toned?: boolean;
|
1972
|
-
colorSchemaType?: "
|
1972
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1973
1973
|
};
|
1974
1974
|
stop?: number;
|
1975
1975
|
})[];
|
@@ -1978,7 +1978,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1978
1978
|
} | {
|
1979
1979
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1980
1980
|
toned?: boolean;
|
1981
|
-
colorSchemaType?: "
|
1981
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1982
1982
|
};
|
1983
1983
|
typography?: {
|
1984
1984
|
decoration?: string;
|
@@ -1998,7 +1998,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1998
1998
|
lineHeight: number;
|
1999
1999
|
};
|
2000
2000
|
} | {
|
2001
|
-
type: "
|
2001
|
+
type: "title" | "text" | "navigation";
|
2002
2002
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2003
2003
|
};
|
2004
2004
|
};
|
@@ -2007,12 +2007,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2007
2007
|
colors: (string | {
|
2008
2008
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2009
2009
|
toned?: boolean;
|
2010
|
-
colorSchemaType?: "
|
2010
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2011
2011
|
} | {
|
2012
2012
|
color: string | {
|
2013
2013
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2014
2014
|
toned?: boolean;
|
2015
|
-
colorSchemaType?: "
|
2015
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2016
2016
|
};
|
2017
2017
|
stop?: number;
|
2018
2018
|
})[];
|
@@ -2036,12 +2036,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2036
2036
|
colors: (string | {
|
2037
2037
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2038
2038
|
toned?: boolean;
|
2039
|
-
colorSchemaType?: "
|
2039
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2040
2040
|
} | {
|
2041
2041
|
color: string | {
|
2042
2042
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2043
2043
|
toned?: boolean;
|
2044
|
-
colorSchemaType?: "
|
2044
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2045
2045
|
};
|
2046
2046
|
stop?: number;
|
2047
2047
|
})[];
|
@@ -2065,7 +2065,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2065
2065
|
colors: (string | {
|
2066
2066
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2067
2067
|
toned?: boolean;
|
2068
|
-
colorSchemaType?: "
|
2068
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2069
2069
|
} | {
|
2070
2070
|
color: string | any;
|
2071
2071
|
stop?: number;
|
@@ -2082,12 +2082,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2082
2082
|
colors: (string | {
|
2083
2083
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2084
2084
|
toned?: boolean;
|
2085
|
-
colorSchemaType?: "
|
2085
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2086
2086
|
} | {
|
2087
2087
|
color: string | {
|
2088
2088
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2089
2089
|
toned?: boolean;
|
2090
|
-
colorSchemaType?: "
|
2090
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2091
2091
|
};
|
2092
2092
|
stop?: number;
|
2093
2093
|
})[];
|
@@ -2096,7 +2096,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2096
2096
|
} | {
|
2097
2097
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2098
2098
|
toned?: boolean;
|
2099
|
-
colorSchemaType?: "
|
2099
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2100
2100
|
};
|
2101
2101
|
typography?: {
|
2102
2102
|
decoration?: string;
|
@@ -2116,7 +2116,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2116
2116
|
lineHeight: number;
|
2117
2117
|
};
|
2118
2118
|
} | {
|
2119
|
-
type: "
|
2119
|
+
type: "title" | "text" | "navigation";
|
2120
2120
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2121
2121
|
};
|
2122
2122
|
};
|
@@ -2125,12 +2125,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2125
2125
|
colors: (string | {
|
2126
2126
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2127
2127
|
toned?: boolean;
|
2128
|
-
colorSchemaType?: "
|
2128
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2129
2129
|
} | {
|
2130
2130
|
color: string | {
|
2131
2131
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2132
2132
|
toned?: boolean;
|
2133
|
-
colorSchemaType?: "
|
2133
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2134
2134
|
};
|
2135
2135
|
stop?: number;
|
2136
2136
|
})[];
|
@@ -2152,12 +2152,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2152
2152
|
colors: (string | {
|
2153
2153
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2154
2154
|
toned?: boolean;
|
2155
|
-
colorSchemaType?: "
|
2155
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2156
2156
|
} | {
|
2157
2157
|
color: string | {
|
2158
2158
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2159
2159
|
toned?: boolean;
|
2160
|
-
colorSchemaType?: "
|
2160
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2161
2161
|
};
|
2162
2162
|
stop?: number;
|
2163
2163
|
})[];
|
@@ -2181,7 +2181,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2181
2181
|
colors: (string | {
|
2182
2182
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2183
2183
|
toned?: boolean;
|
2184
|
-
colorSchemaType?: "
|
2184
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2185
2185
|
} | {
|
2186
2186
|
color: string | any;
|
2187
2187
|
stop?: number;
|
@@ -2198,12 +2198,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2198
2198
|
colors: (string | {
|
2199
2199
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2200
2200
|
toned?: boolean;
|
2201
|
-
colorSchemaType?: "
|
2201
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2202
2202
|
} | {
|
2203
2203
|
color: string | {
|
2204
2204
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2205
2205
|
toned?: boolean;
|
2206
|
-
colorSchemaType?: "
|
2206
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2207
2207
|
};
|
2208
2208
|
stop?: number;
|
2209
2209
|
})[];
|
@@ -2212,7 +2212,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2212
2212
|
} | {
|
2213
2213
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2214
2214
|
toned?: boolean;
|
2215
|
-
colorSchemaType?: "
|
2215
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2216
2216
|
};
|
2217
2217
|
typography?: {
|
2218
2218
|
decoration?: string;
|
@@ -2232,7 +2232,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2232
2232
|
lineHeight: number;
|
2233
2233
|
};
|
2234
2234
|
} | {
|
2235
|
-
type: "
|
2235
|
+
type: "title" | "text" | "navigation";
|
2236
2236
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2237
2237
|
};
|
2238
2238
|
};
|
@@ -2241,12 +2241,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2241
2241
|
colors: (string | {
|
2242
2242
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2243
2243
|
toned?: boolean;
|
2244
|
-
colorSchemaType?: "
|
2244
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2245
2245
|
} | {
|
2246
2246
|
color: string | {
|
2247
2247
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2248
2248
|
toned?: boolean;
|
2249
|
-
colorSchemaType?: "
|
2249
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2250
2250
|
};
|
2251
2251
|
stop?: number;
|
2252
2252
|
})[];
|
@@ -2268,12 +2268,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2268
2268
|
colors: (string | {
|
2269
2269
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2270
2270
|
toned?: boolean;
|
2271
|
-
colorSchemaType?: "
|
2271
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2272
2272
|
} | {
|
2273
2273
|
color: string | {
|
2274
2274
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2275
2275
|
toned?: boolean;
|
2276
|
-
colorSchemaType?: "
|
2276
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2277
2277
|
};
|
2278
2278
|
stop?: number;
|
2279
2279
|
})[];
|
@@ -2297,7 +2297,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2297
2297
|
colors: (string | {
|
2298
2298
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2299
2299
|
toned?: boolean;
|
2300
|
-
colorSchemaType?: "
|
2300
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2301
2301
|
} | {
|
2302
2302
|
color: string | any;
|
2303
2303
|
stop?: number;
|
@@ -2314,12 +2314,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2314
2314
|
colors: (string | {
|
2315
2315
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2316
2316
|
toned?: boolean;
|
2317
|
-
colorSchemaType?: "
|
2317
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2318
2318
|
} | {
|
2319
2319
|
color: string | {
|
2320
2320
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2321
2321
|
toned?: boolean;
|
2322
|
-
colorSchemaType?: "
|
2322
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2323
2323
|
};
|
2324
2324
|
stop?: number;
|
2325
2325
|
})[];
|
@@ -2328,7 +2328,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2328
2328
|
} | {
|
2329
2329
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2330
2330
|
toned?: boolean;
|
2331
|
-
colorSchemaType?: "
|
2331
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2332
2332
|
};
|
2333
2333
|
typography?: {
|
2334
2334
|
decoration?: string;
|
@@ -2348,7 +2348,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2348
2348
|
lineHeight: number;
|
2349
2349
|
};
|
2350
2350
|
} | {
|
2351
|
-
type: "
|
2351
|
+
type: "title" | "text" | "navigation";
|
2352
2352
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2353
2353
|
};
|
2354
2354
|
};
|
@@ -2357,12 +2357,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2357
2357
|
colors: (string | {
|
2358
2358
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2359
2359
|
toned?: boolean;
|
2360
|
-
colorSchemaType?: "
|
2360
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2361
2361
|
} | {
|
2362
2362
|
color: string | {
|
2363
2363
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2364
2364
|
toned?: boolean;
|
2365
|
-
colorSchemaType?: "
|
2365
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2366
2366
|
};
|
2367
2367
|
stop?: number;
|
2368
2368
|
})[];
|
@@ -2384,12 +2384,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2384
2384
|
colors: (string | {
|
2385
2385
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2386
2386
|
toned?: boolean;
|
2387
|
-
colorSchemaType?: "
|
2387
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2388
2388
|
} | {
|
2389
2389
|
color: string | {
|
2390
2390
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2391
2391
|
toned?: boolean;
|
2392
|
-
colorSchemaType?: "
|
2392
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2393
2393
|
};
|
2394
2394
|
stop?: number;
|
2395
2395
|
})[];
|
@@ -2413,7 +2413,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2413
2413
|
colors: (string | {
|
2414
2414
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2415
2415
|
toned?: boolean;
|
2416
|
-
colorSchemaType?: "
|
2416
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2417
2417
|
} | {
|
2418
2418
|
color: string | any;
|
2419
2419
|
stop?: number;
|
@@ -2430,12 +2430,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2430
2430
|
colors: (string | {
|
2431
2431
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2432
2432
|
toned?: boolean;
|
2433
|
-
colorSchemaType?: "
|
2433
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2434
2434
|
} | {
|
2435
2435
|
color: string | {
|
2436
2436
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2437
2437
|
toned?: boolean;
|
2438
|
-
colorSchemaType?: "
|
2438
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2439
2439
|
};
|
2440
2440
|
stop?: number;
|
2441
2441
|
})[];
|
@@ -2444,7 +2444,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2444
2444
|
} | {
|
2445
2445
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2446
2446
|
toned?: boolean;
|
2447
|
-
colorSchemaType?: "
|
2447
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2448
2448
|
};
|
2449
2449
|
typography?: {
|
2450
2450
|
decoration?: string;
|
@@ -2464,7 +2464,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2464
2464
|
lineHeight: number;
|
2465
2465
|
};
|
2466
2466
|
} | {
|
2467
|
-
type: "
|
2467
|
+
type: "title" | "text" | "navigation";
|
2468
2468
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2469
2469
|
};
|
2470
2470
|
};
|
@@ -2473,12 +2473,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2473
2473
|
colors: (string | {
|
2474
2474
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2475
2475
|
toned?: boolean;
|
2476
|
-
colorSchemaType?: "
|
2476
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2477
2477
|
} | {
|
2478
2478
|
color: string | {
|
2479
2479
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2480
2480
|
toned?: boolean;
|
2481
|
-
colorSchemaType?: "
|
2481
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2482
2482
|
};
|
2483
2483
|
stop?: number;
|
2484
2484
|
})[];
|
@@ -2500,12 +2500,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2500
2500
|
colors: (string | {
|
2501
2501
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2502
2502
|
toned?: boolean;
|
2503
|
-
colorSchemaType?: "
|
2503
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2504
2504
|
} | {
|
2505
2505
|
color: string | {
|
2506
2506
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2507
2507
|
toned?: boolean;
|
2508
|
-
colorSchemaType?: "
|
2508
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2509
2509
|
};
|
2510
2510
|
stop?: number;
|
2511
2511
|
})[];
|
@@ -2529,7 +2529,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2529
2529
|
colors: (string | {
|
2530
2530
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2531
2531
|
toned?: boolean;
|
2532
|
-
colorSchemaType?: "
|
2532
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2533
2533
|
} | {
|
2534
2534
|
color: string | any;
|
2535
2535
|
stop?: number;
|
@@ -2546,12 +2546,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2546
2546
|
colors: (string | {
|
2547
2547
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2548
2548
|
toned?: boolean;
|
2549
|
-
colorSchemaType?: "
|
2549
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2550
2550
|
} | {
|
2551
2551
|
color: string | {
|
2552
2552
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2553
2553
|
toned?: boolean;
|
2554
|
-
colorSchemaType?: "
|
2554
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2555
2555
|
};
|
2556
2556
|
stop?: number;
|
2557
2557
|
})[];
|
@@ -2560,7 +2560,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2560
2560
|
} | {
|
2561
2561
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2562
2562
|
toned?: boolean;
|
2563
|
-
colorSchemaType?: "
|
2563
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2564
2564
|
};
|
2565
2565
|
typography?: {
|
2566
2566
|
decoration?: string;
|
@@ -2580,7 +2580,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2580
2580
|
lineHeight: number;
|
2581
2581
|
};
|
2582
2582
|
} | {
|
2583
|
-
type: "
|
2583
|
+
type: "title" | "text" | "navigation";
|
2584
2584
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2585
2585
|
};
|
2586
2586
|
};
|
@@ -2589,12 +2589,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2589
2589
|
colors: (string | {
|
2590
2590
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2591
2591
|
toned?: boolean;
|
2592
|
-
colorSchemaType?: "
|
2592
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2593
2593
|
} | {
|
2594
2594
|
color: string | {
|
2595
2595
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2596
2596
|
toned?: boolean;
|
2597
|
-
colorSchemaType?: "
|
2597
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2598
2598
|
};
|
2599
2599
|
stop?: number;
|
2600
2600
|
})[];
|
@@ -2616,12 +2616,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2616
2616
|
colors: (string | {
|
2617
2617
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2618
2618
|
toned?: boolean;
|
2619
|
-
colorSchemaType?: "
|
2619
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2620
2620
|
} | {
|
2621
2621
|
color: string | {
|
2622
2622
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2623
2623
|
toned?: boolean;
|
2624
|
-
colorSchemaType?: "
|
2624
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2625
2625
|
};
|
2626
2626
|
stop?: number;
|
2627
2627
|
})[];
|
@@ -2645,7 +2645,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2645
2645
|
colors: (string | {
|
2646
2646
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2647
2647
|
toned?: boolean;
|
2648
|
-
colorSchemaType?: "
|
2648
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2649
2649
|
} | {
|
2650
2650
|
color: string | any;
|
2651
2651
|
stop?: number;
|
@@ -2662,12 +2662,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2662
2662
|
colors: (string | {
|
2663
2663
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2664
2664
|
toned?: boolean;
|
2665
|
-
colorSchemaType?: "
|
2665
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2666
2666
|
} | {
|
2667
2667
|
color: string | {
|
2668
2668
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2669
2669
|
toned?: boolean;
|
2670
|
-
colorSchemaType?: "
|
2670
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2671
2671
|
};
|
2672
2672
|
stop?: number;
|
2673
2673
|
})[];
|
@@ -2676,7 +2676,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2676
2676
|
} | {
|
2677
2677
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2678
2678
|
toned?: boolean;
|
2679
|
-
colorSchemaType?: "
|
2679
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2680
2680
|
};
|
2681
2681
|
typography?: {
|
2682
2682
|
decoration?: string;
|
@@ -2696,7 +2696,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2696
2696
|
lineHeight: number;
|
2697
2697
|
};
|
2698
2698
|
} | {
|
2699
|
-
type: "
|
2699
|
+
type: "title" | "text" | "navigation";
|
2700
2700
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2701
2701
|
};
|
2702
2702
|
};
|
@@ -2705,12 +2705,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2705
2705
|
colors: (string | {
|
2706
2706
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2707
2707
|
toned?: boolean;
|
2708
|
-
colorSchemaType?: "
|
2708
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2709
2709
|
} | {
|
2710
2710
|
color: string | {
|
2711
2711
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2712
2712
|
toned?: boolean;
|
2713
|
-
colorSchemaType?: "
|
2713
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2714
2714
|
};
|
2715
2715
|
stop?: number;
|
2716
2716
|
})[];
|
@@ -2732,12 +2732,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2732
2732
|
colors: (string | {
|
2733
2733
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2734
2734
|
toned?: boolean;
|
2735
|
-
colorSchemaType?: "
|
2735
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2736
2736
|
} | {
|
2737
2737
|
color: string | {
|
2738
2738
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2739
2739
|
toned?: boolean;
|
2740
|
-
colorSchemaType?: "
|
2740
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2741
2741
|
};
|
2742
2742
|
stop?: number;
|
2743
2743
|
})[];
|
@@ -2761,7 +2761,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2761
2761
|
colors: (string | {
|
2762
2762
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2763
2763
|
toned?: boolean;
|
2764
|
-
colorSchemaType?: "
|
2764
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2765
2765
|
} | {
|
2766
2766
|
color: string | any;
|
2767
2767
|
stop?: number;
|
@@ -2778,12 +2778,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2778
2778
|
colors: (string | {
|
2779
2779
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2780
2780
|
toned?: boolean;
|
2781
|
-
colorSchemaType?: "
|
2781
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2782
2782
|
} | {
|
2783
2783
|
color: string | {
|
2784
2784
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2785
2785
|
toned?: boolean;
|
2786
|
-
colorSchemaType?: "
|
2786
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2787
2787
|
};
|
2788
2788
|
stop?: number;
|
2789
2789
|
})[];
|
@@ -2792,7 +2792,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2792
2792
|
} | {
|
2793
2793
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2794
2794
|
toned?: boolean;
|
2795
|
-
colorSchemaType?: "
|
2795
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2796
2796
|
};
|
2797
2797
|
typography?: {
|
2798
2798
|
decoration?: string;
|
@@ -2812,7 +2812,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2812
2812
|
lineHeight: number;
|
2813
2813
|
};
|
2814
2814
|
} | {
|
2815
|
-
type: "
|
2815
|
+
type: "title" | "text" | "navigation";
|
2816
2816
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2817
2817
|
};
|
2818
2818
|
};
|
@@ -2821,12 +2821,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2821
2821
|
colors: (string | {
|
2822
2822
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2823
2823
|
toned?: boolean;
|
2824
|
-
colorSchemaType?: "
|
2824
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2825
2825
|
} | {
|
2826
2826
|
color: string | {
|
2827
2827
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2828
2828
|
toned?: boolean;
|
2829
|
-
colorSchemaType?: "
|
2829
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2830
2830
|
};
|
2831
2831
|
stop?: number;
|
2832
2832
|
})[];
|
@@ -2848,12 +2848,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2848
2848
|
colors: (string | {
|
2849
2849
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2850
2850
|
toned?: boolean;
|
2851
|
-
colorSchemaType?: "
|
2851
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2852
2852
|
} | {
|
2853
2853
|
color: string | {
|
2854
2854
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2855
2855
|
toned?: boolean;
|
2856
|
-
colorSchemaType?: "
|
2856
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2857
2857
|
};
|
2858
2858
|
stop?: number;
|
2859
2859
|
})[];
|
@@ -2877,7 +2877,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2877
2877
|
colors: (string | {
|
2878
2878
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2879
2879
|
toned?: boolean;
|
2880
|
-
colorSchemaType?: "
|
2880
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2881
2881
|
} | {
|
2882
2882
|
color: string | any;
|
2883
2883
|
stop?: number;
|
@@ -2894,12 +2894,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2894
2894
|
colors: (string | {
|
2895
2895
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2896
2896
|
toned?: boolean;
|
2897
|
-
colorSchemaType?: "
|
2897
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2898
2898
|
} | {
|
2899
2899
|
color: string | {
|
2900
2900
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2901
2901
|
toned?: boolean;
|
2902
|
-
colorSchemaType?: "
|
2902
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2903
2903
|
};
|
2904
2904
|
stop?: number;
|
2905
2905
|
})[];
|
@@ -2908,7 +2908,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2908
2908
|
} | {
|
2909
2909
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2910
2910
|
toned?: boolean;
|
2911
|
-
colorSchemaType?: "
|
2911
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2912
2912
|
};
|
2913
2913
|
typography?: {
|
2914
2914
|
decoration?: string;
|
@@ -2928,7 +2928,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2928
2928
|
lineHeight: number;
|
2929
2929
|
};
|
2930
2930
|
} | {
|
2931
|
-
type: "
|
2931
|
+
type: "title" | "text" | "navigation";
|
2932
2932
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2933
2933
|
};
|
2934
2934
|
};
|
@@ -2937,12 +2937,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2937
2937
|
colors: (string | {
|
2938
2938
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2939
2939
|
toned?: boolean;
|
2940
|
-
colorSchemaType?: "
|
2940
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2941
2941
|
} | {
|
2942
2942
|
color: string | {
|
2943
2943
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2944
2944
|
toned?: boolean;
|
2945
|
-
colorSchemaType?: "
|
2945
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2946
2946
|
};
|
2947
2947
|
stop?: number;
|
2948
2948
|
})[];
|
@@ -2964,12 +2964,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
2964
2964
|
colors: (string | {
|
2965
2965
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2966
2966
|
toned?: boolean;
|
2967
|
-
colorSchemaType?: "
|
2967
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2968
2968
|
} | {
|
2969
2969
|
color: string | {
|
2970
2970
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2971
2971
|
toned?: boolean;
|
2972
|
-
colorSchemaType?: "
|
2972
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2973
2973
|
};
|
2974
2974
|
stop?: number;
|
2975
2975
|
})[];
|
@@ -2993,7 +2993,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2993
2993
|
colors: (string | {
|
2994
2994
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2995
2995
|
toned?: boolean;
|
2996
|
-
colorSchemaType?: "
|
2996
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2997
2997
|
} | {
|
2998
2998
|
color: string | any;
|
2999
2999
|
stop?: number;
|
@@ -3010,12 +3010,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3010
3010
|
colors: (string | {
|
3011
3011
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3012
3012
|
toned?: boolean;
|
3013
|
-
colorSchemaType?: "
|
3013
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3014
3014
|
} | {
|
3015
3015
|
color: string | {
|
3016
3016
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3017
3017
|
toned?: boolean;
|
3018
|
-
colorSchemaType?: "
|
3018
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3019
3019
|
};
|
3020
3020
|
stop?: number;
|
3021
3021
|
})[];
|
@@ -3024,7 +3024,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
3024
3024
|
} | {
|
3025
3025
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3026
3026
|
toned?: boolean;
|
3027
|
-
colorSchemaType?: "
|
3027
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3028
3028
|
};
|
3029
3029
|
typography?: {
|
3030
3030
|
decoration?: string;
|
@@ -3044,7 +3044,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
3044
3044
|
lineHeight: number;
|
3045
3045
|
};
|
3046
3046
|
} | {
|
3047
|
-
type: "
|
3047
|
+
type: "title" | "text" | "navigation";
|
3048
3048
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3049
3049
|
};
|
3050
3050
|
};
|
@@ -3053,12 +3053,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3053
3053
|
colors: (string | {
|
3054
3054
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3055
3055
|
toned?: boolean;
|
3056
|
-
colorSchemaType?: "
|
3056
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3057
3057
|
} | {
|
3058
3058
|
color: string | {
|
3059
3059
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3060
3060
|
toned?: boolean;
|
3061
|
-
colorSchemaType?: "
|
3061
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3062
3062
|
};
|
3063
3063
|
stop?: number;
|
3064
3064
|
})[];
|
@@ -3078,12 +3078,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3078
3078
|
colors: (string | {
|
3079
3079
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3080
3080
|
toned?: boolean;
|
3081
|
-
colorSchemaType?: "
|
3081
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3082
3082
|
} | {
|
3083
3083
|
color: string | {
|
3084
3084
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3085
3085
|
toned?: boolean;
|
3086
|
-
colorSchemaType?: "
|
3086
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3087
3087
|
};
|
3088
3088
|
stop?: number;
|
3089
3089
|
})[];
|
@@ -3107,12 +3107,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3107
3107
|
colors: (string | {
|
3108
3108
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3109
3109
|
toned?: boolean;
|
3110
|
-
colorSchemaType?: "
|
3110
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3111
3111
|
} | {
|
3112
3112
|
color: string | {
|
3113
3113
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3114
3114
|
toned?: boolean;
|
3115
|
-
colorSchemaType?: "
|
3115
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3116
3116
|
};
|
3117
3117
|
stop?: number;
|
3118
3118
|
})[];
|
@@ -3140,23 +3140,23 @@ export declare const useChromeBlueprintStore: () => {
|
|
3140
3140
|
grow?: boolean;
|
3141
3141
|
minHeight?: number;
|
3142
3142
|
minWidth?: number;
|
3143
|
-
alignment?: "
|
3143
|
+
alignment?: "center" | "start" | "end";
|
3144
3144
|
sliderColor?: string | {
|
3145
3145
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3146
3146
|
toned?: boolean;
|
3147
|
-
colorSchemaType?: "
|
3147
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3148
3148
|
};
|
3149
3149
|
text?: {
|
3150
3150
|
color?: string | {
|
3151
3151
|
colors: (string | {
|
3152
3152
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3153
3153
|
toned?: boolean;
|
3154
|
-
colorSchemaType?: "
|
3154
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3155
3155
|
} | {
|
3156
3156
|
color: string | {
|
3157
3157
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3158
3158
|
toned?: boolean;
|
3159
|
-
colorSchemaType?: "
|
3159
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3160
3160
|
};
|
3161
3161
|
stop?: number;
|
3162
3162
|
})[];
|
@@ -3165,7 +3165,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
3165
3165
|
} | {
|
3166
3166
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3167
3167
|
toned?: boolean;
|
3168
|
-
colorSchemaType?: "
|
3168
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3169
3169
|
};
|
3170
3170
|
typography?: {
|
3171
3171
|
decoration?: string;
|
@@ -3185,7 +3185,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
3185
3185
|
lineHeight: number;
|
3186
3186
|
};
|
3187
3187
|
} | {
|
3188
|
-
type: "
|
3188
|
+
type: "title" | "text" | "navigation";
|
3189
3189
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3190
3190
|
};
|
3191
3191
|
};
|
@@ -3194,12 +3194,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3194
3194
|
colors: (string | {
|
3195
3195
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3196
3196
|
toned?: boolean;
|
3197
|
-
colorSchemaType?: "
|
3197
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3198
3198
|
} | {
|
3199
3199
|
color: string | {
|
3200
3200
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3201
3201
|
toned?: boolean;
|
3202
|
-
colorSchemaType?: "
|
3202
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3203
3203
|
};
|
3204
3204
|
stop?: number;
|
3205
3205
|
})[];
|
@@ -3220,12 +3220,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3220
3220
|
colors: (string | {
|
3221
3221
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3222
3222
|
toned?: boolean;
|
3223
|
-
colorSchemaType?: "
|
3223
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3224
3224
|
} | {
|
3225
3225
|
color: string | {
|
3226
3226
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3227
3227
|
toned?: boolean;
|
3228
|
-
colorSchemaType?: "
|
3228
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3229
3229
|
};
|
3230
3230
|
stop?: number;
|
3231
3231
|
})[];
|
@@ -3249,7 +3249,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
3249
3249
|
colors: (string | {
|
3250
3250
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3251
3251
|
toned?: boolean;
|
3252
|
-
colorSchemaType?: "
|
3252
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3253
3253
|
} | {
|
3254
3254
|
color: string | any;
|
3255
3255
|
stop?: number;
|
@@ -3265,12 +3265,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3265
3265
|
colors: (string | {
|
3266
3266
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3267
3267
|
toned?: boolean;
|
3268
|
-
colorSchemaType?: "
|
3268
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3269
3269
|
} | {
|
3270
3270
|
color: string | {
|
3271
3271
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3272
3272
|
toned?: boolean;
|
3273
|
-
colorSchemaType?: "
|
3273
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3274
3274
|
};
|
3275
3275
|
stop?: number;
|
3276
3276
|
})[];
|
@@ -3279,7 +3279,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
3279
3279
|
} | {
|
3280
3280
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3281
3281
|
toned?: boolean;
|
3282
|
-
colorSchemaType?: "
|
3282
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3283
3283
|
};
|
3284
3284
|
typography?: {
|
3285
3285
|
decoration?: string;
|
@@ -3299,7 +3299,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
3299
3299
|
lineHeight: number;
|
3300
3300
|
};
|
3301
3301
|
} | {
|
3302
|
-
type: "
|
3302
|
+
type: "title" | "text" | "navigation";
|
3303
3303
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3304
3304
|
};
|
3305
3305
|
};
|
@@ -3308,12 +3308,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3308
3308
|
colors: (string | {
|
3309
3309
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3310
3310
|
toned?: boolean;
|
3311
|
-
colorSchemaType?: "
|
3311
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3312
3312
|
} | {
|
3313
3313
|
color: string | {
|
3314
3314
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3315
3315
|
toned?: boolean;
|
3316
|
-
colorSchemaType?: "
|
3316
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3317
3317
|
};
|
3318
3318
|
stop?: number;
|
3319
3319
|
})[];
|
@@ -3329,12 +3329,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3329
3329
|
colors: (string | {
|
3330
3330
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3331
3331
|
toned?: boolean;
|
3332
|
-
colorSchemaType?: "
|
3332
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3333
3333
|
} | {
|
3334
3334
|
color: string | {
|
3335
3335
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3336
3336
|
toned?: boolean;
|
3337
|
-
colorSchemaType?: "
|
3337
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3338
3338
|
};
|
3339
3339
|
stop?: number;
|
3340
3340
|
})[];
|
@@ -3358,7 +3358,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
3358
3358
|
colors: (string | {
|
3359
3359
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3360
3360
|
toned?: boolean;
|
3361
|
-
colorSchemaType?: "
|
3361
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3362
3362
|
} | {
|
3363
3363
|
color: string | any;
|
3364
3364
|
stop?: number;
|
@@ -3377,12 +3377,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3377
3377
|
colors: (string | {
|
3378
3378
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3379
3379
|
toned?: boolean;
|
3380
|
-
colorSchemaType?: "
|
3380
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3381
3381
|
} | {
|
3382
3382
|
color: string | {
|
3383
3383
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3384
3384
|
toned?: boolean;
|
3385
|
-
colorSchemaType?: "
|
3385
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3386
3386
|
};
|
3387
3387
|
stop?: number;
|
3388
3388
|
})[];
|
@@ -3406,12 +3406,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3406
3406
|
colors: (string | {
|
3407
3407
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3408
3408
|
toned?: boolean;
|
3409
|
-
colorSchemaType?: "
|
3409
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3410
3410
|
} | {
|
3411
3411
|
color: string | {
|
3412
3412
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3413
3413
|
toned?: boolean;
|
3414
|
-
colorSchemaType?: "
|
3414
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3415
3415
|
};
|
3416
3416
|
stop?: number;
|
3417
3417
|
})[];
|
@@ -3439,23 +3439,23 @@ export declare const useChromeBlueprintStore: () => {
|
|
3439
3439
|
grow?: boolean;
|
3440
3440
|
minHeight?: number;
|
3441
3441
|
minWidth?: number;
|
3442
|
-
alignment?: "
|
3442
|
+
alignment?: "center" | "start" | "end";
|
3443
3443
|
sliderColor?: string | {
|
3444
3444
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3445
3445
|
toned?: boolean;
|
3446
|
-
colorSchemaType?: "
|
3446
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3447
3447
|
};
|
3448
3448
|
text?: {
|
3449
3449
|
color?: string | {
|
3450
3450
|
colors: (string | {
|
3451
3451
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3452
3452
|
toned?: boolean;
|
3453
|
-
colorSchemaType?: "
|
3453
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3454
3454
|
} | {
|
3455
3455
|
color: string | {
|
3456
3456
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3457
3457
|
toned?: boolean;
|
3458
|
-
colorSchemaType?: "
|
3458
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3459
3459
|
};
|
3460
3460
|
stop?: number;
|
3461
3461
|
})[];
|
@@ -3464,7 +3464,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
3464
3464
|
} | {
|
3465
3465
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3466
3466
|
toned?: boolean;
|
3467
|
-
colorSchemaType?: "
|
3467
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3468
3468
|
};
|
3469
3469
|
typography?: {
|
3470
3470
|
decoration?: string;
|
@@ -3484,7 +3484,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
3484
3484
|
lineHeight: number;
|
3485
3485
|
};
|
3486
3486
|
} | {
|
3487
|
-
type: "
|
3487
|
+
type: "title" | "text" | "navigation";
|
3488
3488
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3489
3489
|
};
|
3490
3490
|
};
|
@@ -3493,12 +3493,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3493
3493
|
colors: (string | {
|
3494
3494
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3495
3495
|
toned?: boolean;
|
3496
|
-
colorSchemaType?: "
|
3496
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3497
3497
|
} | {
|
3498
3498
|
color: string | {
|
3499
3499
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3500
3500
|
toned?: boolean;
|
3501
|
-
colorSchemaType?: "
|
3501
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3502
3502
|
};
|
3503
3503
|
stop?: number;
|
3504
3504
|
})[];
|
@@ -3519,12 +3519,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3519
3519
|
colors: (string | {
|
3520
3520
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3521
3521
|
toned?: boolean;
|
3522
|
-
colorSchemaType?: "
|
3522
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3523
3523
|
} | {
|
3524
3524
|
color: string | {
|
3525
3525
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3526
3526
|
toned?: boolean;
|
3527
|
-
colorSchemaType?: "
|
3527
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3528
3528
|
};
|
3529
3529
|
stop?: number;
|
3530
3530
|
})[];
|
@@ -3548,7 +3548,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
3548
3548
|
colors: (string | {
|
3549
3549
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3550
3550
|
toned?: boolean;
|
3551
|
-
colorSchemaType?: "
|
3551
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3552
3552
|
} | {
|
3553
3553
|
color: string | any;
|
3554
3554
|
stop?: number;
|
@@ -3564,12 +3564,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3564
3564
|
colors: (string | {
|
3565
3565
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3566
3566
|
toned?: boolean;
|
3567
|
-
colorSchemaType?: "
|
3567
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3568
3568
|
} | {
|
3569
3569
|
color: string | {
|
3570
3570
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3571
3571
|
toned?: boolean;
|
3572
|
-
colorSchemaType?: "
|
3572
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3573
3573
|
};
|
3574
3574
|
stop?: number;
|
3575
3575
|
})[];
|
@@ -3578,7 +3578,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
3578
3578
|
} | {
|
3579
3579
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3580
3580
|
toned?: boolean;
|
3581
|
-
colorSchemaType?: "
|
3581
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3582
3582
|
};
|
3583
3583
|
typography?: {
|
3584
3584
|
decoration?: string;
|
@@ -3598,7 +3598,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
3598
3598
|
lineHeight: number;
|
3599
3599
|
};
|
3600
3600
|
} | {
|
3601
|
-
type: "
|
3601
|
+
type: "title" | "text" | "navigation";
|
3602
3602
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3603
3603
|
};
|
3604
3604
|
};
|
@@ -3607,12 +3607,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3607
3607
|
colors: (string | {
|
3608
3608
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3609
3609
|
toned?: boolean;
|
3610
|
-
colorSchemaType?: "
|
3610
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3611
3611
|
} | {
|
3612
3612
|
color: string | {
|
3613
3613
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3614
3614
|
toned?: boolean;
|
3615
|
-
colorSchemaType?: "
|
3615
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3616
3616
|
};
|
3617
3617
|
stop?: number;
|
3618
3618
|
})[];
|
@@ -3628,12 +3628,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3628
3628
|
colors: (string | {
|
3629
3629
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3630
3630
|
toned?: boolean;
|
3631
|
-
colorSchemaType?: "
|
3631
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3632
3632
|
} | {
|
3633
3633
|
color: string | {
|
3634
3634
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3635
3635
|
toned?: boolean;
|
3636
|
-
colorSchemaType?: "
|
3636
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3637
3637
|
};
|
3638
3638
|
stop?: number;
|
3639
3639
|
})[];
|
@@ -3657,7 +3657,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
3657
3657
|
colors: (string | {
|
3658
3658
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3659
3659
|
toned?: boolean;
|
3660
|
-
colorSchemaType?: "
|
3660
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3661
3661
|
} | {
|
3662
3662
|
color: string | any;
|
3663
3663
|
stop?: number;
|
@@ -3676,12 +3676,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3676
3676
|
colors: (string | {
|
3677
3677
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3678
3678
|
toned?: boolean;
|
3679
|
-
colorSchemaType?: "
|
3679
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3680
3680
|
} | {
|
3681
3681
|
color: string | {
|
3682
3682
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3683
3683
|
toned?: boolean;
|
3684
|
-
colorSchemaType?: "
|
3684
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3685
3685
|
};
|
3686
3686
|
stop?: number;
|
3687
3687
|
})[];
|
@@ -3705,12 +3705,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3705
3705
|
colors: (string | {
|
3706
3706
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3707
3707
|
toned?: boolean;
|
3708
|
-
colorSchemaType?: "
|
3708
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3709
3709
|
} | {
|
3710
3710
|
color: string | {
|
3711
3711
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3712
3712
|
toned?: boolean;
|
3713
|
-
colorSchemaType?: "
|
3713
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3714
3714
|
};
|
3715
3715
|
stop?: number;
|
3716
3716
|
})[];
|
@@ -3738,23 +3738,23 @@ export declare const useChromeBlueprintStore: () => {
|
|
3738
3738
|
grow?: boolean;
|
3739
3739
|
minHeight?: number;
|
3740
3740
|
minWidth?: number;
|
3741
|
-
alignment?: "
|
3741
|
+
alignment?: "center" | "start" | "end";
|
3742
3742
|
sliderColor?: string | {
|
3743
3743
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3744
3744
|
toned?: boolean;
|
3745
|
-
colorSchemaType?: "
|
3745
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3746
3746
|
};
|
3747
3747
|
text?: {
|
3748
3748
|
color?: string | {
|
3749
3749
|
colors: (string | {
|
3750
3750
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3751
3751
|
toned?: boolean;
|
3752
|
-
colorSchemaType?: "
|
3752
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3753
3753
|
} | {
|
3754
3754
|
color: string | {
|
3755
3755
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3756
3756
|
toned?: boolean;
|
3757
|
-
colorSchemaType?: "
|
3757
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3758
3758
|
};
|
3759
3759
|
stop?: number;
|
3760
3760
|
})[];
|
@@ -3763,7 +3763,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
3763
3763
|
} | {
|
3764
3764
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3765
3765
|
toned?: boolean;
|
3766
|
-
colorSchemaType?: "
|
3766
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3767
3767
|
};
|
3768
3768
|
typography?: {
|
3769
3769
|
decoration?: string;
|
@@ -3783,7 +3783,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
3783
3783
|
lineHeight: number;
|
3784
3784
|
};
|
3785
3785
|
} | {
|
3786
|
-
type: "
|
3786
|
+
type: "title" | "text" | "navigation";
|
3787
3787
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3788
3788
|
};
|
3789
3789
|
};
|
@@ -3792,12 +3792,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3792
3792
|
colors: (string | {
|
3793
3793
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3794
3794
|
toned?: boolean;
|
3795
|
-
colorSchemaType?: "
|
3795
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3796
3796
|
} | {
|
3797
3797
|
color: string | {
|
3798
3798
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3799
3799
|
toned?: boolean;
|
3800
|
-
colorSchemaType?: "
|
3800
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3801
3801
|
};
|
3802
3802
|
stop?: number;
|
3803
3803
|
})[];
|
@@ -3818,12 +3818,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3818
3818
|
colors: (string | {
|
3819
3819
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3820
3820
|
toned?: boolean;
|
3821
|
-
colorSchemaType?: "
|
3821
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3822
3822
|
} | {
|
3823
3823
|
color: string | {
|
3824
3824
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3825
3825
|
toned?: boolean;
|
3826
|
-
colorSchemaType?: "
|
3826
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3827
3827
|
};
|
3828
3828
|
stop?: number;
|
3829
3829
|
})[];
|
@@ -3847,7 +3847,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
3847
3847
|
colors: (string | {
|
3848
3848
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3849
3849
|
toned?: boolean;
|
3850
|
-
colorSchemaType?: "
|
3850
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3851
3851
|
} | {
|
3852
3852
|
color: string | any;
|
3853
3853
|
stop?: number;
|
@@ -3863,12 +3863,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3863
3863
|
colors: (string | {
|
3864
3864
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3865
3865
|
toned?: boolean;
|
3866
|
-
colorSchemaType?: "
|
3866
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3867
3867
|
} | {
|
3868
3868
|
color: string | {
|
3869
3869
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3870
3870
|
toned?: boolean;
|
3871
|
-
colorSchemaType?: "
|
3871
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3872
3872
|
};
|
3873
3873
|
stop?: number;
|
3874
3874
|
})[];
|
@@ -3877,7 +3877,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
3877
3877
|
} | {
|
3878
3878
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3879
3879
|
toned?: boolean;
|
3880
|
-
colorSchemaType?: "
|
3880
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3881
3881
|
};
|
3882
3882
|
typography?: {
|
3883
3883
|
decoration?: string;
|
@@ -3897,7 +3897,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
3897
3897
|
lineHeight: number;
|
3898
3898
|
};
|
3899
3899
|
} | {
|
3900
|
-
type: "
|
3900
|
+
type: "title" | "text" | "navigation";
|
3901
3901
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3902
3902
|
};
|
3903
3903
|
};
|
@@ -3906,12 +3906,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3906
3906
|
colors: (string | {
|
3907
3907
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3908
3908
|
toned?: boolean;
|
3909
|
-
colorSchemaType?: "
|
3909
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3910
3910
|
} | {
|
3911
3911
|
color: string | {
|
3912
3912
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3913
3913
|
toned?: boolean;
|
3914
|
-
colorSchemaType?: "
|
3914
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3915
3915
|
};
|
3916
3916
|
stop?: number;
|
3917
3917
|
})[];
|
@@ -3927,12 +3927,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3927
3927
|
colors: (string | {
|
3928
3928
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3929
3929
|
toned?: boolean;
|
3930
|
-
colorSchemaType?: "
|
3930
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3931
3931
|
} | {
|
3932
3932
|
color: string | {
|
3933
3933
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3934
3934
|
toned?: boolean;
|
3935
|
-
colorSchemaType?: "
|
3935
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3936
3936
|
};
|
3937
3937
|
stop?: number;
|
3938
3938
|
})[];
|
@@ -3956,7 +3956,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
3956
3956
|
colors: (string | {
|
3957
3957
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3958
3958
|
toned?: boolean;
|
3959
|
-
colorSchemaType?: "
|
3959
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3960
3960
|
} | {
|
3961
3961
|
color: string | any;
|
3962
3962
|
stop?: number;
|
@@ -3975,12 +3975,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
3975
3975
|
colors: (string | {
|
3976
3976
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3977
3977
|
toned?: boolean;
|
3978
|
-
colorSchemaType?: "
|
3978
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3979
3979
|
} | {
|
3980
3980
|
color: string | {
|
3981
3981
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3982
3982
|
toned?: boolean;
|
3983
|
-
colorSchemaType?: "
|
3983
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3984
3984
|
};
|
3985
3985
|
stop?: number;
|
3986
3986
|
})[];
|
@@ -4004,12 +4004,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
4004
4004
|
colors: (string | {
|
4005
4005
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4006
4006
|
toned?: boolean;
|
4007
|
-
colorSchemaType?: "
|
4007
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4008
4008
|
} | {
|
4009
4009
|
color: string | {
|
4010
4010
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4011
4011
|
toned?: boolean;
|
4012
|
-
colorSchemaType?: "
|
4012
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4013
4013
|
};
|
4014
4014
|
stop?: number;
|
4015
4015
|
})[];
|
@@ -4037,23 +4037,23 @@ export declare const useChromeBlueprintStore: () => {
|
|
4037
4037
|
grow?: boolean;
|
4038
4038
|
minHeight?: number;
|
4039
4039
|
minWidth?: number;
|
4040
|
-
alignment?: "
|
4040
|
+
alignment?: "center" | "start" | "end";
|
4041
4041
|
sliderColor?: string | {
|
4042
4042
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4043
4043
|
toned?: boolean;
|
4044
|
-
colorSchemaType?: "
|
4044
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4045
4045
|
};
|
4046
4046
|
text?: {
|
4047
4047
|
color?: string | {
|
4048
4048
|
colors: (string | {
|
4049
4049
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4050
4050
|
toned?: boolean;
|
4051
|
-
colorSchemaType?: "
|
4051
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4052
4052
|
} | {
|
4053
4053
|
color: string | {
|
4054
4054
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4055
4055
|
toned?: boolean;
|
4056
|
-
colorSchemaType?: "
|
4056
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4057
4057
|
};
|
4058
4058
|
stop?: number;
|
4059
4059
|
})[];
|
@@ -4062,7 +4062,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
4062
4062
|
} | {
|
4063
4063
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4064
4064
|
toned?: boolean;
|
4065
|
-
colorSchemaType?: "
|
4065
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4066
4066
|
};
|
4067
4067
|
typography?: {
|
4068
4068
|
decoration?: string;
|
@@ -4082,7 +4082,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
4082
4082
|
lineHeight: number;
|
4083
4083
|
};
|
4084
4084
|
} | {
|
4085
|
-
type: "
|
4085
|
+
type: "title" | "text" | "navigation";
|
4086
4086
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4087
4087
|
};
|
4088
4088
|
};
|
@@ -4091,12 +4091,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
4091
4091
|
colors: (string | {
|
4092
4092
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4093
4093
|
toned?: boolean;
|
4094
|
-
colorSchemaType?: "
|
4094
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4095
4095
|
} | {
|
4096
4096
|
color: string | {
|
4097
4097
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4098
4098
|
toned?: boolean;
|
4099
|
-
colorSchemaType?: "
|
4099
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4100
4100
|
};
|
4101
4101
|
stop?: number;
|
4102
4102
|
})[];
|
@@ -4117,12 +4117,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
4117
4117
|
colors: (string | {
|
4118
4118
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4119
4119
|
toned?: boolean;
|
4120
|
-
colorSchemaType?: "
|
4120
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4121
4121
|
} | {
|
4122
4122
|
color: string | {
|
4123
4123
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4124
4124
|
toned?: boolean;
|
4125
|
-
colorSchemaType?: "
|
4125
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4126
4126
|
};
|
4127
4127
|
stop?: number;
|
4128
4128
|
})[];
|
@@ -4146,7 +4146,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
4146
4146
|
colors: (string | {
|
4147
4147
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4148
4148
|
toned?: boolean;
|
4149
|
-
colorSchemaType?: "
|
4149
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4150
4150
|
} | {
|
4151
4151
|
color: string | any;
|
4152
4152
|
stop?: number;
|
@@ -4162,12 +4162,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
4162
4162
|
colors: (string | {
|
4163
4163
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4164
4164
|
toned?: boolean;
|
4165
|
-
colorSchemaType?: "
|
4165
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4166
4166
|
} | {
|
4167
4167
|
color: string | {
|
4168
4168
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4169
4169
|
toned?: boolean;
|
4170
|
-
colorSchemaType?: "
|
4170
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4171
4171
|
};
|
4172
4172
|
stop?: number;
|
4173
4173
|
})[];
|
@@ -4176,7 +4176,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
4176
4176
|
} | {
|
4177
4177
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4178
4178
|
toned?: boolean;
|
4179
|
-
colorSchemaType?: "
|
4179
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4180
4180
|
};
|
4181
4181
|
typography?: {
|
4182
4182
|
decoration?: string;
|
@@ -4196,7 +4196,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
4196
4196
|
lineHeight: number;
|
4197
4197
|
};
|
4198
4198
|
} | {
|
4199
|
-
type: "
|
4199
|
+
type: "title" | "text" | "navigation";
|
4200
4200
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4201
4201
|
};
|
4202
4202
|
};
|
@@ -4205,12 +4205,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
4205
4205
|
colors: (string | {
|
4206
4206
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4207
4207
|
toned?: boolean;
|
4208
|
-
colorSchemaType?: "
|
4208
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4209
4209
|
} | {
|
4210
4210
|
color: string | {
|
4211
4211
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4212
4212
|
toned?: boolean;
|
4213
|
-
colorSchemaType?: "
|
4213
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4214
4214
|
};
|
4215
4215
|
stop?: number;
|
4216
4216
|
})[];
|
@@ -4226,12 +4226,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
4226
4226
|
colors: (string | {
|
4227
4227
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4228
4228
|
toned?: boolean;
|
4229
|
-
colorSchemaType?: "
|
4229
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4230
4230
|
} | {
|
4231
4231
|
color: string | {
|
4232
4232
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4233
4233
|
toned?: boolean;
|
4234
|
-
colorSchemaType?: "
|
4234
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4235
4235
|
};
|
4236
4236
|
stop?: number;
|
4237
4237
|
})[];
|
@@ -4255,7 +4255,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
4255
4255
|
colors: (string | {
|
4256
4256
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4257
4257
|
toned?: boolean;
|
4258
|
-
colorSchemaType?: "
|
4258
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4259
4259
|
} | {
|
4260
4260
|
color: string | any;
|
4261
4261
|
stop?: number;
|
@@ -4273,7 +4273,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
4273
4273
|
blocks?: {
|
4274
4274
|
primary: {
|
4275
4275
|
name?: string;
|
4276
|
-
colorSchemaType?: "
|
4276
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4277
4277
|
header: {
|
4278
4278
|
definitionId: {
|
4279
4279
|
toString: () => string;
|
@@ -4431,12 +4431,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
4431
4431
|
colors: (string | {
|
4432
4432
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4433
4433
|
toned?: boolean;
|
4434
|
-
colorSchemaType?: "
|
4434
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4435
4435
|
} | {
|
4436
4436
|
color: string | {
|
4437
4437
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4438
4438
|
toned?: boolean;
|
4439
|
-
colorSchemaType?: "
|
4439
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4440
4440
|
};
|
4441
4441
|
stop?: number;
|
4442
4442
|
})[];
|
@@ -4460,7 +4460,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
4460
4460
|
colors: (string | {
|
4461
4461
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4462
4462
|
toned?: boolean;
|
4463
|
-
colorSchemaType?: "
|
4463
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4464
4464
|
} | {
|
4465
4465
|
color: string | any;
|
4466
4466
|
stop?: number;
|
@@ -4481,7 +4481,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
4481
4481
|
};
|
4482
4482
|
variant1?: {
|
4483
4483
|
name?: string;
|
4484
|
-
colorSchemaType?: "
|
4484
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4485
4485
|
header: {
|
4486
4486
|
definitionId: {
|
4487
4487
|
toString: () => string;
|
@@ -4639,12 +4639,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
4639
4639
|
colors: (string | {
|
4640
4640
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4641
4641
|
toned?: boolean;
|
4642
|
-
colorSchemaType?: "
|
4642
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4643
4643
|
} | {
|
4644
4644
|
color: string | {
|
4645
4645
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4646
4646
|
toned?: boolean;
|
4647
|
-
colorSchemaType?: "
|
4647
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4648
4648
|
};
|
4649
4649
|
stop?: number;
|
4650
4650
|
})[];
|
@@ -4668,7 +4668,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
4668
4668
|
colors: (string | {
|
4669
4669
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4670
4670
|
toned?: boolean;
|
4671
|
-
colorSchemaType?: "
|
4671
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4672
4672
|
} | {
|
4673
4673
|
color: string | any;
|
4674
4674
|
stop?: number;
|
@@ -4689,7 +4689,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
4689
4689
|
};
|
4690
4690
|
variant2?: {
|
4691
4691
|
name?: string;
|
4692
|
-
colorSchemaType?: "
|
4692
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4693
4693
|
header: {
|
4694
4694
|
definitionId: {
|
4695
4695
|
toString: () => string;
|
@@ -4847,12 +4847,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
4847
4847
|
colors: (string | {
|
4848
4848
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4849
4849
|
toned?: boolean;
|
4850
|
-
colorSchemaType?: "
|
4850
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4851
4851
|
} | {
|
4852
4852
|
color: string | {
|
4853
4853
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4854
4854
|
toned?: boolean;
|
4855
|
-
colorSchemaType?: "
|
4855
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4856
4856
|
};
|
4857
4857
|
stop?: number;
|
4858
4858
|
})[];
|
@@ -4876,7 +4876,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
4876
4876
|
colors: (string | {
|
4877
4877
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4878
4878
|
toned?: boolean;
|
4879
|
-
colorSchemaType?: "
|
4879
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4880
4880
|
} | {
|
4881
4881
|
color: string | any;
|
4882
4882
|
stop?: number;
|
@@ -4897,7 +4897,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
4897
4897
|
};
|
4898
4898
|
variant3?: {
|
4899
4899
|
name?: string;
|
4900
|
-
colorSchemaType?: "
|
4900
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4901
4901
|
header: {
|
4902
4902
|
definitionId: {
|
4903
4903
|
toString: () => string;
|
@@ -5055,12 +5055,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
5055
5055
|
colors: (string | {
|
5056
5056
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5057
5057
|
toned?: boolean;
|
5058
|
-
colorSchemaType?: "
|
5058
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5059
5059
|
} | {
|
5060
5060
|
color: string | {
|
5061
5061
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5062
5062
|
toned?: boolean;
|
5063
|
-
colorSchemaType?: "
|
5063
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5064
5064
|
};
|
5065
5065
|
stop?: number;
|
5066
5066
|
})[];
|
@@ -5084,7 +5084,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
5084
5084
|
colors: (string | {
|
5085
5085
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5086
5086
|
toned?: boolean;
|
5087
|
-
colorSchemaType?: "
|
5087
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5088
5088
|
} | {
|
5089
5089
|
color: string | any;
|
5090
5090
|
stop?: number;
|
@@ -5117,12 +5117,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
5117
5117
|
colors: (string | {
|
5118
5118
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5119
5119
|
toned?: boolean;
|
5120
|
-
colorSchemaType?: "
|
5120
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5121
5121
|
} | {
|
5122
5122
|
color: string | {
|
5123
5123
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5124
5124
|
toned?: boolean;
|
5125
|
-
colorSchemaType?: "
|
5125
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5126
5126
|
};
|
5127
5127
|
stop?: number;
|
5128
5128
|
})[];
|
@@ -5136,12 +5136,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
5136
5136
|
colors: (string | {
|
5137
5137
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5138
5138
|
toned?: boolean;
|
5139
|
-
colorSchemaType?: "
|
5139
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5140
5140
|
} | {
|
5141
5141
|
color: string | {
|
5142
5142
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5143
5143
|
toned?: boolean;
|
5144
|
-
colorSchemaType?: "
|
5144
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5145
5145
|
};
|
5146
5146
|
stop?: number;
|
5147
5147
|
})[];
|
@@ -5155,12 +5155,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
5155
5155
|
colors: (string | {
|
5156
5156
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5157
5157
|
toned?: boolean;
|
5158
|
-
colorSchemaType?: "
|
5158
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5159
5159
|
} | {
|
5160
5160
|
color: string | {
|
5161
5161
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5162
5162
|
toned?: boolean;
|
5163
|
-
colorSchemaType?: "
|
5163
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5164
5164
|
};
|
5165
5165
|
stop?: number;
|
5166
5166
|
})[];
|
@@ -5174,12 +5174,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
5174
5174
|
colors: (string | {
|
5175
5175
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5176
5176
|
toned?: boolean;
|
5177
|
-
colorSchemaType?: "
|
5177
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5178
5178
|
} | {
|
5179
5179
|
color: string | {
|
5180
5180
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5181
5181
|
toned?: boolean;
|
5182
|
-
colorSchemaType?: "
|
5182
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5183
5183
|
};
|
5184
5184
|
stop?: number;
|
5185
5185
|
})[];
|
@@ -5193,12 +5193,12 @@ export declare const useChromeBlueprintStore: () => {
|
|
5193
5193
|
colors: (string | {
|
5194
5194
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5195
5195
|
toned?: boolean;
|
5196
|
-
colorSchemaType?: "
|
5196
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5197
5197
|
} | {
|
5198
5198
|
color: string | {
|
5199
5199
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
5200
5200
|
toned?: boolean;
|
5201
|
-
colorSchemaType?: "
|
5201
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5202
5202
|
};
|
5203
5203
|
stop?: number;
|
5204
5204
|
})[];
|
@@ -5298,16 +5298,16 @@ export declare const useChromeBlueprintStore: () => {
|
|
5298
5298
|
};
|
5299
5299
|
deactivated(): void;
|
5300
5300
|
};
|
5301
|
-
colorSchema: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
5301
|
+
colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
|
5302
5302
|
typography: () => import("@omnia/fx-models").TypographyBlueprints;
|
5303
5303
|
fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
|
5304
5304
|
spacing: () => import("@omnia/fx-models").SpacingBlueprints;
|
5305
5305
|
component: () => import("@omnia/fx-models").ComponentBlueprints;
|
5306
|
-
color: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
5307
|
-
colorDefinition: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
5306
|
+
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;
|
5307
|
+
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;
|
5308
5308
|
complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
5309
|
-
complementaryColor: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
5310
|
-
complementaryColorDefinition: (colorSchemaType: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
5309
|
+
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;
|
5310
|
+
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;
|
5311
5311
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
5312
5312
|
};
|
5313
5313
|
};
|