@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.
@@ -1,41 +1,41 @@
1
1
  import { SVGProps } from 'react';
2
2
  export declare const itemIconTable: {
3
- archive: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
- audio: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
5
- bookmark: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
6
- boxcanvas: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
7
- boxnote: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
8
- code: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
9
- default: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
10
- document: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
11
- 'docuworks-binder': (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
12
- 'docuworks-file': (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
13
- dwg: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
14
- 'excel-spreadsheet': (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
15
- 'folder-archive': (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
16
- 'folder-collab': (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
17
- 'folder-external': (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
18
- 'folder-plain': (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
19
- 'google-docs': (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
20
- 'google-sheets': (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
21
- 'google-slides': (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
22
- illustrator: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
- image: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
24
- indesign: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
25
- keynote: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
26
- numbers: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
27
- pages: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
28
- pdf: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
29
- photoshop: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
30
- 'powerpoint-presentation': (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
31
- presentation: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
32
- spreadsheet: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
33
- text: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
34
- threed: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
35
- vector: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
36
- video: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
37
- 'word-document': (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
38
- zip: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
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.107",
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.3.1",
13
- "@box/blueprint-web-assets": "^4.38.0",
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",