@oub/fusion 0.2.137 → 0.2.138
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 -3
- package/dist/fusion.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/fusion.js
CHANGED
|
@@ -12621,7 +12621,7 @@ const el = /* @__PURE__ */ pe(C1, [["render", T1], ["__scopeId", "data-v-7f05f52
|
|
|
12621
12621
|
},
|
|
12622
12622
|
variant: {
|
|
12623
12623
|
default: "default",
|
|
12624
|
-
validator: (e) => ["default", "gradient"].includes(e)
|
|
12624
|
+
validator: (e) => ["default", "gradient", "brand"].includes(e)
|
|
12625
12625
|
},
|
|
12626
12626
|
disabled: {
|
|
12627
12627
|
type: Boolean,
|
|
@@ -12652,10 +12652,10 @@ function x1(e, t, a, r, n, o) {
|
|
|
12652
12652
|
class: z(["fusion-card", {
|
|
12653
12653
|
"fusion-card-shadow": e.shadow,
|
|
12654
12654
|
"fusion-card-gradient": e.variant === "gradient",
|
|
12655
|
+
"fusion-card-brand": e.variant === "brand",
|
|
12655
12656
|
"fusion-card-default": !e.variant || e.variant === "default",
|
|
12656
12657
|
"fusion-card-disabled": e.disabled,
|
|
12657
12658
|
"fusion-card-selected": e.selected,
|
|
12658
|
-
"fusion-card-selectable": e.selectable && !e.disabled,
|
|
12659
12659
|
"fusion-card-interactive": e.selectable && !e.disabled
|
|
12660
12660
|
}]),
|
|
12661
12661
|
role: e.selectable ? "button" : void 0,
|
|
@@ -12690,7 +12690,7 @@ function x1(e, t, a, r, n, o) {
|
|
|
12690
12690
|
])) : S("", !0)
|
|
12691
12691
|
], 42, F1);
|
|
12692
12692
|
}
|
|
12693
|
-
const j2 = /* @__PURE__ */ pe(P1, [["render", x1], ["__scopeId", "data-v-
|
|
12693
|
+
const j2 = /* @__PURE__ */ pe(P1, [["render", x1], ["__scopeId", "data-v-7dea0d58"]]), U1 = {
|
|
12694
12694
|
name: "FusionProgressBarStep",
|
|
12695
12695
|
props: {
|
|
12696
12696
|
stepLabel: {
|