@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.
- package/dist/{BlockNoteEditor-JEHEQJAW.mjs → BlockNoteEditor-E6ULBTZD.mjs} +2 -2
- package/dist/{BlockNoteEditor-L36KO77V.js → BlockNoteEditor-N5V74BJF.js} +9 -9
- package/dist/{BlockNoteEditor-L36KO77V.js.map → BlockNoteEditor-N5V74BJF.js.map} +1 -1
- package/dist/billing/index.js +310 -310
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-FPTJAORV.js → chunk-FLZ55M3V.js} +6 -15
- package/dist/chunk-FLZ55M3V.js.map +1 -0
- package/dist/{chunk-JLC2YP35.mjs → chunk-L5CPWDCM.mjs} +6 -15
- package/dist/chunk-L5CPWDCM.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/package.json +1 -1
- package/src/shadcnui/ui/progress.tsx +2 -7
- package/dist/chunk-FPTJAORV.js.map +0 -1
- package/dist/chunk-JLC2YP35.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-JEHEQJAW.mjs.map → BlockNoteEditor-E6ULBTZD.mjs.map} +0 -0
|
@@ -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
|
-
|
|
3102
|
-
{
|
|
3103
|
-
|
|
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-
|
|
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-
|
|
23885
|
+
//# sourceMappingURL=chunk-L5CPWDCM.mjs.map
|