@box/blueprint-web-assets 4.20.0 → 4.21.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,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const SvgVideoFrame = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ...props, children: [_jsx("path", { fill: props.color || '#909090', d: "M1 4a3 3 0 0 1 3-3h7a1 1 0 1 1 0 2H4a1 1 0 0 0-1 1v7a1 1 0 1 1-2 0V4ZM8 8.706v1.588a.7.7 0 0 0 1.047.607l1.708-.976a.49.49 0 0 0 0-.85l-1.708-.977A.7.7 0 0 0 8 8.706Z" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M4 7a3 3 0 0 1 3-3h5a3 3 0 0 1 3 3v5a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V7Zm3-1a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H7Z", clipRule: "evenodd" })] }));
|
|
3
|
+
export default SvgVideoFrame;
|
package/icons/Fill/index.d.ts
CHANGED
|
@@ -198,6 +198,7 @@ export { default as Trash } from './Trash';
|
|
|
198
198
|
export { default as TwoFiles } from './TwoFiles';
|
|
199
199
|
export { default as TwoFilesAlt } from './TwoFilesAlt';
|
|
200
200
|
export { default as Upload } from './Upload';
|
|
201
|
+
export { default as VideoFrame } from './VideoFrame';
|
|
201
202
|
export { default as Workflow } from './Workflow';
|
|
202
203
|
export { default as XMark } from './XMark';
|
|
203
204
|
export { default as XMarkBadge } from './XMarkBadge';
|
package/icons/Fill/index.js
CHANGED
|
@@ -198,6 +198,7 @@ export { default as Trash } from './Trash';
|
|
|
198
198
|
export { default as TwoFiles } from './TwoFiles';
|
|
199
199
|
export { default as TwoFilesAlt } from './TwoFilesAlt';
|
|
200
200
|
export { default as Upload } from './Upload';
|
|
201
|
+
export { default as VideoFrame } from './VideoFrame';
|
|
201
202
|
export { default as Workflow } from './Workflow';
|
|
202
203
|
export { default as XMark } from './XMark';
|
|
203
204
|
export { default as XMarkBadge } from './XMarkBadge';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web-assets",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.21.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",
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
"react": "^18.0.0",
|
|
106
106
|
"react-dom": "^18.0.0"
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "1464d4ff37f920c414948eee5d7219eede3d6cca"
|
|
109
109
|
}
|
package/tokens/px-tokens.d.ts
CHANGED
package/tokens/px-tokens.js
CHANGED