@box/blueprint-web-assets 4.10.0 → 4.11.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 { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgAvatarPlus = (props) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M13.6 1.464A.465.465 0 0 0 13.133 1a.465.465 0 0 0-.466.464v.929h-.934a.465.465 0 1 0 0 .928h.934v.929a.465.465 0 0 0 .933 0v-.929h.933A.465.465 0 0 0 15 2.857a.465.465 0 0 0-.467-.464H13.6v-.929ZM2.36 15h10.355c.42 0 .75-.089.991-.267a.841.841 0 0 0 .36-.724c0-.468-.15-.956-.45-1.464-.3-.514-.737-.994-1.31-1.441-.569-.447-1.254-.81-2.057-1.09-.803-.28-1.707-.42-2.712-.42-1.004 0-1.911.14-2.72.42-.802.28-1.488.643-2.056 1.09-.568.447-1.005.928-1.31 1.44-.3.51-.451.997-.451 1.465 0 .31.12.551.36.724.24.178.574.267 1 .267Zm5.186-6.694c.557 0 1.07-.14 1.54-.42.47-.284.846-.668 1.13-1.151.29-.483.434-1.027.434-1.632 0-.59-.144-1.118-.434-1.586a3.12 3.12 0 0 0-1.13-1.105A2.998 2.998 0 0 0 7.546 2c-.557 0-1.074.137-1.549.412a3.207 3.207 0 0 0-1.147 1.12 2.964 2.964 0 0 0-.417 1.586c0 .595.142 1.134.426 1.617.284.483.66.867 1.13 1.151.475.28.994.42 1.557.42Z" }) }));
|
|
3
|
+
export default SvgAvatarPlus;
|
package/icons/Fill/index.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ export { default as ArrowsExpand } from './ArrowsExpand';
|
|
|
25
25
|
export { default as At } from './At';
|
|
26
26
|
export { default as Avatar } from './Avatar';
|
|
27
27
|
export { default as AvatarBadge } from './AvatarBadge';
|
|
28
|
+
export { default as AvatarPlus } from './AvatarPlus';
|
|
28
29
|
export { default as AvatarTwo } from './AvatarTwo';
|
|
29
30
|
export { default as BarChart } from './BarChart';
|
|
30
31
|
export { default as BoxDev } from './BoxDev';
|
package/icons/Fill/index.js
CHANGED
|
@@ -25,6 +25,7 @@ export { default as ArrowsExpand } from './ArrowsExpand';
|
|
|
25
25
|
export { default as At } from './At';
|
|
26
26
|
export { default as Avatar } from './Avatar';
|
|
27
27
|
export { default as AvatarBadge } from './AvatarBadge';
|
|
28
|
+
export { default as AvatarPlus } from './AvatarPlus';
|
|
28
29
|
export { default as AvatarTwo } from './AvatarTwo';
|
|
29
30
|
export { default as BarChart } from './BarChart';
|
|
30
31
|
export { default as BoxDev } from './BoxDev';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web-assets",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.11.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build-local-all": "yarn nx clone-repo && yarn build-local && yarn lint-local && yarn lint-local-css",
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"devDependencies": {
|
|
101
101
|
"chalk": "4.1.2"
|
|
102
102
|
},
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "7ebd0c7feebd598c62187db4ee6519c056f745bf"
|
|
104
104
|
}
|
package/tokens/px-tokens.d.ts
CHANGED
package/tokens/px-tokens.js
CHANGED