@pocketprep/ui-kit 3.0.34 → 3.0.35

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.
@@ -16525,7 +16525,7 @@ function mc(t, i, s, o, e, n) {
16525
16525
  class: "uikit-side-panel__foot-cancel",
16526
16526
  type: "secondary",
16527
16527
  "is-dark-mode": t.isDarkMode,
16528
- onClick: i[5] || (i[5] = (T) => t.$emit(t.customCancelButtonAction ? "close-button" : "close"))
16528
+ onClick: i[5] || (i[5] = (T) => t.customCancelButtonAction ? t.emitCloseButton() : t.emitClose())
16529
16529
  }, {
16530
16530
  default: Jt(() => [
16531
16531
  xt(mt(t.cancelButtonText), 1)