@box/item-icon 3.4.12 → 3.4.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-US.js +4 -11
- package/package.json +6 -6
package/dist/i18n/en-US.js
CHANGED
|
@@ -1,11 +1,4 @@
|
|
|
1
|
-
// THIS IS
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "Bookmark",
|
|
6
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "Collaborated folder",
|
|
7
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "External folder",
|
|
8
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "File",
|
|
9
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension} file",
|
|
10
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "Personal folder"
|
|
11
|
-
};
|
|
1
|
+
// THIS FILE IS INTENTIONALLY LEFT BLANK.
|
|
2
|
+
// Messages for the source locale are loaded from message definitions via react-intl fallback.
|
|
3
|
+
// DO NOT ADD ANY MESSAGES HERE!
|
|
4
|
+
export default {};
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/item-icon",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.14",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@box/blueprint-web": "^17.
|
|
6
|
-
"@box/blueprint-web-assets": "^5.9.
|
|
5
|
+
"@box/blueprint-web": "^17.7.0",
|
|
6
|
+
"@box/blueprint-web-assets": "^5.9.11",
|
|
7
7
|
"@box/types": "^3.2.13",
|
|
8
8
|
"react": "^17.0.0 || ^18.0.0",
|
|
9
9
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
10
10
|
"react-intl": "^6.4.2"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@box/blueprint-web": "^17.
|
|
14
|
-
"@box/blueprint-web-assets": "^5.9.
|
|
15
|
-
"@box/storybook-utils": "^1.2.
|
|
13
|
+
"@box/blueprint-web": "^17.7.0",
|
|
14
|
+
"@box/blueprint-web-assets": "^5.9.11",
|
|
15
|
+
"@box/storybook-utils": "^1.2.42",
|
|
16
16
|
"@box/types": "^3.2.13",
|
|
17
17
|
"react": "^18.3.0",
|
|
18
18
|
"react-dom": "^18.3.0",
|