@omnia/fx 8.0.295-dev → 8.0.296-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/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +53 -50
- package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/SeoManager.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/components/SeoDetail.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/loc/localize.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/services/SeoService.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts +55 -0
- 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/appinstanceeditingjourney/EditProperiesBlade.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/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 +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +4 -4
- 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 +3 -3
- 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 +85 -85
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +304 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +304 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +5 -14
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +34 -439
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/directives/motion/Motion.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/documenticon/IDocumentIcon.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +2 -2
- 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 +8 -8
- 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/helptext/HelpText.d.ts +5 -42
- 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/IdentityPickerButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +46 -584
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +64 -423
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +3 -3
- 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/layoutactionhandler/LayoutAction.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutblock/LayoutBlockSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/models/MotionDirective.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/models/SeoInfo.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/motion/MotionContext.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +7 -7
- 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/select/Select.d.ts +1 -1
- 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/RichTextEditor.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/richtexteditor/extensions/Mention/Mention.d.ts +6 -60
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionToolbar.d.ts +6 -59
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +9 -9
- 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/userpresence/UserPresence.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/VelcronStylesProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +3 -3
- 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/VelcronDefinitions.d.ts +13 -17
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronDataBinder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +7 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Motion.d.ts +29 -0
- 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 +2 -2
- 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/wctypings.d.ts +18 -0
- package/package.json +3 -3
@@ -6085,6 +6085,77 @@ export declare const useSpacingBlueprintStore: () => {
|
|
6085
6085
|
type: "velcron";
|
6086
6086
|
version?: string;
|
6087
6087
|
name?: string;
|
6088
|
+
lazy?: {
|
6089
|
+
minHeight?: import("@omnia/fx-models").VelcronBindableProp<number | string>;
|
6090
|
+
backgroundColor?: import("@omnia/fx-models").VelcronBindableProp<string>;
|
6091
|
+
};
|
6092
|
+
blueprint?: import("@omnia/fx-models").ContainerVariant | {
|
6093
|
+
name?: string;
|
6094
|
+
background?: {
|
6095
|
+
fill?: string | {
|
6096
|
+
colors: (string | {
|
6097
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6098
|
+
toned?: boolean;
|
6099
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6100
|
+
opacity?: number;
|
6101
|
+
} | {
|
6102
|
+
color: string | {
|
6103
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6104
|
+
toned?: boolean;
|
6105
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6106
|
+
opacity?: number;
|
6107
|
+
};
|
6108
|
+
stop?: number;
|
6109
|
+
})[];
|
6110
|
+
acrylic?: boolean;
|
6111
|
+
} | {
|
6112
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6113
|
+
toned?: boolean;
|
6114
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6115
|
+
opacity?: number;
|
6116
|
+
};
|
6117
|
+
border?: {
|
6118
|
+
radius?: {
|
6119
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6120
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
6121
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
6122
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
6123
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
6124
|
+
};
|
6125
|
+
width?: {
|
6126
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6127
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
6128
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
6129
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
6130
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
6131
|
+
};
|
6132
|
+
fill?: {
|
6133
|
+
colors: (string | {
|
6134
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6135
|
+
toned?: boolean;
|
6136
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6137
|
+
opacity?: number;
|
6138
|
+
} | {
|
6139
|
+
color: string | {
|
6140
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6141
|
+
toned?: boolean;
|
6142
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6143
|
+
opacity?: number;
|
6144
|
+
};
|
6145
|
+
stop?: number;
|
6146
|
+
})[];
|
6147
|
+
acrylic?: boolean;
|
6148
|
+
};
|
6149
|
+
pattern?: "solid" | "dotted" | "dashed";
|
6150
|
+
};
|
6151
|
+
elevation?: number;
|
6152
|
+
media?: {
|
6153
|
+
type: import("@omnia/fx-models").BackgroundMedia;
|
6154
|
+
src: string;
|
6155
|
+
};
|
6156
|
+
};
|
6157
|
+
id: guid;
|
6158
|
+
};
|
6088
6159
|
body?: {
|
6089
6160
|
body?: any[];
|
6090
6161
|
style?: {
|
@@ -6232,6 +6303,11 @@ export declare const useSpacingBlueprintStore: () => {
|
|
6232
6303
|
};
|
6233
6304
|
overflow?: import("@omnia/fx-models").VelcronOverflowValues;
|
6234
6305
|
key?: string;
|
6306
|
+
colorSchemaType?: string;
|
6307
|
+
colorType?: string;
|
6308
|
+
filled?: boolean;
|
6309
|
+
toned?: boolean;
|
6310
|
+
color?: string;
|
6235
6311
|
};
|
6236
6312
|
};
|
6237
6313
|
styles: {
|
@@ -6316,6 +6392,77 @@ export declare const useSpacingBlueprintStore: () => {
|
|
6316
6392
|
type: "velcron";
|
6317
6393
|
version?: string;
|
6318
6394
|
name?: string;
|
6395
|
+
lazy?: {
|
6396
|
+
minHeight?: import("@omnia/fx-models").VelcronBindableProp<number | string>;
|
6397
|
+
backgroundColor?: import("@omnia/fx-models").VelcronBindableProp<string>;
|
6398
|
+
};
|
6399
|
+
blueprint?: import("@omnia/fx-models").ContainerVariant | {
|
6400
|
+
name?: string;
|
6401
|
+
background?: {
|
6402
|
+
fill?: string | {
|
6403
|
+
colors: (string | {
|
6404
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6405
|
+
toned?: boolean;
|
6406
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6407
|
+
opacity?: number;
|
6408
|
+
} | {
|
6409
|
+
color: string | {
|
6410
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6411
|
+
toned?: boolean;
|
6412
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6413
|
+
opacity?: number;
|
6414
|
+
};
|
6415
|
+
stop?: number;
|
6416
|
+
})[];
|
6417
|
+
acrylic?: boolean;
|
6418
|
+
} | {
|
6419
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6420
|
+
toned?: boolean;
|
6421
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6422
|
+
opacity?: number;
|
6423
|
+
};
|
6424
|
+
border?: {
|
6425
|
+
radius?: {
|
6426
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6427
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
6428
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
6429
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
6430
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
6431
|
+
};
|
6432
|
+
width?: {
|
6433
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6434
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
6435
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
6436
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
6437
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
6438
|
+
};
|
6439
|
+
fill?: {
|
6440
|
+
colors: (string | {
|
6441
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6442
|
+
toned?: boolean;
|
6443
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6444
|
+
opacity?: number;
|
6445
|
+
} | {
|
6446
|
+
color: string | {
|
6447
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6448
|
+
toned?: boolean;
|
6449
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6450
|
+
opacity?: number;
|
6451
|
+
};
|
6452
|
+
stop?: number;
|
6453
|
+
})[];
|
6454
|
+
acrylic?: boolean;
|
6455
|
+
};
|
6456
|
+
pattern?: "solid" | "dotted" | "dashed";
|
6457
|
+
};
|
6458
|
+
elevation?: number;
|
6459
|
+
media?: {
|
6460
|
+
type: import("@omnia/fx-models").BackgroundMedia;
|
6461
|
+
src: string;
|
6462
|
+
};
|
6463
|
+
};
|
6464
|
+
id: guid;
|
6465
|
+
};
|
6319
6466
|
body?: {
|
6320
6467
|
body?: any[];
|
6321
6468
|
style?: {
|
@@ -6463,6 +6610,11 @@ export declare const useSpacingBlueprintStore: () => {
|
|
6463
6610
|
};
|
6464
6611
|
overflow?: import("@omnia/fx-models").VelcronOverflowValues;
|
6465
6612
|
key?: string;
|
6613
|
+
colorSchemaType?: string;
|
6614
|
+
colorType?: string;
|
6615
|
+
filled?: boolean;
|
6616
|
+
toned?: boolean;
|
6617
|
+
color?: string;
|
6466
6618
|
};
|
6467
6619
|
};
|
6468
6620
|
styles: {
|
@@ -6547,6 +6699,77 @@ export declare const useSpacingBlueprintStore: () => {
|
|
6547
6699
|
type: "velcron";
|
6548
6700
|
version?: string;
|
6549
6701
|
name?: string;
|
6702
|
+
lazy?: {
|
6703
|
+
minHeight?: import("@omnia/fx-models").VelcronBindableProp<number | string>;
|
6704
|
+
backgroundColor?: import("@omnia/fx-models").VelcronBindableProp<string>;
|
6705
|
+
};
|
6706
|
+
blueprint?: import("@omnia/fx-models").ContainerVariant | {
|
6707
|
+
name?: string;
|
6708
|
+
background?: {
|
6709
|
+
fill?: string | {
|
6710
|
+
colors: (string | {
|
6711
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6712
|
+
toned?: boolean;
|
6713
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6714
|
+
opacity?: number;
|
6715
|
+
} | {
|
6716
|
+
color: string | {
|
6717
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6718
|
+
toned?: boolean;
|
6719
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6720
|
+
opacity?: number;
|
6721
|
+
};
|
6722
|
+
stop?: number;
|
6723
|
+
})[];
|
6724
|
+
acrylic?: boolean;
|
6725
|
+
} | {
|
6726
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6727
|
+
toned?: boolean;
|
6728
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6729
|
+
opacity?: number;
|
6730
|
+
};
|
6731
|
+
border?: {
|
6732
|
+
radius?: {
|
6733
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6734
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
6735
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
6736
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
6737
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
6738
|
+
};
|
6739
|
+
width?: {
|
6740
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6741
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
6742
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
6743
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
6744
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
6745
|
+
};
|
6746
|
+
fill?: {
|
6747
|
+
colors: (string | {
|
6748
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6749
|
+
toned?: boolean;
|
6750
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6751
|
+
opacity?: number;
|
6752
|
+
} | {
|
6753
|
+
color: string | {
|
6754
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6755
|
+
toned?: boolean;
|
6756
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6757
|
+
opacity?: number;
|
6758
|
+
};
|
6759
|
+
stop?: number;
|
6760
|
+
})[];
|
6761
|
+
acrylic?: boolean;
|
6762
|
+
};
|
6763
|
+
pattern?: "solid" | "dotted" | "dashed";
|
6764
|
+
};
|
6765
|
+
elevation?: number;
|
6766
|
+
media?: {
|
6767
|
+
type: import("@omnia/fx-models").BackgroundMedia;
|
6768
|
+
src: string;
|
6769
|
+
};
|
6770
|
+
};
|
6771
|
+
id: guid;
|
6772
|
+
};
|
6550
6773
|
body?: {
|
6551
6774
|
body?: any[];
|
6552
6775
|
style?: {
|
@@ -6694,6 +6917,11 @@ export declare const useSpacingBlueprintStore: () => {
|
|
6694
6917
|
};
|
6695
6918
|
overflow?: import("@omnia/fx-models").VelcronOverflowValues;
|
6696
6919
|
key?: string;
|
6920
|
+
colorSchemaType?: string;
|
6921
|
+
colorType?: string;
|
6922
|
+
filled?: boolean;
|
6923
|
+
toned?: boolean;
|
6924
|
+
color?: string;
|
6697
6925
|
};
|
6698
6926
|
};
|
6699
6927
|
styles: {
|
@@ -6778,6 +7006,77 @@ export declare const useSpacingBlueprintStore: () => {
|
|
6778
7006
|
type: "velcron";
|
6779
7007
|
version?: string;
|
6780
7008
|
name?: string;
|
7009
|
+
lazy?: {
|
7010
|
+
minHeight?: import("@omnia/fx-models").VelcronBindableProp<number | string>;
|
7011
|
+
backgroundColor?: import("@omnia/fx-models").VelcronBindableProp<string>;
|
7012
|
+
};
|
7013
|
+
blueprint?: import("@omnia/fx-models").ContainerVariant | {
|
7014
|
+
name?: string;
|
7015
|
+
background?: {
|
7016
|
+
fill?: string | {
|
7017
|
+
colors: (string | {
|
7018
|
+
colorType: import("@omnia/fx-models").ColorType;
|
7019
|
+
toned?: boolean;
|
7020
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
7021
|
+
opacity?: number;
|
7022
|
+
} | {
|
7023
|
+
color: string | {
|
7024
|
+
colorType: import("@omnia/fx-models").ColorType;
|
7025
|
+
toned?: boolean;
|
7026
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
7027
|
+
opacity?: number;
|
7028
|
+
};
|
7029
|
+
stop?: number;
|
7030
|
+
})[];
|
7031
|
+
acrylic?: boolean;
|
7032
|
+
} | {
|
7033
|
+
colorType: import("@omnia/fx-models").ColorType;
|
7034
|
+
toned?: boolean;
|
7035
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
7036
|
+
opacity?: number;
|
7037
|
+
};
|
7038
|
+
border?: {
|
7039
|
+
radius?: {
|
7040
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
7041
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
7042
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
7043
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
7044
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
7045
|
+
};
|
7046
|
+
width?: {
|
7047
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
7048
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
7049
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
7050
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
7051
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
7052
|
+
};
|
7053
|
+
fill?: {
|
7054
|
+
colors: (string | {
|
7055
|
+
colorType: import("@omnia/fx-models").ColorType;
|
7056
|
+
toned?: boolean;
|
7057
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
7058
|
+
opacity?: number;
|
7059
|
+
} | {
|
7060
|
+
color: string | {
|
7061
|
+
colorType: import("@omnia/fx-models").ColorType;
|
7062
|
+
toned?: boolean;
|
7063
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
7064
|
+
opacity?: number;
|
7065
|
+
};
|
7066
|
+
stop?: number;
|
7067
|
+
})[];
|
7068
|
+
acrylic?: boolean;
|
7069
|
+
};
|
7070
|
+
pattern?: "solid" | "dotted" | "dashed";
|
7071
|
+
};
|
7072
|
+
elevation?: number;
|
7073
|
+
media?: {
|
7074
|
+
type: import("@omnia/fx-models").BackgroundMedia;
|
7075
|
+
src: string;
|
7076
|
+
};
|
7077
|
+
};
|
7078
|
+
id: guid;
|
7079
|
+
};
|
6781
7080
|
body?: {
|
6782
7081
|
body?: any[];
|
6783
7082
|
style?: {
|
@@ -6925,6 +7224,11 @@ export declare const useSpacingBlueprintStore: () => {
|
|
6925
7224
|
};
|
6926
7225
|
overflow?: import("@omnia/fx-models").VelcronOverflowValues;
|
6927
7226
|
key?: string;
|
7227
|
+
colorSchemaType?: string;
|
7228
|
+
colorType?: string;
|
7229
|
+
filled?: boolean;
|
7230
|
+
toned?: boolean;
|
7231
|
+
color?: string;
|
6928
7232
|
};
|
6929
7233
|
};
|
6930
7234
|
styles: {
|