@edifice.io/react 2.6.2-develop-integration-crna.20260825143220 → 2.6.2-develop-b2school.20260825182521
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/components/Layout/Layout.js +3 -5
- package/dist/icons-apps.js +100 -112
- package/dist/modules/homepage/components/Favorites/Favorites.js +3 -6
- package/dist/modules/homepage/components/Header/Header.js +13 -24
- package/dist/modules/homepage/components/Notifications/NotificationItem.js +4 -5
- package/dist/modules/homepage/components/Notifications/NotificationList.d.ts +1 -7
- package/dist/modules/homepage/components/Notifications/NotificationList.js +1 -8
- package/dist/modules/homepage/components/Notifications/NotificationListContainer.js +1 -4
- package/dist/modules/homepage/components/Notifications/components/CommonNotificationItem.d.ts +1 -2
- package/dist/modules/homepage/components/Notifications/components/CommonNotificationItem.js +10 -14
- package/dist/modules/homepage/components/Notifications/components/SystemNotificationItem.d.ts +1 -3
- package/dist/modules/homepage/components/Notifications/components/SystemNotificationItem.js +2 -3
- package/dist/modules/homepage/components/Notifications/components/UserNotificationItem.d.ts +1 -3
- package/dist/modules/homepage/components/Notifications/components/UserNotificationItem.js +2 -3
- package/dist/modules/homepage/components/Notifications/components/notificationAdapter.d.ts +0 -1
- package/dist/modules/homepage/components/Notifications/components/notificationAdapter.js +2 -7
- package/dist/modules/homepage/components/Notifications/hooks/useNotificationList.d.ts +1 -11
- package/dist/modules/homepage/components/Notifications/hooks/useNotificationList.js +2 -34
- package/dist/modules/homepage/components/Notifications/services/api/index.d.ts +0 -2
- package/dist/modules/homepage/components/Notifications/services/api/notificationService.d.ts +0 -8
- package/dist/modules/homepage/components/Notifications/services/api/notificationService.js +0 -12
- package/dist/modules/homepage/components/Notifications/services/queries/notification.d.ts +1 -13
- package/dist/modules/homepage/components/Notifications/services/queries/notification.js +4 -41
- package/dist/modules/homepage/components/UserSpace/hooks/useProfileLinks.js +18 -8
- package/dist/modules/icons/components/apps/index.d.ts +0 -6
- package/package.json +6 -6
- package/dist/modules/homepage/components/Notifications/components/NotificationFilterMenu.d.ts +0 -16
- package/dist/modules/homepage/components/Notifications/components/NotificationFilterMenu.js +0 -29
- package/dist/modules/homepage/components/Notifications/components/NotificationFilterModal.d.ts +0 -18
- package/dist/modules/homepage/components/Notifications/components/NotificationFilterModal.js +0 -67
- package/dist/modules/homepage/components/Notifications/components/NotificationOptionsMenu.d.ts +0 -12
- package/dist/modules/homepage/components/Notifications/components/NotificationOptionsMenu.js +0 -42
- package/dist/modules/homepage/components/Notifications/components/ReportNotificationModal.d.ts +0 -13
- package/dist/modules/homepage/components/Notifications/components/ReportNotificationModal.js +0 -31
- package/dist/modules/icons/components/apps/IconNextcloudDeck.d.ts +0 -7
- package/dist/modules/icons/components/apps/IconNextcloudDeck.js +0 -12
- package/dist/modules/icons/components/apps/IconNextcloudFiles.d.ts +0 -7
- package/dist/modules/icons/components/apps/IconNextcloudFiles.js +0 -12
- package/dist/modules/icons/components/apps/IconNextcloudForms.d.ts +0 -7
- package/dist/modules/icons/components/apps/IconNextcloudForms.js +0 -12
- package/dist/modules/icons/components/apps/IconNextcloudNotes.d.ts +0 -7
- package/dist/modules/icons/components/apps/IconNextcloudNotes.js +0 -12
- package/dist/modules/icons/components/apps/IconNextcloudTalk.d.ts +0 -7
- package/dist/modules/icons/components/apps/IconNextcloudTalk.js +0 -12
- package/dist/modules/icons/components/apps/IconPeertube.d.ts +0 -7
- package/dist/modules/icons/components/apps/IconPeertube.js +0 -21
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { SVGProps } from 'react';
|
|
2
|
-
interface SVGRProps {
|
|
3
|
-
title?: string;
|
|
4
|
-
titleId?: string;
|
|
5
|
-
}
|
|
6
|
-
declare const SvgIconNextcloudForms: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default SvgIconNextcloudForms;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
-
const SvgIconNextcloudForms = ({
|
|
3
|
-
title,
|
|
4
|
-
titleId,
|
|
5
|
-
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
|
|
7
|
-
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M209.3 365.1V334h186.9v31.1zm0-93.5v-31.1h186.9v31.1zm0-93.5V147h186.9v31.1zm-62.4 202.5c-8.6 0-15.9-3-21.9-9.2-5.9-5.8-9.3-13.7-9.2-22 0-8.6 3-15.9 9.2-21.9 5.8-5.9 13.6-9.3 21.9-9.2 8.6 0 15.9 3 22 9.2 6 6 9.2 13.4 9.2 21.9.1 8.3-3.2 16.3-9.2 22-5.7 6-13.7 9.3-22 9.2m0-93.5c-8.6 0-15.9-3-21.9-9.2-5.9-5.8-9.3-13.7-9.2-22 0-8.6 3-15.9 9.2-22 5.8-5.9 13.6-9.3 21.9-9.2 8.6 0 15.9 3 22 9.2 6 6.1 9.2 13.4 9.2 22 .1 8.3-3.2 16.3-9.2 22-5.7 6.1-13.7 9.4-22 9.2m0-93.4c-8.6 0-15.9-3-21.9-9.2-5.9-5.8-9.3-13.6-9.2-21.9 0-8.6 3-15.9 9.2-22 5.8-5.9 13.6-9.3 21.9-9.2 8.6 0 15.9 3 22 9.2 6 6.1 9.2 13.4 9.2 22s-3 15.9-9.2 21.9c-5.7 6-13.7 9.4-22 9.2" })
|
|
9
|
-
] });
|
|
10
|
-
export {
|
|
11
|
-
SvgIconNextcloudForms as default
|
|
12
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { SVGProps } from 'react';
|
|
2
|
-
interface SVGRProps {
|
|
3
|
-
title?: string;
|
|
4
|
-
titleId?: string;
|
|
5
|
-
}
|
|
6
|
-
declare const SvgIconNextcloudNotes: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default SvgIconNextcloudNotes;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
-
const SvgIconNextcloudNotes = ({
|
|
3
|
-
title,
|
|
4
|
-
titleId,
|
|
5
|
-
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 128 128", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
|
|
7
|
-
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M15 94.2V115h20.8l61.4-61.4-20.8-20.9zm98.4-56.7c2.2-2.2 2.2-5.7 0-7.8l-13-13c-2.2-2.2-5.7-2.2-7.8 0L82.4 26.8l20.8 20.8z" })
|
|
9
|
-
] });
|
|
10
|
-
export {
|
|
11
|
-
SvgIconNextcloudNotes as default
|
|
12
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { SVGProps } from 'react';
|
|
2
|
-
interface SVGRProps {
|
|
3
|
-
title?: string;
|
|
4
|
-
titleId?: string;
|
|
5
|
-
}
|
|
6
|
-
declare const SvgIconNextcloudTalk: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default SvgIconNextcloudTalk;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
-
const SvgIconNextcloudTalk = ({
|
|
3
|
-
title,
|
|
4
|
-
titleId,
|
|
5
|
-
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
|
|
7
|
-
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M8 1C4.1 1 1 4.1 1 8s3.1 7 7 7c1.3 0 2.5-.4 3.6-1 .9.3 2.8 1.4 3.2.9.5-.5-.6-2.6-.8-3.4.6-1.1.9-2.3.9-3.5 0-3.9-3.1-7-7-7Zm0 2.7c2.4 0 4.3 1.9 4.3 4.3s-1.9 4.3-4.3 4.3S3.7 10.4 3.7 8 5.6 3.7 8 3.7" })
|
|
9
|
-
] });
|
|
10
|
-
export {
|
|
11
|
-
SvgIconNextcloudTalk as default
|
|
12
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { SVGProps } from 'react';
|
|
2
|
-
interface SVGRProps {
|
|
3
|
-
title?: string;
|
|
4
|
-
titleId?: string;
|
|
5
|
-
}
|
|
6
|
-
declare const SvgIconPeertube: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default SvgIconPeertube;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
-
const SvgIconPeertube = ({
|
|
3
|
-
title,
|
|
4
|
-
titleId,
|
|
5
|
-
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", viewBox: "69.8 0 372.4 512", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
|
|
7
|
-
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { d: "M69.8 0v256L256 139.6", style: {
|
|
9
|
-
fill: "#211f20"
|
|
10
|
-
} }),
|
|
11
|
-
/* @__PURE__ */ jsx("path", { d: "M69.8 256v256L256 372.4", style: {
|
|
12
|
-
fill: "#737373"
|
|
13
|
-
} }),
|
|
14
|
-
/* @__PURE__ */ jsx("path", { d: "M256 139.6v232.7L442.2 256", style: {
|
|
15
|
-
fill: "#f1680d"
|
|
16
|
-
} }),
|
|
17
|
-
/* @__PURE__ */ jsx("path", { d: "M256 372.4V139.6L69.8 256z" })
|
|
18
|
-
] });
|
|
19
|
-
export {
|
|
20
|
-
SvgIconPeertube as default
|
|
21
|
-
};
|