@box/blueprint-web-assets 4.10.0 → 4.12.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 { SVGProps } from 'react';
2
+ declare const SvgAsterisk: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgAsterisk;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const SvgAsterisk = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: [_jsx("path", { fill: "white", d: "M0 0h16v16H0z" }), _jsx("path", { fill: props.color || '#909090', d: "M8 1a1 1 0 0 1 1 1v4.266l3.523-2.034c.463-.267 1.062-.095 1.338.384.277.48.126 1.084-.336 1.35L10 8.002l3.52 2.032c.462.267.613.87.337 1.349-.277.478-.875.65-1.337.383L9 9.732V14a1 1 0 1 1-2 0V9.734l-3.52 2.032c-.462.267-1.061.095-1.338-.384-.276-.479-.126-1.084.337-1.35l3.52-2.033L2.48 5.968c-.462-.267-.613-.871-.336-1.35.276-.478.874-.649 1.336-.382L7 6.268V2a1 1 0 0 1 1-1Z" })] }));
3
+ export default SvgAsterisk;
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const SvgAvatarPlus: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgAvatarPlus;
@@ -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;
@@ -22,9 +22,11 @@ export { default as ArrowUpRightBubble } from './ArrowUpRightBubble';
22
22
  export { default as ArrowUpRightSquare } from './ArrowUpRightSquare';
23
23
  export { default as ArrowsCollapse } from './ArrowsCollapse';
24
24
  export { default as ArrowsExpand } from './ArrowsExpand';
25
+ export { default as Asterisk } from './Asterisk';
25
26
  export { default as At } from './At';
26
27
  export { default as Avatar } from './Avatar';
27
28
  export { default as AvatarBadge } from './AvatarBadge';
29
+ export { default as AvatarPlus } from './AvatarPlus';
28
30
  export { default as AvatarTwo } from './AvatarTwo';
29
31
  export { default as BarChart } from './BarChart';
30
32
  export { default as BoxDev } from './BoxDev';
@@ -22,9 +22,11 @@ export { default as ArrowUpRightBubble } from './ArrowUpRightBubble';
22
22
  export { default as ArrowUpRightSquare } from './ArrowUpRightSquare';
23
23
  export { default as ArrowsCollapse } from './ArrowsCollapse';
24
24
  export { default as ArrowsExpand } from './ArrowsExpand';
25
+ export { default as Asterisk } from './Asterisk';
25
26
  export { default as At } from './At';
26
27
  export { default as Avatar } from './Avatar';
27
28
  export { default as AvatarBadge } from './AvatarBadge';
29
+ export { default as AvatarPlus } from './AvatarPlus';
28
30
  export { default as AvatarTwo } from './AvatarTwo';
29
31
  export { default as BarChart } from './BarChart';
30
32
  export { default as BoxDev } from './BoxDev';
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const SvgMicrosoft365: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgMicrosoft365;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const SvgMicrosoft365 = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 32 32", role: "img", ...props, children: [_jsx("path", { fill: "url(#Microsoft365_svg__a)", d: "m14.042 5.512-.112.068a4.005 4.005 0 0 0-.504.361l.324-.228h2.75l.5 3.786-2.5 2.5-2.5 1.738v2.004a4 4 0 0 0 1.929 3.422l2.632 1.593L11.001 24H9.927l-2-1.21A4 4 0 0 1 6 19.368V12.63a4 4 0 0 1 1.93-3.423l6-3.63.112-.065Z" }), _jsx("path", { fill: "url(#Microsoft365_svg__b)", d: "m14.042 5.512-.112.068a4.005 4.005 0 0 0-.504.361l.324-.228h2.75l.5 3.786-2.5 2.5-2.5 1.738v2.004a4 4 0 0 0 1.929 3.422l2.632 1.593L11.001 24H9.927l-2-1.21A4 4 0 0 1 6 19.368V12.63a4 4 0 0 1 1.93-3.423l6-3.63.112-.065Z" }), _jsx("path", { fill: "url(#Microsoft365_svg__c)", d: "M20 13.5v2.24a4 4 0 0 1-1.928 3.422l-6 3.632a4 4 0 0 1-4.004.08l5.861 3.548a4 4 0 0 0 4.143 0l6-3.632a4 4 0 0 0 1.929-3.422V17.75l-.5-.75-5.5-3.5Z" }), _jsx("path", { fill: "url(#Microsoft365_svg__d)", d: "M20 13.5v2.24a4 4 0 0 1-1.928 3.422l-6 3.632a4 4 0 0 1-4.004.08l5.861 3.548a4 4 0 0 0 4.143 0l6-3.632a4 4 0 0 0 1.929-3.422V17.75l-.5-.75-5.5-3.5Z" }), _jsx("path", { fill: "url(#Microsoft365_svg__e)", d: "m24.071 9.207-6-3.63a4 4 0 0 0-4.022-.069l-.119.072A4 4 0 0 0 12 9.003v4.742l1.93-1.167a4 4 0 0 1 4.14 0l6.001 3.63a4 4 0 0 1 1.928 3.29l.002-.13V12.63a4 4 0 0 0-1.93-3.423Z" }), _jsx("path", { fill: "url(#Microsoft365_svg__f)", d: "m24.071 9.207-6-3.63a4 4 0 0 0-4.022-.069l-.119.072A4 4 0 0 0 12 9.003v4.742l1.93-1.167a4 4 0 0 1 4.14 0l6.001 3.63a4 4 0 0 1 1.928 3.29l.002-.13V12.63a4 4 0 0 0-1.93-3.423Z" }), _jsxs("defs", { children: [_jsxs("radialGradient", { id: "Microsoft365_svg__a", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(119.775 6.336 10.042) scale(21.42 49.0373)", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: 0.064, stopColor: "#AE7FE2" }), _jsx("stop", { offset: 1, stopColor: "#0078D4" })] }), _jsxs("radialGradient", { id: "Microsoft365_svg__c", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(17.13178 -3.68159 3.46987 16.14657 7.28 19.138)", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: 0.134, stopColor: "#D59DFF" }), _jsx("stop", { offset: 1, stopColor: "#5E438F" })] }), _jsxs("radialGradient", { id: "Microsoft365_svg__e", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(-17.25664 -4.64747 8.24601 -30.61845 23.897 23.59)", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: 0.058, stopColor: "#50E6FF" }), _jsx("stop", { offset: 1, stopColor: "#436DCD" })] }), _jsxs("linearGradient", { id: "Microsoft365_svg__b", x1: 18.284, x2: 16.12, y1: 25.732, y2: 20.014, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#114A8B" }), _jsx("stop", { offset: 1, stopColor: "#0078D4", stopOpacity: 0 })] }), _jsxs("linearGradient", { id: "Microsoft365_svg__d", x1: 23.969, x2: 19.54, y1: 10.196, y2: 14.542, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#493474" }), _jsx("stop", { offset: 1, stopColor: "#8C66BA", stopOpacity: 0 })] }), _jsxs("linearGradient", { id: "Microsoft365_svg__f", x1: 12.488, x2: 16.244, y1: 5.527, y2: 5.527, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#2D3F80" }), _jsx("stop", { offset: 1, stopColor: "#436DCD", stopOpacity: 0 })] })] })] }));
3
+ export default SvgMicrosoft365;
@@ -18,6 +18,7 @@ export { default as HowToGuides } from './HowToGuides';
18
18
  export { default as KeynoteForMac } from './KeynoteForMac';
19
19
  export { default as ManageContent } from './ManageContent';
20
20
  export { default as ManageUsers } from './ManageUsers';
21
+ export { default as Microsoft365 } from './Microsoft365';
21
22
  export { default as Mobile } from './Mobile';
22
23
  export { default as Notifications } from './Notifications';
23
24
  export { default as NumbersForMac } from './NumbersForMac';
@@ -18,6 +18,7 @@ export { default as HowToGuides } from './HowToGuides';
18
18
  export { default as KeynoteForMac } from './KeynoteForMac';
19
19
  export { default as ManageContent } from './ManageContent';
20
20
  export { default as ManageUsers } from './ManageUsers';
21
+ export { default as Microsoft365 } from './Microsoft365';
21
22
  export { default as Mobile } from './Mobile';
22
23
  export { default as Notifications } from './Notifications';
23
24
  export { default as NumbersForMac } from './NumbersForMac';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web-assets",
3
- "version": "4.10.0",
3
+ "version": "4.12.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": "e6204fec0c0aa02d916e994e704b330b7629a13b"
103
+ "gitHead": "d49b33cb093048a4b79735034f8e18aa4f6ee49f"
104
104
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 14 May 2024 10:34:41 GMT
3
+ * Generated on Fri, 24 May 2024 12:42:47 GMT
4
4
  */
5
5
 
6
6
  export const BackgroundBackground: string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 14 May 2024 10:34:41 GMT
3
+ * Generated on Fri, 24 May 2024 12:42:47 GMT
4
4
  */
5
5
 
6
6
  export const BackgroundBackground = '#ffffff';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 14 May 2024 10:34:42 GMT
3
+ * Generated on Fri, 24 May 2024 12:42:47 GMT
4
4
  */
5
5
 
6
6
  :root {