@box/blueprint-web-assets 4.97.3 → 4.99.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.
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgFileElement = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 32 32", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "#D3D3D3", d: "M9 3h9.586a1 1 0 0 1 .707.293l6.415 6.414a1 1 0 0 1 .293.707V26A2.999 2.999 0 0 1 23 29H9a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3Z" }), _jsx("path", { fill: "white", fillOpacity: 0.5, d: "m19.286 3.286 5.01 5.009 1.412 1.412a1 1 0 0 1 .203.293H21a2 2 0 0 1-2-2V3.09a1 1 0 0 1 .286.196Z" }), _jsx("path", { fill: "#4E4E4E", d: "M14 22.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Zm1 0a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0ZM10 18.5v-2.668A2.832 2.832 0 0 1 12.832 13H15.5a.5.5 0 0 1 0 1h-2.668C11.82 14 11 14.82 11 15.832V18.5a.5.5 0 0 1-1 0ZM22 19.5v2.668A2.832 2.832 0 0 1 19.168 25H16.5a.5.5 0 0 1 0-1h2.668C20.18 24 21 23.18 21 22.168V19.5a.5.5 0 0 1 1 0ZM18.234 13.559a1.083 1.083 0 0 1 1.531 0l1.676 1.675a1.083 1.083 0 0 1 0 1.532l-1.676 1.676a1.083 1.083 0 0 1-1.53 0l-1.677-1.676a1.083 1.083 0 0 1 0-1.532l1.676-1.675Zm.824.707a.083.083 0 0 0-.117 0l-1.676 1.675a.083.083 0 0 0 0 .118l1.676 1.675a.083.083 0 0 0 .117 0l1.676-1.675a.083.083 0 0 0 0-.118l-1.676-1.675Z" })] }));
4
+ const ForwardRef = forwardRef(SvgFileElement);
5
+ export default ForwardRef;
@@ -10,6 +10,7 @@ export { default as FileDicom } from './FileDicom';
10
10
  export { default as FileDocGen } from './FileDocGen';
11
11
  export { default as FileDocs } from './FileDocs';
12
12
  export { default as FileDwg } from './FileDwg';
13
+ export { default as FileElement } from './FileElement';
13
14
  export { default as FileExcel } from './FileExcel';
14
15
  export { default as FileIllustrator } from './FileIllustrator';
15
16
  export { default as FileImage } from './FileImage';
@@ -10,6 +10,7 @@ export { default as FileDicom } from './FileDicom';
10
10
  export { default as FileDocGen } from './FileDocGen';
11
11
  export { default as FileDocs } from './FileDocs';
12
12
  export { default as FileDwg } from './FileDwg';
13
+ export { default as FileElement } from './FileElement';
13
14
  export { default as FileExcel } from './FileExcel';
14
15
  export { default as FileIllustrator } from './FileIllustrator';
15
16
  export { default as FileImage } from './FileImage';
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgCards = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M7.67 4.196a2.918 2.918 0 0 1 2.447-2.17 2.932 2.932 0 0 1 1.149.075l9.524 2.548a2.99 2.99 0 0 1 1.803 1.377 2.98 2.98 0 0 1 .314 2.244l-1.972 7.622-.043.145a2.916 2.916 0 0 1-3.117 2.027v.984l-.004.152a2.95 2.95 0 0 1-.917 1.988 2.961 2.961 0 0 1-2.037.812h-9.86l-.151-.004a2.96 2.96 0 0 1-1.94-.86 2.95 2.95 0 0 1-.862-1.936L2 19.048v-7.871c0-.783.312-1.534.866-2.088a2.96 2.96 0 0 1 2.092-.864h1.668l1.043-4.03Zm-2.712 5.997a.987.987 0 0 0-.986.984v7.871a.983.983 0 0 0 .986.984h9.86a.986.986 0 0 0 .985-.984v-7.871a.983.983 0 0 0-.986-.984h-9.86Zm4.93 5.903a.987.987 0 0 1 .987.934.983.983 0 0 1-.886 1.03l-.102.004H6.93l-.102-.005a.986.986 0 0 1-.886-1.03.983.983 0 0 1 .988-.933h2.957Zm.884-12.09a.978.978 0 0 0-1.198.7l-.911 3.519h6.154a2.96 2.96 0 0 1 2.091.864c.555.554.867 1.305.867 2.088v4.888l.056.015a.978.978 0 0 0 1.199-.698l1.972-7.622a.993.993 0 0 0-.705-1.206l-9.524-2.548h-.001Zm2.073 8.155a.987.987 0 0 1 .986.984.983.983 0 0 1-.986.984H6.93a.987.987 0 0 1-.986-.984.983.983 0 0 1 .986-.984h5.915Z" }) }));
4
+ const ForwardRef = forwardRef(SvgCards);
5
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgItemAlignmentFill = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M3 2a1 1 0 0 1 1 1v18a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1Zm18 0a1 1 0 0 1 1 1v18a1 1 0 0 1-2 0V3a1 1 0 0 1 1-1Zm-6 11a3 3 0 0 1 3 3v2a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3v-2a3 3 0 0 1 3-3h6Zm-6 2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H9Zm6-12a3 3 0 0 1 3 3v2a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h6ZM9 5a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H9Z" }) }));
4
+ const ForwardRef = forwardRef(SvgItemAlignmentFill);
5
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgItemAlignmentLeft = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M7 2a1 1 0 0 1 1 1v18a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1Zm9 11a3 3 0 0 1 3 3v2a3 3 0 0 1-2.846 2.996L16 21h-3l-.154-.004A3 3 0 0 1 10 18v-2a3 3 0 0 1 3-3h3Zm-3 2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-3Zm3-12a3 3 0 0 1 3 3v2a3 3 0 0 1-2.846 2.996L16 11h-3l-.154-.004A3 3 0 0 1 10 8V6a3 3 0 0 1 3-3h3Zm-3 2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-3Z" }) }));
4
+ const ForwardRef = forwardRef(SvgItemAlignmentLeft);
5
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgSandbox = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M8 4a4.5 4.5 0 0 1 4.472 4h.441a1 1 0 0 1 .997 1.083l-.68 8.166-.039.287A3 3 0 0 1 10.24 20H5.761l-.29-.014a3 3 0 0 1-2.7-2.737l-.68-8.166A1 1 0 0 1 3.086 8h.441A4.5 4.5 0 0 1 8 4ZM4.764 17.083A1 1 0 0 0 5.76 18h4.478a1 1 0 0 0 .997-.917l.545-6.541a.5.5 0 0 0-.498-.542H4.717a.5.5 0 0 0-.498.541l.545 6.542ZM8 6c-1.21 0-2.219.859-2.45 2h4.9A2.501 2.501 0 0 0 8 6ZM20 4a1 1 0 1 1 0 2h-.5v6.041A3.001 3.001 0 0 1 22 15v4a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-4a3 3 0 0 1 2.5-2.957V6H17a1 1 0 1 1 0-2h3Zm-2 10a1 1 0 0 0-1 1v2.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5V15a1 1 0 0 0-1-1h-1Z", clipRule: "evenodd" }) }));
4
+ const ForwardRef = forwardRef(SvgSandbox);
5
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgServer = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', d: "M17 17a1 1 0 1 1 0 2h-4a1 1 0 1 1 0-2h4ZM17 11a1 1 0 1 1 0 2h-4a1 1 0 1 1 0-2h4ZM17 5a1 1 0 1 1 0 2h-4a1 1 0 1 1 0-2h4Z" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M18 2a4 4 0 0 1 4 4v12a4 4 0 0 1-3.794 3.995L18 22H6l-.206-.005a4.001 4.001 0 0 1-3.79-3.789L2 18V6a4 4 0 0 1 4-4h12ZM4 18a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2H4v2Zm0-4h16v-4H4v4ZM6 4a2 2 0 0 0-2 2v2h16V6a2 2 0 0 0-2-2H6Z", clipRule: "evenodd" })] }));
4
+ const ForwardRef = forwardRef(SvgServer);
5
+ export default ForwardRef;
@@ -49,6 +49,7 @@ export { default as Calendar } from './Calendar';
49
49
  export { default as CalendarPause } from './CalendarPause';
50
50
  export { default as CalendarRecurring } from './CalendarRecurring';
51
51
  export { default as Canvas } from './Canvas';
52
+ export { default as Cards } from './Cards';
52
53
  export { default as ChartDonut } from './ChartDonut';
53
54
  export { default as ChartLine } from './ChartLine';
54
55
  export { default as CheckList } from './CheckList';
@@ -112,6 +113,8 @@ export { default as InformationCircle } from './InformationCircle';
112
113
  export { default as Initials } from './Initials';
113
114
  export { default as Integrations } from './Integrations';
114
115
  export { default as Italic } from './Italic';
116
+ export { default as ItemAlignmentFill } from './ItemAlignmentFill';
117
+ export { default as ItemAlignmentLeft } from './ItemAlignmentLeft';
115
118
  export { default as Items } from './Items';
116
119
  export { default as Keyboard } from './Keyboard';
117
120
  export { default as LargeListView } from './LargeListView';
@@ -159,8 +162,10 @@ export { default as RelayAdvanced } from './RelayAdvanced';
159
162
  export { default as Retention } from './Retention';
160
163
  export { default as RightSidebarChevronClose } from './RightSidebarChevronClose';
161
164
  export { default as RightSidebarChevronOpen } from './RightSidebarChevronOpen';
165
+ export { default as Sandbox } from './Sandbox';
162
166
  export { default as Search } from './Search';
163
167
  export { default as Section } from './Section';
168
+ export { default as Server } from './Server';
164
169
  export { default as Shield } from './Shield';
165
170
  export { default as SideRectangle } from './SideRectangle';
166
171
  export { default as SidebarChevronLeft } from './SidebarChevronLeft';
@@ -49,6 +49,7 @@ export { default as Calendar } from './Calendar';
49
49
  export { default as CalendarPause } from './CalendarPause';
50
50
  export { default as CalendarRecurring } from './CalendarRecurring';
51
51
  export { default as Canvas } from './Canvas';
52
+ export { default as Cards } from './Cards';
52
53
  export { default as ChartDonut } from './ChartDonut';
53
54
  export { default as ChartLine } from './ChartLine';
54
55
  export { default as CheckList } from './CheckList';
@@ -112,6 +113,8 @@ export { default as InformationCircle } from './InformationCircle';
112
113
  export { default as Initials } from './Initials';
113
114
  export { default as Integrations } from './Integrations';
114
115
  export { default as Italic } from './Italic';
116
+ export { default as ItemAlignmentFill } from './ItemAlignmentFill';
117
+ export { default as ItemAlignmentLeft } from './ItemAlignmentLeft';
115
118
  export { default as Items } from './Items';
116
119
  export { default as Keyboard } from './Keyboard';
117
120
  export { default as LargeListView } from './LargeListView';
@@ -159,8 +162,10 @@ export { default as RelayAdvanced } from './RelayAdvanced';
159
162
  export { default as Retention } from './Retention';
160
163
  export { default as RightSidebarChevronClose } from './RightSidebarChevronClose';
161
164
  export { default as RightSidebarChevronOpen } from './RightSidebarChevronOpen';
165
+ export { default as Sandbox } from './Sandbox';
162
166
  export { default as Search } from './Search';
163
167
  export { default as Section } from './Section';
168
+ export { default as Server } from './Server';
164
169
  export { default as Shield } from './Shield';
165
170
  export { default as SideRectangle } from './SideRectangle';
166
171
  export { default as SidebarChevronLeft } from './SidebarChevronLeft';
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgSandbox = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M8 4a4.5 4.5 0 0 1 4.472 4h.441a1 1 0 0 1 .997 1.083l-.68 8.166-.039.287A3 3 0 0 1 10.24 20H5.761l-.29-.014a3 3 0 0 1-2.7-2.737l-.68-8.166A1 1 0 0 1 3.086 8h.441A4.5 4.5 0 0 1 8 4Zm0 2c-1.21 0-2.219.859-2.45 2h4.9A2.501 2.501 0 0 0 8 6ZM20 4a1 1 0 1 1 0 2h-.5v6.041A3.001 3.001 0 0 1 22 15v4a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-4a3 3 0 0 1 2.5-2.957V6H17a1 1 0 1 1 0-2h3Z", clipRule: "evenodd" }) }));
4
+ const ForwardRef = forwardRef(SvgSandbox);
5
+ export default ForwardRef;
@@ -42,6 +42,7 @@ export { default as Plus } from './Plus';
42
42
  export { default as Puzzle } from './Puzzle';
43
43
  export { default as QuestionCircle } from './QuestionCircle';
44
44
  export { default as Relay } from './Relay';
45
+ export { default as Sandbox } from './Sandbox';
45
46
  export { default as Search } from './Search';
46
47
  export { default as Section } from './Section';
47
48
  export { default as Shield } from './Shield';
@@ -42,6 +42,7 @@ export { default as Plus } from './Plus';
42
42
  export { default as Puzzle } from './Puzzle';
43
43
  export { default as QuestionCircle } from './QuestionCircle';
44
44
  export { default as Relay } from './Relay';
45
+ export { default as Sandbox } from './Sandbox';
45
46
  export { default as Search } from './Search';
46
47
  export { default as Section } from './Section';
47
48
  export { default as Shield } from './Shield';
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgFilesInformation = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 140 140", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillOpacity: 0.1, d: "M97.5 99a2.5 2.5 0 0 1 2.5 2.5v7a2.5 2.5 0 1 1-5 0v-7a2.5 2.5 0 0 1 2.5-2.5ZM97.5 91a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5ZM74 78a2 2 0 1 1 0 4H57a2 2 0 1 1 0-4h17ZM90.01 67a1.99 1.99 0 0 1 0 3.978H56.99a1.99 1.99 0 0 1 0-3.978h33.02ZM90 56a2 2 0 1 1 0 4H57a2 2 0 1 1 0-4h33ZM80.058 27c.61 0 1.202.206 1.671.595C83.773 29.286 87.784 32.783 92 37c4.641 4.641 8.41 8.877 9.859 10.81a.73.73 0 0 1-1.105.944L98.89 46.89a3.037 3.037 0 0 0-2.148-.89h-9.264A4.479 4.479 0 0 1 83 41.522v-8.743a4.479 4.479 0 0 0-1.22-3.073L79.226 27h.83Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillOpacity: 0.25, d: "M45 91.001a8 8 0 0 0 8 8h28.068c-.044.494-.068.994-.068 1.499a16.42 16.42 0 0 0 2.966 9.439A7.896 7.896 0 0 1 83 110H43c-5.523 0-10-4.477-10-10V47a7 7 0 0 1 7-7h5v51.001Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M97.5 98.25a3.25 3.25 0 0 1 3.25 3.25v7a3.25 3.25 0 1 1-6.5 0v-7a3.25 3.25 0 0 1 3.25-3.25Zm0 1.5a1.75 1.75 0 0 0-1.75 1.75v7a1.75 1.75 0 0 0 3.5 0v-7a1.75 1.75 0 0 0-1.75-1.75ZM97.5 90.25a3.25 3.25 0 1 1 0 6.5 3.25 3.25 0 0 1 0-6.5Zm0 1.5a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M79.1 26.25a7.75 7.75 0 0 1 5.481 2.27l15.899 15.899a7.749 7.749 0 0 1 2.27 5.48v34.165c6.96 2.222 12 8.74 12 16.436 0 9.527-7.723 17.25-17.25 17.25-5.743 0-10.83-2.807-13.965-7.123-.5.08-1.013.123-1.535.123H42c-5.385 0-9.75-4.365-9.75-9.75V47A7.75 7.75 0 0 1 40 39.25h4.25V34A7.75 7.75 0 0 1 52 26.25h27.1Zm18.4 58.5c-8.698 0-15.75 7.052-15.75 15.75s7.052 15.75 15.75 15.75 15.75-7.052 15.75-15.75-7.052-15.75-15.75-15.75Zm-57.5-44A6.25 6.25 0 0 0 33.75 47v54a8.25 8.25 0 0 0 8.25 8.25h40c.207 0 .413-.011.616-.026a17.172 17.172 0 0 1-2.348-9.473H52a7.75 7.75 0 0 1-7.75-7.75V40.75H40Zm12-13A6.25 6.25 0 0 0 45.75 34v58.001a6.25 6.25 0 0 0 6.25 6.25h28.395c1.103-8.464 8.34-15.001 17.105-15.001 1.288 0 2.543.141 3.75.41V51.112c0-.514-.204-1.007-.567-1.37l-1.902-1.901a3.73 3.73 0 0 0-2.637-1.092h-8.666a5.229 5.229 0 0 1-5.228-5.228v-8.743c0-.951-.364-1.866-1.017-2.558l-1.756-1.864a1.938 1.938 0 0 0-1.41-.607H52Zm30.325 1.441a5.23 5.23 0 0 1 1.425 3.588v8.742c0 2.06 1.67 3.729 3.728 3.729h8.666a5.23 5.23 0 0 1 3.698 1.531l1.056 1.057a6.241 6.241 0 0 0-1.48-2.358L83.52 29.581a6.252 6.252 0 0 0-2.15-1.403l.956 1.013Z", clipRule: "evenodd" })] }));
4
+ const ForwardRef = forwardRef(SvgFilesInformation);
5
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgFolderAvatar = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 140 140", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillOpacity: 0.1, fillRule: "evenodd", d: "M96.5 76c9.665 0 17.5 7.835 17.5 17.5a17.463 17.463 0 0 1-6.415 13.541 1.467 1.467 0 0 0-.087-.337c-.919-2.342-3.658-7.194-10.575-7.194-6.836 0-10.066 4.738-11.255 7.11-.082.163-.13.333-.151.503C81.543 103.915 79 99.005 79 93.5 79 83.835 86.835 76 96.5 76Zm0 7a6.755 6.755 0 0 0-6.755 6.755c0 3.73 1.987 6.755 6.755 6.755s6.755-3.025 6.755-6.755A6.756 6.756 0 0 0 96.5 83Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillOpacity: 0.25, d: "M97 48.001a8 8 0 0 1 8 8V67a8 8 0 0 0-8-8h-2v-9c0-.71-.15-1.387-.417-1.999H97ZM62.343 38.001a4 4 0 0 1 2.829 1.17L70.999 45H45a5 5 0 0 0-5 5v1h-1a8 8 0 0 0-8 8V46a8 8 0 0 1 8-8l23.343.001Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M96.848 83.009a6.756 6.756 0 0 1 6.407 6.746l-.006.348c-.121 3.568-2.13 6.407-6.749 6.407l-.439-.009c-4.308-.175-6.193-2.945-6.31-6.398l-.006-.348A6.755 6.755 0 0 1 96.5 83l.348.009ZM96.5 84.5a5.255 5.255 0 0 0-5.255 5.255c0 1.617.431 2.907 1.208 3.776.751.84 1.996 1.479 4.047 1.479 2.05 0 3.296-.639 4.047-1.479.777-.869 1.208-2.16 1.208-3.776A5.255 5.255 0 0 0 96.5 84.5Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M62.343 37.251c1.26 0 2.468.5 3.36 1.39l5.607 5.609H90a5.748 5.748 0 0 1 5.05 3.001H97a8.75 8.75 0 0 1 8.75 8.75v21.765c5.386 3.173 9 9.03 9 15.734 0 10.079-8.171 18.25-18.25 18.25-7.11 0-13.27-4.066-16.283-10H39A8.75 8.75 0 0 1 30.25 93V46A8.75 8.75 0 0 1 39 37.25l23.343.001Zm34.58 62.782c-6.478 0-9.51 4.521-10.615 6.758A16.673 16.673 0 0 0 96.5 110.25c3.878 0 7.447-1.319 10.286-3.531-.878-2.225-3.433-6.685-9.863-6.686ZM96.5 76.75c-9.25 0-16.75 7.5-16.75 16.75 0 4.862 2.072 9.24 5.38 12.3 1.35-2.561 4.783-7.267 11.793-7.267 6.896 0 9.904 4.55 11.059 7.16A16.699 16.699 0 0 0 113.25 93.5c0-9.25-7.499-16.75-16.75-16.75Zm-57.5-25A7.25 7.25 0 0 0 31.75 59v34a7.25 7.25 0 0 0 7.25 7.25h40.54a18.2 18.2 0 0 1-1.29-6.75c0-10.08 8.17-18.25 18.25-18.25 2.771 0 5.398.618 7.75 1.724V67A7.25 7.25 0 0 0 97 59.75H73.52a4.75 4.75 0 0 1-3.155-1.2L63.64 52.57a3.251 3.251 0 0 0-2.16-.821H39Zm56.612-2.999c.09.402.138.82.138 1.249v8.25H97a8.742 8.742 0 0 1 7.25 3.849V56a7.25 7.25 0 0 0-7.25-7.25h-1.388ZM45 45.75A4.25 4.25 0 0 0 40.75 50v.25h20.73a4.75 4.75 0 0 1 3.155 1.2l6.726 5.979a3.251 3.251 0 0 0 2.16.821H94.25V50A4.25 4.25 0 0 0 90 45.75H45Zm-6-7A7.25 7.25 0 0 0 31.75 46v8.099A8.742 8.742 0 0 1 39 50.25h.25V50A5.75 5.75 0 0 1 45 44.25h24.189l-4.547-4.548a3.251 3.251 0 0 0-2.3-.951L39 38.75Z", clipRule: "evenodd" })] }));
4
+ const ForwardRef = forwardRef(SvgFolderAvatar);
5
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgListItemsStack = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 140 140", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillOpacity: 0.1, d: "M119 57a6 6 0 0 1 6 6v1h1a6 6 0 0 1 6 6v13a6 6 0 0 1-6 6H28a6 6 0 0 1-6-6v-1h-1a6 6 0 0 1-6-6v-1h97a6 6 0 0 0 6-6V57h1ZM21.2 57c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.31 1.31C26 59.28 26 60.12 26 61.8v1.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.31 1.31C23.72 68 22.88 68 21.2 68h-1.4c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.31-1.31C15 65.72 15 64.88 15 63.2v-1.4c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.31-1.31C17.28 57 18.12 57 19.8 57h1.4Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillOpacity: 0.1, d: "M107 61a2 2 0 1 1 0 4H35a2 2 0 0 1 0-4h72Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M112 49.25a6.75 6.75 0 0 1 6.75 6.75v.25h.25a6.75 6.75 0 0 1 6.75 6.75v.25h.25a6.75 6.75 0 0 1 6.75 6.75v13a6.75 6.75 0 0 1-6.75 6.75H28A6.75 6.75 0 0 1 21.25 83v-.25H21A6.75 6.75 0 0 1 14.25 76v-.25H14A6.75 6.75 0 0 1 7.25 69V56A6.75 6.75 0 0 1 14 49.25h98ZM125.75 76a6.75 6.75 0 0 1-6.75 6.75H22.75V83c0 2.9 2.35 5.25 5.25 5.25h98a5.25 5.25 0 0 0 5.25-5.25V70a5.25 5.25 0 0 0-5.25-5.25h-.25V76Zm-7-7a6.75 6.75 0 0 1-6.75 6.75H15.75V76c0 2.9 2.35 5.25 5.25 5.25h98a5.25 5.25 0 0 0 5.25-5.25V63a5.25 5.25 0 0 0-5.25-5.25h-.25V69ZM14 50.75A5.25 5.25 0 0 0 8.75 56v13c0 2.9 2.35 5.25 5.25 5.25h98a5.25 5.25 0 0 0 5.25-5.25V56a5.25 5.25 0 0 0-5.25-5.25H14Z", clipRule: "evenodd" })] }));
4
+ const ForwardRef = forwardRef(SvgListItemsStack);
5
+ export default ForwardRef;
@@ -28,7 +28,9 @@ export { default as ErrorState404 } from './ErrorState404';
28
28
  export { default as ExpiredRequest } from './ExpiredRequest';
29
29
  export { default as FileRequest } from './FileRequest';
30
30
  export { default as Files } from './Files';
31
+ export { default as FilesInformation } from './FilesInformation';
31
32
  export { default as FolderArrow } from './FolderArrow';
33
+ export { default as FolderAvatar } from './FolderAvatar';
32
34
  export { default as FolderFloat } from './FolderFloat';
33
35
  export { default as FolderPlane } from './FolderPlane';
34
36
  export { default as FolderStar } from './FolderStar';
@@ -42,6 +44,7 @@ export { default as HatWand } from './HatWand';
42
44
  export { default as Hubs } from './Hubs';
43
45
  export { default as InternetExplorer } from './InternetExplorer';
44
46
  export { default as InvalidRequest } from './InvalidRequest';
47
+ export { default as ListItemsStack } from './ListItemsStack';
45
48
  export { default as Megaphone } from './Megaphone';
46
49
  export { default as Microphone } from './Microphone';
47
50
  export { default as MoneyDiscount } from './MoneyDiscount';
@@ -28,7 +28,9 @@ export { default as ErrorState404 } from './ErrorState404';
28
28
  export { default as ExpiredRequest } from './ExpiredRequest';
29
29
  export { default as FileRequest } from './FileRequest';
30
30
  export { default as Files } from './Files';
31
+ export { default as FilesInformation } from './FilesInformation';
31
32
  export { default as FolderArrow } from './FolderArrow';
33
+ export { default as FolderAvatar } from './FolderAvatar';
32
34
  export { default as FolderFloat } from './FolderFloat';
33
35
  export { default as FolderPlane } from './FolderPlane';
34
36
  export { default as FolderStar } from './FolderStar';
@@ -42,6 +44,7 @@ export { default as HatWand } from './HatWand';
42
44
  export { default as Hubs } from './Hubs';
43
45
  export { default as InternetExplorer } from './InternetExplorer';
44
46
  export { default as InvalidRequest } from './InvalidRequest';
47
+ export { default as ListItemsStack } from './ListItemsStack';
45
48
  export { default as Megaphone } from './Megaphone';
46
49
  export { default as Microphone } from './Microphone';
47
50
  export { default as MoneyDiscount } from './MoneyDiscount';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web-assets",
3
- "version": "4.97.3",
3
+ "version": "4.99.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "scripts": {
6
6
  "build-local-all": "yarn nx clone-repo && yarn build-local && nx run blueprint-web-assets:format-lint",
@@ -139,7 +139,7 @@
139
139
  }
140
140
  },
141
141
  "devDependencies": {
142
- "@box/storybook-utils": "^0.16.24",
142
+ "@box/storybook-utils": "^0.16.26",
143
143
  "@figma/code-connect": "1.3.12",
144
144
  "@types/react": "^18.0.0",
145
145
  "@types/react-dom": "^18.0.0",