@omnia/fx 8.0.153-dev → 8.0.155-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/services/SecurityService.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/provider/BaseImageHandler.d.ts +1 -8
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/provider/BaseVideoHandler.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +58 -21
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +77 -0
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +19 -5
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +71 -0
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +1 -1
- 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/containerpicker/ContainerBlueprintsViewer.d.ts +70 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +466 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/SampleComponent.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +763 -322
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +763 -322
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +228 -84
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +14 -2
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +763 -322
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +27 -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/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/mediapickerV2/chrome/components/MediaGallerySelector.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/handler.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MyComputerProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +782 -329
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1607 -701
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +78 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +9 -43
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +10 -10
- 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 +1604 -698
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +782 -329
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +20 -11
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +15 -61
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/velcron/core/rules/IsEditMode.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ContainerEditor.d.ts +364 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +50 -0
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/FillsEditorStore.d.ts +0 -50
- package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +0 -5318
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{FillBladeEdit.d.ts → ContainersBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{FillsBlade.d.ts → ContainersBladeEdit.d.ts} +0 -0
@@ -101,8 +101,20 @@ declare const _default: {
|
|
101
101
|
get: {
|
102
102
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
103
103
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
104
|
-
|
105
|
-
|
104
|
+
button: {
|
105
|
+
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
106
|
+
};
|
107
|
+
icon: {
|
108
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
109
|
+
};
|
110
|
+
block: {
|
111
|
+
hasBlueprintVariant(type: string): boolean;
|
112
|
+
blueprintByType(type: string): import("@omnia/fx-models").ChromeBlueprint;
|
113
|
+
};
|
114
|
+
container: {
|
115
|
+
hasVariant(type: string): boolean;
|
116
|
+
getByType(type: string): import("@omnia/fx-models").ContainerBlueprint;
|
117
|
+
};
|
106
118
|
};
|
107
119
|
deactivated(): void;
|
108
120
|
};
|
@@ -111,11 +123,11 @@ declare const _default: {
|
|
111
123
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
112
124
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
113
125
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
114
|
-
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "
|
115
|
-
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "
|
116
|
-
complementaryColorType(colorType: "
|
117
|
-
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "
|
118
|
-
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "
|
126
|
+
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
127
|
+
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): ColorDefinition;
|
128
|
+
complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
129
|
+
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
130
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): ColorDefinition;
|
119
131
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
120
132
|
};
|
121
133
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -198,8 +210,20 @@ declare const _default: {
|
|
198
210
|
get: {
|
199
211
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
200
212
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
201
|
-
|
202
|
-
|
213
|
+
button: {
|
214
|
+
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
215
|
+
};
|
216
|
+
icon: {
|
217
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
218
|
+
};
|
219
|
+
block: {
|
220
|
+
hasBlueprintVariant(type: string): boolean;
|
221
|
+
blueprintByType(type: string): import("@omnia/fx-models").ChromeBlueprint;
|
222
|
+
};
|
223
|
+
container: {
|
224
|
+
hasVariant(type: string): boolean;
|
225
|
+
getByType(type: string): import("@omnia/fx-models").ContainerBlueprint;
|
226
|
+
};
|
203
227
|
};
|
204
228
|
deactivated(): void;
|
205
229
|
};
|
@@ -208,11 +232,11 @@ declare const _default: {
|
|
208
232
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
209
233
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
210
234
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
211
|
-
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "
|
212
|
-
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "
|
213
|
-
complementaryColorType(colorType: "
|
214
|
-
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "
|
215
|
-
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "
|
235
|
+
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
236
|
+
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): ColorDefinition;
|
237
|
+
complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
238
|
+
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
239
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): ColorDefinition;
|
216
240
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
217
241
|
};
|
218
242
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -295,8 +319,20 @@ declare const _default: {
|
|
295
319
|
get: {
|
296
320
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
297
321
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
298
|
-
|
299
|
-
|
322
|
+
button: {
|
323
|
+
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
324
|
+
};
|
325
|
+
icon: {
|
326
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
327
|
+
};
|
328
|
+
block: {
|
329
|
+
hasBlueprintVariant(type: string): boolean;
|
330
|
+
blueprintByType(type: string): import("@omnia/fx-models").ChromeBlueprint;
|
331
|
+
};
|
332
|
+
container: {
|
333
|
+
hasVariant(type: string): boolean;
|
334
|
+
getByType(type: string): import("@omnia/fx-models").ContainerBlueprint;
|
335
|
+
};
|
300
336
|
};
|
301
337
|
deactivated(): void;
|
302
338
|
};
|
@@ -305,11 +341,11 @@ declare const _default: {
|
|
305
341
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
306
342
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
307
343
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
308
|
-
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "
|
309
|
-
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "
|
310
|
-
complementaryColorType(colorType: "
|
311
|
-
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "
|
312
|
-
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "
|
344
|
+
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
345
|
+
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): ColorDefinition;
|
346
|
+
complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
347
|
+
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
348
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): ColorDefinition;
|
313
349
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
314
350
|
};
|
315
351
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -385,8 +421,20 @@ declare const _default: {
|
|
385
421
|
get: {
|
386
422
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
387
423
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
388
|
-
|
389
|
-
|
424
|
+
button: {
|
425
|
+
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
426
|
+
};
|
427
|
+
icon: {
|
428
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
429
|
+
};
|
430
|
+
block: {
|
431
|
+
hasBlueprintVariant(type: string): boolean;
|
432
|
+
blueprintByType(type: string): import("@omnia/fx-models").ChromeBlueprint;
|
433
|
+
};
|
434
|
+
container: {
|
435
|
+
hasVariant(type: string): boolean;
|
436
|
+
getByType(type: string): import("@omnia/fx-models").ContainerBlueprint;
|
437
|
+
};
|
390
438
|
};
|
391
439
|
deactivated(): void;
|
392
440
|
};
|
@@ -395,11 +443,11 @@ declare const _default: {
|
|
395
443
|
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
396
444
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
397
445
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
398
|
-
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "
|
399
|
-
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "
|
400
|
-
complementaryColorType(colorType: "
|
401
|
-
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "
|
402
|
-
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "
|
446
|
+
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
447
|
+
colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): ColorDefinition;
|
448
|
+
complementaryColorType(colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
|
449
|
+
complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
450
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes): ColorDefinition;
|
403
451
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
404
452
|
};
|
405
453
|
}): void;
|
@@ -745,12 +793,12 @@ declare const _default: {
|
|
745
793
|
fills?: {
|
746
794
|
variant1?: {
|
747
795
|
colors: (string | {
|
748
|
-
colorType: "
|
796
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
749
797
|
toned?: boolean;
|
750
798
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
751
799
|
} | {
|
752
800
|
color: string | {
|
753
|
-
colorType: "
|
801
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
754
802
|
toned?: boolean;
|
755
803
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
756
804
|
};
|
@@ -761,12 +809,12 @@ declare const _default: {
|
|
761
809
|
};
|
762
810
|
variant2?: {
|
763
811
|
colors: (string | {
|
764
|
-
colorType: "
|
812
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
765
813
|
toned?: boolean;
|
766
814
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
767
815
|
} | {
|
768
816
|
color: string | {
|
769
|
-
colorType: "
|
817
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
770
818
|
toned?: boolean;
|
771
819
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
772
820
|
};
|
@@ -777,12 +825,12 @@ declare const _default: {
|
|
777
825
|
};
|
778
826
|
variant3?: {
|
779
827
|
colors: (string | {
|
780
|
-
colorType: "
|
828
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
781
829
|
toned?: boolean;
|
782
830
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
783
831
|
} | {
|
784
832
|
color: string | {
|
785
|
-
colorType: "
|
833
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
786
834
|
toned?: boolean;
|
787
835
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
788
836
|
};
|
@@ -1103,14 +1151,14 @@ declare const _default: {
|
|
1103
1151
|
left?: import("@omnia/fx-models").SpacingValue;
|
1104
1152
|
};
|
1105
1153
|
background?: {
|
1106
|
-
fill?: {
|
1154
|
+
fill?: string | {
|
1107
1155
|
colors: (string | {
|
1108
|
-
colorType: "
|
1156
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1109
1157
|
toned?: boolean;
|
1110
1158
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1111
1159
|
} | {
|
1112
1160
|
color: string | {
|
1113
|
-
colorType: "
|
1161
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1114
1162
|
toned?: boolean;
|
1115
1163
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1116
1164
|
};
|
@@ -1118,6 +1166,10 @@ declare const _default: {
|
|
1118
1166
|
})[];
|
1119
1167
|
acrylic?: boolean;
|
1120
1168
|
opacity?: number;
|
1169
|
+
} | {
|
1170
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1171
|
+
toned?: boolean;
|
1172
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1121
1173
|
};
|
1122
1174
|
border?: {
|
1123
1175
|
radius?: {
|
@@ -1134,7 +1186,7 @@ declare const _default: {
|
|
1134
1186
|
};
|
1135
1187
|
fill?: {
|
1136
1188
|
colors: (string | {
|
1137
|
-
colorType: "
|
1189
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1138
1190
|
toned?: boolean;
|
1139
1191
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1140
1192
|
} | {
|
@@ -1151,12 +1203,12 @@ declare const _default: {
|
|
1151
1203
|
text?: {
|
1152
1204
|
color?: string | {
|
1153
1205
|
colors: (string | {
|
1154
|
-
colorType: "
|
1206
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1155
1207
|
toned?: boolean;
|
1156
1208
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1157
1209
|
} | {
|
1158
1210
|
color: string | {
|
1159
|
-
colorType: "
|
1211
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1160
1212
|
toned?: boolean;
|
1161
1213
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1162
1214
|
};
|
@@ -1165,7 +1217,7 @@ declare const _default: {
|
|
1165
1217
|
acrylic?: boolean;
|
1166
1218
|
opacity?: number;
|
1167
1219
|
} | {
|
1168
|
-
colorType: "
|
1220
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1169
1221
|
toned?: boolean;
|
1170
1222
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1171
1223
|
};
|
@@ -1194,12 +1246,12 @@ declare const _default: {
|
|
1194
1246
|
icon?: {
|
1195
1247
|
color?: {
|
1196
1248
|
colors: (string | {
|
1197
|
-
colorType: "
|
1249
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1198
1250
|
toned?: boolean;
|
1199
1251
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1200
1252
|
} | {
|
1201
1253
|
color: string | {
|
1202
|
-
colorType: "
|
1254
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1203
1255
|
toned?: boolean;
|
1204
1256
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1205
1257
|
};
|
@@ -1219,14 +1271,14 @@ declare const _default: {
|
|
1219
1271
|
left?: import("@omnia/fx-models").SpacingValue;
|
1220
1272
|
};
|
1221
1273
|
background?: {
|
1222
|
-
fill?: {
|
1274
|
+
fill?: string | {
|
1223
1275
|
colors: (string | {
|
1224
|
-
colorType: "
|
1276
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1225
1277
|
toned?: boolean;
|
1226
1278
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1227
1279
|
} | {
|
1228
1280
|
color: string | {
|
1229
|
-
colorType: "
|
1281
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1230
1282
|
toned?: boolean;
|
1231
1283
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1232
1284
|
};
|
@@ -1234,6 +1286,10 @@ declare const _default: {
|
|
1234
1286
|
})[];
|
1235
1287
|
acrylic?: boolean;
|
1236
1288
|
opacity?: number;
|
1289
|
+
} | {
|
1290
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1291
|
+
toned?: boolean;
|
1292
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1237
1293
|
};
|
1238
1294
|
border?: {
|
1239
1295
|
radius?: {
|
@@ -1250,7 +1306,7 @@ declare const _default: {
|
|
1250
1306
|
};
|
1251
1307
|
fill?: {
|
1252
1308
|
colors: (string | {
|
1253
|
-
colorType: "
|
1309
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1254
1310
|
toned?: boolean;
|
1255
1311
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1256
1312
|
} | {
|
@@ -1267,12 +1323,12 @@ declare const _default: {
|
|
1267
1323
|
text?: {
|
1268
1324
|
color?: string | {
|
1269
1325
|
colors: (string | {
|
1270
|
-
colorType: "
|
1326
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1271
1327
|
toned?: boolean;
|
1272
1328
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1273
1329
|
} | {
|
1274
1330
|
color: string | {
|
1275
|
-
colorType: "
|
1331
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1276
1332
|
toned?: boolean;
|
1277
1333
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1278
1334
|
};
|
@@ -1281,7 +1337,7 @@ declare const _default: {
|
|
1281
1337
|
acrylic?: boolean;
|
1282
1338
|
opacity?: number;
|
1283
1339
|
} | {
|
1284
|
-
colorType: "
|
1340
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1285
1341
|
toned?: boolean;
|
1286
1342
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1287
1343
|
};
|
@@ -1310,12 +1366,12 @@ declare const _default: {
|
|
1310
1366
|
icon?: {
|
1311
1367
|
color?: {
|
1312
1368
|
colors: (string | {
|
1313
|
-
colorType: "
|
1369
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1314
1370
|
toned?: boolean;
|
1315
1371
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1316
1372
|
} | {
|
1317
1373
|
color: string | {
|
1318
|
-
colorType: "
|
1374
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1319
1375
|
toned?: boolean;
|
1320
1376
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1321
1377
|
};
|
@@ -1335,14 +1391,14 @@ declare const _default: {
|
|
1335
1391
|
left?: import("@omnia/fx-models").SpacingValue;
|
1336
1392
|
};
|
1337
1393
|
background?: {
|
1338
|
-
fill?: {
|
1394
|
+
fill?: string | {
|
1339
1395
|
colors: (string | {
|
1340
|
-
colorType: "
|
1396
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1341
1397
|
toned?: boolean;
|
1342
1398
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1343
1399
|
} | {
|
1344
1400
|
color: string | {
|
1345
|
-
colorType: "
|
1401
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1346
1402
|
toned?: boolean;
|
1347
1403
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1348
1404
|
};
|
@@ -1350,6 +1406,10 @@ declare const _default: {
|
|
1350
1406
|
})[];
|
1351
1407
|
acrylic?: boolean;
|
1352
1408
|
opacity?: number;
|
1409
|
+
} | {
|
1410
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1411
|
+
toned?: boolean;
|
1412
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1353
1413
|
};
|
1354
1414
|
border?: {
|
1355
1415
|
radius?: {
|
@@ -1366,7 +1426,7 @@ declare const _default: {
|
|
1366
1426
|
};
|
1367
1427
|
fill?: {
|
1368
1428
|
colors: (string | {
|
1369
|
-
colorType: "
|
1429
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1370
1430
|
toned?: boolean;
|
1371
1431
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1372
1432
|
} | {
|
@@ -1383,12 +1443,12 @@ declare const _default: {
|
|
1383
1443
|
text?: {
|
1384
1444
|
color?: string | {
|
1385
1445
|
colors: (string | {
|
1386
|
-
colorType: "
|
1446
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1387
1447
|
toned?: boolean;
|
1388
1448
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1389
1449
|
} | {
|
1390
1450
|
color: string | {
|
1391
|
-
colorType: "
|
1451
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1392
1452
|
toned?: boolean;
|
1393
1453
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1394
1454
|
};
|
@@ -1397,7 +1457,7 @@ declare const _default: {
|
|
1397
1457
|
acrylic?: boolean;
|
1398
1458
|
opacity?: number;
|
1399
1459
|
} | {
|
1400
|
-
colorType: "
|
1460
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1401
1461
|
toned?: boolean;
|
1402
1462
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1403
1463
|
};
|
@@ -1426,12 +1486,12 @@ declare const _default: {
|
|
1426
1486
|
icon?: {
|
1427
1487
|
color?: {
|
1428
1488
|
colors: (string | {
|
1429
|
-
colorType: "
|
1489
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1430
1490
|
toned?: boolean;
|
1431
1491
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1432
1492
|
} | {
|
1433
1493
|
color: string | {
|
1434
|
-
colorType: "
|
1494
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1435
1495
|
toned?: boolean;
|
1436
1496
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1437
1497
|
};
|
@@ -1451,14 +1511,14 @@ declare const _default: {
|
|
1451
1511
|
left?: import("@omnia/fx-models").SpacingValue;
|
1452
1512
|
};
|
1453
1513
|
background?: {
|
1454
|
-
fill?: {
|
1514
|
+
fill?: string | {
|
1455
1515
|
colors: (string | {
|
1456
|
-
colorType: "
|
1516
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1457
1517
|
toned?: boolean;
|
1458
1518
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1459
1519
|
} | {
|
1460
1520
|
color: string | {
|
1461
|
-
colorType: "
|
1521
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1462
1522
|
toned?: boolean;
|
1463
1523
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1464
1524
|
};
|
@@ -1466,6 +1526,10 @@ declare const _default: {
|
|
1466
1526
|
})[];
|
1467
1527
|
acrylic?: boolean;
|
1468
1528
|
opacity?: number;
|
1529
|
+
} | {
|
1530
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1531
|
+
toned?: boolean;
|
1532
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1469
1533
|
};
|
1470
1534
|
border?: {
|
1471
1535
|
radius?: {
|
@@ -1482,7 +1546,7 @@ declare const _default: {
|
|
1482
1546
|
};
|
1483
1547
|
fill?: {
|
1484
1548
|
colors: (string | {
|
1485
|
-
colorType: "
|
1549
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1486
1550
|
toned?: boolean;
|
1487
1551
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1488
1552
|
} | {
|
@@ -1499,12 +1563,12 @@ declare const _default: {
|
|
1499
1563
|
text?: {
|
1500
1564
|
color?: string | {
|
1501
1565
|
colors: (string | {
|
1502
|
-
colorType: "
|
1566
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1503
1567
|
toned?: boolean;
|
1504
1568
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1505
1569
|
} | {
|
1506
1570
|
color: string | {
|
1507
|
-
colorType: "
|
1571
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1508
1572
|
toned?: boolean;
|
1509
1573
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1510
1574
|
};
|
@@ -1513,7 +1577,7 @@ declare const _default: {
|
|
1513
1577
|
acrylic?: boolean;
|
1514
1578
|
opacity?: number;
|
1515
1579
|
} | {
|
1516
|
-
colorType: "
|
1580
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1517
1581
|
toned?: boolean;
|
1518
1582
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1519
1583
|
};
|
@@ -1542,12 +1606,12 @@ declare const _default: {
|
|
1542
1606
|
icon?: {
|
1543
1607
|
color?: {
|
1544
1608
|
colors: (string | {
|
1545
|
-
colorType: "
|
1609
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1546
1610
|
toned?: boolean;
|
1547
1611
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1548
1612
|
} | {
|
1549
1613
|
color: string | {
|
1550
|
-
colorType: "
|
1614
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1551
1615
|
toned?: boolean;
|
1552
1616
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1553
1617
|
};
|
@@ -1567,14 +1631,14 @@ declare const _default: {
|
|
1567
1631
|
left?: import("@omnia/fx-models").SpacingValue;
|
1568
1632
|
};
|
1569
1633
|
background?: {
|
1570
|
-
fill?: {
|
1634
|
+
fill?: string | {
|
1571
1635
|
colors: (string | {
|
1572
|
-
colorType: "
|
1636
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1573
1637
|
toned?: boolean;
|
1574
1638
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1575
1639
|
} | {
|
1576
1640
|
color: string | {
|
1577
|
-
colorType: "
|
1641
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1578
1642
|
toned?: boolean;
|
1579
1643
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1580
1644
|
};
|
@@ -1582,6 +1646,10 @@ declare const _default: {
|
|
1582
1646
|
})[];
|
1583
1647
|
acrylic?: boolean;
|
1584
1648
|
opacity?: number;
|
1649
|
+
} | {
|
1650
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1651
|
+
toned?: boolean;
|
1652
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1585
1653
|
};
|
1586
1654
|
border?: {
|
1587
1655
|
radius?: {
|
@@ -1598,7 +1666,7 @@ declare const _default: {
|
|
1598
1666
|
};
|
1599
1667
|
fill?: {
|
1600
1668
|
colors: (string | {
|
1601
|
-
colorType: "
|
1669
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1602
1670
|
toned?: boolean;
|
1603
1671
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1604
1672
|
} | {
|
@@ -1615,12 +1683,12 @@ declare const _default: {
|
|
1615
1683
|
text?: {
|
1616
1684
|
color?: string | {
|
1617
1685
|
colors: (string | {
|
1618
|
-
colorType: "
|
1686
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1619
1687
|
toned?: boolean;
|
1620
1688
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1621
1689
|
} | {
|
1622
1690
|
color: string | {
|
1623
|
-
colorType: "
|
1691
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1624
1692
|
toned?: boolean;
|
1625
1693
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1626
1694
|
};
|
@@ -1629,7 +1697,7 @@ declare const _default: {
|
|
1629
1697
|
acrylic?: boolean;
|
1630
1698
|
opacity?: number;
|
1631
1699
|
} | {
|
1632
|
-
colorType: "
|
1700
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1633
1701
|
toned?: boolean;
|
1634
1702
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1635
1703
|
};
|
@@ -1658,12 +1726,12 @@ declare const _default: {
|
|
1658
1726
|
icon?: {
|
1659
1727
|
color?: {
|
1660
1728
|
colors: (string | {
|
1661
|
-
colorType: "
|
1729
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1662
1730
|
toned?: boolean;
|
1663
1731
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1664
1732
|
} | {
|
1665
1733
|
color: string | {
|
1666
|
-
colorType: "
|
1734
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1667
1735
|
toned?: boolean;
|
1668
1736
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1669
1737
|
};
|
@@ -1683,14 +1751,14 @@ declare const _default: {
|
|
1683
1751
|
left?: import("@omnia/fx-models").SpacingValue;
|
1684
1752
|
};
|
1685
1753
|
background?: {
|
1686
|
-
fill?: {
|
1754
|
+
fill?: string | {
|
1687
1755
|
colors: (string | {
|
1688
|
-
colorType: "
|
1756
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1689
1757
|
toned?: boolean;
|
1690
1758
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1691
1759
|
} | {
|
1692
1760
|
color: string | {
|
1693
|
-
colorType: "
|
1761
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1694
1762
|
toned?: boolean;
|
1695
1763
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1696
1764
|
};
|
@@ -1698,6 +1766,10 @@ declare const _default: {
|
|
1698
1766
|
})[];
|
1699
1767
|
acrylic?: boolean;
|
1700
1768
|
opacity?: number;
|
1769
|
+
} | {
|
1770
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1771
|
+
toned?: boolean;
|
1772
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1701
1773
|
};
|
1702
1774
|
border?: {
|
1703
1775
|
radius?: {
|
@@ -1714,7 +1786,7 @@ declare const _default: {
|
|
1714
1786
|
};
|
1715
1787
|
fill?: {
|
1716
1788
|
colors: (string | {
|
1717
|
-
colorType: "
|
1789
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1718
1790
|
toned?: boolean;
|
1719
1791
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1720
1792
|
} | {
|
@@ -1731,12 +1803,12 @@ declare const _default: {
|
|
1731
1803
|
text?: {
|
1732
1804
|
color?: string | {
|
1733
1805
|
colors: (string | {
|
1734
|
-
colorType: "
|
1806
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1735
1807
|
toned?: boolean;
|
1736
1808
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1737
1809
|
} | {
|
1738
1810
|
color: string | {
|
1739
|
-
colorType: "
|
1811
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1740
1812
|
toned?: boolean;
|
1741
1813
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1742
1814
|
};
|
@@ -1745,7 +1817,7 @@ declare const _default: {
|
|
1745
1817
|
acrylic?: boolean;
|
1746
1818
|
opacity?: number;
|
1747
1819
|
} | {
|
1748
|
-
colorType: "
|
1820
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1749
1821
|
toned?: boolean;
|
1750
1822
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1751
1823
|
};
|
@@ -1774,12 +1846,12 @@ declare const _default: {
|
|
1774
1846
|
icon?: {
|
1775
1847
|
color?: {
|
1776
1848
|
colors: (string | {
|
1777
|
-
colorType: "
|
1849
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1778
1850
|
toned?: boolean;
|
1779
1851
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1780
1852
|
} | {
|
1781
1853
|
color: string | {
|
1782
|
-
colorType: "
|
1854
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1783
1855
|
toned?: boolean;
|
1784
1856
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1785
1857
|
};
|
@@ -1799,14 +1871,14 @@ declare const _default: {
|
|
1799
1871
|
left?: import("@omnia/fx-models").SpacingValue;
|
1800
1872
|
};
|
1801
1873
|
background?: {
|
1802
|
-
fill?: {
|
1874
|
+
fill?: string | {
|
1803
1875
|
colors: (string | {
|
1804
|
-
colorType: "
|
1876
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1805
1877
|
toned?: boolean;
|
1806
1878
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1807
1879
|
} | {
|
1808
1880
|
color: string | {
|
1809
|
-
colorType: "
|
1881
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1810
1882
|
toned?: boolean;
|
1811
1883
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1812
1884
|
};
|
@@ -1814,6 +1886,10 @@ declare const _default: {
|
|
1814
1886
|
})[];
|
1815
1887
|
acrylic?: boolean;
|
1816
1888
|
opacity?: number;
|
1889
|
+
} | {
|
1890
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1891
|
+
toned?: boolean;
|
1892
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1817
1893
|
};
|
1818
1894
|
border?: {
|
1819
1895
|
radius?: {
|
@@ -1830,7 +1906,7 @@ declare const _default: {
|
|
1830
1906
|
};
|
1831
1907
|
fill?: {
|
1832
1908
|
colors: (string | {
|
1833
|
-
colorType: "
|
1909
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1834
1910
|
toned?: boolean;
|
1835
1911
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1836
1912
|
} | {
|
@@ -1847,12 +1923,12 @@ declare const _default: {
|
|
1847
1923
|
text?: {
|
1848
1924
|
color?: string | {
|
1849
1925
|
colors: (string | {
|
1850
|
-
colorType: "
|
1926
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1851
1927
|
toned?: boolean;
|
1852
1928
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1853
1929
|
} | {
|
1854
1930
|
color: string | {
|
1855
|
-
colorType: "
|
1931
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1856
1932
|
toned?: boolean;
|
1857
1933
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1858
1934
|
};
|
@@ -1861,7 +1937,7 @@ declare const _default: {
|
|
1861
1937
|
acrylic?: boolean;
|
1862
1938
|
opacity?: number;
|
1863
1939
|
} | {
|
1864
|
-
colorType: "
|
1940
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1865
1941
|
toned?: boolean;
|
1866
1942
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1867
1943
|
};
|
@@ -1890,12 +1966,12 @@ declare const _default: {
|
|
1890
1966
|
icon?: {
|
1891
1967
|
color?: {
|
1892
1968
|
colors: (string | {
|
1893
|
-
colorType: "
|
1969
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1894
1970
|
toned?: boolean;
|
1895
1971
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1896
1972
|
} | {
|
1897
1973
|
color: string | {
|
1898
|
-
colorType: "
|
1974
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1899
1975
|
toned?: boolean;
|
1900
1976
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1901
1977
|
};
|
@@ -1915,14 +1991,14 @@ declare const _default: {
|
|
1915
1991
|
left?: import("@omnia/fx-models").SpacingValue;
|
1916
1992
|
};
|
1917
1993
|
background?: {
|
1918
|
-
fill?: {
|
1994
|
+
fill?: string | {
|
1919
1995
|
colors: (string | {
|
1920
|
-
colorType: "
|
1996
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1921
1997
|
toned?: boolean;
|
1922
1998
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1923
1999
|
} | {
|
1924
2000
|
color: string | {
|
1925
|
-
colorType: "
|
2001
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1926
2002
|
toned?: boolean;
|
1927
2003
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1928
2004
|
};
|
@@ -1930,6 +2006,10 @@ declare const _default: {
|
|
1930
2006
|
})[];
|
1931
2007
|
acrylic?: boolean;
|
1932
2008
|
opacity?: number;
|
2009
|
+
} | {
|
2010
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2011
|
+
toned?: boolean;
|
2012
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1933
2013
|
};
|
1934
2014
|
border?: {
|
1935
2015
|
radius?: {
|
@@ -1946,7 +2026,7 @@ declare const _default: {
|
|
1946
2026
|
};
|
1947
2027
|
fill?: {
|
1948
2028
|
colors: (string | {
|
1949
|
-
colorType: "
|
2029
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1950
2030
|
toned?: boolean;
|
1951
2031
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1952
2032
|
} | {
|
@@ -1963,12 +2043,12 @@ declare const _default: {
|
|
1963
2043
|
text?: {
|
1964
2044
|
color?: string | {
|
1965
2045
|
colors: (string | {
|
1966
|
-
colorType: "
|
2046
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1967
2047
|
toned?: boolean;
|
1968
2048
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1969
2049
|
} | {
|
1970
2050
|
color: string | {
|
1971
|
-
colorType: "
|
2051
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1972
2052
|
toned?: boolean;
|
1973
2053
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1974
2054
|
};
|
@@ -1977,7 +2057,7 @@ declare const _default: {
|
|
1977
2057
|
acrylic?: boolean;
|
1978
2058
|
opacity?: number;
|
1979
2059
|
} | {
|
1980
|
-
colorType: "
|
2060
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1981
2061
|
toned?: boolean;
|
1982
2062
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1983
2063
|
};
|
@@ -2006,12 +2086,12 @@ declare const _default: {
|
|
2006
2086
|
icon?: {
|
2007
2087
|
color?: {
|
2008
2088
|
colors: (string | {
|
2009
|
-
colorType: "
|
2089
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2010
2090
|
toned?: boolean;
|
2011
2091
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2012
2092
|
} | {
|
2013
2093
|
color: string | {
|
2014
|
-
colorType: "
|
2094
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2015
2095
|
toned?: boolean;
|
2016
2096
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2017
2097
|
};
|
@@ -2031,14 +2111,14 @@ declare const _default: {
|
|
2031
2111
|
left?: import("@omnia/fx-models").SpacingValue;
|
2032
2112
|
};
|
2033
2113
|
background?: {
|
2034
|
-
fill?: {
|
2114
|
+
fill?: string | {
|
2035
2115
|
colors: (string | {
|
2036
|
-
colorType: "
|
2116
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2037
2117
|
toned?: boolean;
|
2038
2118
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2039
2119
|
} | {
|
2040
2120
|
color: string | {
|
2041
|
-
colorType: "
|
2121
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2042
2122
|
toned?: boolean;
|
2043
2123
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2044
2124
|
};
|
@@ -2046,6 +2126,10 @@ declare const _default: {
|
|
2046
2126
|
})[];
|
2047
2127
|
acrylic?: boolean;
|
2048
2128
|
opacity?: number;
|
2129
|
+
} | {
|
2130
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2131
|
+
toned?: boolean;
|
2132
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2049
2133
|
};
|
2050
2134
|
border?: {
|
2051
2135
|
radius?: {
|
@@ -2062,7 +2146,7 @@ declare const _default: {
|
|
2062
2146
|
};
|
2063
2147
|
fill?: {
|
2064
2148
|
colors: (string | {
|
2065
|
-
colorType: "
|
2149
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2066
2150
|
toned?: boolean;
|
2067
2151
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2068
2152
|
} | {
|
@@ -2079,12 +2163,12 @@ declare const _default: {
|
|
2079
2163
|
text?: {
|
2080
2164
|
color?: string | {
|
2081
2165
|
colors: (string | {
|
2082
|
-
colorType: "
|
2166
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2083
2167
|
toned?: boolean;
|
2084
2168
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2085
2169
|
} | {
|
2086
2170
|
color: string | {
|
2087
|
-
colorType: "
|
2171
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2088
2172
|
toned?: boolean;
|
2089
2173
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2090
2174
|
};
|
@@ -2093,7 +2177,7 @@ declare const _default: {
|
|
2093
2177
|
acrylic?: boolean;
|
2094
2178
|
opacity?: number;
|
2095
2179
|
} | {
|
2096
|
-
colorType: "
|
2180
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2097
2181
|
toned?: boolean;
|
2098
2182
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2099
2183
|
};
|
@@ -2122,12 +2206,12 @@ declare const _default: {
|
|
2122
2206
|
icon?: {
|
2123
2207
|
color?: {
|
2124
2208
|
colors: (string | {
|
2125
|
-
colorType: "
|
2209
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2126
2210
|
toned?: boolean;
|
2127
2211
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2128
2212
|
} | {
|
2129
2213
|
color: string | {
|
2130
|
-
colorType: "
|
2214
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2131
2215
|
toned?: boolean;
|
2132
2216
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2133
2217
|
};
|
@@ -2149,14 +2233,14 @@ declare const _default: {
|
|
2149
2233
|
left?: import("@omnia/fx-models").SpacingValue;
|
2150
2234
|
};
|
2151
2235
|
background?: {
|
2152
|
-
fill?: {
|
2236
|
+
fill?: string | {
|
2153
2237
|
colors: (string | {
|
2154
|
-
colorType: "
|
2238
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2155
2239
|
toned?: boolean;
|
2156
2240
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2157
2241
|
} | {
|
2158
2242
|
color: string | {
|
2159
|
-
colorType: "
|
2243
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2160
2244
|
toned?: boolean;
|
2161
2245
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2162
2246
|
};
|
@@ -2164,6 +2248,10 @@ declare const _default: {
|
|
2164
2248
|
})[];
|
2165
2249
|
acrylic?: boolean;
|
2166
2250
|
opacity?: number;
|
2251
|
+
} | {
|
2252
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2253
|
+
toned?: boolean;
|
2254
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2167
2255
|
};
|
2168
2256
|
border?: {
|
2169
2257
|
radius?: {
|
@@ -2180,7 +2268,7 @@ declare const _default: {
|
|
2180
2268
|
};
|
2181
2269
|
fill?: {
|
2182
2270
|
colors: (string | {
|
2183
|
-
colorType: "
|
2271
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2184
2272
|
toned?: boolean;
|
2185
2273
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2186
2274
|
} | {
|
@@ -2197,12 +2285,12 @@ declare const _default: {
|
|
2197
2285
|
text?: {
|
2198
2286
|
color?: string | {
|
2199
2287
|
colors: (string | {
|
2200
|
-
colorType: "
|
2288
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2201
2289
|
toned?: boolean;
|
2202
2290
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2203
2291
|
} | {
|
2204
2292
|
color: string | {
|
2205
|
-
colorType: "
|
2293
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2206
2294
|
toned?: boolean;
|
2207
2295
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2208
2296
|
};
|
@@ -2211,7 +2299,7 @@ declare const _default: {
|
|
2211
2299
|
acrylic?: boolean;
|
2212
2300
|
opacity?: number;
|
2213
2301
|
} | {
|
2214
|
-
colorType: "
|
2302
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2215
2303
|
toned?: boolean;
|
2216
2304
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2217
2305
|
};
|
@@ -2240,12 +2328,12 @@ declare const _default: {
|
|
2240
2328
|
icon?: {
|
2241
2329
|
color?: {
|
2242
2330
|
colors: (string | {
|
2243
|
-
colorType: "
|
2331
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2244
2332
|
toned?: boolean;
|
2245
2333
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2246
2334
|
} | {
|
2247
2335
|
color: string | {
|
2248
|
-
colorType: "
|
2336
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2249
2337
|
toned?: boolean;
|
2250
2338
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2251
2339
|
};
|
@@ -2265,14 +2353,14 @@ declare const _default: {
|
|
2265
2353
|
left?: import("@omnia/fx-models").SpacingValue;
|
2266
2354
|
};
|
2267
2355
|
background?: {
|
2268
|
-
fill?: {
|
2356
|
+
fill?: string | {
|
2269
2357
|
colors: (string | {
|
2270
|
-
colorType: "
|
2358
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2271
2359
|
toned?: boolean;
|
2272
2360
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2273
2361
|
} | {
|
2274
2362
|
color: string | {
|
2275
|
-
colorType: "
|
2363
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2276
2364
|
toned?: boolean;
|
2277
2365
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2278
2366
|
};
|
@@ -2280,6 +2368,10 @@ declare const _default: {
|
|
2280
2368
|
})[];
|
2281
2369
|
acrylic?: boolean;
|
2282
2370
|
opacity?: number;
|
2371
|
+
} | {
|
2372
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2373
|
+
toned?: boolean;
|
2374
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2283
2375
|
};
|
2284
2376
|
border?: {
|
2285
2377
|
radius?: {
|
@@ -2296,7 +2388,7 @@ declare const _default: {
|
|
2296
2388
|
};
|
2297
2389
|
fill?: {
|
2298
2390
|
colors: (string | {
|
2299
|
-
colorType: "
|
2391
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2300
2392
|
toned?: boolean;
|
2301
2393
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2302
2394
|
} | {
|
@@ -2313,12 +2405,12 @@ declare const _default: {
|
|
2313
2405
|
text?: {
|
2314
2406
|
color?: string | {
|
2315
2407
|
colors: (string | {
|
2316
|
-
colorType: "
|
2408
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2317
2409
|
toned?: boolean;
|
2318
2410
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2319
2411
|
} | {
|
2320
2412
|
color: string | {
|
2321
|
-
colorType: "
|
2413
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2322
2414
|
toned?: boolean;
|
2323
2415
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2324
2416
|
};
|
@@ -2327,7 +2419,7 @@ declare const _default: {
|
|
2327
2419
|
acrylic?: boolean;
|
2328
2420
|
opacity?: number;
|
2329
2421
|
} | {
|
2330
|
-
colorType: "
|
2422
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2331
2423
|
toned?: boolean;
|
2332
2424
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2333
2425
|
};
|
@@ -2356,12 +2448,12 @@ declare const _default: {
|
|
2356
2448
|
icon?: {
|
2357
2449
|
color?: {
|
2358
2450
|
colors: (string | {
|
2359
|
-
colorType: "
|
2451
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2360
2452
|
toned?: boolean;
|
2361
2453
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2362
2454
|
} | {
|
2363
2455
|
color: string | {
|
2364
|
-
colorType: "
|
2456
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2365
2457
|
toned?: boolean;
|
2366
2458
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2367
2459
|
};
|
@@ -2381,14 +2473,14 @@ declare const _default: {
|
|
2381
2473
|
left?: import("@omnia/fx-models").SpacingValue;
|
2382
2474
|
};
|
2383
2475
|
background?: {
|
2384
|
-
fill?: {
|
2476
|
+
fill?: string | {
|
2385
2477
|
colors: (string | {
|
2386
|
-
colorType: "
|
2478
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2387
2479
|
toned?: boolean;
|
2388
2480
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2389
2481
|
} | {
|
2390
2482
|
color: string | {
|
2391
|
-
colorType: "
|
2483
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2392
2484
|
toned?: boolean;
|
2393
2485
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2394
2486
|
};
|
@@ -2396,6 +2488,10 @@ declare const _default: {
|
|
2396
2488
|
})[];
|
2397
2489
|
acrylic?: boolean;
|
2398
2490
|
opacity?: number;
|
2491
|
+
} | {
|
2492
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2493
|
+
toned?: boolean;
|
2494
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2399
2495
|
};
|
2400
2496
|
border?: {
|
2401
2497
|
radius?: {
|
@@ -2412,7 +2508,7 @@ declare const _default: {
|
|
2412
2508
|
};
|
2413
2509
|
fill?: {
|
2414
2510
|
colors: (string | {
|
2415
|
-
colorType: "
|
2511
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2416
2512
|
toned?: boolean;
|
2417
2513
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2418
2514
|
} | {
|
@@ -2429,12 +2525,12 @@ declare const _default: {
|
|
2429
2525
|
text?: {
|
2430
2526
|
color?: string | {
|
2431
2527
|
colors: (string | {
|
2432
|
-
colorType: "
|
2528
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2433
2529
|
toned?: boolean;
|
2434
2530
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2435
2531
|
} | {
|
2436
2532
|
color: string | {
|
2437
|
-
colorType: "
|
2533
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2438
2534
|
toned?: boolean;
|
2439
2535
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2440
2536
|
};
|
@@ -2443,7 +2539,7 @@ declare const _default: {
|
|
2443
2539
|
acrylic?: boolean;
|
2444
2540
|
opacity?: number;
|
2445
2541
|
} | {
|
2446
|
-
colorType: "
|
2542
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2447
2543
|
toned?: boolean;
|
2448
2544
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2449
2545
|
};
|
@@ -2472,12 +2568,12 @@ declare const _default: {
|
|
2472
2568
|
icon?: {
|
2473
2569
|
color?: {
|
2474
2570
|
colors: (string | {
|
2475
|
-
colorType: "
|
2571
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2476
2572
|
toned?: boolean;
|
2477
2573
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2478
2574
|
} | {
|
2479
2575
|
color: string | {
|
2480
|
-
colorType: "
|
2576
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2481
2577
|
toned?: boolean;
|
2482
2578
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2483
2579
|
};
|
@@ -2497,14 +2593,14 @@ declare const _default: {
|
|
2497
2593
|
left?: import("@omnia/fx-models").SpacingValue;
|
2498
2594
|
};
|
2499
2595
|
background?: {
|
2500
|
-
fill?: {
|
2596
|
+
fill?: string | {
|
2501
2597
|
colors: (string | {
|
2502
|
-
colorType: "
|
2598
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2503
2599
|
toned?: boolean;
|
2504
2600
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2505
2601
|
} | {
|
2506
2602
|
color: string | {
|
2507
|
-
colorType: "
|
2603
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2508
2604
|
toned?: boolean;
|
2509
2605
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2510
2606
|
};
|
@@ -2512,6 +2608,10 @@ declare const _default: {
|
|
2512
2608
|
})[];
|
2513
2609
|
acrylic?: boolean;
|
2514
2610
|
opacity?: number;
|
2611
|
+
} | {
|
2612
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2613
|
+
toned?: boolean;
|
2614
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2515
2615
|
};
|
2516
2616
|
border?: {
|
2517
2617
|
radius?: {
|
@@ -2528,7 +2628,7 @@ declare const _default: {
|
|
2528
2628
|
};
|
2529
2629
|
fill?: {
|
2530
2630
|
colors: (string | {
|
2531
|
-
colorType: "
|
2631
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2532
2632
|
toned?: boolean;
|
2533
2633
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2534
2634
|
} | {
|
@@ -2545,12 +2645,12 @@ declare const _default: {
|
|
2545
2645
|
text?: {
|
2546
2646
|
color?: string | {
|
2547
2647
|
colors: (string | {
|
2548
|
-
colorType: "
|
2648
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2549
2649
|
toned?: boolean;
|
2550
2650
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2551
2651
|
} | {
|
2552
2652
|
color: string | {
|
2553
|
-
colorType: "
|
2653
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2554
2654
|
toned?: boolean;
|
2555
2655
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2556
2656
|
};
|
@@ -2559,7 +2659,7 @@ declare const _default: {
|
|
2559
2659
|
acrylic?: boolean;
|
2560
2660
|
opacity?: number;
|
2561
2661
|
} | {
|
2562
|
-
colorType: "
|
2662
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2563
2663
|
toned?: boolean;
|
2564
2664
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2565
2665
|
};
|
@@ -2588,12 +2688,12 @@ declare const _default: {
|
|
2588
2688
|
icon?: {
|
2589
2689
|
color?: {
|
2590
2690
|
colors: (string | {
|
2591
|
-
colorType: "
|
2691
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2592
2692
|
toned?: boolean;
|
2593
2693
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2594
2694
|
} | {
|
2595
2695
|
color: string | {
|
2596
|
-
colorType: "
|
2696
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2597
2697
|
toned?: boolean;
|
2598
2698
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2599
2699
|
};
|
@@ -2613,14 +2713,14 @@ declare const _default: {
|
|
2613
2713
|
left?: import("@omnia/fx-models").SpacingValue;
|
2614
2714
|
};
|
2615
2715
|
background?: {
|
2616
|
-
fill?: {
|
2716
|
+
fill?: string | {
|
2617
2717
|
colors: (string | {
|
2618
|
-
colorType: "
|
2718
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2619
2719
|
toned?: boolean;
|
2620
2720
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2621
2721
|
} | {
|
2622
2722
|
color: string | {
|
2623
|
-
colorType: "
|
2723
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2624
2724
|
toned?: boolean;
|
2625
2725
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2626
2726
|
};
|
@@ -2628,6 +2728,10 @@ declare const _default: {
|
|
2628
2728
|
})[];
|
2629
2729
|
acrylic?: boolean;
|
2630
2730
|
opacity?: number;
|
2731
|
+
} | {
|
2732
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2733
|
+
toned?: boolean;
|
2734
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2631
2735
|
};
|
2632
2736
|
border?: {
|
2633
2737
|
radius?: {
|
@@ -2644,7 +2748,7 @@ declare const _default: {
|
|
2644
2748
|
};
|
2645
2749
|
fill?: {
|
2646
2750
|
colors: (string | {
|
2647
|
-
colorType: "
|
2751
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2648
2752
|
toned?: boolean;
|
2649
2753
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2650
2754
|
} | {
|
@@ -2661,12 +2765,12 @@ declare const _default: {
|
|
2661
2765
|
text?: {
|
2662
2766
|
color?: string | {
|
2663
2767
|
colors: (string | {
|
2664
|
-
colorType: "
|
2768
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2665
2769
|
toned?: boolean;
|
2666
2770
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2667
2771
|
} | {
|
2668
2772
|
color: string | {
|
2669
|
-
colorType: "
|
2773
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2670
2774
|
toned?: boolean;
|
2671
2775
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2672
2776
|
};
|
@@ -2675,7 +2779,7 @@ declare const _default: {
|
|
2675
2779
|
acrylic?: boolean;
|
2676
2780
|
opacity?: number;
|
2677
2781
|
} | {
|
2678
|
-
colorType: "
|
2782
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2679
2783
|
toned?: boolean;
|
2680
2784
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2681
2785
|
};
|
@@ -2704,12 +2808,12 @@ declare const _default: {
|
|
2704
2808
|
icon?: {
|
2705
2809
|
color?: {
|
2706
2810
|
colors: (string | {
|
2707
|
-
colorType: "
|
2811
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2708
2812
|
toned?: boolean;
|
2709
2813
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2710
2814
|
} | {
|
2711
2815
|
color: string | {
|
2712
|
-
colorType: "
|
2816
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2713
2817
|
toned?: boolean;
|
2714
2818
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2715
2819
|
};
|
@@ -2729,14 +2833,14 @@ declare const _default: {
|
|
2729
2833
|
left?: import("@omnia/fx-models").SpacingValue;
|
2730
2834
|
};
|
2731
2835
|
background?: {
|
2732
|
-
fill?: {
|
2836
|
+
fill?: string | {
|
2733
2837
|
colors: (string | {
|
2734
|
-
colorType: "
|
2838
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2735
2839
|
toned?: boolean;
|
2736
2840
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2737
2841
|
} | {
|
2738
2842
|
color: string | {
|
2739
|
-
colorType: "
|
2843
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2740
2844
|
toned?: boolean;
|
2741
2845
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2742
2846
|
};
|
@@ -2744,6 +2848,10 @@ declare const _default: {
|
|
2744
2848
|
})[];
|
2745
2849
|
acrylic?: boolean;
|
2746
2850
|
opacity?: number;
|
2851
|
+
} | {
|
2852
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2853
|
+
toned?: boolean;
|
2854
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2747
2855
|
};
|
2748
2856
|
border?: {
|
2749
2857
|
radius?: {
|
@@ -2760,7 +2868,7 @@ declare const _default: {
|
|
2760
2868
|
};
|
2761
2869
|
fill?: {
|
2762
2870
|
colors: (string | {
|
2763
|
-
colorType: "
|
2871
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2764
2872
|
toned?: boolean;
|
2765
2873
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2766
2874
|
} | {
|
@@ -2777,12 +2885,12 @@ declare const _default: {
|
|
2777
2885
|
text?: {
|
2778
2886
|
color?: string | {
|
2779
2887
|
colors: (string | {
|
2780
|
-
colorType: "
|
2888
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2781
2889
|
toned?: boolean;
|
2782
2890
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2783
2891
|
} | {
|
2784
2892
|
color: string | {
|
2785
|
-
colorType: "
|
2893
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2786
2894
|
toned?: boolean;
|
2787
2895
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2788
2896
|
};
|
@@ -2791,7 +2899,7 @@ declare const _default: {
|
|
2791
2899
|
acrylic?: boolean;
|
2792
2900
|
opacity?: number;
|
2793
2901
|
} | {
|
2794
|
-
colorType: "
|
2902
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2795
2903
|
toned?: boolean;
|
2796
2904
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2797
2905
|
};
|
@@ -2820,12 +2928,12 @@ declare const _default: {
|
|
2820
2928
|
icon?: {
|
2821
2929
|
color?: {
|
2822
2930
|
colors: (string | {
|
2823
|
-
colorType: "
|
2931
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2824
2932
|
toned?: boolean;
|
2825
2933
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2826
2934
|
} | {
|
2827
2935
|
color: string | {
|
2828
|
-
colorType: "
|
2936
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2829
2937
|
toned?: boolean;
|
2830
2938
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2831
2939
|
};
|
@@ -2845,14 +2953,14 @@ declare const _default: {
|
|
2845
2953
|
left?: import("@omnia/fx-models").SpacingValue;
|
2846
2954
|
};
|
2847
2955
|
background?: {
|
2848
|
-
fill?: {
|
2956
|
+
fill?: string | {
|
2849
2957
|
colors: (string | {
|
2850
|
-
colorType: "
|
2958
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2851
2959
|
toned?: boolean;
|
2852
2960
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2853
2961
|
} | {
|
2854
2962
|
color: string | {
|
2855
|
-
colorType: "
|
2963
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2856
2964
|
toned?: boolean;
|
2857
2965
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2858
2966
|
};
|
@@ -2860,6 +2968,10 @@ declare const _default: {
|
|
2860
2968
|
})[];
|
2861
2969
|
acrylic?: boolean;
|
2862
2970
|
opacity?: number;
|
2971
|
+
} | {
|
2972
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2973
|
+
toned?: boolean;
|
2974
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2863
2975
|
};
|
2864
2976
|
border?: {
|
2865
2977
|
radius?: {
|
@@ -2876,7 +2988,7 @@ declare const _default: {
|
|
2876
2988
|
};
|
2877
2989
|
fill?: {
|
2878
2990
|
colors: (string | {
|
2879
|
-
colorType: "
|
2991
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2880
2992
|
toned?: boolean;
|
2881
2993
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2882
2994
|
} | {
|
@@ -2893,12 +3005,12 @@ declare const _default: {
|
|
2893
3005
|
text?: {
|
2894
3006
|
color?: string | {
|
2895
3007
|
colors: (string | {
|
2896
|
-
colorType: "
|
3008
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2897
3009
|
toned?: boolean;
|
2898
3010
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2899
3011
|
} | {
|
2900
3012
|
color: string | {
|
2901
|
-
colorType: "
|
3013
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2902
3014
|
toned?: boolean;
|
2903
3015
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2904
3016
|
};
|
@@ -2907,7 +3019,7 @@ declare const _default: {
|
|
2907
3019
|
acrylic?: boolean;
|
2908
3020
|
opacity?: number;
|
2909
3021
|
} | {
|
2910
|
-
colorType: "
|
3022
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2911
3023
|
toned?: boolean;
|
2912
3024
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2913
3025
|
};
|
@@ -2936,12 +3048,12 @@ declare const _default: {
|
|
2936
3048
|
icon?: {
|
2937
3049
|
color?: {
|
2938
3050
|
colors: (string | {
|
2939
|
-
colorType: "
|
3051
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2940
3052
|
toned?: boolean;
|
2941
3053
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2942
3054
|
} | {
|
2943
3055
|
color: string | {
|
2944
|
-
colorType: "
|
3056
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2945
3057
|
toned?: boolean;
|
2946
3058
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2947
3059
|
};
|
@@ -2961,14 +3073,14 @@ declare const _default: {
|
|
2961
3073
|
left?: import("@omnia/fx-models").SpacingValue;
|
2962
3074
|
};
|
2963
3075
|
background?: {
|
2964
|
-
fill?: {
|
3076
|
+
fill?: string | {
|
2965
3077
|
colors: (string | {
|
2966
|
-
colorType: "
|
3078
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2967
3079
|
toned?: boolean;
|
2968
3080
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2969
3081
|
} | {
|
2970
3082
|
color: string | {
|
2971
|
-
colorType: "
|
3083
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2972
3084
|
toned?: boolean;
|
2973
3085
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2974
3086
|
};
|
@@ -2976,6 +3088,10 @@ declare const _default: {
|
|
2976
3088
|
})[];
|
2977
3089
|
acrylic?: boolean;
|
2978
3090
|
opacity?: number;
|
3091
|
+
} | {
|
3092
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3093
|
+
toned?: boolean;
|
3094
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2979
3095
|
};
|
2980
3096
|
border?: {
|
2981
3097
|
radius?: {
|
@@ -2992,7 +3108,7 @@ declare const _default: {
|
|
2992
3108
|
};
|
2993
3109
|
fill?: {
|
2994
3110
|
colors: (string | {
|
2995
|
-
colorType: "
|
3111
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2996
3112
|
toned?: boolean;
|
2997
3113
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2998
3114
|
} | {
|
@@ -3009,12 +3125,12 @@ declare const _default: {
|
|
3009
3125
|
text?: {
|
3010
3126
|
color?: string | {
|
3011
3127
|
colors: (string | {
|
3012
|
-
colorType: "
|
3128
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3013
3129
|
toned?: boolean;
|
3014
3130
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3015
3131
|
} | {
|
3016
3132
|
color: string | {
|
3017
|
-
colorType: "
|
3133
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3018
3134
|
toned?: boolean;
|
3019
3135
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3020
3136
|
};
|
@@ -3023,7 +3139,7 @@ declare const _default: {
|
|
3023
3139
|
acrylic?: boolean;
|
3024
3140
|
opacity?: number;
|
3025
3141
|
} | {
|
3026
|
-
colorType: "
|
3142
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3027
3143
|
toned?: boolean;
|
3028
3144
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3029
3145
|
};
|
@@ -3052,12 +3168,12 @@ declare const _default: {
|
|
3052
3168
|
icon?: {
|
3053
3169
|
color?: {
|
3054
3170
|
colors: (string | {
|
3055
|
-
colorType: "
|
3171
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3056
3172
|
toned?: boolean;
|
3057
3173
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3058
3174
|
} | {
|
3059
3175
|
color: string | {
|
3060
|
-
colorType: "
|
3176
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3061
3177
|
toned?: boolean;
|
3062
3178
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3063
3179
|
};
|
@@ -3077,14 +3193,14 @@ declare const _default: {
|
|
3077
3193
|
left?: import("@omnia/fx-models").SpacingValue;
|
3078
3194
|
};
|
3079
3195
|
background?: {
|
3080
|
-
fill?: {
|
3196
|
+
fill?: string | {
|
3081
3197
|
colors: (string | {
|
3082
|
-
colorType: "
|
3198
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3083
3199
|
toned?: boolean;
|
3084
3200
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3085
3201
|
} | {
|
3086
3202
|
color: string | {
|
3087
|
-
colorType: "
|
3203
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3088
3204
|
toned?: boolean;
|
3089
3205
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3090
3206
|
};
|
@@ -3092,6 +3208,10 @@ declare const _default: {
|
|
3092
3208
|
})[];
|
3093
3209
|
acrylic?: boolean;
|
3094
3210
|
opacity?: number;
|
3211
|
+
} | {
|
3212
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3213
|
+
toned?: boolean;
|
3214
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3095
3215
|
};
|
3096
3216
|
border?: {
|
3097
3217
|
radius?: {
|
@@ -3108,7 +3228,7 @@ declare const _default: {
|
|
3108
3228
|
};
|
3109
3229
|
fill?: {
|
3110
3230
|
colors: (string | {
|
3111
|
-
colorType: "
|
3231
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3112
3232
|
toned?: boolean;
|
3113
3233
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3114
3234
|
} | {
|
@@ -3125,12 +3245,12 @@ declare const _default: {
|
|
3125
3245
|
text?: {
|
3126
3246
|
color?: string | {
|
3127
3247
|
colors: (string | {
|
3128
|
-
colorType: "
|
3248
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3129
3249
|
toned?: boolean;
|
3130
3250
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3131
3251
|
} | {
|
3132
3252
|
color: string | {
|
3133
|
-
colorType: "
|
3253
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3134
3254
|
toned?: boolean;
|
3135
3255
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3136
3256
|
};
|
@@ -3139,7 +3259,7 @@ declare const _default: {
|
|
3139
3259
|
acrylic?: boolean;
|
3140
3260
|
opacity?: number;
|
3141
3261
|
} | {
|
3142
|
-
colorType: "
|
3262
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3143
3263
|
toned?: boolean;
|
3144
3264
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3145
3265
|
};
|
@@ -3168,12 +3288,12 @@ declare const _default: {
|
|
3168
3288
|
icon?: {
|
3169
3289
|
color?: {
|
3170
3290
|
colors: (string | {
|
3171
|
-
colorType: "
|
3291
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3172
3292
|
toned?: boolean;
|
3173
3293
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3174
3294
|
} | {
|
3175
3295
|
color: string | {
|
3176
|
-
colorType: "
|
3296
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3177
3297
|
toned?: boolean;
|
3178
3298
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3179
3299
|
};
|
@@ -3191,14 +3311,14 @@ declare const _default: {
|
|
3191
3311
|
tabs?: {
|
3192
3312
|
primary?: {
|
3193
3313
|
background?: {
|
3194
|
-
fill?: {
|
3314
|
+
fill?: string | {
|
3195
3315
|
colors: (string | {
|
3196
|
-
colorType: "
|
3316
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3197
3317
|
toned?: boolean;
|
3198
3318
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3199
3319
|
} | {
|
3200
3320
|
color: string | {
|
3201
|
-
colorType: "
|
3321
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3202
3322
|
toned?: boolean;
|
3203
3323
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3204
3324
|
};
|
@@ -3206,6 +3326,10 @@ declare const _default: {
|
|
3206
3326
|
})[];
|
3207
3327
|
acrylic?: boolean;
|
3208
3328
|
opacity?: number;
|
3329
|
+
} | {
|
3330
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3331
|
+
toned?: boolean;
|
3332
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3209
3333
|
};
|
3210
3334
|
border?: {
|
3211
3335
|
radius?: {
|
@@ -3222,12 +3346,12 @@ declare const _default: {
|
|
3222
3346
|
};
|
3223
3347
|
fill?: {
|
3224
3348
|
colors: (string | {
|
3225
|
-
colorType: "
|
3349
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3226
3350
|
toned?: boolean;
|
3227
3351
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3228
3352
|
} | {
|
3229
3353
|
color: string | {
|
3230
|
-
colorType: "
|
3354
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3231
3355
|
toned?: boolean;
|
3232
3356
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3233
3357
|
};
|
@@ -3259,19 +3383,19 @@ declare const _default: {
|
|
3259
3383
|
minWidth?: number;
|
3260
3384
|
alignment?: "center" | "start" | "end";
|
3261
3385
|
sliderColor?: string | {
|
3262
|
-
colorType: "
|
3386
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3263
3387
|
toned?: boolean;
|
3264
3388
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3265
3389
|
};
|
3266
3390
|
text?: {
|
3267
3391
|
color?: string | {
|
3268
3392
|
colors: (string | {
|
3269
|
-
colorType: "
|
3393
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3270
3394
|
toned?: boolean;
|
3271
3395
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3272
3396
|
} | {
|
3273
3397
|
color: string | {
|
3274
|
-
colorType: "
|
3398
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3275
3399
|
toned?: boolean;
|
3276
3400
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3277
3401
|
};
|
@@ -3280,7 +3404,7 @@ declare const _default: {
|
|
3280
3404
|
acrylic?: boolean;
|
3281
3405
|
opacity?: number;
|
3282
3406
|
} | {
|
3283
|
-
colorType: "
|
3407
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3284
3408
|
toned?: boolean;
|
3285
3409
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3286
3410
|
};
|
@@ -3309,12 +3433,12 @@ declare const _default: {
|
|
3309
3433
|
icon?: {
|
3310
3434
|
color?: {
|
3311
3435
|
colors: (string | {
|
3312
|
-
colorType: "
|
3436
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3313
3437
|
toned?: boolean;
|
3314
3438
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3315
3439
|
} | {
|
3316
3440
|
color: string | {
|
3317
|
-
colorType: "
|
3441
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3318
3442
|
toned?: boolean;
|
3319
3443
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3320
3444
|
};
|
@@ -3333,14 +3457,14 @@ declare const _default: {
|
|
3333
3457
|
left?: import("@omnia/fx-models").SpacingValue;
|
3334
3458
|
};
|
3335
3459
|
background?: {
|
3336
|
-
fill?: {
|
3460
|
+
fill?: string | {
|
3337
3461
|
colors: (string | {
|
3338
|
-
colorType: "
|
3462
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3339
3463
|
toned?: boolean;
|
3340
3464
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3341
3465
|
} | {
|
3342
3466
|
color: string | {
|
3343
|
-
colorType: "
|
3467
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3344
3468
|
toned?: boolean;
|
3345
3469
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3346
3470
|
};
|
@@ -3348,6 +3472,10 @@ declare const _default: {
|
|
3348
3472
|
})[];
|
3349
3473
|
acrylic?: boolean;
|
3350
3474
|
opacity?: number;
|
3475
|
+
} | {
|
3476
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3477
|
+
toned?: boolean;
|
3478
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3351
3479
|
};
|
3352
3480
|
border?: {
|
3353
3481
|
radius?: {
|
@@ -3364,7 +3492,7 @@ declare const _default: {
|
|
3364
3492
|
};
|
3365
3493
|
fill?: {
|
3366
3494
|
colors: (string | {
|
3367
|
-
colorType: "
|
3495
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3368
3496
|
toned?: boolean;
|
3369
3497
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3370
3498
|
} | {
|
@@ -3380,12 +3508,12 @@ declare const _default: {
|
|
3380
3508
|
text?: {
|
3381
3509
|
color?: string | {
|
3382
3510
|
colors: (string | {
|
3383
|
-
colorType: "
|
3511
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3384
3512
|
toned?: boolean;
|
3385
3513
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3386
3514
|
} | {
|
3387
3515
|
color: string | {
|
3388
|
-
colorType: "
|
3516
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3389
3517
|
toned?: boolean;
|
3390
3518
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3391
3519
|
};
|
@@ -3394,7 +3522,7 @@ declare const _default: {
|
|
3394
3522
|
acrylic?: boolean;
|
3395
3523
|
opacity?: number;
|
3396
3524
|
} | {
|
3397
|
-
colorType: "
|
3525
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3398
3526
|
toned?: boolean;
|
3399
3527
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3400
3528
|
};
|
@@ -3423,12 +3551,12 @@ declare const _default: {
|
|
3423
3551
|
icon?: {
|
3424
3552
|
color?: {
|
3425
3553
|
colors: (string | {
|
3426
|
-
colorType: "
|
3554
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3427
3555
|
toned?: boolean;
|
3428
3556
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3429
3557
|
} | {
|
3430
3558
|
color: string | {
|
3431
|
-
colorType: "
|
3559
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3432
3560
|
toned?: boolean;
|
3433
3561
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3434
3562
|
};
|
@@ -3442,14 +3570,14 @@ declare const _default: {
|
|
3442
3570
|
};
|
3443
3571
|
inactive?: {
|
3444
3572
|
background?: {
|
3445
|
-
fill?: {
|
3573
|
+
fill?: string | {
|
3446
3574
|
colors: (string | {
|
3447
|
-
colorType: "
|
3575
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3448
3576
|
toned?: boolean;
|
3449
3577
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3450
3578
|
} | {
|
3451
3579
|
color: string | {
|
3452
|
-
colorType: "
|
3580
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3453
3581
|
toned?: boolean;
|
3454
3582
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3455
3583
|
};
|
@@ -3457,6 +3585,10 @@ declare const _default: {
|
|
3457
3585
|
})[];
|
3458
3586
|
acrylic?: boolean;
|
3459
3587
|
opacity?: number;
|
3588
|
+
} | {
|
3589
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3590
|
+
toned?: boolean;
|
3591
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3460
3592
|
};
|
3461
3593
|
border?: {
|
3462
3594
|
radius?: {
|
@@ -3473,7 +3605,7 @@ declare const _default: {
|
|
3473
3605
|
};
|
3474
3606
|
fill?: {
|
3475
3607
|
colors: (string | {
|
3476
|
-
colorType: "
|
3608
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3477
3609
|
toned?: boolean;
|
3478
3610
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3479
3611
|
} | {
|
@@ -3490,14 +3622,14 @@ declare const _default: {
|
|
3490
3622
|
};
|
3491
3623
|
variant1?: {
|
3492
3624
|
background?: {
|
3493
|
-
fill?: {
|
3625
|
+
fill?: string | {
|
3494
3626
|
colors: (string | {
|
3495
|
-
colorType: "
|
3627
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3496
3628
|
toned?: boolean;
|
3497
3629
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3498
3630
|
} | {
|
3499
3631
|
color: string | {
|
3500
|
-
colorType: "
|
3632
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3501
3633
|
toned?: boolean;
|
3502
3634
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3503
3635
|
};
|
@@ -3505,6 +3637,10 @@ declare const _default: {
|
|
3505
3637
|
})[];
|
3506
3638
|
acrylic?: boolean;
|
3507
3639
|
opacity?: number;
|
3640
|
+
} | {
|
3641
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3642
|
+
toned?: boolean;
|
3643
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3508
3644
|
};
|
3509
3645
|
border?: {
|
3510
3646
|
radius?: {
|
@@ -3521,12 +3657,12 @@ declare const _default: {
|
|
3521
3657
|
};
|
3522
3658
|
fill?: {
|
3523
3659
|
colors: (string | {
|
3524
|
-
colorType: "
|
3660
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3525
3661
|
toned?: boolean;
|
3526
3662
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3527
3663
|
} | {
|
3528
3664
|
color: string | {
|
3529
|
-
colorType: "
|
3665
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3530
3666
|
toned?: boolean;
|
3531
3667
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3532
3668
|
};
|
@@ -3558,19 +3694,19 @@ declare const _default: {
|
|
3558
3694
|
minWidth?: number;
|
3559
3695
|
alignment?: "center" | "start" | "end";
|
3560
3696
|
sliderColor?: string | {
|
3561
|
-
colorType: "
|
3697
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3562
3698
|
toned?: boolean;
|
3563
3699
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3564
3700
|
};
|
3565
3701
|
text?: {
|
3566
3702
|
color?: string | {
|
3567
3703
|
colors: (string | {
|
3568
|
-
colorType: "
|
3704
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3569
3705
|
toned?: boolean;
|
3570
3706
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3571
3707
|
} | {
|
3572
3708
|
color: string | {
|
3573
|
-
colorType: "
|
3709
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3574
3710
|
toned?: boolean;
|
3575
3711
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3576
3712
|
};
|
@@ -3579,7 +3715,7 @@ declare const _default: {
|
|
3579
3715
|
acrylic?: boolean;
|
3580
3716
|
opacity?: number;
|
3581
3717
|
} | {
|
3582
|
-
colorType: "
|
3718
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3583
3719
|
toned?: boolean;
|
3584
3720
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3585
3721
|
};
|
@@ -3608,12 +3744,12 @@ declare const _default: {
|
|
3608
3744
|
icon?: {
|
3609
3745
|
color?: {
|
3610
3746
|
colors: (string | {
|
3611
|
-
colorType: "
|
3747
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3612
3748
|
toned?: boolean;
|
3613
3749
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3614
3750
|
} | {
|
3615
3751
|
color: string | {
|
3616
|
-
colorType: "
|
3752
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3617
3753
|
toned?: boolean;
|
3618
3754
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3619
3755
|
};
|
@@ -3632,14 +3768,14 @@ declare const _default: {
|
|
3632
3768
|
left?: import("@omnia/fx-models").SpacingValue;
|
3633
3769
|
};
|
3634
3770
|
background?: {
|
3635
|
-
fill?: {
|
3771
|
+
fill?: string | {
|
3636
3772
|
colors: (string | {
|
3637
|
-
colorType: "
|
3773
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3638
3774
|
toned?: boolean;
|
3639
3775
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3640
3776
|
} | {
|
3641
3777
|
color: string | {
|
3642
|
-
colorType: "
|
3778
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3643
3779
|
toned?: boolean;
|
3644
3780
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3645
3781
|
};
|
@@ -3647,6 +3783,10 @@ declare const _default: {
|
|
3647
3783
|
})[];
|
3648
3784
|
acrylic?: boolean;
|
3649
3785
|
opacity?: number;
|
3786
|
+
} | {
|
3787
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3788
|
+
toned?: boolean;
|
3789
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3650
3790
|
};
|
3651
3791
|
border?: {
|
3652
3792
|
radius?: {
|
@@ -3663,7 +3803,7 @@ declare const _default: {
|
|
3663
3803
|
};
|
3664
3804
|
fill?: {
|
3665
3805
|
colors: (string | {
|
3666
|
-
colorType: "
|
3806
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3667
3807
|
toned?: boolean;
|
3668
3808
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3669
3809
|
} | {
|
@@ -3679,12 +3819,12 @@ declare const _default: {
|
|
3679
3819
|
text?: {
|
3680
3820
|
color?: string | {
|
3681
3821
|
colors: (string | {
|
3682
|
-
colorType: "
|
3822
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3683
3823
|
toned?: boolean;
|
3684
3824
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3685
3825
|
} | {
|
3686
3826
|
color: string | {
|
3687
|
-
colorType: "
|
3827
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3688
3828
|
toned?: boolean;
|
3689
3829
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3690
3830
|
};
|
@@ -3693,7 +3833,7 @@ declare const _default: {
|
|
3693
3833
|
acrylic?: boolean;
|
3694
3834
|
opacity?: number;
|
3695
3835
|
} | {
|
3696
|
-
colorType: "
|
3836
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3697
3837
|
toned?: boolean;
|
3698
3838
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3699
3839
|
};
|
@@ -3722,12 +3862,12 @@ declare const _default: {
|
|
3722
3862
|
icon?: {
|
3723
3863
|
color?: {
|
3724
3864
|
colors: (string | {
|
3725
|
-
colorType: "
|
3865
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3726
3866
|
toned?: boolean;
|
3727
3867
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3728
3868
|
} | {
|
3729
3869
|
color: string | {
|
3730
|
-
colorType: "
|
3870
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3731
3871
|
toned?: boolean;
|
3732
3872
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3733
3873
|
};
|
@@ -3741,14 +3881,14 @@ declare const _default: {
|
|
3741
3881
|
};
|
3742
3882
|
inactive?: {
|
3743
3883
|
background?: {
|
3744
|
-
fill?: {
|
3884
|
+
fill?: string | {
|
3745
3885
|
colors: (string | {
|
3746
|
-
colorType: "
|
3886
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3747
3887
|
toned?: boolean;
|
3748
3888
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3749
3889
|
} | {
|
3750
3890
|
color: string | {
|
3751
|
-
colorType: "
|
3891
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3752
3892
|
toned?: boolean;
|
3753
3893
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3754
3894
|
};
|
@@ -3756,6 +3896,10 @@ declare const _default: {
|
|
3756
3896
|
})[];
|
3757
3897
|
acrylic?: boolean;
|
3758
3898
|
opacity?: number;
|
3899
|
+
} | {
|
3900
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3901
|
+
toned?: boolean;
|
3902
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3759
3903
|
};
|
3760
3904
|
border?: {
|
3761
3905
|
radius?: {
|
@@ -3772,7 +3916,7 @@ declare const _default: {
|
|
3772
3916
|
};
|
3773
3917
|
fill?: {
|
3774
3918
|
colors: (string | {
|
3775
|
-
colorType: "
|
3919
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3776
3920
|
toned?: boolean;
|
3777
3921
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3778
3922
|
} | {
|
@@ -3789,14 +3933,14 @@ declare const _default: {
|
|
3789
3933
|
};
|
3790
3934
|
variant2?: {
|
3791
3935
|
background?: {
|
3792
|
-
fill?: {
|
3936
|
+
fill?: string | {
|
3793
3937
|
colors: (string | {
|
3794
|
-
colorType: "
|
3938
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3795
3939
|
toned?: boolean;
|
3796
3940
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3797
3941
|
} | {
|
3798
3942
|
color: string | {
|
3799
|
-
colorType: "
|
3943
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3800
3944
|
toned?: boolean;
|
3801
3945
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3802
3946
|
};
|
@@ -3804,6 +3948,10 @@ declare const _default: {
|
|
3804
3948
|
})[];
|
3805
3949
|
acrylic?: boolean;
|
3806
3950
|
opacity?: number;
|
3951
|
+
} | {
|
3952
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3953
|
+
toned?: boolean;
|
3954
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3807
3955
|
};
|
3808
3956
|
border?: {
|
3809
3957
|
radius?: {
|
@@ -3820,12 +3968,12 @@ declare const _default: {
|
|
3820
3968
|
};
|
3821
3969
|
fill?: {
|
3822
3970
|
colors: (string | {
|
3823
|
-
colorType: "
|
3971
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3824
3972
|
toned?: boolean;
|
3825
3973
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3826
3974
|
} | {
|
3827
3975
|
color: string | {
|
3828
|
-
colorType: "
|
3976
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3829
3977
|
toned?: boolean;
|
3830
3978
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3831
3979
|
};
|
@@ -3857,19 +4005,19 @@ declare const _default: {
|
|
3857
4005
|
minWidth?: number;
|
3858
4006
|
alignment?: "center" | "start" | "end";
|
3859
4007
|
sliderColor?: string | {
|
3860
|
-
colorType: "
|
4008
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3861
4009
|
toned?: boolean;
|
3862
4010
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3863
4011
|
};
|
3864
4012
|
text?: {
|
3865
4013
|
color?: string | {
|
3866
4014
|
colors: (string | {
|
3867
|
-
colorType: "
|
4015
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3868
4016
|
toned?: boolean;
|
3869
4017
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3870
4018
|
} | {
|
3871
4019
|
color: string | {
|
3872
|
-
colorType: "
|
4020
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3873
4021
|
toned?: boolean;
|
3874
4022
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3875
4023
|
};
|
@@ -3878,7 +4026,7 @@ declare const _default: {
|
|
3878
4026
|
acrylic?: boolean;
|
3879
4027
|
opacity?: number;
|
3880
4028
|
} | {
|
3881
|
-
colorType: "
|
4029
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3882
4030
|
toned?: boolean;
|
3883
4031
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3884
4032
|
};
|
@@ -3907,12 +4055,12 @@ declare const _default: {
|
|
3907
4055
|
icon?: {
|
3908
4056
|
color?: {
|
3909
4057
|
colors: (string | {
|
3910
|
-
colorType: "
|
4058
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3911
4059
|
toned?: boolean;
|
3912
4060
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3913
4061
|
} | {
|
3914
4062
|
color: string | {
|
3915
|
-
colorType: "
|
4063
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3916
4064
|
toned?: boolean;
|
3917
4065
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3918
4066
|
};
|
@@ -3931,14 +4079,14 @@ declare const _default: {
|
|
3931
4079
|
left?: import("@omnia/fx-models").SpacingValue;
|
3932
4080
|
};
|
3933
4081
|
background?: {
|
3934
|
-
fill?: {
|
4082
|
+
fill?: string | {
|
3935
4083
|
colors: (string | {
|
3936
|
-
colorType: "
|
4084
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3937
4085
|
toned?: boolean;
|
3938
4086
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3939
4087
|
} | {
|
3940
4088
|
color: string | {
|
3941
|
-
colorType: "
|
4089
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3942
4090
|
toned?: boolean;
|
3943
4091
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3944
4092
|
};
|
@@ -3946,6 +4094,10 @@ declare const _default: {
|
|
3946
4094
|
})[];
|
3947
4095
|
acrylic?: boolean;
|
3948
4096
|
opacity?: number;
|
4097
|
+
} | {
|
4098
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4099
|
+
toned?: boolean;
|
4100
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3949
4101
|
};
|
3950
4102
|
border?: {
|
3951
4103
|
radius?: {
|
@@ -3962,7 +4114,7 @@ declare const _default: {
|
|
3962
4114
|
};
|
3963
4115
|
fill?: {
|
3964
4116
|
colors: (string | {
|
3965
|
-
colorType: "
|
4117
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3966
4118
|
toned?: boolean;
|
3967
4119
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3968
4120
|
} | {
|
@@ -3978,12 +4130,12 @@ declare const _default: {
|
|
3978
4130
|
text?: {
|
3979
4131
|
color?: string | {
|
3980
4132
|
colors: (string | {
|
3981
|
-
colorType: "
|
4133
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3982
4134
|
toned?: boolean;
|
3983
4135
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3984
4136
|
} | {
|
3985
4137
|
color: string | {
|
3986
|
-
colorType: "
|
4138
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3987
4139
|
toned?: boolean;
|
3988
4140
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3989
4141
|
};
|
@@ -3992,7 +4144,7 @@ declare const _default: {
|
|
3992
4144
|
acrylic?: boolean;
|
3993
4145
|
opacity?: number;
|
3994
4146
|
} | {
|
3995
|
-
colorType: "
|
4147
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3996
4148
|
toned?: boolean;
|
3997
4149
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3998
4150
|
};
|
@@ -4021,12 +4173,12 @@ declare const _default: {
|
|
4021
4173
|
icon?: {
|
4022
4174
|
color?: {
|
4023
4175
|
colors: (string | {
|
4024
|
-
colorType: "
|
4176
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4025
4177
|
toned?: boolean;
|
4026
4178
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4027
4179
|
} | {
|
4028
4180
|
color: string | {
|
4029
|
-
colorType: "
|
4181
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4030
4182
|
toned?: boolean;
|
4031
4183
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4032
4184
|
};
|
@@ -4040,14 +4192,14 @@ declare const _default: {
|
|
4040
4192
|
};
|
4041
4193
|
inactive?: {
|
4042
4194
|
background?: {
|
4043
|
-
fill?: {
|
4195
|
+
fill?: string | {
|
4044
4196
|
colors: (string | {
|
4045
|
-
colorType: "
|
4197
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4046
4198
|
toned?: boolean;
|
4047
4199
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4048
4200
|
} | {
|
4049
4201
|
color: string | {
|
4050
|
-
colorType: "
|
4202
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4051
4203
|
toned?: boolean;
|
4052
4204
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4053
4205
|
};
|
@@ -4055,6 +4207,10 @@ declare const _default: {
|
|
4055
4207
|
})[];
|
4056
4208
|
acrylic?: boolean;
|
4057
4209
|
opacity?: number;
|
4210
|
+
} | {
|
4211
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4212
|
+
toned?: boolean;
|
4213
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4058
4214
|
};
|
4059
4215
|
border?: {
|
4060
4216
|
radius?: {
|
@@ -4071,7 +4227,7 @@ declare const _default: {
|
|
4071
4227
|
};
|
4072
4228
|
fill?: {
|
4073
4229
|
colors: (string | {
|
4074
|
-
colorType: "
|
4230
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4075
4231
|
toned?: boolean;
|
4076
4232
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4077
4233
|
} | {
|
@@ -4088,14 +4244,14 @@ declare const _default: {
|
|
4088
4244
|
};
|
4089
4245
|
variant3?: {
|
4090
4246
|
background?: {
|
4091
|
-
fill?: {
|
4247
|
+
fill?: string | {
|
4092
4248
|
colors: (string | {
|
4093
|
-
colorType: "
|
4249
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4094
4250
|
toned?: boolean;
|
4095
4251
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4096
4252
|
} | {
|
4097
4253
|
color: string | {
|
4098
|
-
colorType: "
|
4254
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4099
4255
|
toned?: boolean;
|
4100
4256
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4101
4257
|
};
|
@@ -4103,6 +4259,10 @@ declare const _default: {
|
|
4103
4259
|
})[];
|
4104
4260
|
acrylic?: boolean;
|
4105
4261
|
opacity?: number;
|
4262
|
+
} | {
|
4263
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4264
|
+
toned?: boolean;
|
4265
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4106
4266
|
};
|
4107
4267
|
border?: {
|
4108
4268
|
radius?: {
|
@@ -4119,12 +4279,12 @@ declare const _default: {
|
|
4119
4279
|
};
|
4120
4280
|
fill?: {
|
4121
4281
|
colors: (string | {
|
4122
|
-
colorType: "
|
4282
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4123
4283
|
toned?: boolean;
|
4124
4284
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4125
4285
|
} | {
|
4126
4286
|
color: string | {
|
4127
|
-
colorType: "
|
4287
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4128
4288
|
toned?: boolean;
|
4129
4289
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4130
4290
|
};
|
@@ -4156,19 +4316,19 @@ declare const _default: {
|
|
4156
4316
|
minWidth?: number;
|
4157
4317
|
alignment?: "center" | "start" | "end";
|
4158
4318
|
sliderColor?: string | {
|
4159
|
-
colorType: "
|
4319
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4160
4320
|
toned?: boolean;
|
4161
4321
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4162
4322
|
};
|
4163
4323
|
text?: {
|
4164
4324
|
color?: string | {
|
4165
4325
|
colors: (string | {
|
4166
|
-
colorType: "
|
4326
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4167
4327
|
toned?: boolean;
|
4168
4328
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4169
4329
|
} | {
|
4170
4330
|
color: string | {
|
4171
|
-
colorType: "
|
4331
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4172
4332
|
toned?: boolean;
|
4173
4333
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4174
4334
|
};
|
@@ -4177,7 +4337,7 @@ declare const _default: {
|
|
4177
4337
|
acrylic?: boolean;
|
4178
4338
|
opacity?: number;
|
4179
4339
|
} | {
|
4180
|
-
colorType: "
|
4340
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4181
4341
|
toned?: boolean;
|
4182
4342
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4183
4343
|
};
|
@@ -4206,12 +4366,12 @@ declare const _default: {
|
|
4206
4366
|
icon?: {
|
4207
4367
|
color?: {
|
4208
4368
|
colors: (string | {
|
4209
|
-
colorType: "
|
4369
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4210
4370
|
toned?: boolean;
|
4211
4371
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4212
4372
|
} | {
|
4213
4373
|
color: string | {
|
4214
|
-
colorType: "
|
4374
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4215
4375
|
toned?: boolean;
|
4216
4376
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4217
4377
|
};
|
@@ -4230,14 +4390,14 @@ declare const _default: {
|
|
4230
4390
|
left?: import("@omnia/fx-models").SpacingValue;
|
4231
4391
|
};
|
4232
4392
|
background?: {
|
4233
|
-
fill?: {
|
4393
|
+
fill?: string | {
|
4234
4394
|
colors: (string | {
|
4235
|
-
colorType: "
|
4395
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4236
4396
|
toned?: boolean;
|
4237
4397
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4238
4398
|
} | {
|
4239
4399
|
color: string | {
|
4240
|
-
colorType: "
|
4400
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4241
4401
|
toned?: boolean;
|
4242
4402
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4243
4403
|
};
|
@@ -4245,6 +4405,10 @@ declare const _default: {
|
|
4245
4405
|
})[];
|
4246
4406
|
acrylic?: boolean;
|
4247
4407
|
opacity?: number;
|
4408
|
+
} | {
|
4409
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4410
|
+
toned?: boolean;
|
4411
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4248
4412
|
};
|
4249
4413
|
border?: {
|
4250
4414
|
radius?: {
|
@@ -4261,7 +4425,7 @@ declare const _default: {
|
|
4261
4425
|
};
|
4262
4426
|
fill?: {
|
4263
4427
|
colors: (string | {
|
4264
|
-
colorType: "
|
4428
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4265
4429
|
toned?: boolean;
|
4266
4430
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4267
4431
|
} | {
|
@@ -4277,12 +4441,12 @@ declare const _default: {
|
|
4277
4441
|
text?: {
|
4278
4442
|
color?: string | {
|
4279
4443
|
colors: (string | {
|
4280
|
-
colorType: "
|
4444
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4281
4445
|
toned?: boolean;
|
4282
4446
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4283
4447
|
} | {
|
4284
4448
|
color: string | {
|
4285
|
-
colorType: "
|
4449
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4286
4450
|
toned?: boolean;
|
4287
4451
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4288
4452
|
};
|
@@ -4291,7 +4455,7 @@ declare const _default: {
|
|
4291
4455
|
acrylic?: boolean;
|
4292
4456
|
opacity?: number;
|
4293
4457
|
} | {
|
4294
|
-
colorType: "
|
4458
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4295
4459
|
toned?: boolean;
|
4296
4460
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4297
4461
|
};
|
@@ -4320,12 +4484,12 @@ declare const _default: {
|
|
4320
4484
|
icon?: {
|
4321
4485
|
color?: {
|
4322
4486
|
colors: (string | {
|
4323
|
-
colorType: "
|
4487
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4324
4488
|
toned?: boolean;
|
4325
4489
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4326
4490
|
} | {
|
4327
4491
|
color: string | {
|
4328
|
-
colorType: "
|
4492
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4329
4493
|
toned?: boolean;
|
4330
4494
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4331
4495
|
};
|
@@ -4339,14 +4503,14 @@ declare const _default: {
|
|
4339
4503
|
};
|
4340
4504
|
inactive?: {
|
4341
4505
|
background?: {
|
4342
|
-
fill?: {
|
4506
|
+
fill?: string | {
|
4343
4507
|
colors: (string | {
|
4344
|
-
colorType: "
|
4508
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4345
4509
|
toned?: boolean;
|
4346
4510
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4347
4511
|
} | {
|
4348
4512
|
color: string | {
|
4349
|
-
colorType: "
|
4513
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4350
4514
|
toned?: boolean;
|
4351
4515
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4352
4516
|
};
|
@@ -4354,6 +4518,10 @@ declare const _default: {
|
|
4354
4518
|
})[];
|
4355
4519
|
acrylic?: boolean;
|
4356
4520
|
opacity?: number;
|
4521
|
+
} | {
|
4522
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4523
|
+
toned?: boolean;
|
4524
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4357
4525
|
};
|
4358
4526
|
border?: {
|
4359
4527
|
radius?: {
|
@@ -4370,7 +4538,7 @@ declare const _default: {
|
|
4370
4538
|
};
|
4371
4539
|
fill?: {
|
4372
4540
|
colors: (string | {
|
4373
|
-
colorType: "
|
4541
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4374
4542
|
toned?: boolean;
|
4375
4543
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4376
4544
|
} | {
|
@@ -4391,7 +4559,7 @@ declare const _default: {
|
|
4391
4559
|
primary: {
|
4392
4560
|
name?: string;
|
4393
4561
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4394
|
-
header
|
4562
|
+
header?: {
|
4395
4563
|
definitionId: {
|
4396
4564
|
toString: () => string;
|
4397
4565
|
equals?: {
|
@@ -4544,14 +4712,14 @@ declare const _default: {
|
|
4544
4712
|
};
|
4545
4713
|
styles: {
|
4546
4714
|
background?: {
|
4547
|
-
fill?: {
|
4715
|
+
fill?: string | {
|
4548
4716
|
colors: (string | {
|
4549
|
-
colorType: "
|
4717
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4550
4718
|
toned?: boolean;
|
4551
4719
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4552
4720
|
} | {
|
4553
4721
|
color: string | {
|
4554
|
-
colorType: "
|
4722
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4555
4723
|
toned?: boolean;
|
4556
4724
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4557
4725
|
};
|
@@ -4559,6 +4727,10 @@ declare const _default: {
|
|
4559
4727
|
})[];
|
4560
4728
|
acrylic?: boolean;
|
4561
4729
|
opacity?: number;
|
4730
|
+
} | {
|
4731
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4732
|
+
toned?: boolean;
|
4733
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4562
4734
|
};
|
4563
4735
|
border?: {
|
4564
4736
|
radius?: {
|
@@ -4575,7 +4747,7 @@ declare const _default: {
|
|
4575
4747
|
};
|
4576
4748
|
fill?: {
|
4577
4749
|
colors: (string | {
|
4578
|
-
colorType: "
|
4750
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4579
4751
|
toned?: boolean;
|
4580
4752
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4581
4753
|
} | {
|
@@ -4599,7 +4771,7 @@ declare const _default: {
|
|
4599
4771
|
variant1?: {
|
4600
4772
|
name?: string;
|
4601
4773
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4602
|
-
header
|
4774
|
+
header?: {
|
4603
4775
|
definitionId: {
|
4604
4776
|
toString: () => string;
|
4605
4777
|
equals?: {
|
@@ -4752,14 +4924,14 @@ declare const _default: {
|
|
4752
4924
|
};
|
4753
4925
|
styles: {
|
4754
4926
|
background?: {
|
4755
|
-
fill?: {
|
4927
|
+
fill?: string | {
|
4756
4928
|
colors: (string | {
|
4757
|
-
colorType: "
|
4929
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4758
4930
|
toned?: boolean;
|
4759
4931
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4760
4932
|
} | {
|
4761
4933
|
color: string | {
|
4762
|
-
colorType: "
|
4934
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4763
4935
|
toned?: boolean;
|
4764
4936
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4765
4937
|
};
|
@@ -4767,6 +4939,10 @@ declare const _default: {
|
|
4767
4939
|
})[];
|
4768
4940
|
acrylic?: boolean;
|
4769
4941
|
opacity?: number;
|
4942
|
+
} | {
|
4943
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4944
|
+
toned?: boolean;
|
4945
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4770
4946
|
};
|
4771
4947
|
border?: {
|
4772
4948
|
radius?: {
|
@@ -4783,7 +4959,7 @@ declare const _default: {
|
|
4783
4959
|
};
|
4784
4960
|
fill?: {
|
4785
4961
|
colors: (string | {
|
4786
|
-
colorType: "
|
4962
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4787
4963
|
toned?: boolean;
|
4788
4964
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4789
4965
|
} | {
|
@@ -4807,7 +4983,7 @@ declare const _default: {
|
|
4807
4983
|
variant2?: {
|
4808
4984
|
name?: string;
|
4809
4985
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4810
|
-
header
|
4986
|
+
header?: {
|
4811
4987
|
definitionId: {
|
4812
4988
|
toString: () => string;
|
4813
4989
|
equals?: {
|
@@ -4960,14 +5136,14 @@ declare const _default: {
|
|
4960
5136
|
};
|
4961
5137
|
styles: {
|
4962
5138
|
background?: {
|
4963
|
-
fill?: {
|
5139
|
+
fill?: string | {
|
4964
5140
|
colors: (string | {
|
4965
|
-
colorType: "
|
5141
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4966
5142
|
toned?: boolean;
|
4967
5143
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4968
5144
|
} | {
|
4969
5145
|
color: string | {
|
4970
|
-
colorType: "
|
5146
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4971
5147
|
toned?: boolean;
|
4972
5148
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4973
5149
|
};
|
@@ -4975,6 +5151,10 @@ declare const _default: {
|
|
4975
5151
|
})[];
|
4976
5152
|
acrylic?: boolean;
|
4977
5153
|
opacity?: number;
|
5154
|
+
} | {
|
5155
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5156
|
+
toned?: boolean;
|
5157
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4978
5158
|
};
|
4979
5159
|
border?: {
|
4980
5160
|
radius?: {
|
@@ -4991,7 +5171,7 @@ declare const _default: {
|
|
4991
5171
|
};
|
4992
5172
|
fill?: {
|
4993
5173
|
colors: (string | {
|
4994
|
-
colorType: "
|
5174
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4995
5175
|
toned?: boolean;
|
4996
5176
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4997
5177
|
} | {
|
@@ -5015,7 +5195,7 @@ declare const _default: {
|
|
5015
5195
|
variant3?: {
|
5016
5196
|
name?: string;
|
5017
5197
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5018
|
-
header
|
5198
|
+
header?: {
|
5019
5199
|
definitionId: {
|
5020
5200
|
toString: () => string;
|
5021
5201
|
equals?: {
|
@@ -5168,14 +5348,14 @@ declare const _default: {
|
|
5168
5348
|
};
|
5169
5349
|
styles: {
|
5170
5350
|
background?: {
|
5171
|
-
fill?: {
|
5351
|
+
fill?: string | {
|
5172
5352
|
colors: (string | {
|
5173
|
-
colorType: "
|
5353
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5174
5354
|
toned?: boolean;
|
5175
5355
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5176
5356
|
} | {
|
5177
5357
|
color: string | {
|
5178
|
-
colorType: "
|
5358
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5179
5359
|
toned?: boolean;
|
5180
5360
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5181
5361
|
};
|
@@ -5183,6 +5363,10 @@ declare const _default: {
|
|
5183
5363
|
})[];
|
5184
5364
|
acrylic?: boolean;
|
5185
5365
|
opacity?: number;
|
5366
|
+
} | {
|
5367
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5368
|
+
toned?: boolean;
|
5369
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5186
5370
|
};
|
5187
5371
|
border?: {
|
5188
5372
|
radius?: {
|
@@ -5199,7 +5383,7 @@ declare const _default: {
|
|
5199
5383
|
};
|
5200
5384
|
fill?: {
|
5201
5385
|
colors: (string | {
|
5202
|
-
colorType: "
|
5386
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5203
5387
|
toned?: boolean;
|
5204
5388
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5205
5389
|
} | {
|
@@ -5232,12 +5416,12 @@ declare const _default: {
|
|
5232
5416
|
xs?: {
|
5233
5417
|
color?: {
|
5234
5418
|
colors: (string | {
|
5235
|
-
colorType: "
|
5419
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5236
5420
|
toned?: boolean;
|
5237
5421
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5238
5422
|
} | {
|
5239
5423
|
color: string | {
|
5240
|
-
colorType: "
|
5424
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5241
5425
|
toned?: boolean;
|
5242
5426
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5243
5427
|
};
|
@@ -5251,12 +5435,12 @@ declare const _default: {
|
|
5251
5435
|
s?: {
|
5252
5436
|
color?: {
|
5253
5437
|
colors: (string | {
|
5254
|
-
colorType: "
|
5438
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5255
5439
|
toned?: boolean;
|
5256
5440
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5257
5441
|
} | {
|
5258
5442
|
color: string | {
|
5259
|
-
colorType: "
|
5443
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5260
5444
|
toned?: boolean;
|
5261
5445
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5262
5446
|
};
|
@@ -5270,12 +5454,12 @@ declare const _default: {
|
|
5270
5454
|
m?: {
|
5271
5455
|
color?: {
|
5272
5456
|
colors: (string | {
|
5273
|
-
colorType: "
|
5457
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5274
5458
|
toned?: boolean;
|
5275
5459
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5276
5460
|
} | {
|
5277
5461
|
color: string | {
|
5278
|
-
colorType: "
|
5462
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5279
5463
|
toned?: boolean;
|
5280
5464
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5281
5465
|
};
|
@@ -5289,12 +5473,12 @@ declare const _default: {
|
|
5289
5473
|
l?: {
|
5290
5474
|
color?: {
|
5291
5475
|
colors: (string | {
|
5292
|
-
colorType: "
|
5476
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5293
5477
|
toned?: boolean;
|
5294
5478
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5295
5479
|
} | {
|
5296
5480
|
color: string | {
|
5297
|
-
colorType: "
|
5481
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5298
5482
|
toned?: boolean;
|
5299
5483
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5300
5484
|
};
|
@@ -5308,12 +5492,12 @@ declare const _default: {
|
|
5308
5492
|
xl?: {
|
5309
5493
|
color?: {
|
5310
5494
|
colors: (string | {
|
5311
|
-
colorType: "
|
5495
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5312
5496
|
toned?: boolean;
|
5313
5497
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5314
5498
|
} | {
|
5315
5499
|
color: string | {
|
5316
|
-
colorType: "
|
5500
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5317
5501
|
toned?: boolean;
|
5318
5502
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5319
5503
|
};
|
@@ -5326,6 +5510,263 @@ declare const _default: {
|
|
5326
5510
|
};
|
5327
5511
|
name?: string;
|
5328
5512
|
};
|
5513
|
+
containers?: {
|
5514
|
+
variant1?: {
|
5515
|
+
name?: string;
|
5516
|
+
background?: {
|
5517
|
+
fill?: string | {
|
5518
|
+
colors: (string | {
|
5519
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5520
|
+
toned?: boolean;
|
5521
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5522
|
+
} | {
|
5523
|
+
color: string | {
|
5524
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5525
|
+
toned?: boolean;
|
5526
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5527
|
+
};
|
5528
|
+
stop?: number;
|
5529
|
+
})[];
|
5530
|
+
acrylic?: boolean;
|
5531
|
+
opacity?: number;
|
5532
|
+
} | {
|
5533
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5534
|
+
toned?: boolean;
|
5535
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5536
|
+
};
|
5537
|
+
border?: {
|
5538
|
+
radius?: {
|
5539
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
5540
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
5541
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
5542
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
5543
|
+
};
|
5544
|
+
width?: {
|
5545
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
5546
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
5547
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
5548
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
5549
|
+
};
|
5550
|
+
fill?: {
|
5551
|
+
colors: (string | {
|
5552
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5553
|
+
toned?: boolean;
|
5554
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5555
|
+
} | {
|
5556
|
+
color: string | {
|
5557
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5558
|
+
toned?: boolean;
|
5559
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5560
|
+
};
|
5561
|
+
stop?: number;
|
5562
|
+
})[];
|
5563
|
+
acrylic?: boolean;
|
5564
|
+
opacity?: number;
|
5565
|
+
};
|
5566
|
+
};
|
5567
|
+
elevation?: number;
|
5568
|
+
};
|
5569
|
+
id: {
|
5570
|
+
toString: () => string;
|
5571
|
+
equals?: {
|
5572
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5573
|
+
};
|
5574
|
+
};
|
5575
|
+
};
|
5576
|
+
variant2?: {
|
5577
|
+
name?: string;
|
5578
|
+
background?: {
|
5579
|
+
fill?: string | {
|
5580
|
+
colors: (string | {
|
5581
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5582
|
+
toned?: boolean;
|
5583
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5584
|
+
} | {
|
5585
|
+
color: string | {
|
5586
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5587
|
+
toned?: boolean;
|
5588
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5589
|
+
};
|
5590
|
+
stop?: number;
|
5591
|
+
})[];
|
5592
|
+
acrylic?: boolean;
|
5593
|
+
opacity?: number;
|
5594
|
+
} | {
|
5595
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5596
|
+
toned?: boolean;
|
5597
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5598
|
+
};
|
5599
|
+
border?: {
|
5600
|
+
radius?: {
|
5601
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
5602
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
5603
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
5604
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
5605
|
+
};
|
5606
|
+
width?: {
|
5607
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
5608
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
5609
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
5610
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
5611
|
+
};
|
5612
|
+
fill?: {
|
5613
|
+
colors: (string | {
|
5614
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5615
|
+
toned?: boolean;
|
5616
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5617
|
+
} | {
|
5618
|
+
color: string | {
|
5619
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5620
|
+
toned?: boolean;
|
5621
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5622
|
+
};
|
5623
|
+
stop?: number;
|
5624
|
+
})[];
|
5625
|
+
acrylic?: boolean;
|
5626
|
+
opacity?: number;
|
5627
|
+
};
|
5628
|
+
};
|
5629
|
+
elevation?: number;
|
5630
|
+
};
|
5631
|
+
id: {
|
5632
|
+
toString: () => string;
|
5633
|
+
equals?: {
|
5634
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5635
|
+
};
|
5636
|
+
};
|
5637
|
+
};
|
5638
|
+
variant3?: {
|
5639
|
+
name?: string;
|
5640
|
+
background?: {
|
5641
|
+
fill?: string | {
|
5642
|
+
colors: (string | {
|
5643
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5644
|
+
toned?: boolean;
|
5645
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5646
|
+
} | {
|
5647
|
+
color: string | {
|
5648
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5649
|
+
toned?: boolean;
|
5650
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5651
|
+
};
|
5652
|
+
stop?: number;
|
5653
|
+
})[];
|
5654
|
+
acrylic?: boolean;
|
5655
|
+
opacity?: number;
|
5656
|
+
} | {
|
5657
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5658
|
+
toned?: boolean;
|
5659
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5660
|
+
};
|
5661
|
+
border?: {
|
5662
|
+
radius?: {
|
5663
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
5664
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
5665
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
5666
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
5667
|
+
};
|
5668
|
+
width?: {
|
5669
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
5670
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
5671
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
5672
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
5673
|
+
};
|
5674
|
+
fill?: {
|
5675
|
+
colors: (string | {
|
5676
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5677
|
+
toned?: boolean;
|
5678
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5679
|
+
} | {
|
5680
|
+
color: string | {
|
5681
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5682
|
+
toned?: boolean;
|
5683
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5684
|
+
};
|
5685
|
+
stop?: number;
|
5686
|
+
})[];
|
5687
|
+
acrylic?: boolean;
|
5688
|
+
opacity?: number;
|
5689
|
+
};
|
5690
|
+
};
|
5691
|
+
elevation?: number;
|
5692
|
+
};
|
5693
|
+
id: {
|
5694
|
+
toString: () => string;
|
5695
|
+
equals?: {
|
5696
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5697
|
+
};
|
5698
|
+
};
|
5699
|
+
};
|
5700
|
+
variant4?: {
|
5701
|
+
name?: string;
|
5702
|
+
background?: {
|
5703
|
+
fill?: string | {
|
5704
|
+
colors: (string | {
|
5705
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5706
|
+
toned?: boolean;
|
5707
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5708
|
+
} | {
|
5709
|
+
color: string | {
|
5710
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5711
|
+
toned?: boolean;
|
5712
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5713
|
+
};
|
5714
|
+
stop?: number;
|
5715
|
+
})[];
|
5716
|
+
acrylic?: boolean;
|
5717
|
+
opacity?: number;
|
5718
|
+
} | {
|
5719
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5720
|
+
toned?: boolean;
|
5721
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5722
|
+
};
|
5723
|
+
border?: {
|
5724
|
+
radius?: {
|
5725
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
5726
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
5727
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
5728
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
5729
|
+
};
|
5730
|
+
width?: {
|
5731
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
5732
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
5733
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
5734
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
5735
|
+
};
|
5736
|
+
fill?: {
|
5737
|
+
colors: (string | {
|
5738
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5739
|
+
toned?: boolean;
|
5740
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5741
|
+
} | {
|
5742
|
+
color: string | {
|
5743
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5744
|
+
toned?: boolean;
|
5745
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5746
|
+
};
|
5747
|
+
stop?: number;
|
5748
|
+
})[];
|
5749
|
+
acrylic?: boolean;
|
5750
|
+
opacity?: number;
|
5751
|
+
};
|
5752
|
+
};
|
5753
|
+
elevation?: number;
|
5754
|
+
};
|
5755
|
+
id: {
|
5756
|
+
toString: () => string;
|
5757
|
+
equals?: {
|
5758
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5759
|
+
};
|
5760
|
+
};
|
5761
|
+
};
|
5762
|
+
name?: string;
|
5763
|
+
id: {
|
5764
|
+
toString: () => string;
|
5765
|
+
equals?: {
|
5766
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5767
|
+
};
|
5768
|
+
};
|
5769
|
+
};
|
5329
5770
|
name?: string;
|
5330
5771
|
id: {
|
5331
5772
|
toString: () => string;
|
@@ -5410,8 +5851,20 @@ declare const _default: {
|
|
5410
5851
|
get: {
|
5411
5852
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5412
5853
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5413
|
-
|
5414
|
-
|
5854
|
+
button: {
|
5855
|
+
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5856
|
+
};
|
5857
|
+
icon: {
|
5858
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5859
|
+
};
|
5860
|
+
block: {
|
5861
|
+
hasBlueprintVariant(type: string): boolean;
|
5862
|
+
blueprintByType(type: string): import("@omnia/fx-models").ChromeBlueprint;
|
5863
|
+
};
|
5864
|
+
container: {
|
5865
|
+
hasVariant(type: string): boolean;
|
5866
|
+
getByType(type: string): import("@omnia/fx-models").ContainerBlueprint;
|
5867
|
+
};
|
5415
5868
|
};
|
5416
5869
|
deactivated(): void;
|
5417
5870
|
};
|
@@ -5420,11 +5873,11 @@ declare const _default: {
|
|
5420
5873
|
fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
|
5421
5874
|
spacing: () => import("@omnia/fx-models").SpacingBlueprints;
|
5422
5875
|
component: () => import("@omnia/fx-models").ComponentBlueprints;
|
5423
|
-
color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "
|
5424
|
-
colorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "
|
5425
|
-
complementaryColorType: (colorType: "
|
5426
|
-
complementaryColor: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "
|
5427
|
-
complementaryColorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "
|
5876
|
+
color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
5877
|
+
colorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => ColorDefinition;
|
5878
|
+
complementaryColorType: (colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
5879
|
+
complementaryColor: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
5880
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "container" | "base" | "onBase" | "onContainer" | import("@omnia/fx-models").ColorTypes) => ColorDefinition;
|
5428
5881
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
5429
5882
|
};
|
5430
5883
|
};
|