@box/blueprint-web-assets 4.86.2 → 4.87.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgClockArrowCurveBack = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', d: "M12.005 3c4.986 0 9.036 4.025 9.036 9s-4.05 9-9.036 9a9.036 9.036 0 0 1-7.053-3.373 1 1 0 1 1 1.558-1.254A7.036 7.036 0 0 0 12.005 19c3.89 0 7.036-3.138 7.036-7s-3.146-7-7.036-7c-3.44 0-6.3 2.456-6.914 5.694l.902-.901a1 1 0 0 1 1.414 1.414L5.12 13.495a1.3 1.3 0 0 1-1.838 0L.993 11.207a1 1 0 0 1 1.414-1.414l.69.69C3.822 6.23 7.537 3 12.005 3Z" }), _jsx("path", { fill: props.color || '#909090', d: "M12 7a1 1 0 0 1 1 1v3.586l1.707 1.707a1 1 0 1 1-1.414 1.414L11.586 13A2 2 0 0 1 11 11.586V8a1 1 0 0 1 1-1Z" })] }));
4
+ const ForwardRef = forwardRef(SvgClockArrowCurveBack);
5
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgDocGen = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M16 17a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2h12Zm4-6a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h12Zm-7-6a1 1 0 1 1 0 2H4a1 1 0 0 1 0-2h9Z" }) }));
4
+ const ForwardRef = forwardRef(SvgDocGen);
5
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgMagicWand = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M12.244 7.362a2.5 2.5 0 0 1 3.535.002l.868.867a2.5 2.5 0 0 1 0 3.537l-9.88 9.878a2.5 2.5 0 0 1-3.535 0l-.877-.877a2.501 2.501 0 0 1 .002-3.538l6.848-6.837a.996.996 0 0 1 .19-.19l2.85-2.842ZM3.77 18.646a.501.501 0 0 0 0 .709l.877.877a.501.501 0 0 0 .708 0L11.585 14l-1.579-1.58-6.237 6.227Zm10.595-9.868a.502.502 0 0 0-.708 0l-2.234 2.23L13 12.585l2.233-2.232a.5.5 0 0 0 0-.707l-.867-.868Z", clipRule: "evenodd" }), _jsx("path", { fill: props.color || '#909090', d: "M17.293 13.293a1 1 0 0 1 1.414 0l1 1a1 1 0 0 1-1.414 1.414l-1-1a1 1 0 0 1 0-1.414ZM21 9a1 1 0 0 1 0 2h-1.5a1 1 0 1 1 0-2H21ZM8.293 4.293a1 1 0 0 1 1.414 0l1 1a1 1 0 0 1-1.414 1.414l-1-1a1 1 0 0 1 0-1.414Zm10 0a1 1 0 0 1 1.414 1.414l-1 1a1 1 0 0 1-1.414-1.414l1-1ZM14 2a1 1 0 0 1 1 1v1.5a1 1 0 0 1-2 0V3a1 1 0 0 1 1-1Z" })] }));
4
+ const ForwardRef = forwardRef(SvgMagicWand);
5
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgOutline = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M15 14a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2h11Zm5-6a1 1 0 1 1 0 2H4a1 1 0 0 1 0-2h16Z" }) }));
4
+ const ForwardRef = forwardRef(SvgOutline);
5
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgRightSidebarChevronClose = (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: "M17 4a5 5 0 0 1 5 5v6a5 5 0 0 1-5 5H7a5 5 0 0 1-4.993-4.743L2 15V9a5 5 0 0 1 5-5h10ZM7 6a3 3 0 0 0-3 3v6l.004.155A3 3 0 0 0 7 18h3V6H7Zm5 12h5a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3h-5v12Zm2.293-8.707a1 1 0 0 1 1.414 0l2 2a1 1 0 0 1 0 1.414l-2 2a1 1 0 1 1-1.414-1.414L15.586 12l-1.293-1.293a1 1 0 0 1 0-1.414Z" }) }));
4
+ const ForwardRef = forwardRef(SvgRightSidebarChevronClose);
5
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgRightSidebarChevronOpen = (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: "M17 4a5 5 0 0 1 5 5v6a5 5 0 0 1-5 5H7a5 5 0 0 1-4.993-4.743L2 15V9a5 5 0 0 1 5-5h10ZM7 6a3 3 0 0 0-3 3v6l.004.155A3 3 0 0 0 7 18h3V6H7Zm5 12h5a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3h-5v12Zm4.293-8.707a1 1 0 1 1 1.414 1.414L16.414 12l1.293 1.293a1 1 0 1 1-1.414 1.414l-2-2a1 1 0 0 1 0-1.414l2-2Z" }) }));
4
+ const ForwardRef = forwardRef(SvgRightSidebarChevronOpen);
5
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgWatermark = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M19.649 9.063a1 1 0 0 1 .703 1.872L17.03 12.18l2.9 7.457a1 1 0 0 1-1.863.725l-2.91-7.48-7.399 2.775-1.828 4.705a1 1 0 0 1-1.863-.724l1.18-3.04-.897.337a1 1 0 1 1-.702-1.872l16-6ZM9.698 5.16c.816-2.099 3.787-2.1 4.604 0l1.157 2.977a1 1 0 0 1-1.863.725l-1.158-2.976a.47.47 0 0 0-.876 0l-2.042 5.25a1 1 0 1 1-1.863-.726l2.04-5.25Z" }) }));
4
+ const ForwardRef = forwardRef(SvgWatermark);
5
+ export default ForwardRef;
@@ -63,6 +63,7 @@ export { default as ClipboardArrow } from './ClipboardArrow';
63
63
  export { default as ClipboardList } from './ClipboardList';
64
64
  export { default as ClipboardPlus } from './ClipboardPlus';
65
65
  export { default as Clock } from './Clock';
66
+ export { default as ClockArrowCurveBack } from './ClockArrowCurveBack';
66
67
  export { default as ClockExclamation } from './ClockExclamation';
67
68
  export { default as ClockPlus } from './ClockPlus';
68
69
  export { default as Cloud } from './Cloud';
@@ -76,6 +77,7 @@ export { default as Compass } from './Compass';
76
77
  export { default as Compose } from './Compose';
77
78
  export { default as ConditionalSplit } from './ConditionalSplit';
78
79
  export { default as DashedSquareBubble } from './DashedSquareBubble';
80
+ export { default as DocGen } from './DocGen';
79
81
  export { default as Download } from './Download';
80
82
  export { default as Duplicate } from './Duplicate';
81
83
  export { default as Element } from './Element';
@@ -112,6 +114,7 @@ export { default as Link } from './Link';
112
114
  export { default as LinkPlus } from './LinkPlus';
113
115
  export { default as ListView } from './ListView';
114
116
  export { default as Lock } from './Lock';
117
+ export { default as MagicWand } from './MagicWand';
115
118
  export { default as Mail } from './Mail';
116
119
  export { default as Megaphone } from './Megaphone';
117
120
  export { default as Merge } from './Merge';
@@ -123,6 +126,7 @@ export { default as Narrow } from './Narrow';
123
126
  export { default as Nav } from './Nav';
124
127
  export { default as Notes } from './Notes';
125
128
  export { default as NumberList } from './NumberList';
129
+ export { default as Outline } from './Outline';
126
130
  export { default as Page } from './Page';
127
131
  export { default as PaperAirplane } from './PaperAirplane';
128
132
  export { default as PaperClip } from './PaperClip';
@@ -139,6 +143,8 @@ export { default as Radio } from './Radio';
139
143
  export { default as Relay } from './Relay';
140
144
  export { default as RelayAdvanced } from './RelayAdvanced';
141
145
  export { default as Retention } from './Retention';
146
+ export { default as RightSidebarChevronClose } from './RightSidebarChevronClose';
147
+ export { default as RightSidebarChevronOpen } from './RightSidebarChevronOpen';
142
148
  export { default as Search } from './Search';
143
149
  export { default as Section } from './Section';
144
150
  export { default as Shield } from './Shield';
@@ -170,6 +176,7 @@ export { default as Volume0 } from './Volume0';
170
176
  export { default as Volume1 } from './Volume1';
171
177
  export { default as Volume2 } from './Volume2';
172
178
  export { default as VolumeX } from './VolumeX';
179
+ export { default as Watermark } from './Watermark';
173
180
  export { default as Wide } from './Wide';
174
181
  export { default as WrenchScrewdriver } from './WrenchScrewdriver';
175
182
  export { default as XMark } from './XMark';
@@ -63,6 +63,7 @@ export { default as ClipboardArrow } from './ClipboardArrow';
63
63
  export { default as ClipboardList } from './ClipboardList';
64
64
  export { default as ClipboardPlus } from './ClipboardPlus';
65
65
  export { default as Clock } from './Clock';
66
+ export { default as ClockArrowCurveBack } from './ClockArrowCurveBack';
66
67
  export { default as ClockExclamation } from './ClockExclamation';
67
68
  export { default as ClockPlus } from './ClockPlus';
68
69
  export { default as Cloud } from './Cloud';
@@ -76,6 +77,7 @@ export { default as Compass } from './Compass';
76
77
  export { default as Compose } from './Compose';
77
78
  export { default as ConditionalSplit } from './ConditionalSplit';
78
79
  export { default as DashedSquareBubble } from './DashedSquareBubble';
80
+ export { default as DocGen } from './DocGen';
79
81
  export { default as Download } from './Download';
80
82
  export { default as Duplicate } from './Duplicate';
81
83
  export { default as Element } from './Element';
@@ -112,6 +114,7 @@ export { default as Link } from './Link';
112
114
  export { default as LinkPlus } from './LinkPlus';
113
115
  export { default as ListView } from './ListView';
114
116
  export { default as Lock } from './Lock';
117
+ export { default as MagicWand } from './MagicWand';
115
118
  export { default as Mail } from './Mail';
116
119
  export { default as Megaphone } from './Megaphone';
117
120
  export { default as Merge } from './Merge';
@@ -123,6 +126,7 @@ export { default as Narrow } from './Narrow';
123
126
  export { default as Nav } from './Nav';
124
127
  export { default as Notes } from './Notes';
125
128
  export { default as NumberList } from './NumberList';
129
+ export { default as Outline } from './Outline';
126
130
  export { default as Page } from './Page';
127
131
  export { default as PaperAirplane } from './PaperAirplane';
128
132
  export { default as PaperClip } from './PaperClip';
@@ -139,6 +143,8 @@ export { default as Radio } from './Radio';
139
143
  export { default as Relay } from './Relay';
140
144
  export { default as RelayAdvanced } from './RelayAdvanced';
141
145
  export { default as Retention } from './Retention';
146
+ export { default as RightSidebarChevronClose } from './RightSidebarChevronClose';
147
+ export { default as RightSidebarChevronOpen } from './RightSidebarChevronOpen';
142
148
  export { default as Search } from './Search';
143
149
  export { default as Section } from './Section';
144
150
  export { default as Shield } from './Shield';
@@ -170,6 +176,7 @@ export { default as Volume0 } from './Volume0';
170
176
  export { default as Volume1 } from './Volume1';
171
177
  export { default as Volume2 } from './Volume2';
172
178
  export { default as VolumeX } from './VolumeX';
179
+ export { default as Watermark } from './Watermark';
173
180
  export { default as Wide } from './Wide';
174
181
  export { default as WrenchScrewdriver } from './WrenchScrewdriver';
175
182
  export { default as XMark } from './XMark';
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgMagicWand = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M12.244 7.362a2.5 2.5 0 0 1 3.535.002l.868.867a2.5 2.5 0 0 1 0 3.537l-9.88 9.878a2.5 2.5 0 0 1-3.535 0l-.877-.877a2.501 2.501 0 0 1 .002-3.538l6.848-6.837a.996.996 0 0 1 .19-.19l2.85-2.842Zm2.12 1.416a.502.502 0 0 0-.708 0l-2.234 2.23L13 12.585l2.233-2.232a.5.5 0 0 0 0-.707l-.867-.868Z", clipRule: "evenodd" }), _jsx("path", { fill: props.color || '#909090', d: "M17.293 13.293a1 1 0 0 1 1.414 0l1 1a1 1 0 0 1-1.414 1.414l-1-1a1 1 0 0 1 0-1.414ZM21 9a1 1 0 0 1 0 2h-1.5a1 1 0 1 1 0-2H21ZM8.293 4.293a1 1 0 0 1 1.414 0l1 1a1 1 0 0 1-1.414 1.414l-1-1a1 1 0 0 1 0-1.414Zm10 0a1 1 0 0 1 1.414 1.414l-1 1a1 1 0 0 1-1.414-1.414l1-1ZM14 2a1 1 0 0 1 1 1v1.5a1 1 0 0 1-2 0V3a1 1 0 0 1 1-1Z" })] }));
4
+ const ForwardRef = forwardRef(SvgMagicWand);
5
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgXMark = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M17.94 3.94a1.5 1.5 0 1 1 2.12 2.12L14.123 12l5.939 5.94a1.5 1.5 0 0 1-2.121 2.12L12 14.123 6.06 20.06a1.5 1.5 0 0 1-2.12-2.121L9.88 12 3.94 6.06a1.5 1.5 0 1 1 2.12-2.12L12 9.88l5.94-5.94Z" }) }));
4
+ const ForwardRef = forwardRef(SvgXMark);
5
+ export default ForwardRef;
@@ -27,6 +27,7 @@ export { default as InformationCircle } from './InformationCircle';
27
27
  export { default as Integrations } from './Integrations';
28
28
  export { default as Layout } from './Layout';
29
29
  export { default as Lock } from './Lock';
30
+ export { default as MagicWand } from './MagicWand';
30
31
  export { default as Metadata } from './Metadata';
31
32
  export { default as Money } from './Money';
32
33
  export { default as Nav } from './Nav';
@@ -55,4 +56,5 @@ export { default as Volume0 } from './Volume0';
55
56
  export { default as Volume1 } from './Volume1';
56
57
  export { default as Volume2 } from './Volume2';
57
58
  export { default as VolumeX } from './VolumeX';
59
+ export { default as XMark } from './XMark';
58
60
  export { default as XMarkCircle } from './XMarkCircle';
@@ -27,6 +27,7 @@ export { default as InformationCircle } from './InformationCircle';
27
27
  export { default as Integrations } from './Integrations';
28
28
  export { default as Layout } from './Layout';
29
29
  export { default as Lock } from './Lock';
30
+ export { default as MagicWand } from './MagicWand';
30
31
  export { default as Metadata } from './Metadata';
31
32
  export { default as Money } from './Money';
32
33
  export { default as Nav } from './Nav';
@@ -55,4 +56,5 @@ export { default as Volume0 } from './Volume0';
55
56
  export { default as Volume1 } from './Volume1';
56
57
  export { default as Volume2 } from './Volume2';
57
58
  export { default as VolumeX } from './VolumeX';
59
+ export { default as XMark } from './XMark';
58
60
  export { default as XMarkCircle } from './XMarkCircle';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web-assets",
3
- "version": "4.86.2",
3
+ "version": "4.87.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "scripts": {
6
6
  "build-local-all": "yarn nx clone-repo && yarn build-local && nx run blueprint-web-assets:format-lint",
@@ -139,7 +139,7 @@
139
139
  }
140
140
  },
141
141
  "devDependencies": {
142
- "@box/storybook-utils": "^0.14.23",
142
+ "@box/storybook-utils": "^0.14.27",
143
143
  "@types/react": "^18.0.0",
144
144
  "@types/react-dom": "^18.0.0",
145
145
  "chalk": "4.1.2",