@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.
- package/README.md +5 -0
- package/dist/_virtual/isSameOrAfter.js +4 -0
- package/dist/_virtual/isToday.js +4 -0
- package/dist/components/Badge/Badge.d.ts +7 -1
- package/dist/components/Badge/Badge.js +13 -1
- package/dist/components/DatePicker/DatePicker.d.ts +57 -0
- package/dist/components/DatePicker/DatePicker.js +6 -3
- package/dist/components/Dropdown/DropdownContext.js +1 -1
- package/dist/components/Form/FormContext.js +1 -1
- package/dist/components/Layout/Layout.js +1 -2
- package/dist/components/Layout/components/Header.js +5 -2
- package/dist/components/Layout/components/WidgetApps.js +2 -2
- package/dist/components/MediaViewer/MediaViewer.d.ts +17 -0
- package/dist/components/MediaViewer/MediaViewer.js +36 -0
- package/dist/components/MediaViewer/MediaWrapper.d.ts +7 -0
- package/dist/components/MediaViewer/MediaWrapper.js +72 -0
- package/dist/components/MediaViewer/PdfViewer.d.ts +4 -0
- package/dist/components/MediaViewer/PdfViewer.js +26 -0
- package/dist/components/MediaViewer/ToolbarViewer.d.ts +7 -0
- package/dist/components/MediaViewer/ToolbarViewer.js +41 -0
- package/dist/components/MediaViewer/ToolbarZoom.d.ts +4 -0
- package/dist/components/MediaViewer/ToolbarZoom.js +19 -0
- package/dist/components/MediaViewer/index.d.ts +2 -0
- package/dist/components/Modal/Modal.d.ts +4 -0
- package/dist/components/Modal/Modal.js +13 -12
- package/dist/components/PromotionCard/PromotionCard.d.ts +74 -0
- package/dist/components/PromotionCard/PromotionCard.js +31 -0
- package/dist/components/PromotionCard/PromotionCardBody.d.ts +10 -0
- package/dist/components/PromotionCard/PromotionCardBody.js +15 -0
- package/dist/components/PromotionCard/PromotionCardDescription.d.ts +9 -0
- package/dist/components/PromotionCard/PromotionCardDescription.js +12 -0
- package/dist/components/PromotionCard/PromotionCardFooter.d.ts +9 -0
- package/dist/components/PromotionCard/PromotionCardFooter.js +12 -0
- package/dist/components/PromotionCard/PromotionCardHeader.d.ts +11 -0
- package/dist/components/PromotionCard/PromotionCardHeader.js +17 -0
- package/dist/components/PromotionCard/PromotionCardIcon.d.ts +10 -0
- package/dist/components/PromotionCard/PromotionCardIcon.js +15 -0
- package/dist/components/PromotionCard/PromotionCardTitle.d.ts +9 -0
- package/dist/components/PromotionCard/PromotionCardTitle.js +12 -0
- package/dist/components/PromotionCard/index.d.ts +2 -0
- package/dist/components/SmartEllipsis/SmartEllipsis.d.ts +5 -0
- package/dist/components/SmartEllipsis/SmartEllipsis.js +21 -0
- package/dist/components/SmartEllipsis/index.d.ts +2 -0
- package/dist/components/Toolbar/Toolbar.js +1 -1
- package/dist/components/index.d.ts +2 -0
- package/dist/editor.js +40 -40
- package/dist/hooks/useConversation/useConversation.js +3 -1
- package/dist/hooks/useDate/useDate.d.ts +5 -1
- package/dist/hooks/useDate/useDate.js +18 -2
- package/dist/hooks/useDropdown/useDropdown.js +1 -1
- package/dist/hooks/useDropzone/useDropzone.js +21 -16
- package/dist/hooks/useEdificeIcons/useEdificeIcons.d.ts +1 -0
- package/dist/hooks/useEdificeIcons/useEdificeIcons.js +5 -0
- package/dist/hooks/useZoom/index.d.ts +1 -0
- package/dist/hooks/useZoom/useZoom.d.ts +7 -0
- package/dist/hooks/useZoom/useZoom.js +14 -0
- package/dist/icons-apps.js +234 -232
- package/dist/icons.js +362 -350
- package/dist/index.js +231 -226
- package/dist/modals.js +18 -18
- package/dist/modules/audience/ViewsCounter.d.ts +3 -17
- package/dist/modules/audience/ViewsCounter.js +9 -7
- package/dist/modules/comments/components/Comment.js +4 -4
- package/dist/modules/comments/components/CommentDate.js +7 -10
- package/dist/modules/comments/components/CommentDeleted.js +1 -1
- package/dist/modules/comments/components/CommentForm.d.ts +1 -1
- package/dist/modules/comments/components/CommentForm.js +6 -6
- package/dist/modules/comments/components/CommentTitle.js +1 -1
- package/dist/modules/comments/provider/CommentProvider.js +4 -4
- package/dist/modules/comments/types.d.ts +3 -1
- package/dist/modules/editor/hooks/useTipTapEditor.js +4 -4
- package/dist/modules/icons/components/IconAdjustSettings.d.ts +7 -0
- package/dist/modules/icons/components/IconAdjustSettings.js +12 -0
- package/dist/modules/icons/components/IconAiFill.d.ts +7 -0
- package/dist/modules/icons/components/IconAiFill.js +12 -0
- package/dist/modules/icons/components/IconCalendarEdit.d.ts +7 -0
- package/dist/modules/icons/components/IconCalendarEdit.js +12 -0
- package/dist/modules/icons/components/IconExercizerAi.d.ts +7 -0
- package/dist/modules/icons/components/IconExercizerAi.js +14 -0
- package/dist/modules/icons/components/IconLabel.d.ts +7 -0
- package/dist/modules/icons/components/IconLabel.js +12 -0
- package/dist/modules/icons/components/IconTeacher.d.ts +7 -0
- package/dist/modules/icons/components/IconTeacher.js +12 -0
- package/dist/modules/icons/components/apps/IconAssistancetic.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconAssistancetic.js +14 -0
- package/dist/modules/icons/components/apps/index.d.ts +1 -0
- package/dist/modules/icons/components/index.d.ts +6 -0
- package/dist/modules/modals/OnboardingModal/OnboardingModal.js +5 -5
- package/dist/modules/modals/ResourceModal/ResourceModal.js +1 -2
- package/dist/modules/modals/ShareModal/ShareResources.d.ts +3 -0
- package/dist/modules/modals/ShareModal/ShareResources.js +9 -5
- package/dist/modules/multimedia/FileCard/FileCard.js +1 -1
- package/dist/modules/multimedia/Linker/ExternalLinker/ExternalLinker.js +1 -2
- package/dist/modules/multimedia/Linker/InternalLinker/InternalLinker.js +1 -2
- package/dist/modules/multimedia/MediaLibrary/MediaLibrary.js +1 -1
- package/dist/multimedia.js +10 -10
- package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/isSameOrAfter.js +18 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/isToday.js +19 -0
- package/dist/providers/AntThemeProvider/AntProvider.js +5 -5
- package/dist/providers/AntThemeProvider/antThemeConfig.js +1 -2
- package/dist/utilities/mime-types/index.d.ts +1 -0
- package/dist/utilities/mime-types/mime-types-utils.d.ts +1 -0
- package/dist/utilities/mime-types/mime-types-utils.js +4 -0
- package/package.json +48 -47
- package/dist/modules/comments/components/CommentHeader.d.ts +0 -3
- package/dist/modules/comments/components/CommentHeader.js +0 -8
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
package/dist/multimedia.js
CHANGED
|
@@ -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/
|
|
4
|
-
import { default as default5 } from "./modules/multimedia/
|
|
5
|
-
import { default as default6 } from "./modules/multimedia/
|
|
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/
|
|
8
|
-
import { default as default9 } from "./modules/multimedia/
|
|
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
|
-
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
default4 as FileCard,
|
|
21
|
+
default5 as ImageEditor,
|
|
22
|
+
default6 as ImagePicker,
|
|
23
23
|
InternalLinker,
|
|
24
24
|
default7 as MediaLibrary,
|
|
25
25
|
Upload,
|
|
26
|
-
|
|
27
|
-
|
|
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.
|
|
7
|
-
import deDE from "../../node_modules/.pnpm/antd@5.29.
|
|
8
|
-
import esES from "../../node_modules/.pnpm/antd@5.29.
|
|
9
|
-
import itIT from "../../node_modules/.pnpm/antd@5.29.
|
|
10
|
-
import ptPT from "../../node_modules/.pnpm/antd@5.29.
|
|
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,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './mime-types-utils';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const HEIC_MIME_TYPES: string[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edifice.io/react",
|
|
3
|
-
"version": "2.5.
|
|
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": "
|
|
77
|
-
"@dnd-kit/core": "
|
|
78
|
-
"@dnd-kit/sortable": "
|
|
79
|
-
"@dnd-kit/utilities": "
|
|
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": "
|
|
122
|
-
"antd": "
|
|
123
|
-
"clsx": "
|
|
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": "
|
|
131
|
+
"react-hot-toast": "2.4.1",
|
|
132
132
|
"react-intersection-observer": "9.5.3",
|
|
133
|
-
"react-popper": "
|
|
134
|
-
"react-slugify": "
|
|
135
|
-
"swiper": "
|
|
136
|
-
"ua-parser-js": "
|
|
137
|
-
"
|
|
138
|
-
"@edifice.io/
|
|
139
|
-
"@edifice.io/
|
|
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": "
|
|
143
|
-
"@eslint/js": "
|
|
144
|
-
"@react-spring/web": "
|
|
145
|
-
"@svgr/cli": "
|
|
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": "
|
|
149
|
-
"@testing-library/react": "
|
|
150
|
-
"@testing-library/user-event": "
|
|
151
|
-
"@types/node": "
|
|
152
|
-
"@types/pako": "
|
|
153
|
-
"@types/react": "
|
|
154
|
-
"@types/react-dom": "
|
|
155
|
-
"@types/ua-parser-js": "
|
|
156
|
-
"@vitejs/plugin-react": "
|
|
157
|
-
"eslint": "
|
|
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": "
|
|
160
|
-
"react": "
|
|
161
|
-
"react-dom": "
|
|
162
|
-
"react-hook-form": "
|
|
163
|
-
"react-i18next": "
|
|
164
|
-
"rollup-plugin-pure": "
|
|
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": "
|
|
167
|
-
"vite": "
|
|
168
|
-
"vite-plugin-dts": "
|
|
169
|
-
"vite-tsconfig-paths": "
|
|
170
|
-
"@edifice.io/client": "2.5.
|
|
171
|
-
"@edifice.io/config": "2.5.
|
|
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": "
|
|
175
|
+
"@react-spring/web": "9.7.5",
|
|
175
176
|
"@tanstack/react-query": "5.62.7",
|
|
176
|
-
"react": "
|
|
177
|
-
"react-dom": "
|
|
178
|
-
"react-hook-form": "
|
|
179
|
-
"react-i18next": "
|
|
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"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|