@box/blueprint-web-assets 4.85.4 → 4.86.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.
@@ -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 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" }) }));
4
+ const ForwardRef = forwardRef(SvgAt);
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 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" })] }));
4
+ const ForwardRef = forwardRef(SvgBuilding);
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 SvgCheckbox = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', 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-4H8Zm6.219 5.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" }) }));
4
+ const ForwardRef = forwardRef(SvgCheckbox);
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 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.001ZM21 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 10v6.182a4 4 0 0 1 .077.976 2.488 2.488 0 0 1-.078.505 1.729 1.729 0 0 1-.093.26l-.008.018-.002.003-.295-.147-.002.002.296.148a1 1 0 0 1-1.863-.698A1.002 1.002 0 0 1 18 17v-.599a4.254 4.254 0 0 0-.078-.288c-.316-.999-1.215-2.75-3.661-5.44A28.419 28.419 0 0 1 13 9.193V10c0 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.933a5.514 5.514 0 0 1-.367-1.378c-.083-.708.035-1.26.232-1.67a2.115 2.115 0 0 1 .438-.604l.054-.047.002-.003.02-.015.012-.009.005-.004h.002a.997.997 0 0 1 .151-.095l.033-.017a.988.988 0 0 1 .07-.029l.025-.008a.977.977 0 0 1 .104-.03l.042-.008.05-.007.025-.004L11.95 2H12l.02.001a1.001 1.001 0 0 1 .116.009l.016.003a1.002 1.002 0 0 1 .172.042l.009.003c.028.01.055.02.081.032.008.003.015.008.023.012l.046.023.052.031c.012.008.025.015.037.024.016.01.032.024.047.036l.023.017a.997.997 0 0 1 .138.143l.02.024.012.018.029.043a.962.962 0 0 1 .05.087l.011.022a.97.97 0 0 1 .029.067l.012.033.016.05.013.05.01.043A1.007 1.007 0 0 1 13 3v2.525c.407.877 1.208 2.118 2.74 3.802A30.1 30.1 0 0 1 18 12.1V10c0-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 2ZM7.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-2h4Z" }) }));
4
+ const ForwardRef = forwardRef(SvgInitials);
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 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.291 7.291 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
+ const ForwardRef = forwardRef(SvgPaperClip);
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 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" })] }));
4
+ const ForwardRef = forwardRef(SvgRadio);
5
+ export default ForwardRef;
@@ -21,6 +21,7 @@ export { default as ArrowUpRightSquare } from './ArrowUpRightSquare';
21
21
  export { default as ArrowsMaximize } from './ArrowsMaximize';
22
22
  export { default as ArrowsMinimize } from './ArrowsMinimize';
23
23
  export { default as ArrowsSpinning } from './ArrowsSpinning';
24
+ export { default as At } from './At';
24
25
  export { default as Avatar } from './Avatar';
25
26
  export { default as AvatarCircle } from './AvatarCircle';
26
27
  export { default as AvatarPlus } from './AvatarPlus';
@@ -40,6 +41,7 @@ export { default as BubbleAlert } from './BubbleAlert';
40
41
  export { default as BubbleQuestion } from './BubbleQuestion';
41
42
  export { default as BubbleStar } from './BubbleStar';
42
43
  export { default as BubbleText } from './BubbleText';
44
+ export { default as Building } from './Building';
43
45
  export { default as BulletList } from './BulletList';
44
46
  export { default as Calendar } from './Calendar';
45
47
  export { default as CalendarPause } from './CalendarPause';
@@ -48,6 +50,7 @@ export { default as Canvas } from './Canvas';
48
50
  export { default as ChartDonut } from './ChartDonut';
49
51
  export { default as ChartLine } from './ChartLine';
50
52
  export { default as CheckList } from './CheckList';
53
+ export { default as Checkbox } from './Checkbox';
51
54
  export { default as Checkmark } from './Checkmark';
52
55
  export { default as CheckmarkCircle } from './CheckmarkCircle';
53
56
  export { default as ChevronDown } from './ChevronDown';
@@ -98,6 +101,7 @@ export { default as Hubs } from './Hubs';
98
101
  export { default as Image } from './Image';
99
102
  export { default as Inbox } from './Inbox';
100
103
  export { default as InformationCircle } from './InformationCircle';
104
+ export { default as Initials } from './Initials';
101
105
  export { default as Integrations } from './Integrations';
102
106
  export { default as Italic } from './Italic';
103
107
  export { default as Items } from './Items';
@@ -121,6 +125,7 @@ export { default as Notes } from './Notes';
121
125
  export { default as NumberList } from './NumberList';
122
126
  export { default as Page } from './Page';
123
127
  export { default as PaperAirplane } from './PaperAirplane';
128
+ export { default as PaperClip } from './PaperClip';
124
129
  export { default as PaperStamp } from './PaperStamp';
125
130
  export { default as Pencil } from './Pencil';
126
131
  export { default as PencilScribble } from './PencilScribble';
@@ -130,6 +135,7 @@ export { default as PositionLeft } from './PositionLeft';
130
135
  export { default as Printer } from './Printer';
131
136
  export { default as Puzzle } from './Puzzle';
132
137
  export { default as QuestionCircle } from './QuestionCircle';
138
+ export { default as Radio } from './Radio';
133
139
  export { default as Relay } from './Relay';
134
140
  export { default as RelayAdvanced } from './RelayAdvanced';
135
141
  export { default as Retention } from './Retention';
@@ -21,6 +21,7 @@ export { default as ArrowUpRightSquare } from './ArrowUpRightSquare';
21
21
  export { default as ArrowsMaximize } from './ArrowsMaximize';
22
22
  export { default as ArrowsMinimize } from './ArrowsMinimize';
23
23
  export { default as ArrowsSpinning } from './ArrowsSpinning';
24
+ export { default as At } from './At';
24
25
  export { default as Avatar } from './Avatar';
25
26
  export { default as AvatarCircle } from './AvatarCircle';
26
27
  export { default as AvatarPlus } from './AvatarPlus';
@@ -40,6 +41,7 @@ export { default as BubbleAlert } from './BubbleAlert';
40
41
  export { default as BubbleQuestion } from './BubbleQuestion';
41
42
  export { default as BubbleStar } from './BubbleStar';
42
43
  export { default as BubbleText } from './BubbleText';
44
+ export { default as Building } from './Building';
43
45
  export { default as BulletList } from './BulletList';
44
46
  export { default as Calendar } from './Calendar';
45
47
  export { default as CalendarPause } from './CalendarPause';
@@ -48,6 +50,7 @@ export { default as Canvas } from './Canvas';
48
50
  export { default as ChartDonut } from './ChartDonut';
49
51
  export { default as ChartLine } from './ChartLine';
50
52
  export { default as CheckList } from './CheckList';
53
+ export { default as Checkbox } from './Checkbox';
51
54
  export { default as Checkmark } from './Checkmark';
52
55
  export { default as CheckmarkCircle } from './CheckmarkCircle';
53
56
  export { default as ChevronDown } from './ChevronDown';
@@ -98,6 +101,7 @@ export { default as Hubs } from './Hubs';
98
101
  export { default as Image } from './Image';
99
102
  export { default as Inbox } from './Inbox';
100
103
  export { default as InformationCircle } from './InformationCircle';
104
+ export { default as Initials } from './Initials';
101
105
  export { default as Integrations } from './Integrations';
102
106
  export { default as Italic } from './Italic';
103
107
  export { default as Items } from './Items';
@@ -121,6 +125,7 @@ export { default as Notes } from './Notes';
121
125
  export { default as NumberList } from './NumberList';
122
126
  export { default as Page } from './Page';
123
127
  export { default as PaperAirplane } from './PaperAirplane';
128
+ export { default as PaperClip } from './PaperClip';
124
129
  export { default as PaperStamp } from './PaperStamp';
125
130
  export { default as Pencil } from './Pencil';
126
131
  export { default as PencilScribble } from './PencilScribble';
@@ -130,6 +135,7 @@ export { default as PositionLeft } from './PositionLeft';
130
135
  export { default as Printer } from './Printer';
131
136
  export { default as Puzzle } from './Puzzle';
132
137
  export { default as QuestionCircle } from './QuestionCircle';
138
+ export { default as Radio } from './Radio';
133
139
  export { default as Relay } from './Relay';
134
140
  export { default as RelayAdvanced } from './RelayAdvanced';
135
141
  export { default as Retention } from './Retention';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web-assets",
3
- "version": "4.85.4",
3
+ "version": "4.86.2",
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.22",
142
+ "@box/storybook-utils": "^0.14.23",
143
143
  "@types/react": "^18.0.0",
144
144
  "@types/react-dom": "^18.0.0",
145
145
  "chalk": "4.1.2",