@box/activity-feed 2.0.0 → 2.1.1
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.
|
@@ -21,7 +21,7 @@ import '../styles/activity-feed-list.css';var o = {
|
|
|
21
21
|
}),
|
|
22
22
|
"data-testid": "activity-feed-list",
|
|
23
23
|
children: n.map(s, (e, t) => {
|
|
24
|
-
if (
|
|
24
|
+
if (!/*#__PURE__*/ r(e)) return /* @__PURE__ */ a("li", { children: e }, `activity-feed-row-${t}`);
|
|
25
25
|
let n = e.key == null ? void 0 : String(e.key), i = n ?? `activity-feed-row-${t}`;
|
|
26
26
|
return /* @__PURE__ */ a("li", {
|
|
27
27
|
"data-activity-id": n,
|
|
@@ -25,7 +25,7 @@ import '../styles/app-activity-item.css';var u = {
|
|
|
25
25
|
target: "_blank"
|
|
26
26
|
}, e.textContent);
|
|
27
27
|
}
|
|
28
|
-
return
|
|
28
|
+
return /*#__PURE__*/ t(r.tagName.toLowerCase(), { key: n }, r.textContent);
|
|
29
29
|
}
|
|
30
30
|
return e.textContent;
|
|
31
31
|
});
|
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"groupSharedFeatures.activityFeed.activityItemText": "{appName}: {parsedContent} · {timestamp}",
|
|
3
|
-
"groupSharedFeatures.activityFeed.emptyState.body": "
|
|
4
|
-
"groupSharedFeatures.activityFeed.emptyState.title": "
|
|
3
|
+
"groupSharedFeatures.activityFeed.emptyState.body": "コラボレータにコメントや注釈を付けたり、@メンションしたりして、自分の考えを共有しましょう。",
|
|
4
|
+
"groupSharedFeatures.activityFeed.emptyState.title": "会話を始める",
|
|
5
5
|
"groupSharedFeatures.activityFeed.header.closeAriaLabel": "閉じる",
|
|
6
6
|
"groupSharedFeatures.activityFeed.header.filterAriaLabel": "フィルタ",
|
|
7
7
|
"groupSharedFeatures.activityFeed.header.filtersTitle": "フィルタ",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# Text for an activity item in the activity feed
|
|
2
2
|
groupSharedFeatures.activityFeed.activityItemText = {appName}: {parsedContent} · {timestamp}
|
|
3
3
|
# Body text shown in the activity feed empty state
|
|
4
|
-
groupSharedFeatures.activityFeed.emptyState.body =
|
|
4
|
+
groupSharedFeatures.activityFeed.emptyState.body = コラボレータにコメントや注釈を付けたり、@メンションしたりして、自分の考えを共有しましょう。
|
|
5
5
|
# Title shown in the activity feed empty state
|
|
6
|
-
groupSharedFeatures.activityFeed.emptyState.title =
|
|
6
|
+
groupSharedFeatures.activityFeed.emptyState.title = 会話を始める
|
|
7
7
|
# Aria label for the close button in the activity feed header
|
|
8
8
|
groupSharedFeatures.activityFeed.header.closeAriaLabel = 閉じる
|
|
9
9
|
# Aria label for the filter toggle button in the activity feed header
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/activity-feed",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@box/blueprint-web": "^16.
|
|
7
|
-
"@box/blueprint-web-assets": "^5.
|
|
8
|
-
"@box/collaboration-popover": "^2.
|
|
9
|
-
"@box/readable-time": "^2.
|
|
10
|
-
"@box/threaded-annotations": "^2.
|
|
11
|
-
"@box/user-selector": "^2.
|
|
6
|
+
"@box/blueprint-web": "^16.1.1",
|
|
7
|
+
"@box/blueprint-web-assets": "^5.1.1",
|
|
8
|
+
"@box/collaboration-popover": "^2.1.1",
|
|
9
|
+
"@box/readable-time": "^2.1.1",
|
|
10
|
+
"@box/threaded-annotations": "^2.1.1",
|
|
11
|
+
"@box/user-selector": "^2.1.1",
|
|
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": "^16.
|
|
22
|
-
"@box/blueprint-web-assets": "^5.
|
|
23
|
-
"@box/collaboration-popover": "^2.
|
|
24
|
-
"@box/eslint-plugin-blueprint": "2.
|
|
25
|
-
"@box/readable-time": "^2.
|
|
26
|
-
"@box/storybook-utils": "1.
|
|
27
|
-
"@box/threaded-annotations": "^2.
|
|
28
|
-
"@box/user-selector": "^2.
|
|
21
|
+
"@box/blueprint-web": "^16.1.1",
|
|
22
|
+
"@box/blueprint-web-assets": "^5.1.1",
|
|
23
|
+
"@box/collaboration-popover": "^2.1.1",
|
|
24
|
+
"@box/eslint-plugin-blueprint": "2.1.1",
|
|
25
|
+
"@box/readable-time": "^2.1.1",
|
|
26
|
+
"@box/storybook-utils": "1.1.1",
|
|
27
|
+
"@box/threaded-annotations": "^2.1.1",
|
|
28
|
+
"@box/user-selector": "^2.1.1",
|
|
29
29
|
"react-intl": "^6.4.2"
|
|
30
30
|
},
|
|
31
31
|
"files": [
|