@carlonicora/nextjs-jsonapi 1.103.0 → 1.104.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.
Files changed (43) hide show
  1. package/dist/{BlockNoteEditor-NFWTW57Y.js → BlockNoteEditor-5JVM4K6A.js} +17 -17
  2. package/dist/{BlockNoteEditor-NFWTW57Y.js.map → BlockNoteEditor-5JVM4K6A.js.map} +1 -1
  3. package/dist/{BlockNoteEditor-HXQIR3MJ.mjs → BlockNoteEditor-OU4FCTXV.mjs} +4 -4
  4. package/dist/billing/index.js +346 -346
  5. package/dist/billing/index.mjs +3 -3
  6. package/dist/{chunk-6GPAOMNR.js → chunk-A5WAZ7CI.js} +690 -690
  7. package/dist/chunk-A5WAZ7CI.js.map +1 -0
  8. package/dist/{chunk-CK3BMQWY.mjs → chunk-CFECWLHH.mjs} +2 -2
  9. package/dist/{chunk-3KDGODJ7.mjs → chunk-N3NVIPSU.mjs} +8 -1
  10. package/dist/chunk-N3NVIPSU.mjs.map +1 -0
  11. package/dist/{chunk-XAWKRNYM.js → chunk-RXXZGPC3.js} +9 -2
  12. package/dist/chunk-RXXZGPC3.js.map +1 -0
  13. package/dist/{chunk-7ATJEPFQ.mjs → chunk-SF7ZBSBS.mjs} +5 -5
  14. package/dist/{chunk-7ATJEPFQ.mjs.map → chunk-SF7ZBSBS.mjs.map} +1 -1
  15. package/dist/{chunk-SE5HIHJS.js → chunk-VLDLERJN.js} +7 -7
  16. package/dist/{chunk-SE5HIHJS.js.map → chunk-VLDLERJN.js.map} +1 -1
  17. package/dist/client/index.js +4 -4
  18. package/dist/client/index.mjs +3 -3
  19. package/dist/components/index.js +4 -4
  20. package/dist/components/index.mjs +3 -3
  21. package/dist/contexts/index.js +4 -4
  22. package/dist/contexts/index.mjs +3 -3
  23. package/dist/core/index.d.mts +13 -1
  24. package/dist/core/index.d.ts +13 -1
  25. package/dist/core/index.js +4 -2
  26. package/dist/core/index.js.map +1 -1
  27. package/dist/core/index.mjs +3 -1
  28. package/dist/index.d.mts +1 -1
  29. package/dist/index.d.ts +1 -1
  30. package/dist/index.js +5 -3
  31. package/dist/index.js.map +1 -1
  32. package/dist/index.mjs +4 -2
  33. package/dist/server/index.js +3 -3
  34. package/dist/server/index.mjs +1 -1
  35. package/package.json +1 -1
  36. package/src/features/how-to/components/lists/HowToList.tsx +1 -1
  37. package/src/utils/date-formatter.ts +18 -0
  38. package/src/utils/index.ts +1 -1
  39. package/dist/chunk-3KDGODJ7.mjs.map +0 -1
  40. package/dist/chunk-6GPAOMNR.js.map +0 -1
  41. package/dist/chunk-XAWKRNYM.js.map +0 -1
  42. /package/dist/{BlockNoteEditor-HXQIR3MJ.mjs.map → BlockNoteEditor-OU4FCTXV.mjs.map} +0 -0
  43. /package/dist/{chunk-CK3BMQWY.mjs.map → chunk-CFECWLHH.mjs.map} +0 -0
@@ -20,7 +20,7 @@ import {
20
20
  useI18nLocale,
21
21
  useI18nRouter,
22
22
  useI18nTranslations
23
- } from "./chunk-CK3BMQWY.mjs";
23
+ } from "./chunk-CFECWLHH.mjs";
24
24
  import {
25
25
  AVAILABLE_OAUTH_SCOPES,
26
26
  AssistantMessage,
@@ -60,7 +60,7 @@ import {
60
60
  showToast,
61
61
  useComposedRefs,
62
62
  useIsMobile
63
- } from "./chunk-3KDGODJ7.mjs";
63
+ } from "./chunk-N3NVIPSU.mjs";
64
64
  import {
65
65
  JsonApiContext
66
66
  } from "./chunk-VOXD3ZLY.mjs";
@@ -9509,7 +9509,7 @@ import { useRef as useRef15 } from "react";
9509
9509
  import dynamic from "next/dynamic";
9510
9510
  import React14 from "react";
9511
9511
  import { jsx as jsx73 } from "react/jsx-runtime";
9512
- var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-HXQIR3MJ.mjs"), {
9512
+ var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-OU4FCTXV.mjs"), {
9513
9513
  ssr: false
9514
9514
  });
9515
9515
  var BlockNoteEditorContainer = React14.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
@@ -18137,7 +18137,7 @@ function HowToList({ fullWidth }) {
18137
18137
  ContentListTable,
18138
18138
  {
18139
18139
  data,
18140
- fields: ["name" /* name */, "pages" /* pages */, "updatedAt" /* updatedAt */],
18140
+ fields: ["name" /* name */, "pages" /* pages */],
18141
18141
  tableGeneratorType: Modules.HowTo,
18142
18142
  functions,
18143
18143
  title: t(`entities.howtos`, { count: 2 }),
@@ -22428,4 +22428,4 @@ export {
22428
22428
  useOAuthClients,
22429
22429
  useOAuthClient
22430
22430
  };
22431
- //# sourceMappingURL=chunk-7ATJEPFQ.mjs.map
22431
+ //# sourceMappingURL=chunk-SF7ZBSBS.mjs.map