@box/blueprint-web-assets 4.14.0 → 4.16.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.
@@ -1,3 +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" })] }));
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const SvgAsterisk = (props) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: _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
3
  export default SvgAsterisk;
@@ -1,3 +1,3 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- const SvgArrowCurvedBackward = (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 || '#222222', fillRule: "evenodd", d: "M6.897 2.2a.49.49 0 0 1-.104.7L3.207 5.5l3.586 2.6a.49.49 0 0 1 .104.7.53.53 0 0 1-.725.1L2.31 6.1a.735.735 0 0 1 0-1.2l3.862-2.8a.53.53 0 0 1 .725.1Z", clipRule: "evenodd" }), _jsx("path", { fill: props.color || '#222222', fillRule: "evenodd", d: "M2 5.5a.5.5 0 0 1 .5-.5h7a4.5 4.5 0 0 1 0 9H5.49a.492.492 0 0 1-.49-.5c0-.276.214-.5.49-.5H9.5a3.5 3.5 0 1 0 0-7h-7a.5.5 0 0 1-.5-.5Z", clipRule: "evenodd" })] }));
2
+ const SvgArrowCurvedBackward = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: [_jsx("path", { fill: props.color || '#222222', fillRule: "evenodd", d: "M6.897 2.2a.49.49 0 0 1-.104.7L3.207 5.5l3.586 2.6a.49.49 0 0 1 .104.7.53.53 0 0 1-.725.1L2.31 6.1a.735.735 0 0 1 0-1.2l3.862-2.8a.53.53 0 0 1 .725.1Z", clipRule: "evenodd" }), _jsx("path", { fill: props.color || '#222222', fillRule: "evenodd", d: "M2 5.5a.5.5 0 0 1 .5-.5h7a4.5 4.5 0 0 1 0 9H5.49a.492.492 0 0 1-.49-.5c0-.276.214-.5.49-.5H9.5a3.5 3.5 0 1 0 0-7h-7a.5.5 0 0 1-.5-.5Z", clipRule: "evenodd" })] }));
3
3
  export default SvgArrowCurvedBackward;
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const SvgSidebarSquaresBottom: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgSidebarSquaresBottom;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const SvgSidebarSquaresBottom = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: [_jsx("path", { fill: props.color || '#222222', fillRule: "evenodd", d: "M13.3 2H2.7C1.8 2 1 2.8 1 3.7v8.6c0 .9.8 1.7 1.7 1.7h10.6c.9 0 1.7-.8 1.7-1.7V3.7c0-.9-.8-1.7-1.7-1.7ZM2.7 3a.7.7 0 0 0-.7.7v8.6a.7.7 0 0 0 .7.7h10.6a.7.7 0 0 0 .7-.7V3.7a.7.7 0 0 0-.7-.7H2.7Z", clipRule: "evenodd" }), _jsx("path", { fill: props.color || '#222222', d: "M1 9h14v1H1V9ZM12.65 10.7c.11 0 .2.09.2.2v1.2a.2.2 0 0 1-.2.2h-1.2a.2.2 0 0 1-.2-.2v-1.2c0-.11.09-.2.2-.2h1.2ZM9.95 10.7c.11 0 .2.09.2.2v1.2a.2.2 0 0 1-.2.2h-1.2a.2.2 0 0 1-.2-.2v-1.2c0-.11.09-.2.2-.2h1.2ZM7.25 10.7c.11 0 .2.09.2.2v1.2a.2.2 0 0 1-.2.2h-1.2a.2.2 0 0 1-.2-.2v-1.2c0-.11.09-.2.2-.2h1.2ZM4.55 10.7c.11 0 .2.09.2.2v1.2a.2.2 0 0 1-.2.2h-1.2a.2.2 0 0 1-.2-.2v-1.2c0-.11.09-.2.2-.2h1.2Z" })] }));
3
+ export default SvgSidebarSquaresBottom;
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const SvgSidebarSquaresLeft: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgSidebarSquaresLeft;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const SvgSidebarSquaresLeft = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: [_jsx("path", { fill: props.color || '#222222', d: "M13.3 2H2.7C1.8 2 1 2.8 1 3.7v8.6c0 .9.8 1.7 1.7 1.7h10.6c.9 0 1.7-.8 1.7-1.7V3.7c0-.9-.8-1.7-1.7-1.7ZM2 12.3V3.7c0-.4.3-.7.7-.7H5v10H2.7c-.4 0-.7-.3-.7-.7Zm12 0c0 .4-.3.7-.7.7H6V3h7.3c.4 0 .7.3.7.7v8.6Z" }), _jsx("path", { fill: props.color || '#222222', d: "M2.7 4.4c0-.11.09-.2.2-.2h1.2c.11 0 .2.09.2.2v1.2a.2.2 0 0 1-.2.2H2.9a.2.2 0 0 1-.2-.2V4.4ZM2.7 7.4c0-.11.09-.2.2-.2h1.2c.11 0 .2.09.2.2v1.2a.2.2 0 0 1-.2.2H2.9a.2.2 0 0 1-.2-.2V7.4ZM2.7 10.4c0-.11.09-.2.2-.2h1.2c.11 0 .2.09.2.2v1.2a.2.2 0 0 1-.2.2H2.9a.2.2 0 0 1-.2-.2v-1.2Z" })] }));
3
+ export default SvgSidebarSquaresLeft;
@@ -111,14 +111,14 @@ export { default as Shield } from './Shield';
111
111
  export { default as ShieldBadge } from './ShieldBadge';
112
112
  export { default as SidebarLeft } from './SidebarLeft';
113
113
  export { default as SidebarRight } from './SidebarRight';
114
+ export { default as SidebarSquaresBottom } from './SidebarSquaresBottom';
115
+ export { default as SidebarSquaresLeft } from './SidebarSquaresLeft';
114
116
  export { default as Sign } from './Sign';
115
117
  export { default as Skip } from './Skip';
116
118
  export { default as Star } from './Star';
117
119
  export { default as Template } from './Template';
118
120
  export { default as TextInput } from './TextInput';
119
121
  export { default as TextLeft } from './TextLeft';
120
- export { default as ThumbnailBottom } from './ThumbnailBottom';
121
- export { default as ThumbnailLeft } from './ThumbnailLeft';
122
122
  export { default as Trash } from './Trash';
123
123
  export { default as TwoFiles } from './TwoFiles';
124
124
  export { default as Unlock } from './Unlock';
@@ -111,14 +111,14 @@ export { default as Shield } from './Shield';
111
111
  export { default as ShieldBadge } from './ShieldBadge';
112
112
  export { default as SidebarLeft } from './SidebarLeft';
113
113
  export { default as SidebarRight } from './SidebarRight';
114
+ export { default as SidebarSquaresBottom } from './SidebarSquaresBottom';
115
+ export { default as SidebarSquaresLeft } from './SidebarSquaresLeft';
114
116
  export { default as Sign } from './Sign';
115
117
  export { default as Skip } from './Skip';
116
118
  export { default as Star } from './Star';
117
119
  export { default as Template } from './Template';
118
120
  export { default as TextInput } from './TextInput';
119
121
  export { default as TextLeft } from './TextLeft';
120
- export { default as ThumbnailBottom } from './ThumbnailBottom';
121
- export { default as ThumbnailLeft } from './ThumbnailLeft';
122
122
  export { default as Trash } from './Trash';
123
123
  export { default as TwoFiles } from './TwoFiles';
124
124
  export { default as Unlock } from './Unlock';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web-assets",
3
- "version": "4.14.0",
3
+ "version": "4.16.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": "94b514f3d5c822005692ac910b25889897f866a0"
103
+ "gitHead": "271a24e2d467992f797b10ed6699116197b765de"
104
104
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 12 Jun 2024 14:10:19 GMT
3
+ * Generated on Mon, 01 Jul 2024 14:41:57 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 Wed, 12 Jun 2024 14:10:19 GMT
3
+ * Generated on Mon, 01 Jul 2024 14:41:57 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 Wed, 12 Jun 2024 14:10:19 GMT
3
+ * Generated on Mon, 01 Jul 2024 14:41:57 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgThumbnailBottom: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgThumbnailBottom;
@@ -1,3 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- const SvgThumbnailBottom = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: [_jsx("path", { fill: props.color || '#222222', fillRule: "evenodd", d: "M13.3 2H2.7C1.8 2 1 2.8 1 3.7v8.6c0 .9.8 1.7 1.7 1.7h10.6c.9 0 1.7-.8 1.7-1.7V3.7c0-.9-.8-1.7-1.7-1.7ZM2.7 3a.7.7 0 0 0-.7.7v8.6a.7.7 0 0 0 .7.7h10.6a.7.7 0 0 0 .7-.7V3.7a.7.7 0 0 0-.7-.7H2.7Z", clipRule: "evenodd" }), _jsx("path", { fill: props.color || '#222222', d: "M1 9h14v1H1V9ZM12.65 10.7c.11 0 .2.09.2.2v1.2a.2.2 0 0 1-.2.2h-1.2a.2.2 0 0 1-.2-.2v-1.2c0-.11.09-.2.2-.2h1.2ZM9.95 10.7c.11 0 .2.09.2.2v1.2a.2.2 0 0 1-.2.2h-1.2a.2.2 0 0 1-.2-.2v-1.2c0-.11.09-.2.2-.2h1.2ZM7.25 10.7c.11 0 .2.09.2.2v1.2a.2.2 0 0 1-.2.2h-1.2a.2.2 0 0 1-.2-.2v-1.2c0-.11.09-.2.2-.2h1.2ZM4.55 10.7c.11 0 .2.09.2.2v1.2a.2.2 0 0 1-.2.2h-1.2a.2.2 0 0 1-.2-.2v-1.2c0-.11.09-.2.2-.2h1.2Z" })] }));
3
- export default SvgThumbnailBottom;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgThumbnailLeft: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgThumbnailLeft;
@@ -1,3 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- const SvgThumbnailLeft = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: [_jsx("path", { fill: props.color || '#222222', d: "M13.3 2H2.7C1.8 2 1 2.8 1 3.7v8.6c0 .9.8 1.7 1.7 1.7h10.6c.9 0 1.7-.8 1.7-1.7V3.7c0-.9-.8-1.7-1.7-1.7ZM2 12.3V3.7c0-.4.3-.7.7-.7H5v10H2.7c-.4 0-.7-.3-.7-.7Zm12 0c0 .4-.3.7-.7.7H6V3h7.3c.4 0 .7.3.7.7v8.6Z" }), _jsx("path", { fill: props.color || '#222222', d: "M2.7 4.4c0-.11.09-.2.2-.2h1.2c.11 0 .2.09.2.2v1.2a.2.2 0 0 1-.2.2H2.9a.2.2 0 0 1-.2-.2V4.4ZM2.7 7.4c0-.11.09-.2.2-.2h1.2c.11 0 .2.09.2.2v1.2a.2.2 0 0 1-.2.2H2.9a.2.2 0 0 1-.2-.2V7.4ZM2.7 10.4c0-.11.09-.2.2-.2h1.2c.11 0 .2.09.2.2v1.2a.2.2 0 0 1-.2.2H2.9a.2.2 0 0 1-.2-.2v-1.2Z" })] }));
3
- export default SvgThumbnailLeft;