@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.
- package/dist/{BlockNoteEditor-7NVXRTVR.mjs → BlockNoteEditor-QGEOVS3T.mjs} +2 -2
- package/dist/{BlockNoteEditor-4224DOTR.js → BlockNoteEditor-QMZLV62B.js} +9 -9
- package/dist/{BlockNoteEditor-4224DOTR.js.map → BlockNoteEditor-QMZLV62B.js.map} +1 -1
- package/dist/billing/index.js +310 -310
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-QS5Y6ZBF.js → chunk-PBKZYJRJ.js} +8 -8
- package/dist/chunk-PBKZYJRJ.js.map +1 -0
- package/dist/{chunk-TESVH5PV.mjs → chunk-QHGSBZCL.mjs} +8 -8
- package/dist/chunk-QHGSBZCL.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/dist/features/help/index.js +31 -31
- package/dist/features/help/index.mjs +1 -1
- package/dist/features/tokenusage/index.js +56 -56
- package/dist/features/tokenusage/index.mjs +1 -1
- package/package.json +1 -1
- package/src/features/company/components/details/TokenStatusIndicator.tsx +19 -14
- package/dist/chunk-QS5Y6ZBF.js.map +0 -1
- package/dist/chunk-TESVH5PV.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-7NVXRTVR.mjs.map → BlockNoteEditor-QGEOVS3T.mjs.map} +0 -0
|
@@ -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-
|
|
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__ */
|
|
12263
|
-
|
|
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("
|
|
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-
|
|
23967
|
+
//# sourceMappingURL=chunk-QHGSBZCL.mjs.map
|