@carlonicora/nextjs-jsonapi 1.104.0 → 1.104.1
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/{BlockNoteEditor-GKROOUT5.js → BlockNoteEditor-5JVM4K6A.js} +9 -9
- package/dist/{BlockNoteEditor-GKROOUT5.js.map → BlockNoteEditor-5JVM4K6A.js.map} +1 -1
- package/dist/{BlockNoteEditor-IE2G55U6.mjs → BlockNoteEditor-OU4FCTXV.mjs} +2 -2
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-HFLERFFJ.js → chunk-A5WAZ7CI.js} +3 -3
- package/dist/chunk-A5WAZ7CI.js.map +1 -0
- package/dist/{chunk-MPGZADJR.mjs → chunk-SF7ZBSBS.mjs} +3 -3
- package/dist/{chunk-MPGZADJR.mjs.map → chunk-SF7ZBSBS.mjs.map} +1 -1
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.js +2 -2
- package/dist/components/index.mjs +1 -1
- package/dist/contexts/index.js +2 -2
- package/dist/contexts/index.mjs +1 -1
- package/package.json +1 -1
- package/src/features/how-to/components/lists/HowToList.tsx +1 -1
- package/dist/chunk-HFLERFFJ.js.map +0 -1
- /package/dist/{BlockNoteEditor-IE2G55U6.mjs.map → BlockNoteEditor-OU4FCTXV.mjs.map} +0 -0
|
@@ -9509,7 +9509,7 @@ import { useRef as useRef15 } from "react";
|
|
|
9509
9509
|
import dynamic from "next/dynamic";
|
|
9510
9510
|
import React14 from "react";
|
|
9511
9511
|
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
9512
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
9512
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-OU4FCTXV.mjs"), {
|
|
9513
9513
|
ssr: false
|
|
9514
9514
|
});
|
|
9515
9515
|
var BlockNoteEditorContainer = React14.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -18137,7 +18137,7 @@ function HowToList({ fullWidth }) {
|
|
|
18137
18137
|
ContentListTable,
|
|
18138
18138
|
{
|
|
18139
18139
|
data,
|
|
18140
|
-
fields: ["name" /* name */, "pages" /* pages
|
|
18140
|
+
fields: ["name" /* name */, "pages" /* pages */],
|
|
18141
18141
|
tableGeneratorType: Modules.HowTo,
|
|
18142
18142
|
functions,
|
|
18143
18143
|
title: t(`entities.howtos`, { count: 2 }),
|
|
@@ -22428,4 +22428,4 @@ export {
|
|
|
22428
22428
|
useOAuthClients,
|
|
22429
22429
|
useOAuthClient
|
|
22430
22430
|
};
|
|
22431
|
-
//# sourceMappingURL=chunk-
|
|
22431
|
+
//# sourceMappingURL=chunk-SF7ZBSBS.mjs.map
|