@box/blueprint-web-assets 4.118.3 → 4.119.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 SvgArchive = (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: "M19 3a3 3 0 0 1 3 3v1c0 .74-.403 1.383-1 1.73V17a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V8.73C2.403 8.382 2 7.74 2 7V6a3 3 0 0 1 3-3h14ZM5 17a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V9H5v8Zm9-6a1 1 0 1 1 0 2h-4a1 1 0 1 1 0-2h4ZM4.897 5.005A1 1 0 0 0 4 6v1h16V6a1 1 0 0 0-1-1H5l-.103.005Z" }) }));
4
+ const ForwardRef = forwardRef(SvgArchive);
5
+ export default ForwardRef;
@@ -5,6 +5,7 @@ export { default as AlignmentFill } from './AlignmentFill';
5
5
  export { default as AlignmentLeft } from './AlignmentLeft';
6
6
  export { default as AlignmentRight } from './AlignmentRight';
7
7
  export { default as Apps } from './Apps';
8
+ export { default as Archive } from './Archive';
8
9
  export { default as ArrowArchedRight } from './ArrowArchedRight';
9
10
  export { default as ArrowBack } from './ArrowBack';
10
11
  export { default as ArrowCircle } from './ArrowCircle';
@@ -5,6 +5,7 @@ export { default as AlignmentFill } from './AlignmentFill';
5
5
  export { default as AlignmentLeft } from './AlignmentLeft';
6
6
  export { default as AlignmentRight } from './AlignmentRight';
7
7
  export { default as Apps } from './Apps';
8
+ export { default as Archive } from './Archive';
8
9
  export { default as ArrowArchedRight } from './ArrowArchedRight';
9
10
  export { default as ArrowBack } from './ArrowBack';
10
11
  export { default as ArrowCircle } from './ArrowCircle';
@@ -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 SvgArchive = (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: "M19 3a3 3 0 0 1 3 3v1c0 .74-.403 1.383-1 1.73V17a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V8.73C2.403 8.382 2 7.74 2 7V6a3 3 0 0 1 3-3h14Zm-9 8a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2h-4ZM5 5l-.103.005A1 1 0 0 0 4 6v1h16V6a1 1 0 0 0-1-1H5Z" }) }));
4
+ const ForwardRef = forwardRef(SvgArchive);
5
+ export default ForwardRef;
@@ -1,4 +1,5 @@
1
1
  export { default as Apps } from './Apps';
2
+ export { default as Archive } from './Archive';
2
3
  export { default as ArrowArchedRight } from './ArrowArchedRight';
3
4
  export { default as Asterisk } from './Asterisk';
4
5
  export { default as Automate } from './Automate';
@@ -1,4 +1,5 @@
1
1
  export { default as Apps } from './Apps';
2
+ export { default as Archive } from './Archive';
2
3
  export { default as ArrowArchedRight } from './ArrowArchedRight';
3
4
  export { default as Asterisk } from './Asterisk';
4
5
  export { default as Automate } from './Automate';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web-assets",
3
- "version": "4.118.3",
3
+ "version": "4.119.2",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "scripts": {
6
6
  "build-storybook": "nx run blueprint-web-assets:build-storybook",
@@ -150,7 +150,7 @@
150
150
  }
151
151
  },
152
152
  "devDependencies": {
153
- "@box/storybook-utils": "^0.19.7",
153
+ "@box/storybook-utils": "^0.19.11",
154
154
  "@figma/code-connect": "1.4.4",
155
155
  "@types/react": "^18.0.0",
156
156
  "@types/react-dom": "^18.0.0",