@carlonicora/nextjs-jsonapi 2.0.2 → 2.0.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.
@@ -10164,7 +10164,7 @@ import { useRef as useRef17 } from "react";
10164
10164
  import dynamic from "next/dynamic";
10165
10165
  import React17 from "react";
10166
10166
  import { jsx as jsx86 } from "react/jsx-runtime";
10167
- var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-7NVXRTVR.mjs"), {
10167
+ var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-QGEOVS3T.mjs"), {
10168
10168
  ssr: false
10169
10169
  });
10170
10170
  var BlockNoteEditorContainer = React17.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
@@ -12259,21 +12259,21 @@ function TokenStatusIndicator({ className, size = "md", showExtraPages = true })
12259
12259
  ] })
12260
12260
  ] });
12261
12261
  return /* @__PURE__ */ jsxs75(Tooltip2, { children: [
12262
- /* @__PURE__ */ jsx127(TooltipTrigger, { children: /* @__PURE__ */ jsxs75(
12263
- "div",
12262
+ /* @__PURE__ */ jsxs75(
12263
+ TooltipTrigger,
12264
12264
  {
12265
12265
  className: cn("inline-flex items-center gap-1.5 cursor-default", className),
12266
12266
  "aria-label": t("billing.tokens.status", { defaultValue: "Page Status" }),
12267
12267
  children: [
12268
12268
  getBatteryIcon(),
12269
- /* @__PURE__ */ jsx127("span", { className: cn(textSize, "text-muted-foreground font-medium"), children: availableMonthlyCredits }),
12270
- showExtraPages && availableExtraCredits > 0 && /* @__PURE__ */ jsxs75("div", { className: "inline-flex items-center gap-0.5", children: [
12269
+ /* @__PURE__ */ jsx127("span", { className: cn(textSize, "text-muted-foreground font-medium leading-none"), children: availableMonthlyCredits }),
12270
+ showExtraPages && availableExtraCredits > 0 && /* @__PURE__ */ jsxs75("span", { className: "inline-flex items-center gap-0.5", children: [
12271
12271
  /* @__PURE__ */ jsx127(PlusCircle, { className: cn(smallIconSize, "text-blue-500") }),
12272
- /* @__PURE__ */ jsx127("span", { className: cn(textSize, "text-blue-500 font-medium"), children: availableExtraCredits })
12272
+ /* @__PURE__ */ jsx127("span", { className: cn(textSize, "text-blue-500 font-medium leading-none"), children: availableExtraCredits })
12273
12273
  ] })
12274
12274
  ]
12275
12275
  }
12276
- ) }),
12276
+ ),
12277
12277
  /* @__PURE__ */ jsx127(TooltipContent, { side: "top", className: "max-w-xs", children: tooltipContent })
12278
12278
  ] });
12279
12279
  }
@@ -23964,4 +23964,4 @@ export {
23964
23964
  useOAuthClients,
23965
23965
  useOAuthClient
23966
23966
  };
23967
- //# sourceMappingURL=chunk-TESVH5PV.mjs.map
23967
+ //# sourceMappingURL=chunk-QHGSBZCL.mjs.map