@redneckz/wildless-cms-uni-blocks 0.14.207 → 0.14.208
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/bundle/bundle.umd.js +2 -1
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/ui-kit/PreventableEvent.d.ts +1 -0
- package/dist/ui-kit/LinkButton/useFormSubmit.js +1 -0
- package/dist/ui-kit/LinkButton/useFormSubmit.js.map +1 -1
- package/dist/ui-kit/PreventableEvent.d.ts +1 -0
- package/lib/ui-kit/LinkButton/useFormSubmit.js +1 -0
- package/lib/ui-kit/LinkButton/useFormSubmit.js.map +1 -1
- package/lib/ui-kit/PreventableEvent.d.ts +1 -0
- package/mobile/bundle/bundle.umd.js +2 -1
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/ui-kit/PreventableEvent.d.ts +1 -0
- package/mobile/dist/ui-kit/LinkButton/useFormSubmit.js +1 -0
- package/mobile/dist/ui-kit/LinkButton/useFormSubmit.js.map +1 -1
- package/mobile/dist/ui-kit/PreventableEvent.d.ts +1 -0
- package/mobile/lib/ui-kit/LinkButton/useFormSubmit.js +1 -0
- package/mobile/lib/ui-kit/LinkButton/useFormSubmit.js.map +1 -1
- package/mobile/lib/ui-kit/PreventableEvent.d.ts +1 -0
- package/mobile/src/ui-kit/LinkButton/useFormSubmit.ts +1 -0
- package/mobile/src/ui-kit/PreventableEvent.ts +1 -0
- package/package.json +1 -1
- package/src/ui-kit/LinkButton/useFormSubmit.ts +1 -0
- package/src/ui-kit/PreventableEvent.ts +1 -0
package/bundle/bundle.umd.js
CHANGED
|
@@ -498,6 +498,7 @@
|
|
|
498
498
|
return;
|
|
499
499
|
}
|
|
500
500
|
ev.preventDefault();
|
|
501
|
+
ev.stopPropagation();
|
|
501
502
|
const { origin, pathname, searchParams } = new URL(href || '');
|
|
502
503
|
const form = document.createElement('form');
|
|
503
504
|
form.setAttribute('method', 'POST');
|
|
@@ -6054,7 +6055,7 @@
|
|
|
6054
6055
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
6055
6056
|
});
|
|
6056
6057
|
|
|
6057
|
-
const packageVersion = "0.14.
|
|
6058
|
+
const packageVersion = "0.14.207";
|
|
6058
6059
|
|
|
6059
6060
|
exports.Blocks = Blocks;
|
|
6060
6061
|
exports.ContentPage = ContentPage;
|