@box/blueprint-web-assets 4.94.4 → 4.95.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/dist/icons/Medium/ArrowUpRight.js +1 -1
- package/dist/icons/Medium/At.js +1 -1
- package/dist/icons/Medium/BatchSend.js +1 -1
- package/dist/icons/Medium/Building.js +1 -1
- package/dist/icons/Medium/Checkbox.js +2 -2
- package/dist/icons/Medium/Checkmark.js +1 -1
- package/dist/icons/Medium/Initials.js +1 -1
- package/dist/icons/Medium/Keyboard.js +1 -1
- package/dist/icons/Medium/Numbers.js +1 -1
- package/dist/icons/Medium/PaperAirplane.js +1 -1
- package/dist/icons/Medium/PaperClip.js +1 -1
- package/dist/icons/Medium/PencilCrossed.js +1 -1
- package/dist/icons/Medium/Radio.js +1 -1
- package/dist/icons/Medium/Taxonomy.js +1 -1
- package/dist/icons/MediumFilled/Checkmark.js +1 -1
- package/dist/icons/MediumFilled/CloudUp.js +1 -1
- package/dist/icons/MediumFilled/PaperAirplane.js +1 -1
- package/dist/icons/MediumFilled/Plus.js +1 -1
- package/package.json +3 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
const SvgArrowUpRight = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M5.293 18.706a1 1 0 0 1 0-1.414L15.585 7H8a1 1 0 0 1 0-2h10a1 1 0 0 1 1 1v10a1 1 0 1 1-2-.001l-.001-7.585L6.707 18.706a1 1 0 0 1-1.414 0Z" }) }));
|
|
3
|
+
const SvgArrowUpRight = (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: "M5.293 18.706a1 1 0 0 1 0-1.414L15.585 7H8a1 1 0 0 1 0-2h10a1 1 0 0 1 1 1v10a1 1 0 1 1-2-.001l-.001-7.585L6.707 18.706a1 1 0 0 1-1.414 0Z" }) }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgArrowUpRight);
|
|
5
5
|
export default ForwardRef;
|
package/dist/icons/Medium/At.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
const SvgAt = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M12 2c5.523 0 10 4.477 10 10 0 .34-.018.676-.05 1.008l-.004.077v.008l-.002.012c0 .01-.002.023-.004.038l-.015.124a5.939 5.939 0 0 1-.475 1.65c-.42.914-1.313 2.083-3 2.083-1.422 0-2.27-.83-2.747-1.64A5 5 0 1 1 15 8a1.001 1.001 0 0 1 2 0v4.95l.006.058a4.001 4.001 0 0 0 .292 1.088c.257.58.6.904 1.152.904.558 0 .914-.332 1.183-.917a3.953 3.953 0 0 0 .311-1.092c0-.033.003-.067.007-.101a8 8 0 1 0-4.396 6.28 1 1 0 0 1 .89 1.79A9.964 9.964 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2Zm0 7a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z", clipRule: "evenodd" }) }));
|
|
3
|
+
const SvgAt = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M12 2c5.523 0 10 4.477 10 10 0 .34-.018.676-.05 1.008l-.004.077v.008l-.002.012c0 .01-.002.023-.004.038l-.015.124a5.939 5.939 0 0 1-.475 1.65c-.42.914-1.313 2.083-3 2.083-1.422 0-2.27-.83-2.747-1.64A5 5 0 1 1 15 8a1.001 1.001 0 0 1 2 0v4.95l.006.058a4.001 4.001 0 0 0 .292 1.088c.257.58.6.904 1.152.904.558 0 .914-.332 1.183-.917a3.953 3.953 0 0 0 .311-1.092c0-.033.003-.067.007-.101a8 8 0 1 0-4.396 6.28 1 1 0 0 1 .89 1.79A9.964 9.964 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2Zm0 7a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z", clipRule: "evenodd" }) }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgAt);
|
|
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 SvgBatchSend = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M14.999 7.5a3.001 3.001 0 0 1 3.001 3v7a3 3 0 0 1-3 3H5a3 3 0 0 1-3.001-3v-7c0-1.66 1.348-3 3.002-3h9.998ZM4.116 10.03A.994.994 0 0 0 4 10.5v7a1 1 0 0 0 .897.995L5 18.5h10a1 1 0 0 0 1-1v-7a.994.994 0 0 0-.118-.469l-3.76 3.762a3 3 0 0 1-4.243 0L4.116 10.03Zm5.177 2.349a1 1 0 0 0 1.414 0L13.586 9.5H6.414l2.879 2.879Z", clipRule: "evenodd" }), _jsx("path", { fill: props.color || '#909090', d: "M18.001 3.5a4 4 0 0 1 4 4v6a1 1 0 1 1-2 0v-6a2 2 0 0 0-2-2h-10a1 1 0 1 1 0-2h10Z" })] }));
|
|
3
|
+
const SvgBatchSend = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M14.999 7.5a3.001 3.001 0 0 1 3.001 3v7a3 3 0 0 1-3 3H5a3 3 0 0 1-3.001-3v-7c0-1.66 1.348-3 3.002-3h9.998ZM4.116 10.03A.994.994 0 0 0 4 10.5v7a1 1 0 0 0 .897.995L5 18.5h10a1 1 0 0 0 1-1v-7a.994.994 0 0 0-.118-.469l-3.76 3.762a3 3 0 0 1-4.243 0L4.116 10.03Zm5.177 2.349a1 1 0 0 0 1.414 0L13.586 9.5H6.414l2.879 2.879Z", clipRule: "evenodd" }), _jsx("path", { fill: props.color || '#909090', d: "M18.001 3.5a4 4 0 0 1 4 4v6a1 1 0 1 1-2 0v-6a2 2 0 0 0-2-2h-10a1 1 0 1 1 0-2h10Z" })] }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgBatchSend);
|
|
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 SvgBuilding = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', d: "M6.75 13a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3.5 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm-3.5-3.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3.5 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM6.75 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3.5 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm7.25 10a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm0-3.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm0-3.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M11.018 2a4.002 4.002 0 0 1 3.874 3H18a4 4 0 0 1 4 4v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h5.018ZM6 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h1.5v-2.5a1 1 0 1 1 2 0V20H13V5.75A1.999 1.999 0 0 0 11.018 4H6Zm9.018 16H18a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2.982v13Z", clipRule: "evenodd" })] }));
|
|
3
|
+
const SvgBuilding = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', d: "M6.75 13a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3.5 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm-3.5-3.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3.5 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM6.75 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3.5 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm7.25 10a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm0-3.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm0-3.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M11.018 2a4.002 4.002 0 0 1 3.874 3H18a4 4 0 0 1 4 4v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h5.018ZM6 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h1.5v-2.5a1 1 0 1 1 2 0V20H13V5.75A1.999 1.999 0 0 0 11.018 4H6Zm9.018 16H18a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2.982v13Z", clipRule: "evenodd" })] }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgBuilding);
|
|
5
5
|
export default ForwardRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
const SvgCheckbox = (props, ref) => (
|
|
3
|
+
const SvgCheckbox = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', d: "M14.219 9.375a1 1 0 0 1 1.562 1.25l-3.93 4.912a1.1 1.1 0 0 1-1.637.09l-1.921-1.92a1 1 0 1 1 1.414-1.414l1.21 1.21 3.302-4.128Z" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M16.309 2.008A6 6 0 0 1 22 8v8l-.008.309a6 6 0 0 1-5.683 5.683L16 22H8a6 6 0 0 1-5.992-5.691L2 16V8a6 6 0 0 1 6-6h8l.309.008ZM8 4a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4V8a4 4 0 0 0-4-4H8Z", clipRule: "evenodd" })] }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgCheckbox);
|
|
5
5
|
export default ForwardRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
const SvgCheckmark = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M20.293 6.293a1 1 0 0 1 1.414 1.414L10.414 19a2 2 0 0 1-2.828 0l-5.293-5.293a1 1 0 0 1 1.414-1.414L9 17.586 20.293 6.293Z" }) }));
|
|
3
|
+
const SvgCheckmark = (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.293 6.293a1 1 0 0 1 1.414 1.414L10.414 19a2 2 0 0 1-2.828 0l-5.293-5.293a1 1 0 0 1 1.414-1.414L9 17.586 20.293 6.293Z" }) }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgCheckmark);
|
|
5
5
|
export default ForwardRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
const SvgInitials = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M21.001 20a1 1 0 1 1 0 2H3a1 1 0 1 1 0-2h18.001ZM7.5 2a1 1 0 0 1 0 2H7v6c0 1.493 0 2.7-.032 3.658-.032.945-.096 1.724-.248 2.334-.156.624-.438 1.21-1.01 1.59C5.176 17.94 4.55 18 4 18a1 1 0 0 1 0-2c.451 0 .575-.065.602-.082.005-.003.022-.014.05-.063.034-.056.081-.16.128-.347.098-.39.159-.987.19-1.916C5 12.675 5 11.507 5 10V4H3.5a1 1 0 0 1 0-2h4ZM21 2a1 1 0 1 1 0 2c-.451 0-.575.065-.602.082-.005.003-.022.014-.05.063-.034.055-.081.16-.128.347-.098.39-.159.987-.19 1.916C20 7.325 20 8.493 20 10v4.977c.038.124.072.242.099.356.157.668.135 1.2.021 1.612a1.974 1.974 0 0 1-.209.496 1.532 1.532 0 0 1-.184.245l-.015.016-.002.003h-.001a1.01 1.01 0 0 1-.417.251l-.062.016-.034.008-.031.004A1.008 1.008 0 0 1 19 18c-.057 0-.112-.007-.166-.016-.01-.001-.02-.002-.031-.005l-.034-.007-.062-.016a.996.996 0 0 1-.455-.294 1.01 1.01 0 0 1-.078-.098l-.016-.026a.986.986 0 0 1-.074-.136c-.01-.02-.017-.042-.024-.063a.649.649 0 0 1-.025-.078.855.855 0 0 1-.031-.179l-.001-.018c-.001-.02-.003-.042-.003-.064v-1.692c-.343-.908-1.2-2.39-3.24-4.635A30.738 30.738 0 0 1 13 8.568V10c0 1.493 0 2.7-.032 3.658-.032.945-.096 1.724-.248 2.334-.156.624-.439 1.21-1.01 1.59-.535.358-1.161.418-1.71.418a1 1 0 1 1 0-2c.451 0 .575-.065.602-.082.005-.003.022-.014.05-.063.034-.056.081-.16.128-.347.098-.39.159-.987.19-1.916.03-.917.03-2.085.03-3.592V5.021a5.362 5.362 0 0 1-.099-.354c-.157-.668-.135-1.2-.021-1.612.056-.204.132-.369.209-.496a1.544 1.544 0 0 1 .184-.246l.015-.015.002-.003a1 1 0 0 1 .234-.175l.042-.02a.995.995 0 0 1 .141-.057l.062-.016.034-.007.006-.001.089-.014a1.012 1.012 0 0 1 .267.01l.026.004.01.002.03.006.061.016a.99.99 0 0 1 .14.057l.043.02a1.002 1.002 0 0 1 .44.477l.022.055.01.027A1 1 0 0 1 13 3v1.691c.342.908 1.2 2.391 3.24 4.636A30.73 30.73 0 0 1 18 11.431V10c0-1.493 0-2.7.032-3.658.032-.945.096-1.724.248-2.334.156-.624.438-1.21 1.01-1.59C19.824 2.06 20.45 2 21 2Z" }) }));
|
|
3
|
+
const SvgInitials = (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: "M21.001 20a1 1 0 1 1 0 2H3a1 1 0 1 1 0-2h18.001ZM7.5 2a1 1 0 0 1 0 2H7v6c0 1.493 0 2.7-.032 3.658-.032.945-.096 1.724-.248 2.334-.156.624-.438 1.21-1.01 1.59C5.176 17.94 4.55 18 4 18a1 1 0 0 1 0-2c.451 0 .575-.065.602-.082.005-.003.022-.014.05-.063.034-.056.081-.16.128-.347.098-.39.159-.987.19-1.916C5 12.675 5 11.507 5 10V4H3.5a1 1 0 0 1 0-2h4ZM21 2a1 1 0 1 1 0 2c-.451 0-.575.065-.602.082-.005.003-.022.014-.05.063-.034.055-.081.16-.128.347-.098.39-.159.987-.19 1.916C20 7.325 20 8.493 20 10v4.977c.038.124.072.242.099.356.157.668.135 1.2.021 1.612a1.974 1.974 0 0 1-.209.496 1.532 1.532 0 0 1-.184.245l-.015.016-.002.003h-.001a1.01 1.01 0 0 1-.417.251l-.062.016-.034.008-.031.004A1.008 1.008 0 0 1 19 18c-.057 0-.112-.007-.166-.016-.01-.001-.02-.002-.031-.005l-.034-.007-.062-.016a.996.996 0 0 1-.455-.294 1.01 1.01 0 0 1-.078-.098l-.016-.026a.986.986 0 0 1-.074-.136c-.01-.02-.017-.042-.024-.063a.649.649 0 0 1-.025-.078.855.855 0 0 1-.031-.179l-.001-.018c-.001-.02-.003-.042-.003-.064v-1.692c-.343-.908-1.2-2.39-3.24-4.635A30.738 30.738 0 0 1 13 8.568V10c0 1.493 0 2.7-.032 3.658-.032.945-.096 1.724-.248 2.334-.156.624-.439 1.21-1.01 1.59-.535.358-1.161.418-1.71.418a1 1 0 1 1 0-2c.451 0 .575-.065.602-.082.005-.003.022-.014.05-.063.034-.056.081-.16.128-.347.098-.39.159-.987.19-1.916.03-.917.03-2.085.03-3.592V5.021a5.362 5.362 0 0 1-.099-.354c-.157-.668-.135-1.2-.021-1.612.056-.204.132-.369.209-.496a1.544 1.544 0 0 1 .184-.246l.015-.015.002-.003a1 1 0 0 1 .234-.175l.042-.02a.995.995 0 0 1 .141-.057l.062-.016.034-.007.006-.001.089-.014a1.012 1.012 0 0 1 .267.01l.026.004.01.002.03.006.061.016a.99.99 0 0 1 .14.057l.043.02a1.002 1.002 0 0 1 .44.477l.022.055.01.027A1 1 0 0 1 13 3v1.691c.342.908 1.2 2.391 3.24 4.636A30.73 30.73 0 0 1 18 11.431V10c0-1.493 0-2.7.032-3.658.032-.945.096-1.724.248-2.334.156-.624.438-1.21 1.01-1.59C19.824 2.06 20.45 2 21 2Z" }) }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgInitials);
|
|
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 SvgKeyboard = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', d: "M6.75 16.251a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm7 0a1 1 0 1 1 0 2h-3.5a1 1 0 1 1 0-2h3.5Zm3.5 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm-10.5-3.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3.5 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3.5 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3.5 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M18 2a1 1 0 0 1 1 1v1a3 3 0 0 1-3 3h-2a1 1 0 0 0-1 1v1h5a4 4 0 0 1 4 4.001v5a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4v-5A4 4 0 0 1 6 9h5V8a3 3 0 0 1 3-3h2a1 1 0 0 0 1-1V3a1 1 0 0 1 1-1ZM6 11.001a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2H6Z", clipRule: "evenodd" })] }));
|
|
3
|
+
const SvgKeyboard = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', d: "M6.75 16.251a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm7 0a1 1 0 1 1 0 2h-3.5a1 1 0 1 1 0-2h3.5Zm3.5 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm-10.5-3.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3.5 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3.5 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm3.5 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M18 2a1 1 0 0 1 1 1v1a3 3 0 0 1-3 3h-2a1 1 0 0 0-1 1v1h5a4 4 0 0 1 4 4.001v5a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4v-5A4 4 0 0 1 6 9h5V8a3 3 0 0 1 3-3h2a1 1 0 0 0 1-1V3a1 1 0 0 1 1-1ZM6 11.001a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2H6Z", clipRule: "evenodd" })] }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgKeyboard);
|
|
5
5
|
export default ForwardRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
const SvgNumbers = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M17.014 2.836a1 1 0 0 1 1.972.328L18.346 7H21a1 1 0 1 1 0 2h-2.986l-1 6H20a1 1 0 0 1 0 2h-3.32l-.694 4.164a1 1 0 0 1-1.972-.328l.64-3.836H7.68l-.695 4.164a1 1 0 0 1-1.972-.328L5.654 17H3a1 1 0 1 1 0-2h2.986l1-6H4a1 1 0 1 1 0-2h3.32l.694-4.164a1 1 0 0 1 1.972.328L9.346 7h6.973l.695-4.164ZM8.014 15h6.972l1-6H9.014l-1 6Z", clipRule: "evenodd" }) }));
|
|
3
|
+
const SvgNumbers = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M17.014 2.836a1 1 0 0 1 1.972.328L18.346 7H21a1 1 0 1 1 0 2h-2.986l-1 6H20a1 1 0 0 1 0 2h-3.32l-.694 4.164a1 1 0 0 1-1.972-.328l.64-3.836H7.68l-.695 4.164a1 1 0 0 1-1.972-.328L5.654 17H3a1 1 0 1 1 0-2h2.986l1-6H4a1 1 0 1 1 0-2h3.32l.694-4.164a1 1 0 0 1 1.972.328L9.346 7h6.973l.695-4.164ZM8.014 15h6.972l1-6H9.014l-1 6Z", clipRule: "evenodd" }) }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgNumbers);
|
|
5
5
|
export default ForwardRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
const SvgPaperAirplane = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M19.896 2.171c1.207-.455 2.388.726 1.932 1.933l-6.264 16.602c-.695 1.84-3.313 1.66-3.8-.172l-.04-.183L10.5 13.5l-6.85-1.225c-1.94-.345-2.24-2.951-.528-3.766l.172-.073 16.602-6.265Zm-7.458 10.804.031.173L13.693 20l5.015-13.295-6.27 6.27ZM4 10.307l6.852 1.224.172.03 6.272-6.272L4 10.307Z", clipRule: "evenodd" }) }));
|
|
3
|
+
const SvgPaperAirplane = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M19.896 2.171c1.207-.455 2.388.726 1.932 1.933l-6.264 16.602c-.695 1.84-3.313 1.66-3.8-.172l-.04-.183L10.5 13.5l-6.85-1.225c-1.94-.345-2.24-2.951-.528-3.766l.172-.073 16.602-6.265Zm-7.458 10.804.031.173L13.693 20l5.015-13.295-6.27 6.27ZM4 10.307l6.852 1.224.172.03 6.272-6.272L4 10.307Z", clipRule: "evenodd" }) }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgPaperAirplane);
|
|
5
5
|
export default ForwardRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
const SvgPaperClip = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M14.224 2.335a3.985 3.985 0 0 1 2.128-.156c.807.166 1.613.598 2.377 1.362.765.765 1.197 1.571 1.362 2.378a3.983 3.983 0 0 1-.156 2.127 5.13 5.13 0 0 1-1.177 1.881l-.034.033-7.153 7.154-.003.004-.009.007a2.217 2.217 0 0 1-.097.093 4.393 4.393 0 0 1-1.141.757 2.87 2.87 0 0 1-1.406.256c-.569-.05-1.122-.297-1.6-.776-.479-.478-.726-1.031-.775-1.6a2.869 2.869 0 0 1 .255-1.405 4.211 4.211 0 0 1 .757-1.142l.07-.074.023-.023.008-.008c0-.002.003-.002.004-.003l6.158-6.159a1 1 0 0 1 1.414 1.415L9.054 14.63h.002l-.004.002a1.754 1.754 0 0 0-.142.166 2.222 2.222 0 0 0-.285.46.887.887 0 0 0-.092.423c.007.083.037.202.196.36.159.159.278.19.36.197a.888.888 0 0 0 .423-.093 2.233 2.233 0 0 0 .597-.4l.03-.027 7.188-7.188.011-.011.004-.005c.01-.01.028-.027.051-.053a3.13 3.13 0 0 0 .653-1.073 1.97 1.97 0 0 0 .086-1.066c-.076-.373-.29-.84-.817-1.366-.527-.527-.993-.741-1.365-.818a1.987 1.987 0 0 0-1.068.086 3.13 3.13 0 0 0-.839.459 3.195 3.195 0 0 0-.287.245l-.005.004-.002.004-7.561 7.56-.09.094c-.08.087-.194.219-.323.389a5.156 5.156 0 0 0-.76 1.396 3.483 3.483 0 0 0-.147 1.867c.137.667.512 1.45 1.361 2.3.85.849 1.632 1.225 2.3 1.362.672.138 1.304.05 1.867-.147a5.2 5.2 0 0 0 1.395-.761 5.316 5.316 0 0 0 .483-.413.087.087 0 0 0 .018-.02l6.523-6.521a1 1 0 0 1 1.414 1.414l-6.485 6.485-.014.015-.044.044a7.
|
|
3
|
+
const SvgPaperClip = (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.224 2.335a3.985 3.985 0 0 1 2.128-.156c.807.166 1.613.598 2.377 1.362.765.765 1.197 1.571 1.362 2.378a3.983 3.983 0 0 1-.156 2.127 5.13 5.13 0 0 1-1.177 1.881l-.034.033-7.153 7.154-.003.004-.009.007a2.217 2.217 0 0 1-.097.093 4.393 4.393 0 0 1-1.141.757 2.87 2.87 0 0 1-1.406.256c-.569-.05-1.122-.297-1.6-.776-.479-.478-.726-1.031-.775-1.6a2.869 2.869 0 0 1 .255-1.405 4.211 4.211 0 0 1 .757-1.142l.07-.074.023-.023.008-.008c0-.002.003-.002.004-.003l6.158-6.159a1 1 0 0 1 1.414 1.415L9.054 14.63h.002l-.004.002a1.754 1.754 0 0 0-.142.166 2.222 2.222 0 0 0-.285.46.887.887 0 0 0-.092.423c.007.083.037.202.196.36.159.159.278.19.36.197a.888.888 0 0 0 .423-.093 2.233 2.233 0 0 0 .597-.4l.03-.027 7.188-7.188.011-.011.004-.005c.01-.01.028-.027.051-.053a3.13 3.13 0 0 0 .653-1.073 1.97 1.97 0 0 0 .086-1.066c-.076-.373-.29-.84-.817-1.366-.527-.527-.993-.741-1.365-.818a1.987 1.987 0 0 0-1.068.086 3.13 3.13 0 0 0-.839.459 3.195 3.195 0 0 0-.287.245l-.005.004-.002.004-7.561 7.56-.09.094c-.08.087-.194.219-.323.389a5.156 5.156 0 0 0-.76 1.396 3.483 3.483 0 0 0-.147 1.867c.137.667.512 1.45 1.361 2.3.85.849 1.632 1.225 2.3 1.362.672.138 1.304.05 1.867-.147a5.2 5.2 0 0 0 1.395-.761 5.316 5.316 0 0 0 .483-.413.087.087 0 0 0 .018-.02l6.523-6.521a1 1 0 0 1 1.414 1.414l-6.485 6.485-.014.015-.044.044a7.27 7.27 0 0 1-.688.592 7.197 7.197 0 0 1-1.945 1.054 5.482 5.482 0 0 1-2.927.217c-1.101-.226-2.224-.82-3.311-1.907-1.087-1.088-1.681-2.21-1.907-3.312a5.481 5.481 0 0 1 .216-2.927 7.195 7.195 0 0 1 1.055-1.944 7.247 7.247 0 0 1 .592-.689l.045-.043 7.499-7.5.028-.029a5.156 5.156 0 0 1 .493-.425 5.13 5.13 0 0 1 1.388-.752Z" }) }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgPaperClip);
|
|
5
5
|
export default ForwardRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
const SvgPencilCrossed = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M3.793 3.793a1 1 0 0 1 1.414 0l15 15a1 1 0 1 1-1.414 1.414l-4.715-4.715-3.836 3.836a4.02 4.02 0 0 1-1.564.967l-4.614 1.538c-1.172.39-2.288-.725-1.897-1.898l1.539-4.614a4 4 0 0 1 .966-1.563l3.835-3.836-4.714-4.715a1 1 0 0 1 0-1.414ZM6.086 15.17c-.22.22-.386.49-.484.784L4.38 19.619l3.666-1.22c.294-.1.562-.266.782-.485l3.835-3.837-2.741-2.741-3.836 3.835Zm9.429-12.262a3 3 0 0 1 4.242-.001l1.33 1.329a3 3 0 0 1-.001 4.241l-3.73 3.73a1 1 0 0 1-1.414-1.413l1.052-1.052L14.253 7l-1.045 1.048a1 1 0 0 1-1.416-1.412l1.75-1.757.003-.001 1.97-1.971Zm2.828 1.413a1 1 0 0 0-1.414 0l-1.263 1.264 2.742 2.743 1.264-1.264a1 1 0 0 0 0-1.414l-1.329-1.33Z", clipRule: "evenodd" }) }));
|
|
3
|
+
const SvgPencilCrossed = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M3.793 3.793a1 1 0 0 1 1.414 0l15 15a1 1 0 1 1-1.414 1.414l-4.715-4.715-3.836 3.836a4.02 4.02 0 0 1-1.564.967l-4.614 1.538c-1.172.39-2.288-.725-1.897-1.898l1.539-4.614a4 4 0 0 1 .966-1.563l3.835-3.836-4.714-4.715a1 1 0 0 1 0-1.414ZM6.086 15.17c-.22.22-.386.49-.484.784L4.38 19.619l3.666-1.22c.294-.1.562-.266.782-.485l3.835-3.837-2.741-2.741-3.836 3.835Zm9.429-12.262a3 3 0 0 1 4.242-.001l1.33 1.329a3 3 0 0 1-.001 4.241l-3.73 3.73a1 1 0 0 1-1.414-1.413l1.052-1.052L14.253 7l-1.045 1.048a1 1 0 0 1-1.416-1.412l1.75-1.757.003-.001 1.97-1.971Zm2.828 1.413a1 1 0 0 0-1.414 0l-1.263 1.264 2.742 2.743 1.264-1.264a1 1 0 0 0 0-1.414l-1.329-1.33Z", clipRule: "evenodd" }) }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgPencilCrossed);
|
|
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 SvgRadio = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M12 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z", clipRule: "evenodd" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", 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-16Z", clipRule: "evenodd" })] }));
|
|
3
|
+
const SvgRadio = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M12 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z", clipRule: "evenodd" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", 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-16Z", clipRule: "evenodd" })] }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgRadio);
|
|
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 SvgTaxonomy = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', d: "M16 15a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h8Z" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M18 10a4 4 0 0 1 4 4v4a4 4 0 0 1-3.794 3.995L18 22H6l-.206-.005a4.001 4.001 0 0 1-3.79-3.789L2 18v-4a4 4 0 0 1 4-4h12ZM6 12a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2H6Z", clipRule: "evenodd" }), _jsx("path", { fill: props.color || '#909090', d: "M18.102 6.005a1 1 0 0 1 0 1.99L18 8H6a1 1 0 0 1 0-2h12l.102.005ZM16 2a1 1 0 1 1 0 2H8a1 1 0 0 1 0-2h8Z" })] }));
|
|
3
|
+
const SvgTaxonomy = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', d: "M16 15a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h8Z" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M18 10a4 4 0 0 1 4 4v4a4 4 0 0 1-3.794 3.995L18 22H6l-.206-.005a4.001 4.001 0 0 1-3.79-3.789L2 18v-4a4 4 0 0 1 4-4h12ZM6 12a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2H6Z", clipRule: "evenodd" }), _jsx("path", { fill: props.color || '#909090', d: "M18.102 6.005a1 1 0 0 1 0 1.99L18 8H6a1 1 0 0 1 0-2h12l.102.005ZM16 2a1 1 0 1 1 0 2H8a1 1 0 0 1 0-2h8Z" })] }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgTaxonomy);
|
|
5
5
|
export default ForwardRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
const SvgCheckmark = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M19.94 5.94a1.5 1.5 0 0 1 2.12 2.12L10.769 19.355a2.5 2.5 0 0 1-3.536 0L1.94 14.06a1.5 1.5 0 0 1 2.12-2.121L9 16.879l10.94-10.94Z" }) }));
|
|
3
|
+
const SvgCheckmark = (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.94 5.94a1.5 1.5 0 0 1 2.12 2.12L10.769 19.355a2.5 2.5 0 0 1-3.536 0L1.94 14.06a1.5 1.5 0 0 1 2.12-2.121L9 16.879l10.94-10.94Z" }) }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgCheckmark);
|
|
5
5
|
export default ForwardRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
const SvgCloudUp = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M11 3a7 7 0 0 1 7 7l-.001.015c0 .005.004.009.009.01a5.5 5.5 0 0 1 0 10.95.01.01 0 0 0-.008.01v.005a.01.01 0 0 1-.01.01H15a2 2 0 0 1-2-2v-4.586l2.293 2.293a1 1 0 1 0 1.414-1.414l-3.93-3.93-.083-.075a1.1 1.1 0 0 0-1.388 0l-.083.075-3.93 3.93a1 1 0 1 0 1.414 1.414L11 14.414V19a2 2 0 0 1-2 2H7A6 6 0 0 1 3.999 9.804a.01.01 0 0 0 .005-.01A7 7 0 0 1 11 3Z" }) }));
|
|
3
|
+
const SvgCloudUp = (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 3a7 7 0 0 1 7 7l-.001.015c0 .005.004.009.009.01a5.5 5.5 0 0 1 0 10.95.01.01 0 0 0-.008.01v.005a.01.01 0 0 1-.01.01H15a2 2 0 0 1-2-2v-4.586l2.293 2.293a1 1 0 1 0 1.414-1.414l-3.93-3.93-.083-.075a1.1 1.1 0 0 0-1.388 0l-.083.075-3.93 3.93a1 1 0 1 0 1.414 1.414L11 14.414V19a2 2 0 0 1-2 2H7A6 6 0 0 1 3.999 9.804a.01.01 0 0 0 .005-.01A7 7 0 0 1 11 3Z" }) }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgCloudUp);
|
|
5
5
|
export default ForwardRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
const SvgPaperAirplane = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M19.895 2.172c1.207-.456 2.389.725 1.934 1.932l-6.265 16.603c-.717 1.9-3.484 1.645-3.84-.355l-1.01-5.653 5.993-5.992a1 1 0 1 0-1.415-1.414L9.3 13.285l-5.651-1.008c-2-.357-2.255-3.124-.355-3.84l16.602-6.265Z" }) }));
|
|
3
|
+
const SvgPaperAirplane = (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.895 2.172c1.207-.456 2.389.725 1.934 1.932l-6.265 16.603c-.717 1.9-3.484 1.645-3.84-.355l-1.01-5.653 5.993-5.992a1 1 0 1 0-1.415-1.414L9.3 13.285l-5.651-1.008c-2-.357-2.255-3.124-.355-3.84l16.602-6.265Z" }) }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgPaperAirplane);
|
|
5
5
|
export default ForwardRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
const SvgPlus = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "
|
|
3
|
+
const SvgPlus = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 21 21", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M10.5 0A1.5 1.5 0 0 1 12 1.5V9h7.5a1.5 1.5 0 0 1 0 3H12v7.5a1.5 1.5 0 0 1-3 0V12H1.5a1.5 1.5 0 0 1 0-3H9V1.5A1.5 1.5 0 0 1 10.5 0Z" }) }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgPlus);
|
|
5
5
|
export default ForwardRef;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web-assets",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.95.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build-local-all": "yarn nx clone-repo && yarn build-local && nx run blueprint-web-assets:format-lint",
|
|
@@ -139,7 +139,8 @@
|
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
141
|
"devDependencies": {
|
|
142
|
-
"@box/storybook-utils": "^0.16.
|
|
142
|
+
"@box/storybook-utils": "^0.16.10",
|
|
143
|
+
"@figma/code-connect": "1.3.12",
|
|
143
144
|
"@types/react": "^18.0.0",
|
|
144
145
|
"@types/react-dom": "^18.0.0",
|
|
145
146
|
"chalk": "4.1.2",
|