@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
@@ -106,6 +106,7 @@ export declare const useColorSchemaStore: () => {
|
|
106
106
|
};
|
107
107
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): ColorSchema;
|
108
108
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
109
|
+
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
109
110
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
110
111
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
111
112
|
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
|
@@ -202,6 +203,7 @@ export declare const useColorSchemaStore: () => {
|
|
202
203
|
};
|
203
204
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): ColorSchema;
|
204
205
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
206
|
+
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
205
207
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
206
208
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
207
209
|
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
|
@@ -298,6 +300,7 @@ export declare const useColorSchemaStore: () => {
|
|
298
300
|
};
|
299
301
|
colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic"): ColorSchema;
|
300
302
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
303
|
+
fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
|
301
304
|
spacing(): import("@omnia/fx-models").SpacingBlueprints;
|
302
305
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
303
306
|
color(colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
|
@@ -654,6 +657,56 @@ export declare const useColorSchemaStore: () => {
|
|
654
657
|
family: string;
|
655
658
|
cdn?: string;
|
656
659
|
};
|
660
|
+
fills?: {
|
661
|
+
variant1?: {
|
662
|
+
colors: (string | {
|
663
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
664
|
+
toned?: boolean;
|
665
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
666
|
+
} | {
|
667
|
+
color: string | {
|
668
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
669
|
+
toned?: boolean;
|
670
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
671
|
+
};
|
672
|
+
stop?: number;
|
673
|
+
})[];
|
674
|
+
acrylic?: boolean;
|
675
|
+
opacity?: number;
|
676
|
+
};
|
677
|
+
variant2?: {
|
678
|
+
colors: (string | {
|
679
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
680
|
+
toned?: boolean;
|
681
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
682
|
+
} | {
|
683
|
+
color: string | {
|
684
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
685
|
+
toned?: boolean;
|
686
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
687
|
+
};
|
688
|
+
stop?: number;
|
689
|
+
})[];
|
690
|
+
acrylic?: boolean;
|
691
|
+
opacity?: number;
|
692
|
+
};
|
693
|
+
variant3?: {
|
694
|
+
colors: (string | {
|
695
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
696
|
+
toned?: boolean;
|
697
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
698
|
+
} | {
|
699
|
+
color: string | {
|
700
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
701
|
+
toned?: boolean;
|
702
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
703
|
+
};
|
704
|
+
stop?: number;
|
705
|
+
})[];
|
706
|
+
acrylic?: boolean;
|
707
|
+
opacity?: number;
|
708
|
+
};
|
709
|
+
};
|
657
710
|
title: {
|
658
711
|
xl: {
|
659
712
|
decoration?: string;
|
@@ -745,6 +798,16 @@ export declare const useColorSchemaStore: () => {
|
|
745
798
|
lineHeight: number;
|
746
799
|
};
|
747
800
|
};
|
801
|
+
font?: {
|
802
|
+
id: {
|
803
|
+
toString: () => string;
|
804
|
+
equals?: {
|
805
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
806
|
+
};
|
807
|
+
};
|
808
|
+
family: string;
|
809
|
+
cdn?: string;
|
810
|
+
};
|
748
811
|
};
|
749
812
|
text: {
|
750
813
|
l: {
|
@@ -819,6 +882,16 @@ export declare const useColorSchemaStore: () => {
|
|
819
882
|
lineHeight: number;
|
820
883
|
};
|
821
884
|
};
|
885
|
+
font?: {
|
886
|
+
id: {
|
887
|
+
toString: () => string;
|
888
|
+
equals?: {
|
889
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
890
|
+
};
|
891
|
+
};
|
892
|
+
family: string;
|
893
|
+
cdn?: string;
|
894
|
+
};
|
822
895
|
};
|
823
896
|
navigation: {
|
824
897
|
l: {
|
@@ -857,6 +930,16 @@ export declare const useColorSchemaStore: () => {
|
|
857
930
|
lineHeight: number;
|
858
931
|
};
|
859
932
|
};
|
933
|
+
font?: {
|
934
|
+
id: {
|
935
|
+
toString: () => string;
|
936
|
+
equals?: {
|
937
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
938
|
+
};
|
939
|
+
};
|
940
|
+
family: string;
|
941
|
+
cdn?: string;
|
942
|
+
};
|
860
943
|
};
|
861
944
|
link: {
|
862
945
|
m: {
|
@@ -877,6 +960,16 @@ export declare const useColorSchemaStore: () => {
|
|
877
960
|
lineHeight: number;
|
878
961
|
};
|
879
962
|
};
|
963
|
+
font?: {
|
964
|
+
id: {
|
965
|
+
toString: () => string;
|
966
|
+
equals?: {
|
967
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
968
|
+
};
|
969
|
+
};
|
970
|
+
family: string;
|
971
|
+
cdn?: string;
|
972
|
+
};
|
880
973
|
};
|
881
974
|
};
|
882
975
|
name?: string;
|
@@ -971,7 +1064,7 @@ export declare const useColorSchemaStore: () => {
|
|
971
1064
|
};
|
972
1065
|
alterCase?: boolean;
|
973
1066
|
text?: {
|
974
|
-
color?: {
|
1067
|
+
color?: string | {
|
975
1068
|
colors: (string | {
|
976
1069
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
977
1070
|
toned?: boolean;
|
@@ -986,6 +1079,10 @@ export declare const useColorSchemaStore: () => {
|
|
986
1079
|
})[];
|
987
1080
|
acrylic?: boolean;
|
988
1081
|
opacity?: number;
|
1082
|
+
} | {
|
1083
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1084
|
+
toned?: boolean;
|
1085
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
989
1086
|
};
|
990
1087
|
typography?: {
|
991
1088
|
decoration?: string;
|
@@ -1083,7 +1180,7 @@ export declare const useColorSchemaStore: () => {
|
|
1083
1180
|
};
|
1084
1181
|
alterCase?: boolean;
|
1085
1182
|
text?: {
|
1086
|
-
color?: {
|
1183
|
+
color?: string | {
|
1087
1184
|
colors: (string | {
|
1088
1185
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1089
1186
|
toned?: boolean;
|
@@ -1098,6 +1195,10 @@ export declare const useColorSchemaStore: () => {
|
|
1098
1195
|
})[];
|
1099
1196
|
acrylic?: boolean;
|
1100
1197
|
opacity?: number;
|
1198
|
+
} | {
|
1199
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1200
|
+
toned?: boolean;
|
1201
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1101
1202
|
};
|
1102
1203
|
typography?: {
|
1103
1204
|
decoration?: string;
|
@@ -1195,7 +1296,7 @@ export declare const useColorSchemaStore: () => {
|
|
1195
1296
|
};
|
1196
1297
|
alterCase?: boolean;
|
1197
1298
|
text?: {
|
1198
|
-
color?: {
|
1299
|
+
color?: string | {
|
1199
1300
|
colors: (string | {
|
1200
1301
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1201
1302
|
toned?: boolean;
|
@@ -1210,6 +1311,10 @@ export declare const useColorSchemaStore: () => {
|
|
1210
1311
|
})[];
|
1211
1312
|
acrylic?: boolean;
|
1212
1313
|
opacity?: number;
|
1314
|
+
} | {
|
1315
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1316
|
+
toned?: boolean;
|
1317
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1213
1318
|
};
|
1214
1319
|
typography?: {
|
1215
1320
|
decoration?: string;
|
@@ -1307,7 +1412,7 @@ export declare const useColorSchemaStore: () => {
|
|
1307
1412
|
};
|
1308
1413
|
alterCase?: boolean;
|
1309
1414
|
text?: {
|
1310
|
-
color?: {
|
1415
|
+
color?: string | {
|
1311
1416
|
colors: (string | {
|
1312
1417
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1313
1418
|
toned?: boolean;
|
@@ -1322,6 +1427,10 @@ export declare const useColorSchemaStore: () => {
|
|
1322
1427
|
})[];
|
1323
1428
|
acrylic?: boolean;
|
1324
1429
|
opacity?: number;
|
1430
|
+
} | {
|
1431
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1432
|
+
toned?: boolean;
|
1433
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1325
1434
|
};
|
1326
1435
|
typography?: {
|
1327
1436
|
decoration?: string;
|
@@ -1419,7 +1528,7 @@ export declare const useColorSchemaStore: () => {
|
|
1419
1528
|
};
|
1420
1529
|
alterCase?: boolean;
|
1421
1530
|
text?: {
|
1422
|
-
color?: {
|
1531
|
+
color?: string | {
|
1423
1532
|
colors: (string | {
|
1424
1533
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1425
1534
|
toned?: boolean;
|
@@ -1434,6 +1543,10 @@ export declare const useColorSchemaStore: () => {
|
|
1434
1543
|
})[];
|
1435
1544
|
acrylic?: boolean;
|
1436
1545
|
opacity?: number;
|
1546
|
+
} | {
|
1547
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1548
|
+
toned?: boolean;
|
1549
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1437
1550
|
};
|
1438
1551
|
typography?: {
|
1439
1552
|
decoration?: string;
|
@@ -1531,7 +1644,7 @@ export declare const useColorSchemaStore: () => {
|
|
1531
1644
|
};
|
1532
1645
|
alterCase?: boolean;
|
1533
1646
|
text?: {
|
1534
|
-
color?: {
|
1647
|
+
color?: string | {
|
1535
1648
|
colors: (string | {
|
1536
1649
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1537
1650
|
toned?: boolean;
|
@@ -1546,6 +1659,10 @@ export declare const useColorSchemaStore: () => {
|
|
1546
1659
|
})[];
|
1547
1660
|
acrylic?: boolean;
|
1548
1661
|
opacity?: number;
|
1662
|
+
} | {
|
1663
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1664
|
+
toned?: boolean;
|
1665
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1549
1666
|
};
|
1550
1667
|
typography?: {
|
1551
1668
|
decoration?: string;
|
@@ -1643,7 +1760,7 @@ export declare const useColorSchemaStore: () => {
|
|
1643
1760
|
};
|
1644
1761
|
alterCase?: boolean;
|
1645
1762
|
text?: {
|
1646
|
-
color?: {
|
1763
|
+
color?: string | {
|
1647
1764
|
colors: (string | {
|
1648
1765
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1649
1766
|
toned?: boolean;
|
@@ -1658,6 +1775,10 @@ export declare const useColorSchemaStore: () => {
|
|
1658
1775
|
})[];
|
1659
1776
|
acrylic?: boolean;
|
1660
1777
|
opacity?: number;
|
1778
|
+
} | {
|
1779
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1780
|
+
toned?: boolean;
|
1781
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1661
1782
|
};
|
1662
1783
|
typography?: {
|
1663
1784
|
decoration?: string;
|
@@ -1755,7 +1876,7 @@ export declare const useColorSchemaStore: () => {
|
|
1755
1876
|
};
|
1756
1877
|
alterCase?: boolean;
|
1757
1878
|
text?: {
|
1758
|
-
color?: {
|
1879
|
+
color?: string | {
|
1759
1880
|
colors: (string | {
|
1760
1881
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1761
1882
|
toned?: boolean;
|
@@ -1770,6 +1891,10 @@ export declare const useColorSchemaStore: () => {
|
|
1770
1891
|
})[];
|
1771
1892
|
acrylic?: boolean;
|
1772
1893
|
opacity?: number;
|
1894
|
+
} | {
|
1895
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
1896
|
+
toned?: boolean;
|
1897
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1773
1898
|
};
|
1774
1899
|
typography?: {
|
1775
1900
|
decoration?: string;
|
@@ -1867,7 +1992,7 @@ export declare const useColorSchemaStore: () => {
|
|
1867
1992
|
};
|
1868
1993
|
alterCase?: boolean;
|
1869
1994
|
text?: {
|
1870
|
-
color?: {
|
1995
|
+
color?: string | {
|
1871
1996
|
colors: (string | {
|
1872
1997
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1873
1998
|
toned?: boolean;
|
@@ -1882,6 +2007,10 @@ export declare const useColorSchemaStore: () => {
|
|
1882
2007
|
})[];
|
1883
2008
|
acrylic?: boolean;
|
1884
2009
|
opacity?: number;
|
2010
|
+
} | {
|
2011
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2012
|
+
toned?: boolean;
|
2013
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1885
2014
|
};
|
1886
2015
|
typography?: {
|
1887
2016
|
decoration?: string;
|
@@ -1981,7 +2110,7 @@ export declare const useColorSchemaStore: () => {
|
|
1981
2110
|
};
|
1982
2111
|
alterCase?: boolean;
|
1983
2112
|
text?: {
|
1984
|
-
color?: {
|
2113
|
+
color?: string | {
|
1985
2114
|
colors: (string | {
|
1986
2115
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
1987
2116
|
toned?: boolean;
|
@@ -1996,6 +2125,10 @@ export declare const useColorSchemaStore: () => {
|
|
1996
2125
|
})[];
|
1997
2126
|
acrylic?: boolean;
|
1998
2127
|
opacity?: number;
|
2128
|
+
} | {
|
2129
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2130
|
+
toned?: boolean;
|
2131
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1999
2132
|
};
|
2000
2133
|
typography?: {
|
2001
2134
|
decoration?: string;
|
@@ -2093,7 +2226,7 @@ export declare const useColorSchemaStore: () => {
|
|
2093
2226
|
};
|
2094
2227
|
alterCase?: boolean;
|
2095
2228
|
text?: {
|
2096
|
-
color?: {
|
2229
|
+
color?: string | {
|
2097
2230
|
colors: (string | {
|
2098
2231
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2099
2232
|
toned?: boolean;
|
@@ -2108,6 +2241,10 @@ export declare const useColorSchemaStore: () => {
|
|
2108
2241
|
})[];
|
2109
2242
|
acrylic?: boolean;
|
2110
2243
|
opacity?: number;
|
2244
|
+
} | {
|
2245
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2246
|
+
toned?: boolean;
|
2247
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2111
2248
|
};
|
2112
2249
|
typography?: {
|
2113
2250
|
decoration?: string;
|
@@ -2205,7 +2342,7 @@ export declare const useColorSchemaStore: () => {
|
|
2205
2342
|
};
|
2206
2343
|
alterCase?: boolean;
|
2207
2344
|
text?: {
|
2208
|
-
color?: {
|
2345
|
+
color?: string | {
|
2209
2346
|
colors: (string | {
|
2210
2347
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2211
2348
|
toned?: boolean;
|
@@ -2220,6 +2357,10 @@ export declare const useColorSchemaStore: () => {
|
|
2220
2357
|
})[];
|
2221
2358
|
acrylic?: boolean;
|
2222
2359
|
opacity?: number;
|
2360
|
+
} | {
|
2361
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2362
|
+
toned?: boolean;
|
2363
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2223
2364
|
};
|
2224
2365
|
typography?: {
|
2225
2366
|
decoration?: string;
|
@@ -2317,7 +2458,7 @@ export declare const useColorSchemaStore: () => {
|
|
2317
2458
|
};
|
2318
2459
|
alterCase?: boolean;
|
2319
2460
|
text?: {
|
2320
|
-
color?: {
|
2461
|
+
color?: string | {
|
2321
2462
|
colors: (string | {
|
2322
2463
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2323
2464
|
toned?: boolean;
|
@@ -2332,6 +2473,10 @@ export declare const useColorSchemaStore: () => {
|
|
2332
2473
|
})[];
|
2333
2474
|
acrylic?: boolean;
|
2334
2475
|
opacity?: number;
|
2476
|
+
} | {
|
2477
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2478
|
+
toned?: boolean;
|
2479
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2335
2480
|
};
|
2336
2481
|
typography?: {
|
2337
2482
|
decoration?: string;
|
@@ -2429,7 +2574,7 @@ export declare const useColorSchemaStore: () => {
|
|
2429
2574
|
};
|
2430
2575
|
alterCase?: boolean;
|
2431
2576
|
text?: {
|
2432
|
-
color?: {
|
2577
|
+
color?: string | {
|
2433
2578
|
colors: (string | {
|
2434
2579
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2435
2580
|
toned?: boolean;
|
@@ -2444,6 +2589,10 @@ export declare const useColorSchemaStore: () => {
|
|
2444
2589
|
})[];
|
2445
2590
|
acrylic?: boolean;
|
2446
2591
|
opacity?: number;
|
2592
|
+
} | {
|
2593
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2594
|
+
toned?: boolean;
|
2595
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2447
2596
|
};
|
2448
2597
|
typography?: {
|
2449
2598
|
decoration?: string;
|
@@ -2541,7 +2690,7 @@ export declare const useColorSchemaStore: () => {
|
|
2541
2690
|
};
|
2542
2691
|
alterCase?: boolean;
|
2543
2692
|
text?: {
|
2544
|
-
color?: {
|
2693
|
+
color?: string | {
|
2545
2694
|
colors: (string | {
|
2546
2695
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2547
2696
|
toned?: boolean;
|
@@ -2556,6 +2705,10 @@ export declare const useColorSchemaStore: () => {
|
|
2556
2705
|
})[];
|
2557
2706
|
acrylic?: boolean;
|
2558
2707
|
opacity?: number;
|
2708
|
+
} | {
|
2709
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2710
|
+
toned?: boolean;
|
2711
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2559
2712
|
};
|
2560
2713
|
typography?: {
|
2561
2714
|
decoration?: string;
|
@@ -2653,7 +2806,7 @@ export declare const useColorSchemaStore: () => {
|
|
2653
2806
|
};
|
2654
2807
|
alterCase?: boolean;
|
2655
2808
|
text?: {
|
2656
|
-
color?: {
|
2809
|
+
color?: string | {
|
2657
2810
|
colors: (string | {
|
2658
2811
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2659
2812
|
toned?: boolean;
|
@@ -2668,6 +2821,10 @@ export declare const useColorSchemaStore: () => {
|
|
2668
2821
|
})[];
|
2669
2822
|
acrylic?: boolean;
|
2670
2823
|
opacity?: number;
|
2824
|
+
} | {
|
2825
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2826
|
+
toned?: boolean;
|
2827
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2671
2828
|
};
|
2672
2829
|
typography?: {
|
2673
2830
|
decoration?: string;
|
@@ -2765,7 +2922,7 @@ export declare const useColorSchemaStore: () => {
|
|
2765
2922
|
};
|
2766
2923
|
alterCase?: boolean;
|
2767
2924
|
text?: {
|
2768
|
-
color?: {
|
2925
|
+
color?: string | {
|
2769
2926
|
colors: (string | {
|
2770
2927
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2771
2928
|
toned?: boolean;
|
@@ -2780,6 +2937,10 @@ export declare const useColorSchemaStore: () => {
|
|
2780
2937
|
})[];
|
2781
2938
|
acrylic?: boolean;
|
2782
2939
|
opacity?: number;
|
2940
|
+
} | {
|
2941
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
2942
|
+
toned?: boolean;
|
2943
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2783
2944
|
};
|
2784
2945
|
typography?: {
|
2785
2946
|
decoration?: string;
|
@@ -2877,7 +3038,7 @@ export declare const useColorSchemaStore: () => {
|
|
2877
3038
|
};
|
2878
3039
|
alterCase?: boolean;
|
2879
3040
|
text?: {
|
2880
|
-
color?: {
|
3041
|
+
color?: string | {
|
2881
3042
|
colors: (string | {
|
2882
3043
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
2883
3044
|
toned?: boolean;
|
@@ -2892,6 +3053,10 @@ export declare const useColorSchemaStore: () => {
|
|
2892
3053
|
})[];
|
2893
3054
|
acrylic?: boolean;
|
2894
3055
|
opacity?: number;
|
3056
|
+
} | {
|
3057
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
3058
|
+
toned?: boolean;
|
3059
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2895
3060
|
};
|
2896
3061
|
typography?: {
|
2897
3062
|
decoration?: string;
|
@@ -3014,7 +3179,7 @@ export declare const useColorSchemaStore: () => {
|
|
3014
3179
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3015
3180
|
};
|
3016
3181
|
text?: {
|
3017
|
-
color?: {
|
3182
|
+
color?: string | {
|
3018
3183
|
colors: (string | {
|
3019
3184
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3020
3185
|
toned?: boolean;
|
@@ -3029,6 +3194,10 @@ export declare const useColorSchemaStore: () => {
|
|
3029
3194
|
})[];
|
3030
3195
|
acrylic?: boolean;
|
3031
3196
|
opacity?: number;
|
3197
|
+
} | {
|
3198
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
3199
|
+
toned?: boolean;
|
3200
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3032
3201
|
};
|
3033
3202
|
typography?: {
|
3034
3203
|
decoration?: string;
|
@@ -3124,7 +3293,7 @@ export declare const useColorSchemaStore: () => {
|
|
3124
3293
|
elevation?: number;
|
3125
3294
|
};
|
3126
3295
|
text?: {
|
3127
|
-
color?: {
|
3296
|
+
color?: string | {
|
3128
3297
|
colors: (string | {
|
3129
3298
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3130
3299
|
toned?: boolean;
|
@@ -3139,6 +3308,10 @@ export declare const useColorSchemaStore: () => {
|
|
3139
3308
|
})[];
|
3140
3309
|
acrylic?: boolean;
|
3141
3310
|
opacity?: number;
|
3311
|
+
} | {
|
3312
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
3313
|
+
toned?: boolean;
|
3314
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3142
3315
|
};
|
3143
3316
|
typography?: {
|
3144
3317
|
decoration?: string;
|
@@ -3305,7 +3478,7 @@ export declare const useColorSchemaStore: () => {
|
|
3305
3478
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3306
3479
|
};
|
3307
3480
|
text?: {
|
3308
|
-
color?: {
|
3481
|
+
color?: string | {
|
3309
3482
|
colors: (string | {
|
3310
3483
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3311
3484
|
toned?: boolean;
|
@@ -3320,6 +3493,10 @@ export declare const useColorSchemaStore: () => {
|
|
3320
3493
|
})[];
|
3321
3494
|
acrylic?: boolean;
|
3322
3495
|
opacity?: number;
|
3496
|
+
} | {
|
3497
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
3498
|
+
toned?: boolean;
|
3499
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3323
3500
|
};
|
3324
3501
|
typography?: {
|
3325
3502
|
decoration?: string;
|
@@ -3415,7 +3592,7 @@ export declare const useColorSchemaStore: () => {
|
|
3415
3592
|
elevation?: number;
|
3416
3593
|
};
|
3417
3594
|
text?: {
|
3418
|
-
color?: {
|
3595
|
+
color?: string | {
|
3419
3596
|
colors: (string | {
|
3420
3597
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3421
3598
|
toned?: boolean;
|
@@ -3430,6 +3607,10 @@ export declare const useColorSchemaStore: () => {
|
|
3430
3607
|
})[];
|
3431
3608
|
acrylic?: boolean;
|
3432
3609
|
opacity?: number;
|
3610
|
+
} | {
|
3611
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
3612
|
+
toned?: boolean;
|
3613
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3433
3614
|
};
|
3434
3615
|
typography?: {
|
3435
3616
|
decoration?: string;
|
@@ -3596,7 +3777,7 @@ export declare const useColorSchemaStore: () => {
|
|
3596
3777
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3597
3778
|
};
|
3598
3779
|
text?: {
|
3599
|
-
color?: {
|
3780
|
+
color?: string | {
|
3600
3781
|
colors: (string | {
|
3601
3782
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3602
3783
|
toned?: boolean;
|
@@ -3611,6 +3792,10 @@ export declare const useColorSchemaStore: () => {
|
|
3611
3792
|
})[];
|
3612
3793
|
acrylic?: boolean;
|
3613
3794
|
opacity?: number;
|
3795
|
+
} | {
|
3796
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
3797
|
+
toned?: boolean;
|
3798
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3614
3799
|
};
|
3615
3800
|
typography?: {
|
3616
3801
|
decoration?: string;
|
@@ -3706,7 +3891,7 @@ export declare const useColorSchemaStore: () => {
|
|
3706
3891
|
elevation?: number;
|
3707
3892
|
};
|
3708
3893
|
text?: {
|
3709
|
-
color?: {
|
3894
|
+
color?: string | {
|
3710
3895
|
colors: (string | {
|
3711
3896
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3712
3897
|
toned?: boolean;
|
@@ -3721,6 +3906,10 @@ export declare const useColorSchemaStore: () => {
|
|
3721
3906
|
})[];
|
3722
3907
|
acrylic?: boolean;
|
3723
3908
|
opacity?: number;
|
3909
|
+
} | {
|
3910
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
3911
|
+
toned?: boolean;
|
3912
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3724
3913
|
};
|
3725
3914
|
typography?: {
|
3726
3915
|
decoration?: string;
|
@@ -3887,7 +4076,7 @@ export declare const useColorSchemaStore: () => {
|
|
3887
4076
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3888
4077
|
};
|
3889
4078
|
text?: {
|
3890
|
-
color?: {
|
4079
|
+
color?: string | {
|
3891
4080
|
colors: (string | {
|
3892
4081
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
3893
4082
|
toned?: boolean;
|
@@ -3902,6 +4091,10 @@ export declare const useColorSchemaStore: () => {
|
|
3902
4091
|
})[];
|
3903
4092
|
acrylic?: boolean;
|
3904
4093
|
opacity?: number;
|
4094
|
+
} | {
|
4095
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4096
|
+
toned?: boolean;
|
4097
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3905
4098
|
};
|
3906
4099
|
typography?: {
|
3907
4100
|
decoration?: string;
|
@@ -3997,7 +4190,7 @@ export declare const useColorSchemaStore: () => {
|
|
3997
4190
|
elevation?: number;
|
3998
4191
|
};
|
3999
4192
|
text?: {
|
4000
|
-
color?: {
|
4193
|
+
color?: string | {
|
4001
4194
|
colors: (string | {
|
4002
4195
|
colorType: "base" | "onBase" | "container" | "onContainer";
|
4003
4196
|
toned?: boolean;
|
@@ -4012,6 +4205,10 @@ export declare const useColorSchemaStore: () => {
|
|
4012
4205
|
})[];
|
4013
4206
|
acrylic?: boolean;
|
4014
4207
|
opacity?: number;
|
4208
|
+
} | {
|
4209
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4210
|
+
toned?: boolean;
|
4211
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4015
4212
|
};
|
4016
4213
|
typography?: {
|
4017
4214
|
decoration?: string;
|
@@ -4238,8 +4435,13 @@ export declare const useColorSchemaStore: () => {
|
|
4238
4435
|
left?: string | number;
|
4239
4436
|
};
|
4240
4437
|
}[];
|
4241
|
-
|
4438
|
+
editors?: {
|
4242
4439
|
name?: string;
|
4440
|
+
icon?: {
|
4441
|
+
faClass: string;
|
4442
|
+
iconType: import("@omnia/fx-models").IconTypes;
|
4443
|
+
role?: string;
|
4444
|
+
};
|
4243
4445
|
category?: string;
|
4244
4446
|
type: string;
|
4245
4447
|
settings?: any;
|
@@ -4441,8 +4643,13 @@ export declare const useColorSchemaStore: () => {
|
|
4441
4643
|
left?: string | number;
|
4442
4644
|
};
|
4443
4645
|
}[];
|
4444
|
-
|
4646
|
+
editors?: {
|
4445
4647
|
name?: string;
|
4648
|
+
icon?: {
|
4649
|
+
faClass: string;
|
4650
|
+
iconType: import("@omnia/fx-models").IconTypes;
|
4651
|
+
role?: string;
|
4652
|
+
};
|
4446
4653
|
category?: string;
|
4447
4654
|
type: string;
|
4448
4655
|
settings?: any;
|
@@ -4644,8 +4851,13 @@ export declare const useColorSchemaStore: () => {
|
|
4644
4851
|
left?: string | number;
|
4645
4852
|
};
|
4646
4853
|
}[];
|
4647
|
-
|
4854
|
+
editors?: {
|
4648
4855
|
name?: string;
|
4856
|
+
icon?: {
|
4857
|
+
faClass: string;
|
4858
|
+
iconType: import("@omnia/fx-models").IconTypes;
|
4859
|
+
role?: string;
|
4860
|
+
};
|
4649
4861
|
category?: string;
|
4650
4862
|
type: string;
|
4651
4863
|
settings?: any;
|
@@ -4847,8 +5059,13 @@ export declare const useColorSchemaStore: () => {
|
|
4847
5059
|
left?: string | number;
|
4848
5060
|
};
|
4849
5061
|
}[];
|
4850
|
-
|
5062
|
+
editors?: {
|
4851
5063
|
name?: string;
|
5064
|
+
icon?: {
|
5065
|
+
faClass: string;
|
5066
|
+
iconType: import("@omnia/fx-models").IconTypes;
|
5067
|
+
role?: string;
|
5068
|
+
};
|
4852
5069
|
category?: string;
|
4853
5070
|
type: string;
|
4854
5071
|
settings?: any;
|
@@ -5115,6 +5332,7 @@ export declare const useColorSchemaStore: () => {
|
|
5115
5332
|
};
|
5116
5333
|
colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic") => ColorSchema;
|
5117
5334
|
typography: () => import("@omnia/fx-models").TypographyBlueprints;
|
5335
|
+
fillValue: (value: import("@omnia/fx-models").FillDefinitionValue, type: "typography") => any;
|
5118
5336
|
spacing: () => import("@omnia/fx-models").SpacingBlueprints;
|
5119
5337
|
component: () => import("@omnia/fx-models").ComponentBlueprints;
|
5120
5338
|
color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => string;
|