@carlonicora/nextjs-jsonapi 1.67.0 → 1.69.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.
Files changed (100) hide show
  1. package/dist/{AuthComponent-NwQ_ZXsv.d.mts → AuthComponent-DXe3kPzb.d.mts} +1 -1
  2. package/dist/{AuthComponent-DL1D3y7f.d.ts → AuthComponent-Di8DsZ2I.d.ts} +1 -1
  3. package/dist/{BlockNoteEditor-QHWPE3BJ.js → BlockNoteEditor-CBUEPFA7.js} +14 -14
  4. package/dist/{BlockNoteEditor-QHWPE3BJ.js.map → BlockNoteEditor-CBUEPFA7.js.map} +1 -1
  5. package/dist/{BlockNoteEditor-TIX3GDVZ.mjs → BlockNoteEditor-ON5Q6QWO.mjs} +4 -4
  6. package/dist/HowToInterface-DtVWAE1s.d.mts +17 -0
  7. package/dist/HowToInterface-NaqSG9sE.d.ts +17 -0
  8. package/dist/{auth.interface-BX_1qZZJ.d.ts → auth.interface-BTco8PWs.d.ts} +1 -1
  9. package/dist/{auth.interface-yeLelxdI.d.mts → auth.interface-C4uJzBec.d.mts} +1 -1
  10. package/dist/billing/index.js +346 -346
  11. package/dist/billing/index.mjs +3 -3
  12. package/dist/{chunk-CJY63D6U.js → chunk-56VU7A4I.js} +180 -18
  13. package/dist/chunk-56VU7A4I.js.map +1 -0
  14. package/dist/{chunk-3BWYWS3A.js → chunk-5X4MS55M.js} +1655 -695
  15. package/dist/chunk-5X4MS55M.js.map +1 -0
  16. package/dist/{chunk-KFIQTY4O.js → chunk-6ROMPIIP.js} +11 -11
  17. package/dist/{chunk-KFIQTY4O.js.map → chunk-6ROMPIIP.js.map} +1 -1
  18. package/dist/{chunk-RIG2BEXJ.mjs → chunk-GZNHBAZF.mjs} +163 -1
  19. package/dist/chunk-GZNHBAZF.mjs.map +1 -0
  20. package/dist/{chunk-WWP32QYC.mjs → chunk-NPF7P7MU.mjs} +2562 -1602
  21. package/dist/chunk-NPF7P7MU.mjs.map +1 -0
  22. package/dist/{chunk-ZYAAJMZZ.mjs → chunk-WJYWWOTG.mjs} +2 -2
  23. package/dist/client/index.d.mts +5 -6
  24. package/dist/client/index.d.ts +5 -6
  25. package/dist/client/index.js +4 -4
  26. package/dist/client/index.mjs +3 -3
  27. package/dist/components/index.d.mts +76 -8
  28. package/dist/components/index.d.ts +76 -8
  29. package/dist/components/index.js +26 -4
  30. package/dist/components/index.js.map +1 -1
  31. package/dist/components/index.mjs +25 -3
  32. package/dist/{config-D-mqttuF.d.mts → config-Bmr_0qTn.d.mts} +1 -1
  33. package/dist/{config-CyCAWW-d.d.ts → config-n0lfSf27.d.ts} +1 -1
  34. package/dist/contexts/index.d.mts +16 -4
  35. package/dist/contexts/index.d.ts +16 -4
  36. package/dist/contexts/index.js +8 -4
  37. package/dist/contexts/index.js.map +1 -1
  38. package/dist/contexts/index.mjs +7 -3
  39. package/dist/core/index.d.mts +61 -11
  40. package/dist/core/index.d.ts +61 -11
  41. package/dist/core/index.js +10 -2
  42. package/dist/core/index.js.map +1 -1
  43. package/dist/core/index.mjs +9 -1
  44. package/dist/index.d.mts +9 -10
  45. package/dist/index.d.ts +9 -10
  46. package/dist/index.js +11 -3
  47. package/dist/index.js.map +1 -1
  48. package/dist/index.mjs +10 -2
  49. package/dist/{notification.interface-ItBxq2au.d.ts → notification.interface-DYDZENx2.d.ts} +18 -1
  50. package/dist/{notification.interface-C6UcmJqu.d.mts → notification.interface-DrHu_1MM.d.mts} +18 -1
  51. package/dist/{s3.service-Cg5TmbU_.d.ts → s3.service-DK2KKXbR.d.ts} +6 -3
  52. package/dist/{s3.service-DLf_a0xS.d.mts → s3.service-TsN2unZr.d.mts} +6 -3
  53. package/dist/server/index.d.mts +3 -4
  54. package/dist/server/index.d.ts +3 -4
  55. package/dist/server/index.js +3 -3
  56. package/dist/server/index.mjs +1 -1
  57. package/dist/{useRbacState-CUj0hp8t.d.ts → useRbacState-BYaSdA78.d.ts} +1 -1
  58. package/dist/{useRbacState-Btk1gkQg.d.mts → useRbacState-CQEJ_ysV.d.mts} +1 -1
  59. package/dist/{useSocket-BSUN9s3p.d.ts → useSocket-Cjt_qvkI.d.ts} +1 -1
  60. package/dist/{useSocket-DKI92Fbg.d.mts → useSocket-VAGetcT3.d.mts} +1 -1
  61. package/package.json +1 -1
  62. package/src/components/index.ts +1 -0
  63. package/src/contexts/index.ts +1 -0
  64. package/src/core/index.ts +2 -0
  65. package/src/core/registry/ModuleRegistry.ts +19 -0
  66. package/src/features/how-to/HowToModule.ts +18 -0
  67. package/src/features/how-to/components/containers/HowToCommand.tsx +230 -0
  68. package/src/features/how-to/components/containers/HowToCommandViewer.tsx +76 -0
  69. package/src/features/how-to/components/containers/HowToContainer.tsx +27 -0
  70. package/src/features/how-to/components/containers/HowToListContainer.tsx +17 -0
  71. package/src/features/how-to/components/details/HowToContent.tsx +16 -0
  72. package/src/features/how-to/components/details/HowToDetails.tsx +52 -0
  73. package/src/features/how-to/components/forms/HowToDeleter.tsx +31 -0
  74. package/src/features/how-to/components/forms/HowToEditor.tsx +270 -0
  75. package/src/features/how-to/components/forms/HowToMultiSelector.tsx +152 -0
  76. package/src/features/how-to/components/forms/HowToSelector.tsx +164 -0
  77. package/src/features/how-to/components/index.ts +11 -0
  78. package/src/features/how-to/components/lists/HowToList.tsx +39 -0
  79. package/src/features/how-to/contexts/HowToContext.tsx +101 -0
  80. package/src/features/how-to/data/HowTo.ts +69 -0
  81. package/src/features/how-to/data/HowToFields.ts +10 -0
  82. package/src/features/how-to/data/HowToInterface.ts +11 -0
  83. package/src/features/how-to/data/HowToService.ts +61 -0
  84. package/src/features/how-to/data/index.ts +4 -0
  85. package/src/features/how-to/hooks/useHowToTableStructure.tsx +86 -0
  86. package/src/features/how-to/index.ts +2 -0
  87. package/src/features/how-to/utils/blocknote.ts +108 -0
  88. package/src/features/how-to/utils/index.ts +1 -0
  89. package/src/features/user/components/details/UserContent.tsx +1 -1
  90. package/src/features/user/data/user.service.ts +9 -0
  91. package/dist/breadcrumb.item.data.interface-CgB4_1EE.d.mts +0 -6
  92. package/dist/breadcrumb.item.data.interface-CgB4_1EE.d.ts +0 -6
  93. package/dist/chunk-3BWYWS3A.js.map +0 -1
  94. package/dist/chunk-CJY63D6U.js.map +0 -1
  95. package/dist/chunk-RIG2BEXJ.mjs.map +0 -1
  96. package/dist/chunk-WWP32QYC.mjs.map +0 -1
  97. package/dist/content.interface-8T5-G84c.d.mts +0 -21
  98. package/dist/content.interface-D-xdYxjt.d.ts +0 -21
  99. /package/dist/{BlockNoteEditor-TIX3GDVZ.mjs.map → BlockNoteEditor-ON5Q6QWO.mjs.map} +0 -0
  100. /package/dist/{chunk-ZYAAJMZZ.mjs.map → chunk-WJYWWOTG.mjs.map} +0 -0
@@ -1,21 +0,0 @@
1
- import { A as ApiDataInterface } from './ApiDataInterface-DPP8s46n.mjs';
2
- import { U as UserInterface } from './notification.interface-C6UcmJqu.mjs';
3
-
4
- type ContentInput = {
5
- id: string;
6
- name?: string;
7
- authorId: string;
8
- editorIds?: string[];
9
- };
10
- interface ContentInterface extends ApiDataInterface {
11
- get contentType(): string | undefined;
12
- get name(): string;
13
- get abstract(): string | undefined;
14
- get tldr(): string | undefined;
15
- get aiStatus(): string;
16
- get relevance(): number | undefined;
17
- get author(): UserInterface;
18
- get editors(): UserInterface[];
19
- }
20
-
21
- export type { ContentInput as C, ContentInterface as a };
@@ -1,21 +0,0 @@
1
- import { A as ApiDataInterface } from './ApiDataInterface-DPP8s46n.js';
2
- import { U as UserInterface } from './notification.interface-ItBxq2au.js';
3
-
4
- type ContentInput = {
5
- id: string;
6
- name?: string;
7
- authorId: string;
8
- editorIds?: string[];
9
- };
10
- interface ContentInterface extends ApiDataInterface {
11
- get contentType(): string | undefined;
12
- get name(): string;
13
- get abstract(): string | undefined;
14
- get tldr(): string | undefined;
15
- get aiStatus(): string;
16
- get relevance(): number | undefined;
17
- get author(): UserInterface;
18
- get editors(): UserInterface[];
19
- }
20
-
21
- export type { ContentInput as C, ContentInterface as a };