@box/blueprint-web-assets 5.7.19 → 5.8.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,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgMetadata = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 32 32", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "#E5EFFA", 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: "#0061D5", fillRule: "evenodd", d: "M24 16a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm2 0c0 5.523-4.477 10-10 10S6 21.523 6 16 10.477 6 16 6s10 4.477 10 10Zm-13 3c0-2.032.002-3.454.117-4.376.023-.184.049-.329.074-.441l.072.082c.235.283.475.697.718 1.182.118.237.23.476.34.71l.024.053c.099.212.198.425.292.612.097.194.212.41.338.587.063.088.157.207.285.314.118.098.374.277.74.277s.622-.179.74-.277c.128-.107.222-.226.285-.314.126-.177.241-.393.338-.587.094-.187.193-.4.292-.611l.025-.054c.11-.234.221-.473.34-.71.242-.485.482-.9.717-1.182l.072-.082c.025.112.05.257.074.441.115.922.117 2.344.117 4.376a1 1 0 1 0 2 0v-.085c0-1.928 0-3.477-.133-4.539-.066-.53-.178-1.065-.417-1.491a1.78 1.78 0 0 0-.573-.628A1.588 1.588 0 0 0 19 12c-.835 0-1.435.547-1.8.985-.39.467-.712 1.053-.97 1.568a24 24 0 0 0-.23.475 24 24 0 0 0-.23-.475c-.258-.515-.58-1.1-.97-1.568-.365-.438-.965-.985-1.8-.985-.302 0-.605.079-.877.257a1.779 1.779 0 0 0-.573.628c-.24.426-.351.962-.417 1.491C11 15.438 11 16.986 11 18.916V19a1 1 0 1 0 2 0Zm2.392-2.746.003-.004-.003.004Zm1.213-.004.003.004-.003-.004Z", clipRule: "evenodd" })] }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgMetadata);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -58,6 +58,7 @@ export { default as Mcp } from './Mcp';
|
|
|
58
58
|
export { default as ManageContent } from './ManageContent';
|
|
59
59
|
export { default as ManageUsers } from './ManageUsers';
|
|
60
60
|
export { default as Mastercard } from './Mastercard';
|
|
61
|
+
export { default as Metadata } from './Metadata';
|
|
61
62
|
export { default as Microsoft } from './Microsoft';
|
|
62
63
|
export { default as Microsoft365 } from './Microsoft365';
|
|
63
64
|
export { default as MicrosoftExcel } from './MicrosoftExcel';
|
package/dist/icons/Logo/index.js
CHANGED
|
@@ -58,6 +58,7 @@ export { default as Mcp } from './Mcp';
|
|
|
58
58
|
export { default as ManageContent } from './ManageContent';
|
|
59
59
|
export { default as ManageUsers } from './ManageUsers';
|
|
60
60
|
export { default as Mastercard } from './Mastercard';
|
|
61
|
+
export { default as Metadata } from './Metadata';
|
|
61
62
|
export { default as Microsoft } from './Microsoft';
|
|
62
63
|
export { default as Microsoft365 } from './Microsoft365';
|
|
63
64
|
export { default as MicrosoftExcel } from './MicrosoftExcel';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web-assets",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.8.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build-storybook": "nx run blueprint-web-assets:build-storybook",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
}
|
|
156
156
|
},
|
|
157
157
|
"devDependencies": {
|
|
158
|
-
"@box/storybook-utils": "^1.2.
|
|
158
|
+
"@box/storybook-utils": "^1.2.29",
|
|
159
159
|
"@figma/code-connect": "1.4.4",
|
|
160
160
|
"@types/react": "^18.0.0",
|
|
161
161
|
"@types/react-dom": "^18.0.0",
|