@box/blueprint-web-assets 4.109.4 → 4.110.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.
- package/dist/icons/Medium/CheckmarkUnderline.d.ts +3 -0
- package/dist/icons/Medium/CheckmarkUnderline.js +5 -0
- package/dist/icons/Medium/index.d.ts +1 -0
- package/dist/icons/Medium/index.js +1 -0
- package/dist/icons/MediumFilled/CheckmarkUnderline.d.ts +3 -0
- package/dist/icons/MediumFilled/CheckmarkUnderline.js +5 -0
- package/dist/icons/MediumFilled/Stop.d.ts +3 -0
- package/dist/icons/MediumFilled/Stop.js +5 -0
- package/dist/icons/MediumFilled/index.d.ts +2 -0
- package/dist/icons/MediumFilled/index.js +2 -0
- 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 SvgCheckmarkUnderline = (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: "M18.795 3.802a1.001 1.001 0 0 1 1.415 1.414l-9.296 9.295a2 2 0 0 1-2.828 0l-4.294-4.294a1 1 0 0 1 1.414-1.414L9.5 13.097l9.295-9.295ZM20 19a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2h16Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgCheckmarkUnderline);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -58,6 +58,7 @@ export { default as CheckList } from './CheckList';
|
|
|
58
58
|
export { default as Checkbox } from './Checkbox';
|
|
59
59
|
export { default as Checkmark } from './Checkmark';
|
|
60
60
|
export { default as CheckmarkCircle } from './CheckmarkCircle';
|
|
61
|
+
export { default as CheckmarkUnderline } from './CheckmarkUnderline';
|
|
61
62
|
export { default as ChevronDown } from './ChevronDown';
|
|
62
63
|
export { default as ChevronDownCircle } from './ChevronDownCircle';
|
|
63
64
|
export { default as ChevronLeft } from './ChevronLeft';
|
|
@@ -58,6 +58,7 @@ export { default as CheckList } from './CheckList';
|
|
|
58
58
|
export { default as Checkbox } from './Checkbox';
|
|
59
59
|
export { default as Checkmark } from './Checkmark';
|
|
60
60
|
export { default as CheckmarkCircle } from './CheckmarkCircle';
|
|
61
|
+
export { default as CheckmarkUnderline } from './CheckmarkUnderline';
|
|
61
62
|
export { default as ChevronDown } from './ChevronDown';
|
|
62
63
|
export { default as ChevronDownCircle } from './ChevronDownCircle';
|
|
63
64
|
export { default as ChevronLeft } from './ChevronLeft';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgCheckmarkUnderline = (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: "M18.442 3.449a1.501 1.501 0 0 1 2.122 2.12l-9.296 9.296a2.5 2.5 0 0 1-3.535 0L3.439 10.57A1.5 1.5 0 0 1 5.56 8.45l3.94 3.94 8.942-8.941ZM19.5 18a1.5 1.5 0 1 1 0 3h-15a1.5 1.5 0 0 1 0-3h15Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgCheckmarkUnderline);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgStop = (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: "M21 7a4 4 0 0 0-4-4H7a4 4 0 0 0-4 4v10a4 4 0 0 0 4 4h10a4 4 0 0 0 4-4V7Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgStop);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -10,6 +10,7 @@ export { default as Camera } from './Camera';
|
|
|
10
10
|
export { default as Canvas } from './Canvas';
|
|
11
11
|
export { default as Checkmark } from './Checkmark';
|
|
12
12
|
export { default as CheckmarkCircle } from './CheckmarkCircle';
|
|
13
|
+
export { default as CheckmarkUnderline } from './CheckmarkUnderline';
|
|
13
14
|
export { default as Clock } from './Clock';
|
|
14
15
|
export { default as CloudUp } from './CloudUp';
|
|
15
16
|
export { default as Collapse } from './Collapse';
|
|
@@ -53,6 +54,7 @@ export { default as Shield } from './Shield';
|
|
|
53
54
|
export { default as SidebarRight } from './SidebarRight';
|
|
54
55
|
export { default as Sparkles } from './Sparkles';
|
|
55
56
|
export { default as Stamp } from './Stamp';
|
|
57
|
+
export { default as Stop } from './Stop';
|
|
56
58
|
export { default as Tag } from './Tag';
|
|
57
59
|
export { default as Tasks } from './Tasks';
|
|
58
60
|
export { default as ThumbsDown } from './ThumbsDown';
|
|
@@ -10,6 +10,7 @@ export { default as Camera } from './Camera';
|
|
|
10
10
|
export { default as Canvas } from './Canvas';
|
|
11
11
|
export { default as Checkmark } from './Checkmark';
|
|
12
12
|
export { default as CheckmarkCircle } from './CheckmarkCircle';
|
|
13
|
+
export { default as CheckmarkUnderline } from './CheckmarkUnderline';
|
|
13
14
|
export { default as Clock } from './Clock';
|
|
14
15
|
export { default as CloudUp } from './CloudUp';
|
|
15
16
|
export { default as Collapse } from './Collapse';
|
|
@@ -53,6 +54,7 @@ export { default as Shield } from './Shield';
|
|
|
53
54
|
export { default as SidebarRight } from './SidebarRight';
|
|
54
55
|
export { default as Sparkles } from './Sparkles';
|
|
55
56
|
export { default as Stamp } from './Stamp';
|
|
57
|
+
export { default as Stop } from './Stop';
|
|
56
58
|
export { default as Tag } from './Tag';
|
|
57
59
|
export { default as Tasks } from './Tasks';
|
|
58
60
|
export { default as ThumbsDown } from './ThumbsDown';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web-assets",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.110.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",
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
}
|
|
153
153
|
},
|
|
154
154
|
"devDependencies": {
|
|
155
|
-
"@box/storybook-utils": "^0.16.
|
|
155
|
+
"@box/storybook-utils": "^0.16.86",
|
|
156
156
|
"@figma/code-connect": "1.3.12",
|
|
157
157
|
"@types/react": "^18.0.0",
|
|
158
158
|
"@types/react-dom": "^18.0.0",
|