@carlonicora/nextjs-jsonapi 1.139.4 → 1.140.0
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-6RUVMADD.js → BlockNoteEditor-CBZ64OBS.js} +9 -9
- package/dist/{BlockNoteEditor-6RUVMADD.js.map → BlockNoteEditor-CBZ64OBS.js.map} +1 -1
- package/dist/{BlockNoteEditor-YWEXTQMH.mjs → BlockNoteEditor-EA6XBEGN.mjs} +2 -2
- package/dist/billing/index.js +310 -310
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-FBTEVGAJ.js → chunk-DG3LUNET.js} +11 -3
- package/dist/chunk-DG3LUNET.js.map +1 -0
- package/dist/{chunk-A5ZPKBML.mjs → chunk-NLPJOLO4.mjs} +11 -3
- package/dist/chunk-NLPJOLO4.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/components/typography/SectionHeader.tsx +5 -1
- package/dist/chunk-A5ZPKBML.mjs.map +0 -1
- package/dist/chunk-FBTEVGAJ.js.map +0 -1
- /package/dist/{BlockNoteEditor-YWEXTQMH.mjs.map → BlockNoteEditor-EA6XBEGN.mjs.map} +0 -0
|
@@ -8625,7 +8625,15 @@ import { useCallback as useCallback20, useEffect as useEffect24, useRef as useRe
|
|
|
8625
8625
|
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
8626
8626
|
function SectionHeader({ level = 3, className, children, ...props }) {
|
|
8627
8627
|
const Tag = level === 2 ? "h2" : "h3";
|
|
8628
|
-
return /* @__PURE__ */ jsx69(
|
|
8628
|
+
return /* @__PURE__ */ jsx69(
|
|
8629
|
+
Tag,
|
|
8630
|
+
{
|
|
8631
|
+
"data-slot": "section-header",
|
|
8632
|
+
className: cn(level === 2 ? "text-xl font-semibold" : "text-lg font-semibold", className),
|
|
8633
|
+
...props,
|
|
8634
|
+
children
|
|
8635
|
+
}
|
|
8636
|
+
);
|
|
8629
8637
|
}
|
|
8630
8638
|
__name(SectionHeader, "SectionHeader");
|
|
8631
8639
|
|
|
@@ -10120,7 +10128,7 @@ import { useRef as useRef17 } from "react";
|
|
|
10120
10128
|
import dynamic from "next/dynamic";
|
|
10121
10129
|
import React17 from "react";
|
|
10122
10130
|
import { jsx as jsx86 } from "react/jsx-runtime";
|
|
10123
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
10131
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-EA6XBEGN.mjs"), {
|
|
10124
10132
|
ssr: false
|
|
10125
10133
|
});
|
|
10126
10134
|
var BlockNoteEditorContainer = React17.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -23894,4 +23902,4 @@ export {
|
|
|
23894
23902
|
useOAuthClients,
|
|
23895
23903
|
useOAuthClient
|
|
23896
23904
|
};
|
|
23897
|
-
//# sourceMappingURL=chunk-
|
|
23905
|
+
//# sourceMappingURL=chunk-NLPJOLO4.mjs.map
|