@box/metadata-editor 0.101.4 → 0.101.6
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.
- package/dist/i18n/en-GB.js +1 -1
- package/dist/i18n/en-GB.properties +1 -1
- package/package.json +2 -2
package/dist/i18n/en-GB.js
CHANGED
@@ -102,7 +102,7 @@ export default {
|
|
102
102
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill is in Beta",
|
103
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Custom Metadata",
|
104
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI won't be able to access the entire content, which might affect its answers.",
|
105
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "
|
105
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "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?",
|
108
108
|
"metadataEditor.unsavedChangesModal.closeLabel": "Close",
|
@@ -205,7 +205,7 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceT
|
|
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
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
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader =
|
208
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Content is too large
|
209
209
|
# Aria label used to indicate that the button is currently loading.
|
210
210
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Loading...
|
211
211
|
# Body for the unsaved changes modal
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@box/metadata-editor",
|
3
|
-
"version": "0.101.
|
3
|
+
"version": "0.101.6",
|
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": "^11.
|
18
|
+
"@box/blueprint-web": "^11.7.0",
|
19
19
|
"@box/blueprint-web-assets": "^4.40.10",
|
20
20
|
"@box/storybook-utils": "^0.11.0",
|
21
21
|
"@testing-library/react": "^15.0.6",
|