@box/item-icon 0.9.107 → 0.9.109
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/types/lib/item-icon.d.ts +36 -36
- package/package.json +3 -3
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
2
|
export declare const itemIconTable: {
|
|
3
|
-
archive: (
|
|
4
|
-
audio: (
|
|
5
|
-
bookmark: (
|
|
6
|
-
boxcanvas: (
|
|
7
|
-
boxnote: (
|
|
8
|
-
code: (
|
|
9
|
-
default: (
|
|
10
|
-
document: (
|
|
11
|
-
'docuworks-binder': (
|
|
12
|
-
'docuworks-file': (
|
|
13
|
-
dwg: (
|
|
14
|
-
'excel-spreadsheet': (
|
|
15
|
-
'folder-archive': (
|
|
16
|
-
'folder-collab': (
|
|
17
|
-
'folder-external': (
|
|
18
|
-
'folder-plain': (
|
|
19
|
-
'google-docs': (
|
|
20
|
-
'google-sheets': (
|
|
21
|
-
'google-slides': (
|
|
22
|
-
illustrator: (
|
|
23
|
-
image: (
|
|
24
|
-
indesign: (
|
|
25
|
-
keynote: (
|
|
26
|
-
numbers: (
|
|
27
|
-
pages: (
|
|
28
|
-
pdf: (
|
|
29
|
-
photoshop: (
|
|
30
|
-
'powerpoint-presentation': (
|
|
31
|
-
presentation: (
|
|
32
|
-
spreadsheet: (
|
|
33
|
-
text: (
|
|
34
|
-
threed: (
|
|
35
|
-
vector: (
|
|
36
|
-
video: (
|
|
37
|
-
'word-document': (
|
|
38
|
-
zip: (
|
|
3
|
+
archive: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
4
|
+
audio: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
5
|
+
bookmark: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
6
|
+
boxcanvas: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
7
|
+
boxnote: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
8
|
+
code: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
9
|
+
default: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
10
|
+
document: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
11
|
+
'docuworks-binder': import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
12
|
+
'docuworks-file': import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
13
|
+
dwg: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
14
|
+
'excel-spreadsheet': import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
15
|
+
'folder-archive': import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
16
|
+
'folder-collab': import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
17
|
+
'folder-external': import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
18
|
+
'folder-plain': import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
19
|
+
'google-docs': import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
20
|
+
'google-sheets': import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
21
|
+
'google-slides': import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
22
|
+
illustrator: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
23
|
+
image: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
24
|
+
indesign: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
25
|
+
keynote: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
26
|
+
numbers: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
27
|
+
pages: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
28
|
+
pdf: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
29
|
+
photoshop: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
30
|
+
'powerpoint-presentation': import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
31
|
+
presentation: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
32
|
+
spreadsheet: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
33
|
+
text: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
34
|
+
threed: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
35
|
+
vector: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
36
|
+
video: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
37
|
+
'word-document': import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
38
|
+
zip: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
39
39
|
};
|
|
40
40
|
export interface ItemIconProps {
|
|
41
41
|
/** Additional Aria hidden */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/item-icon",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.109",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@box/blueprint-web": "^7.8.0",
|
|
6
6
|
"@box/blueprint-web-assets": "^4.16.0",
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"react-intl": "^6.4.2"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"@box/blueprint-web": "^10.
|
|
13
|
-
"@box/blueprint-web-assets": "^4.
|
|
12
|
+
"@box/blueprint-web": "^10.5.0",
|
|
13
|
+
"@box/blueprint-web-assets": "^4.39.0",
|
|
14
14
|
"@box/storybook-utils": "^0.9.0",
|
|
15
15
|
"react": "^18.3.0",
|
|
16
16
|
"react-dom": "^18.3.0",
|