@box/blueprint-web-assets 4.82.5 → 4.84.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, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgChevronDownCircle = (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: "M15.28 10.342a1 1 0 0 1 1.44 1.388l-3.64 3.771a1.5 1.5 0 0 1-2.16 0l-3.64-3.77a1.001 1.001 0 0 1 1.44-1.39L12 13.74l3.28-3.397Z" }), _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
+ const ForwardRef = forwardRef(SvgChevronDownCircle);
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 SvgCloud = (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 2a7 7 0 0 1 7 6.994v.03A5.5 5.5 0 0 1 17.5 20H7A6 6 0 0 1 4.004 8.8 7 7 0 0 1 11 2Zm0 2a5 5 0 0 0-5 4.994v.422a1 1 0 0 1-.6.916A4.002 4.002 0 0 0 7 18h10.5a3.5 3.5 0 1 0-.39-6.979 1.001 1.001 0 0 1-1.11-.994V8.994A5 5 0 0 0 11 4Z" }) }));
4
+ const ForwardRef = forwardRef(SvgCloud);
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 SvgEmoji = (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-16Zm4.105 9.553a1 1 0 0 1 1.79.894c-2.369 4.737-9.421 4.737-11.79 0a1 1 0 0 1 1.79-.894c1.631 3.263 6.579 3.263 8.21 0ZM8.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm7 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Z" }) }));
4
+ const ForwardRef = forwardRef(SvgEmoji);
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 SvgImage = (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: "M18 4a4 4 0 0 1 4 4v8l-.005.206a4 4 0 0 1-2.206 3.372 2.56 2.56 0 0 1-1.433.422H5.623a2.56 2.56 0 0 1-1.52-.48A3.998 3.998 0 0 1 2 16V8a4 4 0 0 1 4-4h12Zm-8.36 8.338a.4.4 0 0 0-.59.016L5.166 16.83a.72.72 0 0 0-.113.771.71.71 0 0 0 .159.236c.242.104.508.162.788.162h12c.255 0 .497-.05.72-.137a.71.71 0 0 0 .14-.971l-1.272-1.846a.2.2 0 0 0-.326-.003l-1.223 1.692a1.318 1.318 0 0 1-2.021.145L9.64 12.338ZM6 6a2 2 0 0 0-2 2v7.123l3.853-4.442.148-.155a1.952 1.952 0 0 1 2.589-.069l.157.146 3.897 4.045a.301.301 0 0 0 .458-.032l.734-1.014a1.959 1.959 0 0 1 3.213.038L20 15.02V8a2 2 0 0 0-2-2H6Zm8.5 2a1.5 1.5 0 1 1 0 3.001A1.5 1.5 0 0 1 14.5 8Z" }) }));
4
+ const ForwardRef = forwardRef(SvgImage);
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 SvgPositionCenter = (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 7a3 3 0 0 1 3 3v4a3 3 0 0 1-3 3h-2v4a1 1 0 0 1-2 0v-4H9a3 3 0 0 1-3-3v-4a3 3 0 0 1 3-3h6ZM9 9a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1H9Zm3-7a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0V3a1 1 0 0 1 1-1Z" }) }));
4
+ const ForwardRef = forwardRef(SvgPositionCenter);
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 SvgPositionLeft = (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: "M5 2a1 1 0 0 1 1 1v18a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1Zm12 5a3 3 0 0 1 3 3v4a3 3 0 0 1-3 3h-6a3 3 0 0 1-2.996-2.846L8 14v-4a3 3 0 0 1 3-3h6Zm-6 2a1 1 0 0 0-1 1v4l.005.102A1 1 0 0 0 11 15h6a1 1 0 0 0 .995-.898L18 14v-4a1 1 0 0 0-1-1h-6Z" }) }));
4
+ const ForwardRef = forwardRef(SvgPositionLeft);
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 SvgTextInput = (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.5 3A1.5 1.5 0 0 1 21 4.5V7a1 1 0 1 1-2 0V5h-6v14h2l.102.005a1 1 0 0 1 0 1.99L15 21H9a1 1 0 1 1 0-2h2V5H5v2a1 1 0 0 1-2 0V4.5A1.5 1.5 0 0 1 4.5 3h15Z" }) }));
4
+ const ForwardRef = forwardRef(SvgTextInput);
5
+ export default ForwardRef;
@@ -51,6 +51,7 @@ export { default as CheckList } from './CheckList';
51
51
  export { default as Checkmark } from './Checkmark';
52
52
  export { default as CheckmarkCircle } from './CheckmarkCircle';
53
53
  export { default as ChevronDown } from './ChevronDown';
54
+ export { default as ChevronDownCircle } from './ChevronDownCircle';
54
55
  export { default as ChevronLeft } from './ChevronLeft';
55
56
  export { default as ChevronRight } from './ChevronRight';
56
57
  export { default as ChevronUp } from './ChevronUp';
@@ -59,6 +60,7 @@ export { default as ClipboardList } from './ClipboardList';
59
60
  export { default as Clock } from './Clock';
60
61
  export { default as ClockExclamation } from './ClockExclamation';
61
62
  export { default as ClockPlus } from './ClockPlus';
63
+ export { default as Cloud } from './Cloud';
62
64
  export { default as CloudPlus } from './CloudPlus';
63
65
  export { default as CloudUp } from './CloudUp';
64
66
  export { default as Code } from './Code';
@@ -73,6 +75,7 @@ export { default as Download } from './Download';
73
75
  export { default as Duplicate } from './Duplicate';
74
76
  export { default as Element } from './Element';
75
77
  export { default as Ellipsis } from './Ellipsis';
78
+ export { default as Emoji } from './Emoji';
76
79
  export { default as Eye } from './Eye';
77
80
  export { default as EyeCrossed } from './EyeCrossed';
78
81
  export { default as Favorites } from './Favorites';
@@ -90,6 +93,7 @@ export { default as Handshake } from './Handshake';
90
93
  export { default as Heading } from './Heading';
91
94
  export { default as Home } from './Home';
92
95
  export { default as Hubs } from './Hubs';
96
+ export { default as Image } from './Image';
93
97
  export { default as Inbox } from './Inbox';
94
98
  export { default as InformationCircle } from './InformationCircle';
95
99
  export { default as Integrations } from './Integrations';
@@ -119,6 +123,8 @@ export { default as PaperStamp } from './PaperStamp';
119
123
  export { default as Pencil } from './Pencil';
120
124
  export { default as PencilScribble } from './PencilScribble';
121
125
  export { default as Plus } from './Plus';
126
+ export { default as PositionCenter } from './PositionCenter';
127
+ export { default as PositionLeft } from './PositionLeft';
122
128
  export { default as Printer } from './Printer';
123
129
  export { default as Puzzle } from './Puzzle';
124
130
  export { default as QuestionCircle } from './QuestionCircle';
@@ -141,6 +147,7 @@ export { default as Tag } from './Tag';
141
147
  export { default as Tasks } from './Tasks';
142
148
  export { default as Template } from './Template';
143
149
  export { default as TextHighlight } from './TextHighlight';
150
+ export { default as TextInput } from './TextInput';
144
151
  export { default as ThumbsDown } from './ThumbsDown';
145
152
  export { default as ThumbsUp } from './ThumbsUp';
146
153
  export { default as Timer } from './Timer';
@@ -51,6 +51,7 @@ export { default as CheckList } from './CheckList';
51
51
  export { default as Checkmark } from './Checkmark';
52
52
  export { default as CheckmarkCircle } from './CheckmarkCircle';
53
53
  export { default as ChevronDown } from './ChevronDown';
54
+ export { default as ChevronDownCircle } from './ChevronDownCircle';
54
55
  export { default as ChevronLeft } from './ChevronLeft';
55
56
  export { default as ChevronRight } from './ChevronRight';
56
57
  export { default as ChevronUp } from './ChevronUp';
@@ -59,6 +60,7 @@ export { default as ClipboardList } from './ClipboardList';
59
60
  export { default as Clock } from './Clock';
60
61
  export { default as ClockExclamation } from './ClockExclamation';
61
62
  export { default as ClockPlus } from './ClockPlus';
63
+ export { default as Cloud } from './Cloud';
62
64
  export { default as CloudPlus } from './CloudPlus';
63
65
  export { default as CloudUp } from './CloudUp';
64
66
  export { default as Code } from './Code';
@@ -73,6 +75,7 @@ export { default as Download } from './Download';
73
75
  export { default as Duplicate } from './Duplicate';
74
76
  export { default as Element } from './Element';
75
77
  export { default as Ellipsis } from './Ellipsis';
78
+ export { default as Emoji } from './Emoji';
76
79
  export { default as Eye } from './Eye';
77
80
  export { default as EyeCrossed } from './EyeCrossed';
78
81
  export { default as Favorites } from './Favorites';
@@ -90,6 +93,7 @@ export { default as Handshake } from './Handshake';
90
93
  export { default as Heading } from './Heading';
91
94
  export { default as Home } from './Home';
92
95
  export { default as Hubs } from './Hubs';
96
+ export { default as Image } from './Image';
93
97
  export { default as Inbox } from './Inbox';
94
98
  export { default as InformationCircle } from './InformationCircle';
95
99
  export { default as Integrations } from './Integrations';
@@ -119,6 +123,8 @@ export { default as PaperStamp } from './PaperStamp';
119
123
  export { default as Pencil } from './Pencil';
120
124
  export { default as PencilScribble } from './PencilScribble';
121
125
  export { default as Plus } from './Plus';
126
+ export { default as PositionCenter } from './PositionCenter';
127
+ export { default as PositionLeft } from './PositionLeft';
122
128
  export { default as Printer } from './Printer';
123
129
  export { default as Puzzle } from './Puzzle';
124
130
  export { default as QuestionCircle } from './QuestionCircle';
@@ -141,6 +147,7 @@ export { default as Tag } from './Tag';
141
147
  export { default as Tasks } from './Tasks';
142
148
  export { default as Template } from './Template';
143
149
  export { default as TextHighlight } from './TextHighlight';
150
+ export { default as TextInput } from './TextInput';
144
151
  export { default as ThumbsDown } from './ThumbsDown';
145
152
  export { default as ThumbsUp } from './ThumbsUp';
146
153
  export { default as Timer } from './Timer';
@@ -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 SvgImage = (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: "M18 4a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8a4 4 0 0 1 4-4h12Zm-7.963 6.297a.954.954 0 0 0-1.418.039l-4.198 4.84C3.477 16.267 4.22 18 5.633 18h12.733c1.326 0 2.098-1.555 1.327-2.675l-1.458-2.118a.957.957 0 0 0-1.578-.02L15.24 15.15a.319.319 0 0 1-.491.037l-4.71-4.89h-.002ZM14.501 8a1.5 1.5 0 1 0 0 3.001 1.5 1.5 0 0 0 0-3.001Z" }) }));
4
+ const ForwardRef = forwardRef(SvgImage);
5
+ export default ForwardRef;
@@ -21,6 +21,7 @@ export { default as Folder } from './Folder';
21
21
  export { default as Gear } from './Gear';
22
22
  export { default as Home } from './Home';
23
23
  export { default as Hubs } from './Hubs';
24
+ export { default as Image } from './Image';
24
25
  export { default as Inbox } from './Inbox';
25
26
  export { default as InformationCircle } from './InformationCircle';
26
27
  export { default as Integrations } from './Integrations';
@@ -21,6 +21,7 @@ export { default as Folder } from './Folder';
21
21
  export { default as Gear } from './Gear';
22
22
  export { default as Home } from './Home';
23
23
  export { default as Hubs } from './Hubs';
24
+ export { default as Image } from './Image';
24
25
  export { default as Inbox } from './Inbox';
25
26
  export { default as InformationCircle } from './InformationCircle';
26
27
  export { default as Integrations } from './Integrations';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web-assets",
3
- "version": "4.82.5",
3
+ "version": "4.84.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.19",
142
+ "@box/storybook-utils": "^0.14.21",
143
143
  "@types/react": "^18.0.0",
144
144
  "@types/react-dom": "^18.0.0",
145
145
  "chalk": "4.1.2",