@carlonicora/nextjs-jsonapi 3.5.1 → 3.5.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-7K2ENAU6.js → BlockNoteEditor-5T5NB53C.js} +9 -9
- package/dist/{BlockNoteEditor-7K2ENAU6.js.map → BlockNoteEditor-5T5NB53C.js.map} +1 -1
- package/dist/{BlockNoteEditor-MSFNIMZP.mjs → BlockNoteEditor-HGVFKRAX.mjs} +2 -2
- package/dist/billing/index.js +333 -333
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-3LF5PPRY.mjs → chunk-2ONZSSDW.mjs} +7 -7
- package/dist/chunk-2ONZSSDW.mjs.map +1 -0
- package/dist/{chunk-LKFWEYVS.js → chunk-YMFHT4AP.js} +7 -7
- package/dist/chunk-YMFHT4AP.js.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 +75 -75
- package/dist/features/tokenusage/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/containers/RoundPageContainer.tsx +1 -1
- package/src/shadcnui/ui/slider.tsx +4 -4
- package/dist/chunk-3LF5PPRY.mjs.map +0 -1
- package/dist/chunk-LKFWEYVS.js.map +0 -1
- /package/dist/{BlockNoteEditor-MSFNIMZP.mjs.map → BlockNoteEditor-HGVFKRAX.mjs.map} +0 -0
package/dist/billing/index.mjs
CHANGED
|
@@ -4291,7 +4291,7 @@ function Slider({ className, defaultValue, value, min = 0, max = 100, ...props }
|
|
|
4291
4291
|
return /* @__PURE__ */ jsx41(
|
|
4292
4292
|
SliderPrimitive.Root,
|
|
4293
4293
|
{
|
|
4294
|
-
className: "data-horizontal:w-full data-vertical:h-full",
|
|
4294
|
+
className: "data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full",
|
|
4295
4295
|
"data-slot": "slider",
|
|
4296
4296
|
defaultValue,
|
|
4297
4297
|
value,
|
|
@@ -4304,7 +4304,7 @@ function Slider({ className, defaultValue, value, min = 0, max = 100, ...props }
|
|
|
4304
4304
|
{
|
|
4305
4305
|
"data-slot": "slider-control",
|
|
4306
4306
|
className: cn(
|
|
4307
|
-
"data-vertical:min-h-40 relative flex w-full touch-none items-center select-none cursor-pointer data-disabled:cursor-not-allowed data-disabled:opacity-50 data-vertical:h-full data-vertical:w-auto data-vertical:flex-col",
|
|
4307
|
+
"data-[orientation=vertical]:min-h-40 relative flex w-full touch-none items-center select-none cursor-pointer data-disabled:cursor-not-allowed data-disabled:opacity-50 data-[orientation=vertical]:h-full data-[orientation=vertical]:w-auto data-[orientation=vertical]:flex-col",
|
|
4308
4308
|
className
|
|
4309
4309
|
),
|
|
4310
4310
|
children: [
|
|
@@ -4312,12 +4312,12 @@ function Slider({ className, defaultValue, value, min = 0, max = 100, ...props }
|
|
|
4312
4312
|
SliderPrimitive.Track,
|
|
4313
4313
|
{
|
|
4314
4314
|
"data-slot": "slider-track",
|
|
4315
|
-
className: "bg-muted rounded-md data-horizontal:h-3 data-horizontal:w-full data-vertical:h-full data-vertical:w-3 relative overflow-hidden select-none",
|
|
4315
|
+
className: "bg-muted rounded-md data-[orientation=horizontal]:h-3 data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-3 relative overflow-hidden select-none",
|
|
4316
4316
|
children: /* @__PURE__ */ jsx41(
|
|
4317
4317
|
SliderPrimitive.Indicator,
|
|
4318
4318
|
{
|
|
4319
4319
|
"data-slot": "slider-range",
|
|
4320
|
-
className: "bg-primary select-none data-horizontal:h-full data-vertical:w-full"
|
|
4320
|
+
className: "bg-primary select-none data-[orientation=horizontal]:h-full data-[orientation=vertical]:w-full"
|
|
4321
4321
|
}
|
|
4322
4322
|
)
|
|
4323
4323
|
}
|
|
@@ -10314,7 +10314,7 @@ import { useRef as useRef17 } from "react";
|
|
|
10314
10314
|
import dynamic from "next/dynamic";
|
|
10315
10315
|
import React18 from "react";
|
|
10316
10316
|
import { jsx as jsx89 } from "react/jsx-runtime";
|
|
10317
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
10317
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-HGVFKRAX.mjs"), {
|
|
10318
10318
|
ssr: false
|
|
10319
10319
|
});
|
|
10320
10320
|
var BlockNoteEditorContainer = React18.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -15237,7 +15237,7 @@ function RoundPageContainer({
|
|
|
15237
15237
|
defaultDetailsOpen = false,
|
|
15238
15238
|
detailsTitle,
|
|
15239
15239
|
detailsIcon,
|
|
15240
|
-
scroll = "
|
|
15240
|
+
scroll = "fixed"
|
|
15241
15241
|
}) {
|
|
15242
15242
|
const headerChildren = useHeaderChildren();
|
|
15243
15243
|
const headerLeftContent = useHeaderLeftContent();
|
|
@@ -25543,4 +25543,4 @@ export {
|
|
|
25543
25543
|
useOAuthClients,
|
|
25544
25544
|
useOAuthClient
|
|
25545
25545
|
};
|
|
25546
|
-
//# sourceMappingURL=chunk-
|
|
25546
|
+
//# sourceMappingURL=chunk-2ONZSSDW.mjs.map
|