@box/item-icon 0.13.13 → 0.14.0

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.
@@ -2,7 +2,7 @@ const s = {
2
2
  audio: ["aac", "aif", "aifc", "aiff", "amr", "au", "flac", "m3u", "m4a", "mid", "mp3", "ra", "wav", "wma", "wpl"],
3
3
  boxcanvas: ["boxcanvas"],
4
4
  boxnote: ["boxnote"],
5
- code: ["as", "as3", "asm", "aspx", "bat", "c", "cc", "cmake", "cpp", "cs", "css", "cxx", "db", "diff", "erb", "groovy", "h", "haml", "hh", "htm", "html", "java", "js", "json", "less", "m", "make", "md", "ml", "mm", "php", "pl", "plist", "properties", "py", "rb", "sass", "scala", "scm", "script", "sh", "sml", "sql", "wabba", "yaml"],
5
+ code: ["as", "as3", "asm", "aspx", "bat", "c", "cc", "cmake", "cpp", "cs", "css", "cxx", "db", "diff", "erb", "groovy", "h", "haml", "hh", "htm", "html", "java", "js", "json", "less", "m", "make", "md", "ml", "mm", "php", "pl", "plist", "properties", "py", "rb", "rst", "sass", "scala", "scm", "script", "sh", "sml", "sql", "wabba", "yaml"],
6
6
  document: ["dot", "dotx", "msg", "odt", "rtf", "wpd", "xhtml", "xml", "xsd", "xsl"],
7
7
  "docuworks-binder": ["xbd"],
8
8
  "docuworks-file": ["xdw"],
@@ -12,22 +12,22 @@ const s = {
12
12
  "google-sheets": ["gsheet"],
13
13
  "google-slides": ["gslide", "gslides"],
14
14
  illustrator: ["ai"],
15
- image: ["bmp", "gdraw", "gif", "jpeg", "jpg", "png", "ps", "svg", "svs", "tif", "tiff", "heic", "heif"],
15
+ image: ["bmp", "cr2", "crw", "dng", "gdraw", "gif", "heic", "heif", "jpeg", "jpg", "nef", "png", "ps", "raf", "raw", "svg", "svs", "tga", "tif", "tiff", "webp"],
16
16
  indesign: ["idml", "indd", "indt", "inx"],
17
17
  keynote: ["key"],
18
18
  numbers: ["numbers"],
19
19
  pages: ["pages"],
20
20
  pdf: ["pdf"],
21
- photoshop: ["psd"],
21
+ photoshop: ["psb", "psd"],
22
22
  "powerpoint-presentation": ["ppt", "pptm", "pptx"],
23
23
  presentation: ["odp", "otp", "pot", "potx"],
24
24
  spreadsheet: ["csv", "ods", "tsv", "xlt", "xltx"],
25
- text: ["txt", "vi", "vim", "webdoc"],
26
- threed: ["3ds", "dae", "fbx", "obj", "ply", "stl"],
25
+ text: ["fdx", "log", "txt", "vi", "vim", "vtt", "webdoc"],
26
+ threed: ["3ds", "box3d", "dae", "fbx", "mtl", "obj", "ply", "stl"],
27
27
  vector: ["eps"],
28
- video: ["3g2", "3gp", "avi", "flv", "m2ts", "m2v", "m4v", "mkv", "mov", "mp4", "mpeg", "mpg", "mts", "ogg", "qt", "wmv"],
28
+ video: ["3g2", "3gp", "avi", "flv", "m2ts", "m2v", "m4v", "mkv", "mov", "mp4", "mpeg", "mpg", "mts", "ogg", "qt", "ts", "wmv"],
29
29
  "word-document": ["doc", "docm", "docx"],
30
- zip: ["rar", "tgz", "zip"]
30
+ zip: ["gz", "rar", "tgz", "zip"]
31
31
  };
32
32
  export {
33
33
  s as FILE_EXTENSIONS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/item-icon",
3
- "version": "0.13.13",
3
+ "version": "0.14.0",
4
4
  "peerDependencies": {
5
5
  "@box/blueprint-web": "^7.8.0",
6
6
  "@box/blueprint-web-assets": "^4.16.0",
@@ -10,10 +10,10 @@
10
10
  "react-intl": "^6.4.2"
11
11
  },
12
12
  "devDependencies": {
13
- "@box/blueprint-web": "^12.33.1",
14
- "@box/blueprint-web-assets": "^4.58.0",
13
+ "@box/blueprint-web": "^12.33.2",
14
+ "@box/blueprint-web-assets": "^4.59.0",
15
15
  "@box/types": "^0.2.1",
16
- "@box/storybook-utils": "^0.13.12",
16
+ "@box/storybook-utils": "^0.13.13",
17
17
  "react": "^18.3.0",
18
18
  "react-dom": "^18.3.0",
19
19
  "react-intl": "^6.4.2"