@carlonicora/nextjs-jsonapi 1.106.0 → 1.106.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-S5R27QPN.js → BlockNoteEditor-54ZSYWYM.js} +9 -9
- package/dist/{BlockNoteEditor-S5R27QPN.js.map → BlockNoteEditor-54ZSYWYM.js.map} +1 -1
- package/dist/{BlockNoteEditor-46JT4ECW.mjs → BlockNoteEditor-Z3LF4LFQ.mjs} +2 -2
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-XNMPBILK.mjs → chunk-THZ4W7TG.mjs} +4 -16
- package/dist/chunk-THZ4W7TG.mjs.map +1 -0
- package/dist/{chunk-OY654YO6.js → chunk-UB7VGH2D.js} +4 -16
- package/dist/{chunk-OY654YO6.js.map → chunk-UB7VGH2D.js.map} +1 -1
- 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/forms/CurrencyInput.tsx +2 -10
- package/dist/chunk-XNMPBILK.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-46JT4ECW.mjs.map → BlockNoteEditor-Z3LF4LFQ.mjs.map} +0 -0
package/dist/billing/index.mjs
CHANGED
|
@@ -9548,23 +9548,11 @@ function CurrencyInput({
|
|
|
9548
9548
|
"data-testid": testId
|
|
9549
9549
|
};
|
|
9550
9550
|
if (!currencySymbol) {
|
|
9551
|
-
return /* @__PURE__ */ jsx72(
|
|
9552
|
-
Input,
|
|
9553
|
-
{
|
|
9554
|
-
...sharedProps,
|
|
9555
|
-
className: `text-end ${className ?? ""}`.trim()
|
|
9556
|
-
}
|
|
9557
|
-
);
|
|
9551
|
+
return /* @__PURE__ */ jsx72(Input, { ...sharedProps, className: `text-end ${className ?? ""}`.trim() });
|
|
9558
9552
|
}
|
|
9559
9553
|
return /* @__PURE__ */ jsxs43(InputGroup, { children: [
|
|
9560
9554
|
/* @__PURE__ */ jsx72(InputGroupAddon, { children: /* @__PURE__ */ jsx72(InputGroupText, { children: currencySymbol }) }),
|
|
9561
|
-
/* @__PURE__ */ jsx72(
|
|
9562
|
-
InputGroupInput,
|
|
9563
|
-
{
|
|
9564
|
-
...sharedProps,
|
|
9565
|
-
className: `text-end ${className ?? ""}`.trim()
|
|
9566
|
-
}
|
|
9567
|
-
)
|
|
9555
|
+
/* @__PURE__ */ jsx72(InputGroupInput, { ...sharedProps, className: `text-end ${className ?? ""}`.trim() })
|
|
9568
9556
|
] });
|
|
9569
9557
|
}
|
|
9570
9558
|
__name(CurrencyInput, "CurrencyInput");
|
|
@@ -9600,7 +9588,7 @@ import { useRef as useRef15 } from "react";
|
|
|
9600
9588
|
import dynamic from "next/dynamic";
|
|
9601
9589
|
import React15 from "react";
|
|
9602
9590
|
import { jsx as jsx74 } from "react/jsx-runtime";
|
|
9603
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
9591
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-Z3LF4LFQ.mjs"), {
|
|
9604
9592
|
ssr: false
|
|
9605
9593
|
});
|
|
9606
9594
|
var BlockNoteEditorContainer = React15.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -22520,4 +22508,4 @@ export {
|
|
|
22520
22508
|
useOAuthClients,
|
|
22521
22509
|
useOAuthClient
|
|
22522
22510
|
};
|
|
22523
|
-
//# sourceMappingURL=chunk-
|
|
22511
|
+
//# sourceMappingURL=chunk-THZ4W7TG.mjs.map
|