@carlonicora/nextjs-jsonapi 1.107.1 → 1.108.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-RWRVIEZC.js → BlockNoteEditor-2AXSTGGG.js} +9 -9
- package/dist/{BlockNoteEditor-RWRVIEZC.js.map → BlockNoteEditor-2AXSTGGG.js.map} +1 -1
- package/dist/{BlockNoteEditor-7TSK7PNG.mjs → BlockNoteEditor-XVIBGXHF.mjs} +2 -2
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-WSOPEIRP.mjs → chunk-56XBGQGU.mjs} +6 -2
- package/dist/chunk-56XBGQGU.mjs.map +1 -0
- package/dist/{chunk-2IRWQVG4.js → chunk-HC3JFN3C.js} +6 -2
- package/dist/chunk-HC3JFN3C.js.map +1 -0
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.d.mts +2 -2
- package/dist/components/index.d.ts +2 -2
- 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/context-menu.tsx +3 -1
- package/src/shadcnui/ui/popover.tsx +3 -1
- package/dist/chunk-2IRWQVG4.js.map +0 -1
- package/dist/chunk-WSOPEIRP.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-7TSK7PNG.mjs.map → BlockNoteEditor-XVIBGXHF.mjs.map} +0 -0
package/dist/billing/index.mjs
CHANGED
|
@@ -1958,6 +1958,7 @@ function ContextMenuContent({
|
|
|
1958
1958
|
alignOffset = 4,
|
|
1959
1959
|
side = "right",
|
|
1960
1960
|
sideOffset = 0,
|
|
1961
|
+
anchor,
|
|
1961
1962
|
...props
|
|
1962
1963
|
}) {
|
|
1963
1964
|
return /* @__PURE__ */ jsx19(ContextMenuPrimitive.Portal, { children: /* @__PURE__ */ jsx19(
|
|
@@ -1968,6 +1969,7 @@ function ContextMenuContent({
|
|
|
1968
1969
|
alignOffset,
|
|
1969
1970
|
side,
|
|
1970
1971
|
sideOffset,
|
|
1972
|
+
anchor,
|
|
1971
1973
|
children: /* @__PURE__ */ jsx19(
|
|
1972
1974
|
ContextMenuPrimitive.Popup,
|
|
1973
1975
|
{
|
|
@@ -2958,6 +2960,7 @@ function PopoverContent({
|
|
|
2958
2960
|
alignOffset = 0,
|
|
2959
2961
|
side = "bottom",
|
|
2960
2962
|
sideOffset = 4,
|
|
2963
|
+
anchor,
|
|
2961
2964
|
...props
|
|
2962
2965
|
}) {
|
|
2963
2966
|
return /* @__PURE__ */ jsx28(PopoverPrimitive.Portal, { children: /* @__PURE__ */ jsx28(
|
|
@@ -2967,6 +2970,7 @@ function PopoverContent({
|
|
|
2967
2970
|
alignOffset,
|
|
2968
2971
|
side,
|
|
2969
2972
|
sideOffset,
|
|
2973
|
+
anchor,
|
|
2970
2974
|
className: "isolate z-50",
|
|
2971
2975
|
children: /* @__PURE__ */ jsx28(
|
|
2972
2976
|
PopoverPrimitive.Popup,
|
|
@@ -9588,7 +9592,7 @@ import { useRef as useRef15 } from "react";
|
|
|
9588
9592
|
import dynamic from "next/dynamic";
|
|
9589
9593
|
import React15 from "react";
|
|
9590
9594
|
import { jsx as jsx74 } from "react/jsx-runtime";
|
|
9591
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
9595
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-XVIBGXHF.mjs"), {
|
|
9592
9596
|
ssr: false
|
|
9593
9597
|
});
|
|
9594
9598
|
var BlockNoteEditorContainer = React15.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -22535,4 +22539,4 @@ export {
|
|
|
22535
22539
|
useOAuthClients,
|
|
22536
22540
|
useOAuthClient
|
|
22537
22541
|
};
|
|
22538
|
-
//# sourceMappingURL=chunk-
|
|
22542
|
+
//# sourceMappingURL=chunk-56XBGQGU.mjs.map
|