@carlonicora/nextjs-jsonapi 1.104.0 → 1.104.2
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-FGC6RGW6.js} +9 -9
- package/dist/{BlockNoteEditor-GKROOUT5.js.map → BlockNoteEditor-FGC6RGW6.js.map} +1 -1
- package/dist/{BlockNoteEditor-IE2G55U6.mjs → BlockNoteEditor-VR6G2R7L.mjs} +2 -2
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-MPGZADJR.mjs → chunk-PPWFJDGF.mjs} +4 -4
- package/dist/chunk-PPWFJDGF.mjs.map +1 -0
- package/dist/{chunk-HFLERFFJ.js → chunk-TFDNYF2M.js} +4 -4
- package/dist/chunk-TFDNYF2M.js.map +1 -0
- 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/src/shadcnui/ui/sidebar.tsx +1 -1
- package/dist/chunk-HFLERFFJ.js.map +0 -1
- package/dist/chunk-MPGZADJR.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-IE2G55U6.mjs.map → BlockNoteEditor-VR6G2R7L.mjs.map} +0 -0
package/dist/billing/index.mjs
CHANGED
|
@@ -3953,7 +3953,7 @@ function SidebarMenuButton({
|
|
|
3953
3953
|
},
|
|
3954
3954
|
props
|
|
3955
3955
|
),
|
|
3956
|
-
render: !tooltip ? render : /* @__PURE__ */ jsx37(TooltipTrigger, {}),
|
|
3956
|
+
render: !tooltip ? render : /* @__PURE__ */ jsx37(TooltipTrigger, { render }),
|
|
3957
3957
|
state: {
|
|
3958
3958
|
slot: "sidebar-menu-button",
|
|
3959
3959
|
sidebar: "menu-button",
|
|
@@ -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-VR6G2R7L.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-PPWFJDGF.mjs.map
|