@redneckz/wildless-cms-uni-blocks 0.14.924 → 0.14.925
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 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/retail/components/ConsentBkiDialog/ConsentBkiDialog.js +1 -1
- package/dist/retail/components/ConsentBkiDialog/ConsentBkiDialog.js.map +1 -1
- package/lib/retail/components/ConsentBkiDialog/ConsentBkiDialog.js +1 -1
- package/lib/retail/components/ConsentBkiDialog/ConsentBkiDialog.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +2 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/retail/components/ConsentBkiDialog/ConsentBkiDialog.js +1 -1
- package/mobile/dist/retail/components/ConsentBkiDialog/ConsentBkiDialog.js.map +1 -1
- package/mobile/lib/retail/components/ConsentBkiDialog/ConsentBkiDialog.js +1 -1
- package/mobile/lib/retail/components/ConsentBkiDialog/ConsentBkiDialog.js.map +1 -1
- package/mobile/src/retail/components/ConsentBkiDialog/ConsentBkiDialog.tsx +1 -1
- package/package.json +1 -1
- package/src/retail/components/ConsentBkiDialog/ConsentBkiDialog.tsx +1 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -5902,7 +5902,7 @@
|
|
|
5902
5902
|
const ConsentBkiDialog = JSX(({ onSubmit = noop, onClose = noop }) => {
|
|
5903
5903
|
const [confirmStatus, setConfirmStatus] = useState('');
|
|
5904
5904
|
const [showRefuseContent, setShowRefuseContent] = useState(false);
|
|
5905
|
-
const openDocument = useDocumentDialog(CONSENT_BKI_ID);
|
|
5905
|
+
const { openDocument } = useDocumentDialog(CONSENT_BKI_ID);
|
|
5906
5906
|
const handleSubmit = useCallback(() => {
|
|
5907
5907
|
onSubmit(confirmStatus);
|
|
5908
5908
|
}, [onSubmit, confirmStatus]);
|
|
@@ -12196,7 +12196,7 @@
|
|
|
12196
12196
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
12197
12197
|
});
|
|
12198
12198
|
|
|
12199
|
-
const packageVersion = "0.14.
|
|
12199
|
+
const packageVersion = "0.14.924";
|
|
12200
12200
|
|
|
12201
12201
|
exports.Blocks = Blocks;
|
|
12202
12202
|
exports.ContentPage = ContentPage;
|