@oub/fusion 0.2.31 → 0.2.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/fusion.js +3 -2
- package/dist/fusion.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/fusion.js
CHANGED
|
@@ -739,6 +739,7 @@ function zi(e, t, n, r, a, o) {
|
|
|
739
739
|
id: e.id,
|
|
740
740
|
href: e.isButton ? null : e.href,
|
|
741
741
|
target: e.isButton ? null : e.target,
|
|
742
|
+
type: e.isButton ? "button" : null,
|
|
742
743
|
class: ne(["fusion-text-link", [{ disabled: e.disabled }, e.variationClasses, e.sizeClasses, e.iconClasses, e.buttonClasses]]),
|
|
743
744
|
tabindex: e.disabled ? -1 : e.tabIndex,
|
|
744
745
|
"data-test": "link",
|
|
@@ -752,10 +753,10 @@ function zi(e, t, n, r, a, o) {
|
|
|
752
753
|
])) : Q("", !0)
|
|
753
754
|
]),
|
|
754
755
|
_: 3
|
|
755
|
-
}, 40, ["id", "href", "target", "class", "tabindex"]))
|
|
756
|
+
}, 40, ["id", "href", "target", "type", "class", "tabindex"]))
|
|
756
757
|
], 10, Wi);
|
|
757
758
|
}
|
|
758
|
-
const iv = /* @__PURE__ */ Le(Yi, [["render", zi], ["__scopeId", "data-v-
|
|
759
|
+
const iv = /* @__PURE__ */ Le(Yi, [["render", zi], ["__scopeId", "data-v-de9a3c84"]]), ji = Ce({
|
|
759
760
|
name: "FusionInput",
|
|
760
761
|
components: {
|
|
761
762
|
SVGExclamationTriangle: Ht
|