@box/uploads-manager 2.1.13 → 2.1.14
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-AU.js +5 -0
- package/dist/i18n/en-GB.js +5 -0
- package/package.json +9 -9
package/dist/i18n/en-AU.js
CHANGED
|
@@ -5,5 +5,10 @@ export default {
|
|
|
5
5
|
"groupSharedFeatures.uploadsManager.header.subtitleErrors": "{failedCount,plural,one{# Error} other{# Errors}}",
|
|
6
6
|
"groupSharedFeatures.uploadsManager.header.titleCanceled": "Uploads Cancelled",
|
|
7
7
|
"groupSharedFeatures.uploadsManager.header.titleComplete": "Uploads Completed",
|
|
8
|
+
"groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel": "Cancel upload for {name}",
|
|
9
|
+
"groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel": "Open {name}",
|
|
10
|
+
"groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel": "Remove {name}",
|
|
11
|
+
"groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel": "Retry upload for {name}",
|
|
12
|
+
"groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel": "Share {name}",
|
|
8
13
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled": "Cancelled"
|
|
9
14
|
};
|
package/dist/i18n/en-GB.js
CHANGED
|
@@ -5,5 +5,10 @@ export default {
|
|
|
5
5
|
"groupSharedFeatures.uploadsManager.header.subtitleErrors": "{failedCount,plural,one{# Error} other{# Errors}}",
|
|
6
6
|
"groupSharedFeatures.uploadsManager.header.titleCanceled": "Uploads Cancelled",
|
|
7
7
|
"groupSharedFeatures.uploadsManager.header.titleComplete": "Uploads Completed",
|
|
8
|
+
"groupSharedFeatures.uploadsManager.itemList.itemActionCancelAriaLabel": "Cancel upload for {name}",
|
|
9
|
+
"groupSharedFeatures.uploadsManager.itemList.itemActionOpenAriaLabel": "Open {name}",
|
|
10
|
+
"groupSharedFeatures.uploadsManager.itemList.itemActionRemoveAriaLabel": "Remove {name}",
|
|
11
|
+
"groupSharedFeatures.uploadsManager.itemList.itemActionRetryAriaLabel": "Retry upload for {name}",
|
|
12
|
+
"groupSharedFeatures.uploadsManager.itemList.itemActionShareAriaLabel": "Share {name}",
|
|
8
13
|
"groupSharedFeatures.uploadsManager.itemList.itemStatusCanceled": "Cancelled"
|
|
9
14
|
};
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/uploads-manager",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.14",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@box/blueprint-web": "^16.4.
|
|
7
|
-
"@box/blueprint-web-assets": "^5.2.
|
|
8
|
-
"@box/item-icon": "^3.2.
|
|
6
|
+
"@box/blueprint-web": "^16.4.5",
|
|
7
|
+
"@box/blueprint-web-assets": "^5.2.10",
|
|
8
|
+
"@box/item-icon": "^3.2.12",
|
|
9
9
|
"react": "^18.0.0",
|
|
10
10
|
"react-aria-components": "1.16.0",
|
|
11
11
|
"react-dom": "^18.0.0",
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
"access": "public"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@box/blueprint-web": "^16.4.
|
|
19
|
-
"@box/blueprint-web-assets": "^5.2.
|
|
20
|
-
"@box/eslint-plugin-blueprint": "2.1.
|
|
21
|
-
"@box/item-icon": "^3.2.
|
|
22
|
-
"@box/storybook-utils": "1.1.
|
|
18
|
+
"@box/blueprint-web": "^16.4.5",
|
|
19
|
+
"@box/blueprint-web-assets": "^5.2.10",
|
|
20
|
+
"@box/eslint-plugin-blueprint": "2.1.8",
|
|
21
|
+
"@box/item-icon": "^3.2.12",
|
|
22
|
+
"@box/storybook-utils": "1.1.12",
|
|
23
23
|
"react-aria-components": "1.16.0",
|
|
24
24
|
"react-intl": "^6.4.2"
|
|
25
25
|
},
|