@box/blueprint-web-assets 4.44.2 → 4.45.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.
- package/dist/icons/Content/FileVariable.d.ts +3 -0
- package/dist/icons/Content/FileVariable.js +5 -0
- package/dist/icons/Content/FolderVariable.d.ts +3 -0
- package/dist/icons/Content/FolderVariable.js +5 -0
- package/dist/icons/Content/index.d.ts +2 -0
- package/dist/icons/Content/index.js +2 -0
- package/dist/icons/Line/Retention.d.ts +3 -0
- package/dist/icons/Line/Retention.js +5 -0
- package/dist/icons/Line/index.d.ts +1 -0
- package/dist/icons/Line/index.js +1 -0
- package/dist/icons/Logo/RetentionModifiable.d.ts +3 -0
- package/dist/icons/Logo/RetentionModifiable.js +5 -0
- package/dist/icons/Logo/RetentionNonModifiable.d.ts +3 -0
- package/dist/icons/Logo/RetentionNonModifiable.js +5 -0
- package/dist/icons/Logo/index.d.ts +2 -0
- package/dist/icons/Logo/index.js +2 -0
- package/dist/icons/Medium/Briefcase.d.ts +3 -0
- package/dist/icons/Medium/Briefcase.js +5 -0
- package/dist/icons/Medium/ClipboardList.d.ts +3 -0
- package/dist/icons/Medium/ClipboardList.js +5 -0
- package/dist/icons/Medium/Compass.d.ts +3 -0
- package/dist/icons/Medium/Compass.js +5 -0
- package/dist/icons/Medium/File.d.ts +3 -0
- package/dist/icons/Medium/File.js +5 -0
- package/dist/icons/Medium/Flag.d.ts +3 -0
- package/dist/icons/Medium/Flag.js +5 -0
- package/dist/icons/Medium/Gavel.d.ts +3 -0
- package/dist/icons/Medium/Gavel.js +5 -0
- package/dist/icons/Medium/Globe.d.ts +3 -0
- package/dist/icons/Medium/Globe.js +5 -0
- package/dist/icons/Medium/Handshake.d.ts +3 -0
- package/dist/icons/Medium/Handshake.js +5 -0
- package/dist/icons/Medium/Money.d.ts +3 -0
- package/dist/icons/Medium/Money.js +5 -0
- package/dist/icons/Medium/PaperStamp.d.ts +3 -0
- package/dist/icons/Medium/PaperStamp.js +5 -0
- package/dist/icons/Medium/TrendUp.d.ts +3 -0
- package/dist/icons/Medium/TrendUp.js +5 -0
- package/dist/icons/Medium/WrenchScrewdriver.d.ts +3 -0
- package/dist/icons/Medium/WrenchScrewdriver.js +5 -0
- package/dist/icons/Medium/index.d.ts +12 -0
- package/dist/icons/Medium/index.js +12 -0
- package/dist/icons/MediumFilled/File.d.ts +3 -0
- package/dist/icons/MediumFilled/File.js +5 -0
- package/dist/icons/MediumFilled/Integrations.d.ts +3 -0
- package/dist/icons/MediumFilled/Integrations.js +5 -0
- package/dist/icons/MediumFilled/index.d.ts +2 -0
- package/dist/icons/MediumFilled/index.js +2 -0
- package/dist/illustrations/Small/BugSecurity.js +1 -1
- package/dist/illustrations/Small/DeviceSecurity.js +1 -1
- package/dist/illustrations/Small/DownloadSecurity.js +1 -1
- package/dist/illustrations/Small/FileSecurity.d.ts +3 -0
- package/dist/illustrations/Small/FileSecurity.js +5 -0
- package/dist/illustrations/Small/LocationSecurity.js +1 -1
- package/dist/illustrations/Small/index.d.ts +1 -0
- package/dist/illustrations/Small/index.js +1 -0
- package/dist/tokens/mixins.scss +0 -16
- package/dist/tokens/px-tokens.d.ts +1 -1
- package/dist/tokens/px-tokens.js +1 -1
- package/dist/tokens/tokens-css-vars.scss +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgFileVariable = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 32 32", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "#9F3FED", d: "M9 3h9.586a1 1 0 0 1 .707.293l6.415 6.414a1 1 0 0 1 .293.707V26A3 3 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" })] }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgFileVariable);
|
|
5
|
+
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 SvgFolderVariable = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 32 32", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "#9F3FED", 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.5, fillRule: "evenodd", d: "M6 11h20a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V14a3 3 0 0 1 3-3Z", clipRule: "evenodd" })] }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgFolderVariable);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -27,6 +27,7 @@ export { default as FileSpreadsheet } from './FileSpreadsheet';
|
|
|
27
27
|
export { default as FileText } from './FileText';
|
|
28
28
|
export { default as FileThreeD } from './FileThreeD';
|
|
29
29
|
export { default as FileUpload } from './FileUpload';
|
|
30
|
+
export { default as FileVariable } from './FileVariable';
|
|
30
31
|
export { default as FileVector } from './FileVector';
|
|
31
32
|
export { default as FileVideo } from './FileVideo';
|
|
32
33
|
export { default as FileWord } from './FileWord';
|
|
@@ -38,5 +39,6 @@ export { default as FolderExternal } from './FolderExternal';
|
|
|
38
39
|
export { default as FolderPersonal } from './FolderPersonal';
|
|
39
40
|
export { default as FolderShared } from './FolderShared';
|
|
40
41
|
export { default as FolderUpload } from './FolderUpload';
|
|
42
|
+
export { default as FolderVariable } from './FolderVariable';
|
|
41
43
|
export { default as Hubs } from './Hubs';
|
|
42
44
|
export { default as SignRequest } from './SignRequest';
|
|
@@ -27,6 +27,7 @@ export { default as FileSpreadsheet } from './FileSpreadsheet';
|
|
|
27
27
|
export { default as FileText } from './FileText';
|
|
28
28
|
export { default as FileThreeD } from './FileThreeD';
|
|
29
29
|
export { default as FileUpload } from './FileUpload';
|
|
30
|
+
export { default as FileVariable } from './FileVariable';
|
|
30
31
|
export { default as FileVector } from './FileVector';
|
|
31
32
|
export { default as FileVideo } from './FileVideo';
|
|
32
33
|
export { default as FileWord } from './FileWord';
|
|
@@ -38,5 +39,6 @@ export { default as FolderExternal } from './FolderExternal';
|
|
|
38
39
|
export { default as FolderPersonal } from './FolderPersonal';
|
|
39
40
|
export { default as FolderShared } from './FolderShared';
|
|
40
41
|
export { default as FolderUpload } from './FolderUpload';
|
|
42
|
+
export { default as FolderVariable } from './FolderVariable';
|
|
41
43
|
export { default as Hubs } from './Hubs';
|
|
42
44
|
export { default as SignRequest } from './SignRequest';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgRetention = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 16 16", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#222222', d: "M12.674 1.498c.708 0 1.341.499 1.456 1.225.452 2.849.49 6.71.116 9.724-.15 1.216-1.208 2.05-2.388 2.051L4 14.5c-.77 0-1.373-.244-1.797-.715-.407-.451-.598-1.053-.69-1.667-.094-.618-.096-1.311-.077-1.993.007-.268.018-.53.028-.79.017-.42.033-.83.035-1.238A.6.6 0 0 1 2.1 7.5h2.46a132.451 132.451 0 0 0-.29-4.374 1.505 1.505 0 0 1 1.496-1.628h6.908ZM2.462 9.405c-.01.256-.02.507-.027.748-.019.673-.013 1.29.066 1.816.08.53.227.906.445 1.147.2.222.509.382 1.054.382.034-.002.151-.03.283-.364.148-.378.255-.996.306-1.893.043-.75.045-1.663.011-2.741H2.494c-.008.299-.02.604-.032.905Zm3.304-6.907a.506.506 0 0 0-.5.548c.292 3.636.427 6.395.321 8.252-.052.922-.166 1.669-.374 2.2h6.645c.72 0 1.312-.503 1.395-1.174.363-2.93.325-6.696-.111-9.445a.463.463 0 0 0-.468-.38H5.766ZM9 7.5a.5.5 0 0 1 0 1H7.5a.5.5 0 0 1 0-1H9Zm2.5-2a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1h4Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgRetention);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -109,6 +109,7 @@ export { default as QuestionBadge } from './QuestionBadge';
|
|
|
109
109
|
export { default as Redirect } from './Redirect';
|
|
110
110
|
export { default as Relay } from './Relay';
|
|
111
111
|
export { default as Reports } from './Reports';
|
|
112
|
+
export { default as Retention } from './Retention';
|
|
112
113
|
export { default as Rocket } from './Rocket';
|
|
113
114
|
export { default as ScheduleReport } from './ScheduleReport';
|
|
114
115
|
export { default as Scribble } from './Scribble';
|
package/dist/icons/Line/index.js
CHANGED
|
@@ -109,6 +109,7 @@ export { default as QuestionBadge } from './QuestionBadge';
|
|
|
109
109
|
export { default as Redirect } from './Redirect';
|
|
110
110
|
export { default as Relay } from './Relay';
|
|
111
111
|
export { default as Reports } from './Reports';
|
|
112
|
+
export { default as Retention } from './Retention';
|
|
112
113
|
export { default as Rocket } from './Rocket';
|
|
113
114
|
export { default as ScheduleReport } from './ScheduleReport';
|
|
114
115
|
export { default as Scribble } from './Scribble';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgRetentionModifiable = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 32 32", role: "img", ref: ref, ...props, children: _jsxs("g", { children: [_jsx("path", { fill: "#2486FC", d: "M26 0H6a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V6a6 6 0 0 0-6-6Z" }), _jsx("path", { fill: "#D3D3D3", d: "M11.71 15.5H7.946c-.807 0-1.469.637-1.485 1.444-.036 1.686-.055 4.391.139 5.556.183 1.1 1.06 3 2.99 3H10c1.531 0 1.982-3.155 1.733-9.465l-.023-.535Z" }), _jsx("path", { fill: "white", d: "M13.263 6.5h10.293c.95 0 1.772.667 1.913 1.605.63 4.187.7 9.694.21 14.172-.207 1.888-1.855 3.223-3.754 3.223H10c2.042 0 2.162-5.609 1.265-16.827A2.01 2.01 0 0 1 13.263 6.5Z" }), _jsx("path", { fill: "#0163FF", d: "M15 12.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5h-6ZM15 15.25a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5h-3Z" })] }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgRetentionModifiable);
|
|
5
|
+
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 SvgRetentionNonModifiable = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 32 32", role: "img", ref: ref, ...props, children: _jsxs("g", { children: [_jsx("path", { fill: "#F1811A", d: "M26 0H6a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V6a6 6 0 0 0-6-6Z" }), _jsx("path", { fill: "#D3D3D3", d: "M11.71 15.5H7.946c-.807 0-1.469.637-1.485 1.444-.036 1.686-.055 4.391.139 5.556.183 1.1 1.06 3 2.99 3H10c1.531 0 1.982-3.155 1.733-9.465l-.023-.535Z" }), _jsx("path", { fill: "white", d: "M13.263 6.5h10.293c.95 0 1.772.667 1.913 1.605.63 4.187.7 9.694.21 14.172-.207 1.888-1.855 3.223-3.754 3.223H10c2.042 0 2.162-5.609 1.265-16.827A2.01 2.01 0 0 1 13.263 6.5Z" }), _jsx("path", { fill: "#E0560C", d: "M15 12.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5h-6ZM15 15.25a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5h-3Z" })] }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgRetentionNonModifiable);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -48,6 +48,8 @@ export { default as PagesForMac } from './PagesForMac';
|
|
|
48
48
|
export { default as PlatformCam } from './PlatformCam';
|
|
49
49
|
export { default as PlatformSandbox } from './PlatformSandbox';
|
|
50
50
|
export { default as Reporting } from './Reporting';
|
|
51
|
+
export { default as RetentionModifiable } from './RetentionModifiable';
|
|
52
|
+
export { default as RetentionNonModifiable } from './RetentionNonModifiable';
|
|
51
53
|
export { default as Seclore } from './Seclore';
|
|
52
54
|
export { default as Security } from './Security';
|
|
53
55
|
export { default as ShuttleLogo } from './ShuttleLogo';
|
package/dist/icons/Logo/index.js
CHANGED
|
@@ -48,6 +48,8 @@ export { default as PagesForMac } from './PagesForMac';
|
|
|
48
48
|
export { default as PlatformCam } from './PlatformCam';
|
|
49
49
|
export { default as PlatformSandbox } from './PlatformSandbox';
|
|
50
50
|
export { default as Reporting } from './Reporting';
|
|
51
|
+
export { default as RetentionModifiable } from './RetentionModifiable';
|
|
52
|
+
export { default as RetentionNonModifiable } from './RetentionNonModifiable';
|
|
51
53
|
export { default as Seclore } from './Seclore';
|
|
52
54
|
export { default as Security } from './Security';
|
|
53
55
|
export { default as ShuttleLogo } from './ShuttleLogo';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgBriefcase = (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: "M14 3a3 3 0 0 1 3 3v1h2l.154.004A3 3 0 0 1 22 10v8l-.004.154a3 3 0 0 1-2.842 2.842L19 21H5l-.154-.004a3 3 0 0 1-2.842-2.842L2 18v-8a3 3 0 0 1 2.846-2.996L5 7h2V6a3 3 0 0 1 3-3h4ZM5 9a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h1V9H5Zm13 10h1a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1h-1v10ZM8 19h8V9H8v10Zm2-14a1 1 0 0 0-1 1v1h6V6a1 1 0 0 0-1-1h-4Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgBriefcase);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgClipboardList = (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: "M14.154 1.004a2.998 2.998 0 0 1 2.676 2.01L16.826 3H17l.206.005A4 4 0 0 1 21 7v11l-.005.206a4 4 0 0 1-3.789 3.79L17 22H7l-.206-.005a4.001 4.001 0 0 1-3.79-3.789L3 18V7a4 4 0 0 1 3.794-3.995L7 3h.174l-.005.015a2.999 2.999 0 0 1 2.677-2.011L10 1h4l.154.004Zm2.835 4.2a2 2 0 0 1-1.785 1.785L15 7H9l-.204-.01A2 2 0 0 1 7.01 5.203L7 5a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2l-.01.204ZM8 14a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm8 0a1 1 0 1 1 0 2h-4a1 1 0 1 1 0-2h4Zm-8-4a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm8 0a1 1 0 1 1 0 2h-4a1 1 0 1 1 0-2h4Zm-6-7a1 1 0 0 0-1 1v1h6V4a1 1 0 0 0-1-1h-4Zm7 1Zm-9.95-.544c-.008.048-.014.097-.02.147.006-.05.012-.099.02-.147Zm9.92.147c-.007-.05-.013-.099-.022-.147.01.048.015.097.022.147Zm-9.864-.387-.02.077a2.99 2.99 0 0 1 .02-.077Zm9.806.077c-.006-.026-.012-.052-.02-.077.008.025.014.051.02.077Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgClipboardList);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgCompass = (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: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16Zm2.775 3.707c.933-.318 1.835.585 1.518 1.518l-.035.093-1.894 4.416-.05.104c-.11.2-.275.366-.476.477l-.104.05-4.416 1.893c-.964.413-1.94-.519-1.611-1.483l.035-.093 1.894-4.416a1.2 1.2 0 0 1 .63-.63l4.416-1.894.093-.035Zm-4.406 5.924 2.283-.979-1.305-1.305-.978 2.284Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgCompass);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgFile = (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: "M12 2.001c.224 0 .448.074.63.224l.077.068 7 7 .068.076c.15.183.224.407.224.631H20v8a4 4 0 0 1-4 4H8a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h4v.001ZM8 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-6h-3a5 5 0 0 1-5-5V4H8Zm4 3a3 3 0 0 0 3 3h2.586L12 4.414V7Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgFile);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgFlag = (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: "M4 2a1 1 0 0 1 1 1v.906A7.034 7.034 0 0 1 8.5 3c1.736 0 3.038.589 4.156 1.086C13.788 4.589 14.736 5 16 5c1.387 0 2.26-.231 2.754-.429.248-.099.405-.191.488-.247l.073-.053-.008.008-.012.012A1 1 0 0 1 21 5v8.758c0 1.022-.447 2.308-1.76 2.766-.748.262-1.801.476-3.24.476-2.213 0-3.496-.567-4.572-1.105C10.405 15.383 9.73 15 8.5 15c-1.266 0-2.2.42-2.82.832-.304.202-.53.403-.68.55V21a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1Zm4.5 3c-1.266 0-2.2.42-2.82.832-.304.202-.53.403-.68.55v7.524A7.034 7.034 0 0 1 8.5 13c1.769 0 2.845.617 3.822 1.105.924.462 1.89.895 3.678.895 1.238 0 2.066-.184 2.58-.363a.5.5 0 0 0 .281-.251c.082-.147.139-.364.139-.628V6.6c-.728.224-1.708.399-3 .399-1.736 0-3.038-.589-4.156-1.086C10.712 5.411 9.764 5 8.5 5Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgFlag);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgGavel = (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: "M11.192 1.293a1 1 0 0 1 1.415 0l7.07 7.071a1 1 0 0 1-1.413 1.414l-.375-.375c-.254.302-.561.67-.905 1.069-.326.38-.688.79-1.06 1.21l5.526 5.526a3 3 0 0 1-4.242 4.242l-5.526-5.526c-.42.372-.83.733-1.21 1.06-.399.343-.766.65-1.068.905l.374.375a1 1 0 0 1-1.414 1.414l-7.071-7.072a1 1 0 1 1 1.414-1.414l.23.23c.255-.302.566-.669.91-1.069.924-1.072 2.106-2.408 3.102-3.404s2.332-2.178 3.405-3.102c.4-.345.767-.655 1.069-.91l-.23-.23a1 1 0 0 1 0-1.414Zm3.383 11.868c-.238.252-.471.493-.696.718a36.02 36.02 0 0 1-.718.696l5.461 5.461a1 1 0 0 0 1.414-1.414l-5.46-5.46Zm-2.916-7.8c-1.066.918-2.353 2.062-3.295 3.003-.94.941-2.085 2.23-3.003 3.295-.39.453-.736.863-1.005 1.183l3.628 3.628c.32-.268.73-.612 1.183-1.001 1.066-.917 2.354-2.06 3.298-3.004s2.087-2.232 3.004-3.298c.389-.453.733-.863 1-1.183l-3.627-3.628c-.32.27-.73.615-1.183 1.005Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgGavel);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgGlobe = (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: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2ZM9.028 13c.116 2.094.586 3.899 1.225 5.177C11.05 19.774 11.785 20 12 20c.215 0 .949-.226 1.747-1.823.64-1.278 1.11-3.083 1.225-5.177H9.028Zm-4.964 0a8.004 8.004 0 0 0 4.475 6.214C7.704 17.61 7.145 15.434 7.024 13h-2.96Zm12.912 0c-.121 2.434-.681 4.61-1.516 6.214A8.004 8.004 0 0 0 19.936 13h-2.96ZM8.539 4.785A8.005 8.005 0 0 0 4.064 11h2.96c.121-2.434.68-4.612 1.515-6.215ZM12 4c-.215 0-.949.226-1.747 1.823-.64 1.278-1.11 3.083-1.225 5.177h5.944c-.116-2.094-.586-3.899-1.225-5.177C12.95 4.226 12.215 4 12 4Zm3.46.785c.835 1.603 1.395 3.78 1.516 6.215h2.96a8.004 8.004 0 0 0-4.476-6.215Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgGlobe);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgHandshake = (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: "M11.693 4.428a2.907 2.907 0 0 1 2.556-.118L18.205 6H20.5A1.5 1.5 0 0 1 22 7.5v8a1.5 1.5 0 0 1-1.5 1.5h-1.96a3.97 3.97 0 0 1-1.767 2.34l-.428.263-.02.011-.02.011-3.166 1.743v.001l-.66.374a4 4 0 0 1-4.8-.651l-3.093-3.093H3.5A1.5 1.5 0 0 1 2 16.5V6.785a1.5 1.5 0 0 1 1.5-1.5h6.222l.102.005c.104.01.203.038.295.078.58-.376 1.154-.707 1.574-.94ZM4 7.285V16h.793c.348 0 .683.122.95.34l.11.1 3.24 3.239a1.998 1.998 0 0 0 1.852.535l-1.652-1.652-.068-.076a1 1 0 0 1 1.406-1.408l.076.07 2.115 2.114 1.341-.74-2.863-2.808-.07-.075a1 1 0 0 1 1.394-1.42l.076.067 3.251 3.19a2 2 0 0 0 .15-2.961l-2.808-2.807-.068-.076-.017-.021a3.663 3.663 0 0 0-.31-.263c-.216-.16-.316-.178-.336-.18-.01-.001-.197-.026-.855.63-.389.39-1.105.83-1.975.954-.93.133-2-.104-2.939-1.044-.48-.48-.787-1.048-.794-1.696-.007-.623.266-1.135.545-1.51.279-.376.634-.708.936-.977l.272-.239H4Zm9.463-1.136a.908.908 0 0 0-.799.028c-.9.5-2.155 1.26-2.813 1.887l-.144.143c-.277.277-.635.578-.896.81-.293.26-.514.477-.662.675-.147.199-.15.287-.15.296 0 .004 0 .022.02.062a.953.953 0 0 0 .188.243c.47.47.9.527 1.242.479.403-.058.732-.277.844-.388.647-.647 1.448-1.316 2.482-1.205.5.054.934.28 1.312.56.282.208.566.47.857.773l.266.283 2.305 2.305c.549.549.899 1.21 1.062 1.9H20V8h-1.898c-.202 0-.403-.041-.59-.121l-4.05-1.73Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgHandshake);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgMoney = (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: "M19.154 2.004A3 3 0 0 1 22 5v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 2.846-2.996L5 2h14l.154.004ZM20 17.825A2.99 2.99 0 0 1 19 18H5a2.99 2.99 0 0 1-1-.175V19a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-1.175Zm0-3.997c-.267.094-.55.153-.846.168L19 14H5l-.154-.004A2.988 2.988 0 0 1 4 13.828V15a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-1.172ZM5 4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H5Zm7 1a3 3 0 1 1 0 6 3 3 0 0 1 0-6ZM6.5 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM12 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm5.5 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgMoney);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgPaperStamp = (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: "M16 11c.911 0 1.721.23 2.33.766.61.539.887 1.27.961 2.01.101 1.01-.16 2.17-.61 3.317.479.12.926.356 1.296.695l.803.737.12.12C22.07 19.896 21.196 22 19.43 22H12.57c-1.824 0-2.696-2.242-1.351-3.475l.803-.737.215-.179a3 3 0 0 1 1.08-.518c-.45-1.146-.71-2.305-.608-3.316.074-.738.35-1.47.96-2.01C14.28 11.23 15.09 11 16 11Zm-1-9a4 4 0 0 1 4 4v3l-.005.103a1 1 0 0 1-1.99 0L17 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h1a1 1 0 1 1 0 2H7a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h8Zm-.95 17a1 1 0 0 0-.604.203l-.071.06-.804.737h6.859l-.805-.737a1 1 0 0 0-.676-.263h-3.898ZM16 13c-.588 0-.87.146-1.006.266-.133.117-.255.322-.294.709-.072.726.184 1.8.752 3.025h1.096c.568-1.225.825-2.299.753-3.025-.039-.386-.161-.592-.294-.71-.136-.12-.42-.265-1.007-.265Zm-5.898-2.995a1 1 0 0 1 0 1.99L10 12H8a1 1 0 1 1 0-2h2l.102.005Zm4-4a1 1 0 0 1 0 1.99L14 8H8a1 1 0 0 1 0-2h6l.102.005Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgPaperStamp);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgTrendUp = (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: "M4 17a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0v-2a1 1 0 0 1 1-1Zm5-3a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0v-5a1 1 0 0 1 1-1Zm5 1a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0v-4a1 1 0 0 1 1-1Zm5-3a1 1 0 0 1 1 1v7a1 1 0 1 1-2 0v-7a1 1 0 0 1 1-1Zm-.5-9A1.5 1.5 0 0 1 20 4.5V8a1 1 0 1 1-2 0V6.314l-3.957 3.628a3 3 0 0 1-2.976.634l-2.296-.764a1 1 0 0 0-.975.195l-3.138 2.746a1 1 0 0 1-1.316-1.506l3.137-2.745a3 3 0 0 1 2.924-.588l2.297.765a1 1 0 0 0 .991-.211L16.475 5H15a1 1 0 1 1 0-2h3.5Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgTrendUp);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgWrenchScrewdriver = (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: "M20.193 16.95a3.001 3.001 0 0 1-4.243 4.243l-3.63-3.631 1.413-1.414 3.631 3.63a1 1 0 0 0 1.414-1.415l-2.692-2.692a7.483 7.483 0 0 0 2.419-.41l1.688 1.689ZM16.401 2.023l.15.015c.732.109 1.245.63 1.412 1.261a1.92 1.92 0 0 1-.518 1.842l-1.453 1.453 1.415 1.414 1.452-1.452c.5-.5 1.206-.687 1.843-.519a1.7 1.7 0 0 1 1.26 1.412l.016.15.013.313a5.983 5.983 0 0 1-1.756 4.34l-.297.276a5.994 5.994 0 0 1-5.016 1.383l-.373-.08a.27.27 0 0 0-.119-.005c-.023.006-.025.012-.02.006l-7.284 7.285-.112.107a3.001 3.001 0 0 1-4.02 0l-.11-.107a3 3 0 0 1-.107-4.13l.107-.112 7.285-7.285c-.006.005 0 .003.005-.02a.217.217 0 0 0 .004-.05l-.01-.07a5.999 5.999 0 0 1 1.304-5.388l.278-.296A5.987 5.987 0 0 1 16.4 2.023Zm-.661 1.995c-.94.058-1.86.445-2.576 1.162l-.185.197a3.996 3.996 0 0 0-.868 3.593l.047.252c.079.599-.07 1.277-.575 1.782L4.298 18.29l-.07.075c-.32.393-.296.973.07 1.34l.076.069c.366.298.895.298 1.261 0l.077-.07 7.285-7.285c.578-.578 1.38-.69 2.033-.528l.248.053a3.994 3.994 0 0 0 3.346-.922l.197-.184a3.98 3.98 0 0 0 1.162-2.577l-1.162 1.162a2 2 0 0 1-2.83 0l-1.413-1.414a2 2 0 0 1 0-2.828l1.162-1.162ZM2.81 2.81a2.772 2.772 0 0 1 3.693-.203l2.289 1.836.11.097c.154.154.26.34.322.536a7.463 7.463 0 0 0-.662 2.898L7.487 6.9l-.092-.102a1.333 1.333 0 0 1-.268-1.126L5.25 4.168a.77.77 0 0 0-1.161.961l.079.121 1.504 1.876c.428-.093.895.027 1.228.36L8.495 9.08 7.08 10.494l-1.25-1.25a1.333 1.333 0 0 1-1.387-.453l-1.836-2.29a2.77 2.77 0 0 1 .202-3.69Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgWrenchScrewdriver);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -14,6 +14,7 @@ export { default as BellOff } from './BellOff';
|
|
|
14
14
|
export { default as Bold } from './Bold';
|
|
15
15
|
export { default as BoxAi } from './BoxAi';
|
|
16
16
|
export { default as Brain } from './Brain';
|
|
17
|
+
export { default as Briefcase } from './Briefcase';
|
|
17
18
|
export { default as Broom } from './Broom';
|
|
18
19
|
export { default as BubbleQuestion } from './BubbleQuestion';
|
|
19
20
|
export { default as BubbleText } from './BubbleText';
|
|
@@ -22,6 +23,7 @@ export { default as Canvas } from './Canvas';
|
|
|
22
23
|
export { default as Check } from './Check';
|
|
23
24
|
export { default as CheckList } from './CheckList';
|
|
24
25
|
export { default as Clipboard } from './Clipboard';
|
|
26
|
+
export { default as ClipboardList } from './ClipboardList';
|
|
25
27
|
export { default as Clock } from './Clock';
|
|
26
28
|
export { default as CloudPlus } from './CloudPlus';
|
|
27
29
|
export { default as CloudUp } from './CloudUp';
|
|
@@ -29,12 +31,18 @@ export { default as Code } from './Code';
|
|
|
29
31
|
export { default as Collections } from './Collections';
|
|
30
32
|
export { default as Color } from './Color';
|
|
31
33
|
export { default as Comment } from './Comment';
|
|
34
|
+
export { default as Compass } from './Compass';
|
|
32
35
|
export { default as Compose } from './Compose';
|
|
33
36
|
export { default as Download } from './Download';
|
|
34
37
|
export { default as Ellipsis } from './Ellipsis';
|
|
35
38
|
export { default as Favorites } from './Favorites';
|
|
39
|
+
export { default as File } from './File';
|
|
40
|
+
export { default as Flag } from './Flag';
|
|
36
41
|
export { default as Folder } from './Folder';
|
|
42
|
+
export { default as Gavel } from './Gavel';
|
|
37
43
|
export { default as Gear } from './Gear';
|
|
44
|
+
export { default as Globe } from './Globe';
|
|
45
|
+
export { default as Handshake } from './Handshake';
|
|
38
46
|
export { default as Hubs } from './Hubs';
|
|
39
47
|
export { default as Inbox } from './Inbox';
|
|
40
48
|
export { default as Information } from './Information';
|
|
@@ -45,10 +53,12 @@ export { default as LinkPlus } from './LinkPlus';
|
|
|
45
53
|
export { default as Mail } from './Mail';
|
|
46
54
|
export { default as Megaphone } from './Megaphone';
|
|
47
55
|
export { default as Metadata } from './Metadata';
|
|
56
|
+
export { default as Money } from './Money';
|
|
48
57
|
export { default as Narrow } from './Narrow';
|
|
49
58
|
export { default as Nav } from './Nav';
|
|
50
59
|
export { default as Notes } from './Notes';
|
|
51
60
|
export { default as NumberList } from './NumberList';
|
|
61
|
+
export { default as PaperStamp } from './PaperStamp';
|
|
52
62
|
export { default as Plus } from './Plus';
|
|
53
63
|
export { default as Question } from './Question';
|
|
54
64
|
export { default as Relay } from './Relay';
|
|
@@ -61,8 +71,10 @@ export { default as Tasks } from './Tasks';
|
|
|
61
71
|
export { default as ThumbsDown } from './ThumbsDown';
|
|
62
72
|
export { default as ThumbsUp } from './ThumbsUp';
|
|
63
73
|
export { default as Trash } from './Trash';
|
|
74
|
+
export { default as TrendUp } from './TrendUp';
|
|
64
75
|
export { default as Underline } from './Underline';
|
|
65
76
|
export { default as Unlink } from './Unlink';
|
|
66
77
|
export { default as Upload } from './Upload';
|
|
67
78
|
export { default as Wide } from './Wide';
|
|
79
|
+
export { default as WrenchScrewdriver } from './WrenchScrewdriver';
|
|
68
80
|
export { default as XMark } from './XMark';
|
|
@@ -14,6 +14,7 @@ export { default as BellOff } from './BellOff';
|
|
|
14
14
|
export { default as Bold } from './Bold';
|
|
15
15
|
export { default as BoxAi } from './BoxAi';
|
|
16
16
|
export { default as Brain } from './Brain';
|
|
17
|
+
export { default as Briefcase } from './Briefcase';
|
|
17
18
|
export { default as Broom } from './Broom';
|
|
18
19
|
export { default as BubbleQuestion } from './BubbleQuestion';
|
|
19
20
|
export { default as BubbleText } from './BubbleText';
|
|
@@ -22,6 +23,7 @@ export { default as Canvas } from './Canvas';
|
|
|
22
23
|
export { default as Check } from './Check';
|
|
23
24
|
export { default as CheckList } from './CheckList';
|
|
24
25
|
export { default as Clipboard } from './Clipboard';
|
|
26
|
+
export { default as ClipboardList } from './ClipboardList';
|
|
25
27
|
export { default as Clock } from './Clock';
|
|
26
28
|
export { default as CloudPlus } from './CloudPlus';
|
|
27
29
|
export { default as CloudUp } from './CloudUp';
|
|
@@ -29,12 +31,18 @@ export { default as Code } from './Code';
|
|
|
29
31
|
export { default as Collections } from './Collections';
|
|
30
32
|
export { default as Color } from './Color';
|
|
31
33
|
export { default as Comment } from './Comment';
|
|
34
|
+
export { default as Compass } from './Compass';
|
|
32
35
|
export { default as Compose } from './Compose';
|
|
33
36
|
export { default as Download } from './Download';
|
|
34
37
|
export { default as Ellipsis } from './Ellipsis';
|
|
35
38
|
export { default as Favorites } from './Favorites';
|
|
39
|
+
export { default as File } from './File';
|
|
40
|
+
export { default as Flag } from './Flag';
|
|
36
41
|
export { default as Folder } from './Folder';
|
|
42
|
+
export { default as Gavel } from './Gavel';
|
|
37
43
|
export { default as Gear } from './Gear';
|
|
44
|
+
export { default as Globe } from './Globe';
|
|
45
|
+
export { default as Handshake } from './Handshake';
|
|
38
46
|
export { default as Hubs } from './Hubs';
|
|
39
47
|
export { default as Inbox } from './Inbox';
|
|
40
48
|
export { default as Information } from './Information';
|
|
@@ -45,10 +53,12 @@ export { default as LinkPlus } from './LinkPlus';
|
|
|
45
53
|
export { default as Mail } from './Mail';
|
|
46
54
|
export { default as Megaphone } from './Megaphone';
|
|
47
55
|
export { default as Metadata } from './Metadata';
|
|
56
|
+
export { default as Money } from './Money';
|
|
48
57
|
export { default as Narrow } from './Narrow';
|
|
49
58
|
export { default as Nav } from './Nav';
|
|
50
59
|
export { default as Notes } from './Notes';
|
|
51
60
|
export { default as NumberList } from './NumberList';
|
|
61
|
+
export { default as PaperStamp } from './PaperStamp';
|
|
52
62
|
export { default as Plus } from './Plus';
|
|
53
63
|
export { default as Question } from './Question';
|
|
54
64
|
export { default as Relay } from './Relay';
|
|
@@ -61,8 +71,10 @@ export { default as Tasks } from './Tasks';
|
|
|
61
71
|
export { default as ThumbsDown } from './ThumbsDown';
|
|
62
72
|
export { default as ThumbsUp } from './ThumbsUp';
|
|
63
73
|
export { default as Trash } from './Trash';
|
|
74
|
+
export { default as TrendUp } from './TrendUp';
|
|
64
75
|
export { default as Underline } from './Underline';
|
|
65
76
|
export { default as Unlink } from './Unlink';
|
|
66
77
|
export { default as Upload } from './Upload';
|
|
67
78
|
export { default as Wide } from './Wide';
|
|
79
|
+
export { default as WrenchScrewdriver } from './WrenchScrewdriver';
|
|
68
80
|
export { default as XMark } from './XMark';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgFile = (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: "M18 11v-.172a1 1 0 0 0-.293-.707l-5.828-5.828A1 1 0 0 0 11.172 4H11v4a3 3 0 0 0 3 3h4Zm2 7a4 4 0 0 1-4 4H8a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h3.172a3 3 0 0 1 2.121.879l5.828 5.828A3 3 0 0 1 20 10.828V18Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgFile);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgIntegrations = (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: "M6 16a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h2Zm7 0a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h2Zm7 0a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h2ZM6 9a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h2Zm7 0a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h2Zm7 0a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h2ZM6 2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2Zm7 0a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2Zm7 0a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgIntegrations);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -5,11 +5,13 @@ export { default as Check } from './Check';
|
|
|
5
5
|
export { default as Clock } from './Clock';
|
|
6
6
|
export { default as Collections } from './Collections';
|
|
7
7
|
export { default as Favorites } from './Favorites';
|
|
8
|
+
export { default as File } from './File';
|
|
8
9
|
export { default as Folder } from './Folder';
|
|
9
10
|
export { default as Gear } from './Gear';
|
|
10
11
|
export { default as Hubs } from './Hubs';
|
|
11
12
|
export { default as Inbox } from './Inbox';
|
|
12
13
|
export { default as Information } from './Information';
|
|
14
|
+
export { default as Integrations } from './Integrations';
|
|
13
15
|
export { default as Nav } from './Nav';
|
|
14
16
|
export { default as Notes } from './Notes';
|
|
15
17
|
export { default as Question } from './Question';
|
|
@@ -5,11 +5,13 @@ export { default as Check } from './Check';
|
|
|
5
5
|
export { default as Clock } from './Clock';
|
|
6
6
|
export { default as Collections } from './Collections';
|
|
7
7
|
export { default as Favorites } from './Favorites';
|
|
8
|
+
export { default as File } from './File';
|
|
8
9
|
export { default as Folder } from './Folder';
|
|
9
10
|
export { default as Gear } from './Gear';
|
|
10
11
|
export { default as Hubs } from './Hubs';
|
|
11
12
|
export { default as Inbox } from './Inbox';
|
|
12
13
|
export { default as Information } from './Information';
|
|
14
|
+
export { default as Integrations } from './Integrations';
|
|
13
15
|
export { default as Nav } from './Nav';
|
|
14
16
|
export { default as Notes } from './Notes';
|
|
15
17
|
export { default as Question } from './Question';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
const SvgBugSecurity = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ref: ref, ...props, children: [_jsx("
|
|
3
|
+
const SvgBugSecurity = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillOpacity: 0.1, d: "M15.384 11.644a5.256 5.256 0 0 1-.811-1.157c-1.421-2.747-.187-6.208 2.757-7.73 2.943-1.523 6.481-.53 7.902 2.218.222.429.379.876.475 1.33l-10.323 5.339ZM41.25 43.09l-5.479 5.478a4.005 4.005 0 0 0 6.275.796 4 4 0 0 0-.796-6.275Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M46 15.017 28 6l-18 9.017v12.207c0 3.634 2.208 8.934 5.679 13.596C19.146 45.48 23.653 49.2 28 50c4.347-.8 8.854-4.521 12.321-9.18C43.791 36.158 46 30.858 46 27.224V15.017Zm2 12.207c0 4.252-2.488 9.973-6.074 14.79-3.473 4.667-8.186 8.766-13.107 9.861l-.476.097c-.17.03-.343.039-.515.023l-.17-.023c-5.094-.928-9.999-5.14-13.584-9.957C10.488 37.197 8 31.475 8 27.224V15.016c0-.758.428-1.449 1.104-1.787l18-9.017.216-.093a2 2 0 0 1 1.575.093l18 9.017.124.067a2 2 0 0 1 .981 1.72v12.208Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M28 18.017a4 4 0 0 1 3.823 5.178A1.999 1.999 0 0 1 33 25.017a2 2 0 0 0 2-2 1 1 0 1 1 2 0 4 4 0 0 1-4 4v1h3a1 1 0 1 1 0 2h-3v1l.206.005A4 4 0 0 1 37 35.017a1 1 0 1 1-2 0 2 2 0 0 0-2-2c-.034 0-.067-.002-.1-.005a5.001 5.001 0 0 1-9.801 0 1.035 1.035 0 0 1-.099.005 2 2 0 0 0-2 2 1 1 0 1 1-2 0 4 4 0 0 1 4-4v-1h-3a1 1 0 1 1 0-2h3v-1a4 4 0 0 1-4-4 1 1 0 1 1 2 0 2 2 0 0 0 2 2 2 2 0 0 1 1.176-1.822A4 4 0 0 1 28 18.016Zm0 2a2 2 0 0 0-1.73 3h3.46a2 2 0 0 0-1.73-3Z", clipRule: "evenodd" })] }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgBugSecurity);
|
|
5
5
|
export default ForwardRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
const SvgDeviceSecurity = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "
|
|
3
|
+
const SvgDeviceSecurity = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillOpacity: 0.1, d: "M35.049 48.318c.229.404.514.782.856 1.124 2.187 2.186 5.86 2.06 8.202-.283 2.343-2.343 2.47-6.016.283-8.203a5.258 5.258 0 0 0-1.123-.856l-8.218 8.218ZM15.792 11.643a3.205 3.205 0 0 0-4.029-3.062 3.2 3.2 0 0 0-1.958 4.666l5.987-1.604Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M27.072 19.016a7.047 7.047 0 0 0 0 2H21v8h14v-2.073a6.95 6.95 0 0 0 2-.601v4.674l2 2a2 2 0 0 1-2 2H19a2 2 0 0 1-2-2l2-2v-10a2 2 0 0 1 1.796-1.989l.204-.01h6.072Zm-8.072 14h18l-2-2H21l-2 2Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M34 15.016a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 .968a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM34 19a1 1 0 0 0-1 1v3l.005.102a1 1 0 0 0 1.99 0L35 23v-3l-.005-.102A1 1 0 0 0 34 19Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M27.32 4.119a2 2 0 0 1 1.575.093l18 9.016.124.068c.605.357.98 1.009.981 1.72v12.208c0 4.251-2.488 9.972-6.074 14.79-3.473 4.666-8.186 8.765-13.107 9.86l-.476.097c-.17.032-.343.04-.515.024l-.17-.023c-5.093-.929-9.999-5.141-13.584-9.958C10.488 37.197 8 31.475 8 27.224V15.015a2 2 0 0 1 1.104-1.787l18-9.016.216-.093ZM10 15.016v12.208c0 3.633 2.208 8.934 5.679 13.596C19.146 45.478 23.653 49.2 28 50c4.347-.8 8.854-4.522 12.321-9.18C43.791 36.158 46 30.857 46 27.224V15.016L28 6l-18 9.016Z", clipRule: "evenodd" })] }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgDeviceSecurity);
|
|
5
5
|
export default ForwardRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
const SvgDownloadSecurity = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "
|
|
3
|
+
const SvgDownloadSecurity = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillOpacity: 0.1, d: "M9 15a5.257 5.257 0 0 0-1.4-.19c-3.093 0-5.6 2.687-5.6 6 0 3.314 2.507 6 5.6 6 .483 0 .953-.065 1.4-.188V15Zm34.05 24.455a3.2 3.2 0 1 0 3.1-5.368l-3.1 5.368Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M38.42 23.157c1.853.904 2.047 3.232.73 4.487 1.188 1.125 1.113 3.055-.125 4.098 1.523 1.277 1.237 3.79-.69 4.64l-.215.085-9.147 3.247a2.925 2.925 0 0 1-2.037-.032l-8.14-3.178c-2.064-.807-2.363-3.4-.822-4.694-1.248-1.049-1.303-2.98-.126-4.096-1.35-1.285-1.096-3.678.826-4.531l3.639-1.616 1.292 1.616-4.086 1.813a.79.79 0 0 0 .034 1.466l8.14 3.178c.139.055.29.07.437.045l.144-.037 9.148-3.247a.79.79 0 0 0 .087-1.462h-.001l-4.68-2.284 1.281-1.601 4.31 2.103Zm-9.448 12.349a2.924 2.924 0 0 1-2.037-.032l-6.684-2.61-.732.325a.79.79 0 0 0 .035 1.466l8.138 3.178c.14.054.293.07.439.046l.143-.036 9.149-3.248a.79.79 0 0 0 .086-1.461v-.002l-.779-.381-7.758 2.755Zm0-3.985a2.924 2.924 0 0 1-2.037-.032l-6.954-2.715-.462.206a.79.79 0 0 0 .034 1.466l8.14 3.179c.139.054.29.069.437.045l.144-.036 9.148-3.247a.79.79 0 0 0 .087-1.463l-.001-.001-.513-.25-8.023 2.848Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M29.003 12.882a1 1 0 0 1 1 1v.002l-.01 3.997h2.009a1 1 0 0 1 .846 1.534l-.066.092-4 5a1 1 0 0 1-1.561 0l-4-5a1 1 0 0 1 .781-1.625l2.004-.001.01-4.001a1 1 0 0 1 1-.998h1.987Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M27.32 4.119a2 2 0 0 1 1.575.093l18 9.016.124.068c.605.357.981 1.009.981 1.72v12.073c0 4.251-2.488 9.973-6.074 14.79-3.473 4.667-8.186 8.766-13.107 9.861l-.476.097c-.17.03-.343.039-.515.023l-.17-.023c-5.093-.928-9.999-5.14-13.584-9.957C10.488 37.062 8 31.34 8 27.089V15.016a2 2 0 0 1 1.104-1.788l18-9.016.216-.093ZM10 15.017v12.072c0 3.634 2.208 8.934 5.679 13.596 3.467 4.659 7.974 8.38 12.321 9.18 4.347-.8 8.854-4.521 12.321-9.18C43.791 36.023 46 30.722 46 27.09V15.017L28 6l-18 9.017Z", clipRule: "evenodd" })] }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgDownloadSecurity);
|
|
5
5
|
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 SvgFileSecurity = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillOpacity: 0.1, d: "M47.348 14.669a5.23 5.23 0 0 0 .811-1.157c1.42-2.747.186-6.208-2.757-7.73C42.459 4.26 38.921 5.252 37.5 8a5.23 5.23 0 0 0-.475 1.33l10.323 5.339ZM13 51a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", d: "M46 15.017 28 6l-18 9.017v12.072c0 3.634 2.208 8.934 5.679 13.596 3.467 4.659 7.974 8.38 12.321 9.18 4.347-.8 8.854-4.521 12.321-9.18C43.791 36.023 46 30.722 46 27.09V15.017Zm2 12.072c0 4.251-2.488 9.973-6.074 14.79-3.473 4.667-8.186 8.766-13.107 9.861l-.476.097c-.17.03-.343.039-.515.023l-.17-.023c-5.093-.928-9.999-5.14-13.584-9.957C10.488 37.062 8 31.34 8 27.089V15.016a2 2 0 0 1 1.104-1.788l18-9.016.216-.093a2 2 0 0 1 1.575.093l18 9.016.124.068c.605.357.981 1.009.981 1.72v12.073Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M24 26c1.785 0 3.242 1.443 3.33 3.257l.003.172V30c.921 0 1.667.767 1.667 1.714v4.572c0 .947-.746 1.714-1.667 1.714h-6.666C19.746 38 19 37.233 19 36.286v-4.572c0-.947.746-1.714 1.667-1.714v-.571C20.667 27.534 22.158 26 24 26Zm0 1.714c-.878 0-1.598.7-1.663 1.586l-.004.129V30h3.334v-.571c0-.948-.746-1.715-1.667-1.715Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M30.386 16c.812 0 1.59.33 2.155.913l3.614 3.73A3 3 0 0 1 37 22.73V32a3 3 0 0 1-3 3h-3v-2h3a1 1 0 0 0 1-1v-8h-6v-6h-4a1 1 0 0 0-1 1v5c-.712 0-1.386.14-2 .393V19a3 3 0 0 1 3-3h5.386ZM31 22h3.685l-3.58-3.695a.996.996 0 0 0-.105-.093V22Z", clipRule: "evenodd" })] }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgFileSecurity);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
const SvgLocationSecurity = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ref: ref, ...props, children: [_jsx("
|
|
3
|
+
const SvgLocationSecurity = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 56 56", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillOpacity: 0.1, d: "M41.49 11.643a5.2 5.2 0 0 0 .812-1.157c1.42-2.746.186-6.208-2.757-7.73-2.943-1.522-6.481-.529-7.902 2.218a5.23 5.23 0 0 0-.475 1.33l10.323 5.34ZM15.624 43.09l5.48 5.478a4 4 0 1 1-5.479-5.479Z" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M28 16c5.191 0 9.54 3.597 10.695 8.434a5.463 5.463 0 0 0-2.577-1.32 9.037 9.037 0 0 0-4.41-4.314v.77c-.016.747-.063 1.067-.182 1.412-.233.67-.72.972-1.487 1.015l-.197.005h-1.875v1.25c0 .479-.173.851-.522 1.062l-.138.072c-.2.087-.356.115-.65.12l-.437-.003-2.003-.001v1.25h6.03a5.528 5.528 0 0 0-.747 2.777c0 1.514.698 2.974 1.387 4.126.717 1.2 1.632 2.393 2.39 3.385l.325.425A10.945 10.945 0 0 1 28 38c-6.075 0-11-4.925-11-11s4.925-11 11-11Zm-8.73 8.805A9.023 9.023 0 0 0 19 27c0 4.535 3.354 8.283 7.717 8.906v-2.659l-.146-.004c-.465-.014-.762-.052-1.057-.14l-.127-.04c-.686-.238-1.103-.746-1.163-1.494l-.007-.192v-1.01l-4.947-5.562Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M35 25c1.933 0 3.5 1.58 3.5 3.53 0 1.948-1.865 4.411-3.5 6.47l-.134-.175C33.32 32.803 31.5 30.423 31.5 28.53c0-1.95 1.567-3.53 3.5-3.53Zm0 1.579c-.552 0-1 .471-1 1.053 0 .58.448 1.052 1 1.052s1-.471 1-1.052c0-.582-.448-1.053-1-1.053Z", clipRule: "evenodd" }), _jsx("path", { fill: "var(--surface-illustration-surface-box-neutral)", fillRule: "evenodd", d: "M27.32 4.103a2 2 0 0 1 1.575.092l18 9.017.124.067a2 2 0 0 1 .981 1.72v12.208c0 4.252-2.488 9.973-6.074 14.79-3.473 4.667-8.186 8.766-13.107 9.861l-.476.097c-.17.031-.343.039-.515.023l-.17-.023c-5.093-.928-9.999-5.14-13.584-9.957C10.488 37.18 8 31.458 8 27.207V14.999a2 2 0 0 1 1.104-1.787l18-9.017.216-.092ZM10 15v12.207c0 3.634 2.208 8.934 5.679 13.597 3.467 4.658 7.974 8.38 12.321 9.18 4.347-.8 8.854-4.522 12.321-9.18C43.791 36.14 46 30.84 46 27.207V15L28 5.983 10 15Z", clipRule: "evenodd" })] }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgLocationSecurity);
|
|
5
5
|
export default ForwardRef;
|
|
@@ -17,6 +17,7 @@ export { default as DownloadSecurity } from './DownloadSecurity';
|
|
|
17
17
|
export { default as EmployeeId } from './EmployeeId';
|
|
18
18
|
export { default as EmployeeReview } from './EmployeeReview';
|
|
19
19
|
export { default as FileError } from './FileError';
|
|
20
|
+
export { default as FileSecurity } from './FileSecurity';
|
|
20
21
|
export { default as FileSecurityError } from './FileSecurityError';
|
|
21
22
|
export { default as FileSecurityWarning } from './FileSecurityWarning';
|
|
22
23
|
export { default as FileWarning } from './FileWarning';
|
|
@@ -17,6 +17,7 @@ export { default as DownloadSecurity } from './DownloadSecurity';
|
|
|
17
17
|
export { default as EmployeeId } from './EmployeeId';
|
|
18
18
|
export { default as EmployeeReview } from './EmployeeReview';
|
|
19
19
|
export { default as FileError } from './FileError';
|
|
20
|
+
export { default as FileSecurity } from './FileSecurity';
|
|
20
21
|
export { default as FileSecurityError } from './FileSecurityError';
|
|
21
22
|
export { default as FileSecurityWarning } from './FileSecurityWarning';
|
|
22
23
|
export { default as FileWarning } from './FileWarning';
|
package/dist/tokens/mixins.scss
CHANGED
|
@@ -11,67 +11,51 @@
|
|
|
11
11
|
@mixin title-subtitle {
|
|
12
12
|
@include font-mixin('title-subtitle');
|
|
13
13
|
}
|
|
14
|
-
|
|
15
14
|
@mixin title-small {
|
|
16
15
|
@include font-mixin('title-small');
|
|
17
16
|
}
|
|
18
|
-
|
|
19
17
|
@mixin title-medium {
|
|
20
18
|
@include font-mixin('title-medium');
|
|
21
19
|
}
|
|
22
|
-
|
|
23
20
|
@mixin title-large {
|
|
24
21
|
@include font-mixin('title-large');
|
|
25
22
|
}
|
|
26
|
-
|
|
27
23
|
@mixin title-xlarge {
|
|
28
24
|
@include font-mixin('title-x-large');
|
|
29
25
|
}
|
|
30
|
-
|
|
31
26
|
@mixin title-mondo {
|
|
32
27
|
@include font-mixin('title-mondo');
|
|
33
28
|
}
|
|
34
|
-
|
|
35
29
|
@mixin body-large {
|
|
36
30
|
@include font-mixin('body-large');
|
|
37
31
|
}
|
|
38
|
-
|
|
39
32
|
@mixin body-large-bold {
|
|
40
33
|
@include font-mixin('body-large-bold');
|
|
41
34
|
}
|
|
42
|
-
|
|
43
35
|
@mixin body-default-bold {
|
|
44
36
|
@include font-mixin('body-default-bold');
|
|
45
37
|
}
|
|
46
|
-
|
|
47
38
|
@mixin body-default-semibold {
|
|
48
39
|
@include font-mixin('body-default-semibold');
|
|
49
40
|
}
|
|
50
|
-
|
|
51
41
|
@mixin body-default {
|
|
52
42
|
@include font-mixin('body-default');
|
|
53
43
|
}
|
|
54
|
-
|
|
55
44
|
@mixin caption-bold {
|
|
56
45
|
@include font-mixin('caption-bold');
|
|
57
46
|
}
|
|
58
|
-
|
|
59
47
|
@mixin caption-default {
|
|
60
48
|
@include font-mixin('caption-default');
|
|
61
49
|
}
|
|
62
|
-
|
|
63
50
|
@mixin label-bold {
|
|
64
51
|
@include font-mixin('label-bold');
|
|
65
52
|
}
|
|
66
|
-
|
|
67
53
|
@mixin label-default {
|
|
68
54
|
@include font-mixin('label-default');
|
|
69
55
|
}
|
|
70
|
-
|
|
71
56
|
@mixin link-default {
|
|
72
57
|
@include font-mixin('link-default');
|
|
73
58
|
}
|
|
74
|
-
|
|
75
59
|
@mixin notification-default {
|
|
76
60
|
@include font-mixin('notification-default');
|
|
77
61
|
}
|
package/dist/tokens/px-tokens.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web-assets",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.45.1",
|
|
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",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
}
|
|
127
127
|
},
|
|
128
128
|
"devDependencies": {
|
|
129
|
-
"@box/storybook-utils": "^0.12.
|
|
129
|
+
"@box/storybook-utils": "^0.12.4",
|
|
130
130
|
"@types/react": "^18.0.0",
|
|
131
131
|
"@types/react-dom": "^18.0.0",
|
|
132
132
|
"chalk": "4.1.2",
|