@box/blueprint-web-assets 4.70.1 → 4.71.1
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,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgRelayAdvanced = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 32 32", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "#F44339", d: "M0 6a6 6 0 0 1 6-6h20a6 6 0 0 1 6 6v20a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6Z" }), _jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M11 6c1.306 0 2.414.835 2.826 2H20.5l.231.006A4.5 4.5 0 0 1 20.5 17h-1.052l-.039-.002c-.018.02-.036.043-.055.063l-2.293 2.293a1.5 1.5 0 0 1-2.121 0l-2.293-2.293c-.02-.02-.037-.04-.055-.061H11.5a2.5 2.5 0 0 0-.256 4.987L11.5 22H18c.057 0 .113.005.168.015a3 3 0 1 1 0 1.97c-.055.009-.11.015-.168.015h-6.5l-.231-.006A4.5 4.5 0 0 1 11.5 15h1.092c.018-.02.035-.041.054-.06l2.293-2.293.115-.103a1.5 1.5 0 0 1 2.007.102l2.293 2.293c.02.02.037.041.055.062l.04-.001H20.5a2.5 2.5 0 0 0 .256-4.987L20.5 10h-6.674A2.998 2.998 0 0 1 8 9a3 3 0 0 1 3-3Zm10 16a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-6.586-6L16 17.586 17.586 16 16 14.414 14.414 16ZM11 8a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z", clipRule: "evenodd" })] }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgRelayAdvanced);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -61,6 +61,7 @@ export { default as NumbersForMac } from './NumbersForMac';
|
|
|
61
61
|
export { default as PagesForMac } from './PagesForMac';
|
|
62
62
|
export { default as PlatformCam } from './PlatformCam';
|
|
63
63
|
export { default as PlatformSandbox } from './PlatformSandbox';
|
|
64
|
+
export { default as RelayAdvanced } from './RelayAdvanced';
|
|
64
65
|
export { default as Reporting } from './Reporting';
|
|
65
66
|
export { default as RetentionModifiable } from './RetentionModifiable';
|
|
66
67
|
export { default as RetentionNonModifiable } from './RetentionNonModifiable';
|
package/dist/icons/Logo/index.js
CHANGED
|
@@ -61,6 +61,7 @@ export { default as NumbersForMac } from './NumbersForMac';
|
|
|
61
61
|
export { default as PagesForMac } from './PagesForMac';
|
|
62
62
|
export { default as PlatformCam } from './PlatformCam';
|
|
63
63
|
export { default as PlatformSandbox } from './PlatformSandbox';
|
|
64
|
+
export { default as RelayAdvanced } from './RelayAdvanced';
|
|
64
65
|
export { default as Reporting } from './Reporting';
|
|
65
66
|
export { default as RetentionModifiable } from './RetentionModifiable';
|
|
66
67
|
export { default as RetentionNonModifiable } from './RetentionNonModifiable';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web-assets",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.71.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build-local-all": "yarn nx clone-repo && yarn build-local && nx run blueprint-web-assets:format-lint",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
141
|
"devDependencies": {
|
|
142
|
-
"@box/storybook-utils": "^0.14.
|
|
142
|
+
"@box/storybook-utils": "^0.14.7",
|
|
143
143
|
"@types/react": "^18.0.0",
|
|
144
144
|
"@types/react-dom": "^18.0.0",
|
|
145
145
|
"chalk": "4.1.2",
|