@box/activity-feed 2.1.1 → 2.1.3

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.
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "groupSharedFeatures.activityFeed.activityItemText": "{appName}: {parsedContent} · {timestamp}",
3
- "groupSharedFeatures.activityFeed.emptyState.body": "コラボレータにコメントや注釈を付けたり、@メンションしたりして、自分の考えを共有しましょう。",
3
+ "groupSharedFeatures.activityFeed.emptyState.body": "コラボレータにコメント、注釈、@メンションを送信して、考えを共有しましょう。",
4
4
  "groupSharedFeatures.activityFeed.emptyState.title": "会話を始める",
5
5
  "groupSharedFeatures.activityFeed.header.closeAriaLabel": "閉じる",
6
6
  "groupSharedFeatures.activityFeed.header.filterAriaLabel": "フィルタ",
@@ -1,7 +1,7 @@
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
6
  groupSharedFeatures.activityFeed.emptyState.title = 会話を始める
7
7
  # Aria label for the close 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.1.1",
3
+ "version": "2.1.3",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
6
  "@box/blueprint-web": "^16.1.1",
7
7
  "@box/blueprint-web-assets": "^5.1.1",
8
8
  "@box/collaboration-popover": "^2.1.1",
9
9
  "@box/readable-time": "^2.1.1",
10
- "@box/threaded-annotations": "^2.1.1",
11
- "@box/user-selector": "^2.1.1",
10
+ "@box/threaded-annotations": "^2.1.2",
11
+ "@box/user-selector": "^2.1.2",
12
12
  "clsx": "^1.2.1",
13
13
  "react": "^18.0.0",
14
14
  "react-dom": "^18.0.0",
@@ -24,8 +24,8 @@
24
24
  "@box/eslint-plugin-blueprint": "2.1.1",
25
25
  "@box/readable-time": "^2.1.1",
26
26
  "@box/storybook-utils": "1.1.1",
27
- "@box/threaded-annotations": "^2.1.1",
28
- "@box/user-selector": "^2.1.1",
27
+ "@box/threaded-annotations": "^2.1.2",
28
+ "@box/user-selector": "^2.1.2",
29
29
  "react-intl": "^6.4.2"
30
30
  },
31
31
  "files": [