@oub/fusion 0.2.76 → 0.2.78
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 +7 -7
- package/dist/fusion.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/fusion.js
CHANGED
|
@@ -753,7 +753,7 @@ function _i(e, t, n, r, a, o) {
|
|
|
753
753
|
}, 40, ["id", "href", "target", "type", "class", "tabindex"]))
|
|
754
754
|
], 10, Zi);
|
|
755
755
|
}
|
|
756
|
-
const Lm = /* @__PURE__ */ ye(Gi, [["render", _i], ["__scopeId", "data-v-
|
|
756
|
+
const Lm = /* @__PURE__ */ ye(Gi, [["render", _i], ["__scopeId", "data-v-83aa5bc6"]]);
|
|
757
757
|
function Ln(e) {
|
|
758
758
|
return qr() ? (Jr(e), !0) : !1;
|
|
759
759
|
}
|
|
@@ -13343,24 +13343,24 @@ const rh = /* @__PURE__ */ ye(im, [["render", cm], ["__scopeId", "data-v-406fe14
|
|
|
13343
13343
|
}
|
|
13344
13344
|
}
|
|
13345
13345
|
};
|
|
13346
|
-
const fm = { class: "fusion-key-value-pair-key" }, vm = { class: "flex gap-2xs" };
|
|
13346
|
+
const fm = { class: "fusion-key-value-pair-key" }, vm = { class: "flex items-center gap-2xs" };
|
|
13347
13347
|
function mm(e, t, n, r, a, o) {
|
|
13348
13348
|
return d(), m("div", {
|
|
13349
13349
|
class: Y(["fusion-key-value-pair", o.orderClass])
|
|
13350
13350
|
}, [
|
|
13351
13351
|
y("span", fm, oe(n.keyText), 1),
|
|
13352
13352
|
y("div", vm, [
|
|
13353
|
+
y("span", {
|
|
13354
|
+
class: Y(["fusion-key-value-pair-value", o.valueTextEmphasisClass])
|
|
13355
|
+
}, oe(n.valueText), 3),
|
|
13353
13356
|
n.secondaryValueText ? (d(), m("span", {
|
|
13354
13357
|
key: 0,
|
|
13355
13358
|
class: Y(["fusion-key-value-pair-secondary-value", { "line-through": n.strikeThroughSecondaryValueText }])
|
|
13356
|
-
}, oe(n.secondaryValueText), 3)) : D("", !0)
|
|
13357
|
-
y("span", {
|
|
13358
|
-
class: Y(["fusion-key-value-pair-value", o.valueTextEmphasisClass])
|
|
13359
|
-
}, oe(n.valueText), 3)
|
|
13359
|
+
}, oe(n.secondaryValueText), 3)) : D("", !0)
|
|
13360
13360
|
])
|
|
13361
13361
|
], 2);
|
|
13362
13362
|
}
|
|
13363
|
-
const oh = /* @__PURE__ */ ye(pm, [["render", mm], ["__scopeId", "data-v-
|
|
13363
|
+
const oh = /* @__PURE__ */ ye(pm, [["render", mm], ["__scopeId", "data-v-7782a95e"]]), hm = ve({
|
|
13364
13364
|
name: "FusionFooterBar",
|
|
13365
13365
|
components: {
|
|
13366
13366
|
FusionButton: zr
|