@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
@@ -6087,6 +6087,77 @@ export declare const useTypographyBlueprintStore: () => {
|
|
6087
6087
|
type: "velcron";
|
6088
6088
|
version?: string;
|
6089
6089
|
name?: string;
|
6090
|
+
lazy?: {
|
6091
|
+
minHeight?: import("@omnia/fx-models").VelcronBindableProp<number | string>;
|
6092
|
+
backgroundColor?: import("@omnia/fx-models").VelcronBindableProp<string>;
|
6093
|
+
};
|
6094
|
+
blueprint?: import("@omnia/fx-models").ContainerVariant | {
|
6095
|
+
name?: string;
|
6096
|
+
background?: {
|
6097
|
+
fill?: string | {
|
6098
|
+
colors: (string | {
|
6099
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6100
|
+
toned?: boolean;
|
6101
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6102
|
+
opacity?: number;
|
6103
|
+
} | {
|
6104
|
+
color: string | {
|
6105
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6106
|
+
toned?: boolean;
|
6107
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6108
|
+
opacity?: number;
|
6109
|
+
};
|
6110
|
+
stop?: number;
|
6111
|
+
})[];
|
6112
|
+
acrylic?: boolean;
|
6113
|
+
} | {
|
6114
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6115
|
+
toned?: boolean;
|
6116
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6117
|
+
opacity?: number;
|
6118
|
+
};
|
6119
|
+
border?: {
|
6120
|
+
radius?: {
|
6121
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6122
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
6123
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
6124
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
6125
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
6126
|
+
};
|
6127
|
+
width?: {
|
6128
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6129
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
6130
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
6131
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
6132
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
6133
|
+
};
|
6134
|
+
fill?: {
|
6135
|
+
colors: (string | {
|
6136
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6137
|
+
toned?: boolean;
|
6138
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6139
|
+
opacity?: number;
|
6140
|
+
} | {
|
6141
|
+
color: string | {
|
6142
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6143
|
+
toned?: boolean;
|
6144
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6145
|
+
opacity?: number;
|
6146
|
+
};
|
6147
|
+
stop?: number;
|
6148
|
+
})[];
|
6149
|
+
acrylic?: boolean;
|
6150
|
+
};
|
6151
|
+
pattern?: "solid" | "dotted" | "dashed";
|
6152
|
+
};
|
6153
|
+
elevation?: number;
|
6154
|
+
media?: {
|
6155
|
+
type: import("@omnia/fx-models").BackgroundMedia;
|
6156
|
+
src: string;
|
6157
|
+
};
|
6158
|
+
};
|
6159
|
+
id: guid;
|
6160
|
+
};
|
6090
6161
|
body?: {
|
6091
6162
|
body?: any[];
|
6092
6163
|
style?: {
|
@@ -6234,6 +6305,11 @@ export declare const useTypographyBlueprintStore: () => {
|
|
6234
6305
|
};
|
6235
6306
|
overflow?: import("@omnia/fx-models").VelcronOverflowValues;
|
6236
6307
|
key?: string;
|
6308
|
+
colorSchemaType?: string;
|
6309
|
+
colorType?: string;
|
6310
|
+
filled?: boolean;
|
6311
|
+
toned?: boolean;
|
6312
|
+
color?: string;
|
6237
6313
|
};
|
6238
6314
|
};
|
6239
6315
|
styles: {
|
@@ -6318,6 +6394,77 @@ export declare const useTypographyBlueprintStore: () => {
|
|
6318
6394
|
type: "velcron";
|
6319
6395
|
version?: string;
|
6320
6396
|
name?: string;
|
6397
|
+
lazy?: {
|
6398
|
+
minHeight?: import("@omnia/fx-models").VelcronBindableProp<number | string>;
|
6399
|
+
backgroundColor?: import("@omnia/fx-models").VelcronBindableProp<string>;
|
6400
|
+
};
|
6401
|
+
blueprint?: import("@omnia/fx-models").ContainerVariant | {
|
6402
|
+
name?: string;
|
6403
|
+
background?: {
|
6404
|
+
fill?: string | {
|
6405
|
+
colors: (string | {
|
6406
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6407
|
+
toned?: boolean;
|
6408
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6409
|
+
opacity?: number;
|
6410
|
+
} | {
|
6411
|
+
color: string | {
|
6412
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6413
|
+
toned?: boolean;
|
6414
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6415
|
+
opacity?: number;
|
6416
|
+
};
|
6417
|
+
stop?: number;
|
6418
|
+
})[];
|
6419
|
+
acrylic?: boolean;
|
6420
|
+
} | {
|
6421
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6422
|
+
toned?: boolean;
|
6423
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6424
|
+
opacity?: number;
|
6425
|
+
};
|
6426
|
+
border?: {
|
6427
|
+
radius?: {
|
6428
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6429
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
6430
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
6431
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
6432
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
6433
|
+
};
|
6434
|
+
width?: {
|
6435
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6436
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
6437
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
6438
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
6439
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
6440
|
+
};
|
6441
|
+
fill?: {
|
6442
|
+
colors: (string | {
|
6443
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6444
|
+
toned?: boolean;
|
6445
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6446
|
+
opacity?: number;
|
6447
|
+
} | {
|
6448
|
+
color: string | {
|
6449
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6450
|
+
toned?: boolean;
|
6451
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6452
|
+
opacity?: number;
|
6453
|
+
};
|
6454
|
+
stop?: number;
|
6455
|
+
})[];
|
6456
|
+
acrylic?: boolean;
|
6457
|
+
};
|
6458
|
+
pattern?: "solid" | "dotted" | "dashed";
|
6459
|
+
};
|
6460
|
+
elevation?: number;
|
6461
|
+
media?: {
|
6462
|
+
type: import("@omnia/fx-models").BackgroundMedia;
|
6463
|
+
src: string;
|
6464
|
+
};
|
6465
|
+
};
|
6466
|
+
id: guid;
|
6467
|
+
};
|
6321
6468
|
body?: {
|
6322
6469
|
body?: any[];
|
6323
6470
|
style?: {
|
@@ -6465,6 +6612,11 @@ export declare const useTypographyBlueprintStore: () => {
|
|
6465
6612
|
};
|
6466
6613
|
overflow?: import("@omnia/fx-models").VelcronOverflowValues;
|
6467
6614
|
key?: string;
|
6615
|
+
colorSchemaType?: string;
|
6616
|
+
colorType?: string;
|
6617
|
+
filled?: boolean;
|
6618
|
+
toned?: boolean;
|
6619
|
+
color?: string;
|
6468
6620
|
};
|
6469
6621
|
};
|
6470
6622
|
styles: {
|
@@ -6549,6 +6701,77 @@ export declare const useTypographyBlueprintStore: () => {
|
|
6549
6701
|
type: "velcron";
|
6550
6702
|
version?: string;
|
6551
6703
|
name?: string;
|
6704
|
+
lazy?: {
|
6705
|
+
minHeight?: import("@omnia/fx-models").VelcronBindableProp<number | string>;
|
6706
|
+
backgroundColor?: import("@omnia/fx-models").VelcronBindableProp<string>;
|
6707
|
+
};
|
6708
|
+
blueprint?: import("@omnia/fx-models").ContainerVariant | {
|
6709
|
+
name?: string;
|
6710
|
+
background?: {
|
6711
|
+
fill?: string | {
|
6712
|
+
colors: (string | {
|
6713
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6714
|
+
toned?: boolean;
|
6715
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6716
|
+
opacity?: number;
|
6717
|
+
} | {
|
6718
|
+
color: string | {
|
6719
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6720
|
+
toned?: boolean;
|
6721
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6722
|
+
opacity?: number;
|
6723
|
+
};
|
6724
|
+
stop?: number;
|
6725
|
+
})[];
|
6726
|
+
acrylic?: boolean;
|
6727
|
+
} | {
|
6728
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6729
|
+
toned?: boolean;
|
6730
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6731
|
+
opacity?: number;
|
6732
|
+
};
|
6733
|
+
border?: {
|
6734
|
+
radius?: {
|
6735
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6736
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
6737
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
6738
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
6739
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
6740
|
+
};
|
6741
|
+
width?: {
|
6742
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
6743
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
6744
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
6745
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
6746
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
6747
|
+
};
|
6748
|
+
fill?: {
|
6749
|
+
colors: (string | {
|
6750
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6751
|
+
toned?: boolean;
|
6752
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6753
|
+
opacity?: number;
|
6754
|
+
} | {
|
6755
|
+
color: string | {
|
6756
|
+
colorType: import("@omnia/fx-models").ColorType;
|
6757
|
+
toned?: boolean;
|
6758
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
6759
|
+
opacity?: number;
|
6760
|
+
};
|
6761
|
+
stop?: number;
|
6762
|
+
})[];
|
6763
|
+
acrylic?: boolean;
|
6764
|
+
};
|
6765
|
+
pattern?: "solid" | "dotted" | "dashed";
|
6766
|
+
};
|
6767
|
+
elevation?: number;
|
6768
|
+
media?: {
|
6769
|
+
type: import("@omnia/fx-models").BackgroundMedia;
|
6770
|
+
src: string;
|
6771
|
+
};
|
6772
|
+
};
|
6773
|
+
id: guid;
|
6774
|
+
};
|
6552
6775
|
body?: {
|
6553
6776
|
body?: any[];
|
6554
6777
|
style?: {
|
@@ -6696,6 +6919,11 @@ export declare const useTypographyBlueprintStore: () => {
|
|
6696
6919
|
};
|
6697
6920
|
overflow?: import("@omnia/fx-models").VelcronOverflowValues;
|
6698
6921
|
key?: string;
|
6922
|
+
colorSchemaType?: string;
|
6923
|
+
colorType?: string;
|
6924
|
+
filled?: boolean;
|
6925
|
+
toned?: boolean;
|
6926
|
+
color?: string;
|
6699
6927
|
};
|
6700
6928
|
};
|
6701
6929
|
styles: {
|
@@ -6780,6 +7008,77 @@ export declare const useTypographyBlueprintStore: () => {
|
|
6780
7008
|
type: "velcron";
|
6781
7009
|
version?: string;
|
6782
7010
|
name?: string;
|
7011
|
+
lazy?: {
|
7012
|
+
minHeight?: import("@omnia/fx-models").VelcronBindableProp<number | string>;
|
7013
|
+
backgroundColor?: import("@omnia/fx-models").VelcronBindableProp<string>;
|
7014
|
+
};
|
7015
|
+
blueprint?: import("@omnia/fx-models").ContainerVariant | {
|
7016
|
+
name?: string;
|
7017
|
+
background?: {
|
7018
|
+
fill?: string | {
|
7019
|
+
colors: (string | {
|
7020
|
+
colorType: import("@omnia/fx-models").ColorType;
|
7021
|
+
toned?: boolean;
|
7022
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
7023
|
+
opacity?: number;
|
7024
|
+
} | {
|
7025
|
+
color: string | {
|
7026
|
+
colorType: import("@omnia/fx-models").ColorType;
|
7027
|
+
toned?: boolean;
|
7028
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
7029
|
+
opacity?: number;
|
7030
|
+
};
|
7031
|
+
stop?: number;
|
7032
|
+
})[];
|
7033
|
+
acrylic?: boolean;
|
7034
|
+
} | {
|
7035
|
+
colorType: import("@omnia/fx-models").ColorType;
|
7036
|
+
toned?: boolean;
|
7037
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
7038
|
+
opacity?: number;
|
7039
|
+
};
|
7040
|
+
border?: {
|
7041
|
+
radius?: {
|
7042
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
7043
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
7044
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
7045
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
7046
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
7047
|
+
};
|
7048
|
+
width?: {
|
7049
|
+
scale?: import("@omnia/fx-models").SpacingScale;
|
7050
|
+
top?: import("@omnia/fx-models").SpacingValue;
|
7051
|
+
right?: import("@omnia/fx-models").SpacingValue;
|
7052
|
+
bottom?: import("@omnia/fx-models").SpacingValue;
|
7053
|
+
left?: import("@omnia/fx-models").SpacingValue;
|
7054
|
+
};
|
7055
|
+
fill?: {
|
7056
|
+
colors: (string | {
|
7057
|
+
colorType: import("@omnia/fx-models").ColorType;
|
7058
|
+
toned?: boolean;
|
7059
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
7060
|
+
opacity?: number;
|
7061
|
+
} | {
|
7062
|
+
color: string | {
|
7063
|
+
colorType: import("@omnia/fx-models").ColorType;
|
7064
|
+
toned?: boolean;
|
7065
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaType;
|
7066
|
+
opacity?: number;
|
7067
|
+
};
|
7068
|
+
stop?: number;
|
7069
|
+
})[];
|
7070
|
+
acrylic?: boolean;
|
7071
|
+
};
|
7072
|
+
pattern?: "solid" | "dotted" | "dashed";
|
7073
|
+
};
|
7074
|
+
elevation?: number;
|
7075
|
+
media?: {
|
7076
|
+
type: import("@omnia/fx-models").BackgroundMedia;
|
7077
|
+
src: string;
|
7078
|
+
};
|
7079
|
+
};
|
7080
|
+
id: guid;
|
7081
|
+
};
|
6783
7082
|
body?: {
|
6784
7083
|
body?: any[];
|
6785
7084
|
style?: {
|
@@ -6927,6 +7226,11 @@ export declare const useTypographyBlueprintStore: () => {
|
|
6927
7226
|
};
|
6928
7227
|
overflow?: import("@omnia/fx-models").VelcronOverflowValues;
|
6929
7228
|
key?: string;
|
7229
|
+
colorSchemaType?: string;
|
7230
|
+
colorType?: string;
|
7231
|
+
filled?: boolean;
|
7232
|
+
toned?: boolean;
|
7233
|
+
color?: string;
|
6930
7234
|
};
|
6931
7235
|
};
|
6932
7236
|
styles: {
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { ChromeBlueprint, Spacing, SpacingValue, setColorOpacity, ColorValue, SpacingBlueprint } from "@omnia/fx-models";
|
2
2
|
import { blueprintStyles, colorStyling, spacingStyling, generalStylex } from "./styles";
|
3
3
|
import { useColorSchemaStore, useSpacingBlueprintStore } from "../store";
|
4
|
-
import { typographyStylex
|
4
|
+
import { typographyStylex } from "./styles/Typography";
|
5
5
|
import { blueprintStylex } from "./styles/Blueprints";
|
6
6
|
export declare function useStyling(): {
|
7
7
|
spacing: typeof spacingStyling.createSpacing;
|
@@ -18,11 +18,7 @@ export declare function useThemeStyling(): {
|
|
18
18
|
selectedTableRowStylex: typeof generalStylex.getSelectedTableRowStylex;
|
19
19
|
scrollStylex: typeof generalStylex.getScrollStylex;
|
20
20
|
borderDividerStylex: typeof generalStylex.getBorderDividerStylex;
|
21
|
-
|
22
|
-
colorStyling: typeof colorStyling.getColorStyling;
|
23
|
-
hoverStyling: typeof import("./styles").getHoverStyling;
|
24
|
-
scrollStyling: typeof import("./styles").getScrollStyling;
|
25
|
-
borderDividerStyling: typeof import("./styles").getBorderDividerStyling;
|
21
|
+
hoverStylex: typeof generalStylex.getHoverStylex;
|
26
22
|
css: {
|
27
23
|
generateAllStylesSchema: typeof generateAllStylesSchema;
|
28
24
|
generateVariableStyle: typeof generateVariableStyle;
|
@@ -33,7 +29,6 @@ export declare function useThemeStyling(): {
|
|
33
29
|
valueStylex: typeof typographyStylex.typographyStylexFromValueStylex;
|
34
30
|
typeStylex: typeof typographyStylex.typographyTypeStylex;
|
35
31
|
stylex: typeof typographyStylex.typographyStylex;
|
36
|
-
valueStyling: (value: import("@omnia/fx-models").TypographyValue, blueprint: import("@omnia/fx-models").TypographyBlueprint) => string;
|
37
32
|
typeStyling: (typographyType: import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize, blueprint: import("@omnia/fx-models").TypographyBlueprint) => {
|
38
33
|
baseStyles: {
|
39
34
|
fontFamily: string;
|
@@ -49,22 +44,18 @@ export declare function useThemeStyling(): {
|
|
49
44
|
queryOnSmallScreen: import("typestyle/lib/types").MediaQuery;
|
50
45
|
queryOnMediumScreen: import("typestyle/lib/types").MediaQuery;
|
51
46
|
};
|
52
|
-
styling: typeof typographyStyling;
|
53
47
|
};
|
54
48
|
chrome: {
|
55
|
-
chromeStylex: (blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingBlueprint: SpacingBlueprint) =>
|
56
|
-
chromeStyling: (blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingBlueprint: SpacingBlueprint) => any[];
|
49
|
+
chromeStylex: (blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingBlueprint: SpacingBlueprint) => Readonly<import("../..").StylexType>;
|
57
50
|
};
|
58
51
|
blueprints: {
|
59
|
-
button: typeof blueprintStyles.getButtonBlueprintStyling;
|
60
52
|
buttonStylex: typeof blueprintStylex.getButtonBlueprintStylex;
|
61
|
-
icon: typeof blueprintStyles.getIconBlueprintStyling;
|
62
53
|
iconStyleX: typeof blueprintStylex.getIconBlueprintStylex;
|
63
54
|
chip: typeof blueprintStyles.getChipBlueprintStyling;
|
64
55
|
fill: typeof blueprintStyles.getBlueprintFillStyling;
|
65
56
|
fillObject: typeof blueprintStyles.getBlueprintFillObject;
|
66
|
-
|
67
|
-
|
57
|
+
borderStylex: typeof blueprintStylex.getBlueprintBorderStylex;
|
58
|
+
backgroundStylex: typeof blueprintStylex.getBlueprintBackgroundStylex;
|
68
59
|
text: typeof blueprintStyles.getBlueprintTextStyling;
|
69
60
|
textStylex: typeof blueprintStylex.getBlueprintTextStylex;
|
70
61
|
textObject: typeof blueprintStyles.getBlueprintTextStylingObject;
|
@@ -4,6 +4,8 @@ import { useColorSchemaStore, useSpacingBlueprintStore, useTypographyBlueprintSt
|
|
4
4
|
import { StylexType } from "internal/fx/ux/Styles.stylex";
|
5
5
|
export declare namespace blueprintStylex {
|
6
6
|
/**Tab styling */
|
7
|
+
function getBlueprintBorderStylex(definition: BorderStylingDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): Readonly<StylexType>;
|
8
|
+
function getBlueprintBackgroundStylex(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): Readonly<StylexType>;
|
7
9
|
function getBlueprintTabStylex(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>, active?: boolean): Readonly<StylexType>;
|
8
10
|
function getBlueprintTabsStylex(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>): Readonly<StylexType>;
|
9
11
|
/**Text styling */
|
@@ -4,6 +4,6 @@ export declare const chromeStyles: {
|
|
4
4
|
getChromeStyling: typeof getChromeStyling;
|
5
5
|
getChromeStylingx: typeof getChromeStylingx;
|
6
6
|
};
|
7
|
-
declare function getChromeStylingx(blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingBlueprint: SpacingBlueprint):
|
7
|
+
declare function getChromeStylingx(blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingBlueprint: SpacingBlueprint): Readonly<import("internal/fx/ux/Styles.stylex").StylexType>;
|
8
8
|
declare function getChromeStyling(blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingBlueprint: SpacingBlueprint): any[];
|
9
9
|
export {};
|
@@ -5,6 +5,10 @@ export declare namespace generalStylex {
|
|
5
5
|
function getSelectedTableRowStylex(dark: boolean): Readonly<StylexType>;
|
6
6
|
function getScrollStylex(colors: ReturnType<typeof useColorSchemaStore>, toned?: boolean): Readonly<StylexType>;
|
7
7
|
function getBorderDividerStylex(border: OBorderCombination, dark: boolean): Readonly<StylexType>;
|
8
|
+
function getHoverStylex(dark: boolean, settings?: {
|
9
|
+
scale?: number;
|
10
|
+
transparent?: boolean;
|
11
|
+
}): Readonly<StylexType>;
|
8
12
|
}
|
9
13
|
export declare const generalStyles: {
|
10
14
|
getSelectedTableRowStyling: typeof getSelectedTableRowStyling;
|