@box/blueprint-web-assets 4.45.1 → 4.46.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/Medium/Home.d.ts +3 -0
- package/dist/icons/Medium/Home.js +5 -0
- package/dist/icons/Medium/index.d.ts +1 -0
- package/dist/icons/Medium/index.js +1 -0
- package/dist/icons/MediumFilled/Home.d.ts +3 -0
- package/dist/icons/MediumFilled/Home.js +5 -0
- package/dist/icons/MediumFilled/Notes.js +1 -1
- package/dist/icons/MediumFilled/Trash.d.ts +3 -0
- package/dist/icons/MediumFilled/Trash.js +5 -0
- package/dist/icons/MediumFilled/index.d.ts +2 -0
- package/dist/icons/MediumFilled/index.js +2 -0
- package/dist/tokens/px-tokens.d.ts +1 -1
- package/dist/tokens/px-tokens.js +1 -1
- package/dist/tokens/tokens-css-vars.scss +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgHome = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M9.94 3.587a3.952 3.952 0 0 1 4.12 0l1.567.957 5.894 3.603.085.057A1 1 0 0 1 21 10V18a3 3 0 0 1-3 3h-2.95c-.58 0-1.05-.47-1.05-1.05V17a2 2 0 0 0-4 0v2.95c0 .58-.47 1.05-1.05 1.05H6a3 3 0 0 1-3-3v-8a1 1 0 0 1-.522-1.853l5.894-3.603 1.567-.957Zm3.076 1.707a1.95 1.95 0 0 0-2.033 0L5.478 8.66A1.001 1.001 0 0 0 5 9.512V18a1 1 0 0 0 1 1h2v-2a4 4 0 0 1 8 0v2h2a1 1 0 0 0 1-1V9.512a1 1 0 0 0-.479-.853l-5.505-3.365Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgHome);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -43,6 +43,7 @@ export { default as Gavel } from './Gavel';
|
|
|
43
43
|
export { default as Gear } from './Gear';
|
|
44
44
|
export { default as Globe } from './Globe';
|
|
45
45
|
export { default as Handshake } from './Handshake';
|
|
46
|
+
export { default as Home } from './Home';
|
|
46
47
|
export { default as Hubs } from './Hubs';
|
|
47
48
|
export { default as Inbox } from './Inbox';
|
|
48
49
|
export { default as Information } from './Information';
|
|
@@ -43,6 +43,7 @@ export { default as Gavel } from './Gavel';
|
|
|
43
43
|
export { default as Gear } from './Gear';
|
|
44
44
|
export { default as Globe } from './Globe';
|
|
45
45
|
export { default as Handshake } from './Handshake';
|
|
46
|
+
export { default as Home } from './Home';
|
|
46
47
|
export { default as Hubs } from './Hubs';
|
|
47
48
|
export { default as Inbox } from './Inbox';
|
|
48
49
|
export { default as Information } from './Information';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgHome = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M12.049 3.009a3.954 3.954 0 0 1 .273.012c.049.004.097.01.146.016a3.931 3.931 0 0 1 .26.04c.034.006.07.012.105.02.054.011.107.025.16.038.031.008.062.015.092.024.068.02.136.042.204.065l.035.012c.254.09.5.207.736.35l1.567.958 5.894 3.602.085.058A1 1 0 0 1 21 9.999v8a3 3 0 0 1-3 3h-1.943A1.058 1.058 0 0 1 15 19.943V17a3 3 0 0 0-6 0v2.942C9 20.526 8.526 21 7.942 21H6a3 3 0 0 1-3-3V9.999a1 1 0 0 1-.522-1.853l5.894-3.602 1.567-.957.241-.136c.153-.08.31-.148.47-.206l.031-.01.016-.007c.076-.026.152-.05.23-.072l.06-.016c.065-.017.13-.033.194-.046.025-.006.05-.01.076-.015a3.966 3.966 0 0 1 .792-.07Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgHome);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
const SvgNotes = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "
|
|
3
|
+
const SvgNotes = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M19.475 2.336a2.5 2.5 0 0 0-3.415.915l-.84 1.454 5.197 3 .84-1.454a2.5 2.5 0 0 0-.916-3.415l-.866-.5ZM9.046 15.399l5.425-9.395 5.196 3-5.425 9.395a2.498 2.498 0 0 1-.787.836L9.434 21.89a.65.65 0 0 1-1.007-.581l.289-4.81a2.5 2.5 0 0 1 .33-1.1ZM3 3.001a1 1 0 0 0 0 2h8a1 1 0 1 0 0-2H3Zm0 5a1 1 0 0 0 0 2h5a1 1 0 1 0 0-2H3Zm-1 6a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1Z", clipRule: "evenodd" }) }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgNotes);
|
|
5
5
|
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgTrash = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M9.448 4.382c-.14.097-.293.268-.38.72A40.714 40.714 0 0 1 12 5c1.068 0 2.047.038 2.931.102-.086-.452-.24-.623-.38-.72-.145-.102-.39-.206-.825-.278C13.292 4.03 12.731 4 12 4s-1.292.031-1.726.104c-.435.072-.68.176-.826.278ZM8.302 2.743c-.86.602-1.187 1.517-1.275 2.569-1.69.229-2.843.537-3.398.76a1 1 0 0 0 .486 1.922l.597 10.239A4 4 0 0 0 8.705 22h6.59a4 4 0 0 0 3.993-3.767l.597-10.24a1 1 0 0 0 .486-1.921c-.555-.223-1.708-.531-3.398-.76-.088-1.052-.415-1.967-1.274-2.569-.48-.336-1.048-.513-1.644-.612C13.458 2.03 12.769 2 12 2c-.769 0-1.458.031-2.055.13-.596.1-1.163.277-1.643.613ZM15 10a1 1 0 0 0-2 0v7a1 1 0 1 0 2 0v-7Zm-5-1a1 1 0 0 1 1 1v7a1 1 0 0 1-2 0v-7a1 1 0 0 1 1-1Z", clipRule: "evenodd" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgTrash);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -8,6 +8,7 @@ export { default as Favorites } from './Favorites';
|
|
|
8
8
|
export { default as File } from './File';
|
|
9
9
|
export { default as Folder } from './Folder';
|
|
10
10
|
export { default as Gear } from './Gear';
|
|
11
|
+
export { default as Home } from './Home';
|
|
11
12
|
export { default as Hubs } from './Hubs';
|
|
12
13
|
export { default as Inbox } from './Inbox';
|
|
13
14
|
export { default as Information } from './Information';
|
|
@@ -19,3 +20,4 @@ export { default as Relay } from './Relay';
|
|
|
19
20
|
export { default as Search } from './Search';
|
|
20
21
|
export { default as ThumbsDown } from './ThumbsDown';
|
|
21
22
|
export { default as ThumbsUp } from './ThumbsUp';
|
|
23
|
+
export { default as Trash } from './Trash';
|
|
@@ -8,6 +8,7 @@ export { default as Favorites } from './Favorites';
|
|
|
8
8
|
export { default as File } from './File';
|
|
9
9
|
export { default as Folder } from './Folder';
|
|
10
10
|
export { default as Gear } from './Gear';
|
|
11
|
+
export { default as Home } from './Home';
|
|
11
12
|
export { default as Hubs } from './Hubs';
|
|
12
13
|
export { default as Inbox } from './Inbox';
|
|
13
14
|
export { default as Information } from './Information';
|
|
@@ -19,3 +20,4 @@ export { default as Relay } from './Relay';
|
|
|
19
20
|
export { default as Search } from './Search';
|
|
20
21
|
export { default as ThumbsDown } from './ThumbsDown';
|
|
21
22
|
export { default as ThumbsUp } from './ThumbsUp';
|
|
23
|
+
export { default as Trash } from './Trash';
|
package/dist/tokens/px-tokens.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web-assets",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.46.2",
|
|
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",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
}
|
|
127
127
|
},
|
|
128
128
|
"devDependencies": {
|
|
129
|
-
"@box/storybook-utils": "^0.12.
|
|
129
|
+
"@box/storybook-utils": "^0.12.5",
|
|
130
130
|
"@types/react": "^18.0.0",
|
|
131
131
|
"@types/react-dom": "^18.0.0",
|
|
132
132
|
"chalk": "4.1.2",
|