@box/blueprint-web-assets 4.84.1 → 4.85.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.
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ 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 SvgClipboardArrow = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M14.154 1.004a2.998 2.998 0 0 1 2.676 2.01c-.002-.006.004-.014.012-.014H17l.206.005A4 4 0 0 1 21 7v5a1 1 0 1 1-2 0V7a2 2 0 0 0-1.796-1.99.199.199 0 0 0-.215.194 2 2 0 0 1-1.785 1.785L15 7H9l-.204-.01A2 2 0 0 1 7.01 5.203a.199.199 0 0 0-.215-.193A2 2 0 0 0 5 7v11a2 2 0 0 0 2 2h5a1 1 0 1 1 0 2H7l-.206-.005a4.001 4.001 0 0 1-3.79-3.789L3 18V7a4 4 0 0 1 3.794-3.995L7 3h.158a.01.01 0 0 1 .01.015 3 3 0 0 1 2.678-2.011L10 1h4l.154.004ZM10 3a1 1 0 0 0-1 1v1h6V4a1 1 0 0 0-1-1h-4Z", clipRule: "evenodd" }), _jsx("path", { fill: props.color || '#909090', d: "M17.5 14c.469 0 .849.398.849.888v4.2l1.176-1.351a.822.822 0 0 1 1.199-.057c.346.33.37.893.054 1.255l-2.26 2.594a1.337 1.337 0 0 1-2.037 0l-2.26-2.594a.919.919 0 0 1 .056-1.255.822.822 0 0 1 1.198.057l1.176 1.35v-4.199c0-.49.38-.888.849-.888Z" })] }));
4
+ const ForwardRef = forwardRef(SvgClipboardArrow);
5
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ 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 SvgClipboardPlus = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M14.154 1.004a2.998 2.998 0 0 1 2.676 2.01c-.002-.006.004-.014.012-.014H17l.206.005A4 4 0 0 1 21 7v5a1 1 0 1 1-2 0V7a2 2 0 0 0-1.796-1.99.199.199 0 0 0-.215.194 2 2 0 0 1-1.785 1.785L15 7H9l-.204-.01A2 2 0 0 1 7.01 5.203a.199.199 0 0 0-.215-.193A2 2 0 0 0 5 7v11a2 2 0 0 0 2 2h5a1 1 0 1 1 0 2H7l-.206-.005a4.001 4.001 0 0 1-3.79-3.789L3 18V7a4 4 0 0 1 3.794-3.995L7 3h.158a.01.01 0 0 1 .01.015 3 3 0 0 1 2.678-2.011L10 1h4l.154.004ZM10 3a1 1 0 0 0-1 1v1h6V4a1 1 0 0 0-1-1h-4Z", clipRule: "evenodd" }), _jsx("path", { fill: props.color || '#909090', d: "M17 14a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2h-2a1 1 0 1 1 0-2h2v-2a1 1 0 0 1 1-1Z" })] }));
4
+ const ForwardRef = forwardRef(SvgClipboardPlus);
5
+ export default ForwardRef;
@@ -1,5 +1,5 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { forwardRef } from 'react';
3
- const SvgNav = (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: "M11 6h8a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-8V6ZM9 4h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h4ZM5 18a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h4v12H5Zm0-9a1 1 0 0 1 1-1h1a1 1 0 0 1 0 2H6a1 1 0 0 1-1-1Zm1 2a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2H6Z", clipRule: "evenodd" }) }));
3
+ const SvgNav = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', d: "M8 11a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2h1Zm0-3a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2h1Z" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M17 4a5 5 0 0 1 5 5v6l-.007.257A5 5 0 0 1 17 20H7a5 5 0 0 1-5-5V9a5 5 0 0 1 5-5h10ZM7 6a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h4V6H7Zm6 12h4a3 3 0 0 0 2.996-2.846L20 15V9a3 3 0 0 0-3-3h-4v12Z", clipRule: "evenodd" })] }));
4
4
  const ForwardRef = forwardRef(SvgNav);
5
5
  export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ 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 SvgSidebarRight = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', d: "M16 11a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2h-1Zm0-3a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2h-1Z" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M7 4a5 5 0 0 0-5 5v6a5 5 0 0 0 5 5h10a5 5 0 0 0 4.993-4.743L22 15V9a5 5 0 0 0-5-5H7Zm10 2a3 3 0 0 1 3 3v6l-.004.154A3 3 0 0 1 17 18h-4V6h4Zm-6 12H7a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h4v12Z", clipRule: "evenodd" })] }));
4
+ const ForwardRef = forwardRef(SvgSidebarRight);
5
+ export default ForwardRef;
@@ -56,7 +56,9 @@ export { default as ChevronLeft } from './ChevronLeft';
56
56
  export { default as ChevronRight } from './ChevronRight';
57
57
  export { default as ChevronUp } from './ChevronUp';
58
58
  export { default as Clipboard } from './Clipboard';
59
+ export { default as ClipboardArrow } from './ClipboardArrow';
59
60
  export { default as ClipboardList } from './ClipboardList';
61
+ export { default as ClipboardPlus } from './ClipboardPlus';
60
62
  export { default as Clock } from './Clock';
61
63
  export { default as ClockExclamation } from './ClockExclamation';
62
64
  export { default as ClockPlus } from './ClockPlus';
@@ -136,6 +138,7 @@ export { default as Section } from './Section';
136
138
  export { default as Shield } from './Shield';
137
139
  export { default as SidebarChevronLeft } from './SidebarChevronLeft';
138
140
  export { default as SidebarChevronRight } from './SidebarChevronRight';
141
+ export { default as SidebarRight } from './SidebarRight';
139
142
  export { default as Sign } from './Sign';
140
143
  export { default as Sparkles } from './Sparkles';
141
144
  export { default as Split } from './Split';
@@ -56,7 +56,9 @@ export { default as ChevronLeft } from './ChevronLeft';
56
56
  export { default as ChevronRight } from './ChevronRight';
57
57
  export { default as ChevronUp } from './ChevronUp';
58
58
  export { default as Clipboard } from './Clipboard';
59
+ export { default as ClipboardArrow } from './ClipboardArrow';
59
60
  export { default as ClipboardList } from './ClipboardList';
61
+ export { default as ClipboardPlus } from './ClipboardPlus';
60
62
  export { default as Clock } from './Clock';
61
63
  export { default as ClockExclamation } from './ClockExclamation';
62
64
  export { default as ClockPlus } from './ClockPlus';
@@ -136,6 +138,7 @@ export { default as Section } from './Section';
136
138
  export { default as Shield } from './Shield';
137
139
  export { default as SidebarChevronLeft } from './SidebarChevronLeft';
138
140
  export { default as SidebarChevronRight } from './SidebarChevronRight';
141
+ export { default as SidebarRight } from './SidebarRight';
139
142
  export { default as Sign } from './Sign';
140
143
  export { default as Sparkles } from './Sparkles';
141
144
  export { default as Split } from './Split';
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { forwardRef } from 'react';
3
- const SvgNav = (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: "M6 4a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4V8a4 4 0 0 0-4-4H6Zm0 4a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2H6Zm-1 4a1 1 0 0 1 1-1h1a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1Zm13-6h-7v12h7a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2Z", clipRule: "evenodd" }) }));
3
+ const SvgNav = (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', fillRule: "evenodd", d: "M17 4a5 5 0 0 1 5 5v6l-.007.257A5 5 0 0 1 17 20H7a5 5 0 0 1-5-5V9a5 5 0 0 1 5-5h10Zm-4 14h4a3 3 0 0 0 2.996-2.846L20 15V9a3 3 0 0 0-3-3h-4v12Zm-6-7a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2H7Zm0-3a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2H7Z", clipRule: "evenodd" }) }));
4
4
  const ForwardRef = forwardRef(SvgNav);
5
5
  export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgSidebarRight = (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', fillRule: "evenodd", d: "M7 4a5 5 0 0 0-5 5v6a5 5 0 0 0 5 5h10a5 5 0 0 0 4.993-4.743L22 15V9a5 5 0 0 0-5-5H7Zm4 14H7a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h4v12Zm6-7a1 1 0 1 1 0 2h-1a1 1 0 1 1 0-2h1Zm0-3a1 1 0 1 1 0 2h-1a1 1 0 1 1 0-2h1Z", clipRule: "evenodd" }) }));
4
+ const ForwardRef = forwardRef(SvgSidebarRight);
5
+ export default ForwardRef;
@@ -42,6 +42,7 @@ export { default as Relay } from './Relay';
42
42
  export { default as Search } from './Search';
43
43
  export { default as Section } from './Section';
44
44
  export { default as Shield } from './Shield';
45
+ export { default as SidebarRight } from './SidebarRight';
45
46
  export { default as Sparkles } from './Sparkles';
46
47
  export { default as Stamp } from './Stamp';
47
48
  export { default as Tag } from './Tag';
@@ -42,6 +42,7 @@ export { default as Relay } from './Relay';
42
42
  export { default as Search } from './Search';
43
43
  export { default as Section } from './Section';
44
44
  export { default as Shield } from './Shield';
45
+ export { default as SidebarRight } from './SidebarRight';
45
46
  export { default as Sparkles } from './Sparkles';
46
47
  export { default as Stamp } from './Stamp';
47
48
  export { default as Tag } from './Tag';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web-assets",
3
- "version": "4.84.1",
3
+ "version": "4.85.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",
@@ -139,7 +139,7 @@
139
139
  }
140
140
  },
141
141
  "devDependencies": {
142
- "@box/storybook-utils": "^0.14.21",
142
+ "@box/storybook-utils": "^0.14.22",
143
143
  "@types/react": "^18.0.0",
144
144
  "@types/react-dom": "^18.0.0",
145
145
  "chalk": "4.1.2",