@box/metadata-editor 0.95.4 → 0.96.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.
@@ -14,7 +14,7 @@ const t = e({
14
14
  },
15
15
  largeFileNoticeBody: {
16
16
  id: "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody",
17
- defaultMessage: "Box AI won’t be able to access the full text, which may impact metadata values"
17
+ defaultMessage: "Box AI won’t be able to access the entire content, which might affect its answers."
18
18
  }
19
19
  });
20
20
  export {
@@ -101,7 +101,7 @@ export default {
101
101
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Please check responses before saving.",
102
102
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill is in Beta",
103
103
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Custom Metadata",
104
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI won't be able to access the full text, which may impact metadata values",
104
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI wont be able to access the entire content, which might affect its answers.",
105
105
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Text content is too large",
106
106
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Loading...",
107
107
  "metadataEditor.unsavedChangesModal.body": "Metadata template(s) have unsaved changes. How would you like to proceed?",
@@ -203,7 +203,7 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaN
203
203
  # Header with Custom Metadata template name
204
204
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = Custom Metadata
205
205
  # Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
206
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI won't be able to access the full text, which may impact metadata values
206
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI wont be able to access the entire content, which might affect its answers.
207
207
  # Header for notice informing that text content is too large
208
208
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Text content is too large
209
209
  # Aria label used to indicate that the button is currently loading.
@@ -101,7 +101,7 @@ export default {
101
101
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Please check responses before saving.",
102
102
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill is in Beta",
103
103
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Custom Metadata",
104
- "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI won’t be able to access the full text, which may impact metadata values",
104
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI won’t be able to access the entire content, which might affect its answers.",
105
105
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Text content is too large",
106
106
  "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Loading...",
107
107
  "metadataEditor.unsavedChangesModal.body": "Metadata template(s) have unsaved changes. How would you like to proceed?",
@@ -203,7 +203,7 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaN
203
203
  # Header with Custom Metadata template name
204
204
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = Custom Metadata
205
205
  # Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
206
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI won’t be able to access the full text, which may impact metadata values
206
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI won’t be able to access the entire content, which might affect its answers.
207
207
  # Header for notice informing that text content is too large
208
208
  metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Text content is too large
209
209
  # Aria label used to indicate that the button is currently loading.
@@ -1 +1 @@
1
- [{"id":"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader","description":"Header for AI suggestions is in Beta notice","defaultMessage":"AI Autofill is in Beta"},{"id":"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody","description":"Body for AI suggestions is in Beta notice to inform user to check responses before saving","defaultMessage":"Please check responses before saving."},{"id":"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader","description":"Header for notice informing that text content is too large","defaultMessage":"Text content is too large"},{"id":"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody","description":"Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values","defaultMessage":"Box AI won’t be able to access the full text, which may impact metadata values"}]
1
+ [{"id":"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader","description":"Header for AI suggestions is in Beta notice","defaultMessage":"AI Autofill is in Beta"},{"id":"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody","description":"Body for AI suggestions is in Beta notice to inform user to check responses before saving","defaultMessage":"Please check responses before saving."},{"id":"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader","description":"Header for notice informing that text content is too large","defaultMessage":"Text content is too large"},{"id":"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody","description":"Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values","defaultMessage":"Box AI won’t be able to access the entire content, which might affect its answers."}]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/metadata-editor",
3
- "version": "0.95.4",
3
+ "version": "0.96.1",
4
4
  "peerDependencies": {
5
5
  "@ariakit/react": "0.4.15",
6
6
  "@box/blueprint-web": "^7.30.3",
@@ -15,7 +15,7 @@
15
15
  "devDependencies": {
16
16
  "@ariakit/react": "0.4.15",
17
17
  "@box/babel-plugin-target-attributes": "1.3.0",
18
- "@box/blueprint-web": "^9.18.12",
18
+ "@box/blueprint-web": "^9.18.13",
19
19
  "@box/blueprint-web-assets": "^4.37.0",
20
20
  "@box/storybook-utils": "^0.8.3",
21
21
  "@testing-library/react": "^15.0.6",