@box/blueprint-web-assets 4.81.2 → 4.82.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.
@@ -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 SvgArrowBack = (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: "M8.293 2.293a1 1 0 1 1 1.414 1.414L6.414 7H15c1.927 0 3.468.728 4.509 1.968C20.53 10.185 21 11.807 21 13.5s-.47 3.315-1.491 4.532C18.468 19.272 16.927 20 15 20h-3a1 1 0 0 1 0-2h3c1.386 0 2.346-.503 2.977-1.254.65-.773 1.023-1.902 1.023-3.246s-.374-2.473-1.023-3.246C17.347 9.504 16.387 9 15 9H6.414l3.293 3.293a1 1 0 1 1-1.414 1.414l-5-5a1 1 0 0 1 0-1.414l5-5Z" }) }));
4
+ const ForwardRef = forwardRef(SvgArrowBack);
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 SvgArrowForward = (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.293 2.293a1 1 0 0 1 1.414 0l5 5a1 1 0 0 1 0 1.414l-5 5a1 1 0 1 1-1.414-1.414L17.586 9H9c-1.386 0-2.346.503-2.977 1.254C5.373 11.028 5 12.156 5 13.5s.374 2.473 1.023 3.246C6.653 17.496 7.613 18 9 18h3a1 1 0 1 1 0 2H9c-1.927 0-3.468-.728-4.509-1.968C3.47 16.815 3 15.193 3 13.5s.47-3.315 1.491-4.532C5.532 7.728 7.073 7 9 7h8.586l-3.293-3.293a1 1 0 0 1 0-1.414Z" }) }));
4
+ const ForwardRef = forwardRef(SvgArrowForward);
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 SvgArrowsSpinning = (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.293 8.293a1 1 0 0 1 1.414 0l3 3a1 1 0 1 1-1.414 1.414L6 11.414V12a6 6 0 0 0 9.592 4.807 1 1 0 0 1 1.198 1.601A8 8 0 0 1 4 12v-.586l-1.293 1.293a1 1 0 1 1-1.414-1.414l3-3ZM12 4a8 8 0 0 1 8 8v.586l1.293-1.293a1 1 0 0 1 1.414 1.414l-3 3a1 1 0 0 1-1.414 0l-3-3a1 1 0 1 1 1.414-1.414L18 12.586V12a6 6 0 0 0-9.596-4.804 1 1 0 0 1-1.199-1.6A7.97 7.97 0 0 1 12 4Z" }) }));
4
+ const ForwardRef = forwardRef(SvgArrowsSpinning);
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 12.25a1 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 5a4 4 0 0 1 4 4v5a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V9a4 4 0 0 1 4-4h12ZM6 7a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2H6Z", clipRule: "evenodd" })] }));
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" })] }));
4
4
  const ForwardRef = forwardRef(SvgKeyboard);
5
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 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" }) }));
4
+ const ForwardRef = forwardRef(SvgPaperAirplane);
5
+ export default ForwardRef;
@@ -6,10 +6,12 @@ export { default as AlignmentLeft } from './AlignmentLeft';
6
6
  export { default as AlignmentRight } from './AlignmentRight';
7
7
  export { default as Apps } from './Apps';
8
8
  export { default as ArrowArchedRight } from './ArrowArchedRight';
9
+ export { default as ArrowBack } from './ArrowBack';
9
10
  export { default as ArrowCurveBack5 } from './ArrowCurveBack5';
10
11
  export { default as ArrowCurveForward } from './ArrowCurveForward';
11
12
  export { default as ArrowCurveForward5 } from './ArrowCurveForward5';
12
13
  export { default as ArrowDown } from './ArrowDown';
14
+ export { default as ArrowForward } from './ArrowForward';
13
15
  export { default as ArrowLeft } from './ArrowLeft';
14
16
  export { default as ArrowRight } from './ArrowRight';
15
17
  export { default as ArrowRightSquareAlt } from './ArrowRightSquareAlt';
@@ -18,6 +20,7 @@ export { default as ArrowUpRight } from './ArrowUpRight';
18
20
  export { default as ArrowUpRightSquare } from './ArrowUpRightSquare';
19
21
  export { default as ArrowsMaximize } from './ArrowsMaximize';
20
22
  export { default as ArrowsMinimize } from './ArrowsMinimize';
23
+ export { default as ArrowsSpinning } from './ArrowsSpinning';
21
24
  export { default as Avatar } from './Avatar';
22
25
  export { default as AvatarCircle } from './AvatarCircle';
23
26
  export { default as AvatarPlus } from './AvatarPlus';
@@ -111,6 +114,7 @@ export { default as Nav } from './Nav';
111
114
  export { default as Notes } from './Notes';
112
115
  export { default as NumberList } from './NumberList';
113
116
  export { default as Page } from './Page';
117
+ export { default as PaperAirplane } from './PaperAirplane';
114
118
  export { default as PaperStamp } from './PaperStamp';
115
119
  export { default as Pencil } from './Pencil';
116
120
  export { default as PencilScribble } from './PencilScribble';
@@ -6,10 +6,12 @@ export { default as AlignmentLeft } from './AlignmentLeft';
6
6
  export { default as AlignmentRight } from './AlignmentRight';
7
7
  export { default as Apps } from './Apps';
8
8
  export { default as ArrowArchedRight } from './ArrowArchedRight';
9
+ export { default as ArrowBack } from './ArrowBack';
9
10
  export { default as ArrowCurveBack5 } from './ArrowCurveBack5';
10
11
  export { default as ArrowCurveForward } from './ArrowCurveForward';
11
12
  export { default as ArrowCurveForward5 } from './ArrowCurveForward5';
12
13
  export { default as ArrowDown } from './ArrowDown';
14
+ export { default as ArrowForward } from './ArrowForward';
13
15
  export { default as ArrowLeft } from './ArrowLeft';
14
16
  export { default as ArrowRight } from './ArrowRight';
15
17
  export { default as ArrowRightSquareAlt } from './ArrowRightSquareAlt';
@@ -18,6 +20,7 @@ export { default as ArrowUpRight } from './ArrowUpRight';
18
20
  export { default as ArrowUpRightSquare } from './ArrowUpRightSquare';
19
21
  export { default as ArrowsMaximize } from './ArrowsMaximize';
20
22
  export { default as ArrowsMinimize } from './ArrowsMinimize';
23
+ export { default as ArrowsSpinning } from './ArrowsSpinning';
21
24
  export { default as Avatar } from './Avatar';
22
25
  export { default as AvatarCircle } from './AvatarCircle';
23
26
  export { default as AvatarPlus } from './AvatarPlus';
@@ -111,6 +114,7 @@ export { default as Nav } from './Nav';
111
114
  export { default as Notes } from './Notes';
112
115
  export { default as NumberList } from './NumberList';
113
116
  export { default as Page } from './Page';
117
+ export { default as PaperAirplane } from './PaperAirplane';
114
118
  export { default as PaperStamp } from './PaperStamp';
115
119
  export { default as Pencil } from './Pencil';
116
120
  export { default as PencilScribble } from './PencilScribble';
@@ -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 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" }) }));
4
+ const ForwardRef = forwardRef(SvgPaperAirplane);
5
+ export default ForwardRef;
@@ -31,6 +31,7 @@ export { default as Money } from './Money';
31
31
  export { default as Nav } from './Nav';
32
32
  export { default as Notes } from './Notes';
33
33
  export { default as Page } from './Page';
34
+ export { default as PaperAirplane } from './PaperAirplane';
34
35
  export { default as Pause } from './Pause';
35
36
  export { default as Play } from './Play';
36
37
  export { default as Plus } from './Plus';
@@ -31,6 +31,7 @@ export { default as Money } from './Money';
31
31
  export { default as Nav } from './Nav';
32
32
  export { default as Notes } from './Notes';
33
33
  export { default as Page } from './Page';
34
+ export { default as PaperAirplane } from './PaperAirplane';
34
35
  export { default as Pause } from './Pause';
35
36
  export { default as Play } from './Play';
36
37
  export { default as Plus } from './Plus';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web-assets",
3
- "version": "4.81.2",
3
+ "version": "4.82.1",
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.18",
142
+ "@box/storybook-utils": "^0.14.19",
143
143
  "@types/react": "^18.0.0",
144
144
  "@types/react-dom": "^18.0.0",
145
145
  "chalk": "4.1.2",