@carlonicora/nextjs-jsonapi 1.138.0 → 1.138.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.
@@ -3097,19 +3097,10 @@ __name(PopoverDescription, "PopoverDescription");
3097
3097
  import { Progress as ProgressPrimitive } from "@base-ui/react/progress";
3098
3098
  import { jsx as jsx31, jsxs as jsxs17 } from "react/jsx-runtime";
3099
3099
  function Progress({ className, children, value, ...props }) {
3100
- return /* @__PURE__ */ jsxs17(
3101
- ProgressPrimitive.Root,
3102
- {
3103
- value,
3104
- "data-slot": "progress",
3105
- className: cn("flex flex-wrap gap-3", className),
3106
- ...props,
3107
- children: [
3108
- children,
3109
- /* @__PURE__ */ jsx31(ProgressTrack, { children: /* @__PURE__ */ jsx31(ProgressIndicator, {}) })
3110
- ]
3111
- }
3112
- );
3100
+ return /* @__PURE__ */ jsxs17(ProgressPrimitive.Root, { value, "data-slot": "progress", className: "flex flex-wrap gap-3", ...props, children: [
3101
+ children,
3102
+ /* @__PURE__ */ jsx31(ProgressTrack, { className, children: /* @__PURE__ */ jsx31(ProgressIndicator, {}) })
3103
+ ] });
3113
3104
  }
3114
3105
  __name(Progress, "Progress");
3115
3106
  function ProgressTrack({ className, ...props }) {
@@ -10117,7 +10108,7 @@ import { useRef as useRef17 } from "react";
10117
10108
  import dynamic from "next/dynamic";
10118
10109
  import React17 from "react";
10119
10110
  import { jsx as jsx86 } from "react/jsx-runtime";
10120
- var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-JEHEQJAW.mjs"), {
10111
+ var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-E6ULBTZD.mjs"), {
10121
10112
  ssr: false
10122
10113
  });
10123
10114
  var BlockNoteEditorContainer = React17.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
@@ -23891,4 +23882,4 @@ export {
23891
23882
  useOAuthClients,
23892
23883
  useOAuthClient
23893
23884
  };
23894
- //# sourceMappingURL=chunk-JLC2YP35.mjs.map
23885
+ //# sourceMappingURL=chunk-L5CPWDCM.mjs.map