@box/blueprint-web-assets 4.59.2 → 4.60.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 } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgSidebarChevronLeft = (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: "M17 4a5 5 0 0 1 5 5v6a5 5 0 0 1-5 5H7a5 5 0 0 1-4.993-4.743L2 15V9a5 5 0 0 1 5-5h10ZM7 6a3 3 0 0 0-3 3v6l.004.155A3 3 0 0 0 7 18h5V6H7Zm7 12h3a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3h-3v12ZM8.293 9.293a1 1 0 1 1 1.414 1.414L8.414 12l1.293 1.293a1 1 0 1 1-1.414 1.414l-2-2a1 1 0 0 1 0-1.414l2-2Z" }) }));
4
+ const ForwardRef = forwardRef(SvgSidebarChevronLeft);
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 SvgSidebarChevronRight = (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: "M17 4a5 5 0 0 1 5 5v6a5 5 0 0 1-5 5H7a5 5 0 0 1-4.993-4.743L2 15V9a5 5 0 0 1 5-5h10ZM7 6a3 3 0 0 0-3 3v6l.004.155A3 3 0 0 0 7 18h5V6H7Zm7 12h3a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3h-3v12ZM6.293 9.293a1 1 0 0 1 1.414 0l2 2a1 1 0 0 1 0 1.414l-2 2a1 1 0 1 1-1.414-1.414L7.586 12l-1.293-1.293a1 1 0 0 1 0-1.414Z" }) }));
4
+ const ForwardRef = forwardRef(SvgSidebarChevronRight);
5
+ export default ForwardRef;
@@ -81,6 +81,8 @@ export { default as Relay } from './Relay';
81
81
  export { default as Retention } from './Retention';
82
82
  export { default as Search } from './Search';
83
83
  export { default as Section } from './Section';
84
+ export { default as SidebarChevronLeft } from './SidebarChevronLeft';
85
+ export { default as SidebarChevronRight } from './SidebarChevronRight';
84
86
  export { default as Sign } from './Sign';
85
87
  export { default as Sparkles } from './Sparkles';
86
88
  export { default as Strikethrough } from './Strikethrough';
@@ -81,6 +81,8 @@ export { default as Relay } from './Relay';
81
81
  export { default as Retention } from './Retention';
82
82
  export { default as Search } from './Search';
83
83
  export { default as Section } from './Section';
84
+ export { default as SidebarChevronLeft } from './SidebarChevronLeft';
85
+ export { default as SidebarChevronRight } from './SidebarChevronRight';
84
86
  export { default as Sign } from './Sign';
85
87
  export { default as Sparkles } from './Sparkles';
86
88
  export { default as Strikethrough } from './Strikethrough';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web-assets",
3
- "version": "4.59.2",
3
+ "version": "4.60.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",
@@ -131,7 +131,7 @@
131
131
  }
132
132
  },
133
133
  "devDependencies": {
134
- "@box/storybook-utils": "^0.13.13",
134
+ "@box/storybook-utils": "^0.13.14",
135
135
  "@types/react": "^18.0.0",
136
136
  "@types/react-dom": "^18.0.0",
137
137
  "chalk": "4.1.2",