@box/item-icon 2.32.29 → 2.33.1
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.
|
@@ -3,6 +3,7 @@ import { AgentCustomExtract as t, Form as n, RelayAdvanced as r } from "@box/blu
|
|
|
3
3
|
import { Element as i } from "@box/blueprint-web-assets/icons/Medium";
|
|
4
4
|
import { jsx as a } from "react/jsx-runtime";
|
|
5
5
|
var o = {
|
|
6
|
+
ai_session: e.FileAiSession,
|
|
6
7
|
archive: e.Archive,
|
|
7
8
|
audio: e.FileAudio,
|
|
8
9
|
bookmark: e.FileBookmark,
|
|
@@ -36,6 +37,7 @@ var o = {
|
|
|
36
37
|
photoshop: e.FilePhotoshop,
|
|
37
38
|
"powerpoint-presentation": e.FilePowerpoint,
|
|
38
39
|
presentation: e.FilePresentation,
|
|
40
|
+
prompt: e.FileAiPrompt,
|
|
39
41
|
spreadsheet: e.FileSpreadsheet,
|
|
40
42
|
text: e.FileText,
|
|
41
43
|
threed: e.FileThreeD,
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
2
|
export declare const itemIconTable: {
|
|
3
|
+
ai_session: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
3
4
|
archive: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
4
5
|
audio: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
5
6
|
bookmark: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
@@ -33,6 +34,7 @@ export declare const itemIconTable: {
|
|
|
33
34
|
photoshop: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
34
35
|
'powerpoint-presentation': import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
35
36
|
presentation: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
37
|
+
prompt: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
36
38
|
spreadsheet: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
37
39
|
text: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
38
40
|
threed: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/item-icon",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.33.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@box/blueprint-web": "^14.
|
|
6
|
-
"@box/blueprint-web-assets": "^4.112.
|
|
5
|
+
"@box/blueprint-web": "^14.8.1",
|
|
6
|
+
"@box/blueprint-web-assets": "^4.112.6",
|
|
7
7
|
"@box/types": "^2.1.16",
|
|
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": "^14.
|
|
14
|
-
"@box/blueprint-web-assets": "^4.112.
|
|
15
|
-
"@box/storybook-utils": "^0.17.
|
|
13
|
+
"@box/blueprint-web": "^14.8.1",
|
|
14
|
+
"@box/blueprint-web-assets": "^4.112.6",
|
|
15
|
+
"@box/storybook-utils": "^0.17.33",
|
|
16
16
|
"@box/types": "^2.1.16",
|
|
17
17
|
"react": "^18.3.0",
|
|
18
18
|
"react-dom": "^18.3.0",
|