@omnia/fx 8.0.151-dev → 8.0.153-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/appprovisioning/summary/InformationStepSummary.d.ts +56 -18
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/FillBladeEdit.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/FillsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/FillsEditorStore.d.ts +50 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/blades/EditTypographyFillBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +41 -1
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/docs/BorderPickerExample.d.ts +54 -15
- 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/buttonstyle/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +10 -3
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/docs/FillPickerExample.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +6 -3
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/aurora/components/typography/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/FillStyleDefinitions.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +31 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +248 -30
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +248 -30
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +248 -30
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +248 -30
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/DateTimeZonePickerExample.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholder.d.ts +56 -0
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholderSettings.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/loc/localize.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/models/DynamicPlaceholderSettings.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/journey/docs/SampleButtons.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/journey/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/journey/docs/SampleComponentMenu.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/journey/docs/SampleVariants.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/jsonexportimport/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +11 -10
- package/internal-do-not-import-from-here/ux/layoutcanvas/factories/EditorLayoutItemFactory.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/factories/LayoutItemFactory.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +11 -10
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/alert/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/chart/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +249 -30
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +498 -60
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithTabs.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/form/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/notification/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/pagination/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +498 -60
- package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +1 -27
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/textfield/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/pickerwrapper/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
- package/internal-do-not-import-from-here/ux/social/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +249 -30
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +18 -42
- 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/VelcronPropertyEditors.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronColorSchemaEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditEditorsPane.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-editors/EditEditorsPanel.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/EventDescriptors.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +10 -7
- package/internal-do-not-import-from-here/ux/velcron/editor/models/StateDescriptors.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +26 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/index.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +78 -23
- package/internal-do-not-import-from-here/ux/velcron/editor/templates/ContentTemplates.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/SlidePanel.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +21 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItemFactory.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +70 -58
- package/internal-do-not-import-from-here/wctypings.d.ts +131 -86
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/aurora/store/tmpUseIndexDb.d.ts +0 -69
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/PlaceHolderListingSettingsPanel.d.ts +0 -43
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/placeholders/PlaceHolderRegistrationApis.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +0 -31
- package/internal-do-not-import-from-here/ux/velcron/editor/models/BuiltInDescriptors.d.ts +0 -38
- /package/internal-do-not-import-from-here/ux/app/{AppLayoutPlaceHolderRegistration.d.ts → AppDynamicPlaceHolderRegistration.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{layoutcanvas/apis/PlaceHolderApis.d.ts → dynamicplaceholder/DynamicPlaceholderApis.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/{store → stores}/ContentEditorStore.d.ts +0 -0
@@ -118,6 +118,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
118
118
|
};
|
119
119
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
120
120
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
121
|
+
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
121
122
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
122
123
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
123
124
|
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
@@ -214,6 +215,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
214
215
|
};
|
215
216
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
216
217
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
218
|
+
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
217
219
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
218
220
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
219
221
|
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
@@ -310,6 +312,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
310
312
|
};
|
311
313
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
312
314
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
315
|
+
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
313
316
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
314
317
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
315
318
|
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
@@ -399,6 +402,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
399
402
|
};
|
400
403
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
401
404
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
405
|
+
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
402
406
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
403
407
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
404
408
|
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
@@ -748,6 +752,56 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
748
752
|
family: string;
|
749
753
|
cdn?: string;
|
750
754
|
};
|
755
|
+
fills?: {
|
756
|
+
variant1?: {
|
757
|
+
colors: (string | {
|
758
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
759
|
+
toned?: boolean;
|
760
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
761
|
+
} | {
|
762
|
+
color: string | {
|
763
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
764
|
+
toned?: boolean;
|
765
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
766
|
+
};
|
767
|
+
stop?: number;
|
768
|
+
})[];
|
769
|
+
acrylic?: boolean;
|
770
|
+
opacity?: number;
|
771
|
+
};
|
772
|
+
variant2?: {
|
773
|
+
colors: (string | {
|
774
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
775
|
+
toned?: boolean;
|
776
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
777
|
+
} | {
|
778
|
+
color: string | {
|
779
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
780
|
+
toned?: boolean;
|
781
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
782
|
+
};
|
783
|
+
stop?: number;
|
784
|
+
})[];
|
785
|
+
acrylic?: boolean;
|
786
|
+
opacity?: number;
|
787
|
+
};
|
788
|
+
variant3?: {
|
789
|
+
colors: (string | {
|
790
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
791
|
+
toned?: boolean;
|
792
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
793
|
+
} | {
|
794
|
+
color: string | {
|
795
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
796
|
+
toned?: boolean;
|
797
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
798
|
+
};
|
799
|
+
stop?: number;
|
800
|
+
})[];
|
801
|
+
acrylic?: boolean;
|
802
|
+
opacity?: number;
|
803
|
+
};
|
804
|
+
};
|
751
805
|
title: {
|
752
806
|
xl: {
|
753
807
|
decoration?: string;
|
@@ -839,6 +893,16 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
839
893
|
lineHeight: number;
|
840
894
|
};
|
841
895
|
};
|
896
|
+
font?: {
|
897
|
+
id: {
|
898
|
+
toString: () => string;
|
899
|
+
equals?: {
|
900
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
901
|
+
};
|
902
|
+
};
|
903
|
+
family: string;
|
904
|
+
cdn?: string;
|
905
|
+
};
|
842
906
|
};
|
843
907
|
text: {
|
844
908
|
l: {
|
@@ -913,6 +977,16 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
913
977
|
lineHeight: number;
|
914
978
|
};
|
915
979
|
};
|
980
|
+
font?: {
|
981
|
+
id: {
|
982
|
+
toString: () => string;
|
983
|
+
equals?: {
|
984
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
985
|
+
};
|
986
|
+
};
|
987
|
+
family: string;
|
988
|
+
cdn?: string;
|
989
|
+
};
|
916
990
|
};
|
917
991
|
navigation: {
|
918
992
|
l: {
|
@@ -951,6 +1025,16 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
951
1025
|
lineHeight: number;
|
952
1026
|
};
|
953
1027
|
};
|
1028
|
+
font?: {
|
1029
|
+
id: {
|
1030
|
+
toString: () => string;
|
1031
|
+
equals?: {
|
1032
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
1033
|
+
};
|
1034
|
+
};
|
1035
|
+
family: string;
|
1036
|
+
cdn?: string;
|
1037
|
+
};
|
954
1038
|
};
|
955
1039
|
link: {
|
956
1040
|
m: {
|
@@ -971,6 +1055,16 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
971
1055
|
lineHeight: number;
|
972
1056
|
};
|
973
1057
|
};
|
1058
|
+
font?: {
|
1059
|
+
id: {
|
1060
|
+
toString: () => string;
|
1061
|
+
equals?: {
|
1062
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
1063
|
+
};
|
1064
|
+
};
|
1065
|
+
family: string;
|
1066
|
+
cdn?: string;
|
1067
|
+
};
|
974
1068
|
};
|
975
1069
|
};
|
976
1070
|
name?: string;
|
@@ -1065,7 +1159,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1065
1159
|
};
|
1066
1160
|
alterCase?: boolean;
|
1067
1161
|
text?: {
|
1068
|
-
color?: {
|
1162
|
+
color?: string | {
|
1069
1163
|
colors: (string | {
|
1070
1164
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1071
1165
|
toned?: boolean;
|
@@ -1080,6 +1174,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1080
1174
|
})[];
|
1081
1175
|
acrylic?: boolean;
|
1082
1176
|
opacity?: number;
|
1177
|
+
} | {
|
1178
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1179
|
+
toned?: boolean;
|
1180
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1083
1181
|
};
|
1084
1182
|
typography?: {
|
1085
1183
|
decoration?: string;
|
@@ -1177,7 +1275,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1177
1275
|
};
|
1178
1276
|
alterCase?: boolean;
|
1179
1277
|
text?: {
|
1180
|
-
color?: {
|
1278
|
+
color?: string | {
|
1181
1279
|
colors: (string | {
|
1182
1280
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1183
1281
|
toned?: boolean;
|
@@ -1192,6 +1290,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1192
1290
|
})[];
|
1193
1291
|
acrylic?: boolean;
|
1194
1292
|
opacity?: number;
|
1293
|
+
} | {
|
1294
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1295
|
+
toned?: boolean;
|
1296
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1195
1297
|
};
|
1196
1298
|
typography?: {
|
1197
1299
|
decoration?: string;
|
@@ -1289,7 +1391,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1289
1391
|
};
|
1290
1392
|
alterCase?: boolean;
|
1291
1393
|
text?: {
|
1292
|
-
color?: {
|
1394
|
+
color?: string | {
|
1293
1395
|
colors: (string | {
|
1294
1396
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1295
1397
|
toned?: boolean;
|
@@ -1304,6 +1406,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1304
1406
|
})[];
|
1305
1407
|
acrylic?: boolean;
|
1306
1408
|
opacity?: number;
|
1409
|
+
} | {
|
1410
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1411
|
+
toned?: boolean;
|
1412
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1307
1413
|
};
|
1308
1414
|
typography?: {
|
1309
1415
|
decoration?: string;
|
@@ -1401,7 +1507,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1401
1507
|
};
|
1402
1508
|
alterCase?: boolean;
|
1403
1509
|
text?: {
|
1404
|
-
color?: {
|
1510
|
+
color?: string | {
|
1405
1511
|
colors: (string | {
|
1406
1512
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1407
1513
|
toned?: boolean;
|
@@ -1416,6 +1522,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1416
1522
|
})[];
|
1417
1523
|
acrylic?: boolean;
|
1418
1524
|
opacity?: number;
|
1525
|
+
} | {
|
1526
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1527
|
+
toned?: boolean;
|
1528
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1419
1529
|
};
|
1420
1530
|
typography?: {
|
1421
1531
|
decoration?: string;
|
@@ -1513,7 +1623,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1513
1623
|
};
|
1514
1624
|
alterCase?: boolean;
|
1515
1625
|
text?: {
|
1516
|
-
color?: {
|
1626
|
+
color?: string | {
|
1517
1627
|
colors: (string | {
|
1518
1628
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1519
1629
|
toned?: boolean;
|
@@ -1528,6 +1638,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1528
1638
|
})[];
|
1529
1639
|
acrylic?: boolean;
|
1530
1640
|
opacity?: number;
|
1641
|
+
} | {
|
1642
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1643
|
+
toned?: boolean;
|
1644
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1531
1645
|
};
|
1532
1646
|
typography?: {
|
1533
1647
|
decoration?: string;
|
@@ -1625,7 +1739,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1625
1739
|
};
|
1626
1740
|
alterCase?: boolean;
|
1627
1741
|
text?: {
|
1628
|
-
color?: {
|
1742
|
+
color?: string | {
|
1629
1743
|
colors: (string | {
|
1630
1744
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1631
1745
|
toned?: boolean;
|
@@ -1640,6 +1754,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1640
1754
|
})[];
|
1641
1755
|
acrylic?: boolean;
|
1642
1756
|
opacity?: number;
|
1757
|
+
} | {
|
1758
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1759
|
+
toned?: boolean;
|
1760
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1643
1761
|
};
|
1644
1762
|
typography?: {
|
1645
1763
|
decoration?: string;
|
@@ -1737,7 +1855,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1737
1855
|
};
|
1738
1856
|
alterCase?: boolean;
|
1739
1857
|
text?: {
|
1740
|
-
color?: {
|
1858
|
+
color?: string | {
|
1741
1859
|
colors: (string | {
|
1742
1860
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1743
1861
|
toned?: boolean;
|
@@ -1752,6 +1870,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1752
1870
|
})[];
|
1753
1871
|
acrylic?: boolean;
|
1754
1872
|
opacity?: number;
|
1873
|
+
} | {
|
1874
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1875
|
+
toned?: boolean;
|
1876
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1755
1877
|
};
|
1756
1878
|
typography?: {
|
1757
1879
|
decoration?: string;
|
@@ -1849,7 +1971,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1849
1971
|
};
|
1850
1972
|
alterCase?: boolean;
|
1851
1973
|
text?: {
|
1852
|
-
color?: {
|
1974
|
+
color?: string | {
|
1853
1975
|
colors: (string | {
|
1854
1976
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1855
1977
|
toned?: boolean;
|
@@ -1864,6 +1986,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1864
1986
|
})[];
|
1865
1987
|
acrylic?: boolean;
|
1866
1988
|
opacity?: number;
|
1989
|
+
} | {
|
1990
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1991
|
+
toned?: boolean;
|
1992
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1867
1993
|
};
|
1868
1994
|
typography?: {
|
1869
1995
|
decoration?: string;
|
@@ -1961,7 +2087,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1961
2087
|
};
|
1962
2088
|
alterCase?: boolean;
|
1963
2089
|
text?: {
|
1964
|
-
color?: {
|
2090
|
+
color?: string | {
|
1965
2091
|
colors: (string | {
|
1966
2092
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1967
2093
|
toned?: boolean;
|
@@ -1976,6 +2102,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1976
2102
|
})[];
|
1977
2103
|
acrylic?: boolean;
|
1978
2104
|
opacity?: number;
|
2105
|
+
} | {
|
2106
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2107
|
+
toned?: boolean;
|
2108
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1979
2109
|
};
|
1980
2110
|
typography?: {
|
1981
2111
|
decoration?: string;
|
@@ -2075,7 +2205,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2075
2205
|
};
|
2076
2206
|
alterCase?: boolean;
|
2077
2207
|
text?: {
|
2078
|
-
color?: {
|
2208
|
+
color?: string | {
|
2079
2209
|
colors: (string | {
|
2080
2210
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2081
2211
|
toned?: boolean;
|
@@ -2090,6 +2220,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2090
2220
|
})[];
|
2091
2221
|
acrylic?: boolean;
|
2092
2222
|
opacity?: number;
|
2223
|
+
} | {
|
2224
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2225
|
+
toned?: boolean;
|
2226
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2093
2227
|
};
|
2094
2228
|
typography?: {
|
2095
2229
|
decoration?: string;
|
@@ -2187,7 +2321,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2187
2321
|
};
|
2188
2322
|
alterCase?: boolean;
|
2189
2323
|
text?: {
|
2190
|
-
color?: {
|
2324
|
+
color?: string | {
|
2191
2325
|
colors: (string | {
|
2192
2326
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2193
2327
|
toned?: boolean;
|
@@ -2202,6 +2336,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2202
2336
|
})[];
|
2203
2337
|
acrylic?: boolean;
|
2204
2338
|
opacity?: number;
|
2339
|
+
} | {
|
2340
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2341
|
+
toned?: boolean;
|
2342
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2205
2343
|
};
|
2206
2344
|
typography?: {
|
2207
2345
|
decoration?: string;
|
@@ -2299,7 +2437,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2299
2437
|
};
|
2300
2438
|
alterCase?: boolean;
|
2301
2439
|
text?: {
|
2302
|
-
color?: {
|
2440
|
+
color?: string | {
|
2303
2441
|
colors: (string | {
|
2304
2442
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2305
2443
|
toned?: boolean;
|
@@ -2314,6 +2452,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2314
2452
|
})[];
|
2315
2453
|
acrylic?: boolean;
|
2316
2454
|
opacity?: number;
|
2455
|
+
} | {
|
2456
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2457
|
+
toned?: boolean;
|
2458
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2317
2459
|
};
|
2318
2460
|
typography?: {
|
2319
2461
|
decoration?: string;
|
@@ -2411,7 +2553,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2411
2553
|
};
|
2412
2554
|
alterCase?: boolean;
|
2413
2555
|
text?: {
|
2414
|
-
color?: {
|
2556
|
+
color?: string | {
|
2415
2557
|
colors: (string | {
|
2416
2558
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2417
2559
|
toned?: boolean;
|
@@ -2426,6 +2568,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2426
2568
|
})[];
|
2427
2569
|
acrylic?: boolean;
|
2428
2570
|
opacity?: number;
|
2571
|
+
} | {
|
2572
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2573
|
+
toned?: boolean;
|
2574
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2429
2575
|
};
|
2430
2576
|
typography?: {
|
2431
2577
|
decoration?: string;
|
@@ -2523,7 +2669,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2523
2669
|
};
|
2524
2670
|
alterCase?: boolean;
|
2525
2671
|
text?: {
|
2526
|
-
color?: {
|
2672
|
+
color?: string | {
|
2527
2673
|
colors: (string | {
|
2528
2674
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2529
2675
|
toned?: boolean;
|
@@ -2538,6 +2684,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2538
2684
|
})[];
|
2539
2685
|
acrylic?: boolean;
|
2540
2686
|
opacity?: number;
|
2687
|
+
} | {
|
2688
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2689
|
+
toned?: boolean;
|
2690
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2541
2691
|
};
|
2542
2692
|
typography?: {
|
2543
2693
|
decoration?: string;
|
@@ -2635,7 +2785,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2635
2785
|
};
|
2636
2786
|
alterCase?: boolean;
|
2637
2787
|
text?: {
|
2638
|
-
color?: {
|
2788
|
+
color?: string | {
|
2639
2789
|
colors: (string | {
|
2640
2790
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2641
2791
|
toned?: boolean;
|
@@ -2650,6 +2800,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2650
2800
|
})[];
|
2651
2801
|
acrylic?: boolean;
|
2652
2802
|
opacity?: number;
|
2803
|
+
} | {
|
2804
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2805
|
+
toned?: boolean;
|
2806
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2653
2807
|
};
|
2654
2808
|
typography?: {
|
2655
2809
|
decoration?: string;
|
@@ -2747,7 +2901,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2747
2901
|
};
|
2748
2902
|
alterCase?: boolean;
|
2749
2903
|
text?: {
|
2750
|
-
color?: {
|
2904
|
+
color?: string | {
|
2751
2905
|
colors: (string | {
|
2752
2906
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2753
2907
|
toned?: boolean;
|
@@ -2762,6 +2916,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2762
2916
|
})[];
|
2763
2917
|
acrylic?: boolean;
|
2764
2918
|
opacity?: number;
|
2919
|
+
} | {
|
2920
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2921
|
+
toned?: boolean;
|
2922
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2765
2923
|
};
|
2766
2924
|
typography?: {
|
2767
2925
|
decoration?: string;
|
@@ -2859,7 +3017,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2859
3017
|
};
|
2860
3018
|
alterCase?: boolean;
|
2861
3019
|
text?: {
|
2862
|
-
color?: {
|
3020
|
+
color?: string | {
|
2863
3021
|
colors: (string | {
|
2864
3022
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2865
3023
|
toned?: boolean;
|
@@ -2874,6 +3032,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2874
3032
|
})[];
|
2875
3033
|
acrylic?: boolean;
|
2876
3034
|
opacity?: number;
|
3035
|
+
} | {
|
3036
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
3037
|
+
toned?: boolean;
|
3038
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2877
3039
|
};
|
2878
3040
|
typography?: {
|
2879
3041
|
decoration?: string;
|
@@ -2971,7 +3133,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2971
3133
|
};
|
2972
3134
|
alterCase?: boolean;
|
2973
3135
|
text?: {
|
2974
|
-
color?: {
|
3136
|
+
color?: string | {
|
2975
3137
|
colors: (string | {
|
2976
3138
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2977
3139
|
toned?: boolean;
|
@@ -2986,6 +3148,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2986
3148
|
})[];
|
2987
3149
|
acrylic?: boolean;
|
2988
3150
|
opacity?: number;
|
3151
|
+
} | {
|
3152
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
3153
|
+
toned?: boolean;
|
3154
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2989
3155
|
};
|
2990
3156
|
typography?: {
|
2991
3157
|
decoration?: string;
|
@@ -3108,7 +3274,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3108
3274
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3109
3275
|
};
|
3110
3276
|
text?: {
|
3111
|
-
color?: {
|
3277
|
+
color?: string | {
|
3112
3278
|
colors: (string | {
|
3113
3279
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3114
3280
|
toned?: boolean;
|
@@ -3123,6 +3289,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3123
3289
|
})[];
|
3124
3290
|
acrylic?: boolean;
|
3125
3291
|
opacity?: number;
|
3292
|
+
} | {
|
3293
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
3294
|
+
toned?: boolean;
|
3295
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3126
3296
|
};
|
3127
3297
|
typography?: {
|
3128
3298
|
decoration?: string;
|
@@ -3218,7 +3388,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3218
3388
|
elevation?: number;
|
3219
3389
|
};
|
3220
3390
|
text?: {
|
3221
|
-
color?: {
|
3391
|
+
color?: string | {
|
3222
3392
|
colors: (string | {
|
3223
3393
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3224
3394
|
toned?: boolean;
|
@@ -3233,6 +3403,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3233
3403
|
})[];
|
3234
3404
|
acrylic?: boolean;
|
3235
3405
|
opacity?: number;
|
3406
|
+
} | {
|
3407
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
3408
|
+
toned?: boolean;
|
3409
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3236
3410
|
};
|
3237
3411
|
typography?: {
|
3238
3412
|
decoration?: string;
|
@@ -3399,7 +3573,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3399
3573
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3400
3574
|
};
|
3401
3575
|
text?: {
|
3402
|
-
color?: {
|
3576
|
+
color?: string | {
|
3403
3577
|
colors: (string | {
|
3404
3578
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3405
3579
|
toned?: boolean;
|
@@ -3414,6 +3588,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3414
3588
|
})[];
|
3415
3589
|
acrylic?: boolean;
|
3416
3590
|
opacity?: number;
|
3591
|
+
} | {
|
3592
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
3593
|
+
toned?: boolean;
|
3594
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3417
3595
|
};
|
3418
3596
|
typography?: {
|
3419
3597
|
decoration?: string;
|
@@ -3509,7 +3687,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3509
3687
|
elevation?: number;
|
3510
3688
|
};
|
3511
3689
|
text?: {
|
3512
|
-
color?: {
|
3690
|
+
color?: string | {
|
3513
3691
|
colors: (string | {
|
3514
3692
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3515
3693
|
toned?: boolean;
|
@@ -3524,6 +3702,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3524
3702
|
})[];
|
3525
3703
|
acrylic?: boolean;
|
3526
3704
|
opacity?: number;
|
3705
|
+
} | {
|
3706
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
3707
|
+
toned?: boolean;
|
3708
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3527
3709
|
};
|
3528
3710
|
typography?: {
|
3529
3711
|
decoration?: string;
|
@@ -3690,7 +3872,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3690
3872
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3691
3873
|
};
|
3692
3874
|
text?: {
|
3693
|
-
color?: {
|
3875
|
+
color?: string | {
|
3694
3876
|
colors: (string | {
|
3695
3877
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3696
3878
|
toned?: boolean;
|
@@ -3705,6 +3887,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3705
3887
|
})[];
|
3706
3888
|
acrylic?: boolean;
|
3707
3889
|
opacity?: number;
|
3890
|
+
} | {
|
3891
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
3892
|
+
toned?: boolean;
|
3893
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3708
3894
|
};
|
3709
3895
|
typography?: {
|
3710
3896
|
decoration?: string;
|
@@ -3800,7 +3986,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3800
3986
|
elevation?: number;
|
3801
3987
|
};
|
3802
3988
|
text?: {
|
3803
|
-
color?: {
|
3989
|
+
color?: string | {
|
3804
3990
|
colors: (string | {
|
3805
3991
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3806
3992
|
toned?: boolean;
|
@@ -3815,6 +4001,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3815
4001
|
})[];
|
3816
4002
|
acrylic?: boolean;
|
3817
4003
|
opacity?: number;
|
4004
|
+
} | {
|
4005
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4006
|
+
toned?: boolean;
|
4007
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3818
4008
|
};
|
3819
4009
|
typography?: {
|
3820
4010
|
decoration?: string;
|
@@ -3981,7 +4171,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3981
4171
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3982
4172
|
};
|
3983
4173
|
text?: {
|
3984
|
-
color?: {
|
4174
|
+
color?: string | {
|
3985
4175
|
colors: (string | {
|
3986
4176
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3987
4177
|
toned?: boolean;
|
@@ -3996,6 +4186,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3996
4186
|
})[];
|
3997
4187
|
acrylic?: boolean;
|
3998
4188
|
opacity?: number;
|
4189
|
+
} | {
|
4190
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4191
|
+
toned?: boolean;
|
4192
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3999
4193
|
};
|
4000
4194
|
typography?: {
|
4001
4195
|
decoration?: string;
|
@@ -4091,7 +4285,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4091
4285
|
elevation?: number;
|
4092
4286
|
};
|
4093
4287
|
text?: {
|
4094
|
-
color?: {
|
4288
|
+
color?: string | {
|
4095
4289
|
colors: (string | {
|
4096
4290
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4097
4291
|
toned?: boolean;
|
@@ -4106,6 +4300,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4106
4300
|
})[];
|
4107
4301
|
acrylic?: boolean;
|
4108
4302
|
opacity?: number;
|
4303
|
+
} | {
|
4304
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4305
|
+
toned?: boolean;
|
4306
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4109
4307
|
};
|
4110
4308
|
typography?: {
|
4111
4309
|
decoration?: string;
|
@@ -4332,8 +4530,13 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4332
4530
|
left?: string | number;
|
4333
4531
|
};
|
4334
4532
|
}[];
|
4335
|
-
|
4533
|
+
editors?: {
|
4336
4534
|
name?: string;
|
4535
|
+
icon?: {
|
4536
|
+
faClass: string;
|
4537
|
+
iconType: import("@omnia/fx-models").IconTypes;
|
4538
|
+
role?: string;
|
4539
|
+
};
|
4337
4540
|
category?: string;
|
4338
4541
|
type: string;
|
4339
4542
|
settings?: any;
|
@@ -4535,8 +4738,13 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4535
4738
|
left?: string | number;
|
4536
4739
|
};
|
4537
4740
|
}[];
|
4538
|
-
|
4741
|
+
editors?: {
|
4539
4742
|
name?: string;
|
4743
|
+
icon?: {
|
4744
|
+
faClass: string;
|
4745
|
+
iconType: import("@omnia/fx-models").IconTypes;
|
4746
|
+
role?: string;
|
4747
|
+
};
|
4540
4748
|
category?: string;
|
4541
4749
|
type: string;
|
4542
4750
|
settings?: any;
|
@@ -4738,8 +4946,13 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4738
4946
|
left?: string | number;
|
4739
4947
|
};
|
4740
4948
|
}[];
|
4741
|
-
|
4949
|
+
editors?: {
|
4742
4950
|
name?: string;
|
4951
|
+
icon?: {
|
4952
|
+
faClass: string;
|
4953
|
+
iconType: import("@omnia/fx-models").IconTypes;
|
4954
|
+
role?: string;
|
4955
|
+
};
|
4743
4956
|
category?: string;
|
4744
4957
|
type: string;
|
4745
4958
|
settings?: any;
|
@@ -4941,8 +5154,13 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4941
5154
|
left?: string | number;
|
4942
5155
|
};
|
4943
5156
|
}[];
|
4944
|
-
|
5157
|
+
editors?: {
|
4945
5158
|
name?: string;
|
5159
|
+
icon?: {
|
5160
|
+
faClass: string;
|
5161
|
+
iconType: import("@omnia/fx-models").IconTypes;
|
5162
|
+
role?: string;
|
5163
|
+
};
|
4946
5164
|
category?: string;
|
4947
5165
|
type: string;
|
4948
5166
|
settings?: any;
|
@@ -5209,6 +5427,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5209
5427
|
};
|
5210
5428
|
colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
|
5211
5429
|
typography: () => import("@omnia/fx-models").TypographyBlueprints;
|
5430
|
+
fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
|
5212
5431
|
spacing: () => import("@omnia/fx-models").SpacingBlueprints;
|
5213
5432
|
component: () => import("@omnia/fx-models").ComponentBlueprints;
|
5214
5433
|
color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
@@ -5419,6 +5638,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5419
5638
|
};
|
5420
5639
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
5421
5640
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
5641
|
+
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
5422
5642
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
5423
5643
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
5424
5644
|
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
@@ -5515,6 +5735,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5515
5735
|
};
|
5516
5736
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
5517
5737
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
5738
|
+
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
5518
5739
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
5519
5740
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
5520
5741
|
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
@@ -5611,6 +5832,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5611
5832
|
};
|
5612
5833
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
5613
5834
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
5835
|
+
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
5614
5836
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
5615
5837
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
5616
5838
|
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
@@ -5700,6 +5922,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5700
5922
|
};
|
5701
5923
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
5702
5924
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
5925
|
+
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
5703
5926
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
5704
5927
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
5705
5928
|
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
|
@@ -6049,6 +6272,56 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6049
6272
|
family: string;
|
6050
6273
|
cdn?: string;
|
6051
6274
|
};
|
6275
|
+
fills?: {
|
6276
|
+
variant1?: {
|
6277
|
+
colors: (string | {
|
6278
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
6279
|
+
toned?: boolean;
|
6280
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6281
|
+
} | {
|
6282
|
+
color: string | {
|
6283
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
6284
|
+
toned?: boolean;
|
6285
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6286
|
+
};
|
6287
|
+
stop?: number;
|
6288
|
+
})[];
|
6289
|
+
acrylic?: boolean;
|
6290
|
+
opacity?: number;
|
6291
|
+
};
|
6292
|
+
variant2?: {
|
6293
|
+
colors: (string | {
|
6294
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
6295
|
+
toned?: boolean;
|
6296
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6297
|
+
} | {
|
6298
|
+
color: string | {
|
6299
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
6300
|
+
toned?: boolean;
|
6301
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6302
|
+
};
|
6303
|
+
stop?: number;
|
6304
|
+
})[];
|
6305
|
+
acrylic?: boolean;
|
6306
|
+
opacity?: number;
|
6307
|
+
};
|
6308
|
+
variant3?: {
|
6309
|
+
colors: (string | {
|
6310
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
6311
|
+
toned?: boolean;
|
6312
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6313
|
+
} | {
|
6314
|
+
color: string | {
|
6315
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
6316
|
+
toned?: boolean;
|
6317
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6318
|
+
};
|
6319
|
+
stop?: number;
|
6320
|
+
})[];
|
6321
|
+
acrylic?: boolean;
|
6322
|
+
opacity?: number;
|
6323
|
+
};
|
6324
|
+
};
|
6052
6325
|
title: {
|
6053
6326
|
xl: {
|
6054
6327
|
decoration?: string;
|
@@ -6140,6 +6413,16 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6140
6413
|
lineHeight: number;
|
6141
6414
|
};
|
6142
6415
|
};
|
6416
|
+
font?: {
|
6417
|
+
id: {
|
6418
|
+
toString: () => string;
|
6419
|
+
equals?: {
|
6420
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6421
|
+
};
|
6422
|
+
};
|
6423
|
+
family: string;
|
6424
|
+
cdn?: string;
|
6425
|
+
};
|
6143
6426
|
};
|
6144
6427
|
text: {
|
6145
6428
|
l: {
|
@@ -6214,6 +6497,16 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6214
6497
|
lineHeight: number;
|
6215
6498
|
};
|
6216
6499
|
};
|
6500
|
+
font?: {
|
6501
|
+
id: {
|
6502
|
+
toString: () => string;
|
6503
|
+
equals?: {
|
6504
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6505
|
+
};
|
6506
|
+
};
|
6507
|
+
family: string;
|
6508
|
+
cdn?: string;
|
6509
|
+
};
|
6217
6510
|
};
|
6218
6511
|
navigation: {
|
6219
6512
|
l: {
|
@@ -6252,6 +6545,16 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6252
6545
|
lineHeight: number;
|
6253
6546
|
};
|
6254
6547
|
};
|
6548
|
+
font?: {
|
6549
|
+
id: {
|
6550
|
+
toString: () => string;
|
6551
|
+
equals?: {
|
6552
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6553
|
+
};
|
6554
|
+
};
|
6555
|
+
family: string;
|
6556
|
+
cdn?: string;
|
6557
|
+
};
|
6255
6558
|
};
|
6256
6559
|
link: {
|
6257
6560
|
m: {
|
@@ -6272,6 +6575,16 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6272
6575
|
lineHeight: number;
|
6273
6576
|
};
|
6274
6577
|
};
|
6578
|
+
font?: {
|
6579
|
+
id: {
|
6580
|
+
toString: () => string;
|
6581
|
+
equals?: {
|
6582
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6583
|
+
};
|
6584
|
+
};
|
6585
|
+
family: string;
|
6586
|
+
cdn?: string;
|
6587
|
+
};
|
6275
6588
|
};
|
6276
6589
|
};
|
6277
6590
|
name?: string;
|
@@ -6366,7 +6679,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6366
6679
|
};
|
6367
6680
|
alterCase?: boolean;
|
6368
6681
|
text?: {
|
6369
|
-
color?: {
|
6682
|
+
color?: string | {
|
6370
6683
|
colors: (string | {
|
6371
6684
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
6372
6685
|
toned?: boolean;
|
@@ -6381,6 +6694,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6381
6694
|
})[];
|
6382
6695
|
acrylic?: boolean;
|
6383
6696
|
opacity?: number;
|
6697
|
+
} | {
|
6698
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
6699
|
+
toned?: boolean;
|
6700
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6384
6701
|
};
|
6385
6702
|
typography?: {
|
6386
6703
|
decoration?: string;
|
@@ -6478,7 +6795,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6478
6795
|
};
|
6479
6796
|
alterCase?: boolean;
|
6480
6797
|
text?: {
|
6481
|
-
color?: {
|
6798
|
+
color?: string | {
|
6482
6799
|
colors: (string | {
|
6483
6800
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
6484
6801
|
toned?: boolean;
|
@@ -6493,6 +6810,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6493
6810
|
})[];
|
6494
6811
|
acrylic?: boolean;
|
6495
6812
|
opacity?: number;
|
6813
|
+
} | {
|
6814
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
6815
|
+
toned?: boolean;
|
6816
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6496
6817
|
};
|
6497
6818
|
typography?: {
|
6498
6819
|
decoration?: string;
|
@@ -6590,7 +6911,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6590
6911
|
};
|
6591
6912
|
alterCase?: boolean;
|
6592
6913
|
text?: {
|
6593
|
-
color?: {
|
6914
|
+
color?: string | {
|
6594
6915
|
colors: (string | {
|
6595
6916
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
6596
6917
|
toned?: boolean;
|
@@ -6605,6 +6926,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6605
6926
|
})[];
|
6606
6927
|
acrylic?: boolean;
|
6607
6928
|
opacity?: number;
|
6929
|
+
} | {
|
6930
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
6931
|
+
toned?: boolean;
|
6932
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6608
6933
|
};
|
6609
6934
|
typography?: {
|
6610
6935
|
decoration?: string;
|
@@ -6702,7 +7027,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6702
7027
|
};
|
6703
7028
|
alterCase?: boolean;
|
6704
7029
|
text?: {
|
6705
|
-
color?: {
|
7030
|
+
color?: string | {
|
6706
7031
|
colors: (string | {
|
6707
7032
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
6708
7033
|
toned?: boolean;
|
@@ -6717,6 +7042,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6717
7042
|
})[];
|
6718
7043
|
acrylic?: boolean;
|
6719
7044
|
opacity?: number;
|
7045
|
+
} | {
|
7046
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
7047
|
+
toned?: boolean;
|
7048
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6720
7049
|
};
|
6721
7050
|
typography?: {
|
6722
7051
|
decoration?: string;
|
@@ -6814,7 +7143,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6814
7143
|
};
|
6815
7144
|
alterCase?: boolean;
|
6816
7145
|
text?: {
|
6817
|
-
color?: {
|
7146
|
+
color?: string | {
|
6818
7147
|
colors: (string | {
|
6819
7148
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
6820
7149
|
toned?: boolean;
|
@@ -6829,6 +7158,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6829
7158
|
})[];
|
6830
7159
|
acrylic?: boolean;
|
6831
7160
|
opacity?: number;
|
7161
|
+
} | {
|
7162
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
7163
|
+
toned?: boolean;
|
7164
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6832
7165
|
};
|
6833
7166
|
typography?: {
|
6834
7167
|
decoration?: string;
|
@@ -6926,7 +7259,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6926
7259
|
};
|
6927
7260
|
alterCase?: boolean;
|
6928
7261
|
text?: {
|
6929
|
-
color?: {
|
7262
|
+
color?: string | {
|
6930
7263
|
colors: (string | {
|
6931
7264
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
6932
7265
|
toned?: boolean;
|
@@ -6941,6 +7274,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6941
7274
|
})[];
|
6942
7275
|
acrylic?: boolean;
|
6943
7276
|
opacity?: number;
|
7277
|
+
} | {
|
7278
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
7279
|
+
toned?: boolean;
|
7280
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6944
7281
|
};
|
6945
7282
|
typography?: {
|
6946
7283
|
decoration?: string;
|
@@ -7038,7 +7375,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7038
7375
|
};
|
7039
7376
|
alterCase?: boolean;
|
7040
7377
|
text?: {
|
7041
|
-
color?: {
|
7378
|
+
color?: string | {
|
7042
7379
|
colors: (string | {
|
7043
7380
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
7044
7381
|
toned?: boolean;
|
@@ -7053,6 +7390,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7053
7390
|
})[];
|
7054
7391
|
acrylic?: boolean;
|
7055
7392
|
opacity?: number;
|
7393
|
+
} | {
|
7394
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
7395
|
+
toned?: boolean;
|
7396
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7056
7397
|
};
|
7057
7398
|
typography?: {
|
7058
7399
|
decoration?: string;
|
@@ -7150,7 +7491,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7150
7491
|
};
|
7151
7492
|
alterCase?: boolean;
|
7152
7493
|
text?: {
|
7153
|
-
color?: {
|
7494
|
+
color?: string | {
|
7154
7495
|
colors: (string | {
|
7155
7496
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
7156
7497
|
toned?: boolean;
|
@@ -7165,6 +7506,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7165
7506
|
})[];
|
7166
7507
|
acrylic?: boolean;
|
7167
7508
|
opacity?: number;
|
7509
|
+
} | {
|
7510
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
7511
|
+
toned?: boolean;
|
7512
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7168
7513
|
};
|
7169
7514
|
typography?: {
|
7170
7515
|
decoration?: string;
|
@@ -7262,7 +7607,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7262
7607
|
};
|
7263
7608
|
alterCase?: boolean;
|
7264
7609
|
text?: {
|
7265
|
-
color?: {
|
7610
|
+
color?: string | {
|
7266
7611
|
colors: (string | {
|
7267
7612
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
7268
7613
|
toned?: boolean;
|
@@ -7277,6 +7622,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7277
7622
|
})[];
|
7278
7623
|
acrylic?: boolean;
|
7279
7624
|
opacity?: number;
|
7625
|
+
} | {
|
7626
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
7627
|
+
toned?: boolean;
|
7628
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7280
7629
|
};
|
7281
7630
|
typography?: {
|
7282
7631
|
decoration?: string;
|
@@ -7376,7 +7725,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7376
7725
|
};
|
7377
7726
|
alterCase?: boolean;
|
7378
7727
|
text?: {
|
7379
|
-
color?: {
|
7728
|
+
color?: string | {
|
7380
7729
|
colors: (string | {
|
7381
7730
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
7382
7731
|
toned?: boolean;
|
@@ -7391,6 +7740,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7391
7740
|
})[];
|
7392
7741
|
acrylic?: boolean;
|
7393
7742
|
opacity?: number;
|
7743
|
+
} | {
|
7744
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
7745
|
+
toned?: boolean;
|
7746
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7394
7747
|
};
|
7395
7748
|
typography?: {
|
7396
7749
|
decoration?: string;
|
@@ -7488,7 +7841,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7488
7841
|
};
|
7489
7842
|
alterCase?: boolean;
|
7490
7843
|
text?: {
|
7491
|
-
color?: {
|
7844
|
+
color?: string | {
|
7492
7845
|
colors: (string | {
|
7493
7846
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
7494
7847
|
toned?: boolean;
|
@@ -7503,6 +7856,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7503
7856
|
})[];
|
7504
7857
|
acrylic?: boolean;
|
7505
7858
|
opacity?: number;
|
7859
|
+
} | {
|
7860
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
7861
|
+
toned?: boolean;
|
7862
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7506
7863
|
};
|
7507
7864
|
typography?: {
|
7508
7865
|
decoration?: string;
|
@@ -7600,7 +7957,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7600
7957
|
};
|
7601
7958
|
alterCase?: boolean;
|
7602
7959
|
text?: {
|
7603
|
-
color?: {
|
7960
|
+
color?: string | {
|
7604
7961
|
colors: (string | {
|
7605
7962
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
7606
7963
|
toned?: boolean;
|
@@ -7615,6 +7972,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7615
7972
|
})[];
|
7616
7973
|
acrylic?: boolean;
|
7617
7974
|
opacity?: number;
|
7975
|
+
} | {
|
7976
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
7977
|
+
toned?: boolean;
|
7978
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7618
7979
|
};
|
7619
7980
|
typography?: {
|
7620
7981
|
decoration?: string;
|
@@ -7712,7 +8073,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7712
8073
|
};
|
7713
8074
|
alterCase?: boolean;
|
7714
8075
|
text?: {
|
7715
|
-
color?: {
|
8076
|
+
color?: string | {
|
7716
8077
|
colors: (string | {
|
7717
8078
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
7718
8079
|
toned?: boolean;
|
@@ -7727,6 +8088,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7727
8088
|
})[];
|
7728
8089
|
acrylic?: boolean;
|
7729
8090
|
opacity?: number;
|
8091
|
+
} | {
|
8092
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
8093
|
+
toned?: boolean;
|
8094
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7730
8095
|
};
|
7731
8096
|
typography?: {
|
7732
8097
|
decoration?: string;
|
@@ -7824,7 +8189,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7824
8189
|
};
|
7825
8190
|
alterCase?: boolean;
|
7826
8191
|
text?: {
|
7827
|
-
color?: {
|
8192
|
+
color?: string | {
|
7828
8193
|
colors: (string | {
|
7829
8194
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
7830
8195
|
toned?: boolean;
|
@@ -7839,6 +8204,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7839
8204
|
})[];
|
7840
8205
|
acrylic?: boolean;
|
7841
8206
|
opacity?: number;
|
8207
|
+
} | {
|
8208
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
8209
|
+
toned?: boolean;
|
8210
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7842
8211
|
};
|
7843
8212
|
typography?: {
|
7844
8213
|
decoration?: string;
|
@@ -7936,7 +8305,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7936
8305
|
};
|
7937
8306
|
alterCase?: boolean;
|
7938
8307
|
text?: {
|
7939
|
-
color?: {
|
8308
|
+
color?: string | {
|
7940
8309
|
colors: (string | {
|
7941
8310
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
7942
8311
|
toned?: boolean;
|
@@ -7951,6 +8320,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7951
8320
|
})[];
|
7952
8321
|
acrylic?: boolean;
|
7953
8322
|
opacity?: number;
|
8323
|
+
} | {
|
8324
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
8325
|
+
toned?: boolean;
|
8326
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7954
8327
|
};
|
7955
8328
|
typography?: {
|
7956
8329
|
decoration?: string;
|
@@ -8048,7 +8421,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8048
8421
|
};
|
8049
8422
|
alterCase?: boolean;
|
8050
8423
|
text?: {
|
8051
|
-
color?: {
|
8424
|
+
color?: string | {
|
8052
8425
|
colors: (string | {
|
8053
8426
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
8054
8427
|
toned?: boolean;
|
@@ -8063,6 +8436,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8063
8436
|
})[];
|
8064
8437
|
acrylic?: boolean;
|
8065
8438
|
opacity?: number;
|
8439
|
+
} | {
|
8440
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
8441
|
+
toned?: boolean;
|
8442
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8066
8443
|
};
|
8067
8444
|
typography?: {
|
8068
8445
|
decoration?: string;
|
@@ -8160,7 +8537,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8160
8537
|
};
|
8161
8538
|
alterCase?: boolean;
|
8162
8539
|
text?: {
|
8163
|
-
color?: {
|
8540
|
+
color?: string | {
|
8164
8541
|
colors: (string | {
|
8165
8542
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
8166
8543
|
toned?: boolean;
|
@@ -8175,6 +8552,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8175
8552
|
})[];
|
8176
8553
|
acrylic?: boolean;
|
8177
8554
|
opacity?: number;
|
8555
|
+
} | {
|
8556
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
8557
|
+
toned?: boolean;
|
8558
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8178
8559
|
};
|
8179
8560
|
typography?: {
|
8180
8561
|
decoration?: string;
|
@@ -8272,7 +8653,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8272
8653
|
};
|
8273
8654
|
alterCase?: boolean;
|
8274
8655
|
text?: {
|
8275
|
-
color?: {
|
8656
|
+
color?: string | {
|
8276
8657
|
colors: (string | {
|
8277
8658
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
8278
8659
|
toned?: boolean;
|
@@ -8287,6 +8668,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8287
8668
|
})[];
|
8288
8669
|
acrylic?: boolean;
|
8289
8670
|
opacity?: number;
|
8671
|
+
} | {
|
8672
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
8673
|
+
toned?: boolean;
|
8674
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8290
8675
|
};
|
8291
8676
|
typography?: {
|
8292
8677
|
decoration?: string;
|
@@ -8409,7 +8794,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8409
8794
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8410
8795
|
};
|
8411
8796
|
text?: {
|
8412
|
-
color?: {
|
8797
|
+
color?: string | {
|
8413
8798
|
colors: (string | {
|
8414
8799
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
8415
8800
|
toned?: boolean;
|
@@ -8424,6 +8809,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8424
8809
|
})[];
|
8425
8810
|
acrylic?: boolean;
|
8426
8811
|
opacity?: number;
|
8812
|
+
} | {
|
8813
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
8814
|
+
toned?: boolean;
|
8815
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8427
8816
|
};
|
8428
8817
|
typography?: {
|
8429
8818
|
decoration?: string;
|
@@ -8519,7 +8908,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8519
8908
|
elevation?: number;
|
8520
8909
|
};
|
8521
8910
|
text?: {
|
8522
|
-
color?: {
|
8911
|
+
color?: string | {
|
8523
8912
|
colors: (string | {
|
8524
8913
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
8525
8914
|
toned?: boolean;
|
@@ -8534,6 +8923,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8534
8923
|
})[];
|
8535
8924
|
acrylic?: boolean;
|
8536
8925
|
opacity?: number;
|
8926
|
+
} | {
|
8927
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
8928
|
+
toned?: boolean;
|
8929
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8537
8930
|
};
|
8538
8931
|
typography?: {
|
8539
8932
|
decoration?: string;
|
@@ -8700,7 +9093,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8700
9093
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8701
9094
|
};
|
8702
9095
|
text?: {
|
8703
|
-
color?: {
|
9096
|
+
color?: string | {
|
8704
9097
|
colors: (string | {
|
8705
9098
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
8706
9099
|
toned?: boolean;
|
@@ -8715,6 +9108,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8715
9108
|
})[];
|
8716
9109
|
acrylic?: boolean;
|
8717
9110
|
opacity?: number;
|
9111
|
+
} | {
|
9112
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
9113
|
+
toned?: boolean;
|
9114
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8718
9115
|
};
|
8719
9116
|
typography?: {
|
8720
9117
|
decoration?: string;
|
@@ -8810,7 +9207,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8810
9207
|
elevation?: number;
|
8811
9208
|
};
|
8812
9209
|
text?: {
|
8813
|
-
color?: {
|
9210
|
+
color?: string | {
|
8814
9211
|
colors: (string | {
|
8815
9212
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
8816
9213
|
toned?: boolean;
|
@@ -8825,6 +9222,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8825
9222
|
})[];
|
8826
9223
|
acrylic?: boolean;
|
8827
9224
|
opacity?: number;
|
9225
|
+
} | {
|
9226
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
9227
|
+
toned?: boolean;
|
9228
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8828
9229
|
};
|
8829
9230
|
typography?: {
|
8830
9231
|
decoration?: string;
|
@@ -8991,7 +9392,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8991
9392
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8992
9393
|
};
|
8993
9394
|
text?: {
|
8994
|
-
color?: {
|
9395
|
+
color?: string | {
|
8995
9396
|
colors: (string | {
|
8996
9397
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
8997
9398
|
toned?: boolean;
|
@@ -9006,6 +9407,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9006
9407
|
})[];
|
9007
9408
|
acrylic?: boolean;
|
9008
9409
|
opacity?: number;
|
9410
|
+
} | {
|
9411
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
9412
|
+
toned?: boolean;
|
9413
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
9009
9414
|
};
|
9010
9415
|
typography?: {
|
9011
9416
|
decoration?: string;
|
@@ -9101,7 +9506,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9101
9506
|
elevation?: number;
|
9102
9507
|
};
|
9103
9508
|
text?: {
|
9104
|
-
color?: {
|
9509
|
+
color?: string | {
|
9105
9510
|
colors: (string | {
|
9106
9511
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
9107
9512
|
toned?: boolean;
|
@@ -9116,6 +9521,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9116
9521
|
})[];
|
9117
9522
|
acrylic?: boolean;
|
9118
9523
|
opacity?: number;
|
9524
|
+
} | {
|
9525
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
9526
|
+
toned?: boolean;
|
9527
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
9119
9528
|
};
|
9120
9529
|
typography?: {
|
9121
9530
|
decoration?: string;
|
@@ -9282,7 +9691,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9282
9691
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
9283
9692
|
};
|
9284
9693
|
text?: {
|
9285
|
-
color?: {
|
9694
|
+
color?: string | {
|
9286
9695
|
colors: (string | {
|
9287
9696
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
9288
9697
|
toned?: boolean;
|
@@ -9297,6 +9706,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9297
9706
|
})[];
|
9298
9707
|
acrylic?: boolean;
|
9299
9708
|
opacity?: number;
|
9709
|
+
} | {
|
9710
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
9711
|
+
toned?: boolean;
|
9712
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
9300
9713
|
};
|
9301
9714
|
typography?: {
|
9302
9715
|
decoration?: string;
|
@@ -9392,7 +9805,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9392
9805
|
elevation?: number;
|
9393
9806
|
};
|
9394
9807
|
text?: {
|
9395
|
-
color?: {
|
9808
|
+
color?: string | {
|
9396
9809
|
colors: (string | {
|
9397
9810
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
9398
9811
|
toned?: boolean;
|
@@ -9407,6 +9820,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9407
9820
|
})[];
|
9408
9821
|
acrylic?: boolean;
|
9409
9822
|
opacity?: number;
|
9823
|
+
} | {
|
9824
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
9825
|
+
toned?: boolean;
|
9826
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
9410
9827
|
};
|
9411
9828
|
typography?: {
|
9412
9829
|
decoration?: string;
|
@@ -9633,8 +10050,13 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9633
10050
|
left?: string | number;
|
9634
10051
|
};
|
9635
10052
|
}[];
|
9636
|
-
|
10053
|
+
editors?: {
|
9637
10054
|
name?: string;
|
10055
|
+
icon?: {
|
10056
|
+
faClass: string;
|
10057
|
+
iconType: import("@omnia/fx-models").IconTypes;
|
10058
|
+
role?: string;
|
10059
|
+
};
|
9638
10060
|
category?: string;
|
9639
10061
|
type: string;
|
9640
10062
|
settings?: any;
|
@@ -9836,8 +10258,13 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9836
10258
|
left?: string | number;
|
9837
10259
|
};
|
9838
10260
|
}[];
|
9839
|
-
|
10261
|
+
editors?: {
|
9840
10262
|
name?: string;
|
10263
|
+
icon?: {
|
10264
|
+
faClass: string;
|
10265
|
+
iconType: import("@omnia/fx-models").IconTypes;
|
10266
|
+
role?: string;
|
10267
|
+
};
|
9841
10268
|
category?: string;
|
9842
10269
|
type: string;
|
9843
10270
|
settings?: any;
|
@@ -10039,8 +10466,13 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
10039
10466
|
left?: string | number;
|
10040
10467
|
};
|
10041
10468
|
}[];
|
10042
|
-
|
10469
|
+
editors?: {
|
10043
10470
|
name?: string;
|
10471
|
+
icon?: {
|
10472
|
+
faClass: string;
|
10473
|
+
iconType: import("@omnia/fx-models").IconTypes;
|
10474
|
+
role?: string;
|
10475
|
+
};
|
10044
10476
|
category?: string;
|
10045
10477
|
type: string;
|
10046
10478
|
settings?: any;
|
@@ -10242,8 +10674,13 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
10242
10674
|
left?: string | number;
|
10243
10675
|
};
|
10244
10676
|
}[];
|
10245
|
-
|
10677
|
+
editors?: {
|
10246
10678
|
name?: string;
|
10679
|
+
icon?: {
|
10680
|
+
faClass: string;
|
10681
|
+
iconType: import("@omnia/fx-models").IconTypes;
|
10682
|
+
role?: string;
|
10683
|
+
};
|
10247
10684
|
category?: string;
|
10248
10685
|
type: string;
|
10249
10686
|
settings?: any;
|
@@ -10510,6 +10947,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
10510
10947
|
};
|
10511
10948
|
colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
|
10512
10949
|
typography: () => import("@omnia/fx-models").TypographyBlueprints;
|
10950
|
+
fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
|
10513
10951
|
spacing: () => import("@omnia/fx-models").SpacingBlueprints;
|
10514
10952
|
component: () => import("@omnia/fx-models").ComponentBlueprints;
|
10515
10953
|
color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|