@box/blueprint-web-assets 4.12.0 → 4.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.
- package/icons/Content/Archive.d.ts +3 -0
- package/icons/Content/Archive.js +3 -0
- package/icons/Content/FolderArchive.d.ts +3 -0
- package/icons/Content/FolderArchive.js +3 -0
- package/icons/Content/index.d.ts +2 -0
- package/icons/Content/index.js +2 -0
- package/icons/Logo/Microsoft365.js +1 -1
- package/illustrations/Small/FolderDownload.d.ts +3 -0
- package/illustrations/Small/FolderDownload.js +3 -0
- package/illustrations/Small/FolderDownloadError.d.ts +3 -0
- package/illustrations/Small/FolderDownloadError.js +3 -0
- package/illustrations/Small/FolderDownloadFail.d.ts +3 -0
- package/illustrations/Small/FolderDownloadFail.js +3 -0
- package/illustrations/Small/FolderDownloadSuccess.d.ts +3 -0
- package/illustrations/Small/FolderDownloadSuccess.js +3 -0
- package/illustrations/Small/FolderMove.d.ts +3 -0
- package/illustrations/Small/FolderMove.js +3 -0
- package/illustrations/Small/FolderMoveError.d.ts +3 -0
- package/illustrations/Small/FolderMoveError.js +3 -0
- package/illustrations/Small/FolderMoveFail.d.ts +3 -0
- package/illustrations/Small/FolderMoveFail.js +3 -0
- package/illustrations/Small/FolderMoveSuccess.d.ts +3 -0
- package/illustrations/Small/FolderMoveSuccess.js +3 -0
- package/illustrations/Small/FolderRestore.d.ts +3 -0
- package/illustrations/Small/FolderRestore.js +3 -0
- package/illustrations/Small/FolderRestoreError.d.ts +3 -0
- package/illustrations/Small/FolderRestoreError.js +3 -0
- package/illustrations/Small/FolderRestoreFail.d.ts +3 -0
- package/illustrations/Small/FolderRestoreFail.js +3 -0
- package/illustrations/Small/FolderRestoreSuccess.d.ts +3 -0
- package/illustrations/Small/FolderRestoreSuccess.js +3 -0
- package/illustrations/Small/FolderTrash.d.ts +3 -0
- package/illustrations/Small/FolderTrash.js +3 -0
- package/illustrations/Small/FolderTrashError.d.ts +3 -0
- package/illustrations/Small/FolderTrashError.js +3 -0
- package/illustrations/Small/FolderTrashFail.d.ts +3 -0
- package/illustrations/Small/FolderTrashFail.js +3 -0
- package/illustrations/Small/FolderTrashSuccess.d.ts +3 -0
- package/illustrations/Small/FolderTrashSuccess.js +3 -0
- package/illustrations/Small/index.d.ts +16 -0
- package/illustrations/Small/index.js +16 -0
- package/package.json +2 -2
- package/tokens/px-tokens.d.ts +3 -1
- package/tokens/px-tokens.js +4 -2
- package/tokens/tokens-css-vars.scss +4 -2
- package/tokens/tokens.d.ts +2 -0
- package/tokens/tokens.js +3 -1
- package/tokens/tokens.json +3 -1
- package/tokens/tokens.scss +5 -1
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgArchive = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 32 32", role: "img", ...props, children: [_jsx("path", { fill: "#6B4FCC", d: "M3 7.5A1.5 1.5 0 0 1 4.5 6h23A1.5 1.5 0 0 1 29 7.5v2a1.5 1.5 0 0 1-1.5 1.5h-23A1.5 1.5 0 0 1 3 9.5v-2Z" }), _jsx("path", { fill: "#A392E0", d: "M4.5 11h23v13a3 3 0 0 1-3 3h-17a3 3 0 0 1-3-3V11Z" }), _jsx("path", { fill: "white", d: "M12 15a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1v-1Z" })] }));
|
|
3
|
+
export default SvgArchive;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgFolderArchive = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 32 32", role: "img", ...props, children: [_jsx("path", { fill: "#6B4FCC", fillRule: "evenodd", d: "M6 6h6c2 0 1.5 2 4 2h10a3 3 0 0 1 3 3v13a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3Z", clipRule: "evenodd" }), _jsx("path", { fill: "white", fillOpacity: 0.6, d: "M14.5 19a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3Z" }), _jsx("path", { fill: "white", fillOpacity: 0.6, fillRule: "evenodd", d: "M26 11H6a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h20a3 3 0 0 0 3-3V14a3 3 0 0 0-3-3Zm-15.5 4.8a.8.8 0 0 1 .8-.8h9.4a.8.8 0 0 1 .8.8v.4a.8.8 0 0 1-.8.8h-9.4a.8.8 0 0 1-.8-.8v-.4ZM21 18H11v5a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-5Z", clipRule: "evenodd" })] }));
|
|
3
|
+
export default SvgFolderArchive;
|
package/icons/Content/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { default as Archive } from './Archive';
|
|
1
2
|
export { default as FileAudio } from './FileAudio';
|
|
2
3
|
export { default as FileBookmark } from './FileBookmark';
|
|
3
4
|
export { default as FileBoxNote } from './FileBoxNote';
|
|
@@ -31,6 +32,7 @@ export { default as FileWord } from './FileWord';
|
|
|
31
32
|
export { default as FileXbd } from './FileXbd';
|
|
32
33
|
export { default as FileXdw } from './FileXdw';
|
|
33
34
|
export { default as FileZip } from './FileZip';
|
|
35
|
+
export { default as FolderArchive } from './FolderArchive';
|
|
34
36
|
export { default as FolderExternal } from './FolderExternal';
|
|
35
37
|
export { default as FolderPersonal } from './FolderPersonal';
|
|
36
38
|
export { default as FolderShared } from './FolderShared';
|
package/icons/Content/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { default as Archive } from './Archive';
|
|
1
2
|
export { default as FileAudio } from './FileAudio';
|
|
2
3
|
export { default as FileBookmark } from './FileBookmark';
|
|
3
4
|
export { default as FileBoxNote } from './FileBoxNote';
|
|
@@ -31,6 +32,7 @@ export { default as FileWord } from './FileWord';
|
|
|
31
32
|
export { default as FileXbd } from './FileXbd';
|
|
32
33
|
export { default as FileXdw } from './FileXdw';
|
|
33
34
|
export { default as FileZip } from './FileZip';
|
|
35
|
+
export { default as FolderArchive } from './FolderArchive';
|
|
34
36
|
export { default as FolderExternal } from './FolderExternal';
|
|
35
37
|
export { default as FolderPersonal } from './FolderPersonal';
|
|
36
38
|
export { default as FolderShared } from './FolderShared';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
const SvgMicrosoft365 = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 32 32", role: "img", ...props, children: [_jsx("path", { fill: "url(#Microsoft365_svg__a)", d: "m14.042 5.512-.112.068a4.005 4.005 0 0 0-.504.361l.324-.228h2.75l.5 3.786-2.5 2.5-2.5 1.738v2.004a4 4 0 0 0 1.929 3.422l2.632 1.593L11.001 24H9.927l-2-1.21A4 4 0 0 1 6 19.368V12.63a4 4 0 0 1 1.93-3.423l6-3.63.112-.
|
|
2
|
+
const SvgMicrosoft365 = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 32 32", role: "img", ...props, children: [_jsxs("radialGradient", { id: "Microsoft365_svg__a", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(-10.63707 18.59218 -42.5635 -24.3517 18.2 9.53)", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: 0.064, stopColor: "#ae7fe2" }), _jsx("stop", { offset: 1, stopColor: "#0078d4" })] }), _jsxs("radialGradient", { id: "Microsoft365_svg__c", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(17.13178 -3.68159 3.46987 16.14657 7.28 19.138)", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: 0.134, stopColor: "#d59dff" }), _jsx("stop", { offset: 1, stopColor: "#5e438f" })] }), _jsxs("radialGradient", { id: "Microsoft365_svg__e", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(-17.25664 -4.64747 8.24601 -30.61845 23.897 23.59)", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: 0.058, stopColor: "#50e6ff" }), _jsx("stop", { offset: 1, stopColor: "#436dcd" })] }), _jsxs("linearGradient", { id: "Microsoft365_svg__b", x1: 18.284, x2: 16.12, y1: 25.732, y2: 20.014, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: 0, stopColor: "#114a8b" }), _jsx("stop", { offset: 1, stopColor: "#0078d4", stopOpacity: 0 })] }), _jsxs("linearGradient", { id: "Microsoft365_svg__d", x1: 23.969, x2: 19.54, y1: 10.196, y2: 14.542, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: 0, stopColor: "#493474" }), _jsx("stop", { offset: 1, stopColor: "#8c66ba", stopOpacity: 0 })] }), _jsxs("linearGradient", { id: "Microsoft365_svg__f", x1: 12.488, x2: 16.244, y1: 5.527, y2: 5.527, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: 0, stopColor: "#2d3f80" }), _jsx("stop", { offset: 1, stopColor: "#436dcd", stopOpacity: 0 })] }), _jsx("path", { fill: "url(#Microsoft365_svg__a)", d: "m14.042 5.512-.112.068a4.005 4.005 0 0 0-.504.361l.324-.228h2.75l.5 3.786-2.5 2.5-2.5 1.738v2.004a4 4 0 0 0 1.929 3.422l2.632 1.593L11.001 24H9.927l-2-1.21A4 4 0 0 1 6 19.368V12.63a4 4 0 0 1 1.93-3.423l6-3.63.112-.065z" }), _jsx("path", { fill: "url(#Microsoft365_svg__b)", d: "m14.042 5.512-.112.068a4.005 4.005 0 0 0-.504.361l.324-.228h2.75l.5 3.786-2.5 2.5-2.5 1.738v2.004a4 4 0 0 0 1.929 3.422l2.632 1.593L11.001 24H9.927l-2-1.21A4 4 0 0 1 6 19.368V12.63a4 4 0 0 1 1.93-3.423l6-3.63.112-.065z" }), _jsx("path", { fill: "url(#Microsoft365_svg__c)", d: "M20 13.5v2.24a4 4 0 0 1-1.928 3.422l-6 3.632a4 4 0 0 1-4.004.08l5.861 3.548a4 4 0 0 0 4.143 0l6-3.632a4 4 0 0 0 1.929-3.422V17.75l-.5-.75z" }), _jsx("path", { fill: "url(#Microsoft365_svg__d)", d: "M20 13.5v2.24a4 4 0 0 1-1.928 3.422l-6 3.632a4 4 0 0 1-4.004.08l5.861 3.548a4 4 0 0 0 4.143 0l6-3.632a4 4 0 0 0 1.929-3.422V17.75l-.5-.75z" }), _jsx("path", { fill: "url(#Microsoft365_svg__e)", d: "m24.071 9.207-6-3.63a4 4 0 0 0-4.022-.069l-.119.072A4 4 0 0 0 12 9.003v4.742l1.93-1.167a4 4 0 0 1 4.14 0l6.001 3.63a4 4 0 0 1 1.928 3.29l.002-.13V12.63a4 4 0 0 0-1.93-3.423z" }), _jsx("path", { fill: "url(#Microsoft365_svg__f)", d: "m24.071 9.207-6-3.63a4 4 0 0 0-4.022-.069l-.119.072A4 4 0 0 0 12 9.003v4.742l1.93-1.167a4 4 0 0 1 4.14 0l6.001 3.63a4 4 0 0 1 1.928 3.29l.002-.13V12.63a4 4 0 0 0-1.93-3.423z" })] }));
|
|
3
3
|
export default SvgMicrosoft365;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgFolderDownload = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ...props, children: [_jsx("g", { fill: "var(--surface-illustration-surface-box-neutral)", opacity: 0.1, children: _jsx("path", { d: "M47.978 12.5a5.49 5.49 0 0 1-2.007 4.248A5 5 0 0 0 40.978 12H37a5.5 5.5 0 0 1 10.978.5ZM20.874 45h-7.748a4 4 0 1 0 7.748 0Z" }) }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M9.5 12a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4ZM33 27a1 1 0 0 0-1-1h-1.986a1 1 0 0 0-1 .998l-.01 4.001L27 31a1 1 0 0 0-.78 1.625l4 5a1 1 0 0 0 1.56 0l4-5 .066-.091A1 1 0 0 0 35 31l-2.01-.001L33 27Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M46 17v1a5 5 0 0 1 5 5v18a4 4 0 0 1-4 4H8.5A3.5 3.5 0 0 1 5 41.5V12a3 3 0 0 1 3-3h6.394a4 4 0 0 1 3.329 1.781l.219.328a2 2 0 0 0 1.664.891H41a5 5 0 0 1 5 5ZM7 12a1 1 0 0 1 1-1h6.394a2 2 0 0 1 1.664.89l.22.329A4 4 0 0 0 19.605 14H41a3 3 0 0 1 3 3v1H16a5 5 0 0 0-5 5v16.5c0 .638-.001 1.178-.05 1.657-.048.477-.138.814-.268 1.056-.191.356-.62.787-2.182.787A1.5 1.5 0 0 1 7 41.5V12Zm40 31H12.525c.249-.527.36-1.097.415-1.641.06-.59.06-1.226.06-1.83V23a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v18a2 2 0 0 1-2 2Z", clipRule: "evenodd" })] }));
|
|
3
|
+
export default SvgFolderDownload;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgFolderDownloadError = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ...props, children: [_jsx("g", { fill: "var(--surface-illustration-surface-box-neutral)", opacity: 0.1, children: _jsx("path", { d: "M43.971 16.748A5.5 5.5 0 1 0 35 12h3.978a5 5 0 0 1 4.993 4.748ZM11.126 45h7.748a4 4 0 1 1-7.748 0ZM44 53a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z" }) }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M7.5 12a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M44 17v1a5 5 0 0 1 5 5v8a1 1 0 1 1-2 0v-8a3 3 0 0 0-3-3H14a3 3 0 0 0-3 3v16.529c0 .604 0 1.24-.06 1.83-.055.544-.166 1.114-.415 1.641H31a1 1 0 1 1 0 2H6.5A3.5 3.5 0 0 1 3 41.5V12a3 3 0 0 1 3-3h6.394a4 4 0 0 1 3.329 1.781l.218.328a2 2 0 0 0 1.665.891H39a5 5 0 0 1 5 5ZM5 12a1 1 0 0 1 1-1h6.394a2 2 0 0 1 1.665.89l.218.329A4 4 0 0 0 17.606 14H39a3 3 0 0 1 3 3v1H14a5 5 0 0 0-5 5v16.5c0 .638-.001 1.178-.05 1.657-.048.477-.138.814-.268 1.056-.191.356-.62.787-2.182.787A1.5 1.5 0 0 1 5 41.5V12Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M44 39a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0v-5a1 1 0 0 1 1-1ZM45 48a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M53 44a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-2 0a7 7 0 1 1-14 0 7 7 0 0 1 14 0Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M30 26a1 1 0 0 1 1 1v.002L30.99 31 33 31a1 1 0 0 1 .846 1.534l-.065.09-4 5a1 1 0 0 1-1.562 0l-4-5A1 1 0 0 1 25 31l2.005-.001.01-4.001a1 1 0 0 1 1-.998H30Z" })] }));
|
|
3
|
+
export default SvgFolderDownloadError;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgFolderDownloadFail = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ...props, children: [_jsx("g", { fill: "var(--surface-illustration-surface-box-neutral)", opacity: 0.1, children: _jsx("path", { d: "M43.971 16.748A5.5 5.5 0 1 0 35 12h3.978a5 5 0 0 1 4.993 4.748ZM11.126 45h7.748a4 4 0 1 1-7.748 0ZM44 53a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z" }) }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M7.5 12a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M44 17v1a5 5 0 0 1 5 5v8a1 1 0 1 1-2 0v-8a3 3 0 0 0-3-3H14a3 3 0 0 0-3 3v16.529c0 .604 0 1.24-.06 1.83-.055.544-.166 1.114-.415 1.641H31a1 1 0 1 1 0 2H6.5A3.5 3.5 0 0 1 3 41.5V12a3 3 0 0 1 3-3h6.394a4 4 0 0 1 3.329 1.781l.218.328a2 2 0 0 0 1.665.891H39a5 5 0 0 1 5 5ZM5 12a1 1 0 0 1 1-1h6.394a2 2 0 0 1 1.665.89l.218.329A4 4 0 0 0 17.606 14H39a3 3 0 0 1 3 3v1H14a5 5 0 0 0-5 5v16.5c0 .638-.001 1.178-.05 1.657-.048.477-.138.814-.268 1.056-.191.356-.62.787-2.182.787A1.5 1.5 0 0 1 5 41.5V12Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M51 44a7 7 0 1 1-14 0 7 7 0 0 1 14 0Zm2 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-10.293-2.707a1 1 0 0 0-1.414 1.414L42.586 44l-1.293 1.293a1 1 0 0 0 1.414 1.414L44 45.414l1.293 1.293a1 1 0 0 0 1.414-1.414L45.414 44l1.293-1.293a1 1 0 0 0-1.414-1.414L44 42.586l-1.293-1.293Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M30 26a1 1 0 0 1 1 1v.002L30.99 31 33 31a1 1 0 0 1 .846 1.534l-.065.09-4 5a1 1 0 0 1-1.562 0l-4-5A1 1 0 0 1 25 31l2.005-.001.01-4.001a1 1 0 0 1 1-.998H30Z" })] }));
|
|
3
|
+
export default SvgFolderDownloadFail;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgFolderDownloadSuccess = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ...props, children: [_jsx("g", { fill: "var(--surface-illustration-surface-box-neutral)", opacity: 0.1, children: _jsx("path", { d: "M43.971 16.748A5.5 5.5 0 1 0 35 12h3.978a5 5 0 0 1 4.993 4.748ZM11.126 45h7.748a4 4 0 1 1-7.748 0ZM44 53a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z" }) }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M7.5 12a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M44 17v1a5 5 0 0 1 5 5v8a1 1 0 1 1-2 0v-8a3 3 0 0 0-3-3H14a3 3 0 0 0-3 3v16.529c0 .604 0 1.24-.06 1.83-.055.544-.166 1.114-.415 1.641H31a1 1 0 1 1 0 2H6.5A3.5 3.5 0 0 1 3 41.5V12a3 3 0 0 1 3-3h6.394a4 4 0 0 1 3.329 1.781l.218.328a2 2 0 0 0 1.665.891H39a5 5 0 0 1 5 5ZM5 12a1 1 0 0 1 1-1h6.394a2 2 0 0 1 1.665.89l.218.329A4 4 0 0 0 17.606 14H39a3 3 0 0 1 3 3v1H14a5 5 0 0 0-5 5v16.5c0 .638-.001 1.178-.05 1.657-.048.477-.138.814-.268 1.056-.191.356-.62.787-2.182.787A1.5 1.5 0 0 1 5 41.5V12Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M47.858 42.514a1 1 0 1 0-1.715-1.029l-2.4 4-2.103-1.753a1 1 0 1 0-1.28 1.536l3 2.5a1 1 0 0 0 1.498-.254l3-5Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M53 44a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-2 0a7 7 0 1 1-14 0 7 7 0 0 1 14 0Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M30 26a1 1 0 0 1 1 1v.002L30.99 31 33 31a1 1 0 0 1 .846 1.534l-.065.09-4 5a1 1 0 0 1-1.562 0l-4-5A1 1 0 0 1 25 31l2.005-.001.01-4.001a1 1 0 0 1 1-.998H30Z" })] }));
|
|
3
|
+
export default SvgFolderDownloadSuccess;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgFolderMove = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ...props, children: [_jsx("g", { fill: "var(--surface-illustration-surface-box-neutral)", opacity: 0.1, children: _jsx("path", { d: "M47.978 12.5a5.49 5.49 0 0 1-2.007 4.248A5 5 0 0 0 40.978 12H37a5.5 5.5 0 0 1 10.978.5ZM20.874 45h-7.748a4 4 0 1 0 7.748 0Z" }) }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M9.5 12a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4ZM26 31a1 1 0 1 0 0 2h7.586l-2.293 2.293a1 1 0 0 0 1.414 1.414l4-4a.995.995 0 0 0 .276-.522.999.999 0 0 0-.276-.892l-.011-.012-3.989-3.988a1 1 0 0 0-1.414 1.414L33.586 31H26Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M46 17v1a5 5 0 0 1 5 5v18a4 4 0 0 1-4 4H8.5A3.5 3.5 0 0 1 5 41.5V12a3 3 0 0 1 3-3h6.394a4 4 0 0 1 3.329 1.781l.219.328a2 2 0 0 0 1.664.891H41a5 5 0 0 1 5 5ZM7 12a1 1 0 0 1 1-1h6.394a2 2 0 0 1 1.664.89l.22.329A4 4 0 0 0 19.605 14H41a3 3 0 0 1 3 3v1H16a5 5 0 0 0-5 5v16.5c0 .638-.001 1.178-.05 1.657-.048.477-.138.814-.268 1.056-.191.356-.62.787-2.182.787A1.5 1.5 0 0 1 7 41.5V12Zm40 31H12.525c.249-.527.36-1.097.415-1.641.06-.59.06-1.226.06-1.83V23a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v18a2 2 0 0 1-2 2Z", clipRule: "evenodd" })] }));
|
|
3
|
+
export default SvgFolderMove;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgFolderMoveError = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ...props, children: [_jsx("g", { fill: "var(--surface-illustration-surface-box-neutral)", opacity: 0.1, children: _jsx("path", { d: "M43.971 16.748A5.5 5.5 0 1 0 35 12h3.978a5 5 0 0 1 4.993 4.748ZM11.126 45h7.748a4 4 0 1 1-7.748 0ZM44 53a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z" }) }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M7.5 12a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M44 17v1a5 5 0 0 1 5 5v8a1 1 0 1 1-2 0v-8a3 3 0 0 0-3-3H14a3 3 0 0 0-3 3v16.529c0 .604 0 1.24-.06 1.83-.055.544-.166 1.114-.415 1.641H31a1 1 0 1 1 0 2H6.5A3.5 3.5 0 0 1 3 41.5V12a3 3 0 0 1 3-3h6.394a4 4 0 0 1 3.329 1.781l.218.328a2 2 0 0 0 1.665.891H39a5 5 0 0 1 5 5ZM5 12a1 1 0 0 1 1-1h6.394a2 2 0 0 1 1.665.89l.218.329A4 4 0 0 0 17.606 14H39a3 3 0 0 1 3 3v1H14a5 5 0 0 0-5 5v16.5c0 .638-.001 1.178-.05 1.657-.048.477-.138.814-.268 1.056-.191.356-.62.787-2.182.787A1.5 1.5 0 0 1 5 41.5V12Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M44 39a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0v-5a1 1 0 0 1 1-1ZM45 48a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M53 44a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-2 0a7 7 0 1 1-14 0 7 7 0 0 1 14 0ZM23 32a1 1 0 0 1 1-1h7.586l-2.293-2.293a1 1 0 0 1 1.414-1.414l3.989 3.988.011.012a.999.999 0 0 1 0 1.414l-4 4a1 1 0 0 1-1.414-1.414L31.586 33H24a1 1 0 0 1-1-1Z", clipRule: "evenodd" })] }));
|
|
3
|
+
export default SvgFolderMoveError;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgFolderMoveFail = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ...props, children: [_jsx("g", { fill: "var(--surface-illustration-surface-box-neutral)", opacity: 0.1, children: _jsx("path", { d: "M43.971 16.748A5.5 5.5 0 1 0 35 12h3.978a5 5 0 0 1 4.993 4.748ZM11.126 45h7.748a4 4 0 1 1-7.748 0ZM44 53a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z" }) }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M7.5 12a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M44 17v1a5 5 0 0 1 5 5v8a1 1 0 1 1-2 0v-8a3 3 0 0 0-3-3H14a3 3 0 0 0-3 3v16.529c0 .604 0 1.24-.06 1.83-.055.544-.166 1.114-.415 1.641H31a1 1 0 1 1 0 2H6.5A3.5 3.5 0 0 1 3 41.5V12a3 3 0 0 1 3-3h6.394a4 4 0 0 1 3.329 1.781l.218.328a2 2 0 0 0 1.665.891H39a5 5 0 0 1 5 5ZM5 12a1 1 0 0 1 1-1h6.394a2 2 0 0 1 1.665.89l.218.329A4 4 0 0 0 17.606 14H39a3 3 0 0 1 3 3v1H14a5 5 0 0 0-5 5v16.5c0 .638-.001 1.178-.05 1.657-.048.477-.138.814-.268 1.056-.191.356-.62.787-2.182.787A1.5 1.5 0 0 1 5 41.5V12Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M51 44a7 7 0 1 1-14 0 7 7 0 0 1 14 0Zm2 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-10.293-2.707a1 1 0 0 0-1.414 1.414L42.586 44l-1.293 1.293a1 1 0 0 0 1.414 1.414L44 45.414l1.293 1.293a1 1 0 0 0 1.414-1.414L45.414 44l1.293-1.293a1 1 0 0 0-1.414-1.414L44 42.586l-1.293-1.293ZM23 32a1 1 0 0 1 1-1h7.586l-2.293-2.293a1 1 0 0 1 1.414-1.414l3.989 3.988.011.012a.999.999 0 0 1 0 1.414l-4 4a1 1 0 0 1-1.414-1.414L31.586 33H24a1 1 0 0 1-1-1Z", clipRule: "evenodd" })] }));
|
|
3
|
+
export default SvgFolderMoveFail;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgFolderMoveSuccess = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ...props, children: [_jsx("g", { fill: "var(--surface-illustration-surface-box-neutral)", opacity: 0.1, children: _jsx("path", { d: "M43.971 16.748A5.5 5.5 0 1 0 35 12h3.978a5 5 0 0 1 4.993 4.748ZM11.126 45h7.748a4 4 0 1 1-7.748 0ZM44 53a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z" }) }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M7.5 12a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M44 17v1a5 5 0 0 1 5 5v8a1 1 0 1 1-2 0v-8a3 3 0 0 0-3-3H14a3 3 0 0 0-3 3v16.529c0 .604 0 1.24-.06 1.83-.055.544-.166 1.114-.415 1.641H31a1 1 0 1 1 0 2H6.5A3.5 3.5 0 0 1 3 41.5V12a3 3 0 0 1 3-3h6.394a4 4 0 0 1 3.329 1.781l.218.328a2 2 0 0 0 1.665.891H39a5 5 0 0 1 5 5ZM5 12a1 1 0 0 1 1-1h6.394a2 2 0 0 1 1.665.89l.218.329A4 4 0 0 0 17.606 14H39a3 3 0 0 1 3 3v1H14a5 5 0 0 0-5 5v16.5c0 .638-.001 1.178-.05 1.657-.048.477-.138.814-.268 1.056-.191.356-.62.787-2.182.787A1.5 1.5 0 0 1 5 41.5V12Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M47.858 42.514a1 1 0 1 0-1.715-1.029l-2.4 4-2.103-1.753a1 1 0 1 0-1.28 1.536l3 2.5a1 1 0 0 0 1.498-.254l3-5Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M53 44a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-2 0a7 7 0 1 1-14 0 7 7 0 0 1 14 0ZM23 32a1 1 0 0 1 1-1h7.586l-2.293-2.293a1 1 0 0 1 1.414-1.414l3.989 3.988.011.012a.999.999 0 0 1 0 1.414l-4 4a1 1 0 0 1-1.414-1.414L31.586 33H24a1 1 0 0 1-1-1Z", clipRule: "evenodd" })] }));
|
|
3
|
+
export default SvgFolderMoveSuccess;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgFolderRestore = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ...props, children: [_jsx("g", { fill: "var(--surface-illustration-surface-box-neutral)", opacity: 0.1, children: _jsx("path", { d: "M47.978 12.5a5.49 5.49 0 0 1-2.007 4.248A5 5 0 0 0 40.978 12H37a5.5 5.5 0 0 1 10.978.5ZM20.874 45h-7.748a4 4 0 1 0 7.748 0Z" }) }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M9.5 12a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4ZM28.707 27.293a1 1 0 0 1 0 1.414l-.293.293H33a4 4 0 0 1 0 8h-4a1 1 0 1 1 0-2h4a2 2 0 1 0 0-4h-4.586l.293.293a1 1 0 1 1-1.414 1.414l-1.93-1.93C25.163 30.596 25 30.295 25 30c0-.294.162-.595.364-.778l1.929-1.93a1 1 0 0 1 1.414 0Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M46 17v1a5 5 0 0 1 5 5v18a4 4 0 0 1-4 4H8.5A3.5 3.5 0 0 1 5 41.5V12a3 3 0 0 1 3-3h6.394a4 4 0 0 1 3.329 1.781l.219.328a2 2 0 0 0 1.664.891H41a5 5 0 0 1 5 5ZM7 12a1 1 0 0 1 1-1h6.394a2 2 0 0 1 1.664.89l.22.329A4 4 0 0 0 19.605 14H41a3 3 0 0 1 3 3v1H16a5 5 0 0 0-5 5v16.5c0 .638-.001 1.178-.05 1.657-.048.477-.138.814-.268 1.056-.191.356-.62.787-2.182.787A1.5 1.5 0 0 1 7 41.5V12Zm40 31H12.525c.249-.527.36-1.097.415-1.641.06-.59.06-1.226.06-1.83V23a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v18a2 2 0 0 1-2 2Z", clipRule: "evenodd" })] }));
|
|
3
|
+
export default SvgFolderRestore;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgFolderRestoreError = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ...props, children: [_jsx("g", { fill: "var(--surface-illustration-surface-box-neutral)", opacity: 0.1, children: _jsx("path", { d: "M43.971 16.748A5.5 5.5 0 1 0 35 12h3.978a5 5 0 0 1 4.993 4.748ZM11.126 45h7.748a4 4 0 1 1-7.748 0ZM44 53a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z" }) }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M7.5 12a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M44 17v1a5 5 0 0 1 5 5v8a1 1 0 1 1-2 0v-8a3 3 0 0 0-3-3H14a3 3 0 0 0-3 3v16.529c0 .604 0 1.24-.06 1.83-.055.544-.166 1.114-.415 1.641H31a1 1 0 1 1 0 2H6.5A3.5 3.5 0 0 1 3 41.5V12a3 3 0 0 1 3-3h6.394a4 4 0 0 1 3.329 1.781l.218.328a2 2 0 0 0 1.665.891H39a5 5 0 0 1 5 5ZM5 12a1 1 0 0 1 1-1h6.394a2 2 0 0 1 1.665.89l.218.329A4 4 0 0 0 17.606 14H39a3 3 0 0 1 3 3v1H14a5 5 0 0 0-5 5v16.5c0 .638-.001 1.178-.05 1.657-.048.477-.138.814-.268 1.056-.191.356-.62.787-2.182.787A1.5 1.5 0 0 1 5 41.5V12Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M44 39a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0v-5a1 1 0 0 1 1-1ZM45 48a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M53 44a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-2 0a7 7 0 1 1-14 0 7 7 0 0 1 14 0Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M26.707 28.707a1 1 0 1 0-1.414-1.414l-1.93 1.93c-.201.182-.363.483-.363.777 0 .294.162.595.364.778.011.012-.012-.012 0 0l1.929 1.93a1 1 0 0 0 1.414-1.415L26.414 31H31a2 2 0 1 1 0 4h-4a1 1 0 1 0 0 2h4a4 4 0 0 0 0-8h-4.586l.293-.293Z" })] }));
|
|
3
|
+
export default SvgFolderRestoreError;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgFolderRestoreFail = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ...props, children: [_jsx("g", { fill: "var(--surface-illustration-surface-box-neutral)", opacity: 0.1, children: _jsx("path", { d: "M43.971 16.748A5.5 5.5 0 1 0 35 12h3.978a5 5 0 0 1 4.993 4.748ZM11.126 45h7.748a4 4 0 1 1-7.748 0ZM44 53a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z" }) }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M7.5 12a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M44 17v1a5 5 0 0 1 5 5v8a1 1 0 1 1-2 0v-8a3 3 0 0 0-3-3H14a3 3 0 0 0-3 3v16.529c0 .604 0 1.24-.06 1.83-.055.544-.166 1.114-.415 1.641H31a1 1 0 1 1 0 2H6.5A3.5 3.5 0 0 1 3 41.5V12a3 3 0 0 1 3-3h6.394a4 4 0 0 1 3.329 1.781l.218.328a2 2 0 0 0 1.665.891H39a5 5 0 0 1 5 5ZM5 12a1 1 0 0 1 1-1h6.394a2 2 0 0 1 1.665.89l.218.329A4 4 0 0 0 17.606 14H39a3 3 0 0 1 3 3v1H14a5 5 0 0 0-5 5v16.5c0 .638-.001 1.178-.05 1.657-.048.477-.138.814-.268 1.056-.191.356-.62.787-2.182.787A1.5 1.5 0 0 1 5 41.5V12Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M51 44a7 7 0 1 1-14 0 7 7 0 0 1 14 0Zm2 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-10.293-2.707a1 1 0 0 0-1.414 1.414L42.586 44l-1.293 1.293a1 1 0 0 0 1.414 1.414L44 45.414l1.293 1.293a1 1 0 0 0 1.414-1.414L45.414 44l1.293-1.293a1 1 0 0 0-1.414-1.414L44 42.586l-1.293-1.293Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M26.707 28.707a1 1 0 1 0-1.414-1.414l-1.93 1.93c-.201.182-.363.483-.363.777 0 .294.162.595.364.778.011.012-.012-.012 0 0l1.929 1.93a1 1 0 0 0 1.414-1.415L26.414 31H31a2 2 0 1 1 0 4h-4a1 1 0 1 0 0 2h4a4 4 0 0 0 0-8h-4.586l.293-.293Z" })] }));
|
|
3
|
+
export default SvgFolderRestoreFail;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgFolderRestoreSuccess = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ...props, children: [_jsx("g", { fill: "var(--surface-illustration-surface-box-neutral)", opacity: 0.1, children: _jsx("path", { d: "M43.971 16.748A5.5 5.5 0 1 0 35 12h3.978a5 5 0 0 1 4.993 4.748ZM11.126 45h7.748a4 4 0 1 1-7.748 0ZM44 53a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z" }) }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M7.5 12a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M44 17v1a5 5 0 0 1 5 5v8a1 1 0 1 1-2 0v-8a3 3 0 0 0-3-3H14a3 3 0 0 0-3 3v16.529c0 .604 0 1.24-.06 1.83-.055.544-.166 1.114-.415 1.641H31a1 1 0 1 1 0 2H6.5A3.5 3.5 0 0 1 3 41.5V12a3 3 0 0 1 3-3h6.394a4 4 0 0 1 3.329 1.781l.218.328a2 2 0 0 0 1.665.891H39a5 5 0 0 1 5 5ZM5 12a1 1 0 0 1 1-1h6.394a2 2 0 0 1 1.665.89l.218.329A4 4 0 0 0 17.606 14H39a3 3 0 0 1 3 3v1H14a5 5 0 0 0-5 5v16.5c0 .638-.001 1.178-.05 1.657-.048.477-.138.814-.268 1.056-.191.356-.62.787-2.182.787A1.5 1.5 0 0 1 5 41.5V12Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M47.858 42.514a1 1 0 1 0-1.715-1.029l-2.4 4-2.103-1.753a1 1 0 1 0-1.28 1.536l3 2.5a1 1 0 0 0 1.498-.254l3-5Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M53 44a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-2 0a7 7 0 1 1-14 0 7 7 0 0 1 14 0Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M26.707 28.707a1 1 0 1 0-1.414-1.414l-1.93 1.93c-.201.182-.363.483-.363.777 0 .294.162.595.364.778.011.012-.012-.012 0 0l1.929 1.93a1 1 0 0 0 1.414-1.415L26.414 31H31a2 2 0 1 1 0 4h-4a1 1 0 1 0 0 2h4a4 4 0 0 0 0-8h-4.586l.293-.293Z" })] }));
|
|
3
|
+
export default SvgFolderRestoreSuccess;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgFolderTrash = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ...props, children: [_jsx("g", { fill: "var(--surface-illustration-surface-box-neutral)", opacity: 0.1, children: _jsx("path", { d: "M47.978 12.5a5.49 5.49 0 0 1-2.007 4.248A5 5 0 0 0 40.978 12H37a5.5 5.5 0 0 1 10.978.5ZM20.874 45h-7.748a4 4 0 1 0 7.748 0Z" }) }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M9.5 12a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M28 26.5a1.5 1.5 0 0 1 1.5-1.5h3a1.5 1.5 0 0 1 1.5 1.5v.5h2.5a.5.5 0 0 1 0 1l-.835 9.181A2 2 0 0 1 33.674 39h-5.348a2 2 0 0 1-1.991-1.819L25.5 28a.5.5 0 0 1 0-1H28v-.5Zm5 0v.5h-4v-.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5Zm-4 4a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0v-5Zm3 0a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0v-5Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M46 17v1a5 5 0 0 1 5 5v18a4 4 0 0 1-4 4H8.5A3.5 3.5 0 0 1 5 41.5V12a3 3 0 0 1 3-3h6.394a4 4 0 0 1 3.329 1.781l.219.328a2 2 0 0 0 1.664.891H41a5 5 0 0 1 5 5ZM7 12a1 1 0 0 1 1-1h6.394a2 2 0 0 1 1.664.89l.22.329A4 4 0 0 0 19.605 14H41a3 3 0 0 1 3 3v1H16a5 5 0 0 0-5 5v16.5c0 .638-.001 1.178-.05 1.657-.048.477-.138.814-.268 1.056-.191.356-.62.787-2.182.787A1.5 1.5 0 0 1 7 41.5V12Zm40 31H12.525c.249-.527.36-1.097.415-1.641.06-.59.06-1.226.06-1.83V23a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v18a2 2 0 0 1-2 2Z", clipRule: "evenodd" })] }));
|
|
3
|
+
export default SvgFolderTrash;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgFolderTrashError = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ...props, children: [_jsx("g", { fill: "var(--surface-illustration-surface-box-neutral)", opacity: 0.1, children: _jsx("path", { d: "M43.971 16.748A5.5 5.5 0 1 0 35 12h3.978a5 5 0 0 1 4.993 4.748ZM11.126 45h7.748a4 4 0 1 1-7.748 0ZM44 53a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z" }) }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M7.5 12a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M44 17v1a5 5 0 0 1 5 5v8a1 1 0 1 1-2 0v-8a3 3 0 0 0-3-3H14a3 3 0 0 0-3 3v16.529c0 .604 0 1.24-.06 1.83-.055.544-.166 1.114-.415 1.641H31a1 1 0 1 1 0 2H6.5A3.5 3.5 0 0 1 3 41.5V12a3 3 0 0 1 3-3h6.394a4 4 0 0 1 3.329 1.781l.218.328a2 2 0 0 0 1.665.891H39a5 5 0 0 1 5 5ZM5 12a1 1 0 0 1 1-1h6.394a2 2 0 0 1 1.665.89l.218.329A4 4 0 0 0 17.606 14H39a3 3 0 0 1 3 3v1H14a5 5 0 0 0-5 5v16.5c0 .638-.001 1.178-.05 1.657-.048.477-.138.814-.268 1.056-.191.356-.62.787-2.182.787A1.5 1.5 0 0 1 5 41.5V12Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M44 39a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0v-5a1 1 0 0 1 1-1ZM45 48a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M53 44a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-2 0a7 7 0 1 1-14 0 7 7 0 0 1 14 0ZM27.5 25a1.5 1.5 0 0 0-1.5 1.5v.5h-2.5a.5.5 0 0 0 0 1l.835 9.181A2 2 0 0 0 26.326 39h5.348a2 2 0 0 0 1.991-1.819L34.5 28a.5.5 0 0 0 0-1H32v-.5a1.5 1.5 0 0 0-1.5-1.5h-3Zm3.5 2v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v.5h4Zm-3.5 3a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-.5-.5Zm3 0a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-.5-.5Z", clipRule: "evenodd" })] }));
|
|
3
|
+
export default SvgFolderTrashError;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgFolderTrashFail = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ...props, children: [_jsx("g", { fill: "var(--surface-illustration-surface-box-neutral)", opacity: 0.1, children: _jsx("path", { d: "M43.971 16.748A5.5 5.5 0 1 0 35 12h3.978a5 5 0 0 1 4.993 4.748ZM11.126 45h7.748a4 4 0 1 1-7.748 0ZM44 53a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z" }) }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M7.5 12a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M44 17v1a5 5 0 0 1 5 5v8a1 1 0 1 1-2 0v-8a3 3 0 0 0-3-3H14a3 3 0 0 0-3 3v16.529c0 .604 0 1.24-.06 1.83-.055.544-.166 1.114-.415 1.641H31a1 1 0 1 1 0 2H6.5A3.5 3.5 0 0 1 3 41.5V12a3 3 0 0 1 3-3h6.394a4 4 0 0 1 3.329 1.781l.218.328a2 2 0 0 0 1.665.891H39a5 5 0 0 1 5 5ZM5 12a1 1 0 0 1 1-1h6.394a2 2 0 0 1 1.665.89l.218.329A4 4 0 0 0 17.606 14H39a3 3 0 0 1 3 3v1H14a5 5 0 0 0-5 5v16.5c0 .638-.001 1.178-.05 1.657-.048.477-.138.814-.268 1.056-.191.356-.62.787-2.182.787A1.5 1.5 0 0 1 5 41.5V12Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M51 44a7 7 0 1 1-14 0 7 7 0 0 1 14 0Zm2 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-10.293-2.707a1 1 0 0 0-1.414 1.414L42.586 44l-1.293 1.293a1 1 0 0 0 1.414 1.414L44 45.414l1.293 1.293a1 1 0 0 0 1.414-1.414L45.414 44l1.293-1.293a1 1 0 0 0-1.414-1.414L44 42.586l-1.293-1.293ZM27.5 25a1.5 1.5 0 0 0-1.5 1.5v.5h-2.5a.5.5 0 0 0 0 1l.835 9.181A2 2 0 0 0 26.326 39h5.348a2 2 0 0 0 1.991-1.819L34.5 28a.5.5 0 0 0 0-1H32v-.5a1.5 1.5 0 0 0-1.5-1.5h-3Zm3.5 2v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v.5h4Zm-3.5 3a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-.5-.5Zm3 0a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-.5-.5Z", clipRule: "evenodd" })] }));
|
|
3
|
+
export default SvgFolderTrashFail;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgFolderTrashSuccess = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ...props, children: [_jsx("g", { fill: "var(--surface-illustration-surface-box-neutral)", opacity: 0.1, children: _jsx("path", { d: "M43.971 16.748A5.5 5.5 0 1 0 35 12h3.978a5 5 0 0 1 4.993 4.748ZM11.126 45h7.748a4 4 0 1 1-7.748 0ZM44 53a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z" }) }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M7.5 12a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M44 17v1a5 5 0 0 1 5 5v8a1 1 0 1 1-2 0v-8a3 3 0 0 0-3-3H14a3 3 0 0 0-3 3v16.529c0 .604 0 1.24-.06 1.83-.055.544-.166 1.114-.415 1.641H31a1 1 0 1 1 0 2H6.5A3.5 3.5 0 0 1 3 41.5V12a3 3 0 0 1 3-3h6.394a4 4 0 0 1 3.329 1.781l.218.328a2 2 0 0 0 1.665.891H39a5 5 0 0 1 5 5ZM5 12a1 1 0 0 1 1-1h6.394a2 2 0 0 1 1.665.89l.218.329A4 4 0 0 0 17.606 14H39a3 3 0 0 1 3 3v1H14a5 5 0 0 0-5 5v16.5c0 .638-.001 1.178-.05 1.657-.048.477-.138.814-.268 1.056-.191.356-.62.787-2.182.787A1.5 1.5 0 0 1 5 41.5V12Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M47.858 42.514a1 1 0 1 0-1.715-1.029l-2.4 4-2.103-1.753a1 1 0 1 0-1.28 1.536l3 2.5a1 1 0 0 0 1.498-.254l3-5Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M53 44a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-2 0a7 7 0 1 1-14 0 7 7 0 0 1 14 0ZM27.5 25a1.5 1.5 0 0 0-1.5 1.5v.5h-2.5a.5.5 0 0 0 0 1l.835 9.181A2 2 0 0 0 26.326 39h5.348a2 2 0 0 0 1.991-1.819L34.5 28a.5.5 0 0 0 0-1H32v-.5a1.5 1.5 0 0 0-1.5-1.5h-3Zm3.5 2v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v.5h4Zm-3.5 3a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-.5-.5Zm3 0a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-.5-.5Z", clipRule: "evenodd" })] }));
|
|
3
|
+
export default SvgFolderTrashSuccess;
|
|
@@ -21,6 +21,22 @@ export { default as FileSecurityError } from './FileSecurityError';
|
|
|
21
21
|
export { default as FileSecurityWarning } from './FileSecurityWarning';
|
|
22
22
|
export { default as FileWarning } from './FileWarning';
|
|
23
23
|
export { default as FinanceContract } from './FinanceContract';
|
|
24
|
+
export { default as FolderDownload } from './FolderDownload';
|
|
25
|
+
export { default as FolderDownloadError } from './FolderDownloadError';
|
|
26
|
+
export { default as FolderDownloadFail } from './FolderDownloadFail';
|
|
27
|
+
export { default as FolderDownloadSuccess } from './FolderDownloadSuccess';
|
|
28
|
+
export { default as FolderMove } from './FolderMove';
|
|
29
|
+
export { default as FolderMoveError } from './FolderMoveError';
|
|
30
|
+
export { default as FolderMoveFail } from './FolderMoveFail';
|
|
31
|
+
export { default as FolderMoveSuccess } from './FolderMoveSuccess';
|
|
32
|
+
export { default as FolderRestore } from './FolderRestore';
|
|
33
|
+
export { default as FolderRestoreError } from './FolderRestoreError';
|
|
34
|
+
export { default as FolderRestoreFail } from './FolderRestoreFail';
|
|
35
|
+
export { default as FolderRestoreSuccess } from './FolderRestoreSuccess';
|
|
36
|
+
export { default as FolderTrash } from './FolderTrash';
|
|
37
|
+
export { default as FolderTrashError } from './FolderTrashError';
|
|
38
|
+
export { default as FolderTrashFail } from './FolderTrashFail';
|
|
39
|
+
export { default as FolderTrashSuccess } from './FolderTrashSuccess';
|
|
24
40
|
export { default as Gavel } from './Gavel';
|
|
25
41
|
export { default as Globe } from './Globe';
|
|
26
42
|
export { default as Handshake } from './Handshake';
|
|
@@ -21,6 +21,22 @@ export { default as FileSecurityError } from './FileSecurityError';
|
|
|
21
21
|
export { default as FileSecurityWarning } from './FileSecurityWarning';
|
|
22
22
|
export { default as FileWarning } from './FileWarning';
|
|
23
23
|
export { default as FinanceContract } from './FinanceContract';
|
|
24
|
+
export { default as FolderDownload } from './FolderDownload';
|
|
25
|
+
export { default as FolderDownloadError } from './FolderDownloadError';
|
|
26
|
+
export { default as FolderDownloadFail } from './FolderDownloadFail';
|
|
27
|
+
export { default as FolderDownloadSuccess } from './FolderDownloadSuccess';
|
|
28
|
+
export { default as FolderMove } from './FolderMove';
|
|
29
|
+
export { default as FolderMoveError } from './FolderMoveError';
|
|
30
|
+
export { default as FolderMoveFail } from './FolderMoveFail';
|
|
31
|
+
export { default as FolderMoveSuccess } from './FolderMoveSuccess';
|
|
32
|
+
export { default as FolderRestore } from './FolderRestore';
|
|
33
|
+
export { default as FolderRestoreError } from './FolderRestoreError';
|
|
34
|
+
export { default as FolderRestoreFail } from './FolderRestoreFail';
|
|
35
|
+
export { default as FolderRestoreSuccess } from './FolderRestoreSuccess';
|
|
36
|
+
export { default as FolderTrash } from './FolderTrash';
|
|
37
|
+
export { default as FolderTrashError } from './FolderTrashError';
|
|
38
|
+
export { default as FolderTrashFail } from './FolderTrashFail';
|
|
39
|
+
export { default as FolderTrashSuccess } from './FolderTrashSuccess';
|
|
24
40
|
export { default as Gavel } from './Gavel';
|
|
25
41
|
export { default as Globe } from './Globe';
|
|
26
42
|
export { default as Handshake } from './Handshake';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web-assets",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.14.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build-local-all": "yarn nx clone-repo && yarn build-local && yarn lint-local && yarn lint-local-css",
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"devDependencies": {
|
|
101
101
|
"chalk": "4.1.2"
|
|
102
102
|
},
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "94b514f3d5c822005692ac910b25889897f866a0"
|
|
104
104
|
}
|
package/tokens/px-tokens.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 12 Jun 2024 14:10:19 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const BackgroundBackground: string;
|
|
@@ -15,6 +15,7 @@ export const SurfaceCardSurfaceFocus: string;
|
|
|
15
15
|
export const SurfaceCardSurfacePressed: string;
|
|
16
16
|
export const SurfaceMenuSurface: string;
|
|
17
17
|
export const SurfaceMenuSurfaceHover: string;
|
|
18
|
+
export const SurfaceMenuSurfacePressed: string;
|
|
18
19
|
export const SurfaceMenuSurfaceFocus: string;
|
|
19
20
|
export const SurfaceSurfaceBrand: string;
|
|
20
21
|
export const SurfaceSurfaceBrandHover: string;
|
|
@@ -219,6 +220,7 @@ export const SurfaceCtaSurfacePromoFocus: string;
|
|
|
219
220
|
export const SurfaceCtaSurfacePromoFocusPressed: string;
|
|
220
221
|
export const SurfaceContentbuttonSurfaceSurfaceSelected: string;
|
|
221
222
|
export const SurfaceContentswitcherSurface: string;
|
|
223
|
+
export const SurfaceToolbarSurface: string;
|
|
222
224
|
export const BorderCtaBorderSecondary: string;
|
|
223
225
|
export const BorderCtaBorderSecondaryPressed: string;
|
|
224
226
|
export const BorderCtaBorderSecondaryHover: string;
|
package/tokens/px-tokens.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 12 Jun 2024 14:10:19 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const BackgroundBackground = '#ffffff';
|
|
@@ -15,6 +15,7 @@ export const SurfaceCardSurfaceFocus = '#f2f7fd';
|
|
|
15
15
|
export const SurfaceCardSurfacePressed = '#fbfbfb';
|
|
16
16
|
export const SurfaceMenuSurface = '#ffffff';
|
|
17
17
|
export const SurfaceMenuSurfaceHover = '#f4f4f4';
|
|
18
|
+
export const SurfaceMenuSurfacePressed = '#f4f4f4';
|
|
18
19
|
export const SurfaceMenuSurfaceFocus = '#f4f4f4';
|
|
19
20
|
export const SurfaceSurfaceBrand = '#0061D5';
|
|
20
21
|
export const SurfaceSurfaceBrandHover = '#006AE9';
|
|
@@ -219,6 +220,7 @@ export const SurfaceCtaSurfacePromoFocus = '#4826c2';
|
|
|
219
220
|
export const SurfaceCtaSurfacePromoFocusPressed = '#3a1e9b';
|
|
220
221
|
export const SurfaceContentbuttonSurfaceSurfaceSelected = '#ffffff';
|
|
221
222
|
export const SurfaceContentswitcherSurface = '#e8e8e8';
|
|
223
|
+
export const SurfaceToolbarSurface = '#222222';
|
|
222
224
|
export const BorderCtaBorderSecondary = '#bcbcbc';
|
|
223
225
|
export const BorderCtaBorderSecondaryPressed = '#bcbcbc';
|
|
224
226
|
export const BorderCtaBorderSecondaryHover = '#bcbcbc';
|
|
@@ -725,7 +727,7 @@ export const MotionTransitionSlideIn = '400ms cubic-bezier(0.16, 1, 0.3, 1)';
|
|
|
725
727
|
export const BreakpointSmall = '374px';
|
|
726
728
|
export const BreakpointMedium = '767px';
|
|
727
729
|
export const BreakpointLarge = '1023px';
|
|
728
|
-
export const BreakpointXlarge = '
|
|
730
|
+
export const BreakpointXlarge = '1219px';
|
|
729
731
|
export const NotificationDefaultFontFamily =
|
|
730
732
|
"Lato, -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif";
|
|
731
733
|
export const NotificationDefaultFontWeight = 700;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 12 Jun 2024 14:10:19 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
--notification-default-letter-spacing: 0.01875rem;
|
|
12
12
|
--notification-default-font-size: 0.5625rem;
|
|
13
13
|
--notification-default-line-height: 0.75rem;
|
|
14
|
-
--breakpoint-xlarge:
|
|
14
|
+
--breakpoint-xlarge: 1219px;
|
|
15
15
|
--breakpoint-large: 1023px;
|
|
16
16
|
--breakpoint-medium: 767px;
|
|
17
17
|
--breakpoint-small: 374px;
|
|
@@ -480,6 +480,7 @@
|
|
|
480
480
|
--border-cta-border-secondary-hover: var(--gray-30);
|
|
481
481
|
--border-cta-border-secondary-pressed: var(--gray-30);
|
|
482
482
|
--border-cta-border-secondary: var(--gray-30);
|
|
483
|
+
--surface-toolbar-surface: var(--gray-100);
|
|
483
484
|
--surface-contentswitcher-surface: var(--gray-10);
|
|
484
485
|
--surface-contentbutton-surface-surface-selected: var(--gray-white);
|
|
485
486
|
--surface-cta-surface-promo-focus-pressed: var(--grimace-120);
|
|
@@ -673,6 +674,7 @@
|
|
|
673
674
|
--surface-cta-surface-secondary: var(--gray-white);
|
|
674
675
|
--surface-surface-brand-secondary: var(--box-blue-10);
|
|
675
676
|
--surface-menu-surface-focus: var(--gray-05);
|
|
677
|
+
--surface-menu-surface-pressed: var(--gray-05);
|
|
676
678
|
--surface-menu-surface-hover: var(--gray-05);
|
|
677
679
|
--surface-menu-surface: var(--gray-white);
|
|
678
680
|
--surface-card-surface-pressed: var(--gray-02);
|
package/tokens/tokens.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export const SurfaceCardSurfaceFocus: string;
|
|
|
10
10
|
export const SurfaceCardSurfacePressed: string;
|
|
11
11
|
export const SurfaceMenuSurface: string;
|
|
12
12
|
export const SurfaceMenuSurfaceHover: string;
|
|
13
|
+
export const SurfaceMenuSurfacePressed: string;
|
|
13
14
|
export const SurfaceMenuSurfaceFocus: string;
|
|
14
15
|
export const SurfaceSurfaceBrand: string;
|
|
15
16
|
export const SurfaceSurfaceBrandHover: string;
|
|
@@ -214,6 +215,7 @@ export const SurfaceCtaSurfacePromoFocus: string;
|
|
|
214
215
|
export const SurfaceCtaSurfacePromoFocusPressed: string;
|
|
215
216
|
export const SurfaceContentbuttonSurfaceSurfaceSelected: string;
|
|
216
217
|
export const SurfaceContentswitcherSurface: string;
|
|
218
|
+
export const SurfaceToolbarSurface: string;
|
|
217
219
|
export const BorderCtaBorderSecondary: string;
|
|
218
220
|
export const BorderCtaBorderSecondaryPressed: string;
|
|
219
221
|
export const BorderCtaBorderSecondaryHover: string;
|
package/tokens/tokens.js
CHANGED
|
@@ -10,6 +10,7 @@ export const SurfaceCardSurfaceFocus = '#f2f7fd';
|
|
|
10
10
|
export const SurfaceCardSurfacePressed = '#fbfbfb';
|
|
11
11
|
export const SurfaceMenuSurface = '#ffffff';
|
|
12
12
|
export const SurfaceMenuSurfaceHover = '#f4f4f4';
|
|
13
|
+
export const SurfaceMenuSurfacePressed = '#f4f4f4';
|
|
13
14
|
export const SurfaceMenuSurfaceFocus = '#f4f4f4';
|
|
14
15
|
export const SurfaceSurfaceBrand = '#0061D5';
|
|
15
16
|
export const SurfaceSurfaceBrandHover = '#006AE9';
|
|
@@ -214,6 +215,7 @@ export const SurfaceCtaSurfacePromoFocus = '#4826c2';
|
|
|
214
215
|
export const SurfaceCtaSurfacePromoFocusPressed = '#3a1e9b';
|
|
215
216
|
export const SurfaceContentbuttonSurfaceSurfaceSelected = '#ffffff';
|
|
216
217
|
export const SurfaceContentswitcherSurface = '#e8e8e8';
|
|
218
|
+
export const SurfaceToolbarSurface = '#222222';
|
|
217
219
|
export const BorderCtaBorderSecondary = '#bcbcbc';
|
|
218
220
|
export const BorderCtaBorderSecondaryPressed = '#bcbcbc';
|
|
219
221
|
export const BorderCtaBorderSecondaryHover = '#bcbcbc';
|
|
@@ -720,7 +722,7 @@ export const MotionTransitionSlideIn = '400ms cubic-bezier(0.16, 1, 0.3, 1)';
|
|
|
720
722
|
export const BreakpointSmall = '374px';
|
|
721
723
|
export const BreakpointMedium = '767px';
|
|
722
724
|
export const BreakpointLarge = '1023px';
|
|
723
|
-
export const BreakpointXlarge = '
|
|
725
|
+
export const BreakpointXlarge = '1219px';
|
|
724
726
|
export const NotificationDefaultFontFamily =
|
|
725
727
|
"Lato, -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif";
|
|
726
728
|
export const NotificationDefaultFontWeight = 700;
|
package/tokens/tokens.json
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"SurfaceCardSurfacePressed": "#fbfbfb",
|
|
12
12
|
"SurfaceMenuSurface": "#ffffff",
|
|
13
13
|
"SurfaceMenuSurfaceHover": "#f4f4f4",
|
|
14
|
+
"SurfaceMenuSurfacePressed": "#f4f4f4",
|
|
14
15
|
"SurfaceMenuSurfaceFocus": "#f4f4f4",
|
|
15
16
|
"SurfaceSurfaceBrand": "#0061D5",
|
|
16
17
|
"SurfaceSurfaceBrandHover": "#006AE9",
|
|
@@ -215,6 +216,7 @@
|
|
|
215
216
|
"SurfaceCtaSurfacePromoFocusPressed": "#3a1e9b",
|
|
216
217
|
"SurfaceContentbuttonSurfaceSurfaceSelected": "#ffffff",
|
|
217
218
|
"SurfaceContentswitcherSurface": "#e8e8e8",
|
|
219
|
+
"SurfaceToolbarSurface": "#222222",
|
|
218
220
|
"BorderCtaBorderSecondary": "#bcbcbc",
|
|
219
221
|
"BorderCtaBorderSecondaryPressed": "#bcbcbc",
|
|
220
222
|
"BorderCtaBorderSecondaryHover": "#bcbcbc",
|
|
@@ -704,7 +706,7 @@
|
|
|
704
706
|
"BreakpointSmall": "374px",
|
|
705
707
|
"BreakpointMedium": "767px",
|
|
706
708
|
"BreakpointLarge": "1023px",
|
|
707
|
-
"BreakpointXlarge": "
|
|
709
|
+
"BreakpointXlarge": "1219px",
|
|
708
710
|
"NotificationDefaultFontFamily": "Lato, -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif",
|
|
709
711
|
"NotificationDefaultFontWeight": 700,
|
|
710
712
|
"NotificationDefaultLineHeight": "0.75rem",
|
package/tokens/tokens.scss
CHANGED
|
@@ -10,6 +10,7 @@ $surface-card-surface-focus: #f2f7fd !default;
|
|
|
10
10
|
$surface-card-surface-pressed: #fbfbfb !default;
|
|
11
11
|
$surface-menu-surface: #ffffff !default;
|
|
12
12
|
$surface-menu-surface-hover: #f4f4f4 !default;
|
|
13
|
+
$surface-menu-surface-pressed: #f4f4f4 !default;
|
|
13
14
|
$surface-menu-surface-focus: #f4f4f4 !default;
|
|
14
15
|
$surface-surface-brand: #0061d5 !default;
|
|
15
16
|
$surface-surface-brand-hover: #006ae9 !default;
|
|
@@ -214,6 +215,7 @@ $surface-cta-surface-promo-focus: #4826c2 !default;
|
|
|
214
215
|
$surface-cta-surface-promo-focus-pressed: #3a1e9b !default;
|
|
215
216
|
$surface-contentbutton-surface-surface-selected: #ffffff !default;
|
|
216
217
|
$surface-contentswitcher-surface: #e8e8e8 !default;
|
|
218
|
+
$surface-toolbar-surface: #222222 !default;
|
|
217
219
|
$border-cta-border-secondary: #bcbcbc !default;
|
|
218
220
|
$border-cta-border-secondary-pressed: #bcbcbc !default;
|
|
219
221
|
$border-cta-border-secondary-hover: #bcbcbc !default;
|
|
@@ -685,7 +687,7 @@ $motion-transition-slide-in: 400ms cubic-bezier(0.16, 1, 0.3, 1) !default;
|
|
|
685
687
|
$breakpoint-small: 374px !default;
|
|
686
688
|
$breakpoint-medium: 767px !default;
|
|
687
689
|
$breakpoint-large: 1023px !default;
|
|
688
|
-
$breakpoint-xlarge:
|
|
690
|
+
$breakpoint-xlarge: 1219px !default;
|
|
689
691
|
$notification-default-font-family: Lato, -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto,
|
|
690
692
|
'Helvetica Neue', sans-serif !default;
|
|
691
693
|
$notification-default-font-weight: 700 !default;
|
|
@@ -713,6 +715,7 @@ $tokens: (
|
|
|
713
715
|
'card-surface-pressed': $surface-card-surface-pressed,
|
|
714
716
|
'menu-surface': $surface-menu-surface,
|
|
715
717
|
'menu-surface-hover': $surface-menu-surface-hover,
|
|
718
|
+
'menu-surface-pressed': $surface-menu-surface-pressed,
|
|
716
719
|
'menu-surface-focus': $surface-menu-surface-focus,
|
|
717
720
|
'surface-brand': $surface-surface-brand,
|
|
718
721
|
'surface-brand-hover': $surface-surface-brand-hover,
|
|
@@ -917,6 +920,7 @@ $tokens: (
|
|
|
917
920
|
'cta-surface-promo-focus-pressed': $surface-cta-surface-promo-focus-pressed,
|
|
918
921
|
'contentbutton-surface-surface-selected': $surface-contentbutton-surface-surface-selected,
|
|
919
922
|
'contentswitcher-surface': $surface-contentswitcher-surface,
|
|
923
|
+
'toolbar-surface': $surface-toolbar-surface,
|
|
920
924
|
),
|
|
921
925
|
'Border': (
|
|
922
926
|
'cta-border-secondary': $border-cta-border-secondary,
|