@box/blueprint-web-assets 4.48.4 → 4.49.2
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/Line/Code.d.ts +3 -0
- package/dist/icons/Line/Code.js +5 -0
- package/dist/icons/Line/index.d.ts +1 -0
- package/dist/icons/Line/index.js +1 -0
- package/dist/icons/Medium/BoxAiAdvancedColor.d.ts +3 -0
- package/dist/icons/Medium/BoxAiAdvancedColor.js +5 -0
- package/dist/icons/Medium/BoxAiAdvancedMonotone.d.ts +3 -0
- package/dist/icons/Medium/BoxAiAdvancedMonotone.js +5 -0
- package/dist/icons/Medium/index.d.ts +2 -0
- package/dist/icons/Medium/index.js +2 -0
- 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 } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgCode = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#222222', fillRule: "evenodd", d: "M9.672 3.308a.53.53 0 0 1 .722-.25.562.562 0 0 1 .24.745l-4.307 8.889a.529.529 0 0 1-.722.249.562.562 0 0 1-.24-.745l4.307-8.888ZM4.47 5.316a.528.528 0 0 1 .747.154c.164.256.098.6-.15.77L2.508 8l2.559 1.76c.248.17.314.515.15.77a.53.53 0 0 1-.747.155L1.24 8.463a.566.566 0 0 1 0-.925l3.23-2.222Zm7.059 0 3.23 2.222c.32.22.32.704 0 .924l-3.23 2.222a.528.528 0 0 1-.747-.154.566.566 0 0 1 .15-.77L13.491 8l-2.559-1.76a.566.566 0 0 1-.15-.77.528.528 0 0 1 .747-.154Z", clipRule: "evenodd" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgCode);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -52,6 +52,7 @@ export { default as CheckmarkUnderlineBadge } from './CheckmarkUnderlineBadge';
|
|
|
52
52
|
export { default as Clipboard } from './Clipboard';
|
|
53
53
|
export { default as ClockBadge } from './ClockBadge';
|
|
54
54
|
export { default as CloudWithArrow } from './CloudWithArrow';
|
|
55
|
+
export { default as Code } from './Code';
|
|
55
56
|
export { default as Collapse } from './Collapse';
|
|
56
57
|
export { default as Collection } from './Collection';
|
|
57
58
|
export { default as CollectionBolt } from './CollectionBolt';
|
package/dist/icons/Line/index.js
CHANGED
|
@@ -52,6 +52,7 @@ export { default as CheckmarkUnderlineBadge } from './CheckmarkUnderlineBadge';
|
|
|
52
52
|
export { default as Clipboard } from './Clipboard';
|
|
53
53
|
export { default as ClockBadge } from './ClockBadge';
|
|
54
54
|
export { default as CloudWithArrow } from './CloudWithArrow';
|
|
55
|
+
export { default as Code } from './Code';
|
|
55
56
|
export { default as Collapse } from './Collapse';
|
|
56
57
|
export { default as Collection } from './Collection';
|
|
57
58
|
export { default as CollectionBolt } from './CollectionBolt';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgBoxAiAdvancedColor = (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 || '#2486fc', d: "M6.363 9.28A23.363 23.363 0 0 0 6.206 12v.119c-.42.432-.786.863-1.092 1.283-.533.732-.854 1.394-.986 1.94-.13.54-.066.908.078 1.157.144.25.43.489.963.646.54.159 1.272.212 2.173.117 1.475-.156 3.272-.696 5.137-1.616a5.981 5.981 0 0 0-.478 2.353v.056c-1.567.645-3.09 1.052-4.448 1.195-1.067.113-2.082.07-2.95-.186-.876-.258-1.66-.752-2.13-1.565-.469-.813-.504-1.739-.29-2.625.213-.88.682-1.78 1.314-2.649.723-.995 1.699-2 2.866-2.945Z" }), _jsx("path", { fill: "url(#BoxAIAdvancedColor_svg__a)", fillOpacity: 0.2, d: "M6.363 9.28A23.363 23.363 0 0 0 6.206 12v.119c-.42.432-.786.863-1.092 1.283-.533.732-.854 1.394-.986 1.94-.13.54-.066.908.078 1.157.144.25.43.489.963.646.54.159 1.272.212 2.173.117 1.475-.156 3.272-.696 5.137-1.616a5.981 5.981 0 0 0-.478 2.353v.056c-1.567.645-3.09 1.052-4.448 1.195-1.067.113-2.082.07-2.95-.186-.876-.258-1.66-.752-2.13-1.565-.469-.813-.504-1.739-.29-2.625.213-.88.682-1.78 1.314-2.649.723-.995 1.699-2 2.866-2.945Z" }), _jsx("path", { fill: props.color || '#2486fc', d: "M16.526 4.74c1.038-.102 2.023-.054 2.87.195.875.258 1.66.752 2.129 1.565.47.813.505 1.739.291 2.625-.207.859-.66 1.735-1.268 2.583a15.084 15.084 0 0 0-1.376-1.533c.363-.566.593-1.08.7-1.52.13-.539.065-.905-.078-1.155-.145-.25-.43-.49-.962-.647-.435-.128-.996-.186-1.668-.154-.11-.43-.233-.848-.37-1.248-.06-.174-.123-.345-.188-.513-.026-.067-.053-.132-.08-.197Z" }), _jsx("path", { fill: "url(#BoxAIAdvancedColor_svg__b)", fillOpacity: 0.2, d: "M16.526 4.74c1.038-.102 2.023-.054 2.87.195.875.258 1.66.752 2.129 1.565.47.813.505 1.739.291 2.625-.207.859-.66 1.735-1.268 2.583a15.084 15.084 0 0 0-1.376-1.533c.363-.566.593-1.08.7-1.52.13-.539.065-.905-.078-1.155-.145-.25-.43-.49-.962-.647-.435-.128-.996-.186-1.668-.154-.11-.43-.233-.848-.37-1.248-.06-.174-.123-.345-.188-.513-.026-.067-.053-.132-.08-.197Z" }), _jsx("path", { fill: props.color || '#2486fc', d: "M9.412 7.518c.694.203 1.424.472 2.17.803-.432.211-.867.444-1.304.696-.437.253-.857.514-1.257.783.087-.815.22-1.58.39-2.282Z" }), _jsx("path", { fill: "url(#BoxAIAdvancedColor_svg__c)", fillOpacity: 0.2, d: "M9.412 7.518c.694.203 1.424.472 2.17.803-.432.211-.867.444-1.304.696-.437.253-.857.514-1.257.783.087-.815.22-1.58.39-2.282Z" }), _jsx("path", { fill: props.color || '#2486fc', d: "M13.853 5.362c.018.038.037.076.054.115a11.734 11.734 0 0 1 .445 1.201l-.15-.083a23.04 23.04 0 0 0-1.741-.836c.459-.176.913-.332 1.359-.466l.033.069Z" }), _jsx("path", { fill: "url(#BoxAIAdvancedColor_svg__d)", fillOpacity: 0.2, d: "M13.853 5.362c.018.038.037.076.054.115a11.734 11.734 0 0 1 .445 1.201l-.15-.083a23.04 23.04 0 0 0-1.741-.836c.459-.176.913-.332 1.359-.466l.033.069Z" }), _jsx("path", { fill: "#FF00DB", d: "M9.993 19.123c.309.597.638 1.054.966 1.366.402.383.753.51 1.041.51.199 0 .425-.063.68-.226.313.599.724 1.138 1.212 1.597-.553.386-1.189.63-1.892.63-.939 0-1.759-.433-2.42-1.062-.639-.608-1.172-1.438-1.602-2.388.652-.09 1.328-.234 2.015-.427Z" }), _jsx("path", { fill: "url(#BoxAIAdvancedColor_svg__e)", fillOpacity: 0.2, d: "M9.993 19.123c.309.597.638 1.054.966 1.366.402.383.753.51 1.041.51.199 0 .425-.063.68-.226.313.599.724 1.138 1.212 1.597-.553.386-1.189.63-1.892.63-.939 0-1.759-.433-2.42-1.062-.639-.608-1.172-1.438-1.602-2.388.652-.09 1.328-.234 2.015-.427Z" }), _jsx("path", { fill: "#FF00DB", d: "M12 1c.939 0 1.758.433 2.419 1.062.656.624 1.2 1.48 1.637 2.461.5 1.124.881 2.47 1.117 3.954a23.376 23.376 0 0 0-2.275-1.495l-.106-.059a11.825 11.825 0 0 0-.563-1.588c-.369-.828-.781-1.437-1.189-1.825C12.638 3.128 12.288 3 12 3c-.288 0-.639.128-1.041.51-.407.388-.82.997-1.188 1.825C9.036 6.99 8.556 9.345 8.556 12c0 1.678.192 3.236.52 4.573-.72.192-1.383.311-1.972.36-.353-1.489-.548-3.168-.548-4.932 0-2.868.514-5.512 1.387-7.477.436-.98.982-1.837 1.637-2.461C10.241 1.433 11.061 1.001 12 1Z" }), _jsx("path", { fill: "url(#BoxAIAdvancedColor_svg__f)", fillOpacity: 0.2, d: "M12 1c.939 0 1.758.433 2.419 1.062.656.624 1.2 1.48 1.637 2.461.5 1.124.881 2.47 1.117 3.954a23.376 23.376 0 0 0-2.275-1.495l-.106-.059a11.825 11.825 0 0 0-.563-1.588c-.369-.828-.781-1.437-1.189-1.825C12.638 3.128 12.288 3 12 3c-.288 0-.639.128-1.041.51-.407.388-.82.997-1.188 1.825C9.036 6.99 8.556 9.345 8.556 12c0 1.678.192 3.236.52 4.573-.72.192-1.383.311-1.972.36-.353-1.489-.548-3.168-.548-4.932 0-2.868.514-5.512 1.387-7.477.436-.98.982-1.837 1.637-2.461C10.241 1.433 11.061 1.001 12 1Z" }), _jsx("path", { fill: "#FF00DB", d: "M15.394 10.521c.664.485 1.26.982 1.779 1.478l-.071.067a5.96 5.96 0 0 0-1.665.508 21.786 21.786 0 0 0-.043-2.053Z" }), _jsx("path", { fill: "url(#BoxAIAdvancedColor_svg__g)", fillOpacity: 0.2, d: "M15.394 10.521c.664.485 1.26.982 1.779 1.478l-.071.067a5.96 5.96 0 0 0-1.665.508 21.786 21.786 0 0 0-.043-2.053Z" }), _jsx("path", { fill: props.color || '#9f3fed', d: "M9.02 14.198a21.482 21.482 0 0 0 2.564 1.48l-.19.085-.175.072c-.481.202-.955.377-1.415.524-.131.043-.262.08-.391.119l-.077-.325a17.906 17.906 0 0 1-.316-1.955Z" }), _jsx("path", { fill: "url(#BoxAIAdvancedColor_svg__h)", fillOpacity: 0.2, d: "M9.02 14.198a21.482 21.482 0 0 0 2.564 1.48l-.19.085-.175.072c-.481.202-.955.377-1.415.524-.131.043-.262.08-.391.119l-.077-.325a17.906 17.906 0 0 1-.316-1.955Z" }), _jsx("path", { fill: props.color || '#9f3fed', d: "M6.213 12.621c.019.72.071 1.42.15 2.099a19.07 19.07 0 0 1-1.082-.946c.257-.371.568-.758.932-1.153Z" }), _jsx("path", { fill: "url(#BoxAIAdvancedColor_svg__i)", fillOpacity: 0.2, d: "M6.213 12.621c.019.72.071 1.42.15 2.099a19.07 19.07 0 0 1-1.082-.946c.257-.371.568-.758.932-1.153Z" }), _jsx("path", { fill: props.color || '#9f3fed', d: "M10.176 5.294c1.466.439 3.018 1.11 4.546 1.991 2.484 1.434 4.517 3.202 5.781 4.94.117.16.226.323.33.485a5.974 5.974 0 0 0-3.15-.702c-1.032-1.037-2.378-2.077-3.96-2.99-1.455-.84-2.901-1.454-4.223-1.84.169-.628.368-1.199.591-1.7.028-.063.057-.124.085-.184Z" }), _jsx("path", { fill: "url(#BoxAIAdvancedColor_svg__j)", fillOpacity: 0.2, d: "M10.176 5.294c1.466.439 3.018 1.11 4.546 1.991 2.484 1.434 4.517 3.202 5.781 4.94.117.16.226.323.33.485a5.974 5.974 0 0 0-3.15-.702c-1.032-1.037-2.378-2.077-3.96-2.99-1.455-.84-2.901-1.454-4.223-1.84.169-.628.368-1.199.591-1.7.028-.063.057-.124.085-.184Z" }), _jsx("path", { fill: props.color || '#9f3fed', d: "M4.603 4.936c.846-.25 1.83-.297 2.868-.195-.245.603-.457 1.26-.635 1.96-.673-.032-1.233.025-1.667.153-.533.157-.82.397-.963.646-.144.25-.208.617-.078 1.156.107.44.336.954.7 1.52-.513.5-.977 1.012-1.38 1.53-.606-.847-1.058-1.723-1.265-2.58-.214-.887-.178-1.813.291-2.626.47-.813 1.254-1.306 2.13-1.564Z" }), _jsx("path", { fill: "url(#BoxAIAdvancedColor_svg__k)", fillOpacity: 0.2, d: "M4.603 4.936c.846-.25 1.83-.297 2.868-.195-.245.603-.457 1.26-.635 1.96-.673-.032-1.233.025-1.667.153-.533.157-.82.397-.963.646-.144.25-.208.617-.078 1.156.107.44.336.954.7 1.52-.513.5-.977 1.012-1.38 1.53-.606-.847-1.058-1.723-1.265-2.58-.214-.887-.178-1.813.291-2.626.47-.813 1.254-1.306 2.13-1.564Z" }), _jsx("path", { fill: "#CCA671", d: "M23 18a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z" }), _jsx("path", { fill: "white", d: "M16.154 20.918a.412.412 0 0 1-.151-.256.727.727 0 0 1 .035-.353l.5-1.538-1.267-.946a.743.743 0 0 1-.232-.267.38.38 0 0 1-.015-.299.372.372 0 0 1 .184-.227.679.679 0 0 1 .332-.075h1.552l.473-1.538a.73.73 0 0 1 .171-.31.363.363 0 0 1 .266-.109.36.36 0 0 1 .264.11.73.73 0 0 1 .17.31l.471 1.537h1.552a.67.67 0 0 1 .333.075c.09.048.152.124.186.227a.393.393 0 0 1-.018.302.724.724 0 0 1-.23.264l-1.265.946.496 1.538c.042.132.055.25.038.353a.397.397 0 0 1-.15.256.342.342 0 0 1-.28.077.71.71 0 0 1-.314-.15l-1.253-.963-1.258.964a.693.693 0 0 1-.314.15.338.338 0 0 1-.276-.078Z" }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: "BoxAIAdvancedColor_svg__a", x1: 2.057, x2: 22.07, y1: 18.607, y2: 6.238, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", {}), _jsx("stop", { offset: 1, stopOpacity: 0 })] }), _jsxs("linearGradient", { id: "BoxAIAdvancedColor_svg__b", x1: 2.057, x2: 22.07, y1: 18.607, y2: 6.238, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", {}), _jsx("stop", { offset: 1, stopOpacity: 0 })] }), _jsxs("linearGradient", { id: "BoxAIAdvancedColor_svg__c", x1: 2.057, x2: 22.07, y1: 18.607, y2: 6.238, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", {}), _jsx("stop", { offset: 1, stopOpacity: 0 })] }), _jsxs("linearGradient", { id: "BoxAIAdvancedColor_svg__d", x1: 2.057, x2: 22.07, y1: 18.607, y2: 6.238, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", {}), _jsx("stop", { offset: 1, stopOpacity: 0 })] }), _jsxs("linearGradient", { id: "BoxAIAdvancedColor_svg__e", x1: 11.864, x2: 11.864, y1: 1, y2: 23, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopOpacity: 0 }), _jsx("stop", { offset: 1 })] }), _jsxs("linearGradient", { id: "BoxAIAdvancedColor_svg__f", x1: 11.864, x2: 11.864, y1: 1, y2: 23, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopOpacity: 0 }), _jsx("stop", { offset: 1 })] }), _jsxs("linearGradient", { id: "BoxAIAdvancedColor_svg__g", x1: 11.864, x2: 11.864, y1: 1, y2: 23, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopOpacity: 0 }), _jsx("stop", { offset: 1 })] }), _jsxs("linearGradient", { id: "BoxAIAdvancedColor_svg__h", x1: 20.834, x2: 3.448, y1: 15.028, y2: 3.772, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", {}), _jsx("stop", { offset: 1, stopOpacity: 0 })] }), _jsxs("linearGradient", { id: "BoxAIAdvancedColor_svg__i", x1: 20.834, x2: 3.448, y1: 15.028, y2: 3.772, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", {}), _jsx("stop", { offset: 1, stopOpacity: 0 })] }), _jsxs("linearGradient", { id: "BoxAIAdvancedColor_svg__j", x1: 20.834, x2: 3.448, y1: 15.028, y2: 3.772, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", {}), _jsx("stop", { offset: 1, stopOpacity: 0 })] }), _jsxs("linearGradient", { id: "BoxAIAdvancedColor_svg__k", x1: 20.834, x2: 3.448, y1: 15.028, y2: 3.772, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", {}), _jsx("stop", { offset: 1, stopOpacity: 0 })] })] })] }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgBoxAiAdvancedColor);
|
|
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 SvgBoxAiAdvancedMonotone = (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: "M9.993 19.123c.309.598.638 1.054.966 1.366.402.383.753.51 1.04.511.2 0 .426-.064.68-.227a6.02 6.02 0 0 0 1.212 1.597c-.552.386-1.188.63-1.891.63-.939 0-1.76-.433-2.42-1.061-.64-.609-1.172-1.439-1.603-2.388.653-.09 1.33-.235 2.016-.428Z" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm.002 2a.363.363 0 0 0-.266.11.73.73 0 0 0-.172.309l-.472 1.538H15.54a.68.68 0 0 0-.332.075.373.373 0 0 0-.185.228.38.38 0 0 0 .016.299.742.742 0 0 0 .232.266l1.266.945-.5 1.539a.727.727 0 0 0-.034.352.412.412 0 0 0 .15.257.338.338 0 0 0 .277.077.693.693 0 0 0 .314-.15l1.258-.963 1.253.964a.71.71 0 0 0 .314.15.342.342 0 0 0 .279-.078.399.399 0 0 0 .15-.257.755.755 0 0 0-.037-.352l-.496-1.539 1.265-.945a.725.725 0 0 0 .23-.264.394.394 0 0 0 .018-.301.383.383 0 0 0-.186-.228.674.674 0 0 0-.333-.075h-1.552l-.47-1.538a.731.731 0 0 0-.172-.31.36.36 0 0 0-.263-.109Z", clipRule: "evenodd" }), _jsx("path", { fill: props.color || '#909090', d: "M6.363 9.28a23.372 23.372 0 0 0-.157 2.719v.12c-.42.431-.786.862-1.092 1.282-.533.733-.854 1.394-.986 1.94-.13.54-.066.908.078 1.158.144.25.43.489.963.646.54.158 1.273.212 2.174.117 1.474-.156 3.271-.697 5.136-1.617A5.983 5.983 0 0 0 12.001 18v.056c-1.566.644-3.09 1.051-4.447 1.195-1.068.113-2.083.07-2.952-.186-.875-.259-1.66-.752-2.129-1.565-.469-.813-.504-1.74-.29-2.626.213-.88.682-1.78 1.314-2.648.724-.995 1.7-2 2.866-2.946Z" }), _jsx("path", { fill: props.color || '#909090', d: "M12 1c.939 0 1.758.434 2.419 1.063.655.624 1.2 1.48 1.636 2.46.5 1.124.882 2.471 1.118 3.955a23.365 23.365 0 0 0-2.276-1.496c-.034-.02-.07-.038-.105-.058a11.828 11.828 0 0 0-.564-1.588c-.368-.828-.78-1.437-1.188-1.825C12.638 3.128 12.288 3 12 3c-.288 0-.639.127-1.041.51-.407.388-.82.997-1.188 1.825C9.036 6.99 8.556 9.346 8.555 12c0 1.677.193 3.235.52 4.572a11.38 11.38 0 0 1-1.97.36c-.354-1.488-.55-3.168-.55-4.932 0-2.867.515-5.512 1.388-7.477.436-.98.981-1.836 1.637-2.46C10.24 1.433 11.06 1 12 1Z" }), _jsx("path", { fill: props.color || '#909090', d: "M9.02 14.198a21.471 21.471 0 0 0 2.564 1.48l-.19.085-.174.072a17.63 17.63 0 0 1-1.415.524c-.132.043-.263.08-.392.118l-.076-.324a17.904 17.904 0 0 1-.317-1.955ZM6.214 12.621c.018.719.07 1.42.15 2.099-.382-.31-.744-.627-1.083-.947.257-.37.569-.758.933-1.152ZM10.177 5.294c1.466.439 3.018 1.11 4.546 1.991 2.483 1.434 4.516 3.202 5.78 4.94.117.16.226.323.33.485a5.974 5.974 0 0 0-3.15-.702c-1.032-1.037-2.378-2.077-3.96-2.99-1.454-.84-2.9-1.454-4.223-1.84.169-.628.369-1.199.592-1.7.027-.063.056-.124.085-.184Z" }), _jsx("path", { fill: props.color || '#909090', d: "M15.393 10.521c.665.485 1.26.983 1.78 1.479l-.072.066a5.959 5.959 0 0 0-1.665.508 21.514 21.514 0 0 0-.043-2.053ZM16.526 4.74c1.038-.102 2.024-.055 2.87.195.875.257 1.66.752 2.13 1.565.468.813.504 1.738.29 2.625-.207.858-.66 1.735-1.268 2.583a15.085 15.085 0 0 0-1.376-1.533c.363-.566.594-1.08.7-1.52.13-.539.066-.906-.078-1.155-.144-.25-.43-.49-.962-.647-.435-.129-.996-.187-1.668-.155-.11-.43-.233-.848-.37-1.248-.06-.173-.122-.344-.188-.513l-.08-.197ZM4.603 4.936c.846-.25 1.831-.297 2.869-.195-.246.603-.458 1.26-.636 1.96-.672-.032-1.233.025-1.667.153-.533.156-.819.396-.963.646-.144.25-.208.617-.077 1.156.106.44.336.954.699 1.52-.512.5-.976 1.012-1.379 1.53-.607-.847-1.058-1.723-1.266-2.58-.214-.887-.178-1.813.291-2.626.47-.813 1.254-1.307 2.13-1.564ZM9.412 7.518c.695.203 1.424.471 2.17.802-.431.212-.867.445-1.304.697-.437.252-.857.514-1.257.783.087-.815.22-1.581.39-2.282ZM13.853 5.361c.018.038.037.077.054.116a11.737 11.737 0 0 1 .445 1.201l-.15-.083a23.04 23.04 0 0 0-1.741-.836c.459-.176.913-.332 1.36-.466l.032.068Z" })] }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgBoxAiAdvancedMonotone);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -13,6 +13,8 @@ export { default as Bell } from './Bell';
|
|
|
13
13
|
export { default as BellOff } from './BellOff';
|
|
14
14
|
export { default as Bold } from './Bold';
|
|
15
15
|
export { default as BoxAi } from './BoxAi';
|
|
16
|
+
export { default as BoxAiAdvancedColor } from './BoxAiAdvancedColor';
|
|
17
|
+
export { default as BoxAiAdvancedMonotone } from './BoxAiAdvancedMonotone';
|
|
16
18
|
export { default as Brain } from './Brain';
|
|
17
19
|
export { default as Briefcase } from './Briefcase';
|
|
18
20
|
export { default as Broom } from './Broom';
|
|
@@ -13,6 +13,8 @@ export { default as Bell } from './Bell';
|
|
|
13
13
|
export { default as BellOff } from './BellOff';
|
|
14
14
|
export { default as Bold } from './Bold';
|
|
15
15
|
export { default as BoxAi } from './BoxAi';
|
|
16
|
+
export { default as BoxAiAdvancedColor } from './BoxAiAdvancedColor';
|
|
17
|
+
export { default as BoxAiAdvancedMonotone } from './BoxAiAdvancedMonotone';
|
|
16
18
|
export { default as Brain } from './Brain';
|
|
17
19
|
export { default as Briefcase } from './Briefcase';
|
|
18
20
|
export { default as Broom } from './Broom';
|
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.49.2",
|
|
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.13.
|
|
129
|
+
"@box/storybook-utils": "^0.13.2",
|
|
130
130
|
"@types/react": "^18.0.0",
|
|
131
131
|
"@types/react-dom": "^18.0.0",
|
|
132
132
|
"chalk": "4.1.2",
|