@oub/fusion 0.2.30 → 0.2.31
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 +2 -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,7 +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
|
-
class: ne(["fusion-text-link
|
|
742
|
+
class: ne(["fusion-text-link", [{ disabled: e.disabled }, e.variationClasses, e.sizeClasses, e.iconClasses, e.buttonClasses]]),
|
|
743
743
|
tabindex: e.disabled ? -1 : e.tabIndex,
|
|
744
744
|
"data-test": "link",
|
|
745
745
|
onBlur: t[0] || (t[0] = (i) => e.$emit("input:blur", i)),
|
|
@@ -755,7 +755,7 @@ function zi(e, t, n, r, a, o) {
|
|
|
755
755
|
}, 40, ["id", "href", "target", "class", "tabindex"]))
|
|
756
756
|
], 10, Wi);
|
|
757
757
|
}
|
|
758
|
-
const iv = /* @__PURE__ */ Le(Yi, [["render", zi], ["__scopeId", "data-v-
|
|
758
|
+
const iv = /* @__PURE__ */ Le(Yi, [["render", zi], ["__scopeId", "data-v-79d610b9"]]), ji = Ce({
|
|
759
759
|
name: "FusionInput",
|
|
760
760
|
components: {
|
|
761
761
|
SVGExclamationTriangle: Ht
|