@box/blueprint-web-assets 4.15.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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web-assets",
3
- "version": "4.15.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": "6212ccd5bc09200b49c55576ec9967ef84a109a2"
103
+ "gitHead": "271a24e2d467992f797b10ed6699116197b765de"
104
104
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 17 Jun 2024 13:30:17 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 Mon, 17 Jun 2024 13:30:17 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 Mon, 17 Jun 2024 13:30:17 GMT
3
+ * Generated on Mon, 01 Jul 2024 14:41:57 GMT
4
4
  */
5
5
 
6
6
  :root {