@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.
@@ -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.923";
12199
+ const packageVersion = "0.14.924";
12200
12200
 
12201
12201
  exports.Blocks = Blocks;
12202
12202
  exports.ContentPage = ContentPage;