@box/metadata-editor 1.23.1 → 1.24.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.
@@ -38,7 +38,7 @@ export default {
38
38
  "metadataEditor.addMetadataTemplate.customMetadataName": "カスタムメタデータ",
39
39
  "metadataEditor.addMetadataTemplate.search.placeholder": "テンプレートを検索",
40
40
  "metadataEditor.addMetadataTemplate.trigger.label": "テンプレートを追加",
41
- "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AIの提案:",
41
+ "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AIによる候補:",
42
42
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "オプション",
43
43
  "metadataEditor.aiSuggestionField.appendLabel": "追加する",
44
44
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "クリアして置き換える",
@@ -77,7 +77,7 @@ metadataEditor.addMetadataTemplate.search.placeholder = テンプレートを検
77
77
  # Call to encourage user to add metadata templates
78
78
  metadataEditor.addMetadataTemplate.trigger.label = テンプレートを追加
79
79
  # Label for value suggested by Box AI
80
- metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AIの提案:
80
+ metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AIによる候補:
81
81
  # Aria-label for AI suggestion options
82
82
  metadataEditor.aiSuggestionField.aiSuggestionOptions = オプション
83
83
  # Label for appending the AI suggestion
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@box/metadata-editor",
3
- "version": "1.23.1",
3
+ "version": "1.24.1",
4
4
  "peerDependencies": {
5
5
  "@ariakit/react": "0.4.15",
6
- "@box/box-ai-agent-selector": "^1.22.1",
7
- "@box/blueprint-web": "^12.112.1",
8
- "@box/blueprint-web-assets": "^4.91.1",
9
- "@box/combobox-with-api": "^1.23.1",
6
+ "@box/box-ai-agent-selector": "^1.22.3",
7
+ "@box/blueprint-web": "^12.112.3",
8
+ "@box/blueprint-web-assets": "^4.91.3",
9
+ "@box/combobox-with-api": "^1.23.3",
10
10
  "formik": "^2.0.3",
11
11
  "lodash": "^4.17.15",
12
12
  "react": "^17.0.0 || ^18.0.0",
@@ -15,11 +15,11 @@
15
15
  },
16
16
  "devDependencies": {
17
17
  "@ariakit/react": "0.4.15",
18
- "@box/box-ai-agent-selector": "^1.22.1",
18
+ "@box/box-ai-agent-selector": "^1.22.3",
19
19
  "@box/babel-plugin-target-attributes": "1.4.0",
20
- "@box/blueprint-web": "^12.112.1",
21
- "@box/blueprint-web-assets": "^4.91.1",
22
- "@box/storybook-utils": "^0.15.1",
20
+ "@box/blueprint-web": "^12.112.3",
21
+ "@box/blueprint-web-assets": "^4.91.3",
22
+ "@box/storybook-utils": "^0.15.3",
23
23
  "@testing-library/react": "^15.0.6",
24
24
  "react": "^18.3.0",
25
25
  "react-dom": "^18.3.0",