@omnia/fx 8.0.414-dev → 8.0.420-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 (53) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupItemDetailBlade.d.ts +3 -1
  3. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListing.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListingJourney.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/aurora/admin/blades/componentblueprints/store/ComponentEditorStore.d.ts +1 -0
  6. package/internal-do-not-import-from-here/ux/aurora/admin/blades/componentblueprints/store/IconsEditorStore.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -4
  8. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -4
  9. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +2 -4
  10. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +2 -4
  11. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +2 -4
  12. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -11
  13. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +2 -2
  14. package/internal-do-not-import-from-here/ux/aurora/components/componentblueprints/ComponentBlueprintsViewer.d.ts +2 -4
  15. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprintsPicker.d.ts +2 -4
  16. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillStyleEditor.d.ts +2 -4
  17. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -4
  18. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/store/FillPickerStore.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +2 -4
  20. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts +2 -4
  21. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderViewer.d.ts +2 -4
  22. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +3 -10
  23. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -4
  24. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -4
  25. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/store/IconStyleEditorStore.d.ts +8 -0
  26. package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintsViewer.d.ts +2 -4
  27. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStyleEditor.d.ts +2 -4
  28. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStylePicker.d.ts +2 -4
  29. package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +2 -4
  30. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.d.ts +2 -4
  31. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -11
  32. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +2 -4
  33. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +1 -4
  34. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +2 -4
  35. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprintsPicker.d.ts +2 -4
  36. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts +2 -4
  37. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.d.ts +2 -4
  38. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -4
  39. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/store/TextStylePickerStore.d.ts +2 -2
  40. package/internal-do-not-import-from-here/ux/aurora/components/themepreview/ComponentPreview.d.ts +2 -4
  41. package/internal-do-not-import-from-here/ux/aurora/components/themepreview/ThemePreview.d.ts +2 -4
  42. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintPicker.d.ts +2 -4
  43. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -4
  44. package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +2 -4
  45. package/internal-do-not-import-from-here/ux/aurora/store/ThemePreviewContextStore.d.ts +100 -0
  46. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
  47. package/internal-do-not-import-from-here/ux/oxide/breadcrumbs/Breadcrumbs.stylex.d.ts +3 -0
  48. package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +9 -0
  49. package/internal-do-not-import-from-here/ux/oxide/labeledtext/LabeledText.d.ts +8 -0
  50. package/internal-do-not-import-from-here/wctypings.d.ts +10 -0
  51. package/package.json +2 -2
  52. package/internal-do-not-import-from-here/ux/oxide/btn/Button.new.stylex.d.ts +0 -9
  53. package/internal-do-not-import-from-here/ux/oxide/btn/Button_bak.d.ts +0 -0
@@ -17,6 +17,14 @@ export declare const useIconStyleEditorStore: () => {
17
17
  };
18
18
  };
19
19
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
20
+ ensureModel(): void;
21
+ iconSize(): {
22
+ set: {
23
+ scaleValue(value: number): void;
24
+ numericValue(value: number): void;
25
+ };
26
+ };
27
+ changeSizeMode(type: string): void;
20
28
  initState: (model: IconBlueprint, size: OIconSizes) => void;
21
29
  }>;
22
30
  rules: {
@@ -1,4 +1,4 @@
1
- import { BlueprintVariant, InputBlueprints, ThemeContextType } from "@omnia/fx-models";
1
+ import { BlueprintVariant, InputBlueprints } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
3
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
4
  "emit:update:modelValue": (value: InputBlueprints) => void;
@@ -6,8 +6,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
6
6
  "v-model"?: InputBlueprints;
7
7
  } & {
8
8
  modelValue?: InputBlueprints;
9
- } & {
10
- themeType?: ThemeContextType;
11
9
  } & {
12
10
  toned?: boolean;
13
11
  } & {
@@ -24,5 +22,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
24
22
  "v-slots"?: {} & Omit<{
25
23
  default?: import("vue").Slot;
26
24
  }, never>;
27
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "emit:click:add" | "emit:click:select" | "selectable" | "editable" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
25
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "emit:click:add" | "emit:click:select" | "selectable" | "editable" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
28
26
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ThemeContextType, InputBlueprint } from "@omnia/fx-models";
1
+ import { InputBlueprint } from "@omnia/fx-models";
2
2
  import { TabsBlueprint } from "@omnia/fx-models";
3
3
  import { DefineEmit } from "@omnia/fx/ux";
4
4
  import { VNodeChild } from "vue";
@@ -8,8 +8,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
8
8
  "v-model"?: InputBlueprint;
9
9
  } & {
10
10
  modelValue?: InputBlueprint;
11
- } & {
12
- themeType?: ThemeContextType;
13
11
  } & {
14
12
  blueprintStrategy?: string;
15
13
  } & {
@@ -21,5 +19,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
21
19
  "v-slots"?: {} & Omit<{
22
20
  default?: import("vue").Slot;
23
21
  }, never>;
24
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "emit:click:confirm" | "toolbarCallback" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
22
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "emit:update:modelValue" | "modelValue" | "v-model" | "emit:click:confirm" | "toolbarCallback" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
25
23
  export default _default;
@@ -1,4 +1,4 @@
1
- import { BlueprintVariant, TabsBlueprint, ThemeContextType } from "@omnia/fx-models";
1
+ import { BlueprintVariant, TabsBlueprint } from "@omnia/fx-models";
2
2
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
3
  "emit:update:modelValue": (value: BlueprintVariant | TabsBlueprint) => void;
4
4
  } & {
@@ -11,13 +11,11 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
11
11
  toned?: boolean;
12
12
  } & {
13
13
  customStyling?: boolean;
14
- } & {
15
- themeType?: ThemeContextType;
16
14
  }> & {
17
15
  "onUpdate:modelValue"?: (value: BlueprintVariant | TabsBlueprint) => any;
18
16
  } & {
19
17
  "v-slots"?: {} & Omit<{
20
18
  default?: import("vue").Slot;
21
19
  }, never>;
22
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "customStyling"> & import("@omnia/fx/ux").VNodeEvents) => any;
20
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "customStyling"> & import("@omnia/fx/ux").VNodeEvents) => any;
23
21
  export default _default;
@@ -1,8 +1,6 @@
1
- import { FontAwesomeIcon, ThemeContextType } from "@omnia/fx-models";
1
+ import { FontAwesomeIcon } from "@omnia/fx-models";
2
2
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
3
  toned?: boolean;
4
- } & {
5
- themeType?: ThemeContextType;
6
4
  } & {
7
5
  label?: string;
8
6
  } & {
@@ -11,5 +9,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
11
9
  "v-slots"?: {} & Omit<{
12
10
  default?: import("vue").Slot;
13
11
  }, never>;
14
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "icon" | "toned" | "themeType"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "icon" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
15
13
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ITemplateRegistration, SpacingBlueprint, ThemeContextType } from "@omnia/fx-models";
1
+ import { ITemplateRegistration, SpacingBlueprint } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
3
  type Variant = "list" | "picker";
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
@@ -7,8 +7,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
7
7
  "v-model"?: SpacingBlueprint;
8
8
  } & {
9
9
  modelValue?: SpacingBlueprint;
10
- } & {
11
- themeType?: ThemeContextType;
12
10
  } & {
13
11
  variant?: Variant;
14
12
  } & {
@@ -20,5 +18,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
20
18
  "v-slots"?: {} & Omit<{
21
19
  default?: import("vue").Slot;
22
20
  }, never>;
23
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
21
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "emit:update:modelValue" | "modelValue" | "v-model" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
24
22
  export default _default;
@@ -1,4 +1,4 @@
1
- import { BorderStylingDefinition, ButtonBlueprint, ColorSchemaType, FillDefinition, HeaderBlueprint, IconBlueprints, TabsBlueprint, ThemeContextType } from "@omnia/fx-models";
1
+ import { BorderStylingDefinition, ButtonBlueprint, ColorSchemaType, FillDefinition, HeaderBlueprint, IconBlueprints, TabsBlueprint } from "@omnia/fx-models";
2
2
  import { VNodeChild } from "vue";
3
3
  type EditorVariant = "fill-style" | "border-style" | "button-style" | "tabs-style" | "icon-blueprints";
4
4
  declare const _default: {
@@ -8,9 +8,6 @@ declare const _default: {
8
8
  } & {
9
9
  activator?: () => VNodeChild;
10
10
  }>;
11
- themeType: {
12
- type: import("vue").PropType<ThemeContextType>;
13
- };
14
11
  colorSchemaTypePreview: {
15
12
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
16
13
  };
@@ -62,9 +59,6 @@ declare const _default: {
62
59
  } & {
63
60
  activator?: () => VNodeChild;
64
61
  }>;
65
- themeType: {
66
- type: import("vue").PropType<ThemeContextType>;
67
- };
68
62
  colorSchemaTypePreview: {
69
63
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
70
64
  };
@@ -106,9 +100,6 @@ declare const _default: {
106
100
  } & {
107
101
  activator?: () => VNodeChild;
108
102
  }>;
109
- themeType: {
110
- type: import("vue").PropType<ThemeContextType>;
111
- };
112
103
  colorSchemaTypePreview: {
113
104
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
114
105
  };
@@ -159,7 +150,6 @@ declare const _default: {
159
150
  } & {
160
151
  activator?: () => VNodeChild;
161
152
  };
162
- themeType?: ThemeContextType;
163
153
  colorSchemaTypePreview?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
164
154
  }>, "onSelected:fillStyle" | "onSelected:borderStyle" | "onSelected:buttonStyle" | "onSelected:tabsStyle" | "onSelected:headerStyle" | "onSelected:iconBlueprints"> & {
165
155
  "onSelected:fillStyle"?: (style: FillDefinition) => any;
@@ -1,4 +1,4 @@
1
- import { BlueprintVariant, TabsBlueprints, ThemeContextType } from "@omnia/fx-models";
1
+ import { BlueprintVariant, TabsBlueprints } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
3
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
4
  "emit:update:modelValue": (value: TabsBlueprints) => void;
@@ -6,8 +6,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
6
6
  "v-model"?: TabsBlueprints;
7
7
  } & {
8
8
  modelValue?: TabsBlueprints;
9
- } & {
10
- themeType?: ThemeContextType;
11
9
  } & {
12
10
  toned?: boolean;
13
11
  } & {
@@ -24,5 +22,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
24
22
  "v-slots"?: {} & Omit<{
25
23
  default?: import("vue").Slot;
26
24
  }, never>;
27
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "emit:click:add" | "emit:click:select" | "selectable" | "editable" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
25
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "emit:click:add" | "emit:click:select" | "selectable" | "editable" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
28
26
  export default _default;
@@ -1,4 +1,3 @@
1
- import { ThemeContextType } from "@omnia/fx-models";
2
1
  import { TabsBlueprint } from "@omnia/fx-models";
3
2
  import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
4
3
  import { VNodeChild } from "vue";
@@ -9,8 +8,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
9
8
  "v-model"?: TabsBlueprint;
10
9
  } & {
11
10
  modelValue?: TabsBlueprint;
12
- } & {
13
- themeType?: ThemeContextType;
14
11
  } & {
15
12
  variant?: EditorVariant;
16
13
  } & {
@@ -24,5 +21,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
24
21
  } & Omit<{
25
22
  default?: import("vue").Slot;
26
23
  }, "activator">;
27
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "slot:activator" | "emit:click:confirm" | "toolbarCallback"> & import("@omnia/fx/ux").VNodeEvents) => any;
24
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "emit:click:confirm" | "toolbarCallback"> & import("@omnia/fx/ux").VNodeEvents) => any;
28
25
  export default _default;
@@ -1,4 +1,4 @@
1
- import { BlueprintVariant, TabsBlueprint, ThemeContextType } from "@omnia/fx-models";
1
+ import { BlueprintVariant, TabsBlueprint } from "@omnia/fx-models";
2
2
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
3
  "emit:update:modelValue": (value: BlueprintVariant | TabsBlueprint) => void;
4
4
  } & {
@@ -11,13 +11,11 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
11
11
  toned?: boolean;
12
12
  } & {
13
13
  customStyling?: boolean;
14
- } & {
15
- themeType?: ThemeContextType;
16
14
  }> & {
17
15
  "onUpdate:modelValue"?: (value: BlueprintVariant | TabsBlueprint) => any;
18
16
  } & {
19
17
  "v-slots"?: {} & Omit<{
20
18
  default?: import("vue").Slot;
21
19
  }, never>;
22
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "customStyling"> & import("@omnia/fx/ux").VNodeEvents) => any;
20
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "customStyling"> & import("@omnia/fx/ux").VNodeEvents) => any;
23
21
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ITemplateRegistration, TextFillBlueprint, TextFillBlueprints, ThemeContextType } from "@omnia/fx-models";
1
+ import { ITemplateRegistration, TextFillBlueprint, TextFillBlueprints } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
3
  type Variant = "list" | "picker";
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
@@ -7,8 +7,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
7
7
  "v-model"?: TextFillBlueprints;
8
8
  } & {
9
9
  modelValue?: TextFillBlueprints;
10
- } & {
11
- themeType?: ThemeContextType;
12
10
  } & {
13
11
  variant?: Variant;
14
12
  } & {
@@ -20,5 +18,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
20
18
  "v-slots"?: {} & Omit<{
21
19
  default?: import("vue").Slot;
22
20
  }, never>;
23
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
21
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "emit:update:modelValue" | "modelValue" | "v-model" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
24
22
  export default _default;
@@ -1,4 +1,4 @@
1
- import { TextBlueprint, ThemeContextType } from "@omnia/fx-models";
1
+ import { TextBlueprint } from "@omnia/fx-models";
2
2
  import { DefineSlot } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
4
  type variant = "editor" | "picker" | "journey";
@@ -10,8 +10,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
10
10
  modelValue?: TextBlueprint;
11
11
  } & {
12
12
  defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
13
- } & {
14
- themeType?: ThemeContextType;
15
13
  } & {
16
14
  variant?: variant;
17
15
  } & {
@@ -32,5 +30,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
32
30
  } & Omit<{
33
31
  default?: import("vue").Slot;
34
32
  }, "activator">;
35
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "slot:activator" | "customTyping" | "enableDynamicColor" | "defaultColorSchemaType" | "singleColor"> & import("@omnia/fx/ux").VNodeEvents) => any;
33
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "customTyping" | "enableDynamicColor" | "defaultColorSchemaType" | "singleColor"> & import("@omnia/fx/ux").VNodeEvents) => any;
36
34
  export default _default;
@@ -1,4 +1,4 @@
1
- import { TextBlueprint, ThemeContextType } from "@omnia/fx-models";
1
+ import { TextBlueprint } from "@omnia/fx-models";
2
2
  import { DefineSlot } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
4
  type variant = "dropdown" | "journey";
@@ -10,8 +10,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
10
10
  modelValue?: TextBlueprint;
11
11
  } & {
12
12
  defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
13
- } & {
14
- themeType?: ThemeContextType;
15
13
  } & {
16
14
  variant?: variant;
17
15
  } & {
@@ -32,5 +30,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
32
30
  } & Omit<{
33
31
  default?: import("vue").Slot;
34
32
  }, "activator">;
35
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "slot:activator" | "customTyping" | "enableDynamicColor" | "defaultColorSchemaType" | "singleColor"> & import("@omnia/fx/ux").VNodeEvents) => any;
33
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "customTyping" | "enableDynamicColor" | "defaultColorSchemaType" | "singleColor"> & import("@omnia/fx/ux").VNodeEvents) => any;
36
34
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { DefineSlot } from "@omnia/fx/ux";
2
- import { TextBlueprint, ThemeContextType, TextStyleValue, TypographyBlueprint, TextStyleBreakpointType } from "@omnia/fx-models";
2
+ import { TextBlueprint, TextStyleValue, TypographyBlueprint, TextStyleBreakpointType } from "@omnia/fx-models";
3
3
  import { VNode } from "vue";
4
4
  import { PickerVariant } from "internal/fx/ux/oxide/picker/models/SharedSettings";
5
5
  import { ViewTypes } from "./store/TextStylePickerStore";
@@ -12,8 +12,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
12
12
  modelValue?: number | TextStyleValue;
13
13
  } & {
14
14
  customTyping?: boolean;
15
- } & {
16
- themeType?: ThemeContextType;
17
15
  } & {
18
16
  viewType?: ViewTypes;
19
17
  } & {
@@ -42,5 +40,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
42
40
  } & Omit<{
43
41
  default?: import("vue").Slot;
44
42
  }, "activator">;
45
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "placeholder" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "slot:activator" | "textBlueprint" | "customTyping" | "viewType" | "previewType" | "typographyBlueprint" | "breakpoint" | "sampleText"> & import("@omnia/fx/ux").VNodeEvents) => any;
43
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "placeholder" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "textBlueprint" | "customTyping" | "viewType" | "previewType" | "typographyBlueprint" | "breakpoint" | "sampleText"> & import("@omnia/fx/ux").VNodeEvents) => any;
46
44
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ThemeContextType, ThemedTextStyleValue, TextStyleValue as textStyle, TypographyBlueprint, TextStyleBreakpointType } from "@omnia/fx-models";
1
+ import { ThemedTextStyleValue, TextStyleValue as textStyle, TypographyBlueprint, TextStyleBreakpointType } from "@omnia/fx-models";
2
2
  export type ViewTypes = "type-scale" | "system-styles" | "custom-styles";
3
3
  export declare const useTextStylePickerStore: () => {
4
4
  state: {
@@ -12,7 +12,7 @@ export declare const useTextStylePickerStore: () => {
12
12
  clear: () => void;
13
13
  setScaleValue(value: number): void;
14
14
  select: (value: textStyle) => void;
15
- initState: (model: textStyle | number, sampleText: string, themeType: ThemeContextType, viewType: ViewTypes, typographyBlueprint: TypographyBlueprint, breakpoint: TextStyleBreakpointType) => void;
15
+ initState: (model: textStyle | number, sampleText: string, viewType: ViewTypes, typographyBlueprint: TypographyBlueprint, breakpoint: TextStyleBreakpointType) => void;
16
16
  }>;
17
17
  get: {
18
18
  readonly iconSize: number;
@@ -1,12 +1,10 @@
1
- import { ThemeContextType, ResolvedThemeDefinition } from "@omnia/fx-models";
1
+ import { ResolvedThemeDefinition } from "@omnia/fx-models";
2
2
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
3
  "emit:update:modelValue": (value: ResolvedThemeDefinition) => void;
4
4
  } & {
5
5
  "v-model"?: ResolvedThemeDefinition;
6
6
  } & {
7
7
  modelValue?: ResolvedThemeDefinition;
8
- } & {
9
- themeType?: ThemeContextType;
10
8
  } & {
11
9
  hideColorSchemas?: boolean;
12
10
  } & {
@@ -17,5 +15,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
17
15
  "v-slots"?: {} & Omit<{
18
16
  default?: import("vue").Slot;
19
17
  }, never>;
20
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "hideColorSchemas"> & import("@omnia/fx/ux").VNodeEvents) => any;
18
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "hideColorSchemas"> & import("@omnia/fx/ux").VNodeEvents) => any;
21
19
  export default _default;
@@ -1,12 +1,10 @@
1
- import { ThemeContextType, ResolvedThemeDefinition } from "@omnia/fx-models";
1
+ import { ResolvedThemeDefinition } from "@omnia/fx-models";
2
2
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
3
  "emit:update:modelValue": (value: ResolvedThemeDefinition) => void;
4
4
  } & {
5
5
  "v-model"?: ResolvedThemeDefinition;
6
6
  } & {
7
7
  modelValue?: ResolvedThemeDefinition;
8
- } & {
9
- themeType?: ThemeContextType;
10
8
  } & {
11
9
  hideColorSchemas?: boolean;
12
10
  } & {
@@ -17,5 +15,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
17
15
  "v-slots"?: {} & Omit<{
18
16
  default?: import("vue").Slot;
19
17
  }, never>;
20
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "hideColorSchemas"> & import("@omnia/fx/ux").VNodeEvents) => any;
18
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "hideColorSchemas"> & import("@omnia/fx/ux").VNodeEvents) => any;
21
19
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ITemplateRegistration, ThemeContextType, TypographyBlueprint } from "@omnia/fx-models";
1
+ import { ITemplateRegistration, TypographyBlueprint } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
3
  type Variant = "list" | "picker";
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
@@ -7,8 +7,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
7
7
  "v-model"?: TypographyBlueprint;
8
8
  } & {
9
9
  modelValue?: TypographyBlueprint;
10
- } & {
11
- themeType?: ThemeContextType;
12
10
  } & {
13
11
  variant?: Variant;
14
12
  } & {
@@ -20,5 +18,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
20
18
  "v-slots"?: {} & Omit<{
21
19
  default?: import("vue").Slot;
22
20
  }, never>;
23
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
21
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "emit:update:modelValue" | "modelValue" | "v-model" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
24
22
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ThemeContextType, TypographyBlueprint, TextStyleSizes, TextStyleType, TextStyleBreakpointType } from "@omnia/fx-models";
1
+ import { TypographyBlueprint, TextStyleSizes, TextStyleType, TextStyleBreakpointType } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
3
  import { ViewTypes } from "./store/TypographyViewerStore";
4
4
  type Variant = "list" | "picker" | "list-preview";
@@ -23,8 +23,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
23
23
  breakpoint?: TextStyleBreakpointType;
24
24
  } & {
25
25
  editable?: boolean;
26
- } & {
27
- themeType?: ThemeContextType;
28
26
  } & DefineEmit<"click:select", (typography: TextStyleType, size: TextStyleSizes) => true> & DefineEmit<"click:selectScale", (scale: number) => true>> & {
29
27
  "onClick:select"?: (typography: "display" | "headline" | "title" | "text" | "label" | "variants", size: TextStyleSizes) => any;
30
28
  "onClick:selectScale"?: (scale: number) => any;
@@ -32,5 +30,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
32
30
  "v-slots"?: {} & Omit<{
33
31
  default?: import("vue").Slot;
34
32
  }, never>;
35
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "variant" | "toned" | "themeType" | "emit:click:select" | "editable" | "previewType" | "breakpoint" | "sampleText" | "showActivationStatus" | "activeScale" | "viewtype" | "emit:click:selectScale"> & import("@omnia/fx/ux").VNodeEvents) => any;
33
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "variant" | "toned" | "emit:click:select" | "editable" | "previewType" | "breakpoint" | "sampleText" | "showActivationStatus" | "activeScale" | "viewtype" | "emit:click:selectScale"> & import("@omnia/fx/ux").VNodeEvents) => any;
36
34
  export default _default;
@@ -1,4 +1,4 @@
1
- import { BlueprintVariant, ThemeContextType, TypographyBlueprint, TextStyleSizes, TextStyleType } from "@omnia/fx-models";
1
+ import { BlueprintVariant, TypographyBlueprint, TextStyleSizes, TextStyleType } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
3
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
4
  variant?: BlueprintVariant;
@@ -6,8 +6,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
6
6
  blueprint?: TypographyBlueprint;
7
7
  } & {
8
8
  sampleText?: string;
9
- } & {
10
- themeType?: ThemeContextType;
11
9
  } & DefineEmit<"click:select", (typography: TextStyleType, size: TextStyleSizes) => true> & DefineEmit<"click:selectFill", (variant: BlueprintVariant) => true>> & {
12
10
  "onClick:select"?: (typography: "display" | "headline" | "title" | "text" | "label" | "variants", size: TextStyleSizes) => any;
13
11
  "onClick:selectFill"?: (variant: BlueprintVariant) => any;
@@ -15,5 +13,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
15
13
  "v-slots"?: {} & Omit<{
16
14
  default?: import("vue").Slot;
17
15
  }, never>;
18
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "variant" | "themeType" | "emit:click:select" | "sampleText" | "emit:click:selectFill"> & import("@omnia/fx/ux").VNodeEvents) => any;
16
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "variant" | "emit:click:select" | "sampleText" | "emit:click:selectFill"> & import("@omnia/fx/ux").VNodeEvents) => any;
19
17
  export default _default;
@@ -0,0 +1,100 @@
1
+ export declare const useThemePreviewContextStore: () => {
2
+ actions: {
3
+ onDispatching: {};
4
+ onDispatched: {};
5
+ onFailure: {};
6
+ };
7
+ get: {
8
+ readonly themeStore: {
9
+ id: import("@omnia/fx-models").guid;
10
+ state: {
11
+ currentTheme: import("@omnia/fx-models").ResolvedThemeDefinition;
12
+ };
13
+ events: import("@omnia/fx/stores").StoreEvents<{
14
+ currentTheme: import("@omnia/fx-models").ResolvedThemeDefinition;
15
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
16
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
17
+ setTheme(themeDefinition: import("@omnia/fx-models").ResolvedThemeDefinition): void;
18
+ }>;
19
+ get: {
20
+ getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
21
+ value: import("./ColorSchemaStore").ColorSchemaStoreType;
22
+ setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
23
+ };
24
+ componentBlueprintStore(): {
25
+ state: {
26
+ blueprints: import("@omnia/fx-models").ComponentBlueprints;
27
+ };
28
+ events: import("@omnia/fx/stores").StoreEvents<{
29
+ blueprints: import("@omnia/fx-models").ComponentBlueprints;
30
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
31
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
32
+ ensure(): {
33
+ buttons: () => void;
34
+ };
35
+ setBlueprint(type: "default"): void;
36
+ setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
37
+ }>;
38
+ get: {
39
+ byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
40
+ readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
41
+ fallbackBlueprints: {
42
+ get(): import("@omnia/fx-models").ComponentBlueprints;
43
+ byType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
44
+ };
45
+ button: {
46
+ iconBlueprintBySize(sizeType: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").ButtonBlueprint;
47
+ blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): any;
48
+ };
49
+ input: {
50
+ blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").InputBlueprint): import("@omnia/fx-models").InputBlueprint;
51
+ };
52
+ tabs: {
53
+ blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").TabsBlueprint;
54
+ };
55
+ icon: {
56
+ blueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
57
+ size: {
58
+ byBluePrint(blueprint: import("@omnia/fx-models").IconBlueprint, typographyBlueprint: import("@omnia/fx-models").TypographyBlueprint): import("@omnia/fx-models").TextStyleDefinition;
59
+ byIconSize(size: import("@omnia/fx-models").OIconSizes, typographyBlueprint: import("@omnia/fx-models").TypographyBlueprint): import("@omnia/fx-models").TextStyleDefinition;
60
+ };
61
+ };
62
+ containerFill: {
63
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
64
+ getByType(type: import("@omnia/fx-models").ContainerFillValue): any;
65
+ };
66
+ header: {
67
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
68
+ getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
69
+ };
70
+ };
71
+ deactivated(): void;
72
+ } & {
73
+ dispose?: () => void;
74
+ };
75
+ colorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
76
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
77
+ fills(): {
78
+ text: {
79
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
80
+ byValue(value: import("@omnia/fx-models").TextFillDefinitionValue): any;
81
+ };
82
+ container: {
83
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
84
+ bluePrints(): import("@omnia/fx-models").ContainerFillBlueprints;
85
+ byValue(value: import("@omnia/fx-models").ContainerFillValue): import("@omnia/fx-models").ContainerFillBlueprint;
86
+ };
87
+ };
88
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
89
+ component(): import("@omnia/fx-models").ComponentBlueprints;
90
+ color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
91
+ colorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
92
+ currentTheme(): import("@omnia/fx-models").ResolvedThemeDefinition;
93
+ };
94
+ } & {
95
+ dispose?: () => void;
96
+ };
97
+ };
98
+ } & {
99
+ dispose?: () => void;
100
+ };
@@ -3,6 +3,7 @@ export * from "./ThemeStore";
3
3
  export { type ColorSchemaStoreType, useColorSchemaStore } from "./ColorSchemaStore";
4
4
  export * from "./ColorSchemaManager";
5
5
  export * from "./ThemeContextStore";
6
+ export * from "./ThemePreviewContextStore";
6
7
  export * from "./SpacingBlueprintStore";
7
8
  export * from "./TypographyBlueprintStore";
8
9
  export * from "./ComponentBlueprintStore";
@@ -0,0 +1,3 @@
1
+ export declare const BreadcrumbsStylex: {
2
+ wrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
3
+ };
@@ -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>) => Readonly<import("../..").StylexValue>;
5
+ iconStyle: {
6
+ zIndex: number;
7
+ };
8
+ overlay: (dark: boolean, disabled: boolean, overlay: boolean) => string;
9
+ };
@@ -0,0 +1,8 @@
1
+ import { DefineProp } from "@omnia/fx/ux";
2
+ type LabeledTextProps = DefineProp<"label", String, false, null, "Sets the label of the component."> & DefineProp<"text", String, false, null, "Sets the text value of the component.">;
3
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<LabeledTextProps> & {} & {
4
+ "v-slots"?: {} & Omit<{
5
+ default?: import("vue").Slot;
6
+ }, never>;
7
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "label"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
+ export default _default;
@@ -298,6 +298,7 @@ import wcdf79ba95ee5d40139e7935297b7d1e87 from './ux/oxide/icon/Icon';
298
298
  import wc1a821ca3b97a4b78bf235864addd38ca from './ux/oxide/image/Image';
299
299
  import wcfb478d201092422aa2106afa9758300f from './ux/oxide/infinite-scroll/InfiniteScroll';
300
300
  import wc51871a0562b54e25bcaf95beba7470c6 from './ux/oxide/inputfield/InputField';
301
+ import wca66334f76993483492575a52946246ca from './ux/oxide/labeledtext/LabeledText';
301
302
  import wc428e436c13dc457898a408786361c9b1 from './ux/oxide/layout/Layout';
302
303
  import wc2df6ab65eea84ed8bab297dff9c56224 from './ux/oxide/lazy/Lazy';
303
304
  import wc75cd93099dd146469e0ce6b5b1cac14d from './ux/oxide/link/Link';
@@ -5319,6 +5320,15 @@ declare global {
5319
5320
  };
5320
5321
  } : typeof wc51871a0562b54e25bcaf95beba7470c6;
5321
5322
  };
5323
+ "labeled": {
5324
+ "text": typeof wca66334f76993483492575a52946246ca extends {
5325
+ propsDefinition: infer TProp;
5326
+ } ? {
5327
+ new (...args: any[]): {
5328
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5329
+ };
5330
+ } : typeof wca66334f76993483492575a52946246ca;
5331
+ };
5322
5332
  "layout": typeof wc428e436c13dc457898a408786361c9b1 extends {
5323
5333
  propsDefinition: infer TProp;
5324
5334
  } ? {