@box/metadata-taxonomy-picker 2.19.4 → 2.19.5

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,7 +1,7 @@
1
1
  export default {
2
2
  "groupSharedFeatures.metadataTaxonomyPicker.controller.initialLoadErrorFallback": "項目の読み込みに失敗しました",
3
3
  "groupSharedFeatures.metadataTaxonomyPicker.controller.loadMoreErrorFallback": "その他の項目を読み込めませんでした",
4
- "groupSharedFeatures.metadataTaxonomyPicker.controller.searchErrorFallback": "アイテムの検索に失敗しました",
4
+ "groupSharedFeatures.metadataTaxonomyPicker.controller.searchErrorFallback": "項目の検索に失敗しました",
5
5
  "groupSharedFeatures.metadataTaxonomyPicker.itemsList.emptyStateBody": "このパスにはサブノードがありません。",
6
6
  "groupSharedFeatures.metadataTaxonomyPicker.itemsList.emptyStateHeading": "サブノードなし",
7
7
  "groupSharedFeatures.metadataTaxonomyPicker.itemsList.errorStateBody": "再読み込みしてもう一度やり直してください。",
@@ -3,7 +3,7 @@ groupSharedFeatures.metadataTaxonomyPicker.controller.initialLoadErrorFallback =
3
3
  # Fallback message stored in state when a "load more" page request (browse or search) rejects with a value that is not an Error instance
4
4
  groupSharedFeatures.metadataTaxonomyPicker.controller.loadMoreErrorFallback = その他の項目を読み込めませんでした
5
5
  # Fallback message stored in state when the taxonomy search request rejects with a value that is not an Error instance
6
- groupSharedFeatures.metadataTaxonomyPicker.controller.searchErrorFallback = アイテムの検索に失敗しました
6
+ groupSharedFeatures.metadataTaxonomyPicker.controller.searchErrorFallback = 項目の検索に失敗しました
7
7
  # Body text shown when the taxonomy level has no child items
8
8
  groupSharedFeatures.metadataTaxonomyPicker.itemsList.emptyStateBody = このパスにはサブノードがありません。
9
9
  # Heading shown when the taxonomy level has no child items
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@box/metadata-taxonomy-picker",
3
- "version": "2.19.4",
3
+ "version": "2.19.5",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
6
  "@ariakit/react": "^0.4.21",
7
- "@box/blueprint-web": "^15.8.2",
8
- "@box/blueprint-web-assets": "^4.125.0",
7
+ "@box/blueprint-web": "^15.9.0",
8
+ "@box/blueprint-web-assets": "^4.125.1",
9
9
  "@tanstack/react-virtual": "^3.10.8",
10
10
  "react": "^18.0.0",
11
11
  "react-dom": "^18.0.0",
@@ -13,10 +13,10 @@
13
13
  },
14
14
  "devDependencies": {
15
15
  "@ariakit/react": "^0.4.21",
16
- "@box/blueprint-web": "^15.8.2",
17
- "@box/blueprint-web-assets": "^4.125.0",
16
+ "@box/blueprint-web": "^15.9.0",
17
+ "@box/blueprint-web-assets": "^4.125.1",
18
18
  "@box/eslint-plugin-blueprint": "1.2.7",
19
- "@box/storybook-utils": "0.21.4",
19
+ "@box/storybook-utils": "0.21.5",
20
20
  "@tanstack/react-virtual": "^3.10.8",
21
21
  "react-intl": "^6.4.2"
22
22
  },