@omnia/fx 8.0.387-dev → 8.0.389-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.
Files changed (57) hide show
  1. package/internal-do-not-import-from-here/ux/UxModels.d.ts +1 -1
  2. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/loc/localize.d.ts +1 -0
  3. package/internal-do-not-import-from-here/ux/admin/system/models/SubMenuItem.d.ts +5 -0
  4. package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/admin/usermanagement/loginlog/LoginLogDetailBlade.d.ts +11 -0
  6. package/internal-do-not-import-from-here/ux/admin/usermanagement/loginlog/useLoginLogBlade.d.ts +12 -0
  7. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +27 -27
  8. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.css.d.ts +4 -0
  10. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts +36 -0
  11. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/docs/ExampleComponents.d.ts +1 -0
  12. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/docs/index.d.ts +1 -0
  13. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.css.d.ts +4 -0
  14. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.d.ts +36 -0
  15. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/ExampleComponents.d.ts +1 -0
  16. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/SampleComponent.d.ts +6 -0
  17. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/index.d.ts +1 -0
  18. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.css.d.ts +4 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +19 -16
  20. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/store/TextStylePickerStore.d.ts +29 -0
  21. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +3 -3
  22. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +79 -79
  23. package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +3 -3
  24. package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/BlueprintsTypography.d.ts +5 -5
  25. package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/BlueprintsTypography.d.ts +5 -5
  26. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +19 -19
  27. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +5 -5
  30. package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +0 -2
  31. package/internal-do-not-import-from-here/ux/flow/editor/FlowEditor.css.d.ts +2 -2
  32. package/internal-do-not-import-from-here/ux/flow/renderer/FlowRenderer.css.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +7 -0
  34. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +4 -2
  35. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +2 -2
  36. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
  37. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +2 -2
  38. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
  39. package/internal-do-not-import-from-here/ux/models/TypographyEditorModel.d.ts +3 -3
  40. package/internal-do-not-import-from-here/ux/models/flow/TypographyNode.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +2 -2
  42. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +2 -2
  43. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +2 -2
  44. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +2 -2
  45. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +2 -2
  46. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
  47. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +2 -2
  48. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +3 -3
  50. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
  51. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/VelcronEditorBuilder.d.ts +2 -2
  52. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/old/state/VelcronTextContentBuilder.d.ts +3 -3
  53. package/internal-do-not-import-from-here/wctypings.d.ts +20 -16
  54. package/package.json +2 -2
  55. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.css.d.ts +0 -6
  56. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +0 -39
  57. /package/internal-do-not-import-from-here/ux/{admin/settings/blades/mediapicker/components/filesize/FileSizeLimitSettingsJourney.d.ts → aurora/components/textcolorpicker/docs/SampleComponent.d.ts} +0 -0
@@ -87,10 +87,10 @@ export declare const useJourneyStore: () => {
87
87
  isElementNameStillInView: (elementName: string) => boolean;
88
88
  isElementIdStillInView: (elementId: string) => boolean;
89
89
  scrollToStart: () => void;
90
- scrollToElementId: (elementId: string, anchor?: import("@omnia/fx/ux").AnchorPosition, handler?: (target: HTMLElement, container: HTMLElement) => void) => void;
90
+ scrollToElementId: (elementId: string, anchor?: import("@omnia/fx/ux").AnchorPosition, handler?: (target: HTMLElement, container: HTMLElement) => void, immediate?: boolean) => void;
91
91
  scrollToElementName: (elementName: string, anchor?: import("@omnia/fx/ux").AnchorPosition) => void;
92
92
  scrollToElement: (element: HTMLElement, anchor?: import("@omnia/fx/ux").AnchorPosition, handler?: (target: HTMLElement, container: HTMLElement) => void) => void;
93
- scrollToSelector: (selector: string, anchor?: import("@omnia/fx/ux").AnchorPosition, handler?: (target: HTMLElement, container: HTMLElement) => void) => void;
93
+ scrollToSelector: (selector: string, anchor?: import("@omnia/fx/ux").AnchorPosition, handler?: (target: HTMLElement, container: HTMLElement) => void, immediate?: boolean) => void;
94
94
  }>;
95
95
  get: {
96
96
  readonly coordinates: {
@@ -138,6 +138,8 @@ export declare const useJourneyStore: () => {
138
138
  travelTo(fromBladeId: guid, toBladeId: guid): void;
139
139
  setActiveIndex(index: number): void;
140
140
  setScrollContainer(store: ReturnType<typeof useScrollContainerStore>): void;
141
+ ensureActiveBladeVisibleInScrollView(): void;
142
+ ensureBladeVisibleInScrollView(blade: BladeInstance): void;
141
143
  }>;
142
144
  } & {
143
145
  dispose?: () => void;
@@ -56,10 +56,10 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
56
56
  isElementNameStillInView: (elementName: string) => boolean;
57
57
  isElementIdStillInView: (elementId: string) => boolean;
58
58
  scrollToStart: () => void;
59
- scrollToElementId: (elementId: string, anchor?: import("../../oxide").AnchorPosition, handler?: (target: HTMLElement, container: HTMLElement) => void) => void;
59
+ scrollToElementId: (elementId: string, anchor?: import("../../oxide").AnchorPosition, handler?: (target: HTMLElement, container: HTMLElement) => void, immediate?: boolean) => void;
60
60
  scrollToElementName: (elementName: string, anchor?: import("../../oxide").AnchorPosition) => void;
61
61
  scrollToElement: (element: HTMLElement, anchor?: import("../../oxide").AnchorPosition, handler?: (target: HTMLElement, container: HTMLElement) => void) => void;
62
- scrollToSelector: (selector: string, anchor?: import("../../oxide").AnchorPosition, handler?: (target: HTMLElement, container: HTMLElement) => void) => void;
62
+ scrollToSelector: (selector: string, anchor?: import("../../oxide").AnchorPosition, handler?: (target: HTMLElement, container: HTMLElement) => void, immediate?: boolean) => void;
63
63
  }>;
64
64
  get: {
65
65
  readonly coordinates: {
@@ -1,4 +1,4 @@
1
- import { TextBlueprint, TypographySizes, TypographyTypes } from "@omnia/fx-models";
1
+ import { TextBlueprint, TextStyleSizes, TextStyleTypes } from "@omnia/fx-models";
2
2
  import { useMarkdownEditorStore } from "./stores/MarkdownEditorStore";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -12,10 +12,10 @@ declare const _default: {
12
12
  type: import("vue").PropType<TextBlueprint>;
13
13
  };
14
14
  size: {
15
- type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TypographySizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
15
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
16
16
  };
17
17
  typography: {
18
- type: import("vue").PropType<"title" | "text" | "navigation" | "variants" | "fills" | TypographyTypes>;
18
+ type: import("vue").PropType<"title" | "text" | "navigation" | "variants" | "fills" | TextStyleTypes>;
19
19
  };
20
20
  placeholder: {
21
21
  type: import("vue").PropType<string>;
@@ -130,10 +130,10 @@ declare const _default: {
130
130
  type: import("vue").PropType<TextBlueprint>;
131
131
  };
132
132
  size: {
133
- type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TypographySizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
133
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
134
134
  };
135
135
  typography: {
136
- type: import("vue").PropType<"title" | "text" | "navigation" | "variants" | "fills" | TypographyTypes>;
136
+ type: import("vue").PropType<"title" | "text" | "navigation" | "variants" | "fills" | TextStyleTypes>;
137
137
  };
138
138
  placeholder: {
139
139
  type: import("vue").PropType<string>;
@@ -245,10 +245,10 @@ declare const _default: {
245
245
  type: import("vue").PropType<TextBlueprint>;
246
246
  };
247
247
  size: {
248
- type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TypographySizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
248
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
249
249
  };
250
250
  typography: {
251
- type: import("vue").PropType<"title" | "text" | "navigation" | "variants" | "fills" | TypographyTypes>;
251
+ type: import("vue").PropType<"title" | "text" | "navigation" | "variants" | "fills" | TextStyleTypes>;
252
252
  };
253
253
  placeholder: {
254
254
  type: import("vue").PropType<string>;
@@ -408,10 +408,10 @@ declare const _default: {
408
408
  };
409
409
  }>;
410
410
  };
411
- typography?: "title" | "text" | "navigation" | "variants" | "fills" | TypographyTypes;
411
+ typography?: "title" | "text" | "navigation" | "variants" | "fills" | TextStyleTypes;
412
412
  blueprint?: TextBlueprint;
413
413
  container?: boolean;
414
- size?: "l" | "s" | "xs" | "m" | "xl" | TypographySizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8";
414
+ size?: "l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8";
415
415
  colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
416
416
  plugins?: [object];
417
417
  hideToolbar?: boolean;
@@ -1,5 +1,5 @@
1
- import { ColorDefinition, TextBlueprint, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx-models";
1
+ import { ColorDefinition, TextBlueprint, TextStyleSize, TextStyleSizes, TextStyleType, TextStyleTypes } from "@omnia/fx-models";
2
2
  import { useColorSchemaStore, useTypographyBlueprintStore } from "@omnia/fx/ux";
3
3
  export declare const MarkdownRendererStyles: {
4
- container: (color: ColorDefinition, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>, toned: boolean, textBlueprint: TextBlueprint, typography: TypographyTypes | TypographyType, size: TypographySizes | TypographySize) => string;
4
+ container: (color: ColorDefinition, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>, toned: boolean, textBlueprint: TextBlueprint, typography: TextStyleTypes | TextStyleType, size: TextStyleSizes | TextStyleSize) => string;
5
5
  };
@@ -1,14 +1,14 @@
1
- import { TextBlueprint, TypographySizes, TypographyTypes } from "@omnia/fx-models";
1
+ import { TextBlueprint, TextStyleSizes, TextStyleTypes } from "@omnia/fx-models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
4
  blueprint: {
5
5
  type: import("vue").PropType<TextBlueprint>;
6
6
  };
7
7
  size: {
8
- type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TypographySizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
8
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
9
9
  };
10
10
  typography: {
11
- type: import("vue").PropType<"title" | "text" | "navigation" | "variants" | "fills" | TypographyTypes>;
11
+ type: import("vue").PropType<"title" | "text" | "navigation" | "variants" | "fills" | TextStyleTypes>;
12
12
  };
13
13
  toned: {
14
14
  type: import("vue").PropType<boolean>;
@@ -29,10 +29,10 @@ declare const _default: {
29
29
  type: import("vue").PropType<TextBlueprint>;
30
30
  };
31
31
  size: {
32
- type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TypographySizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
32
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
33
33
  };
34
34
  typography: {
35
- type: import("vue").PropType<"title" | "text" | "navigation" | "variants" | "fills" | TypographyTypes>;
35
+ type: import("vue").PropType<"title" | "text" | "navigation" | "variants" | "fills" | TextStyleTypes>;
36
36
  };
37
37
  toned: {
38
38
  type: import("vue").PropType<boolean>;
@@ -50,10 +50,10 @@ declare const _default: {
50
50
  type: import("vue").PropType<TextBlueprint>;
51
51
  };
52
52
  size: {
53
- type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TypographySizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
53
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
54
54
  };
55
55
  typography: {
56
- type: import("vue").PropType<"title" | "text" | "navigation" | "variants" | "fills" | TypographyTypes>;
56
+ type: import("vue").PropType<"title" | "text" | "navigation" | "variants" | "fills" | TextStyleTypes>;
57
57
  };
58
58
  toned: {
59
59
  type: import("vue").PropType<boolean>;
@@ -66,9 +66,9 @@ declare const _default: {
66
66
  propsDefinition: Omit<Readonly<{
67
67
  value: string;
68
68
  } & {
69
- typography?: "title" | "text" | "navigation" | "variants" | "fills" | TypographyTypes;
69
+ typography?: "title" | "text" | "navigation" | "variants" | "fills" | TextStyleTypes;
70
70
  blueprint?: TextBlueprint;
71
- size?: "l" | "s" | "xs" | "m" | "xl" | TypographySizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8";
71
+ size?: "l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8";
72
72
  toned?: boolean;
73
73
  }>, never>;
74
74
  };
@@ -1,5 +1,5 @@
1
- import { TypographySize, TypographyType } from "@omnia/fx-models";
1
+ import { TextStyleSize, TextStyleType } from "@omnia/fx-models";
2
2
  export interface TypographyEditorModel {
3
- type: TypographyType;
4
- size: TypographySize;
3
+ type: TextStyleType;
4
+ size: TextStyleSize;
5
5
  }
@@ -1,5 +1,5 @@
1
- import { TypographyValue } from "@omnia/fx-models";
1
+ import { TextStyleValue } from "@omnia/fx-models";
2
2
  import { FlowNode } from "./FlowContent";
3
3
  export interface TypographyFormatNode extends FlowNode {
4
- data: TypographyValue;
4
+ data: TextStyleValue;
5
5
  }
@@ -1,6 +1,6 @@
1
1
  import { DefineProp } from "@omnia/fx/ux";
2
- import { IIcon, OPageDividerTypes, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx-models";
3
- type DividerProps = DefineProp<"class", String | String[]> & DefineProp<"variant", OPageDividerTypes, false, null> & DefineProp<"icon", IIcon, false, null, "The icon to be displayed."> & DefineProp<"label", string, false, null> & DefineProp<"vertical", boolean, false, false> & DefineProp<"toned", boolean, false, false> & DefineProp<"labelSize", TypographySize | TypographySizes, false, null, "Specifies the title typography size. Should be used only if the variants size does not match the context."> & DefineProp<"labelType", TypographyType | TypographyTypes, false, null, "Specifies the typography type. Should be used only if the variants size does not match the context.">;
2
+ import { IIcon, OPageDividerTypes, TextStyleSize, TextStyleSizes, TextStyleType, TextStyleTypes } from "@omnia/fx-models";
3
+ type DividerProps = DefineProp<"class", String | String[]> & DefineProp<"variant", OPageDividerTypes, false, null> & DefineProp<"icon", IIcon, false, null, "The icon to be displayed."> & DefineProp<"label", string, false, null> & DefineProp<"vertical", boolean, false, false> & DefineProp<"toned", boolean, false, false> & DefineProp<"labelSize", TextStyleSize | TextStyleSizes, false, null, "Specifies the title typography size. Should be used only if the variants size does not match the context."> & DefineProp<"labelType", TextStyleType | TextStyleTypes, false, null, "Specifies the typography type. Should be used only if the variants size does not match the context.">;
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<DividerProps> & {} & {
5
5
  "v-slots"?: {} & Omit<{
6
6
  default?: import("vue").Slot;
@@ -1,6 +1,6 @@
1
1
  import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
2
2
  import { VNodeChild } from "vue";
3
- type ImageProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"aspectRatio", string | number, false, null, "The aspect ratio of the image."> & DefineProp<"src", string, false, null, "The image URL. This prop is mandatory."> & DefineProp<"height", number | string, false, null, "Sets the height for the component."> & DefineProp<"width", number | string, false, null, "Sets the height for the component."> & DefineProp<"cover", boolean, false, true, "Resizes the image to cover the entire container."> & DefineProp<"alt", string, false, "", "Alternate text for screen readers. Leave empty for decorative images."> & DefineProp<"maxWidth", number | string, false, null> & DefineProp<"maxHeight", number | string, false, null> & DefineProp<"placeholder", string, false, null, "The placeholder image to display while the main image is loading."> & DefineProp<"lazySrc", string, false, null, "The image to display while the main image is loading."> & DefineEmit<"load", (info: {
3
+ type ImageProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"aspectRatio", string | number, false, null, "The aspect ratio of the image."> & DefineProp<"src", string, false, null, "The image URL. This prop is mandatory."> & DefineProp<"height", number | string, false, null, "Sets the height for the component."> & DefineProp<"width", number | string, false, null, "Sets the height for the component."> & DefineProp<"cover", boolean, false, true, "Resizes the image to cover the entire container."> & DefineProp<"draggable", boolean, false, false, "Controls the draggable behavior of the image."> & DefineProp<"eager", boolean, false, false, "Forces the component’s content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."> & DefineProp<"alt", string, false, "", "Alternate text for screen readers. Leave empty for decorative images."> & DefineProp<"maxWidth", number | string, false, null> & DefineProp<"maxHeight", number | string, false, null> & DefineProp<"placeholder", string, false, null, "The placeholder image to display while the main image is loading."> & DefineProp<"lazySrc", string, false, null, "The image to display while the main image is loading."> & DefineEmit<"load", (info: {
4
4
  naturalWidth: number;
5
5
  naturalHeight: number;
6
6
  image: HTMLElement;
@@ -17,5 +17,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ImageProps>
17
17
  } & Omit<{
18
18
  default?: import("vue").Slot;
19
19
  }, "placeholder">;
20
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "aspectRatio" | "height" | "maxHeight" | "maxWidth" | "width" | "class" | "src" | "cover" | "colorSchemaType" | "alt" | "lazySrc" | "colors" | "placeholder" | "emit:load" | "slot:placeholder"> & import("@omnia/fx/ux").VNodeEvents) => any;
20
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "aspectRatio" | "height" | "maxHeight" | "maxWidth" | "width" | "class" | "src" | "cover" | "eager" | "colorSchemaType" | "draggable" | "alt" | "lazySrc" | "colors" | "placeholder" | "emit:load" | "slot:placeholder"> & import("@omnia/fx/ux").VNodeEvents) => any;
21
21
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
2
- import { ColorType, ColorTypes, TextBlueprint, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx/models";
3
- type LinkProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"typography", TypographyType | TypographyTypes, false, null, "Applies a specific typography to be used. Default is text."> & DefineProp<"size", TypographySize | TypographySizes, false, null, "Applies a specific typography size to be used. Default is medium text."> & DefineProp<"colorType", ColorTypes | ColorType, false, null, "Applies a specific color type to be used. Default is onBase."> & DefineProp<"toned", boolean, false, false> & DefineProp<"truncateLines", number, false, null, "Specifies if text should be truncated and number of lines before truncating."> & DefineProp<"blueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text"> & DefineProp<"href", string, false, null, "Specifies the URL of the page the link goes to"> & DefineProp<"target", "_blank" | "_self" | "_parent" | "_top" | "framename", false, null, "The target attribute specifies where to open the linked document."> & DefineSlot<"renderer", () => void>;
2
+ import { ColorType, ColorTypes, TextBlueprint, TextStyleSize, TextStyleSizes, TextStyleType, TextStyleTypes } from "@omnia/fx/models";
3
+ type LinkProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"typography", TextStyleType | TextStyleTypes, false, null, "Applies a specific typography to be used. Default is text."> & DefineProp<"size", TextStyleSize | TextStyleSizes, false, null, "Applies a specific typography size to be used. Default is medium text."> & DefineProp<"colorType", ColorTypes | ColorType, false, null, "Applies a specific color type to be used. Default is onBase."> & DefineProp<"toned", boolean, false, false> & DefineProp<"truncateLines", number, false, null, "Specifies if text should be truncated and number of lines before truncating."> & DefineProp<"blueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text"> & DefineProp<"href", string, false, null, "Specifies the URL of the page the link goes to"> & DefineProp<"target", "_blank" | "_self" | "_parent" | "_top" | "framename", false, null, "The target attribute specifies where to open the linked document."> & DefineSlot<"renderer", () => void>;
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<LinkProps> & {} & {
5
5
  "v-slots"?: {
6
6
  renderer?: () => void;
@@ -1,7 +1,7 @@
1
1
  import { DefineProp, DefinePropTheming } from "@omnia/fx/ux";
2
- import { OPanelVariants, OBorderCombination, OPaddingCombination, TypographySize, TypographySizes } from "@omnia/fx/models";
2
+ import { OPanelVariants, OBorderCombination, OPaddingCombination, TextStyleSize, TextStyleSizes } from "@omnia/fx/models";
3
3
  export * from "./Panel.stylex";
4
- type PanelProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"title", string, false, null, "Specifies the title of the panel. The size of the title is adjusted according to the variant of the panel."> & DefineProp<"titleSize", TypographySize | TypographySizes, false, null, "Specifies the title typography size. Should be used only if the variants size does not match the context."> & DefineProp<"variant", OPanelVariants, false, null, "Applies a distinct style to the component."> & DefineProp<"hide", boolean, false, null, "Hides the panel. The panel can be toggled using this property with an animation on hide/show."> & DefineProp<"divider", OBorderCombination, false, null, "Applies dividers at the top/bottom/left/right to the panel. This Should be used to create distinct sections."> & DefineProp<"filled", boolean, false, null, "Applies the a background color to the panel. The color is based on the colorSchema either set or inherited"> & DefineProp<"grouped", boolean, false, null, "Removes spacing at the bottom of the panel. Should be used when panels are stacked vertically in settings etc to avoid to much spacing."> & DefineProp<"toned", boolean, false, null> & DefineProp<"spacelessTop", boolean, false, null, "Removes the top spacing of the panel. Should be used when panels are stacked vertically in settings etc to avoid to much spacing."> & DefineProp<"spacelessBottom", boolean, false, null, "Removes the top spacing of the panel. Should be used when panels are stacked vertically in settings etc to avoid to much spacing."> & DefineProp<"padding", OPaddingCombination, false, null, "Ensures padding of the panel. Should be used for variants like dialog to ensure default padding. The padding depends of the panel variant">;
4
+ type PanelProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"title", string, false, null, "Specifies the title of the panel. The size of the title is adjusted according to the variant of the panel."> & DefineProp<"titleSize", TextStyleSize | TextStyleSizes, false, null, "Specifies the title typography size. Should be used only if the variants size does not match the context."> & DefineProp<"variant", OPanelVariants, false, null, "Applies a distinct style to the component."> & DefineProp<"hide", boolean, false, null, "Hides the panel. The panel can be toggled using this property with an animation on hide/show."> & DefineProp<"divider", OBorderCombination, false, null, "Applies dividers at the top/bottom/left/right to the panel. This Should be used to create distinct sections."> & DefineProp<"filled", boolean, false, null, "Applies the a background color to the panel. The color is based on the colorSchema either set or inherited"> & DefineProp<"grouped", boolean, false, null, "Removes spacing at the bottom of the panel. Should be used when panels are stacked vertically in settings etc to avoid to much spacing."> & DefineProp<"toned", boolean, false, null> & DefineProp<"spacelessTop", boolean, false, null, "Removes the top spacing of the panel. Should be used when panels are stacked vertically in settings etc to avoid to much spacing."> & DefineProp<"spacelessBottom", boolean, false, null, "Removes the top spacing of the panel. Should be used when panels are stacked vertically in settings etc to avoid to much spacing."> & DefineProp<"padding", OPaddingCombination, false, null, "Ensures padding of the panel. Should be used for variants like dialog to ensure default padding. The padding depends of the panel variant">;
5
5
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PanelProps> & {} & {
6
6
  "v-slots"?: {} & Omit<{
7
7
  default?: import("vue").Slot;
@@ -32,10 +32,10 @@ export declare const useScrollContainerStore: () => {
32
32
  isElementNameStillInView: (elementName: string) => boolean;
33
33
  isElementIdStillInView: (elementId: string) => boolean;
34
34
  scrollToStart: () => void;
35
- scrollToElementId: (elementId: string, anchor?: AnchorPosition, handler?: HandlerScroll) => void;
35
+ scrollToElementId: (elementId: string, anchor?: AnchorPosition, handler?: HandlerScroll, immediate?: boolean) => void;
36
36
  scrollToElementName: (elementName: string, anchor?: AnchorPosition) => void;
37
37
  scrollToElement: (element: HTMLElement, anchor?: AnchorPosition, handler?: HandlerScroll) => void;
38
- scrollToSelector: (selector: string, anchor?: AnchorPosition, handler?: HandlerScroll) => void;
38
+ scrollToSelector: (selector: string, anchor?: AnchorPosition, handler?: HandlerScroll, immediate?: boolean) => void;
39
39
  }>;
40
40
  get: {
41
41
  readonly coordinates: Coordinates;
@@ -1,7 +1,7 @@
1
1
  import { DefinePropTheming, DefineProp } from "@omnia/fx/ux";
2
- import { ColorType, ColorTypes, OTextAlignmentTypes, TextBlueprint, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx/models";
2
+ import { ColorType, ColorTypes, OTextAlignmentTypes, TextBlueprint, TextStyleSize, TextStyleSizes, TextStyleType, TextStyleTypes } from "@omnia/fx/models";
3
3
  type textWrapping = "none";
4
- type TextProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"typography", TypographyType | TypographyTypes, false, null, "Applies a specific typography to be used. Default is text."> & DefineProp<"size", TypographySize | TypographySizes, false, null, "Applies a specific typography size to be used. Default is medium text."> & DefineProp<"colorType", ColorTypes | ColorType, false, null, "Applies a specific color type to be used. Default is onBase."> & DefineProp<"color", string, false, null, "Applies a specific color"> & DefineProp<"divider", boolean, false, false, "If true, each item will have a bottom divider"> & DefineProp<"toned", boolean, false, false, "Applies a tonal color to the text."> & DefineProp<"wordBreak", textWrapping, false, null, "Specifies how the text should wrap."> & DefineProp<"whiteSpace", "normal" | "nowrap" | "pre" | "pre-wrap" | "pre-line", false, null, "Specifies how is white space inside text is handled"> & DefineProp<"align", OTextAlignmentTypes, false, null, "Specifiecs text alignment."> & DefineProp<"truncateLines", number, false, null, "Specifies if text should be truncated and number of lines before truncating."> & DefineProp<"blueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text.">;
4
+ type TextProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"typography", TextStyleType | TextStyleTypes, false, null, "Applies a specific typography to be used. Default is text."> & DefineProp<"size", TextStyleSize | TextStyleSizes, false, null, "Applies a specific typography size to be used. Default is medium text."> & DefineProp<"colorType", ColorTypes | ColorType, false, null, "Applies a specific color type to be used. Default is onBase."> & DefineProp<"color", string, false, null, "Applies a specific color"> & DefineProp<"divider", boolean, false, false, "If true, each item will have a bottom divider"> & DefineProp<"toned", boolean, false, false, "Applies a tonal color to the text."> & DefineProp<"wordBreak", textWrapping, false, null, "Specifies how the text should wrap."> & DefineProp<"whiteSpace", "normal" | "nowrap" | "pre" | "pre-wrap" | "pre-line", false, null, "Specifies how is white space inside text is handled"> & DefineProp<"align", OTextAlignmentTypes, false, null, "Specifiecs text alignment."> & DefineProp<"truncateLines", number, false, null, "Specifies if text should be truncated and number of lines before truncating."> & DefineProp<"blueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text.">;
5
5
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TextProps> & {} & {
6
6
  "v-slots"?: {} & Omit<{
7
7
  default?: import("vue").Slot;
@@ -1,6 +1,6 @@
1
- import { TypographyType } from "@omnia/fx-models";
1
+ import { TextStyleType } from "@omnia/fx-models";
2
2
  export interface Level {
3
- label: TypographyType;
3
+ label: TextStyleType;
4
4
  value: 1 | 2 | 3 | 4 | 5 | 6;
5
5
  }
6
6
  export interface HeadingOptions {
@@ -1,4 +1,4 @@
1
- import { BuiltInPropertyEditorType, guid, TypographyType, VelcronEditor } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
1
+ import { BuiltInPropertyEditorType, guid, TextStyleType, VelcronEditor } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  export interface ResolvedPropertyEditor {
3
3
  editor: VelcronEditor;
4
4
  }
@@ -28,7 +28,7 @@ export interface VelcronSelectEditorSettings {
28
28
  }>;
29
29
  }
30
30
  export interface VelcronTextEditorSettings {
31
- type: TypographyType;
31
+ type: TextStyleType;
32
32
  placeholder: string;
33
33
  }
34
34
  export interface VelcronNumberEditorSettings {
@@ -1,4 +1,4 @@
1
- import { BackgroundDefinition, ContainerFillBlueprint, BlueprintVariant, TextBlueprint, TypographySize, TypographyType, VelcronSpacing } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
1
+ import { BackgroundDefinition, ContainerFillBlueprint, BlueprintVariant, TextBlueprint, TextStyleSize, TextStyleType, VelcronSpacing } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { VelcronImageRatios } from "./VelcronDefinitions";
3
3
  export interface VelcronState {
4
4
  states?: {
@@ -43,8 +43,8 @@ export interface VelcronTextState {
43
43
  typography?: VelcronTypographyState;
44
44
  }
45
45
  export interface VelcronTypographyState {
46
- type?: TypographyType;
47
- size?: TypographySize;
46
+ type?: TextStyleType;
47
+ size?: TextStyleSize;
48
48
  toned?: boolean;
49
49
  }
50
50
  export interface VelcronContentState {
@@ -1,4 +1,4 @@
1
- import { ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ContainerFillBlueprint, BlueprintVariant, ResolvedThemeDefinition, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "..";
1
+ import { ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ContainerFillBlueprint, BlueprintVariant, ResolvedThemeDefinition, TextStyleSize, TextStyleSizes, TextStyleType, TextStyleTypes } from "..";
2
2
  export declare const useVelcronThemingStore: (newStateWithName?: string) => {
3
3
  state: {
4
4
  currentTheme: ResolvedThemeDefinition;
@@ -8,7 +8,7 @@ export declare const useVelcronThemingStore: (newStateWithName?: string) => {
8
8
  containerBlueprint: (type: BlueprintVariant | ContainerFillBlueprint | string) => any;
9
9
  colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => import("..").ColorSchema;
10
10
  spacing: () => import("..").SpacingBlueprint;
11
- typography: (typographyType: TypographyTypes | TypographyType, size: TypographySizes | TypographySize) => any;
11
+ typography: (typographyType: TextStyleTypes | TextStyleType, size: TextStyleSizes | TextStyleSize) => any;
12
12
  color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
13
13
  colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => import("..").ColorDefinition;
14
14
  currentTheme: () => ResolvedThemeDefinition;
@@ -1,4 +1,4 @@
1
- import { TypographyType, VelcronEditor, VelcronTypographyEditorSettings, VelcronSliderPropertyEditorSettings } from "@omnia/fx-models";
1
+ import { TextStyleType, VelcronEditor, VelcronTypographyEditorSettings, VelcronSliderPropertyEditorSettings } from "@omnia/fx-models";
2
2
  export declare class VelcronEditorBuilder {
3
3
  private editors;
4
4
  private formatStateMapping;
@@ -8,7 +8,7 @@ export declare class VelcronEditorBuilder {
8
8
  imageEditor: (name: string, stateMapping: string) => VelcronEditorBuilder;
9
9
  colorSchemaEditor: (name: string, stateMapping: string) => VelcronEditorBuilder;
10
10
  flow: (name: string, stateMapping: string, placeholder?: string) => VelcronEditorBuilder;
11
- textEditor: (name: string, stateMapping: string, typographyType: TypographyType, placeholder?: string) => VelcronEditorBuilder;
11
+ textEditor: (name: string, stateMapping: string, typographyType: TextStyleType, placeholder?: string) => VelcronEditorBuilder;
12
12
  blockHeaderEditor: () => VelcronEditorBuilder;
13
13
  typographyEditor: (stateMapping: string, settings: VelcronTypographyEditorSettings) => VelcronEditorBuilder;
14
14
  backgroundEditor: (name: string, stateMapping: string, type: "image" | "video") => VelcronEditorBuilder;
@@ -1,4 +1,4 @@
1
- import { TypographySize, TypographyType, VelcronTextState, VelcronTypographyState } from "@omnia/fx-models";
1
+ import { TextStyleSize, TextStyleType, VelcronTextState, VelcronTypographyState } from "@omnia/fx-models";
2
2
  import { VelcronStateBuilderStrategy } from "./VelcronStateBuilderBase";
3
3
  export declare class VelcronTextContentBuilder<TBaseBuilder> extends VelcronStateBuilderStrategy {
4
4
  private _textState;
@@ -15,11 +15,11 @@ export declare class VelcronTextContentBuilder<TBaseBuilder> extends VelcronStat
15
15
  };
16
16
  typography: {
17
17
  type: {
18
- add: (type: TypographyType) => VelcronTextContentBuilder<TBaseBuilder>;
18
+ add: (type: TextStyleType) => VelcronTextContentBuilder<TBaseBuilder>;
19
19
  bind: () => string;
20
20
  };
21
21
  size: {
22
- add: (size: TypographySize) => VelcronTextContentBuilder<TBaseBuilder>;
22
+ add: (size: TextStyleSize) => VelcronTextContentBuilder<TBaseBuilder>;
23
23
  bind: () => string;
24
24
  };
25
25
  toned: {
@@ -419,12 +419,13 @@ import wcb4ddcf67388c4aa494cad4fa07ff8937 from './ux/aurora/components/stylepick
419
419
  import wce35c6b2d296345329c39928b82b1ec77 from './ux/aurora/components/tabs/TabStylePicker';
420
420
  import wcb2429c572d6c41809c621c408bbba855 from './ux/aurora/components/tabs/TabStyleEditor';
421
421
  import wcfd6b575dc7c44149ac3129492fc83aa6 from './ux/aurora/components/tabs/TabBlueprintsViewer';
422
+ import wc5ac01b439b7b494baf066921c2ae7f9a from './ux/aurora/components/textcolorpicker/TextColorPicker';
423
+ import wc5682a90ca29b443fa48b3b691b622e15 from './ux/aurora/components/textformatpicker/TextFormatPicker';
422
424
  import wc287d666180644ba5ab5def0471a75a89 from './ux/aurora/components/textstylepicker/TextStylePicker';
423
425
  import wc252ece0016594978b3ddfafdd59adda4 from './ux/aurora/components/themepicker/ThemePicker';
424
426
  import wcb89e133162f54c1fb2cd6d03cc2e4fe2 from './ux/aurora/components/themepicker/ThemeEditor';
425
427
  import wc73e1c232690249f78967e3e3f6d92bd7 from './ux/aurora/components/themepreview/ThemePreview';
426
428
  import wcc6eec07d48af435ab0c75195d9c7dcfc from './ux/aurora/components/themepreview/ComponentPreview';
427
- import wc54730f05dd2c4f2da1c830b3985b36a9 from './ux/aurora/components/typography/TypographyPicker';
428
429
  import wc99a73153b5c647da9d6de517f51e53f0 from './ux/aurora/components/typography/TypographyEditor';
429
430
  import wc2f742a14a560434abb899360a69c314b from './ux/aurora/components/typography/TypographyBlueprintsViewer';
430
431
  import wc6bcccc7dd1c74fe591a660641ac62cd7 from './ux/aurora/components/viewtemplatepicker/ViewTemplatePicker';
@@ -522,7 +523,6 @@ import wc0fb3af1182d849fc89b04ed67949091e from '../../fx-sp/internal-do-not-impo
522
523
  import wc936d684934884a6fb16c91b0c625e837 from './ux/admin/businessprofile/settings/language/Language';
523
524
  import wc37329e5d5cf74ff1ba633ce14b88e51c from './ux/admin/settings/blades/mediapicker/MediaPicker';
524
525
  import wca49a79f59f1e471d813f12926f411f9c from './ux/admin/settings/blades/mediapicker/components/cropratios/CropRatiosJourney';
525
- import wcab1f3fecab21479198cc3a4934b6625d from './ux/admin/settings/blades/mediapicker/components/filesize/FileSizeLimitSettingsJourney';
526
526
  import wc19b22417acb641c196f947ea4d60f4b2 from './ux/admin/settings/blades/mediapicker/components/scalingsettings/ScalingSettingsJourney';
527
527
  import wc69af1046393b4f49975f7800f0e825a0 from './ux/admin/settings/blades/redirect/OmniaRedirect';
528
528
  import wc62529631696b457bbc0418c888fc940f from './ux/admin/settings/blades/tenantgeneralsettings/TenantGeneralSettings';
@@ -1368,6 +1368,24 @@ declare global {
1368
1368
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1369
1369
  };
1370
1370
  } : typeof wce6ce806749594b1da7e0ae5f60cef41c;
1371
+ "color": {
1372
+ "picker": typeof wc5ac01b439b7b494baf066921c2ae7f9a extends {
1373
+ propsDefinition: infer TProp;
1374
+ } ? {
1375
+ new (...args: any[]): {
1376
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1377
+ };
1378
+ } : typeof wc5ac01b439b7b494baf066921c2ae7f9a;
1379
+ };
1380
+ "format": {
1381
+ "picker": typeof wc5682a90ca29b443fa48b3b691b622e15 extends {
1382
+ propsDefinition: infer TProp;
1383
+ } ? {
1384
+ new (...args: any[]): {
1385
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1386
+ };
1387
+ } : typeof wc5682a90ca29b443fa48b3b691b622e15;
1388
+ };
1371
1389
  "style": {
1372
1390
  "picker": typeof wc287d666180644ba5ab5def0471a75a89 extends {
1373
1391
  propsDefinition: infer TProp;
@@ -4159,13 +4177,6 @@ declare global {
4159
4177
  } : typeof wcb4ddcf67388c4aa494cad4fa07ff8937;
4160
4178
  };
4161
4179
  "typography": {
4162
- "picker": typeof wc54730f05dd2c4f2da1c830b3985b36a9 extends {
4163
- propsDefinition: infer TProp;
4164
- } ? {
4165
- new (...args: any[]): {
4166
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4167
- };
4168
- } : typeof wc54730f05dd2c4f2da1c830b3985b36a9;
4169
4180
  "editor": typeof wc99a73153b5c647da9d6de517f51e53f0 extends {
4170
4181
  propsDefinition: infer TProp;
4171
4182
  } ? {
@@ -4490,13 +4501,6 @@ declare global {
4490
4501
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4491
4502
  };
4492
4503
  } : typeof wca49a79f59f1e471d813f12926f411f9c;
4493
- "filesize": typeof wcab1f3fecab21479198cc3a4934b6625d extends {
4494
- propsDefinition: infer TProp;
4495
- } ? {
4496
- new (...args: any[]): {
4497
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4498
- };
4499
- } : typeof wcab1f3fecab21479198cc3a4934b6625d;
4500
4504
  "scalingsettings": typeof wc19b22417acb641c196f947ea4d60f4b2 extends {
4501
4505
  propsDefinition: infer TProp;
4502
4506
  } ? {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.387-dev",
4
+ "version": "8.0.389-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Omnia Digital Workplace AB",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.387-dev",
23
+ "@omnia/fx-models": "8.0.389-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
@@ -1,6 +0,0 @@
1
- export declare const TypographyPickerStyles: {
2
- container: string;
3
- colorPreview: (color: string, border?: string) => string;
4
- lastElement: string;
5
- selected: (color: string, onBase: string) => string;
6
- };
@@ -1,39 +0,0 @@
1
- import { DefineSlot } from "@omnia/fx/ux";
2
- import { TextBlueprint, ThemeContextType, TypographyValue } from "@omnia/fx-models";
3
- import { VNode } from "vue";
4
- import { PickerVariant } from "internal/fx/ux/oxide/picker/models/SharedSettings";
5
- export type TypographyPickerTypes = "default" | "title" | "text";
6
- declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
7
- "emit:update:modelValue": (value: TypographyValue) => void;
8
- } & {
9
- "v-model"?: TypographyValue;
10
- } & {
11
- modelValue?: TypographyValue;
12
- } & {
13
- customTyping?: boolean;
14
- } & {
15
- themeType?: ThemeContextType;
16
- } & {
17
- type?: TypographyPickerTypes;
18
- } & {
19
- textBlueprint?: TextBlueprint;
20
- } & {
21
- toned?: boolean;
22
- } & {
23
- variant?: PickerVariant;
24
- } & {
25
- label?: string;
26
- } & {
27
- placeholder?: string;
28
- } & {
29
- sampleText?: string;
30
- } & DefineSlot<"activator", () => VNode>> & {
31
- "onUpdate:modelValue"?: (value: TypographyValue) => any;
32
- } & {
33
- "v-slots"?: {
34
- activator?: () => VNode;
35
- } & Omit<{
36
- default?: import("vue").Slot;
37
- }, "activator">;
38
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "variant" | "label" | "modelValue" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "themeType" | "slot:activator" | "textBlueprint" | "customTyping" | "sampleText"> & import("@omnia/fx/ux").VNodeEvents) => any;
39
- export default _default;