@carlonicora/nextjs-jsonapi 1.24.0 → 1.24.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-EZE237PI.js → BlockNoteEditor-UCHRVVVZ.js} +6 -6
- package/dist/{BlockNoteEditor-EZE237PI.js.map → BlockNoteEditor-UCHRVVVZ.js.map} +1 -1
- package/dist/{BlockNoteEditor-AHWG3PPE.mjs → BlockNoteEditor-ZYZZ6B45.mjs} +2 -2
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-WRSFYOJI.mjs → chunk-CU4RXSNY.mjs} +14 -15
- package/dist/chunk-CU4RXSNY.mjs.map +1 -0
- package/dist/{chunk-BUULE6HA.js → chunk-ILKUML3Z.js} +14 -15
- package/dist/chunk-ILKUML3Z.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 +31 -31
- package/src/components/pages/PageContentContainer.tsx +1 -2
- package/src/shadcnui/ui/resizable.tsx +7 -7
- package/dist/chunk-BUULE6HA.js.map +0 -1
- package/dist/chunk-WRSFYOJI.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-AHWG3PPE.mjs.map → BlockNoteEditor-ZYZZ6B45.mjs.map} +0 -0
package/dist/billing/index.mjs
CHANGED
|
@@ -4005,11 +4005,11 @@ function ResizablePanelGroup({
|
|
|
4005
4005
|
...props
|
|
4006
4006
|
}) {
|
|
4007
4007
|
return /* @__PURE__ */ jsx32(
|
|
4008
|
-
ResizablePrimitive.
|
|
4008
|
+
ResizablePrimitive.Group,
|
|
4009
4009
|
{
|
|
4010
4010
|
"data-slot": "resizable-panel-group",
|
|
4011
4011
|
className: cn(
|
|
4012
|
-
"flex h-full w-full
|
|
4012
|
+
"flex h-full w-full aria-[orientation=vertical]:flex-col",
|
|
4013
4013
|
className
|
|
4014
4014
|
),
|
|
4015
4015
|
...props
|
|
@@ -4029,11 +4029,11 @@ function ResizableHandle({
|
|
|
4029
4029
|
...props
|
|
4030
4030
|
}) {
|
|
4031
4031
|
return /* @__PURE__ */ jsx32(
|
|
4032
|
-
ResizablePrimitive.
|
|
4032
|
+
ResizablePrimitive.Separator,
|
|
4033
4033
|
{
|
|
4034
4034
|
"data-slot": "resizable-handle",
|
|
4035
4035
|
className: cn(
|
|
4036
|
-
"bg-border focus-visible:ring-ring relative flex w-px items-center justify-center after:absolute after:inset-y-0 after:left-1/2 after:w-1 after:-translate-x-1/2 focus-visible:ring-1 focus-visible:ring-offset-1 focus-visible:outline-hidden
|
|
4036
|
+
"bg-border focus-visible:ring-ring relative flex w-px items-center justify-center after:absolute after:inset-y-0 after:left-1/2 after:w-1 after:-translate-x-1/2 focus-visible:ring-1 focus-visible:ring-offset-1 focus-visible:outline-hidden aria-[orientation=vertical]:h-px aria-[orientation=vertical]:w-full aria-[orientation=vertical]:after:left-0 aria-[orientation=vertical]:after:h-1 aria-[orientation=vertical]:after:w-full aria-[orientation=vertical]:after:translate-x-0 aria-[orientation=vertical]:after:-translate-y-1/2 [&[aria-orientation=vertical]>div]:rotate-90",
|
|
4037
4037
|
className
|
|
4038
4038
|
),
|
|
4039
4039
|
...props,
|
|
@@ -4289,7 +4289,7 @@ __name(SelectScrollDownButton, "SelectScrollDownButton");
|
|
|
4289
4289
|
// src/shadcnui/ui/separator.tsx
|
|
4290
4290
|
import { Separator as SeparatorPrimitive } from "@base-ui/react/separator";
|
|
4291
4291
|
import { jsx as jsx35 } from "react/jsx-runtime";
|
|
4292
|
-
function
|
|
4292
|
+
function Separator2({
|
|
4293
4293
|
className,
|
|
4294
4294
|
orientation = "horizontal",
|
|
4295
4295
|
...props
|
|
@@ -4307,7 +4307,7 @@ function Separator({
|
|
|
4307
4307
|
}
|
|
4308
4308
|
);
|
|
4309
4309
|
}
|
|
4310
|
-
__name(
|
|
4310
|
+
__name(Separator2, "Separator");
|
|
4311
4311
|
|
|
4312
4312
|
// src/shadcnui/ui/sheet.tsx
|
|
4313
4313
|
import { Dialog as SheetPrimitive } from "@base-ui/react/dialog";
|
|
@@ -4811,7 +4811,7 @@ function SidebarSeparator({
|
|
|
4811
4811
|
...props
|
|
4812
4812
|
}) {
|
|
4813
4813
|
return /* @__PURE__ */ jsx39(
|
|
4814
|
-
|
|
4814
|
+
Separator2,
|
|
4815
4815
|
{
|
|
4816
4816
|
"data-slot": "sidebar-separator",
|
|
4817
4817
|
"data-sidebar": "separator",
|
|
@@ -6408,7 +6408,7 @@ var MultiSelect = React11.forwardRef(
|
|
|
6408
6408
|
}
|
|
6409
6409
|
}
|
|
6410
6410
|
),
|
|
6411
|
-
/* @__PURE__ */ jsx48(
|
|
6411
|
+
/* @__PURE__ */ jsx48(Separator2, { orientation: "vertical", className: "flex h-full min-h-6" }),
|
|
6412
6412
|
/* @__PURE__ */ jsx48(ChevronDown, { className: "text-muted-foreground mx-2 h-4 cursor-pointer" })
|
|
6413
6413
|
] })
|
|
6414
6414
|
] }) : /* @__PURE__ */ jsxs21("div", { className: "mx-auto flex w-full items-center justify-between", children: [
|
|
@@ -6481,7 +6481,7 @@ var MultiSelect = React11.forwardRef(
|
|
|
6481
6481
|
/* @__PURE__ */ jsx48(CommandGroup, { children: /* @__PURE__ */ jsxs21("div", { className: "flex items-center justify-between", children: [
|
|
6482
6482
|
selectedValues.length > 0 && /* @__PURE__ */ jsxs21(Fragment3, { children: [
|
|
6483
6483
|
/* @__PURE__ */ jsx48(CommandItem, { onSelect: handleClear, className: "flex-1 cursor-pointer justify-center", children: "Clear" }),
|
|
6484
|
-
/* @__PURE__ */ jsx48(
|
|
6484
|
+
/* @__PURE__ */ jsx48(Separator2, { orientation: "vertical", className: "flex h-full min-h-6" })
|
|
6485
6485
|
] }),
|
|
6486
6486
|
/* @__PURE__ */ jsx48(
|
|
6487
6487
|
CommandItem,
|
|
@@ -9131,7 +9131,7 @@ __name(AllowedUsersDetails, "AllowedUsersDetails");
|
|
|
9131
9131
|
import dynamic from "next/dynamic";
|
|
9132
9132
|
import React15 from "react";
|
|
9133
9133
|
import { jsx as jsx98 } from "react/jsx-runtime";
|
|
9134
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
9134
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-ZYZZ6B45.mjs"), {
|
|
9135
9135
|
ssr: false
|
|
9136
9136
|
});
|
|
9137
9137
|
var BlockNoteEditorContainer = React15.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -10944,9 +10944,8 @@ function PageContentContainer({ header, details, footer, content }) {
|
|
|
10944
10944
|
/* @__PURE__ */ jsx123("div", { className: "min-h-0 flex-1", children: details || footer ? /* @__PURE__ */ jsxs75(
|
|
10945
10945
|
ResizablePanelGroup,
|
|
10946
10946
|
{
|
|
10947
|
-
|
|
10947
|
+
orientation: isMobile ? "vertical" : "horizontal",
|
|
10948
10948
|
className: "h-full items-stretch",
|
|
10949
|
-
autoSaveId: isMobile ? void 0 : "page-content-layout",
|
|
10950
10949
|
children: [
|
|
10951
10950
|
/* @__PURE__ */ jsx123(
|
|
10952
10951
|
ResizablePanel,
|
|
@@ -12899,7 +12898,7 @@ function NotificationModalContent({ isOpen, setIsOpen }) {
|
|
|
12899
12898
|
error
|
|
12900
12899
|
] })
|
|
12901
12900
|
] }),
|
|
12902
|
-
/* @__PURE__ */ jsx151(
|
|
12901
|
+
/* @__PURE__ */ jsx151(Separator2, {}),
|
|
12903
12902
|
/* @__PURE__ */ jsx151(ScrollArea, { className: "h-96", children: notifications.length > 0 ? notifications.map((notification) => /* @__PURE__ */ jsx151(Fragment29, { children: generateNotification(notification, () => setIsOpen(false)) }, notification.id)) : /* @__PURE__ */ jsx151("div", { className: "p-4 text-center text-sm text-gray-500", children: t(`foundations.notification.empty`, { count: 2 }) }) })
|
|
12904
12903
|
] }) })
|
|
12905
12904
|
] });
|
|
@@ -13399,7 +13398,7 @@ export {
|
|
|
13399
13398
|
SelectSeparator,
|
|
13400
13399
|
SelectScrollUpButton,
|
|
13401
13400
|
SelectScrollDownButton,
|
|
13402
|
-
Separator,
|
|
13401
|
+
Separator2 as Separator,
|
|
13403
13402
|
Sheet,
|
|
13404
13403
|
SheetTrigger,
|
|
13405
13404
|
SheetClose,
|
|
@@ -13596,4 +13595,4 @@ export {
|
|
|
13596
13595
|
useUserTableStructure,
|
|
13597
13596
|
useContentTableStructure
|
|
13598
13597
|
};
|
|
13599
|
-
//# sourceMappingURL=chunk-
|
|
13598
|
+
//# sourceMappingURL=chunk-CU4RXSNY.mjs.map
|