@omnia/fx 8.0.411-dev → 8.0.412-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 (20) hide show
  1. package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +1 -1
  2. package/internal-do-not-import-from-here/ux/aurora/admin/blades/componentblueprints/store/ComponentEditorStore.d.ts +0 -1
  3. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +4 -3
  4. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +3 -2
  5. package/internal-do-not-import-from-here/ux/flow/editor/plugins/colorstyle/ColorButton.d.ts +2 -2
  6. package/internal-do-not-import-from-here/ux/flow/editor/plugins/link/LinkButton.d.ts +2 -2
  7. package/internal-do-not-import-from-here/ux/flow/editor/plugins/spacing/SpacingButton.d.ts +2 -2
  8. package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +2 -2
  10. package/internal-do-not-import-from-here/ux/mobile/index.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/mobile/models/index.d.ts +1 -0
  12. package/internal-do-not-import-from-here/ux/oxide/btn/BlueprintStyling.d.ts +4 -3
  13. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +6 -4
  14. package/internal-do-not-import-from-here/ux/oxide/btn/Button.new.stylex.d.ts +9 -0
  15. package/internal-do-not-import-from-here/ux/oxide/btn/Button_bak.d.ts +0 -0
  16. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
  19. package/package.json +2 -2
  20. package/internal-do-not-import-from-here/ux/aurora/admin/blades/componentblueprints/blades/ButtonSelectSizeBlade.d.ts +0 -16
@@ -7,5 +7,5 @@ declare const _default: (props: import("../..").ExtractProps<MetricProps> & {
7
7
  "v-slots"?: {} & Omit<{
8
8
  default?: import("vue").Slot;
9
9
  }, never>;
10
- } & {} & Omit<import("../..").VueComponentBaseProps, "title" | "icon" | "description" | "iconColor" | "metricInfo" | "emit:click"> & import("../..").VNodeEvents) => any;
10
+ } & {} & Omit<import("../..").VueComponentBaseProps, "title" | "icon" | "description" | "iconColor" | "emit:click" | "metricInfo"> & import("../..").VNodeEvents) => any;
11
11
  export default _default;
@@ -158,7 +158,6 @@ export declare const useComponentsEditorStore: () => {
158
158
  startBlade: guid;
159
159
  editComponentBlade: guid;
160
160
  buttonsBlade: guid;
161
- buttonSelectSizeBlade: guid;
162
161
  buttonsBladeEdit: guid;
163
162
  iconsBladeEdit: guid;
164
163
  iconsBlade: guid;
@@ -1,4 +1,4 @@
1
- import { Blueprint, ButtonBlueprint, ButtonBlueprintVariant, ComponentBlueprints, BlueprintVariant, OIconSizes, TabsBlueprint, WebBlueprintItemDefintionType, HeaderBlueprint, InputBlueprint, ContainerFillValue } from "@omnia/fx-models";
1
+ import { Blueprint, ButtonBlueprint, ButtonBlueprintVariant, ComponentBlueprints, BlueprintVariant, OIconSizes, TabsBlueprint, WebBlueprintItemDefintionType, HeaderBlueprint, InputBlueprint, ContainerFillValue, TypographyBlueprint, IconBlueprint } from "@omnia/fx-models";
2
2
  type blueprintType = "default";
3
3
  export declare const useComponentBlueprintStore: () => {
4
4
  state: {
@@ -22,7 +22,7 @@ export declare const useComponentBlueprintStore: () => {
22
22
  byType(strategyType: "MD2" | "MD3"): ComponentBlueprints;
23
23
  };
24
24
  button: {
25
- blueprintByType(type: ButtonBlueprintVariant | ButtonBlueprint): ButtonBlueprint;
25
+ blueprintByType(type: ButtonBlueprintVariant | ButtonBlueprint): any;
26
26
  };
27
27
  input: {
28
28
  blueprintByType(type: BlueprintVariant | InputBlueprint): InputBlueprint;
@@ -31,7 +31,8 @@ export declare const useComponentBlueprintStore: () => {
31
31
  blueprintByType(type: BlueprintVariant | TabsBlueprint): TabsBlueprint;
32
32
  };
33
33
  icon: {
34
- iconBlueprint(size: OIconSizes): import("@omnia/fx-models").IconBlueprint;
34
+ blueprint(size: OIconSizes): IconBlueprint;
35
+ size: (size: OIconSizes, typographyBlueprint: TypographyBlueprint) => number;
35
36
  };
36
37
  containerFill: {
37
38
  hasVariant(type: BlueprintVariant | string): boolean;
@@ -38,7 +38,7 @@ export declare const useThemeStore: () => {
38
38
  byType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
39
39
  };
40
40
  button: {
41
- blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
41
+ blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): any;
42
42
  };
43
43
  input: {
44
44
  blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").InputBlueprint): import("@omnia/fx-models").InputBlueprint;
@@ -47,7 +47,8 @@ export declare const useThemeStore: () => {
47
47
  blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").TabsBlueprint;
48
48
  };
49
49
  icon: {
50
- iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
50
+ blueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
51
+ size: (size: import("@omnia/fx-models").OIconSizes, typographyBlueprint: import("@omnia/fx-models").TypographyBlueprint) => number;
51
52
  };
52
53
  containerFill: {
53
54
  hasVariant(type: BlueprintVariant | string): boolean;
@@ -27,7 +27,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
27
27
  textStyle: import("@omnia/fx-models").TextBlueprint;
28
28
  };
29
29
  };
30
- events: import("../../../../../shared").StoreEvents<{
30
+ events: import("../../../../mobile").StoreEvents<{
31
31
  editorContent: import("@omnia/fx/ux").FlowContent;
32
32
  plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
33
33
  pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
@@ -52,7 +52,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
52
52
  textStyle: import("@omnia/fx-models").TextBlueprint;
53
53
  };
54
54
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
55
- actions: import("../../../../../shared").StoreReturnDefineAction<{
55
+ actions: import("../../../../mobile").StoreReturnDefineAction<{
56
56
  confirm: () => {
57
57
  delete: {
58
58
  container: (element: HTMLElement) => void;
@@ -27,7 +27,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
27
27
  textStyle: import("@omnia/fx-models").TextBlueprint;
28
28
  };
29
29
  };
30
- events: import("../../../../../shared").StoreEvents<{
30
+ events: import("../../../../mobile").StoreEvents<{
31
31
  editorContent: import("@omnia/fx/ux").FlowContent;
32
32
  plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
33
33
  pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
@@ -52,7 +52,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
52
52
  textStyle: import("@omnia/fx-models").TextBlueprint;
53
53
  };
54
54
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
55
- actions: import("../../../../../shared").StoreReturnDefineAction<{
55
+ actions: import("../../../../mobile").StoreReturnDefineAction<{
56
56
  confirm: () => {
57
57
  delete: {
58
58
  container: (element: HTMLElement) => void;
@@ -27,7 +27,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
27
27
  textStyle: import("@omnia/fx-models").TextBlueprint;
28
28
  };
29
29
  };
30
- events: import("../../../../../shared").StoreEvents<{
30
+ events: import("../../../../mobile").StoreEvents<{
31
31
  editorContent: import("@omnia/fx/ux").FlowContent;
32
32
  plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
33
33
  pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
@@ -52,7 +52,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
52
52
  textStyle: import("@omnia/fx-models").TextBlueprint;
53
53
  };
54
54
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
55
- actions: import("../../../../../shared").StoreReturnDefineAction<{
55
+ actions: import("../../../../mobile").StoreReturnDefineAction<{
56
56
  confirm: () => {
57
57
  delete: {
58
58
  container: (element: HTMLElement) => void;
@@ -27,7 +27,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
27
27
  textStyle: import("@omnia/fx-models").TextBlueprint;
28
28
  };
29
29
  };
30
- events: import("../../../../../shared").StoreEvents<{
30
+ events: import("../../../../mobile").StoreEvents<{
31
31
  editorContent: import("@omnia/fx/ux").FlowContent;
32
32
  plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
33
33
  pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
@@ -52,7 +52,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
52
52
  textStyle: import("@omnia/fx-models").TextBlueprint;
53
53
  };
54
54
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
55
- actions: import("../../../../../shared").StoreReturnDefineAction<{
55
+ actions: import("../../../../mobile").StoreReturnDefineAction<{
56
56
  confirm: () => {
57
57
  delete: {
58
58
  container: (element: HTMLElement) => void;
@@ -14,8 +14,8 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
14
14
  } & {
15
15
  galleryPanelStore: {
16
16
  state: {};
17
- events: import("../../../../shared").StoreEvents<{}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
18
- actions: import("../../../../shared").StoreReturnDefineAction<{
17
+ events: import("../../../mobile").StoreEvents<{}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
18
+ actions: import("../../../mobile").StoreReturnDefineAction<{
19
19
  init: (swiperObj: import("swiper").default) => void;
20
20
  nextSlide: () => void;
21
21
  prevSlide: () => void;
@@ -1 +1 @@
1
- export {};
1
+ export * from "@omnia/fx-models/internal-do-not-import-from-here/shared";
@@ -0,0 +1 @@
1
+ export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
@@ -1,5 +1,6 @@
1
- import { ButtonBlueprint } from "@omnia/fx-models";
2
- import { StylexValue, useColorSchemaStore } from "@omnia/fx/ux";
1
+ import { ButtonBlueprint, OSizeTypes } from "@omnia/fx-models";
2
+ import { useColorSchemaStore } from "@omnia/fx/ux";
3
3
  export declare namespace BlueprintStyling {
4
- function getButtonBlueprintStylex(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
4
+ function getIconButtonStylex(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>, iconSize: number, roundBorders: boolean, slim: boolean, sizeType: OSizeTypes): Readonly<import("@omnia/fx/ux").StylexValue>;
5
+ function getTextButtonStylex(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>, slim: boolean): Readonly<import("@omnia/fx/ux").StylexValue>;
5
6
  }
@@ -1,9 +1,11 @@
1
1
  import { ButtonIconOptions, OOxideButtonPresets, ButtonTooltipOptions, OSizeTypes, OIconAnimations, ButtonBlueprint, OButtonVariants, ButtonBlueprintVariant } from "@omnia/fx-models";
2
- import { DefinePropTheming, DefineProp } from "@omnia/fx/ux";
3
- type ButtonProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"filled", boolean, false, false, "Applies the a background color to the flex. The color is based on the colorSchema either set or inherited."> & DefineProp<"icon", ButtonIconOptions, false, null, "The icon to be displayed."> & DefineProp<"text", string, false, null, "Specifies the text to display on the button."> & DefineProp<"href", string, false, null, "Designates the component as anchor and applies the href attribute."> & DefineProp<"target", "_blank" | "_self" | "_parent" | "_top" | "framename", false, null, "The target attribute specifies where to open the linked document."> & DefineProp<"variant", OButtonVariants, false, null, "Applies a distinct style to the component. Prominent should be used for call to action. Toolbar will create a transparent button to be used in toolbars."> & DefineProp<"overrides", object, false, null, "Sets the icon to display on the button. If no text is provided the button will be displayed as an icon button."> & DefineProp<"preset", OOxideButtonPresets, false, null, "Sets the default values of the button to the specified preset."> & DefineProp<"tooltip", ButtonTooltipOptions, false, null, "Sets tooltip to display when hovering the button."> & DefineProp<"size", OSizeTypes, false, null, "Sets the size of the button."> & DefineProp<"grouped", boolean, false, false, "Adds spacing to the left of the button to group it with other buttons. Should be used when more than one button is displayed."> & DefineProp<"toned", boolean, false, false, "Applies a toned background to the button. Should be used when the button is displayed on a colored background."> & DefineProp<"transparentHover", boolean, false, false, "Makes the button transparent and no hover effect."> & DefineProp<"active", boolean, false, false, "Controls the active state of the item. This is typically used to highlight the component."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"block", boolean, false, false, "Block buttons extend the full width of their container. This is useful for creating buttons that span the full width of a card or dialog."> & DefineProp<"stacked", boolean, false, false, "Displays the button as a column with the icon on top."> & DefineProp<"disableBlueprint", boolean, false, false, "Disables the blueprint and use properties instead."> & DefineProp<"animation", OIconAnimations, false, null, "Sets the animation on the icon when hovering the button."> & DefineProp<"blueprint", ButtonBlueprint | ButtonBlueprintVariant, false, null, "Sets a custom blueprint for the button.">;
4
- declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ButtonProps> & {} & {
2
+ import { DefinePropTheming, DefineProp, DefineEmit } from "@omnia/fx/ux";
3
+ type ButtonProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"icon", ButtonIconOptions, false, null, "The icon to be displayed."> & DefineProp<"text", string, false, null, "Specifies the text to display on the button."> & DefineProp<"href", string, false, null, "Designates the component as anchor and applies the href attribute."> & DefineProp<"target", "_blank" | "_self" | "_parent" | "_top" | "framename", false, null, "The target attribute specifies where to open the linked document."> & DefineProp<"variant", OButtonVariants, false, null, "Applies a distinct style to the component. Prominent should be used for call to action. Toolbar will create a transparent button to be used in toolbars."> & DefineProp<"overrides", object, false, null, "Sets the icon to display on the button. If no text is provided the button will be displayed as an icon button."> & DefineProp<"preset", OOxideButtonPresets, false, null, "Sets the default values of the button to the specified preset."> & DefineProp<"tooltip", ButtonTooltipOptions, false, null, "Sets tooltip to display when hovering the button."> & DefineProp<"size", OSizeTypes, false, null, "Sets the size of the button. Only works with icon buttons."> & DefineProp<"grouped", boolean, false, false, "Adds spacing to the left of the button to group it with other buttons. Should be used when more than one button is displayed."> & DefineProp<"toned", boolean, false, false, "Applies a toned background to the button. Should be used when the button is displayed on a colored background."> & DefineProp<"transparentHover", boolean, false, false, "Makes the button transparent and no hover effect."> & DefineProp<"transparent", boolean, false, false, "Makes the button transparent and no hover effect."> & DefineProp<"active", boolean, false, false, "Controls the active state of the item. This is typically used to highlight the component."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar."> & DefineProp<"slim", boolean, false, false, "Creates a slim variant of the button without the default height"> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"block", boolean, false, false, "Block buttons extend the full width of their container. This is useful for creating buttons that span the full width of a card or dialog."> & DefineProp<"animation", OIconAnimations, false, null, "Sets the animation on the icon when hovering the button."> & DefineProp<"blueprint", ButtonBlueprint | ButtonBlueprintVariant, false, null, "Sets a custom blueprint for the button."> & DefineEmit<"click", (e: MouseEvent) => void>;
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ButtonProps> & {
5
+ onClick?: (e: MouseEvent) => any;
6
+ } & {
5
7
  "v-slots"?: {} & Omit<{
6
8
  default?: import("vue").Slot;
7
9
  }, never>;
8
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "blueprint" | "animation" | "variant" | "filled" | "active" | "size" | "block" | "class" | "target" | "href" | "disabled" | "tooltip" | "colorSchemaType" | "toned" | "colors" | "loading" | "stacked" | "overrides" | "preset" | "grouped" | "transparentHover" | "disableBlueprint"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "blueprint" | "animation" | "variant" | "active" | "size" | "block" | "class" | "target" | "href" | "disabled" | "transparent" | "tooltip" | "colorSchemaType" | "toned" | "colors" | "loading" | "slim" | "overrides" | "preset" | "grouped" | "transparentHover" | "emit:click"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
11
  export default _default;
@@ -0,0 +1,9 @@
1
+ import { useColorSchemaStore } from "../..";
2
+ export declare const ButtonStyles: {
3
+ velcronStyling: import("../..").StylexValue;
4
+ wrapper: (grouped: boolean, disabled: any, colors: ReturnType<typeof useColorSchemaStore>, transparent: boolean) => Readonly<import("../..").StylexValue>;
5
+ iconStyle: {
6
+ zIndex: number;
7
+ };
8
+ overlay: (dark: boolean, disabled: boolean, overlay: boolean) => string;
9
+ };
@@ -1,4 +1,4 @@
1
1
  import { OIconVariants, OIconSizes } from "@omnia/fx-models";
2
2
  export declare const IconStyles: {
3
- wrapper: (size: OIconSizes, variant: OIconVariants) => Readonly<import("../..").StylexValue>;
3
+ wrapper: (size: OIconSizes, variant: OIconVariants, fontSize: number) => Readonly<import("../..").StylexValue>;
4
4
  };
@@ -7,5 +7,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TabsProps> &
7
7
  "v-slots"?: {} & Omit<{
8
8
  default?: import("vue").Slot;
9
9
  }, never>;
10
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "variant" | "vertical" | "grow" | "class" | "contentClass" | "colorSchemaType" | "toned" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "stacked" | "disableBlueprint" | "scrolling" | "hideTabNameIfOnlyOneTab" | "noScrolling" | "alignTabs"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "variant" | "vertical" | "grow" | "class" | "contentClass" | "colorSchemaType" | "toned" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "stacked" | "scrolling" | "hideTabNameIfOnlyOneTab" | "noScrolling" | "alignTabs" | "disableBlueprint"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
11
  export default _default;
@@ -1,10 +1,10 @@
1
1
  import { DefinePropTheming, DefineProp } from "@omnia/fx/ux";
2
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", 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<"toned", boolean, false, false, "Applies a tonal color to the text."> & DefineProp<"bold", boolean, false, false, "Applies a bold style to the text. Can only be used with the typography text"> & DefineProp<"wordBreak", textWrapping, false, null, "Specifies how the text should wrap."> & DefineProp<"as", "text" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6", false, null, "Specifies how to render the text tag result will render"> & DefineProp<"whiteSpace", "normal" | "nowrap" | "pre" | "pre-wrap" | "pre-line", false, null, "Specifies how 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<"toned", boolean, false, false, "Applies a tonal color to the text."> & DefineProp<"ignoreLineHeight", boolean, false, false, "Ignores line height. Aligns the text correct in buttons etc."> & DefineProp<"bold", boolean, false, false, "Applies a bold style to the text. Can only be used with the typography text"> & DefineProp<"wordBreak", textWrapping, false, null, "Specifies how the text should wrap."> & DefineProp<"as", "text" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6", false, null, "Specifies how to render the text tag result will render"> & DefineProp<"whiteSpace", "normal" | "nowrap" | "pre" | "pre-wrap" | "pre-line", false, null, "Specifies how 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;
8
8
  }, never>;
9
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "bold" | "color" | "typography" | "blueprint" | "whiteSpace" | "wordBreak" | "size" | "class" | "colorSchemaType" | "colorType" | "toned" | "colors" | "align" | "as" | "truncateLines"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "bold" | "color" | "typography" | "blueprint" | "whiteSpace" | "wordBreak" | "size" | "class" | "colorSchemaType" | "colorType" | "toned" | "colors" | "align" | "ignoreLineHeight" | "as" | "truncateLines"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
10
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.411-dev",
4
+ "version": "8.0.412-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.411-dev",
23
+ "@omnia/fx-models": "8.0.412-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
@@ -1,16 +0,0 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3
- P: {};
4
- B: {};
5
- D: {};
6
- C: {};
7
- M: {};
8
- Defaults: {};
9
- }, Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
10
- __isFragment?: never;
11
- __isTeleport?: never;
12
- __isSuspense?: never;
13
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
- propsDefinition: Omit<Readonly<{} & {}>, never>;
15
- };
16
- export default _default;