@carlonicora/nextjs-jsonapi 3.3.4 → 3.3.5
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-J4TQJSHZ.js → BlockNoteEditor-BWC7JDVK.js} +9 -9
- package/dist/{BlockNoteEditor-J4TQJSHZ.js.map → BlockNoteEditor-BWC7JDVK.js.map} +1 -1
- package/dist/{BlockNoteEditor-ZNEXXORX.mjs → BlockNoteEditor-BXA6SDVC.mjs} +2 -2
- package/dist/billing/index.js +333 -333
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-GCE4C7FG.mjs → chunk-JBTGGZ3K.mjs} +4 -3
- package/dist/chunk-JBTGGZ3K.mjs.map +1 -0
- package/dist/{chunk-KCZ6SPUQ.js → chunk-PXXVAY7N.js} +4 -3
- package/dist/chunk-PXXVAY7N.js.map +1 -0
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.d.mts +13 -2
- package/dist/components/index.d.ts +13 -2
- 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/dist/features/tokenusage/index.js +75 -75
- package/dist/features/tokenusage/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/forms/DatePickerPopover.tsx +31 -3
- package/dist/chunk-GCE4C7FG.mjs.map +0 -1
- package/dist/chunk-KCZ6SPUQ.js.map +0 -1
- /package/dist/{BlockNoteEditor-ZNEXXORX.mjs.map → BlockNoteEditor-BXA6SDVC.mjs.map} +0 -0
package/dist/billing/index.mjs
CHANGED
|
@@ -9190,6 +9190,7 @@ import { useMemo as useMemo12, useState as useState20 } from "react";
|
|
|
9190
9190
|
import { jsx as jsx83, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
9191
9191
|
var DatePickerPopover = /* @__PURE__ */ __name(({
|
|
9192
9192
|
children,
|
|
9193
|
+
nativeButton = true,
|
|
9193
9194
|
value,
|
|
9194
9195
|
onSelect,
|
|
9195
9196
|
minDate,
|
|
@@ -9259,7 +9260,7 @@ var DatePickerPopover = /* @__PURE__ */ __name(({
|
|
|
9259
9260
|
setInputValue("");
|
|
9260
9261
|
}, "handleClear");
|
|
9261
9262
|
return /* @__PURE__ */ jsxs46(Popover, { open: isOpen, onOpenChange: setIsOpen, children: [
|
|
9262
|
-
/* @__PURE__ */ jsx83(PopoverTrigger, { children }),
|
|
9263
|
+
/* @__PURE__ */ jsx83(PopoverTrigger, { nativeButton, render: children }),
|
|
9263
9264
|
/* @__PURE__ */ jsx83(PopoverContent, { className: cn("p-0", className), align, onClick: (e) => e.stopPropagation(), children: /* @__PURE__ */ jsxs46("div", { className: "p-3", children: [
|
|
9264
9265
|
/* @__PURE__ */ jsxs46("div", { className: "relative mb-3", children: [
|
|
9265
9266
|
/* @__PURE__ */ jsx83(
|
|
@@ -10226,7 +10227,7 @@ import { useRef as useRef17 } from "react";
|
|
|
10226
10227
|
import dynamic from "next/dynamic";
|
|
10227
10228
|
import React17 from "react";
|
|
10228
10229
|
import { jsx as jsx88 } from "react/jsx-runtime";
|
|
10229
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
10230
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-BXA6SDVC.mjs"), {
|
|
10230
10231
|
ssr: false
|
|
10231
10232
|
});
|
|
10232
10233
|
var BlockNoteEditorContainer = React17.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -25441,4 +25442,4 @@ export {
|
|
|
25441
25442
|
useOAuthClients,
|
|
25442
25443
|
useOAuthClient
|
|
25443
25444
|
};
|
|
25444
|
-
//# sourceMappingURL=chunk-
|
|
25445
|
+
//# sourceMappingURL=chunk-JBTGGZ3K.mjs.map
|