@pocketprep/ui-kit 3.0.34 → 3.0.36
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/@pocketprep/ui-kit.js +1 -1
- package/dist/@pocketprep/ui-kit.js.map +1 -1
- package/dist/@pocketprep/ui-kit.umd.cjs +1 -1
- package/dist/@pocketprep/ui-kit.umd.cjs.map +1 -1
- package/lib/components/Icons/icon.d.ts +2 -1
- package/lib/components/SidePanels/SidePanel.vue +1 -1
- package/package.json +1 -1
|
@@ -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
|
|
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)
|