@carlonicora/nextjs-jsonapi 1.123.0 → 1.123.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-4TXISWF2.mjs → BlockNoteEditor-4UBKHQHZ.mjs} +2 -2
- package/dist/{BlockNoteEditor-ZLTCCPY2.js → BlockNoteEditor-JWE5R6TH.js} +9 -9
- package/dist/{BlockNoteEditor-ZLTCCPY2.js.map → BlockNoteEditor-JWE5R6TH.js.map} +1 -1
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-ZQPFEQC6.js → chunk-NHTN4LWQ.js} +5 -4
- package/dist/chunk-NHTN4LWQ.js.map +1 -0
- package/dist/{chunk-BPGXWAKV.mjs → chunk-WDWU5VJ5.mjs} +6 -5
- package/dist/chunk-WDWU5VJ5.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 +30 -30
- package/dist/features/help/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/containers/RoundPageContainerTitle.tsx +7 -4
- package/dist/chunk-BPGXWAKV.mjs.map +0 -1
- package/dist/chunk-ZQPFEQC6.js.map +0 -1
- /package/dist/{BlockNoteEditor-4TXISWF2.mjs.map → BlockNoteEditor-4UBKHQHZ.mjs.map} +0 -0
|
@@ -9838,7 +9838,7 @@ import { useRef as useRef15 } from "react";
|
|
|
9838
9838
|
import dynamic from "next/dynamic";
|
|
9839
9839
|
import React17 from "react";
|
|
9840
9840
|
import { jsx as jsx77 } from "react/jsx-runtime";
|
|
9841
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
9841
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-4UBKHQHZ.mjs"), {
|
|
9842
9842
|
ssr: false
|
|
9843
9843
|
});
|
|
9844
9844
|
var BlockNoteEditorContainer = React17.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -14296,7 +14296,7 @@ function ReactMarkdownContainer({
|
|
|
14296
14296
|
__name(ReactMarkdownContainer, "ReactMarkdownContainer");
|
|
14297
14297
|
|
|
14298
14298
|
// src/components/containers/RoundPageContainerTitle.tsx
|
|
14299
|
-
import {
|
|
14299
|
+
import { InfoIcon as InfoIcon2 } from "lucide-react";
|
|
14300
14300
|
import { jsx as jsx151, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
14301
14301
|
function RoundPageContainerTitle({
|
|
14302
14302
|
module,
|
|
@@ -14322,9 +14322,10 @@ function RoundPageContainerTitle({
|
|
|
14322
14322
|
{
|
|
14323
14323
|
render: /* @__PURE__ */ jsx151("div", {}),
|
|
14324
14324
|
nativeButton: false,
|
|
14325
|
-
variant: `ghost`,
|
|
14325
|
+
variant: showDetails ? `ghost` : `default`,
|
|
14326
14326
|
onClick: () => setShowDetails(!showDetails),
|
|
14327
|
-
|
|
14327
|
+
className: cn(`cursor-pointer`),
|
|
14328
|
+
children: /* @__PURE__ */ jsx151(InfoIcon2, {})
|
|
14328
14329
|
}
|
|
14329
14330
|
) }),
|
|
14330
14331
|
/* @__PURE__ */ jsx151(TooltipContent, { children: showDetails ? "Hide details" : "Show details" })
|
|
@@ -23144,4 +23145,4 @@ export {
|
|
|
23144
23145
|
useOAuthClients,
|
|
23145
23146
|
useOAuthClient
|
|
23146
23147
|
};
|
|
23147
|
-
//# sourceMappingURL=chunk-
|
|
23148
|
+
//# sourceMappingURL=chunk-WDWU5VJ5.mjs.map
|