@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
@@ -108,6 +108,7 @@ declare const _default: <T extends unknown>(props: {
|
|
108
108
|
};
|
109
109
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
110
110
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
111
|
+
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
111
112
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
112
113
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
113
114
|
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;
|
@@ -204,6 +205,7 @@ declare const _default: <T extends unknown>(props: {
|
|
204
205
|
};
|
205
206
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
206
207
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
208
|
+
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
207
209
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
208
210
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
209
211
|
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;
|
@@ -300,6 +302,7 @@ declare const _default: <T extends unknown>(props: {
|
|
300
302
|
};
|
301
303
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
302
304
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
305
|
+
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
303
306
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
304
307
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
305
308
|
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;
|
@@ -389,6 +392,7 @@ declare const _default: <T extends unknown>(props: {
|
|
389
392
|
};
|
390
393
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
391
394
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
395
|
+
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
392
396
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
393
397
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
394
398
|
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;
|
@@ -738,6 +742,56 @@ declare const _default: <T extends unknown>(props: {
|
|
738
742
|
family: string;
|
739
743
|
cdn?: string;
|
740
744
|
};
|
745
|
+
fills?: {
|
746
|
+
variant1?: {
|
747
|
+
colors: (string | {
|
748
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
749
|
+
toned?: boolean;
|
750
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
751
|
+
} | {
|
752
|
+
color: string | {
|
753
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
754
|
+
toned?: boolean;
|
755
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
756
|
+
};
|
757
|
+
stop?: number;
|
758
|
+
})[];
|
759
|
+
acrylic?: boolean;
|
760
|
+
opacity?: number;
|
761
|
+
};
|
762
|
+
variant2?: {
|
763
|
+
colors: (string | {
|
764
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
765
|
+
toned?: boolean;
|
766
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
767
|
+
} | {
|
768
|
+
color: string | {
|
769
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
770
|
+
toned?: boolean;
|
771
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
772
|
+
};
|
773
|
+
stop?: number;
|
774
|
+
})[];
|
775
|
+
acrylic?: boolean;
|
776
|
+
opacity?: number;
|
777
|
+
};
|
778
|
+
variant3?: {
|
779
|
+
colors: (string | {
|
780
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
781
|
+
toned?: boolean;
|
782
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
783
|
+
} | {
|
784
|
+
color: string | {
|
785
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
786
|
+
toned?: boolean;
|
787
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
788
|
+
};
|
789
|
+
stop?: number;
|
790
|
+
})[];
|
791
|
+
acrylic?: boolean;
|
792
|
+
opacity?: number;
|
793
|
+
};
|
794
|
+
};
|
741
795
|
title: {
|
742
796
|
xl: {
|
743
797
|
decoration?: string;
|
@@ -829,6 +883,16 @@ declare const _default: <T extends unknown>(props: {
|
|
829
883
|
lineHeight: number;
|
830
884
|
};
|
831
885
|
};
|
886
|
+
font?: {
|
887
|
+
id: {
|
888
|
+
toString: () => string;
|
889
|
+
equals?: {
|
890
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
891
|
+
};
|
892
|
+
};
|
893
|
+
family: string;
|
894
|
+
cdn?: string;
|
895
|
+
};
|
832
896
|
};
|
833
897
|
text: {
|
834
898
|
l: {
|
@@ -903,6 +967,16 @@ declare const _default: <T extends unknown>(props: {
|
|
903
967
|
lineHeight: number;
|
904
968
|
};
|
905
969
|
};
|
970
|
+
font?: {
|
971
|
+
id: {
|
972
|
+
toString: () => string;
|
973
|
+
equals?: {
|
974
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
975
|
+
};
|
976
|
+
};
|
977
|
+
family: string;
|
978
|
+
cdn?: string;
|
979
|
+
};
|
906
980
|
};
|
907
981
|
navigation: {
|
908
982
|
l: {
|
@@ -941,6 +1015,16 @@ declare const _default: <T extends unknown>(props: {
|
|
941
1015
|
lineHeight: number;
|
942
1016
|
};
|
943
1017
|
};
|
1018
|
+
font?: {
|
1019
|
+
id: {
|
1020
|
+
toString: () => string;
|
1021
|
+
equals?: {
|
1022
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
1023
|
+
};
|
1024
|
+
};
|
1025
|
+
family: string;
|
1026
|
+
cdn?: string;
|
1027
|
+
};
|
944
1028
|
};
|
945
1029
|
link: {
|
946
1030
|
m: {
|
@@ -961,6 +1045,16 @@ declare const _default: <T extends unknown>(props: {
|
|
961
1045
|
lineHeight: number;
|
962
1046
|
};
|
963
1047
|
};
|
1048
|
+
font?: {
|
1049
|
+
id: {
|
1050
|
+
toString: () => string;
|
1051
|
+
equals?: {
|
1052
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
1053
|
+
};
|
1054
|
+
};
|
1055
|
+
family: string;
|
1056
|
+
cdn?: string;
|
1057
|
+
};
|
964
1058
|
};
|
965
1059
|
};
|
966
1060
|
name?: string;
|
@@ -1055,7 +1149,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1055
1149
|
};
|
1056
1150
|
alterCase?: boolean;
|
1057
1151
|
text?: {
|
1058
|
-
color?: {
|
1152
|
+
color?: string | {
|
1059
1153
|
colors: (string | {
|
1060
1154
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1061
1155
|
toned?: boolean;
|
@@ -1070,6 +1164,10 @@ declare const _default: <T extends unknown>(props: {
|
|
1070
1164
|
})[];
|
1071
1165
|
acrylic?: boolean;
|
1072
1166
|
opacity?: number;
|
1167
|
+
} | {
|
1168
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1169
|
+
toned?: boolean;
|
1170
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1073
1171
|
};
|
1074
1172
|
typography?: {
|
1075
1173
|
decoration?: string;
|
@@ -1167,7 +1265,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1167
1265
|
};
|
1168
1266
|
alterCase?: boolean;
|
1169
1267
|
text?: {
|
1170
|
-
color?: {
|
1268
|
+
color?: string | {
|
1171
1269
|
colors: (string | {
|
1172
1270
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1173
1271
|
toned?: boolean;
|
@@ -1182,6 +1280,10 @@ declare const _default: <T extends unknown>(props: {
|
|
1182
1280
|
})[];
|
1183
1281
|
acrylic?: boolean;
|
1184
1282
|
opacity?: number;
|
1283
|
+
} | {
|
1284
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1285
|
+
toned?: boolean;
|
1286
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1185
1287
|
};
|
1186
1288
|
typography?: {
|
1187
1289
|
decoration?: string;
|
@@ -1279,7 +1381,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1279
1381
|
};
|
1280
1382
|
alterCase?: boolean;
|
1281
1383
|
text?: {
|
1282
|
-
color?: {
|
1384
|
+
color?: string | {
|
1283
1385
|
colors: (string | {
|
1284
1386
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1285
1387
|
toned?: boolean;
|
@@ -1294,6 +1396,10 @@ declare const _default: <T extends unknown>(props: {
|
|
1294
1396
|
})[];
|
1295
1397
|
acrylic?: boolean;
|
1296
1398
|
opacity?: number;
|
1399
|
+
} | {
|
1400
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1401
|
+
toned?: boolean;
|
1402
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1297
1403
|
};
|
1298
1404
|
typography?: {
|
1299
1405
|
decoration?: string;
|
@@ -1391,7 +1497,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1391
1497
|
};
|
1392
1498
|
alterCase?: boolean;
|
1393
1499
|
text?: {
|
1394
|
-
color?: {
|
1500
|
+
color?: string | {
|
1395
1501
|
colors: (string | {
|
1396
1502
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1397
1503
|
toned?: boolean;
|
@@ -1406,6 +1512,10 @@ declare const _default: <T extends unknown>(props: {
|
|
1406
1512
|
})[];
|
1407
1513
|
acrylic?: boolean;
|
1408
1514
|
opacity?: number;
|
1515
|
+
} | {
|
1516
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1517
|
+
toned?: boolean;
|
1518
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1409
1519
|
};
|
1410
1520
|
typography?: {
|
1411
1521
|
decoration?: string;
|
@@ -1503,7 +1613,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1503
1613
|
};
|
1504
1614
|
alterCase?: boolean;
|
1505
1615
|
text?: {
|
1506
|
-
color?: {
|
1616
|
+
color?: string | {
|
1507
1617
|
colors: (string | {
|
1508
1618
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1509
1619
|
toned?: boolean;
|
@@ -1518,6 +1628,10 @@ declare const _default: <T extends unknown>(props: {
|
|
1518
1628
|
})[];
|
1519
1629
|
acrylic?: boolean;
|
1520
1630
|
opacity?: number;
|
1631
|
+
} | {
|
1632
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1633
|
+
toned?: boolean;
|
1634
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1521
1635
|
};
|
1522
1636
|
typography?: {
|
1523
1637
|
decoration?: string;
|
@@ -1615,7 +1729,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1615
1729
|
};
|
1616
1730
|
alterCase?: boolean;
|
1617
1731
|
text?: {
|
1618
|
-
color?: {
|
1732
|
+
color?: string | {
|
1619
1733
|
colors: (string | {
|
1620
1734
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1621
1735
|
toned?: boolean;
|
@@ -1630,6 +1744,10 @@ declare const _default: <T extends unknown>(props: {
|
|
1630
1744
|
})[];
|
1631
1745
|
acrylic?: boolean;
|
1632
1746
|
opacity?: number;
|
1747
|
+
} | {
|
1748
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1749
|
+
toned?: boolean;
|
1750
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1633
1751
|
};
|
1634
1752
|
typography?: {
|
1635
1753
|
decoration?: string;
|
@@ -1727,7 +1845,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1727
1845
|
};
|
1728
1846
|
alterCase?: boolean;
|
1729
1847
|
text?: {
|
1730
|
-
color?: {
|
1848
|
+
color?: string | {
|
1731
1849
|
colors: (string | {
|
1732
1850
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1733
1851
|
toned?: boolean;
|
@@ -1742,6 +1860,10 @@ declare const _default: <T extends unknown>(props: {
|
|
1742
1860
|
})[];
|
1743
1861
|
acrylic?: boolean;
|
1744
1862
|
opacity?: number;
|
1863
|
+
} | {
|
1864
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1865
|
+
toned?: boolean;
|
1866
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1745
1867
|
};
|
1746
1868
|
typography?: {
|
1747
1869
|
decoration?: string;
|
@@ -1839,7 +1961,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1839
1961
|
};
|
1840
1962
|
alterCase?: boolean;
|
1841
1963
|
text?: {
|
1842
|
-
color?: {
|
1964
|
+
color?: string | {
|
1843
1965
|
colors: (string | {
|
1844
1966
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1845
1967
|
toned?: boolean;
|
@@ -1854,6 +1976,10 @@ declare const _default: <T extends unknown>(props: {
|
|
1854
1976
|
})[];
|
1855
1977
|
acrylic?: boolean;
|
1856
1978
|
opacity?: number;
|
1979
|
+
} | {
|
1980
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1981
|
+
toned?: boolean;
|
1982
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1857
1983
|
};
|
1858
1984
|
typography?: {
|
1859
1985
|
decoration?: string;
|
@@ -1951,7 +2077,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1951
2077
|
};
|
1952
2078
|
alterCase?: boolean;
|
1953
2079
|
text?: {
|
1954
|
-
color?: {
|
2080
|
+
color?: string | {
|
1955
2081
|
colors: (string | {
|
1956
2082
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1957
2083
|
toned?: boolean;
|
@@ -1966,6 +2092,10 @@ declare const _default: <T extends unknown>(props: {
|
|
1966
2092
|
})[];
|
1967
2093
|
acrylic?: boolean;
|
1968
2094
|
opacity?: number;
|
2095
|
+
} | {
|
2096
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2097
|
+
toned?: boolean;
|
2098
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1969
2099
|
};
|
1970
2100
|
typography?: {
|
1971
2101
|
decoration?: string;
|
@@ -2065,7 +2195,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2065
2195
|
};
|
2066
2196
|
alterCase?: boolean;
|
2067
2197
|
text?: {
|
2068
|
-
color?: {
|
2198
|
+
color?: string | {
|
2069
2199
|
colors: (string | {
|
2070
2200
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2071
2201
|
toned?: boolean;
|
@@ -2080,6 +2210,10 @@ declare const _default: <T extends unknown>(props: {
|
|
2080
2210
|
})[];
|
2081
2211
|
acrylic?: boolean;
|
2082
2212
|
opacity?: number;
|
2213
|
+
} | {
|
2214
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2215
|
+
toned?: boolean;
|
2216
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2083
2217
|
};
|
2084
2218
|
typography?: {
|
2085
2219
|
decoration?: string;
|
@@ -2177,7 +2311,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2177
2311
|
};
|
2178
2312
|
alterCase?: boolean;
|
2179
2313
|
text?: {
|
2180
|
-
color?: {
|
2314
|
+
color?: string | {
|
2181
2315
|
colors: (string | {
|
2182
2316
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2183
2317
|
toned?: boolean;
|
@@ -2192,6 +2326,10 @@ declare const _default: <T extends unknown>(props: {
|
|
2192
2326
|
})[];
|
2193
2327
|
acrylic?: boolean;
|
2194
2328
|
opacity?: number;
|
2329
|
+
} | {
|
2330
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2331
|
+
toned?: boolean;
|
2332
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2195
2333
|
};
|
2196
2334
|
typography?: {
|
2197
2335
|
decoration?: string;
|
@@ -2289,7 +2427,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2289
2427
|
};
|
2290
2428
|
alterCase?: boolean;
|
2291
2429
|
text?: {
|
2292
|
-
color?: {
|
2430
|
+
color?: string | {
|
2293
2431
|
colors: (string | {
|
2294
2432
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2295
2433
|
toned?: boolean;
|
@@ -2304,6 +2442,10 @@ declare const _default: <T extends unknown>(props: {
|
|
2304
2442
|
})[];
|
2305
2443
|
acrylic?: boolean;
|
2306
2444
|
opacity?: number;
|
2445
|
+
} | {
|
2446
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2447
|
+
toned?: boolean;
|
2448
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2307
2449
|
};
|
2308
2450
|
typography?: {
|
2309
2451
|
decoration?: string;
|
@@ -2401,7 +2543,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2401
2543
|
};
|
2402
2544
|
alterCase?: boolean;
|
2403
2545
|
text?: {
|
2404
|
-
color?: {
|
2546
|
+
color?: string | {
|
2405
2547
|
colors: (string | {
|
2406
2548
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2407
2549
|
toned?: boolean;
|
@@ -2416,6 +2558,10 @@ declare const _default: <T extends unknown>(props: {
|
|
2416
2558
|
})[];
|
2417
2559
|
acrylic?: boolean;
|
2418
2560
|
opacity?: number;
|
2561
|
+
} | {
|
2562
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2563
|
+
toned?: boolean;
|
2564
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2419
2565
|
};
|
2420
2566
|
typography?: {
|
2421
2567
|
decoration?: string;
|
@@ -2513,7 +2659,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2513
2659
|
};
|
2514
2660
|
alterCase?: boolean;
|
2515
2661
|
text?: {
|
2516
|
-
color?: {
|
2662
|
+
color?: string | {
|
2517
2663
|
colors: (string | {
|
2518
2664
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2519
2665
|
toned?: boolean;
|
@@ -2528,6 +2674,10 @@ declare const _default: <T extends unknown>(props: {
|
|
2528
2674
|
})[];
|
2529
2675
|
acrylic?: boolean;
|
2530
2676
|
opacity?: number;
|
2677
|
+
} | {
|
2678
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2679
|
+
toned?: boolean;
|
2680
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2531
2681
|
};
|
2532
2682
|
typography?: {
|
2533
2683
|
decoration?: string;
|
@@ -2625,7 +2775,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2625
2775
|
};
|
2626
2776
|
alterCase?: boolean;
|
2627
2777
|
text?: {
|
2628
|
-
color?: {
|
2778
|
+
color?: string | {
|
2629
2779
|
colors: (string | {
|
2630
2780
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2631
2781
|
toned?: boolean;
|
@@ -2640,6 +2790,10 @@ declare const _default: <T extends unknown>(props: {
|
|
2640
2790
|
})[];
|
2641
2791
|
acrylic?: boolean;
|
2642
2792
|
opacity?: number;
|
2793
|
+
} | {
|
2794
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2795
|
+
toned?: boolean;
|
2796
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2643
2797
|
};
|
2644
2798
|
typography?: {
|
2645
2799
|
decoration?: string;
|
@@ -2737,7 +2891,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2737
2891
|
};
|
2738
2892
|
alterCase?: boolean;
|
2739
2893
|
text?: {
|
2740
|
-
color?: {
|
2894
|
+
color?: string | {
|
2741
2895
|
colors: (string | {
|
2742
2896
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2743
2897
|
toned?: boolean;
|
@@ -2752,6 +2906,10 @@ declare const _default: <T extends unknown>(props: {
|
|
2752
2906
|
})[];
|
2753
2907
|
acrylic?: boolean;
|
2754
2908
|
opacity?: number;
|
2909
|
+
} | {
|
2910
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2911
|
+
toned?: boolean;
|
2912
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2755
2913
|
};
|
2756
2914
|
typography?: {
|
2757
2915
|
decoration?: string;
|
@@ -2849,7 +3007,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2849
3007
|
};
|
2850
3008
|
alterCase?: boolean;
|
2851
3009
|
text?: {
|
2852
|
-
color?: {
|
3010
|
+
color?: string | {
|
2853
3011
|
colors: (string | {
|
2854
3012
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2855
3013
|
toned?: boolean;
|
@@ -2864,6 +3022,10 @@ declare const _default: <T extends unknown>(props: {
|
|
2864
3022
|
})[];
|
2865
3023
|
acrylic?: boolean;
|
2866
3024
|
opacity?: number;
|
3025
|
+
} | {
|
3026
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
3027
|
+
toned?: boolean;
|
3028
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2867
3029
|
};
|
2868
3030
|
typography?: {
|
2869
3031
|
decoration?: string;
|
@@ -2961,7 +3123,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2961
3123
|
};
|
2962
3124
|
alterCase?: boolean;
|
2963
3125
|
text?: {
|
2964
|
-
color?: {
|
3126
|
+
color?: string | {
|
2965
3127
|
colors: (string | {
|
2966
3128
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2967
3129
|
toned?: boolean;
|
@@ -2976,6 +3138,10 @@ declare const _default: <T extends unknown>(props: {
|
|
2976
3138
|
})[];
|
2977
3139
|
acrylic?: boolean;
|
2978
3140
|
opacity?: number;
|
3141
|
+
} | {
|
3142
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
3143
|
+
toned?: boolean;
|
3144
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2979
3145
|
};
|
2980
3146
|
typography?: {
|
2981
3147
|
decoration?: string;
|
@@ -3098,7 +3264,7 @@ declare const _default: <T extends unknown>(props: {
|
|
3098
3264
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3099
3265
|
};
|
3100
3266
|
text?: {
|
3101
|
-
color?: {
|
3267
|
+
color?: string | {
|
3102
3268
|
colors: (string | {
|
3103
3269
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3104
3270
|
toned?: boolean;
|
@@ -3113,6 +3279,10 @@ declare const _default: <T extends unknown>(props: {
|
|
3113
3279
|
})[];
|
3114
3280
|
acrylic?: boolean;
|
3115
3281
|
opacity?: number;
|
3282
|
+
} | {
|
3283
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
3284
|
+
toned?: boolean;
|
3285
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3116
3286
|
};
|
3117
3287
|
typography?: {
|
3118
3288
|
decoration?: string;
|
@@ -3208,7 +3378,7 @@ declare const _default: <T extends unknown>(props: {
|
|
3208
3378
|
elevation?: number;
|
3209
3379
|
};
|
3210
3380
|
text?: {
|
3211
|
-
color?: {
|
3381
|
+
color?: string | {
|
3212
3382
|
colors: (string | {
|
3213
3383
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3214
3384
|
toned?: boolean;
|
@@ -3223,6 +3393,10 @@ declare const _default: <T extends unknown>(props: {
|
|
3223
3393
|
})[];
|
3224
3394
|
acrylic?: boolean;
|
3225
3395
|
opacity?: number;
|
3396
|
+
} | {
|
3397
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
3398
|
+
toned?: boolean;
|
3399
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3226
3400
|
};
|
3227
3401
|
typography?: {
|
3228
3402
|
decoration?: string;
|
@@ -3389,7 +3563,7 @@ declare const _default: <T extends unknown>(props: {
|
|
3389
3563
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3390
3564
|
};
|
3391
3565
|
text?: {
|
3392
|
-
color?: {
|
3566
|
+
color?: string | {
|
3393
3567
|
colors: (string | {
|
3394
3568
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3395
3569
|
toned?: boolean;
|
@@ -3404,6 +3578,10 @@ declare const _default: <T extends unknown>(props: {
|
|
3404
3578
|
})[];
|
3405
3579
|
acrylic?: boolean;
|
3406
3580
|
opacity?: number;
|
3581
|
+
} | {
|
3582
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
3583
|
+
toned?: boolean;
|
3584
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3407
3585
|
};
|
3408
3586
|
typography?: {
|
3409
3587
|
decoration?: string;
|
@@ -3499,7 +3677,7 @@ declare const _default: <T extends unknown>(props: {
|
|
3499
3677
|
elevation?: number;
|
3500
3678
|
};
|
3501
3679
|
text?: {
|
3502
|
-
color?: {
|
3680
|
+
color?: string | {
|
3503
3681
|
colors: (string | {
|
3504
3682
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3505
3683
|
toned?: boolean;
|
@@ -3514,6 +3692,10 @@ declare const _default: <T extends unknown>(props: {
|
|
3514
3692
|
})[];
|
3515
3693
|
acrylic?: boolean;
|
3516
3694
|
opacity?: number;
|
3695
|
+
} | {
|
3696
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
3697
|
+
toned?: boolean;
|
3698
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3517
3699
|
};
|
3518
3700
|
typography?: {
|
3519
3701
|
decoration?: string;
|
@@ -3680,7 +3862,7 @@ declare const _default: <T extends unknown>(props: {
|
|
3680
3862
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3681
3863
|
};
|
3682
3864
|
text?: {
|
3683
|
-
color?: {
|
3865
|
+
color?: string | {
|
3684
3866
|
colors: (string | {
|
3685
3867
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3686
3868
|
toned?: boolean;
|
@@ -3695,6 +3877,10 @@ declare const _default: <T extends unknown>(props: {
|
|
3695
3877
|
})[];
|
3696
3878
|
acrylic?: boolean;
|
3697
3879
|
opacity?: number;
|
3880
|
+
} | {
|
3881
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
3882
|
+
toned?: boolean;
|
3883
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3698
3884
|
};
|
3699
3885
|
typography?: {
|
3700
3886
|
decoration?: string;
|
@@ -3790,7 +3976,7 @@ declare const _default: <T extends unknown>(props: {
|
|
3790
3976
|
elevation?: number;
|
3791
3977
|
};
|
3792
3978
|
text?: {
|
3793
|
-
color?: {
|
3979
|
+
color?: string | {
|
3794
3980
|
colors: (string | {
|
3795
3981
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3796
3982
|
toned?: boolean;
|
@@ -3805,6 +3991,10 @@ declare const _default: <T extends unknown>(props: {
|
|
3805
3991
|
})[];
|
3806
3992
|
acrylic?: boolean;
|
3807
3993
|
opacity?: number;
|
3994
|
+
} | {
|
3995
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
3996
|
+
toned?: boolean;
|
3997
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3808
3998
|
};
|
3809
3999
|
typography?: {
|
3810
4000
|
decoration?: string;
|
@@ -3971,7 +4161,7 @@ declare const _default: <T extends unknown>(props: {
|
|
3971
4161
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3972
4162
|
};
|
3973
4163
|
text?: {
|
3974
|
-
color?: {
|
4164
|
+
color?: string | {
|
3975
4165
|
colors: (string | {
|
3976
4166
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3977
4167
|
toned?: boolean;
|
@@ -3986,6 +4176,10 @@ declare const _default: <T extends unknown>(props: {
|
|
3986
4176
|
})[];
|
3987
4177
|
acrylic?: boolean;
|
3988
4178
|
opacity?: number;
|
4179
|
+
} | {
|
4180
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4181
|
+
toned?: boolean;
|
4182
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3989
4183
|
};
|
3990
4184
|
typography?: {
|
3991
4185
|
decoration?: string;
|
@@ -4081,7 +4275,7 @@ declare const _default: <T extends unknown>(props: {
|
|
4081
4275
|
elevation?: number;
|
4082
4276
|
};
|
4083
4277
|
text?: {
|
4084
|
-
color?: {
|
4278
|
+
color?: string | {
|
4085
4279
|
colors: (string | {
|
4086
4280
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4087
4281
|
toned?: boolean;
|
@@ -4096,6 +4290,10 @@ declare const _default: <T extends unknown>(props: {
|
|
4096
4290
|
})[];
|
4097
4291
|
acrylic?: boolean;
|
4098
4292
|
opacity?: number;
|
4293
|
+
} | {
|
4294
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4295
|
+
toned?: boolean;
|
4296
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4099
4297
|
};
|
4100
4298
|
typography?: {
|
4101
4299
|
decoration?: string;
|
@@ -4322,8 +4520,13 @@ declare const _default: <T extends unknown>(props: {
|
|
4322
4520
|
left?: string | number;
|
4323
4521
|
};
|
4324
4522
|
}[];
|
4325
|
-
|
4523
|
+
editors?: {
|
4326
4524
|
name?: string;
|
4525
|
+
icon?: {
|
4526
|
+
faClass: string;
|
4527
|
+
iconType: import("@omnia/fx-models").IconTypes;
|
4528
|
+
role?: string;
|
4529
|
+
};
|
4327
4530
|
category?: string;
|
4328
4531
|
type: string;
|
4329
4532
|
settings?: any;
|
@@ -4525,8 +4728,13 @@ declare const _default: <T extends unknown>(props: {
|
|
4525
4728
|
left?: string | number;
|
4526
4729
|
};
|
4527
4730
|
}[];
|
4528
|
-
|
4731
|
+
editors?: {
|
4529
4732
|
name?: string;
|
4733
|
+
icon?: {
|
4734
|
+
faClass: string;
|
4735
|
+
iconType: import("@omnia/fx-models").IconTypes;
|
4736
|
+
role?: string;
|
4737
|
+
};
|
4530
4738
|
category?: string;
|
4531
4739
|
type: string;
|
4532
4740
|
settings?: any;
|
@@ -4728,8 +4936,13 @@ declare const _default: <T extends unknown>(props: {
|
|
4728
4936
|
left?: string | number;
|
4729
4937
|
};
|
4730
4938
|
}[];
|
4731
|
-
|
4939
|
+
editors?: {
|
4732
4940
|
name?: string;
|
4941
|
+
icon?: {
|
4942
|
+
faClass: string;
|
4943
|
+
iconType: import("@omnia/fx-models").IconTypes;
|
4944
|
+
role?: string;
|
4945
|
+
};
|
4733
4946
|
category?: string;
|
4734
4947
|
type: string;
|
4735
4948
|
settings?: any;
|
@@ -4931,8 +5144,13 @@ declare const _default: <T extends unknown>(props: {
|
|
4931
5144
|
left?: string | number;
|
4932
5145
|
};
|
4933
5146
|
}[];
|
4934
|
-
|
5147
|
+
editors?: {
|
4935
5148
|
name?: string;
|
5149
|
+
icon?: {
|
5150
|
+
faClass: string;
|
5151
|
+
iconType: import("@omnia/fx-models").IconTypes;
|
5152
|
+
role?: string;
|
5153
|
+
};
|
4936
5154
|
category?: string;
|
4937
5155
|
type: string;
|
4938
5156
|
settings?: any;
|
@@ -5199,6 +5417,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5199
5417
|
};
|
5200
5418
|
colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
|
5201
5419
|
typography: () => import("@omnia/fx-models").TypographyBlueprints;
|
5420
|
+
fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
|
5202
5421
|
spacing: () => import("@omnia/fx-models").SpacingBlueprints;
|
5203
5422
|
component: () => import("@omnia/fx-models").ComponentBlueprints;
|
5204
5423
|
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;
|
@@ -5396,6 +5615,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5396
5615
|
};
|
5397
5616
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
5398
5617
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
5618
|
+
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
5399
5619
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
5400
5620
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
5401
5621
|
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;
|
@@ -5492,6 +5712,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5492
5712
|
};
|
5493
5713
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
5494
5714
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
5715
|
+
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
5495
5716
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
5496
5717
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
5497
5718
|
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;
|
@@ -5588,6 +5809,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5588
5809
|
};
|
5589
5810
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
5590
5811
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
5812
|
+
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
5591
5813
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
5592
5814
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
5593
5815
|
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;
|
@@ -5677,6 +5899,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5677
5899
|
};
|
5678
5900
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
|
5679
5901
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
5902
|
+
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
5680
5903
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
5681
5904
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
5682
5905
|
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;
|
@@ -6026,6 +6249,56 @@ declare const _default: <T extends unknown>(props: {
|
|
6026
6249
|
family: string;
|
6027
6250
|
cdn?: string;
|
6028
6251
|
};
|
6252
|
+
fills?: {
|
6253
|
+
variant1?: {
|
6254
|
+
colors: (string | {
|
6255
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
6256
|
+
toned?: boolean;
|
6257
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6258
|
+
} | {
|
6259
|
+
color: string | {
|
6260
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
6261
|
+
toned?: boolean;
|
6262
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6263
|
+
};
|
6264
|
+
stop?: number;
|
6265
|
+
})[];
|
6266
|
+
acrylic?: boolean;
|
6267
|
+
opacity?: number;
|
6268
|
+
};
|
6269
|
+
variant2?: {
|
6270
|
+
colors: (string | {
|
6271
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
6272
|
+
toned?: boolean;
|
6273
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6274
|
+
} | {
|
6275
|
+
color: string | {
|
6276
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
6277
|
+
toned?: boolean;
|
6278
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6279
|
+
};
|
6280
|
+
stop?: number;
|
6281
|
+
})[];
|
6282
|
+
acrylic?: boolean;
|
6283
|
+
opacity?: number;
|
6284
|
+
};
|
6285
|
+
variant3?: {
|
6286
|
+
colors: (string | {
|
6287
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
6288
|
+
toned?: boolean;
|
6289
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6290
|
+
} | {
|
6291
|
+
color: string | {
|
6292
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
6293
|
+
toned?: boolean;
|
6294
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6295
|
+
};
|
6296
|
+
stop?: number;
|
6297
|
+
})[];
|
6298
|
+
acrylic?: boolean;
|
6299
|
+
opacity?: number;
|
6300
|
+
};
|
6301
|
+
};
|
6029
6302
|
title: {
|
6030
6303
|
xl: {
|
6031
6304
|
decoration?: string;
|
@@ -6117,6 +6390,16 @@ declare const _default: <T extends unknown>(props: {
|
|
6117
6390
|
lineHeight: number;
|
6118
6391
|
};
|
6119
6392
|
};
|
6393
|
+
font?: {
|
6394
|
+
id: {
|
6395
|
+
toString: () => string;
|
6396
|
+
equals?: {
|
6397
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6398
|
+
};
|
6399
|
+
};
|
6400
|
+
family: string;
|
6401
|
+
cdn?: string;
|
6402
|
+
};
|
6120
6403
|
};
|
6121
6404
|
text: {
|
6122
6405
|
l: {
|
@@ -6191,6 +6474,16 @@ declare const _default: <T extends unknown>(props: {
|
|
6191
6474
|
lineHeight: number;
|
6192
6475
|
};
|
6193
6476
|
};
|
6477
|
+
font?: {
|
6478
|
+
id: {
|
6479
|
+
toString: () => string;
|
6480
|
+
equals?: {
|
6481
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6482
|
+
};
|
6483
|
+
};
|
6484
|
+
family: string;
|
6485
|
+
cdn?: string;
|
6486
|
+
};
|
6194
6487
|
};
|
6195
6488
|
navigation: {
|
6196
6489
|
l: {
|
@@ -6229,6 +6522,16 @@ declare const _default: <T extends unknown>(props: {
|
|
6229
6522
|
lineHeight: number;
|
6230
6523
|
};
|
6231
6524
|
};
|
6525
|
+
font?: {
|
6526
|
+
id: {
|
6527
|
+
toString: () => string;
|
6528
|
+
equals?: {
|
6529
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6530
|
+
};
|
6531
|
+
};
|
6532
|
+
family: string;
|
6533
|
+
cdn?: string;
|
6534
|
+
};
|
6232
6535
|
};
|
6233
6536
|
link: {
|
6234
6537
|
m: {
|
@@ -6249,6 +6552,16 @@ declare const _default: <T extends unknown>(props: {
|
|
6249
6552
|
lineHeight: number;
|
6250
6553
|
};
|
6251
6554
|
};
|
6555
|
+
font?: {
|
6556
|
+
id: {
|
6557
|
+
toString: () => string;
|
6558
|
+
equals?: {
|
6559
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6560
|
+
};
|
6561
|
+
};
|
6562
|
+
family: string;
|
6563
|
+
cdn?: string;
|
6564
|
+
};
|
6252
6565
|
};
|
6253
6566
|
};
|
6254
6567
|
name?: string;
|
@@ -6343,7 +6656,7 @@ declare const _default: <T extends unknown>(props: {
|
|
6343
6656
|
};
|
6344
6657
|
alterCase?: boolean;
|
6345
6658
|
text?: {
|
6346
|
-
color?: {
|
6659
|
+
color?: string | {
|
6347
6660
|
colors: (string | {
|
6348
6661
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
6349
6662
|
toned?: boolean;
|
@@ -6358,6 +6671,10 @@ declare const _default: <T extends unknown>(props: {
|
|
6358
6671
|
})[];
|
6359
6672
|
acrylic?: boolean;
|
6360
6673
|
opacity?: number;
|
6674
|
+
} | {
|
6675
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
6676
|
+
toned?: boolean;
|
6677
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6361
6678
|
};
|
6362
6679
|
typography?: {
|
6363
6680
|
decoration?: string;
|
@@ -6455,7 +6772,7 @@ declare const _default: <T extends unknown>(props: {
|
|
6455
6772
|
};
|
6456
6773
|
alterCase?: boolean;
|
6457
6774
|
text?: {
|
6458
|
-
color?: {
|
6775
|
+
color?: string | {
|
6459
6776
|
colors: (string | {
|
6460
6777
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
6461
6778
|
toned?: boolean;
|
@@ -6470,6 +6787,10 @@ declare const _default: <T extends unknown>(props: {
|
|
6470
6787
|
})[];
|
6471
6788
|
acrylic?: boolean;
|
6472
6789
|
opacity?: number;
|
6790
|
+
} | {
|
6791
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
6792
|
+
toned?: boolean;
|
6793
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6473
6794
|
};
|
6474
6795
|
typography?: {
|
6475
6796
|
decoration?: string;
|
@@ -6567,7 +6888,7 @@ declare const _default: <T extends unknown>(props: {
|
|
6567
6888
|
};
|
6568
6889
|
alterCase?: boolean;
|
6569
6890
|
text?: {
|
6570
|
-
color?: {
|
6891
|
+
color?: string | {
|
6571
6892
|
colors: (string | {
|
6572
6893
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
6573
6894
|
toned?: boolean;
|
@@ -6582,6 +6903,10 @@ declare const _default: <T extends unknown>(props: {
|
|
6582
6903
|
})[];
|
6583
6904
|
acrylic?: boolean;
|
6584
6905
|
opacity?: number;
|
6906
|
+
} | {
|
6907
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
6908
|
+
toned?: boolean;
|
6909
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6585
6910
|
};
|
6586
6911
|
typography?: {
|
6587
6912
|
decoration?: string;
|
@@ -6679,7 +7004,7 @@ declare const _default: <T extends unknown>(props: {
|
|
6679
7004
|
};
|
6680
7005
|
alterCase?: boolean;
|
6681
7006
|
text?: {
|
6682
|
-
color?: {
|
7007
|
+
color?: string | {
|
6683
7008
|
colors: (string | {
|
6684
7009
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
6685
7010
|
toned?: boolean;
|
@@ -6694,6 +7019,10 @@ declare const _default: <T extends unknown>(props: {
|
|
6694
7019
|
})[];
|
6695
7020
|
acrylic?: boolean;
|
6696
7021
|
opacity?: number;
|
7022
|
+
} | {
|
7023
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
7024
|
+
toned?: boolean;
|
7025
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6697
7026
|
};
|
6698
7027
|
typography?: {
|
6699
7028
|
decoration?: string;
|
@@ -6791,7 +7120,7 @@ declare const _default: <T extends unknown>(props: {
|
|
6791
7120
|
};
|
6792
7121
|
alterCase?: boolean;
|
6793
7122
|
text?: {
|
6794
|
-
color?: {
|
7123
|
+
color?: string | {
|
6795
7124
|
colors: (string | {
|
6796
7125
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
6797
7126
|
toned?: boolean;
|
@@ -6806,6 +7135,10 @@ declare const _default: <T extends unknown>(props: {
|
|
6806
7135
|
})[];
|
6807
7136
|
acrylic?: boolean;
|
6808
7137
|
opacity?: number;
|
7138
|
+
} | {
|
7139
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
7140
|
+
toned?: boolean;
|
7141
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6809
7142
|
};
|
6810
7143
|
typography?: {
|
6811
7144
|
decoration?: string;
|
@@ -6903,7 +7236,7 @@ declare const _default: <T extends unknown>(props: {
|
|
6903
7236
|
};
|
6904
7237
|
alterCase?: boolean;
|
6905
7238
|
text?: {
|
6906
|
-
color?: {
|
7239
|
+
color?: string | {
|
6907
7240
|
colors: (string | {
|
6908
7241
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
6909
7242
|
toned?: boolean;
|
@@ -6918,6 +7251,10 @@ declare const _default: <T extends unknown>(props: {
|
|
6918
7251
|
})[];
|
6919
7252
|
acrylic?: boolean;
|
6920
7253
|
opacity?: number;
|
7254
|
+
} | {
|
7255
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
7256
|
+
toned?: boolean;
|
7257
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
6921
7258
|
};
|
6922
7259
|
typography?: {
|
6923
7260
|
decoration?: string;
|
@@ -7015,7 +7352,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7015
7352
|
};
|
7016
7353
|
alterCase?: boolean;
|
7017
7354
|
text?: {
|
7018
|
-
color?: {
|
7355
|
+
color?: string | {
|
7019
7356
|
colors: (string | {
|
7020
7357
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
7021
7358
|
toned?: boolean;
|
@@ -7030,6 +7367,10 @@ declare const _default: <T extends unknown>(props: {
|
|
7030
7367
|
})[];
|
7031
7368
|
acrylic?: boolean;
|
7032
7369
|
opacity?: number;
|
7370
|
+
} | {
|
7371
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
7372
|
+
toned?: boolean;
|
7373
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7033
7374
|
};
|
7034
7375
|
typography?: {
|
7035
7376
|
decoration?: string;
|
@@ -7127,7 +7468,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7127
7468
|
};
|
7128
7469
|
alterCase?: boolean;
|
7129
7470
|
text?: {
|
7130
|
-
color?: {
|
7471
|
+
color?: string | {
|
7131
7472
|
colors: (string | {
|
7132
7473
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
7133
7474
|
toned?: boolean;
|
@@ -7142,6 +7483,10 @@ declare const _default: <T extends unknown>(props: {
|
|
7142
7483
|
})[];
|
7143
7484
|
acrylic?: boolean;
|
7144
7485
|
opacity?: number;
|
7486
|
+
} | {
|
7487
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
7488
|
+
toned?: boolean;
|
7489
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7145
7490
|
};
|
7146
7491
|
typography?: {
|
7147
7492
|
decoration?: string;
|
@@ -7239,7 +7584,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7239
7584
|
};
|
7240
7585
|
alterCase?: boolean;
|
7241
7586
|
text?: {
|
7242
|
-
color?: {
|
7587
|
+
color?: string | {
|
7243
7588
|
colors: (string | {
|
7244
7589
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
7245
7590
|
toned?: boolean;
|
@@ -7254,6 +7599,10 @@ declare const _default: <T extends unknown>(props: {
|
|
7254
7599
|
})[];
|
7255
7600
|
acrylic?: boolean;
|
7256
7601
|
opacity?: number;
|
7602
|
+
} | {
|
7603
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
7604
|
+
toned?: boolean;
|
7605
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7257
7606
|
};
|
7258
7607
|
typography?: {
|
7259
7608
|
decoration?: string;
|
@@ -7353,7 +7702,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7353
7702
|
};
|
7354
7703
|
alterCase?: boolean;
|
7355
7704
|
text?: {
|
7356
|
-
color?: {
|
7705
|
+
color?: string | {
|
7357
7706
|
colors: (string | {
|
7358
7707
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
7359
7708
|
toned?: boolean;
|
@@ -7368,6 +7717,10 @@ declare const _default: <T extends unknown>(props: {
|
|
7368
7717
|
})[];
|
7369
7718
|
acrylic?: boolean;
|
7370
7719
|
opacity?: number;
|
7720
|
+
} | {
|
7721
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
7722
|
+
toned?: boolean;
|
7723
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7371
7724
|
};
|
7372
7725
|
typography?: {
|
7373
7726
|
decoration?: string;
|
@@ -7465,7 +7818,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7465
7818
|
};
|
7466
7819
|
alterCase?: boolean;
|
7467
7820
|
text?: {
|
7468
|
-
color?: {
|
7821
|
+
color?: string | {
|
7469
7822
|
colors: (string | {
|
7470
7823
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
7471
7824
|
toned?: boolean;
|
@@ -7480,6 +7833,10 @@ declare const _default: <T extends unknown>(props: {
|
|
7480
7833
|
})[];
|
7481
7834
|
acrylic?: boolean;
|
7482
7835
|
opacity?: number;
|
7836
|
+
} | {
|
7837
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
7838
|
+
toned?: boolean;
|
7839
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7483
7840
|
};
|
7484
7841
|
typography?: {
|
7485
7842
|
decoration?: string;
|
@@ -7577,7 +7934,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7577
7934
|
};
|
7578
7935
|
alterCase?: boolean;
|
7579
7936
|
text?: {
|
7580
|
-
color?: {
|
7937
|
+
color?: string | {
|
7581
7938
|
colors: (string | {
|
7582
7939
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
7583
7940
|
toned?: boolean;
|
@@ -7592,6 +7949,10 @@ declare const _default: <T extends unknown>(props: {
|
|
7592
7949
|
})[];
|
7593
7950
|
acrylic?: boolean;
|
7594
7951
|
opacity?: number;
|
7952
|
+
} | {
|
7953
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
7954
|
+
toned?: boolean;
|
7955
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7595
7956
|
};
|
7596
7957
|
typography?: {
|
7597
7958
|
decoration?: string;
|
@@ -7689,7 +8050,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7689
8050
|
};
|
7690
8051
|
alterCase?: boolean;
|
7691
8052
|
text?: {
|
7692
|
-
color?: {
|
8053
|
+
color?: string | {
|
7693
8054
|
colors: (string | {
|
7694
8055
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
7695
8056
|
toned?: boolean;
|
@@ -7704,6 +8065,10 @@ declare const _default: <T extends unknown>(props: {
|
|
7704
8065
|
})[];
|
7705
8066
|
acrylic?: boolean;
|
7706
8067
|
opacity?: number;
|
8068
|
+
} | {
|
8069
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
8070
|
+
toned?: boolean;
|
8071
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7707
8072
|
};
|
7708
8073
|
typography?: {
|
7709
8074
|
decoration?: string;
|
@@ -7801,7 +8166,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7801
8166
|
};
|
7802
8167
|
alterCase?: boolean;
|
7803
8168
|
text?: {
|
7804
|
-
color?: {
|
8169
|
+
color?: string | {
|
7805
8170
|
colors: (string | {
|
7806
8171
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
7807
8172
|
toned?: boolean;
|
@@ -7816,6 +8181,10 @@ declare const _default: <T extends unknown>(props: {
|
|
7816
8181
|
})[];
|
7817
8182
|
acrylic?: boolean;
|
7818
8183
|
opacity?: number;
|
8184
|
+
} | {
|
8185
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
8186
|
+
toned?: boolean;
|
8187
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7819
8188
|
};
|
7820
8189
|
typography?: {
|
7821
8190
|
decoration?: string;
|
@@ -7913,7 +8282,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7913
8282
|
};
|
7914
8283
|
alterCase?: boolean;
|
7915
8284
|
text?: {
|
7916
|
-
color?: {
|
8285
|
+
color?: string | {
|
7917
8286
|
colors: (string | {
|
7918
8287
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
7919
8288
|
toned?: boolean;
|
@@ -7928,6 +8297,10 @@ declare const _default: <T extends unknown>(props: {
|
|
7928
8297
|
})[];
|
7929
8298
|
acrylic?: boolean;
|
7930
8299
|
opacity?: number;
|
8300
|
+
} | {
|
8301
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
8302
|
+
toned?: boolean;
|
8303
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7931
8304
|
};
|
7932
8305
|
typography?: {
|
7933
8306
|
decoration?: string;
|
@@ -8025,7 +8398,7 @@ declare const _default: <T extends unknown>(props: {
|
|
8025
8398
|
};
|
8026
8399
|
alterCase?: boolean;
|
8027
8400
|
text?: {
|
8028
|
-
color?: {
|
8401
|
+
color?: string | {
|
8029
8402
|
colors: (string | {
|
8030
8403
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
8031
8404
|
toned?: boolean;
|
@@ -8040,6 +8413,10 @@ declare const _default: <T extends unknown>(props: {
|
|
8040
8413
|
})[];
|
8041
8414
|
acrylic?: boolean;
|
8042
8415
|
opacity?: number;
|
8416
|
+
} | {
|
8417
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
8418
|
+
toned?: boolean;
|
8419
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8043
8420
|
};
|
8044
8421
|
typography?: {
|
8045
8422
|
decoration?: string;
|
@@ -8137,7 +8514,7 @@ declare const _default: <T extends unknown>(props: {
|
|
8137
8514
|
};
|
8138
8515
|
alterCase?: boolean;
|
8139
8516
|
text?: {
|
8140
|
-
color?: {
|
8517
|
+
color?: string | {
|
8141
8518
|
colors: (string | {
|
8142
8519
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
8143
8520
|
toned?: boolean;
|
@@ -8152,6 +8529,10 @@ declare const _default: <T extends unknown>(props: {
|
|
8152
8529
|
})[];
|
8153
8530
|
acrylic?: boolean;
|
8154
8531
|
opacity?: number;
|
8532
|
+
} | {
|
8533
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
8534
|
+
toned?: boolean;
|
8535
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8155
8536
|
};
|
8156
8537
|
typography?: {
|
8157
8538
|
decoration?: string;
|
@@ -8249,7 +8630,7 @@ declare const _default: <T extends unknown>(props: {
|
|
8249
8630
|
};
|
8250
8631
|
alterCase?: boolean;
|
8251
8632
|
text?: {
|
8252
|
-
color?: {
|
8633
|
+
color?: string | {
|
8253
8634
|
colors: (string | {
|
8254
8635
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
8255
8636
|
toned?: boolean;
|
@@ -8264,6 +8645,10 @@ declare const _default: <T extends unknown>(props: {
|
|
8264
8645
|
})[];
|
8265
8646
|
acrylic?: boolean;
|
8266
8647
|
opacity?: number;
|
8648
|
+
} | {
|
8649
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
8650
|
+
toned?: boolean;
|
8651
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8267
8652
|
};
|
8268
8653
|
typography?: {
|
8269
8654
|
decoration?: string;
|
@@ -8386,7 +8771,7 @@ declare const _default: <T extends unknown>(props: {
|
|
8386
8771
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8387
8772
|
};
|
8388
8773
|
text?: {
|
8389
|
-
color?: {
|
8774
|
+
color?: string | {
|
8390
8775
|
colors: (string | {
|
8391
8776
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
8392
8777
|
toned?: boolean;
|
@@ -8401,6 +8786,10 @@ declare const _default: <T extends unknown>(props: {
|
|
8401
8786
|
})[];
|
8402
8787
|
acrylic?: boolean;
|
8403
8788
|
opacity?: number;
|
8789
|
+
} | {
|
8790
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
8791
|
+
toned?: boolean;
|
8792
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8404
8793
|
};
|
8405
8794
|
typography?: {
|
8406
8795
|
decoration?: string;
|
@@ -8496,7 +8885,7 @@ declare const _default: <T extends unknown>(props: {
|
|
8496
8885
|
elevation?: number;
|
8497
8886
|
};
|
8498
8887
|
text?: {
|
8499
|
-
color?: {
|
8888
|
+
color?: string | {
|
8500
8889
|
colors: (string | {
|
8501
8890
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
8502
8891
|
toned?: boolean;
|
@@ -8511,6 +8900,10 @@ declare const _default: <T extends unknown>(props: {
|
|
8511
8900
|
})[];
|
8512
8901
|
acrylic?: boolean;
|
8513
8902
|
opacity?: number;
|
8903
|
+
} | {
|
8904
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
8905
|
+
toned?: boolean;
|
8906
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8514
8907
|
};
|
8515
8908
|
typography?: {
|
8516
8909
|
decoration?: string;
|
@@ -8677,7 +9070,7 @@ declare const _default: <T extends unknown>(props: {
|
|
8677
9070
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8678
9071
|
};
|
8679
9072
|
text?: {
|
8680
|
-
color?: {
|
9073
|
+
color?: string | {
|
8681
9074
|
colors: (string | {
|
8682
9075
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
8683
9076
|
toned?: boolean;
|
@@ -8692,6 +9085,10 @@ declare const _default: <T extends unknown>(props: {
|
|
8692
9085
|
})[];
|
8693
9086
|
acrylic?: boolean;
|
8694
9087
|
opacity?: number;
|
9088
|
+
} | {
|
9089
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
9090
|
+
toned?: boolean;
|
9091
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8695
9092
|
};
|
8696
9093
|
typography?: {
|
8697
9094
|
decoration?: string;
|
@@ -8787,7 +9184,7 @@ declare const _default: <T extends unknown>(props: {
|
|
8787
9184
|
elevation?: number;
|
8788
9185
|
};
|
8789
9186
|
text?: {
|
8790
|
-
color?: {
|
9187
|
+
color?: string | {
|
8791
9188
|
colors: (string | {
|
8792
9189
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
8793
9190
|
toned?: boolean;
|
@@ -8802,6 +9199,10 @@ declare const _default: <T extends unknown>(props: {
|
|
8802
9199
|
})[];
|
8803
9200
|
acrylic?: boolean;
|
8804
9201
|
opacity?: number;
|
9202
|
+
} | {
|
9203
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
9204
|
+
toned?: boolean;
|
9205
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8805
9206
|
};
|
8806
9207
|
typography?: {
|
8807
9208
|
decoration?: string;
|
@@ -8968,7 +9369,7 @@ declare const _default: <T extends unknown>(props: {
|
|
8968
9369
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8969
9370
|
};
|
8970
9371
|
text?: {
|
8971
|
-
color?: {
|
9372
|
+
color?: string | {
|
8972
9373
|
colors: (string | {
|
8973
9374
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
8974
9375
|
toned?: boolean;
|
@@ -8983,6 +9384,10 @@ declare const _default: <T extends unknown>(props: {
|
|
8983
9384
|
})[];
|
8984
9385
|
acrylic?: boolean;
|
8985
9386
|
opacity?: number;
|
9387
|
+
} | {
|
9388
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
9389
|
+
toned?: boolean;
|
9390
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8986
9391
|
};
|
8987
9392
|
typography?: {
|
8988
9393
|
decoration?: string;
|
@@ -9078,7 +9483,7 @@ declare const _default: <T extends unknown>(props: {
|
|
9078
9483
|
elevation?: number;
|
9079
9484
|
};
|
9080
9485
|
text?: {
|
9081
|
-
color?: {
|
9486
|
+
color?: string | {
|
9082
9487
|
colors: (string | {
|
9083
9488
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
9084
9489
|
toned?: boolean;
|
@@ -9093,6 +9498,10 @@ declare const _default: <T extends unknown>(props: {
|
|
9093
9498
|
})[];
|
9094
9499
|
acrylic?: boolean;
|
9095
9500
|
opacity?: number;
|
9501
|
+
} | {
|
9502
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
9503
|
+
toned?: boolean;
|
9504
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
9096
9505
|
};
|
9097
9506
|
typography?: {
|
9098
9507
|
decoration?: string;
|
@@ -9259,7 +9668,7 @@ declare const _default: <T extends unknown>(props: {
|
|
9259
9668
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
9260
9669
|
};
|
9261
9670
|
text?: {
|
9262
|
-
color?: {
|
9671
|
+
color?: string | {
|
9263
9672
|
colors: (string | {
|
9264
9673
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
9265
9674
|
toned?: boolean;
|
@@ -9274,6 +9683,10 @@ declare const _default: <T extends unknown>(props: {
|
|
9274
9683
|
})[];
|
9275
9684
|
acrylic?: boolean;
|
9276
9685
|
opacity?: number;
|
9686
|
+
} | {
|
9687
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
9688
|
+
toned?: boolean;
|
9689
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
9277
9690
|
};
|
9278
9691
|
typography?: {
|
9279
9692
|
decoration?: string;
|
@@ -9369,7 +9782,7 @@ declare const _default: <T extends unknown>(props: {
|
|
9369
9782
|
elevation?: number;
|
9370
9783
|
};
|
9371
9784
|
text?: {
|
9372
|
-
color?: {
|
9785
|
+
color?: string | {
|
9373
9786
|
colors: (string | {
|
9374
9787
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
9375
9788
|
toned?: boolean;
|
@@ -9384,6 +9797,10 @@ declare const _default: <T extends unknown>(props: {
|
|
9384
9797
|
})[];
|
9385
9798
|
acrylic?: boolean;
|
9386
9799
|
opacity?: number;
|
9800
|
+
} | {
|
9801
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
9802
|
+
toned?: boolean;
|
9803
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
9387
9804
|
};
|
9388
9805
|
typography?: {
|
9389
9806
|
decoration?: string;
|
@@ -9610,8 +10027,13 @@ declare const _default: <T extends unknown>(props: {
|
|
9610
10027
|
left?: string | number;
|
9611
10028
|
};
|
9612
10029
|
}[];
|
9613
|
-
|
10030
|
+
editors?: {
|
9614
10031
|
name?: string;
|
10032
|
+
icon?: {
|
10033
|
+
faClass: string;
|
10034
|
+
iconType: import("@omnia/fx-models").IconTypes;
|
10035
|
+
role?: string;
|
10036
|
+
};
|
9615
10037
|
category?: string;
|
9616
10038
|
type: string;
|
9617
10039
|
settings?: any;
|
@@ -9813,8 +10235,13 @@ declare const _default: <T extends unknown>(props: {
|
|
9813
10235
|
left?: string | number;
|
9814
10236
|
};
|
9815
10237
|
}[];
|
9816
|
-
|
10238
|
+
editors?: {
|
9817
10239
|
name?: string;
|
10240
|
+
icon?: {
|
10241
|
+
faClass: string;
|
10242
|
+
iconType: import("@omnia/fx-models").IconTypes;
|
10243
|
+
role?: string;
|
10244
|
+
};
|
9818
10245
|
category?: string;
|
9819
10246
|
type: string;
|
9820
10247
|
settings?: any;
|
@@ -10016,8 +10443,13 @@ declare const _default: <T extends unknown>(props: {
|
|
10016
10443
|
left?: string | number;
|
10017
10444
|
};
|
10018
10445
|
}[];
|
10019
|
-
|
10446
|
+
editors?: {
|
10020
10447
|
name?: string;
|
10448
|
+
icon?: {
|
10449
|
+
faClass: string;
|
10450
|
+
iconType: import("@omnia/fx-models").IconTypes;
|
10451
|
+
role?: string;
|
10452
|
+
};
|
10021
10453
|
category?: string;
|
10022
10454
|
type: string;
|
10023
10455
|
settings?: any;
|
@@ -10219,8 +10651,13 @@ declare const _default: <T extends unknown>(props: {
|
|
10219
10651
|
left?: string | number;
|
10220
10652
|
};
|
10221
10653
|
}[];
|
10222
|
-
|
10654
|
+
editors?: {
|
10223
10655
|
name?: string;
|
10656
|
+
icon?: {
|
10657
|
+
faClass: string;
|
10658
|
+
iconType: import("@omnia/fx-models").IconTypes;
|
10659
|
+
role?: string;
|
10660
|
+
};
|
10224
10661
|
category?: string;
|
10225
10662
|
type: string;
|
10226
10663
|
settings?: any;
|
@@ -10487,6 +10924,7 @@ declare const _default: <T extends unknown>(props: {
|
|
10487
10924
|
};
|
10488
10925
|
colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
|
10489
10926
|
typography: () => import("@omnia/fx-models").TypographyBlueprints;
|
10927
|
+
fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
|
10490
10928
|
spacing: () => import("@omnia/fx-models").SpacingBlueprints;
|
10491
10929
|
component: () => import("@omnia/fx-models").ComponentBlueprints;
|
10492
10930
|
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;
|