@carlonicora/nextjs-jsonapi 1.101.2 → 1.101.3
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-RZE5IYQF.js → BlockNoteEditor-46P4QQXS.js} +9 -9
- package/dist/{BlockNoteEditor-RZE5IYQF.js.map → BlockNoteEditor-46P4QQXS.js.map} +1 -1
- package/dist/{BlockNoteEditor-OV64YA2W.mjs → BlockNoteEditor-VR327JUR.mjs} +2 -2
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-W7O2YO64.js → chunk-B3KECN6P.js} +3 -3
- package/dist/chunk-B3KECN6P.js.map +1 -0
- package/dist/{chunk-FO642JFF.mjs → chunk-EO2UXWC2.mjs} +3 -3
- package/dist/chunk-EO2UXWC2.mjs.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/shadcnui/ui/sidebar.tsx +1 -1
- package/dist/chunk-FO642JFF.mjs.map +0 -1
- package/dist/chunk-W7O2YO64.js.map +0 -1
- /package/dist/{BlockNoteEditor-OV64YA2W.mjs.map → BlockNoteEditor-VR327JUR.mjs.map} +0 -0
|
@@ -3953,7 +3953,7 @@ function SidebarMenuButton({
|
|
|
3953
3953
|
},
|
|
3954
3954
|
props
|
|
3955
3955
|
),
|
|
3956
|
-
render: !tooltip ? render : TooltipTrigger,
|
|
3956
|
+
render: !tooltip ? render : /* @__PURE__ */ jsx37(TooltipTrigger, {}),
|
|
3957
3957
|
state: {
|
|
3958
3958
|
slot: "sidebar-menu-button",
|
|
3959
3959
|
sidebar: "menu-button",
|
|
@@ -9493,7 +9493,7 @@ import { useRef as useRef15 } from "react";
|
|
|
9493
9493
|
import dynamic from "next/dynamic";
|
|
9494
9494
|
import React14 from "react";
|
|
9495
9495
|
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
9496
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
9496
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-VR327JUR.mjs"), {
|
|
9497
9497
|
ssr: false
|
|
9498
9498
|
});
|
|
9499
9499
|
var BlockNoteEditorContainer = React14.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -22408,4 +22408,4 @@ export {
|
|
|
22408
22408
|
useOAuthClients,
|
|
22409
22409
|
useOAuthClient
|
|
22410
22410
|
};
|
|
22411
|
-
//# sourceMappingURL=chunk-
|
|
22411
|
+
//# sourceMappingURL=chunk-EO2UXWC2.mjs.map
|