@box/blueprint-web-assets 4.2.2 → 4.3.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 SvgOutline: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgOutline;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const SvgOutline = (props) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: _jsx("path", { fill: props.color || '#222222', fillRule: "evenodd", d: "M1 3.5a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1h-10a.5.5 0 0 1-.5-.5ZM2 6.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5ZM3 9.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5ZM1 12.5a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1h-10a.5.5 0 0 1-.5-.5Z", clipRule: "evenodd" }) }));
3
+ export default SvgOutline;
@@ -85,6 +85,7 @@ export { default as Megaphone } from './Megaphone';
85
85
  export { default as MetadataBadge } from './MetadataBadge';
86
86
  export { default as Minus } from './Minus';
87
87
  export { default as Move } from './Move';
88
+ export { default as Outline } from './Outline';
88
89
  export { default as PaperAirplane } from './PaperAirplane';
89
90
  export { default as Pencil } from './Pencil';
90
91
  export { default as PencilBadge } from './PencilBadge';
@@ -85,6 +85,7 @@ export { default as Megaphone } from './Megaphone';
85
85
  export { default as MetadataBadge } from './MetadataBadge';
86
86
  export { default as Minus } from './Minus';
87
87
  export { default as Move } from './Move';
88
+ export { default as Outline } from './Outline';
88
89
  export { default as PaperAirplane } from './PaperAirplane';
89
90
  export { default as Pencil } from './Pencil';
90
91
  export { default as PencilBadge } from './PencilBadge';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web-assets",
3
- "version": "4.2.2",
3
+ "version": "4.3.0",
4
4
  "license": "UNLICENSED",
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": "89c8b593abbdd3ac8575f1ee5cc18206764fb069"
103
+ "gitHead": "2f47d6b0556ba904196297d3a1c7d2dbe063402f"
104
104
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 01 Feb 2024 09:48:36 GMT
3
+ * Generated on Tue, 06 Feb 2024 01:12:34 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 Thu, 01 Feb 2024 09:48:36 GMT
3
+ * Generated on Tue, 06 Feb 2024 01:12:34 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 Thu, 01 Feb 2024 09:48:36 GMT
3
+ * Generated on Tue, 06 Feb 2024 01:12:34 GMT
4
4
  */
5
5
 
6
6
  :root {