@carlonicora/nextjs-jsonapi 1.104.1 → 1.105.0
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-OU4FCTXV.mjs → BlockNoteEditor-MC6HHJPV.mjs} +2 -2
- package/dist/{BlockNoteEditor-5JVM4K6A.js → BlockNoteEditor-UKA6V4AG.js} +9 -9
- package/dist/{BlockNoteEditor-5JVM4K6A.js.map → BlockNoteEditor-UKA6V4AG.js.map} +1 -1
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-SF7ZBSBS.mjs → chunk-EU7ARJHX.mjs} +5 -4
- package/dist/chunk-EU7ARJHX.mjs.map +1 -0
- package/dist/{chunk-A5WAZ7CI.js → chunk-XFPCUTON.js} +5 -4
- package/dist/chunk-XFPCUTON.js.map +1 -0
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.d.mts +1 -1
- package/dist/components/index.d.ts +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/components/forms/EditorSheet.tsx +2 -1
- package/src/shadcnui/ui/sidebar.tsx +1 -1
- package/dist/chunk-A5WAZ7CI.js.map +0 -1
- package/dist/chunk-SF7ZBSBS.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-OU4FCTXV.mjs.map → BlockNoteEditor-MC6HHJPV.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",
|
|
@@ -8851,7 +8851,8 @@ var sizeClasses = {
|
|
|
8851
8851
|
sm: "data-[side=right]:sm:max-w-2xl",
|
|
8852
8852
|
md: "data-[side=right]:sm:max-w-3xl",
|
|
8853
8853
|
lg: "data-[side=right]:sm:max-w-5xl",
|
|
8854
|
-
xl: "data-[side=right]:sm:max-w-7xl"
|
|
8854
|
+
xl: "data-[side=right]:sm:max-w-7xl",
|
|
8855
|
+
"2xl": "data-[side=right]:sm:!max-w-[min(96rem,90vw)]"
|
|
8855
8856
|
};
|
|
8856
8857
|
function EditorSheet({
|
|
8857
8858
|
form,
|
|
@@ -9509,7 +9510,7 @@ import { useRef as useRef15 } from "react";
|
|
|
9509
9510
|
import dynamic from "next/dynamic";
|
|
9510
9511
|
import React14 from "react";
|
|
9511
9512
|
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
9512
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
9513
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-MC6HHJPV.mjs"), {
|
|
9513
9514
|
ssr: false
|
|
9514
9515
|
});
|
|
9515
9516
|
var BlockNoteEditorContainer = React14.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -22428,4 +22429,4 @@ export {
|
|
|
22428
22429
|
useOAuthClients,
|
|
22429
22430
|
useOAuthClient
|
|
22430
22431
|
};
|
|
22431
|
-
//# sourceMappingURL=chunk-
|
|
22432
|
+
//# sourceMappingURL=chunk-EU7ARJHX.mjs.map
|