@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.
@@ -93,7 +93,7 @@ var TableGeneratorRegistry = class _TableGeneratorRegistry {
93
93
  return _TableGeneratorRegistry.instance;
94
94
  }
95
95
  register(type, hook) {
96
- if (!this.registry.has(type)) this.registry.set(type, hook);
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-center justify-between gap-x-4 w-full`, className), children: [
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-DM43MVV3.mjs"), {
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-PZGFGYEO.mjs.map
17422
+ //# sourceMappingURL=chunk-BSGK7GT3.mjs.map