@carlonicora/nextjs-jsonapi 1.55.0 → 1.55.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-USEVDT2N.js → BlockNoteEditor-AIAYKGLG.js} +6 -6
- package/dist/{BlockNoteEditor-USEVDT2N.js.map → BlockNoteEditor-AIAYKGLG.js.map} +1 -1
- package/dist/{BlockNoteEditor-KRNCNQSM.mjs → BlockNoteEditor-IKOGDWDQ.mjs} +2 -2
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-JQAG6BQJ.js → chunk-PA65FHXQ.js} +3 -3
- package/dist/{chunk-JQAG6BQJ.js.map → chunk-PA65FHXQ.js.map} +1 -1
- package/dist/{chunk-PIGACN3N.mjs → chunk-PHYEALSV.mjs} +3 -3
- package/dist/chunk-PHYEALSV.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/package.json +1 -1
- package/src/components/contents/AttributeElement.tsx +3 -1
- package/dist/chunk-PIGACN3N.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-KRNCNQSM.mjs.map → BlockNoteEditor-IKOGDWDQ.mjs.map} +0 -0
|
@@ -8344,7 +8344,7 @@ __name(FormCheckbox, "FormCheckbox");
|
|
|
8344
8344
|
import dynamic from "next/dynamic";
|
|
8345
8345
|
import React14 from "react";
|
|
8346
8346
|
import { jsx as jsx67 } from "react/jsx-runtime";
|
|
8347
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
8347
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-IKOGDWDQ.mjs"), {
|
|
8348
8348
|
ssr: false
|
|
8349
8349
|
});
|
|
8350
8350
|
var BlockNoteEditorContainer = React14.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -11920,7 +11920,7 @@ __name(TabsContainer, "TabsContainer");
|
|
|
11920
11920
|
import { jsx as jsx131, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
11921
11921
|
function AttributeElement({ inline, title, value, className }) {
|
|
11922
11922
|
return /* @__PURE__ */ jsxs77("div", { className: cn(`flex ${inline === true ? "flex-row" : "flex-col"} my-1 justify-start`, className), children: [
|
|
11923
|
-
title && /* @__PURE__ */ jsx131("div", { className: `${inline === true ? "min-w-48 pr-4" : "w-full"} text-
|
|
11923
|
+
title && /* @__PURE__ */ jsx131("div", { className: `${inline === true ? "min-w-48 pr-4" : "w-full"} text-xs text-muted-foreground`, children: title }),
|
|
11924
11924
|
value && /* @__PURE__ */ jsx131("div", { className: "flex w-full flex-col text-sm", children: value })
|
|
11925
11925
|
] });
|
|
11926
11926
|
}
|
|
@@ -18748,4 +18748,4 @@ export {
|
|
|
18748
18748
|
useOAuthClients,
|
|
18749
18749
|
useOAuthClient
|
|
18750
18750
|
};
|
|
18751
|
-
//# sourceMappingURL=chunk-
|
|
18751
|
+
//# sourceMappingURL=chunk-PHYEALSV.mjs.map
|