@carlonicora/nextjs-jsonapi 1.48.2 → 1.48.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-IGFJYLLS.js → BlockNoteEditor-57KPRQDB.js} +6 -6
- package/dist/{BlockNoteEditor-IGFJYLLS.js.map → BlockNoteEditor-57KPRQDB.js.map} +1 -1
- package/dist/{BlockNoteEditor-DM43MVV3.mjs → BlockNoteEditor-GOWLYEKX.mjs} +2 -2
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-VG6RASMY.js → chunk-4FSFLAVE.js} +5 -5
- package/dist/chunk-4FSFLAVE.js.map +1 -0
- package/dist/{chunk-PZGFGYEO.mjs → chunk-BSGK7GT3.mjs} +5 -5
- package/dist/chunk-BSGK7GT3.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 +2 -1
- package/src/components/navigations/ContentTitle.tsx +1 -1
- package/src/hooks/TableGeneratorRegistry.ts +1 -1
- package/src/shadcnui/ui/table.tsx +1 -1
- package/dist/chunk-PZGFGYEO.mjs.map +0 -1
- package/dist/chunk-VG6RASMY.js.map +0 -1
- /package/dist/{BlockNoteEditor-DM43MVV3.mjs.map → BlockNoteEditor-GOWLYEKX.mjs.map} +0 -0
|
@@ -93,7 +93,7 @@ var TableGeneratorRegistry = class _TableGeneratorRegistry {
|
|
|
93
93
|
return _TableGeneratorRegistry.instance;
|
|
94
94
|
}
|
|
95
95
|
register(type, hook) {
|
|
96
|
-
|
|
96
|
+
this.registry.set(type, hook);
|
|
97
97
|
}
|
|
98
98
|
get(type, params) {
|
|
99
99
|
const hook = this.registry.get(type);
|
|
@@ -5120,7 +5120,7 @@ function TableRow({ className, ...props }) {
|
|
|
5120
5120
|
"tr",
|
|
5121
5121
|
{
|
|
5122
5122
|
"data-slot": "table-row",
|
|
5123
|
-
className: cn("hover:bg-muted/50 data-[state=selected]:bg-muted border-b transition-colors", className),
|
|
5123
|
+
className: cn("group hover:bg-muted/50 data-[state=selected]:bg-muted border-b transition-colors", className),
|
|
5124
5124
|
...props
|
|
5125
5125
|
}
|
|
5126
5126
|
);
|
|
@@ -11160,7 +11160,7 @@ function ContentTitle({ module, type, element, functions, className, prioritizeF
|
|
|
11160
11160
|
setClientFunctions(functions);
|
|
11161
11161
|
}, [functions]);
|
|
11162
11162
|
if (!element) return null;
|
|
11163
|
-
return /* @__PURE__ */ jsxs67("div", { className: cn(`mb-4 flex items-
|
|
11163
|
+
return /* @__PURE__ */ jsxs67("div", { className: cn(`mb-4 flex items-start justify-between gap-x-4 w-full`, className), children: [
|
|
11164
11164
|
/* @__PURE__ */ jsxs67("div", { className: cn("flex flex-col", prioritizeFunctions ? "min-w-0 shrink" : "w-full"), children: [
|
|
11165
11165
|
type && /* @__PURE__ */ jsxs67(
|
|
11166
11166
|
"div",
|
|
@@ -11447,7 +11447,7 @@ __name(AllowedUsersDetails, "AllowedUsersDetails");
|
|
|
11447
11447
|
import dynamic from "next/dynamic";
|
|
11448
11448
|
import React16 from "react";
|
|
11449
11449
|
import { jsx as jsx128 } from "react/jsx-runtime";
|
|
11450
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
11450
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-GOWLYEKX.mjs"), {
|
|
11451
11451
|
ssr: false
|
|
11452
11452
|
});
|
|
11453
11453
|
var BlockNoteEditorContainer = React16.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -17419,4 +17419,4 @@ export {
|
|
|
17419
17419
|
useOAuthClients,
|
|
17420
17420
|
useOAuthClient
|
|
17421
17421
|
};
|
|
17422
|
-
//# sourceMappingURL=chunk-
|
|
17422
|
+
//# sourceMappingURL=chunk-BSGK7GT3.mjs.map
|