@box/activity-feed 1.25.8 → 1.25.10
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.
|
@@ -5,9 +5,9 @@ import { useIntl as o } from "react-intl";
|
|
|
5
5
|
import { jsx as s, jsxs as c } from "react/jsx-runtime";
|
|
6
6
|
import { ReadableTime as l } from "@box/readable-time";
|
|
7
7
|
import '../styles/app-activity-item.css';var u = {
|
|
8
|
-
appActivityItem: "
|
|
9
|
-
message: "
|
|
10
|
-
activityLink: "
|
|
8
|
+
appActivityItem: "_appActivityItem_zi9kh_1",
|
|
9
|
+
message: "_message_zi9kh_10",
|
|
10
|
+
activityLink: "_activityLink_zi9kh_14"
|
|
11
11
|
}, d = (e) => {
|
|
12
12
|
try {
|
|
13
13
|
let n = new DOMParser().parseFromString(e, "text/html");
|
|
@@ -39,7 +39,7 @@ import '../styles/app-activity-item.css';var u = {
|
|
|
39
39
|
children: [/* @__PURE__ */ s(r, {
|
|
40
40
|
alt: i,
|
|
41
41
|
colorIndex: _,
|
|
42
|
-
size: "
|
|
42
|
+
size: "medium",
|
|
43
43
|
src: t,
|
|
44
44
|
text: i.charAt(0)
|
|
45
45
|
}), /* @__PURE__ */ s(a, {
|
|
@@ -3,7 +3,7 @@ import { Text as t } from "@box/blueprint-web";
|
|
|
3
3
|
import { CommentBubbles as n } from "@box/blueprint-web-assets/illustrations/Medium";
|
|
4
4
|
import { useIntl as r } from "react-intl";
|
|
5
5
|
import { jsx as i, jsxs as a } from "react/jsx-runtime";
|
|
6
|
-
import '../styles/empty-state.css';var o = { container: "
|
|
6
|
+
import '../styles/empty-state.css';var o = { container: "_container_fz3i0_1" }, s = () => {
|
|
7
7
|
let { formatMessage: s } = r();
|
|
8
8
|
return /* @__PURE__ */ a("div", {
|
|
9
9
|
className: o.container,
|
package/dist/chunks/header.js
CHANGED
|
@@ -7,12 +7,12 @@ import { useIntl as l } from "react-intl";
|
|
|
7
7
|
import { jsx as u, jsxs as d } from "react/jsx-runtime";
|
|
8
8
|
import { Funnel as f, XMark as p } from "@box/blueprint-web-assets/icons/Medium";
|
|
9
9
|
import '../styles/header.css';var m = {
|
|
10
|
-
header: "
|
|
11
|
-
title: "
|
|
12
|
-
actions: "
|
|
13
|
-
filterMenuContent: "
|
|
14
|
-
filtersTitle: "
|
|
15
|
-
filterTrigger: "
|
|
10
|
+
header: "_header_19e7j_5",
|
|
11
|
+
title: "_title_19e7j_15",
|
|
12
|
+
actions: "_actions_19e7j_23",
|
|
13
|
+
filterMenuContent: "_filterMenuContent_19e7j_30",
|
|
14
|
+
filtersTitle: "_filtersTitle_19e7j_34",
|
|
15
|
+
filterTrigger: "_filterTrigger_19e7j_38"
|
|
16
16
|
}, h = Object.assign(({ children: e, title: t }) => /* @__PURE__ */ d("div", {
|
|
17
17
|
className: m.header,
|
|
18
18
|
children: [/* @__PURE__ */ u(c, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._appActivityItem_zi9kh_1{gap:var(--space-2);box-sizing:border-box;width:100%;padding-left:var(--space-4);align-items:flex-start;display:flex}._message_zi9kh_10{overflow-wrap:break-word;min-width:0}._message_zi9kh_10 ._activityLink_zi9kh_14{color:inherit;font-weight:var(--body-default-semibold-font-weight);text-decoration:none}._message_zi9kh_10 ._activityLink_zi9kh_14:hover{color:inherit;text-decoration:underline}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._container_fz3i0_1{align-items:center;gap:var(--bp-space-030);padding:var(--bp-space-040);text-align:center;flex-direction:column;flex:1;justify-content:center;display:flex}
|
package/dist/styles/header.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._header_19e7j_5{background:var(--bp-surface-surface);box-sizing:border-box;padding:var(--space-3) var(--space-5) 0;justify-content:space-between;align-items:center;width:100%;display:flex}._title_19e7j_15{-webkit-line-clamp:1;-webkit-box-orient:vertical;min-width:0;display:-webkit-box;overflow:hidden}._actions_19e7j_23{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}._filterMenuContent_19e7j_30{--blueprint-web-dropdown-content-max-width:18rem}._filtersTitle_19e7j_34{padding:var(--space-2)}._filterTrigger_19e7j_38[data-modern]{--icon-toggle-button-off-background:transparent}
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/activity-feed",
|
|
3
|
-
"version": "1.25.
|
|
3
|
+
"version": "1.25.10",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@box/blueprint-web": "^15.
|
|
7
|
-
"@box/blueprint-web-assets": "^4.
|
|
8
|
-
"@box/collaboration-popover": "^1.64.
|
|
9
|
-
"@box/readable-time": "^1.43.
|
|
10
|
-
"@box/threaded-annotations": "^1.97.
|
|
11
|
-
"@box/user-selector": "^1.78.
|
|
6
|
+
"@box/blueprint-web": "^15.10.0",
|
|
7
|
+
"@box/blueprint-web-assets": "^4.131.1",
|
|
8
|
+
"@box/collaboration-popover": "^1.64.13",
|
|
9
|
+
"@box/readable-time": "^1.43.13",
|
|
10
|
+
"@box/threaded-annotations": "^1.97.16",
|
|
11
|
+
"@box/user-selector": "^1.78.13",
|
|
12
12
|
"clsx": "^1.2.1",
|
|
13
13
|
"react": "^18.0.0",
|
|
14
14
|
"react-dom": "^18.0.0",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"access": "public"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@box/blueprint-web": "^15.
|
|
22
|
-
"@box/blueprint-web-assets": "^4.
|
|
23
|
-
"@box/collaboration-popover": "^1.64.
|
|
21
|
+
"@box/blueprint-web": "^15.10.0",
|
|
22
|
+
"@box/blueprint-web-assets": "^4.131.1",
|
|
23
|
+
"@box/collaboration-popover": "^1.64.13",
|
|
24
24
|
"@box/eslint-plugin-blueprint": "1.2.7",
|
|
25
|
-
"@box/readable-time": "^1.43.
|
|
26
|
-
"@box/storybook-utils": "0.21.
|
|
27
|
-
"@box/threaded-annotations": "^1.97.
|
|
28
|
-
"@box/user-selector": "^1.78.
|
|
25
|
+
"@box/readable-time": "^1.43.13",
|
|
26
|
+
"@box/storybook-utils": "0.21.13",
|
|
27
|
+
"@box/threaded-annotations": "^1.97.16",
|
|
28
|
+
"@box/user-selector": "^1.78.13",
|
|
29
29
|
"react-intl": "^6.4.2"
|
|
30
30
|
},
|
|
31
31
|
"files": [
|