@box/blueprint-web-assets 4.98.0 → 4.99.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.
- package/dist/icons/Medium/Sandbox.d.ts +3 -0
- package/dist/icons/Medium/Sandbox.js +5 -0
- package/dist/icons/Medium/Server.d.ts +3 -0
- package/dist/icons/Medium/Server.js +5 -0
- package/dist/icons/Medium/index.d.ts +2 -0
- package/dist/icons/Medium/index.js +2 -0
- package/dist/icons/MediumFilled/Sandbox.d.ts +3 -0
- package/dist/icons/MediumFilled/Sandbox.js +5 -0
- package/dist/icons/MediumFilled/index.d.ts +1 -0
- package/dist/icons/MediumFilled/index.js +1 -0
- 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 SvgSandbox = (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: "M8 4a4.5 4.5 0 0 1 4.472 4h.441a1 1 0 0 1 .997 1.083l-.68 8.166-.039.287A3 3 0 0 1 10.24 20H5.761l-.29-.014a3 3 0 0 1-2.7-2.737l-.68-8.166A1 1 0 0 1 3.086 8h.441A4.5 4.5 0 0 1 8 4ZM4.764 17.083A1 1 0 0 0 5.76 18h4.478a1 1 0 0 0 .997-.917l.545-6.541a.5.5 0 0 0-.498-.542H4.717a.5.5 0 0 0-.498.541l.545 6.542ZM8 6c-1.21 0-2.219.859-2.45 2h4.9A2.501 2.501 0 0 0 8 6ZM20 4a1 1 0 1 1 0 2h-.5v6.041A3.001 3.001 0 0 1 22 15v4a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-4a3 3 0 0 1 2.5-2.957V6H17a1 1 0 1 1 0-2h3Zm-2 10a1 1 0 0 0-1 1v2.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5V15a1 1 0 0 0-1-1h-1Z", clipRule: "evenodd" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgSandbox);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgServer = (props, ref) => (_jsxs("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: "M17 17a1 1 0 1 1 0 2h-4a1 1 0 1 1 0-2h4ZM17 11a1 1 0 1 1 0 2h-4a1 1 0 1 1 0-2h4ZM17 5a1 1 0 1 1 0 2h-4a1 1 0 1 1 0-2h4Z" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M18 2a4 4 0 0 1 4 4v12a4 4 0 0 1-3.794 3.995L18 22H6l-.206-.005a4.001 4.001 0 0 1-3.79-3.789L2 18V6a4 4 0 0 1 4-4h12ZM4 18a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2H4v2Zm0-4h16v-4H4v4ZM6 4a2 2 0 0 0-2 2v2h16V6a2 2 0 0 0-2-2H6Z", clipRule: "evenodd" })] }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgServer);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -162,8 +162,10 @@ export { default as RelayAdvanced } from './RelayAdvanced';
|
|
|
162
162
|
export { default as Retention } from './Retention';
|
|
163
163
|
export { default as RightSidebarChevronClose } from './RightSidebarChevronClose';
|
|
164
164
|
export { default as RightSidebarChevronOpen } from './RightSidebarChevronOpen';
|
|
165
|
+
export { default as Sandbox } from './Sandbox';
|
|
165
166
|
export { default as Search } from './Search';
|
|
166
167
|
export { default as Section } from './Section';
|
|
168
|
+
export { default as Server } from './Server';
|
|
167
169
|
export { default as Shield } from './Shield';
|
|
168
170
|
export { default as SideRectangle } from './SideRectangle';
|
|
169
171
|
export { default as SidebarChevronLeft } from './SidebarChevronLeft';
|
|
@@ -162,8 +162,10 @@ export { default as RelayAdvanced } from './RelayAdvanced';
|
|
|
162
162
|
export { default as Retention } from './Retention';
|
|
163
163
|
export { default as RightSidebarChevronClose } from './RightSidebarChevronClose';
|
|
164
164
|
export { default as RightSidebarChevronOpen } from './RightSidebarChevronOpen';
|
|
165
|
+
export { default as Sandbox } from './Sandbox';
|
|
165
166
|
export { default as Search } from './Search';
|
|
166
167
|
export { default as Section } from './Section';
|
|
168
|
+
export { default as Server } from './Server';
|
|
167
169
|
export { default as Shield } from './Shield';
|
|
168
170
|
export { default as SideRectangle } from './SideRectangle';
|
|
169
171
|
export { default as SidebarChevronLeft } from './SidebarChevronLeft';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgSandbox = (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: "M8 4a4.5 4.5 0 0 1 4.472 4h.441a1 1 0 0 1 .997 1.083l-.68 8.166-.039.287A3 3 0 0 1 10.24 20H5.761l-.29-.014a3 3 0 0 1-2.7-2.737l-.68-8.166A1 1 0 0 1 3.086 8h.441A4.5 4.5 0 0 1 8 4Zm0 2c-1.21 0-2.219.859-2.45 2h4.9A2.501 2.501 0 0 0 8 6ZM20 4a1 1 0 1 1 0 2h-.5v6.041A3.001 3.001 0 0 1 22 15v4a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-4a3 3 0 0 1 2.5-2.957V6H17a1 1 0 1 1 0-2h3Z", clipRule: "evenodd" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgSandbox);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -42,6 +42,7 @@ export { default as Plus } from './Plus';
|
|
|
42
42
|
export { default as Puzzle } from './Puzzle';
|
|
43
43
|
export { default as QuestionCircle } from './QuestionCircle';
|
|
44
44
|
export { default as Relay } from './Relay';
|
|
45
|
+
export { default as Sandbox } from './Sandbox';
|
|
45
46
|
export { default as Search } from './Search';
|
|
46
47
|
export { default as Section } from './Section';
|
|
47
48
|
export { default as Shield } from './Shield';
|
|
@@ -42,6 +42,7 @@ export { default as Plus } from './Plus';
|
|
|
42
42
|
export { default as Puzzle } from './Puzzle';
|
|
43
43
|
export { default as QuestionCircle } from './QuestionCircle';
|
|
44
44
|
export { default as Relay } from './Relay';
|
|
45
|
+
export { default as Sandbox } from './Sandbox';
|
|
45
46
|
export { default as Search } from './Search';
|
|
46
47
|
export { default as Section } from './Section';
|
|
47
48
|
export { default as Shield } from './Shield';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web-assets",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.99.0",
|
|
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.16.
|
|
142
|
+
"@box/storybook-utils": "^0.16.26",
|
|
143
143
|
"@figma/code-connect": "1.3.12",
|
|
144
144
|
"@types/react": "^18.0.0",
|
|
145
145
|
"@types/react-dom": "^18.0.0",
|