@box/blueprint-web-assets 4.68.6 → 4.69.2
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.
- package/dist/icons/Logo/Microsoft.d.ts +3 -0
- package/dist/icons/Logo/Microsoft.js +5 -0
- package/dist/icons/Logo/index.d.ts +1 -0
- package/dist/icons/Logo/index.js +1 -0
- package/dist/icons/Medium/Eye.d.ts +3 -0
- package/dist/icons/Medium/Eye.js +5 -0
- package/dist/icons/Medium/EyeCrossed.d.ts +3 -0
- package/dist/icons/Medium/EyeCrossed.js +5 -0
- package/dist/icons/Medium/index.d.ts +2 -0
- package/dist/icons/Medium/index.js +2 -0
- package/package.json +2 -2
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgMicrosoft = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 32 32", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "#F35325", d: "M6 6h9.545v9.545H6z" }), _jsx("path", { fill: "#05A6F0", d: "M6 16.455h9.545V26H6z" }), _jsx("path", { fill: "#81BC06", d: "M16.455 6H26v9.545h-9.545z" }), _jsx("path", { fill: "#FFBA08", d: "M16.455 16.455H26V26h-9.545z" })] }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgMicrosoft);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -44,6 +44,7 @@ export { default as KeynoteForMac } from './KeynoteForMac';
|
|
|
44
44
|
export { default as ManageContent } from './ManageContent';
|
|
45
45
|
export { default as ManageUsers } from './ManageUsers';
|
|
46
46
|
export { default as Mastercard } from './Mastercard';
|
|
47
|
+
export { default as Microsoft } from './Microsoft';
|
|
47
48
|
export { default as Microsoft365 } from './Microsoft365';
|
|
48
49
|
export { default as MicrosoftExcel } from './MicrosoftExcel';
|
|
49
50
|
export { default as MicrosoftPowerPoint } from './MicrosoftPowerPoint';
|
package/dist/icons/Logo/index.js
CHANGED
|
@@ -44,6 +44,7 @@ export { default as KeynoteForMac } from './KeynoteForMac';
|
|
|
44
44
|
export { default as ManageContent } from './ManageContent';
|
|
45
45
|
export { default as ManageUsers } from './ManageUsers';
|
|
46
46
|
export { default as Mastercard } from './Mastercard';
|
|
47
|
+
export { default as Microsoft } from './Microsoft';
|
|
47
48
|
export { default as Microsoft365 } from './Microsoft365';
|
|
48
49
|
export { default as MicrosoftExcel } from './MicrosoftExcel';
|
|
49
50
|
export { default as MicrosoftPowerPoint } from './MicrosoftPowerPoint';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgEye = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M12 5c6.184 0 8.847 4.286 9.644 5.958a2.407 2.407 0 0 1 0 2.084C20.847 14.713 18.184 19 12 19s-8.847-4.287-9.645-5.958a2.407 2.407 0 0 1 0-2.084C3.153 9.286 5.815 5 12 5Zm0 2c-5.047 0-7.18 3.436-7.84 4.82a.408.408 0 0 0 0 .36C4.82 13.565 6.953 17 12 17c5.046 0 7.18-3.436 7.84-4.82a.408.408 0 0 0 0-.36C19.18 10.435 17.046 7 12 7Zm0 1a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgEye);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgEyeCrossed = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M18.794 3.793a1 1 0 0 1 1.414 1.414l-1.805 1.804c1.82 1.348 2.804 3.03 3.241 3.945a2.41 2.41 0 0 1 .001 2.086C20.848 14.714 18.185 19 12.001 19c-1.822 0-3.354-.377-4.627-.96l-2.166 2.167a1 1 0 0 1-1.414-1.414l2.513-2.515a.995.995 0 0 1 .32-.319L18.794 3.793Zm-3.35 6.177c.352.595.557 1.288.557 2.03a4 4 0 0 1-6.032 3.444l-1.06 1.06c.874.304 1.897.496 3.092.496 5.046 0 7.18-3.436 7.84-4.82a.413.413 0 0 0-.002-.362c-.378-.793-1.254-2.267-2.87-3.374L15.444 9.97Zm-2.901-4.958a1 1 0 0 1-.084 1.998C12.309 7.004 12.156 7 12 7c-5.047 0-7.18 3.436-7.84 4.82a.413.413 0 0 0 0 .363c.184.383.49.939.946 1.537a1 1 0 0 1-1.59 1.214c-.557-.73-.93-1.409-1.16-1.889a2.412 2.412 0 0 1-.001-2.087C3.154 9.286 5.816 5 12.001 5c.183 0 .364.004.542.012Zm-1.06 8.919a2 2 0 0 0 2.447-2.447l-2.447 2.447Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgEyeCrossed);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -62,6 +62,8 @@ export { default as DashedSquareBubble } from './DashedSquareBubble';
|
|
|
62
62
|
export { default as Download } from './Download';
|
|
63
63
|
export { default as Duplicate } from './Duplicate';
|
|
64
64
|
export { default as Ellipsis } from './Ellipsis';
|
|
65
|
+
export { default as Eye } from './Eye';
|
|
66
|
+
export { default as EyeCrossed } from './EyeCrossed';
|
|
65
67
|
export { default as Favorites } from './Favorites';
|
|
66
68
|
export { default as File } from './File';
|
|
67
69
|
export { default as FileSearch } from './FileSearch';
|
|
@@ -62,6 +62,8 @@ export { default as DashedSquareBubble } from './DashedSquareBubble';
|
|
|
62
62
|
export { default as Download } from './Download';
|
|
63
63
|
export { default as Duplicate } from './Duplicate';
|
|
64
64
|
export { default as Ellipsis } from './Ellipsis';
|
|
65
|
+
export { default as Eye } from './Eye';
|
|
66
|
+
export { default as EyeCrossed } from './EyeCrossed';
|
|
65
67
|
export { default as Favorites } from './Favorites';
|
|
66
68
|
export { default as File } from './File';
|
|
67
69
|
export { default as FileSearch } from './FileSearch';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web-assets",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.69.2",
|
|
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",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
}
|
|
131
131
|
},
|
|
132
132
|
"devDependencies": {
|
|
133
|
-
"@box/storybook-utils": "^0.14.
|
|
133
|
+
"@box/storybook-utils": "^0.14.5",
|
|
134
134
|
"@types/react": "^18.0.0",
|
|
135
135
|
"@types/react-dom": "^18.0.0",
|
|
136
136
|
"chalk": "4.1.2",
|