@oub/fusion 0.3.9 → 0.3.10

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
@@ -14571,6 +14571,10 @@ const Q0 = /* @__PURE__ */ se(L0, [["render", N0], ["__scopeId", "data-v-6b6fab0
14571
14571
  type: String,
14572
14572
  default: "primary"
14573
14573
  },
14574
+ confirmButtonStyle: {
14575
+ type: String,
14576
+ default: "filled"
14577
+ },
14574
14578
  cancelButtonLoading: {
14575
14579
  type: Boolean,
14576
14580
  default: !1
@@ -14630,14 +14634,14 @@ function R0(e, t, a, r, n, o) {
14630
14634
  loading: a.confirmButtonLoading,
14631
14635
  "data-test": "fusion-modal-footer-confirm-button",
14632
14636
  form: a.formElementId || null,
14633
- "variant-style": "filled",
14637
+ "variant-style": a.confirmButtonStyle,
14634
14638
  label: a.confirmButtonLabel,
14635
14639
  "variant-type": a.confirmButtonVariant,
14636
14640
  onClick: o.handleConfirm
14637
- }, null, 8, ["loading", "form", "label", "variant-type", "onClick"]))
14641
+ }, null, 8, ["loading", "form", "variant-style", "label", "variant-type", "onClick"]))
14638
14642
  ], 2);
14639
14643
  }
14640
- const q0 = /* @__PURE__ */ se(E0, [["render", R0], ["__scopeId", "data-v-477bb805"]]), H0 = {
14644
+ const q0 = /* @__PURE__ */ se(E0, [["render", R0], ["__scopeId", "data-v-fb48594c"]]), H0 = {
14641
14645
  name: "FusionModal",
14642
14646
  components: {
14643
14647
  FusionModalHeader: Q0,
@@ -14673,6 +14677,10 @@ const q0 = /* @__PURE__ */ se(E0, [["render", R0], ["__scopeId", "data-v-477bb80
14673
14677
  type: String,
14674
14678
  default: "primary"
14675
14679
  },
14680
+ confirmButtonStyle: {
14681
+ type: String,
14682
+ default: "filled"
14683
+ },
14676
14684
  cancelButtonLoading: {
14677
14685
  type: Boolean,
14678
14686
  default: !1
@@ -14773,12 +14781,13 @@ function J0(e, t, a, r, n, o) {
14773
14781
  "hide-cancel": a.hideCancel,
14774
14782
  "hide-confirm": a.hideConfirm,
14775
14783
  "confirm-button-variant": a.confirmButtonVariant,
14784
+ "confirm-button-style": a.confirmButtonStyle,
14776
14785
  "cancel-button-loading": a.cancelButtonLoading,
14777
14786
  "confirm-button-loading": a.confirmButtonLoading,
14778
14787
  "form-element-id": a.formElementId,
14779
14788
  onCancel: o.cancelModal,
14780
14789
  onConfirm: o.confirmModal
14781
- }, null, 8, ["mobile-breakpoint", "has-shadow", "cancel-button-label", "confirm-button-label", "hide-cancel", "hide-confirm", "confirm-button-variant", "cancel-button-loading", "confirm-button-loading", "form-element-id", "onCancel", "onConfirm"]))
14790
+ }, null, 8, ["mobile-breakpoint", "has-shadow", "cancel-button-label", "confirm-button-label", "hide-cancel", "hide-confirm", "confirm-button-variant", "confirm-button-style", "cancel-button-loading", "confirm-button-loading", "form-element-id", "onCancel", "onConfirm"]))
14782
14791
  ], 8, z0)
14783
14792
  ]),
14784
14793
  _: 3
@@ -14789,7 +14798,7 @@ function J0(e, t, a, r, n, o) {
14789
14798
  }, null, -1))
14790
14799
  ], 2);
14791
14800
  }
14792
- const Gb = /* @__PURE__ */ se(H0, [["render", J0], ["__scopeId", "data-v-a3e36f46"]]), Y0 = 12, Xo = oe({
14801
+ const Gb = /* @__PURE__ */ se(H0, [["render", J0], ["__scopeId", "data-v-b36fd805"]]), Y0 = 12, Xo = oe({
14793
14802
  name: "FusionCircularProgressIndicator",
14794
14803
  props: {
14795
14804
  size: {