@omnia/fx 8.0.286-dev → 8.0.288-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/ux/app/management/components/TabsManagement.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +136 -124
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingMigration.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +136 -124
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +9 -13
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +6 -5
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/flow/editor/commands/EditorCommands.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/velcron/DeleteButton.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/velcron/SwapButton.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorStore.d.ts +12 -8
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorToolbarStore.d.ts +60 -40
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/models/Velcron.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +17 -3
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentePropertiesGroupDescriptorTemplates.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +32 -3
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BackgroundEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/FlowEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ImageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TypographyEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +12 -2
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/use/useSpacingScaling.d.ts +0 -13
@@ -1075,7 +1075,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1075
1075
|
};
|
1076
1076
|
spacing: {
|
1077
1077
|
primary: {
|
1078
|
-
|
1078
|
+
l: {
|
1079
1079
|
name: string;
|
1080
1080
|
xs: number;
|
1081
1081
|
s: number;
|
@@ -1083,7 +1083,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1083
1083
|
l: number;
|
1084
1084
|
xl: number;
|
1085
1085
|
};
|
1086
|
-
|
1086
|
+
s: {
|
1087
1087
|
name: string;
|
1088
1088
|
xs: number;
|
1089
1089
|
s: number;
|
@@ -1100,7 +1100,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1100
1100
|
text: {
|
1101
1101
|
primary?: {
|
1102
1102
|
padding?: {
|
1103
|
-
scale?: "
|
1103
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
1104
1104
|
top?: import("@omnia/fx-models").SpacingValue;
|
1105
1105
|
right?: import("@omnia/fx-models").SpacingValue;
|
1106
1106
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -1131,14 +1131,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1131
1131
|
};
|
1132
1132
|
border?: {
|
1133
1133
|
radius?: {
|
1134
|
-
scale?: "
|
1134
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
1135
1135
|
top?: import("@omnia/fx-models").SpacingValue;
|
1136
1136
|
right?: import("@omnia/fx-models").SpacingValue;
|
1137
1137
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
1138
1138
|
left?: import("@omnia/fx-models").SpacingValue;
|
1139
1139
|
};
|
1140
1140
|
width?: {
|
1141
|
-
scale?: "
|
1141
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
1142
1142
|
top?: import("@omnia/fx-models").SpacingValue;
|
1143
1143
|
right?: import("@omnia/fx-models").SpacingValue;
|
1144
1144
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -1256,7 +1256,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1256
1256
|
};
|
1257
1257
|
basic?: {
|
1258
1258
|
padding?: {
|
1259
|
-
scale?: "
|
1259
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
1260
1260
|
top?: import("@omnia/fx-models").SpacingValue;
|
1261
1261
|
right?: import("@omnia/fx-models").SpacingValue;
|
1262
1262
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -1287,14 +1287,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1287
1287
|
};
|
1288
1288
|
border?: {
|
1289
1289
|
radius?: {
|
1290
|
-
scale?: "
|
1290
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
1291
1291
|
top?: import("@omnia/fx-models").SpacingValue;
|
1292
1292
|
right?: import("@omnia/fx-models").SpacingValue;
|
1293
1293
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
1294
1294
|
left?: import("@omnia/fx-models").SpacingValue;
|
1295
1295
|
};
|
1296
1296
|
width?: {
|
1297
|
-
scale?: "
|
1297
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
1298
1298
|
top?: import("@omnia/fx-models").SpacingValue;
|
1299
1299
|
right?: import("@omnia/fx-models").SpacingValue;
|
1300
1300
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -1412,7 +1412,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1412
1412
|
};
|
1413
1413
|
accent1?: {
|
1414
1414
|
padding?: {
|
1415
|
-
scale?: "
|
1415
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
1416
1416
|
top?: import("@omnia/fx-models").SpacingValue;
|
1417
1417
|
right?: import("@omnia/fx-models").SpacingValue;
|
1418
1418
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -1443,14 +1443,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1443
1443
|
};
|
1444
1444
|
border?: {
|
1445
1445
|
radius?: {
|
1446
|
-
scale?: "
|
1446
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
1447
1447
|
top?: import("@omnia/fx-models").SpacingValue;
|
1448
1448
|
right?: import("@omnia/fx-models").SpacingValue;
|
1449
1449
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
1450
1450
|
left?: import("@omnia/fx-models").SpacingValue;
|
1451
1451
|
};
|
1452
1452
|
width?: {
|
1453
|
-
scale?: "
|
1453
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
1454
1454
|
top?: import("@omnia/fx-models").SpacingValue;
|
1455
1455
|
right?: import("@omnia/fx-models").SpacingValue;
|
1456
1456
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -1568,7 +1568,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1568
1568
|
};
|
1569
1569
|
warn?: {
|
1570
1570
|
padding?: {
|
1571
|
-
scale?: "
|
1571
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
1572
1572
|
top?: import("@omnia/fx-models").SpacingValue;
|
1573
1573
|
right?: import("@omnia/fx-models").SpacingValue;
|
1574
1574
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -1599,14 +1599,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1599
1599
|
};
|
1600
1600
|
border?: {
|
1601
1601
|
radius?: {
|
1602
|
-
scale?: "
|
1602
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
1603
1603
|
top?: import("@omnia/fx-models").SpacingValue;
|
1604
1604
|
right?: import("@omnia/fx-models").SpacingValue;
|
1605
1605
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
1606
1606
|
left?: import("@omnia/fx-models").SpacingValue;
|
1607
1607
|
};
|
1608
1608
|
width?: {
|
1609
|
-
scale?: "
|
1609
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
1610
1610
|
top?: import("@omnia/fx-models").SpacingValue;
|
1611
1611
|
right?: import("@omnia/fx-models").SpacingValue;
|
1612
1612
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -1724,7 +1724,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1724
1724
|
};
|
1725
1725
|
link?: {
|
1726
1726
|
padding?: {
|
1727
|
-
scale?: "
|
1727
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
1728
1728
|
top?: import("@omnia/fx-models").SpacingValue;
|
1729
1729
|
right?: import("@omnia/fx-models").SpacingValue;
|
1730
1730
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -1755,14 +1755,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1755
1755
|
};
|
1756
1756
|
border?: {
|
1757
1757
|
radius?: {
|
1758
|
-
scale?: "
|
1758
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
1759
1759
|
top?: import("@omnia/fx-models").SpacingValue;
|
1760
1760
|
right?: import("@omnia/fx-models").SpacingValue;
|
1761
1761
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
1762
1762
|
left?: import("@omnia/fx-models").SpacingValue;
|
1763
1763
|
};
|
1764
1764
|
width?: {
|
1765
|
-
scale?: "
|
1765
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
1766
1766
|
top?: import("@omnia/fx-models").SpacingValue;
|
1767
1767
|
right?: import("@omnia/fx-models").SpacingValue;
|
1768
1768
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -1880,7 +1880,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1880
1880
|
};
|
1881
1881
|
variant1?: {
|
1882
1882
|
padding?: {
|
1883
|
-
scale?: "
|
1883
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
1884
1884
|
top?: import("@omnia/fx-models").SpacingValue;
|
1885
1885
|
right?: import("@omnia/fx-models").SpacingValue;
|
1886
1886
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -1911,14 +1911,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
1911
1911
|
};
|
1912
1912
|
border?: {
|
1913
1913
|
radius?: {
|
1914
|
-
scale?: "
|
1914
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
1915
1915
|
top?: import("@omnia/fx-models").SpacingValue;
|
1916
1916
|
right?: import("@omnia/fx-models").SpacingValue;
|
1917
1917
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
1918
1918
|
left?: import("@omnia/fx-models").SpacingValue;
|
1919
1919
|
};
|
1920
1920
|
width?: {
|
1921
|
-
scale?: "
|
1921
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
1922
1922
|
top?: import("@omnia/fx-models").SpacingValue;
|
1923
1923
|
right?: import("@omnia/fx-models").SpacingValue;
|
1924
1924
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -2036,7 +2036,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2036
2036
|
};
|
2037
2037
|
variant2?: {
|
2038
2038
|
padding?: {
|
2039
|
-
scale?: "
|
2039
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
2040
2040
|
top?: import("@omnia/fx-models").SpacingValue;
|
2041
2041
|
right?: import("@omnia/fx-models").SpacingValue;
|
2042
2042
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -2067,14 +2067,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2067
2067
|
};
|
2068
2068
|
border?: {
|
2069
2069
|
radius?: {
|
2070
|
-
scale?: "
|
2070
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
2071
2071
|
top?: import("@omnia/fx-models").SpacingValue;
|
2072
2072
|
right?: import("@omnia/fx-models").SpacingValue;
|
2073
2073
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
2074
2074
|
left?: import("@omnia/fx-models").SpacingValue;
|
2075
2075
|
};
|
2076
2076
|
width?: {
|
2077
|
-
scale?: "
|
2077
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
2078
2078
|
top?: import("@omnia/fx-models").SpacingValue;
|
2079
2079
|
right?: import("@omnia/fx-models").SpacingValue;
|
2080
2080
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -2192,7 +2192,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2192
2192
|
};
|
2193
2193
|
variant3?: {
|
2194
2194
|
padding?: {
|
2195
|
-
scale?: "
|
2195
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
2196
2196
|
top?: import("@omnia/fx-models").SpacingValue;
|
2197
2197
|
right?: import("@omnia/fx-models").SpacingValue;
|
2198
2198
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -2223,14 +2223,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2223
2223
|
};
|
2224
2224
|
border?: {
|
2225
2225
|
radius?: {
|
2226
|
-
scale?: "
|
2226
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
2227
2227
|
top?: import("@omnia/fx-models").SpacingValue;
|
2228
2228
|
right?: import("@omnia/fx-models").SpacingValue;
|
2229
2229
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
2230
2230
|
left?: import("@omnia/fx-models").SpacingValue;
|
2231
2231
|
};
|
2232
2232
|
width?: {
|
2233
|
-
scale?: "
|
2233
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
2234
2234
|
top?: import("@omnia/fx-models").SpacingValue;
|
2235
2235
|
right?: import("@omnia/fx-models").SpacingValue;
|
2236
2236
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -2348,7 +2348,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2348
2348
|
};
|
2349
2349
|
variant4?: {
|
2350
2350
|
padding?: {
|
2351
|
-
scale?: "
|
2351
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
2352
2352
|
top?: import("@omnia/fx-models").SpacingValue;
|
2353
2353
|
right?: import("@omnia/fx-models").SpacingValue;
|
2354
2354
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -2379,14 +2379,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2379
2379
|
};
|
2380
2380
|
border?: {
|
2381
2381
|
radius?: {
|
2382
|
-
scale?: "
|
2382
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
2383
2383
|
top?: import("@omnia/fx-models").SpacingValue;
|
2384
2384
|
right?: import("@omnia/fx-models").SpacingValue;
|
2385
2385
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
2386
2386
|
left?: import("@omnia/fx-models").SpacingValue;
|
2387
2387
|
};
|
2388
2388
|
width?: {
|
2389
|
-
scale?: "
|
2389
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
2390
2390
|
top?: import("@omnia/fx-models").SpacingValue;
|
2391
2391
|
right?: import("@omnia/fx-models").SpacingValue;
|
2392
2392
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -2506,7 +2506,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2506
2506
|
icon: {
|
2507
2507
|
primary?: {
|
2508
2508
|
padding?: {
|
2509
|
-
scale?: "
|
2509
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
2510
2510
|
top?: import("@omnia/fx-models").SpacingValue;
|
2511
2511
|
right?: import("@omnia/fx-models").SpacingValue;
|
2512
2512
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -2537,14 +2537,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2537
2537
|
};
|
2538
2538
|
border?: {
|
2539
2539
|
radius?: {
|
2540
|
-
scale?: "
|
2540
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
2541
2541
|
top?: import("@omnia/fx-models").SpacingValue;
|
2542
2542
|
right?: import("@omnia/fx-models").SpacingValue;
|
2543
2543
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
2544
2544
|
left?: import("@omnia/fx-models").SpacingValue;
|
2545
2545
|
};
|
2546
2546
|
width?: {
|
2547
|
-
scale?: "
|
2547
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
2548
2548
|
top?: import("@omnia/fx-models").SpacingValue;
|
2549
2549
|
right?: import("@omnia/fx-models").SpacingValue;
|
2550
2550
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -2662,7 +2662,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2662
2662
|
};
|
2663
2663
|
basic?: {
|
2664
2664
|
padding?: {
|
2665
|
-
scale?: "
|
2665
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
2666
2666
|
top?: import("@omnia/fx-models").SpacingValue;
|
2667
2667
|
right?: import("@omnia/fx-models").SpacingValue;
|
2668
2668
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -2693,14 +2693,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2693
2693
|
};
|
2694
2694
|
border?: {
|
2695
2695
|
radius?: {
|
2696
|
-
scale?: "
|
2696
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
2697
2697
|
top?: import("@omnia/fx-models").SpacingValue;
|
2698
2698
|
right?: import("@omnia/fx-models").SpacingValue;
|
2699
2699
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
2700
2700
|
left?: import("@omnia/fx-models").SpacingValue;
|
2701
2701
|
};
|
2702
2702
|
width?: {
|
2703
|
-
scale?: "
|
2703
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
2704
2704
|
top?: import("@omnia/fx-models").SpacingValue;
|
2705
2705
|
right?: import("@omnia/fx-models").SpacingValue;
|
2706
2706
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -2818,7 +2818,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2818
2818
|
};
|
2819
2819
|
accent1?: {
|
2820
2820
|
padding?: {
|
2821
|
-
scale?: "
|
2821
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
2822
2822
|
top?: import("@omnia/fx-models").SpacingValue;
|
2823
2823
|
right?: import("@omnia/fx-models").SpacingValue;
|
2824
2824
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -2849,14 +2849,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2849
2849
|
};
|
2850
2850
|
border?: {
|
2851
2851
|
radius?: {
|
2852
|
-
scale?: "
|
2852
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
2853
2853
|
top?: import("@omnia/fx-models").SpacingValue;
|
2854
2854
|
right?: import("@omnia/fx-models").SpacingValue;
|
2855
2855
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
2856
2856
|
left?: import("@omnia/fx-models").SpacingValue;
|
2857
2857
|
};
|
2858
2858
|
width?: {
|
2859
|
-
scale?: "
|
2859
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
2860
2860
|
top?: import("@omnia/fx-models").SpacingValue;
|
2861
2861
|
right?: import("@omnia/fx-models").SpacingValue;
|
2862
2862
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -2974,7 +2974,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
2974
2974
|
};
|
2975
2975
|
warn?: {
|
2976
2976
|
padding?: {
|
2977
|
-
scale?: "
|
2977
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
2978
2978
|
top?: import("@omnia/fx-models").SpacingValue;
|
2979
2979
|
right?: import("@omnia/fx-models").SpacingValue;
|
2980
2980
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -3005,14 +3005,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3005
3005
|
};
|
3006
3006
|
border?: {
|
3007
3007
|
radius?: {
|
3008
|
-
scale?: "
|
3008
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
3009
3009
|
top?: import("@omnia/fx-models").SpacingValue;
|
3010
3010
|
right?: import("@omnia/fx-models").SpacingValue;
|
3011
3011
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
3012
3012
|
left?: import("@omnia/fx-models").SpacingValue;
|
3013
3013
|
};
|
3014
3014
|
width?: {
|
3015
|
-
scale?: "
|
3015
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
3016
3016
|
top?: import("@omnia/fx-models").SpacingValue;
|
3017
3017
|
right?: import("@omnia/fx-models").SpacingValue;
|
3018
3018
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -3130,7 +3130,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3130
3130
|
};
|
3131
3131
|
link?: {
|
3132
3132
|
padding?: {
|
3133
|
-
scale?: "
|
3133
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
3134
3134
|
top?: import("@omnia/fx-models").SpacingValue;
|
3135
3135
|
right?: import("@omnia/fx-models").SpacingValue;
|
3136
3136
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -3161,14 +3161,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3161
3161
|
};
|
3162
3162
|
border?: {
|
3163
3163
|
radius?: {
|
3164
|
-
scale?: "
|
3164
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
3165
3165
|
top?: import("@omnia/fx-models").SpacingValue;
|
3166
3166
|
right?: import("@omnia/fx-models").SpacingValue;
|
3167
3167
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
3168
3168
|
left?: import("@omnia/fx-models").SpacingValue;
|
3169
3169
|
};
|
3170
3170
|
width?: {
|
3171
|
-
scale?: "
|
3171
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
3172
3172
|
top?: import("@omnia/fx-models").SpacingValue;
|
3173
3173
|
right?: import("@omnia/fx-models").SpacingValue;
|
3174
3174
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -3286,7 +3286,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3286
3286
|
};
|
3287
3287
|
variant1?: {
|
3288
3288
|
padding?: {
|
3289
|
-
scale?: "
|
3289
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
3290
3290
|
top?: import("@omnia/fx-models").SpacingValue;
|
3291
3291
|
right?: import("@omnia/fx-models").SpacingValue;
|
3292
3292
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -3317,14 +3317,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3317
3317
|
};
|
3318
3318
|
border?: {
|
3319
3319
|
radius?: {
|
3320
|
-
scale?: "
|
3320
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
3321
3321
|
top?: import("@omnia/fx-models").SpacingValue;
|
3322
3322
|
right?: import("@omnia/fx-models").SpacingValue;
|
3323
3323
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
3324
3324
|
left?: import("@omnia/fx-models").SpacingValue;
|
3325
3325
|
};
|
3326
3326
|
width?: {
|
3327
|
-
scale?: "
|
3327
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
3328
3328
|
top?: import("@omnia/fx-models").SpacingValue;
|
3329
3329
|
right?: import("@omnia/fx-models").SpacingValue;
|
3330
3330
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -3442,7 +3442,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3442
3442
|
};
|
3443
3443
|
variant2?: {
|
3444
3444
|
padding?: {
|
3445
|
-
scale?: "
|
3445
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
3446
3446
|
top?: import("@omnia/fx-models").SpacingValue;
|
3447
3447
|
right?: import("@omnia/fx-models").SpacingValue;
|
3448
3448
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -3473,14 +3473,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3473
3473
|
};
|
3474
3474
|
border?: {
|
3475
3475
|
radius?: {
|
3476
|
-
scale?: "
|
3476
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
3477
3477
|
top?: import("@omnia/fx-models").SpacingValue;
|
3478
3478
|
right?: import("@omnia/fx-models").SpacingValue;
|
3479
3479
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
3480
3480
|
left?: import("@omnia/fx-models").SpacingValue;
|
3481
3481
|
};
|
3482
3482
|
width?: {
|
3483
|
-
scale?: "
|
3483
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
3484
3484
|
top?: import("@omnia/fx-models").SpacingValue;
|
3485
3485
|
right?: import("@omnia/fx-models").SpacingValue;
|
3486
3486
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -3598,7 +3598,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3598
3598
|
};
|
3599
3599
|
variant3?: {
|
3600
3600
|
padding?: {
|
3601
|
-
scale?: "
|
3601
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
3602
3602
|
top?: import("@omnia/fx-models").SpacingValue;
|
3603
3603
|
right?: import("@omnia/fx-models").SpacingValue;
|
3604
3604
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -3629,14 +3629,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3629
3629
|
};
|
3630
3630
|
border?: {
|
3631
3631
|
radius?: {
|
3632
|
-
scale?: "
|
3632
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
3633
3633
|
top?: import("@omnia/fx-models").SpacingValue;
|
3634
3634
|
right?: import("@omnia/fx-models").SpacingValue;
|
3635
3635
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
3636
3636
|
left?: import("@omnia/fx-models").SpacingValue;
|
3637
3637
|
};
|
3638
3638
|
width?: {
|
3639
|
-
scale?: "
|
3639
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
3640
3640
|
top?: import("@omnia/fx-models").SpacingValue;
|
3641
3641
|
right?: import("@omnia/fx-models").SpacingValue;
|
3642
3642
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -3754,7 +3754,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3754
3754
|
};
|
3755
3755
|
variant4?: {
|
3756
3756
|
padding?: {
|
3757
|
-
scale?: "
|
3757
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
3758
3758
|
top?: import("@omnia/fx-models").SpacingValue;
|
3759
3759
|
right?: import("@omnia/fx-models").SpacingValue;
|
3760
3760
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -3785,14 +3785,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3785
3785
|
};
|
3786
3786
|
border?: {
|
3787
3787
|
radius?: {
|
3788
|
-
scale?: "
|
3788
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
3789
3789
|
top?: import("@omnia/fx-models").SpacingValue;
|
3790
3790
|
right?: import("@omnia/fx-models").SpacingValue;
|
3791
3791
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
3792
3792
|
left?: import("@omnia/fx-models").SpacingValue;
|
3793
3793
|
};
|
3794
3794
|
width?: {
|
3795
|
-
scale?: "
|
3795
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
3796
3796
|
top?: import("@omnia/fx-models").SpacingValue;
|
3797
3797
|
right?: import("@omnia/fx-models").SpacingValue;
|
3798
3798
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -3938,14 +3938,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3938
3938
|
};
|
3939
3939
|
border?: {
|
3940
3940
|
radius?: {
|
3941
|
-
scale?: "
|
3941
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
3942
3942
|
top?: import("@omnia/fx-models").SpacingValue;
|
3943
3943
|
right?: import("@omnia/fx-models").SpacingValue;
|
3944
3944
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
3945
3945
|
left?: import("@omnia/fx-models").SpacingValue;
|
3946
3946
|
};
|
3947
3947
|
width?: {
|
3948
|
-
scale?: "
|
3948
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
3949
3949
|
top?: import("@omnia/fx-models").SpacingValue;
|
3950
3950
|
right?: import("@omnia/fx-models").SpacingValue;
|
3951
3951
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -3977,14 +3977,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
3977
3977
|
};
|
3978
3978
|
};
|
3979
3979
|
padding?: {
|
3980
|
-
scale?: "
|
3980
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
3981
3981
|
top?: import("@omnia/fx-models").SpacingValue;
|
3982
3982
|
right?: import("@omnia/fx-models").SpacingValue;
|
3983
3983
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
3984
3984
|
left?: import("@omnia/fx-models").SpacingValue;
|
3985
3985
|
};
|
3986
3986
|
margin?: {
|
3987
|
-
scale?: "
|
3987
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
3988
3988
|
top?: import("@omnia/fx-models").SpacingValue;
|
3989
3989
|
right?: import("@omnia/fx-models").SpacingValue;
|
3990
3990
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -4082,7 +4082,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4082
4082
|
};
|
4083
4083
|
active?: {
|
4084
4084
|
padding?: {
|
4085
|
-
scale?: "
|
4085
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
4086
4086
|
top?: import("@omnia/fx-models").SpacingValue;
|
4087
4087
|
right?: import("@omnia/fx-models").SpacingValue;
|
4088
4088
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -4113,14 +4113,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4113
4113
|
};
|
4114
4114
|
border?: {
|
4115
4115
|
radius?: {
|
4116
|
-
scale?: "
|
4116
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
4117
4117
|
top?: import("@omnia/fx-models").SpacingValue;
|
4118
4118
|
right?: import("@omnia/fx-models").SpacingValue;
|
4119
4119
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
4120
4120
|
left?: import("@omnia/fx-models").SpacingValue;
|
4121
4121
|
};
|
4122
4122
|
width?: {
|
4123
|
-
scale?: "
|
4123
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
4124
4124
|
top?: import("@omnia/fx-models").SpacingValue;
|
4125
4125
|
right?: import("@omnia/fx-models").SpacingValue;
|
4126
4126
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -4255,14 +4255,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4255
4255
|
};
|
4256
4256
|
border?: {
|
4257
4257
|
radius?: {
|
4258
|
-
scale?: "
|
4258
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
4259
4259
|
top?: import("@omnia/fx-models").SpacingValue;
|
4260
4260
|
right?: import("@omnia/fx-models").SpacingValue;
|
4261
4261
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
4262
4262
|
left?: import("@omnia/fx-models").SpacingValue;
|
4263
4263
|
};
|
4264
4264
|
width?: {
|
4265
|
-
scale?: "
|
4265
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
4266
4266
|
top?: import("@omnia/fx-models").SpacingValue;
|
4267
4267
|
right?: import("@omnia/fx-models").SpacingValue;
|
4268
4268
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -4321,14 +4321,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4321
4321
|
};
|
4322
4322
|
border?: {
|
4323
4323
|
radius?: {
|
4324
|
-
scale?: "
|
4324
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
4325
4325
|
top?: import("@omnia/fx-models").SpacingValue;
|
4326
4326
|
right?: import("@omnia/fx-models").SpacingValue;
|
4327
4327
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
4328
4328
|
left?: import("@omnia/fx-models").SpacingValue;
|
4329
4329
|
};
|
4330
4330
|
width?: {
|
4331
|
-
scale?: "
|
4331
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
4332
4332
|
top?: import("@omnia/fx-models").SpacingValue;
|
4333
4333
|
right?: import("@omnia/fx-models").SpacingValue;
|
4334
4334
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -4360,14 +4360,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4360
4360
|
};
|
4361
4361
|
};
|
4362
4362
|
padding?: {
|
4363
|
-
scale?: "
|
4363
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
4364
4364
|
top?: import("@omnia/fx-models").SpacingValue;
|
4365
4365
|
right?: import("@omnia/fx-models").SpacingValue;
|
4366
4366
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
4367
4367
|
left?: import("@omnia/fx-models").SpacingValue;
|
4368
4368
|
};
|
4369
4369
|
margin?: {
|
4370
|
-
scale?: "
|
4370
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
4371
4371
|
top?: import("@omnia/fx-models").SpacingValue;
|
4372
4372
|
right?: import("@omnia/fx-models").SpacingValue;
|
4373
4373
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -4465,7 +4465,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4465
4465
|
};
|
4466
4466
|
active?: {
|
4467
4467
|
padding?: {
|
4468
|
-
scale?: "
|
4468
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
4469
4469
|
top?: import("@omnia/fx-models").SpacingValue;
|
4470
4470
|
right?: import("@omnia/fx-models").SpacingValue;
|
4471
4471
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -4496,14 +4496,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4496
4496
|
};
|
4497
4497
|
border?: {
|
4498
4498
|
radius?: {
|
4499
|
-
scale?: "
|
4499
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
4500
4500
|
top?: import("@omnia/fx-models").SpacingValue;
|
4501
4501
|
right?: import("@omnia/fx-models").SpacingValue;
|
4502
4502
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
4503
4503
|
left?: import("@omnia/fx-models").SpacingValue;
|
4504
4504
|
};
|
4505
4505
|
width?: {
|
4506
|
-
scale?: "
|
4506
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
4507
4507
|
top?: import("@omnia/fx-models").SpacingValue;
|
4508
4508
|
right?: import("@omnia/fx-models").SpacingValue;
|
4509
4509
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -4638,14 +4638,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4638
4638
|
};
|
4639
4639
|
border?: {
|
4640
4640
|
radius?: {
|
4641
|
-
scale?: "
|
4641
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
4642
4642
|
top?: import("@omnia/fx-models").SpacingValue;
|
4643
4643
|
right?: import("@omnia/fx-models").SpacingValue;
|
4644
4644
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
4645
4645
|
left?: import("@omnia/fx-models").SpacingValue;
|
4646
4646
|
};
|
4647
4647
|
width?: {
|
4648
|
-
scale?: "
|
4648
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
4649
4649
|
top?: import("@omnia/fx-models").SpacingValue;
|
4650
4650
|
right?: import("@omnia/fx-models").SpacingValue;
|
4651
4651
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -4704,14 +4704,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4704
4704
|
};
|
4705
4705
|
border?: {
|
4706
4706
|
radius?: {
|
4707
|
-
scale?: "
|
4707
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
4708
4708
|
top?: import("@omnia/fx-models").SpacingValue;
|
4709
4709
|
right?: import("@omnia/fx-models").SpacingValue;
|
4710
4710
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
4711
4711
|
left?: import("@omnia/fx-models").SpacingValue;
|
4712
4712
|
};
|
4713
4713
|
width?: {
|
4714
|
-
scale?: "
|
4714
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
4715
4715
|
top?: import("@omnia/fx-models").SpacingValue;
|
4716
4716
|
right?: import("@omnia/fx-models").SpacingValue;
|
4717
4717
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -4743,14 +4743,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4743
4743
|
};
|
4744
4744
|
};
|
4745
4745
|
padding?: {
|
4746
|
-
scale?: "
|
4746
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
4747
4747
|
top?: import("@omnia/fx-models").SpacingValue;
|
4748
4748
|
right?: import("@omnia/fx-models").SpacingValue;
|
4749
4749
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
4750
4750
|
left?: import("@omnia/fx-models").SpacingValue;
|
4751
4751
|
};
|
4752
4752
|
margin?: {
|
4753
|
-
scale?: "
|
4753
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
4754
4754
|
top?: import("@omnia/fx-models").SpacingValue;
|
4755
4755
|
right?: import("@omnia/fx-models").SpacingValue;
|
4756
4756
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -4848,7 +4848,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4848
4848
|
};
|
4849
4849
|
active?: {
|
4850
4850
|
padding?: {
|
4851
|
-
scale?: "
|
4851
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
4852
4852
|
top?: import("@omnia/fx-models").SpacingValue;
|
4853
4853
|
right?: import("@omnia/fx-models").SpacingValue;
|
4854
4854
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -4879,14 +4879,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
4879
4879
|
};
|
4880
4880
|
border?: {
|
4881
4881
|
radius?: {
|
4882
|
-
scale?: "
|
4882
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
4883
4883
|
top?: import("@omnia/fx-models").SpacingValue;
|
4884
4884
|
right?: import("@omnia/fx-models").SpacingValue;
|
4885
4885
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
4886
4886
|
left?: import("@omnia/fx-models").SpacingValue;
|
4887
4887
|
};
|
4888
4888
|
width?: {
|
4889
|
-
scale?: "
|
4889
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
4890
4890
|
top?: import("@omnia/fx-models").SpacingValue;
|
4891
4891
|
right?: import("@omnia/fx-models").SpacingValue;
|
4892
4892
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -5021,14 +5021,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5021
5021
|
};
|
5022
5022
|
border?: {
|
5023
5023
|
radius?: {
|
5024
|
-
scale?: "
|
5024
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
5025
5025
|
top?: import("@omnia/fx-models").SpacingValue;
|
5026
5026
|
right?: import("@omnia/fx-models").SpacingValue;
|
5027
5027
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
5028
5028
|
left?: import("@omnia/fx-models").SpacingValue;
|
5029
5029
|
};
|
5030
5030
|
width?: {
|
5031
|
-
scale?: "
|
5031
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
5032
5032
|
top?: import("@omnia/fx-models").SpacingValue;
|
5033
5033
|
right?: import("@omnia/fx-models").SpacingValue;
|
5034
5034
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -5087,14 +5087,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5087
5087
|
};
|
5088
5088
|
border?: {
|
5089
5089
|
radius?: {
|
5090
|
-
scale?: "
|
5090
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
5091
5091
|
top?: import("@omnia/fx-models").SpacingValue;
|
5092
5092
|
right?: import("@omnia/fx-models").SpacingValue;
|
5093
5093
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
5094
5094
|
left?: import("@omnia/fx-models").SpacingValue;
|
5095
5095
|
};
|
5096
5096
|
width?: {
|
5097
|
-
scale?: "
|
5097
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
5098
5098
|
top?: import("@omnia/fx-models").SpacingValue;
|
5099
5099
|
right?: import("@omnia/fx-models").SpacingValue;
|
5100
5100
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -5126,14 +5126,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5126
5126
|
};
|
5127
5127
|
};
|
5128
5128
|
padding?: {
|
5129
|
-
scale?: "
|
5129
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
5130
5130
|
top?: import("@omnia/fx-models").SpacingValue;
|
5131
5131
|
right?: import("@omnia/fx-models").SpacingValue;
|
5132
5132
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
5133
5133
|
left?: import("@omnia/fx-models").SpacingValue;
|
5134
5134
|
};
|
5135
5135
|
margin?: {
|
5136
|
-
scale?: "
|
5136
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
5137
5137
|
top?: import("@omnia/fx-models").SpacingValue;
|
5138
5138
|
right?: import("@omnia/fx-models").SpacingValue;
|
5139
5139
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -5231,7 +5231,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5231
5231
|
};
|
5232
5232
|
active?: {
|
5233
5233
|
padding?: {
|
5234
|
-
scale?: "
|
5234
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
5235
5235
|
top?: import("@omnia/fx-models").SpacingValue;
|
5236
5236
|
right?: import("@omnia/fx-models").SpacingValue;
|
5237
5237
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -5262,14 +5262,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5262
5262
|
};
|
5263
5263
|
border?: {
|
5264
5264
|
radius?: {
|
5265
|
-
scale?: "
|
5265
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
5266
5266
|
top?: import("@omnia/fx-models").SpacingValue;
|
5267
5267
|
right?: import("@omnia/fx-models").SpacingValue;
|
5268
5268
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
5269
5269
|
left?: import("@omnia/fx-models").SpacingValue;
|
5270
5270
|
};
|
5271
5271
|
width?: {
|
5272
|
-
scale?: "
|
5272
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
5273
5273
|
top?: import("@omnia/fx-models").SpacingValue;
|
5274
5274
|
right?: import("@omnia/fx-models").SpacingValue;
|
5275
5275
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -5404,14 +5404,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5404
5404
|
};
|
5405
5405
|
border?: {
|
5406
5406
|
radius?: {
|
5407
|
-
scale?: "
|
5407
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
5408
5408
|
top?: import("@omnia/fx-models").SpacingValue;
|
5409
5409
|
right?: import("@omnia/fx-models").SpacingValue;
|
5410
5410
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
5411
5411
|
left?: import("@omnia/fx-models").SpacingValue;
|
5412
5412
|
};
|
5413
5413
|
width?: {
|
5414
|
-
scale?: "
|
5414
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
5415
5415
|
top?: import("@omnia/fx-models").SpacingValue;
|
5416
5416
|
right?: import("@omnia/fx-models").SpacingValue;
|
5417
5417
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -5479,18 +5479,19 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5479
5479
|
name?: string;
|
5480
5480
|
key?: string;
|
5481
5481
|
margin?: {
|
5482
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
5482
5483
|
top?: number | string;
|
5483
5484
|
right?: number | string;
|
5484
5485
|
bottom?: number | string;
|
5485
5486
|
left?: number | string;
|
5486
5487
|
};
|
5487
5488
|
padding?: {
|
5489
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
5488
5490
|
top?: number | string;
|
5489
5491
|
right?: number | string;
|
5490
5492
|
bottom?: number | string;
|
5491
5493
|
left?: number | string;
|
5492
5494
|
};
|
5493
|
-
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5494
5495
|
}[];
|
5495
5496
|
events?: {
|
5496
5497
|
onLoaded?: Array<string>;
|
@@ -5533,18 +5534,19 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5533
5534
|
name?: string;
|
5534
5535
|
key?: string;
|
5535
5536
|
margin?: {
|
5537
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
5536
5538
|
top?: number | string;
|
5537
5539
|
right?: number | string;
|
5538
5540
|
bottom?: number | string;
|
5539
5541
|
left?: number | string;
|
5540
5542
|
};
|
5541
5543
|
padding?: {
|
5544
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
5542
5545
|
top?: number | string;
|
5543
5546
|
right?: number | string;
|
5544
5547
|
bottom?: number | string;
|
5545
5548
|
left?: number | string;
|
5546
5549
|
};
|
5547
|
-
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5548
5550
|
}[];
|
5549
5551
|
style?: {
|
5550
5552
|
margin?: string;
|
@@ -5565,18 +5567,19 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5565
5567
|
name?: string;
|
5566
5568
|
key?: string;
|
5567
5569
|
margin?: {
|
5570
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
5568
5571
|
top?: number | string;
|
5569
5572
|
right?: number | string;
|
5570
5573
|
bottom?: number | string;
|
5571
5574
|
left?: number | string;
|
5572
5575
|
};
|
5573
5576
|
padding?: {
|
5577
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
5574
5578
|
top?: number | string;
|
5575
5579
|
right?: number | string;
|
5576
5580
|
bottom?: number | string;
|
5577
5581
|
left?: number | string;
|
5578
5582
|
};
|
5579
|
-
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5580
5583
|
}[];
|
5581
5584
|
editors?: {
|
5582
5585
|
name?: string;
|
@@ -5628,14 +5631,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5628
5631
|
};
|
5629
5632
|
border?: {
|
5630
5633
|
radius?: {
|
5631
|
-
scale?: "
|
5634
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
5632
5635
|
top?: import("@omnia/fx-models").SpacingValue;
|
5633
5636
|
right?: import("@omnia/fx-models").SpacingValue;
|
5634
5637
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
5635
5638
|
left?: import("@omnia/fx-models").SpacingValue;
|
5636
5639
|
};
|
5637
5640
|
width?: {
|
5638
|
-
scale?: "
|
5641
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
5639
5642
|
top?: import("@omnia/fx-models").SpacingValue;
|
5640
5643
|
right?: import("@omnia/fx-models").SpacingValue;
|
5641
5644
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -5667,7 +5670,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5667
5670
|
};
|
5668
5671
|
};
|
5669
5672
|
spacing?: {
|
5670
|
-
scale?: "
|
5673
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
5671
5674
|
top?: import("@omnia/fx-models").SpacingValue;
|
5672
5675
|
right?: import("@omnia/fx-models").SpacingValue;
|
5673
5676
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -5707,18 +5710,19 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5707
5710
|
name?: string;
|
5708
5711
|
key?: string;
|
5709
5712
|
margin?: {
|
5713
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
5710
5714
|
top?: number | string;
|
5711
5715
|
right?: number | string;
|
5712
5716
|
bottom?: number | string;
|
5713
5717
|
left?: number | string;
|
5714
5718
|
};
|
5715
5719
|
padding?: {
|
5720
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
5716
5721
|
top?: number | string;
|
5717
5722
|
right?: number | string;
|
5718
5723
|
bottom?: number | string;
|
5719
5724
|
left?: number | string;
|
5720
5725
|
};
|
5721
|
-
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5722
5726
|
}[];
|
5723
5727
|
events?: {
|
5724
5728
|
onLoaded?: Array<string>;
|
@@ -5761,18 +5765,19 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5761
5765
|
name?: string;
|
5762
5766
|
key?: string;
|
5763
5767
|
margin?: {
|
5768
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
5764
5769
|
top?: number | string;
|
5765
5770
|
right?: number | string;
|
5766
5771
|
bottom?: number | string;
|
5767
5772
|
left?: number | string;
|
5768
5773
|
};
|
5769
5774
|
padding?: {
|
5775
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
5770
5776
|
top?: number | string;
|
5771
5777
|
right?: number | string;
|
5772
5778
|
bottom?: number | string;
|
5773
5779
|
left?: number | string;
|
5774
5780
|
};
|
5775
|
-
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5776
5781
|
}[];
|
5777
5782
|
style?: {
|
5778
5783
|
margin?: string;
|
@@ -5793,18 +5798,19 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5793
5798
|
name?: string;
|
5794
5799
|
key?: string;
|
5795
5800
|
margin?: {
|
5801
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
5796
5802
|
top?: number | string;
|
5797
5803
|
right?: number | string;
|
5798
5804
|
bottom?: number | string;
|
5799
5805
|
left?: number | string;
|
5800
5806
|
};
|
5801
5807
|
padding?: {
|
5808
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
5802
5809
|
top?: number | string;
|
5803
5810
|
right?: number | string;
|
5804
5811
|
bottom?: number | string;
|
5805
5812
|
left?: number | string;
|
5806
5813
|
};
|
5807
|
-
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5808
5814
|
}[];
|
5809
5815
|
editors?: {
|
5810
5816
|
name?: string;
|
@@ -5856,14 +5862,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5856
5862
|
};
|
5857
5863
|
border?: {
|
5858
5864
|
radius?: {
|
5859
|
-
scale?: "
|
5865
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
5860
5866
|
top?: import("@omnia/fx-models").SpacingValue;
|
5861
5867
|
right?: import("@omnia/fx-models").SpacingValue;
|
5862
5868
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
5863
5869
|
left?: import("@omnia/fx-models").SpacingValue;
|
5864
5870
|
};
|
5865
5871
|
width?: {
|
5866
|
-
scale?: "
|
5872
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
5867
5873
|
top?: import("@omnia/fx-models").SpacingValue;
|
5868
5874
|
right?: import("@omnia/fx-models").SpacingValue;
|
5869
5875
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -5895,7 +5901,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5895
5901
|
};
|
5896
5902
|
};
|
5897
5903
|
spacing?: {
|
5898
|
-
scale?: "
|
5904
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
5899
5905
|
top?: import("@omnia/fx-models").SpacingValue;
|
5900
5906
|
right?: import("@omnia/fx-models").SpacingValue;
|
5901
5907
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -5935,18 +5941,19 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5935
5941
|
name?: string;
|
5936
5942
|
key?: string;
|
5937
5943
|
margin?: {
|
5944
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
5938
5945
|
top?: number | string;
|
5939
5946
|
right?: number | string;
|
5940
5947
|
bottom?: number | string;
|
5941
5948
|
left?: number | string;
|
5942
5949
|
};
|
5943
5950
|
padding?: {
|
5951
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
5944
5952
|
top?: number | string;
|
5945
5953
|
right?: number | string;
|
5946
5954
|
bottom?: number | string;
|
5947
5955
|
left?: number | string;
|
5948
5956
|
};
|
5949
|
-
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5950
5957
|
}[];
|
5951
5958
|
events?: {
|
5952
5959
|
onLoaded?: Array<string>;
|
@@ -5989,18 +5996,19 @@ export declare const useTypographyBlueprintStore: () => {
|
|
5989
5996
|
name?: string;
|
5990
5997
|
key?: string;
|
5991
5998
|
margin?: {
|
5999
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
5992
6000
|
top?: number | string;
|
5993
6001
|
right?: number | string;
|
5994
6002
|
bottom?: number | string;
|
5995
6003
|
left?: number | string;
|
5996
6004
|
};
|
5997
6005
|
padding?: {
|
6006
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
5998
6007
|
top?: number | string;
|
5999
6008
|
right?: number | string;
|
6000
6009
|
bottom?: number | string;
|
6001
6010
|
left?: number | string;
|
6002
6011
|
};
|
6003
|
-
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
6004
6012
|
}[];
|
6005
6013
|
style?: {
|
6006
6014
|
margin?: string;
|
@@ -6021,18 +6029,19 @@ export declare const useTypographyBlueprintStore: () => {
|
|
6021
6029
|
name?: string;
|
6022
6030
|
key?: string;
|
6023
6031
|
margin?: {
|
6032
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
6024
6033
|
top?: number | string;
|
6025
6034
|
right?: number | string;
|
6026
6035
|
bottom?: number | string;
|
6027
6036
|
left?: number | string;
|
6028
6037
|
};
|
6029
6038
|
padding?: {
|
6039
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
6030
6040
|
top?: number | string;
|
6031
6041
|
right?: number | string;
|
6032
6042
|
bottom?: number | string;
|
6033
6043
|
left?: number | string;
|
6034
6044
|
};
|
6035
|
-
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
6036
6045
|
}[];
|
6037
6046
|
editors?: {
|
6038
6047
|
name?: string;
|
@@ -6084,14 +6093,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
6084
6093
|
};
|
6085
6094
|
border?: {
|
6086
6095
|
radius?: {
|
6087
|
-
scale?: "
|
6096
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6088
6097
|
top?: import("@omnia/fx-models").SpacingValue;
|
6089
6098
|
right?: import("@omnia/fx-models").SpacingValue;
|
6090
6099
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
6091
6100
|
left?: import("@omnia/fx-models").SpacingValue;
|
6092
6101
|
};
|
6093
6102
|
width?: {
|
6094
|
-
scale?: "
|
6103
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6095
6104
|
top?: import("@omnia/fx-models").SpacingValue;
|
6096
6105
|
right?: import("@omnia/fx-models").SpacingValue;
|
6097
6106
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -6123,7 +6132,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
6123
6132
|
};
|
6124
6133
|
};
|
6125
6134
|
spacing?: {
|
6126
|
-
scale?: "
|
6135
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6127
6136
|
top?: import("@omnia/fx-models").SpacingValue;
|
6128
6137
|
right?: import("@omnia/fx-models").SpacingValue;
|
6129
6138
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -6163,18 +6172,19 @@ export declare const useTypographyBlueprintStore: () => {
|
|
6163
6172
|
name?: string;
|
6164
6173
|
key?: string;
|
6165
6174
|
margin?: {
|
6175
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
6166
6176
|
top?: number | string;
|
6167
6177
|
right?: number | string;
|
6168
6178
|
bottom?: number | string;
|
6169
6179
|
left?: number | string;
|
6170
6180
|
};
|
6171
6181
|
padding?: {
|
6182
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
6172
6183
|
top?: number | string;
|
6173
6184
|
right?: number | string;
|
6174
6185
|
bottom?: number | string;
|
6175
6186
|
left?: number | string;
|
6176
6187
|
};
|
6177
|
-
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
6178
6188
|
}[];
|
6179
6189
|
events?: {
|
6180
6190
|
onLoaded?: Array<string>;
|
@@ -6217,18 +6227,19 @@ export declare const useTypographyBlueprintStore: () => {
|
|
6217
6227
|
name?: string;
|
6218
6228
|
key?: string;
|
6219
6229
|
margin?: {
|
6230
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
6220
6231
|
top?: number | string;
|
6221
6232
|
right?: number | string;
|
6222
6233
|
bottom?: number | string;
|
6223
6234
|
left?: number | string;
|
6224
6235
|
};
|
6225
6236
|
padding?: {
|
6237
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
6226
6238
|
top?: number | string;
|
6227
6239
|
right?: number | string;
|
6228
6240
|
bottom?: number | string;
|
6229
6241
|
left?: number | string;
|
6230
6242
|
};
|
6231
|
-
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
6232
6243
|
}[];
|
6233
6244
|
style?: {
|
6234
6245
|
margin?: string;
|
@@ -6249,18 +6260,19 @@ export declare const useTypographyBlueprintStore: () => {
|
|
6249
6260
|
name?: string;
|
6250
6261
|
key?: string;
|
6251
6262
|
margin?: {
|
6263
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
6252
6264
|
top?: number | string;
|
6253
6265
|
right?: number | string;
|
6254
6266
|
bottom?: number | string;
|
6255
6267
|
left?: number | string;
|
6256
6268
|
};
|
6257
6269
|
padding?: {
|
6270
|
+
scale?: import("@omnia/fx-models").VelcronSpacingScale;
|
6258
6271
|
top?: number | string;
|
6259
6272
|
right?: number | string;
|
6260
6273
|
bottom?: number | string;
|
6261
6274
|
left?: number | string;
|
6262
6275
|
};
|
6263
|
-
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
6264
6276
|
}[];
|
6265
6277
|
editors?: {
|
6266
6278
|
name?: string;
|
@@ -6312,14 +6324,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
6312
6324
|
};
|
6313
6325
|
border?: {
|
6314
6326
|
radius?: {
|
6315
|
-
scale?: "
|
6327
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6316
6328
|
top?: import("@omnia/fx-models").SpacingValue;
|
6317
6329
|
right?: import("@omnia/fx-models").SpacingValue;
|
6318
6330
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
6319
6331
|
left?: import("@omnia/fx-models").SpacingValue;
|
6320
6332
|
};
|
6321
6333
|
width?: {
|
6322
|
-
scale?: "
|
6334
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6323
6335
|
top?: import("@omnia/fx-models").SpacingValue;
|
6324
6336
|
right?: import("@omnia/fx-models").SpacingValue;
|
6325
6337
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -6351,7 +6363,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
6351
6363
|
};
|
6352
6364
|
};
|
6353
6365
|
spacing?: {
|
6354
|
-
scale?: "
|
6366
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6355
6367
|
top?: import("@omnia/fx-models").SpacingValue;
|
6356
6368
|
right?: import("@omnia/fx-models").SpacingValue;
|
6357
6369
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -6564,14 +6576,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
6564
6576
|
};
|
6565
6577
|
border?: {
|
6566
6578
|
radius?: {
|
6567
|
-
scale?: "
|
6579
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6568
6580
|
top?: import("@omnia/fx-models").SpacingValue;
|
6569
6581
|
right?: import("@omnia/fx-models").SpacingValue;
|
6570
6582
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
6571
6583
|
left?: import("@omnia/fx-models").SpacingValue;
|
6572
6584
|
};
|
6573
6585
|
width?: {
|
6574
|
-
scale?: "
|
6586
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6575
6587
|
top?: import("@omnia/fx-models").SpacingValue;
|
6576
6588
|
right?: import("@omnia/fx-models").SpacingValue;
|
6577
6589
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -6631,14 +6643,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
6631
6643
|
};
|
6632
6644
|
border?: {
|
6633
6645
|
radius?: {
|
6634
|
-
scale?: "
|
6646
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6635
6647
|
top?: import("@omnia/fx-models").SpacingValue;
|
6636
6648
|
right?: import("@omnia/fx-models").SpacingValue;
|
6637
6649
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
6638
6650
|
left?: import("@omnia/fx-models").SpacingValue;
|
6639
6651
|
};
|
6640
6652
|
width?: {
|
6641
|
-
scale?: "
|
6653
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6642
6654
|
top?: import("@omnia/fx-models").SpacingValue;
|
6643
6655
|
right?: import("@omnia/fx-models").SpacingValue;
|
6644
6656
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -6698,14 +6710,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
6698
6710
|
};
|
6699
6711
|
border?: {
|
6700
6712
|
radius?: {
|
6701
|
-
scale?: "
|
6713
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6702
6714
|
top?: import("@omnia/fx-models").SpacingValue;
|
6703
6715
|
right?: import("@omnia/fx-models").SpacingValue;
|
6704
6716
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
6705
6717
|
left?: import("@omnia/fx-models").SpacingValue;
|
6706
6718
|
};
|
6707
6719
|
width?: {
|
6708
|
-
scale?: "
|
6720
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6709
6721
|
top?: import("@omnia/fx-models").SpacingValue;
|
6710
6722
|
right?: import("@omnia/fx-models").SpacingValue;
|
6711
6723
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
@@ -6765,14 +6777,14 @@ export declare const useTypographyBlueprintStore: () => {
|
|
6765
6777
|
};
|
6766
6778
|
border?: {
|
6767
6779
|
radius?: {
|
6768
|
-
scale?: "
|
6780
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6769
6781
|
top?: import("@omnia/fx-models").SpacingValue;
|
6770
6782
|
right?: import("@omnia/fx-models").SpacingValue;
|
6771
6783
|
bottom?: import("@omnia/fx-models").SpacingValue;
|
6772
6784
|
left?: import("@omnia/fx-models").SpacingValue;
|
6773
6785
|
};
|
6774
6786
|
width?: {
|
6775
|
-
scale?: "
|
6787
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6776
6788
|
top?: import("@omnia/fx-models").SpacingValue;
|
6777
6789
|
right?: import("@omnia/fx-models").SpacingValue;
|
6778
6790
|
bottom?: import("@omnia/fx-models").SpacingValue;
|