@edifice.io/react 2.5.8 → 2.5.9-develop-enabling.20260205094651

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 (131) hide show
  1. package/README.md +5 -0
  2. package/dist/_virtual/isSameOrAfter.js +4 -0
  3. package/dist/_virtual/isToday.js +4 -0
  4. package/dist/components/Badge/Badge.d.ts +7 -1
  5. package/dist/components/Badge/Badge.js +13 -1
  6. package/dist/components/DatePicker/DatePicker.d.ts +57 -0
  7. package/dist/components/DatePicker/DatePicker.js +6 -3
  8. package/dist/components/Dropdown/DropdownContext.js +1 -1
  9. package/dist/components/Form/FormContext.js +1 -1
  10. package/dist/components/Layout/Layout.js +1 -2
  11. package/dist/components/Layout/components/Header.js +5 -2
  12. package/dist/components/Layout/components/WidgetApps.js +2 -2
  13. package/dist/components/MediaViewer/MediaViewer.d.ts +17 -0
  14. package/dist/components/MediaViewer/MediaViewer.js +36 -0
  15. package/dist/components/MediaViewer/MediaWrapper.d.ts +7 -0
  16. package/dist/components/MediaViewer/MediaWrapper.js +72 -0
  17. package/dist/components/MediaViewer/PdfViewer.d.ts +4 -0
  18. package/dist/components/MediaViewer/PdfViewer.js +26 -0
  19. package/dist/components/MediaViewer/ToolbarViewer.d.ts +7 -0
  20. package/dist/components/MediaViewer/ToolbarViewer.js +41 -0
  21. package/dist/components/MediaViewer/ToolbarZoom.d.ts +4 -0
  22. package/dist/components/MediaViewer/ToolbarZoom.js +19 -0
  23. package/dist/components/MediaViewer/index.d.ts +2 -0
  24. package/dist/components/Modal/Modal.d.ts +4 -0
  25. package/dist/components/Modal/Modal.js +13 -12
  26. package/dist/components/PromotionCard/PromotionCard.d.ts +74 -0
  27. package/dist/components/PromotionCard/PromotionCard.js +31 -0
  28. package/dist/components/PromotionCard/PromotionCardBody.d.ts +10 -0
  29. package/dist/components/PromotionCard/PromotionCardBody.js +15 -0
  30. package/dist/components/PromotionCard/PromotionCardDescription.d.ts +9 -0
  31. package/dist/components/PromotionCard/PromotionCardDescription.js +12 -0
  32. package/dist/components/PromotionCard/PromotionCardFooter.d.ts +9 -0
  33. package/dist/components/PromotionCard/PromotionCardFooter.js +12 -0
  34. package/dist/components/PromotionCard/PromotionCardHeader.d.ts +11 -0
  35. package/dist/components/PromotionCard/PromotionCardHeader.js +17 -0
  36. package/dist/components/PromotionCard/PromotionCardIcon.d.ts +10 -0
  37. package/dist/components/PromotionCard/PromotionCardIcon.js +15 -0
  38. package/dist/components/PromotionCard/PromotionCardTitle.d.ts +9 -0
  39. package/dist/components/PromotionCard/PromotionCardTitle.js +12 -0
  40. package/dist/components/PromotionCard/index.d.ts +2 -0
  41. package/dist/components/SmartEllipsis/SmartEllipsis.d.ts +5 -0
  42. package/dist/components/SmartEllipsis/SmartEllipsis.js +21 -0
  43. package/dist/components/SmartEllipsis/index.d.ts +2 -0
  44. package/dist/components/Toolbar/Toolbar.js +1 -1
  45. package/dist/components/index.d.ts +2 -0
  46. package/dist/editor.js +40 -40
  47. package/dist/hooks/useConversation/useConversation.js +3 -1
  48. package/dist/hooks/useDate/useDate.d.ts +5 -1
  49. package/dist/hooks/useDate/useDate.js +18 -2
  50. package/dist/hooks/useDropdown/useDropdown.js +1 -1
  51. package/dist/hooks/useDropzone/useDropzone.js +21 -16
  52. package/dist/hooks/useEdificeIcons/useEdificeIcons.d.ts +1 -0
  53. package/dist/hooks/useEdificeIcons/useEdificeIcons.js +5 -0
  54. package/dist/hooks/useZoom/index.d.ts +1 -0
  55. package/dist/hooks/useZoom/useZoom.d.ts +7 -0
  56. package/dist/hooks/useZoom/useZoom.js +14 -0
  57. package/dist/icons-apps.js +234 -232
  58. package/dist/icons.js +362 -350
  59. package/dist/index.js +231 -226
  60. package/dist/modals.js +18 -18
  61. package/dist/modules/audience/ViewsCounter.d.ts +3 -17
  62. package/dist/modules/audience/ViewsCounter.js +9 -7
  63. package/dist/modules/comments/components/Comment.js +4 -4
  64. package/dist/modules/comments/components/CommentDate.js +7 -10
  65. package/dist/modules/comments/components/CommentDeleted.js +1 -1
  66. package/dist/modules/comments/components/CommentForm.d.ts +1 -1
  67. package/dist/modules/comments/components/CommentForm.js +6 -6
  68. package/dist/modules/comments/components/CommentTitle.js +1 -1
  69. package/dist/modules/comments/provider/CommentProvider.js +4 -4
  70. package/dist/modules/comments/types.d.ts +3 -1
  71. package/dist/modules/editor/hooks/useTipTapEditor.js +4 -4
  72. package/dist/modules/icons/components/IconAdjustSettings.d.ts +7 -0
  73. package/dist/modules/icons/components/IconAdjustSettings.js +12 -0
  74. package/dist/modules/icons/components/IconAiFill.d.ts +7 -0
  75. package/dist/modules/icons/components/IconAiFill.js +12 -0
  76. package/dist/modules/icons/components/IconCalendarEdit.d.ts +7 -0
  77. package/dist/modules/icons/components/IconCalendarEdit.js +12 -0
  78. package/dist/modules/icons/components/IconExercizerAi.d.ts +7 -0
  79. package/dist/modules/icons/components/IconExercizerAi.js +14 -0
  80. package/dist/modules/icons/components/IconLabel.d.ts +7 -0
  81. package/dist/modules/icons/components/IconLabel.js +12 -0
  82. package/dist/modules/icons/components/IconTeacher.d.ts +7 -0
  83. package/dist/modules/icons/components/IconTeacher.js +12 -0
  84. package/dist/modules/icons/components/apps/IconAssistancetic.d.ts +7 -0
  85. package/dist/modules/icons/components/apps/IconAssistancetic.js +14 -0
  86. package/dist/modules/icons/components/apps/index.d.ts +1 -0
  87. package/dist/modules/icons/components/index.d.ts +6 -0
  88. package/dist/modules/modals/OnboardingModal/OnboardingModal.js +5 -5
  89. package/dist/modules/modals/ResourceModal/ResourceModal.js +1 -2
  90. package/dist/modules/modals/ShareModal/ShareResources.d.ts +3 -0
  91. package/dist/modules/modals/ShareModal/ShareResources.js +9 -5
  92. package/dist/modules/multimedia/FileCard/FileCard.js +1 -1
  93. package/dist/modules/multimedia/Linker/ExternalLinker/ExternalLinker.js +1 -2
  94. package/dist/modules/multimedia/Linker/InternalLinker/InternalLinker.js +1 -2
  95. package/dist/modules/multimedia/MediaLibrary/MediaLibrary.js +1 -1
  96. package/dist/multimedia.js +10 -10
  97. package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/isSameOrAfter.js +18 -0
  98. package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/isToday.js +19 -0
  99. package/dist/providers/AntThemeProvider/AntProvider.js +5 -5
  100. package/dist/providers/AntThemeProvider/antThemeConfig.js +1 -2
  101. package/dist/utilities/mime-types/index.d.ts +1 -0
  102. package/dist/utilities/mime-types/mime-types-utils.d.ts +1 -0
  103. package/dist/utilities/mime-types/mime-types-utils.js +4 -0
  104. package/package.json +48 -47
  105. package/dist/modules/comments/components/CommentHeader.d.ts +0 -3
  106. package/dist/modules/comments/components/CommentHeader.js +0 -8
  107. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/lib/calendar/locale/de_DE.js +0 -0
  108. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/lib/calendar/locale/es_ES.js +0 -0
  109. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/lib/calendar/locale/fr_FR.js +0 -0
  110. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/lib/calendar/locale/it_IT.js +0 -0
  111. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/lib/calendar/locale/pt_PT.js +0 -0
  112. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/lib/date-picker/locale/de_DE.js +0 -0
  113. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/lib/date-picker/locale/es_ES.js +0 -0
  114. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/lib/date-picker/locale/fr_FR.js +0 -0
  115. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/lib/date-picker/locale/it_IT.js +0 -0
  116. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/lib/date-picker/locale/pt_PT.js +0 -0
  117. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/lib/locale/de_DE.js +0 -0
  118. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/lib/locale/es_ES.js +0 -0
  119. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/lib/locale/fr_FR.js +0 -0
  120. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/lib/locale/it_IT.js +0 -0
  121. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/lib/locale/pt_PT.js +0 -0
  122. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/lib/time-picker/locale/de_DE.js +0 -0
  123. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/lib/time-picker/locale/es_ES.js +0 -0
  124. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/lib/time-picker/locale/fr_FR.js +0 -0
  125. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/lib/time-picker/locale/it_IT.js +0 -0
  126. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/lib/time-picker/locale/pt_PT.js +0 -0
  127. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/locale/de_DE.js +0 -0
  128. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/locale/es_ES.js +0 -0
  129. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/locale/fr_FR.js +0 -0
  130. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/locale/it_IT.js +0 -0
  131. /package/dist/node_modules/.pnpm/{antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1 → antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/antd/locale/pt_PT.js +0 -0
@@ -1,11 +1,11 @@
1
1
  import { default as default2 } from "./modules/multimedia/AudioRecorder/AudioRecorder.js";
2
2
  import { default as default3 } from "./modules/multimedia/Embed/Embed.js";
3
- import { default as default4 } from "./modules/multimedia/ImageEditor/components/ImageEditor.js";
4
- import { default as default5 } from "./modules/multimedia/ImagePicker/ImagePicker.js";
5
- import { default as default6 } from "./modules/multimedia/FileCard/FileCard.js";
3
+ import { default as default4 } from "./modules/multimedia/FileCard/FileCard.js";
4
+ import { default as default5 } from "./modules/multimedia/ImageEditor/components/ImageEditor.js";
5
+ import { default as default6 } from "./modules/multimedia/ImagePicker/ImagePicker.js";
6
6
  import { default as default7 } from "./modules/multimedia/MediaLibrary/MediaLibrary.js";
7
- import { default as default8 } from "./modules/multimedia/UploadFiles/UploadFiles.js";
8
- import { default as default9 } from "./modules/multimedia/UploadCard/UploadCard.js";
7
+ import { default as default8 } from "./modules/multimedia/UploadCard/UploadCard.js";
8
+ import { default as default9 } from "./modules/multimedia/UploadFiles/UploadFiles.js";
9
9
  import { default as default10 } from "./modules/multimedia/VideoEmbed/VideoEmbed.js";
10
10
  import { default as default11 } from "./modules/multimedia/VideoRecorder/VideoRecorder.js";
11
11
  import { default as default12 } from "./modules/multimedia/Workspace/Workspace.js";
@@ -17,14 +17,14 @@ export {
17
17
  default2 as AudioRecorder,
18
18
  default3 as Embed,
19
19
  ExternalLinker,
20
- default6 as FileCard,
21
- default4 as ImageEditor,
22
- default5 as ImagePicker,
20
+ default4 as FileCard,
21
+ default5 as ImageEditor,
22
+ default6 as ImagePicker,
23
23
  InternalLinker,
24
24
  default7 as MediaLibrary,
25
25
  Upload,
26
- default9 as UploadCard,
27
- default8 as UploadFiles,
26
+ default8 as UploadCard,
27
+ default9 as UploadFiles,
28
28
  default10 as VideoEmbed,
29
29
  default11 as VideoRecorder,
30
30
  default12 as Workspace,
@@ -0,0 +1,18 @@
1
+ import { commonjsGlobal, getDefaultExportFromCjs } from "../../../../../../_virtual/_commonjsHelpers.js";
2
+ import { __module as isSameOrAfter$1 } from "../../../../../../_virtual/isSameOrAfter.js";
3
+ (function(module, exports$1) {
4
+ (function(e, t) {
5
+ module.exports = t();
6
+ })(commonjsGlobal, function() {
7
+ return function(e, t) {
8
+ t.prototype.isSameOrAfter = function(e2, t2) {
9
+ return this.isSame(e2, t2) || this.isAfter(e2, t2);
10
+ };
11
+ };
12
+ });
13
+ })(isSameOrAfter$1);
14
+ var isSameOrAfterExports = isSameOrAfter$1.exports;
15
+ const isSameOrAfter = /* @__PURE__ */ getDefaultExportFromCjs(isSameOrAfterExports);
16
+ export {
17
+ isSameOrAfter as default
18
+ };
@@ -0,0 +1,19 @@
1
+ import { commonjsGlobal, getDefaultExportFromCjs } from "../../../../../../_virtual/_commonjsHelpers.js";
2
+ import { __module as isToday$1 } from "../../../../../../_virtual/isToday.js";
3
+ (function(module, exports$1) {
4
+ (function(e, o) {
5
+ module.exports = o();
6
+ })(commonjsGlobal, function() {
7
+ return function(e, o, t) {
8
+ o.prototype.isToday = function() {
9
+ var e2 = "YYYY-MM-DD", o2 = t();
10
+ return this.format(e2) === o2.format(e2);
11
+ };
12
+ };
13
+ });
14
+ })(isToday$1);
15
+ var isTodayExports = isToday$1.exports;
16
+ const isToday = /* @__PURE__ */ getDefaultExportFromCjs(isTodayExports);
17
+ export {
18
+ isToday as default
19
+ };
@@ -3,11 +3,11 @@ import { ConfigProvider } from "antd";
3
3
  import { antTheme } from "./antThemeConfig.js";
4
4
  /* empty css */
5
5
  import { useEdificeClient } from "../EdificeClientProvider/EdificeClientProvider.hook.js";
6
- import frFR from "../../node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/fr_FR.js";
7
- import deDE from "../../node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/de_DE.js";
8
- import esES from "../../node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/es_ES.js";
9
- import itIT from "../../node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/it_IT.js";
10
- import ptPT from "../../node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/pt_PT.js";
6
+ import frFR from "../../node_modules/.pnpm/antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/fr_FR.js";
7
+ import deDE from "../../node_modules/.pnpm/antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/de_DE.js";
8
+ import esES from "../../node_modules/.pnpm/antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/es_ES.js";
9
+ import itIT from "../../node_modules/.pnpm/antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/it_IT.js";
10
+ import ptPT from "../../node_modules/.pnpm/antd@5.29.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/pt_PT.js";
11
11
  const antdLocaleMap = {
12
12
  fr: frFR,
13
13
  de: deDE,
@@ -5,6 +5,5 @@ const antTheme = {
5
5
  hashed: !1
6
6
  };
7
7
  export {
8
- antTheme,
9
- antTheme as default
8
+ antTheme
10
9
  };
@@ -0,0 +1 @@
1
+ export * from './mime-types-utils';
@@ -0,0 +1 @@
1
+ export declare const HEIC_MIME_TYPES: string[];
@@ -0,0 +1,4 @@
1
+ const HEIC_MIME_TYPES = ["image/heic", "image/heif"];
2
+ export {
3
+ HEIC_MIME_TYPES
4
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edifice.io/react",
3
- "version": "2.5.8",
3
+ "version": "2.5.9-develop-enabling.20260205094651",
4
4
  "description": "Edifice React Library",
5
5
  "keywords": [
6
6
  "react",
@@ -73,10 +73,10 @@
73
73
  "dist"
74
74
  ],
75
75
  "dependencies": {
76
- "@ant-design/icons": "^5.4.0",
77
- "@dnd-kit/core": "^6.1.0",
78
- "@dnd-kit/sortable": "^8.0.0",
79
- "@dnd-kit/utilities": "^3.2.2",
76
+ "@ant-design/icons": "5.4.0",
77
+ "@dnd-kit/core": "6.1.0",
78
+ "@dnd-kit/sortable": "8.0.0",
79
+ "@dnd-kit/utilities": "3.2.2",
80
80
  "@floating-ui/react": "0.26.0",
81
81
  "@pixi/mixin-get-child-by-name": "7.4.2",
82
82
  "@pixi/react": "7.1.2",
@@ -118,9 +118,9 @@
118
118
  "@tiptap/pm": "2.11.0",
119
119
  "@tiptap/react": "2.11.0",
120
120
  "@tiptap/starter-kit": "2.11.0",
121
- "@uidotdev/usehooks": "^2.4.1",
122
- "antd": "^5.29.1",
123
- "clsx": "^2.1.1",
121
+ "@uidotdev/usehooks": "2.4.1",
122
+ "antd": "5.29.1",
123
+ "clsx": "2.1.1",
124
124
  "dayjs": "1.11.19",
125
125
  "emoji-picker-react": "4.5.2",
126
126
  "heic2any": "0.0.4",
@@ -128,55 +128,56 @@
128
128
  "ohash": "1.1.3",
129
129
  "pako": "2.1.0",
130
130
  "pixi.js": "7.4.2",
131
- "react-hot-toast": "^2.4.1",
131
+ "react-hot-toast": "2.4.1",
132
132
  "react-intersection-observer": "9.5.3",
133
- "react-popper": "^2.3.0",
134
- "react-slugify": "^3.0.3",
135
- "swiper": "^10.1.0",
136
- "ua-parser-js": "^1.0.36",
137
- "@edifice.io/bootstrap": "2.5.8",
138
- "@edifice.io/tiptap-extensions": "2.5.8",
139
- "@edifice.io/utilities": "2.5.8"
133
+ "react-popper": "2.3.0",
134
+ "react-slugify": "3.0.3",
135
+ "swiper": "10.1.0",
136
+ "ua-parser-js": "1.0.36",
137
+ "react-pdf": "10.2.0",
138
+ "@edifice.io/bootstrap": "2.5.9-develop-enabling.20260205094651",
139
+ "@edifice.io/tiptap-extensions": "2.5.9-develop-enabling.20260205094651",
140
+ "@edifice.io/utilities": "2.5.9-develop-enabling.20260205094651"
140
141
  },
141
142
  "devDependencies": {
142
- "@babel/plugin-transform-react-pure-annotations": "^7.23.3",
143
- "@eslint/js": "^9.12.0",
144
- "@react-spring/web": "^9.7.5",
145
- "@svgr/cli": "^8.1.0",
143
+ "@babel/plugin-transform-react-pure-annotations": "7.23.3",
144
+ "@eslint/js": "9.39.2",
145
+ "@react-spring/web": "9.7.5",
146
+ "@svgr/cli": "8.1.0",
146
147
  "@tanstack/query-core": "5.62.7",
147
148
  "@tanstack/react-query": "5.62.7",
148
- "@testing-library/jest-dom": "^6.5.0",
149
- "@testing-library/react": "^16.0.1",
150
- "@testing-library/user-event": "^14.5.2",
151
- "@types/node": "^22.9.1",
152
- "@types/pako": "^2.0.3",
153
- "@types/react": "^18.2.33",
154
- "@types/react-dom": "^18.2.14",
155
- "@types/ua-parser-js": "^0.7.37",
156
- "@vitejs/plugin-react": "^4.3.2",
157
- "eslint": "^9.12.0",
149
+ "@testing-library/jest-dom": "6.5.0",
150
+ "@testing-library/react": "16.0.1",
151
+ "@testing-library/user-event": "14.5.2",
152
+ "@types/node": "22.19.8",
153
+ "@types/pako": "2.0.3",
154
+ "@types/react": "18.3.27",
155
+ "@types/react-dom": "18.3.7",
156
+ "@types/ua-parser-js": "0.7.37",
157
+ "@vitejs/plugin-react": "4.7.0",
158
+ "eslint": "9.39.2",
158
159
  "eslint-plugin-react-hooks": "5.1.0-rc.0",
159
- "eslint-plugin-react-refresh": "^0.4.12",
160
- "react": "^18.3.1",
161
- "react-dom": "^18.3.1",
162
- "react-hook-form": "^7.53.0",
163
- "react-i18next": "^14.1.0",
164
- "rollup-plugin-pure": "^0.2.1",
160
+ "eslint-plugin-react-refresh": "0.4.26",
161
+ "react": "18.3.1",
162
+ "react-dom": "18.3.1",
163
+ "react-hook-form": "7.71.1",
164
+ "react-i18next": "14.1.3",
165
+ "rollup-plugin-pure": "0.2.1",
165
166
  "rollup-plugin-visualizer": "5.12.0",
166
- "typescript-eslint": "^8.8.1",
167
- "vite": "^5.4.11",
168
- "vite-plugin-dts": "^4.1.0",
169
- "vite-tsconfig-paths": "^5.0.1",
170
- "@edifice.io/client": "2.5.8",
171
- "@edifice.io/config": "2.5.8"
167
+ "typescript-eslint": "8.54.0",
168
+ "vite": "5.4.14",
169
+ "vite-plugin-dts": "4.5.4",
170
+ "vite-tsconfig-paths": "5.1.4",
171
+ "@edifice.io/client": "2.5.9-develop-enabling.20260205094651",
172
+ "@edifice.io/config": "2.5.9-develop-enabling.20260205094651"
172
173
  },
173
174
  "peerDependencies": {
174
- "@react-spring/web": "^9.7.5",
175
+ "@react-spring/web": "9.7.5",
175
176
  "@tanstack/react-query": "5.62.7",
176
- "react": "^18.3.1",
177
- "react-dom": "^18.3.1",
178
- "react-hook-form": "^7.53.0",
179
- "react-i18next": "^14.1.0"
177
+ "react": "18.3.1",
178
+ "react-dom": "18.3.1",
179
+ "react-hook-form": "7.71.1",
180
+ "react-i18next": "14.1.3"
180
181
  },
181
182
  "publishConfig": {
182
183
  "access": "public"
@@ -1,3 +0,0 @@
1
- export declare const CommentHeader: ({ title }: {
2
- title: string;
3
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,8 +0,0 @@
1
- import { jsx } from "react/jsx-runtime";
2
- import Heading from "../../../components/Heading/Heading.js";
3
- const CommentHeader = ({
4
- title
5
- }) => /* @__PURE__ */ jsx(Heading, { level: "h3", headingStyle: "h3", children: title });
6
- export {
7
- CommentHeader
8
- };