@oub/fusion 0.2.27 → 0.2.29

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.
@@ -32,7 +32,7 @@ declare const _default: import("vue").DefineComponent<{
32
32
  };
33
33
  disabled: {
34
34
  type: BooleanConstructor;
35
- required: true;
35
+ default: boolean;
36
36
  };
37
37
  dataTest: {
38
38
  type: StringConstructor;
@@ -84,7 +84,7 @@ declare const _default: import("vue").DefineComponent<{
84
84
  };
85
85
  disabled: {
86
86
  type: BooleanConstructor;
87
- required: true;
87
+ default: boolean;
88
88
  };
89
89
  dataTest: {
90
90
  type: StringConstructor;
@@ -96,6 +96,7 @@ declare const _default: import("vue").DefineComponent<{
96
96
  variantType: keyof FusionButtonVariantType;
97
97
  dataTest: string;
98
98
  type: "button" | "submit" | "reset" | undefined;
99
+ disabled: boolean;
99
100
  variantStyle: keyof FusionButtonVariantStyle;
100
101
  size: keyof FusionButtonSize;
101
102
  loading: boolean;
@@ -16,6 +16,10 @@ declare const _default: import("vue").DefineComponent<{
16
16
  required: false;
17
17
  default: string;
18
18
  };
19
+ target: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
19
23
  variantType: {
20
24
  type: PropType<keyof VariantTypes>;
21
25
  required: false;
@@ -62,6 +66,10 @@ declare const _default: import("vue").DefineComponent<{
62
66
  required: false;
63
67
  default: string;
64
68
  };
69
+ target: {
70
+ type: StringConstructor;
71
+ default: string;
72
+ };
65
73
  variantType: {
66
74
  type: PropType<keyof VariantTypes>;
67
75
  required: false;
@@ -96,6 +104,7 @@ declare const _default: import("vue").DefineComponent<{
96
104
  id: string;
97
105
  variantType: keyof VariantTypes;
98
106
  dataTest: string;
107
+ target: string;
99
108
  disabled: boolean;
100
109
  size: keyof Sizes;
101
110
  tabIndex: string;
package/dist/fusion.js CHANGED
@@ -68,7 +68,7 @@ const Xr = /* @__PURE__ */ Le(Fn, [["render", $o], ["__scopeId", "data-v-fa260d7
68
68
  },
69
69
  disabled: {
70
70
  type: Boolean,
71
- required: !0
71
+ default: !1
72
72
  },
73
73
  dataTest: {
74
74
  type: String,
@@ -158,7 +158,7 @@ function ni(e, t, n, r, a, o) {
158
158
  ]))
159
159
  ], 42, ti);
160
160
  }
161
- const ri = /* @__PURE__ */ Le(ei, [["render", ni], ["__scopeId", "data-v-e6d9b1c4"]]), oi = Ce({
161
+ const ri = /* @__PURE__ */ Le(ei, [["render", ni], ["__scopeId", "data-v-eed3cbea"]]), oi = Ce({
162
162
  name: "SVGExclamationTriangle"
163
163
  }), ii = {
164
164
  width: "20",
@@ -654,7 +654,7 @@ function Xi(e, t, n, r, a, o) {
654
654
  ], 2)
655
655
  ], 10, Li);
656
656
  }
657
- const iv = /* @__PURE__ */ Le(Mi, [["render", Xi], ["__scopeId", "data-v-ab4259ea"]]), Yi = Ce({
657
+ const iv = /* @__PURE__ */ Le(Mi, [["render", Xi], ["__scopeId", "data-v-60565dce"]]), Yi = Ce({
658
658
  name: "FusionTextLink",
659
659
  props: {
660
660
  id: {
@@ -671,6 +671,10 @@ const iv = /* @__PURE__ */ Le(Mi, [["render", Xi], ["__scopeId", "data-v-ab4259e
671
671
  required: !1,
672
672
  default: "#"
673
673
  },
674
+ target: {
675
+ type: String,
676
+ default: ""
677
+ },
674
678
  variantType: {
675
679
  type: String,
676
680
  required: !1,
@@ -712,7 +716,7 @@ const iv = /* @__PURE__ */ Le(Mi, [["render", Xi], ["__scopeId", "data-v-ab4259e
712
716
  }
713
717
  }
714
718
  });
715
- const Wi = ["data-test"], Ki = ["id", "href", "tabindex"], zi = {
719
+ const Wi = ["data-test"], Ki = ["id", "href", "target", "tabindex"], zi = {
716
720
  key: 0,
717
721
  class: "fusion-text-link-icon",
718
722
  "data-test": "link-icon"
@@ -725,6 +729,7 @@ function ji(e, t, n, r, a, o) {
725
729
  D("a", {
726
730
  id: e.id,
727
731
  href: e.href,
732
+ target: e.target,
728
733
  class: ne(["fusion-text-link", [{ disabled: e.disabled }, e.variationClasses, e.sizeClasses, e.iconClasses]]),
729
734
  tabindex: e.disabled ? -1 : e.tabIndex,
730
735
  "data-test": "link",
@@ -738,7 +743,7 @@ function ji(e, t, n, r, a, o) {
738
743
  ], 42, Ki)
739
744
  ], 10, Wi);
740
745
  }
741
- const lv = /* @__PURE__ */ Le(Yi, [["render", ji], ["__scopeId", "data-v-06000f8c"]]), Gi = Ce({
746
+ const lv = /* @__PURE__ */ Le(Yi, [["render", ji], ["__scopeId", "data-v-d696c394"]]), Gi = Ce({
742
747
  name: "FusionInput",
743
748
  components: {
744
749
  SVGExclamationTriangle: Ht