@oub/fusion 0.3.0 → 0.3.1
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
CHANGED
|
@@ -13703,7 +13703,7 @@ function Y1(e, t, a, r, n, o) {
|
|
|
13703
13703
|
])]);
|
|
13704
13704
|
}
|
|
13705
13705
|
const j1 = /* @__PURE__ */ pe(z1, [["render", Y1]]), X1 = oe({
|
|
13706
|
-
name: "
|
|
13706
|
+
name: "FusionTitleBar",
|
|
13707
13707
|
components: {
|
|
13708
13708
|
FusionIconButton: Sa,
|
|
13709
13709
|
SVGArrowLeft: j1
|
|
@@ -13736,17 +13736,17 @@ const j1 = /* @__PURE__ */ pe(z1, [["render", Y1]]), X1 = oe({
|
|
|
13736
13736
|
this.$emit("back");
|
|
13737
13737
|
}
|
|
13738
13738
|
}
|
|
13739
|
-
}), W1 = { class: "fusion-
|
|
13740
|
-
class: "fusion-
|
|
13741
|
-
"data-test": "fusion-
|
|
13739
|
+
}), W1 = { class: "fusion-title-bar" }, K1 = {
|
|
13740
|
+
class: "fusion-title-bar-content",
|
|
13741
|
+
"data-test": "fusion-title-bar-content"
|
|
13742
13742
|
}, G1 = {
|
|
13743
13743
|
key: 1,
|
|
13744
|
-
class: "fusion-
|
|
13745
|
-
"data-test": "fusion-
|
|
13744
|
+
class: "fusion-title-bar-helper-text",
|
|
13745
|
+
"data-test": "fusion-title-bar-helper-text"
|
|
13746
13746
|
}, Z1 = {
|
|
13747
13747
|
key: 1,
|
|
13748
|
-
class: "fusion-
|
|
13749
|
-
"data-test": "fusion-
|
|
13748
|
+
class: "fusion-title-bar-right",
|
|
13749
|
+
"data-test": "fusion-title-bar-right"
|
|
13750
13750
|
};
|
|
13751
13751
|
function _1(e, t, a, r, n, o) {
|
|
13752
13752
|
const i = ae("SVGArrowLeft"), s = ae("FusionIconButton");
|
|
@@ -13754,7 +13754,7 @@ function _1(e, t, a, r, n, o) {
|
|
|
13754
13754
|
e.showBackButton ? (c(), fe(s, {
|
|
13755
13755
|
key: 0,
|
|
13756
13756
|
"variant-style": "outline",
|
|
13757
|
-
class: "fusion-
|
|
13757
|
+
class: "fusion-title-bar-back-button",
|
|
13758
13758
|
"aria-label": e.backButtonAriaLabel,
|
|
13759
13759
|
onClick: e.handleBackClick
|
|
13760
13760
|
}, {
|
|
@@ -13766,8 +13766,8 @@ function _1(e, t, a, r, n, o) {
|
|
|
13766
13766
|
g("div", K1, [
|
|
13767
13767
|
e.title ? (c(), fe(Kt(e.headingSize), {
|
|
13768
13768
|
key: 0,
|
|
13769
|
-
class: z(["fusion-
|
|
13770
|
-
"data-test": "fusion-
|
|
13769
|
+
class: z(["fusion-title-bar-title", `text-${e.headingSize}`]),
|
|
13770
|
+
"data-test": "fusion-title-bar-title"
|
|
13771
13771
|
}, {
|
|
13772
13772
|
default: ge(() => [
|
|
13773
13773
|
yt(te(e.title), 1)
|
|
@@ -13781,7 +13781,7 @@ function _1(e, t, a, r, n, o) {
|
|
|
13781
13781
|
])) : C("", !0)
|
|
13782
13782
|
]);
|
|
13783
13783
|
}
|
|
13784
|
-
const c2 = /* @__PURE__ */ pe(X1, [["render", _1], ["__scopeId", "data-v-
|
|
13784
|
+
const c2 = /* @__PURE__ */ pe(X1, [["render", _1], ["__scopeId", "data-v-3ae80a54"]]), $1 = oe({
|
|
13785
13785
|
name: "FusionActionBar"
|
|
13786
13786
|
}), e0 = { class: "fusion-action-bar" };
|
|
13787
13787
|
function t0(e, t, a, r, n, o) {
|
|
@@ -17568,7 +17568,7 @@ export {
|
|
|
17568
17568
|
Wv as FusionTag,
|
|
17569
17569
|
Jv as FusionTextLink,
|
|
17570
17570
|
Yb as FusionTextarea,
|
|
17571
|
+
c2 as FusionTitleBar,
|
|
17571
17572
|
d2 as FusionToastMessage,
|
|
17572
|
-
c2 as FusionToolBar,
|
|
17573
17573
|
u2 as FusionWidget
|
|
17574
17574
|
};
|