@box/blueprint-web-assets 4.41.6 → 4.43.1

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 SvgStorage = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M1 2.127c0-.512.726-1.015 1.9-1.414C4.198.273 6 0 8 0c2 0 3.803.272 5.1.713 1.174.399 1.9.902 1.9 1.414 0 .512-.727 1.015-1.901 1.414-1.296.44-3.099.713-5.1.713-2 0-3.802-.273-5.098-.713C1.727 3.14 1 2.639 1 2.127Zm7 10.726c-2.081 0-3.974-.29-5.353-.758-.676-.23-1.236-.509-1.647-.826v2.604c0 .512.726 1.015 1.9 1.414C4.198 15.727 6 16 8 16c2 0 3.803-.273 5.099-.713 1.174-.399 1.9-.902 1.9-1.414V11.27c-.41.317-.97.596-1.647.826-1.378.469-3.27.758-5.352.758Zm0-7.83c-2.081 0-3.974-.29-5.353-.759-.676-.23-1.236-.509-1.647-.826v2.604c0 .512.726 1.015 1.9 1.414 1.297.44 3.1.713 5.1.713 2 0 3.803-.272 5.1-.713 1.173-.399 1.9-.902 1.9-1.414V3.438c-.411.317-.971.597-1.647.826-1.379.469-3.272.758-5.353.758Zm0 3.915c-2.081 0-3.974-.29-5.353-.758-.676-.23-1.236-.51-1.647-.826v2.604c0 .512.726 1.015 1.9 1.414 1.297.44 3.1.713 5.1.713 2 0 3.803-.273 5.099-.713 1.174-.4 1.9-.902 1.9-1.414V7.354c-.41.317-.97.596-1.647.826-1.378.468-3.27.758-5.352.758Z", clipRule: "evenodd" }) }));
4
+ const ForwardRef = forwardRef(SvgStorage);
5
+ export default ForwardRef;
@@ -191,6 +191,7 @@ export { default as SignOthers } from './SignOthers';
191
191
  export { default as Skills } from './Skills';
192
192
  export { default as Star } from './Star';
193
193
  export { default as Stop } from './Stop';
194
+ export { default as Storage } from './Storage';
194
195
  export { default as Switches } from './Switches';
195
196
  export { default as Tag } from './Tag';
196
197
  export { default as Task } from './Task';
@@ -191,6 +191,7 @@ export { default as SignOthers } from './SignOthers';
191
191
  export { default as Skills } from './Skills';
192
192
  export { default as Star } from './Star';
193
193
  export { default as Stop } from './Stop';
194
+ export { default as Storage } from './Storage';
194
195
  export { default as Switches } from './Switches';
195
196
  export { default as Tag } from './Tag';
196
197
  export { default as Task } from './Task';
@@ -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 SvgStorage = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#222222', d: "M8 16.002c-3.478 0-7-.943-7-2.746V2.748C1 .945 4.522.002 8 .002c3.479 0 7 .943 7 2.746v10.508c0 1.803-3.521 2.746-7 2.746ZM2 11.24v2.015c0 .713 2.337 1.747 6 1.747s6-1.035 6-1.747V11.24c-1.292.831-3.656 1.26-6 1.26s-4.708-.429-6-1.26Zm0-1.487c0 .713 2.337 1.747 6 1.747s6-1.035 6-1.747V7.737c-1.292.832-3.656 1.26-6 1.26s-4.708-.428-6-1.26v2.016Zm0-3.502c0 .712 2.337 1.746 6 1.746s6-1.034 6-1.746V4.235c-1.292.831-3.656 1.26-6 1.26s-4.708-.429-6-1.26v2.016Zm6-5.249c-3.663 0-6 1.034-6 1.746s2.337 1.747 6 1.747 6-1.035 6-1.747c0-.712-2.337-1.746-6-1.746Z" }) }));
4
+ const ForwardRef = forwardRef(SvgStorage);
5
+ export default ForwardRef;
@@ -122,6 +122,7 @@ export { default as SidebarSquaresLeft } from './SidebarSquaresLeft';
122
122
  export { default as Sign } from './Sign';
123
123
  export { default as Skip } from './Skip';
124
124
  export { default as Star } from './Star';
125
+ export { default as Storage } from './Storage';
125
126
  export { default as Taxonomy } from './Taxonomy';
126
127
  export { default as Template } from './Template';
127
128
  export { default as TextInput } from './TextInput';
@@ -122,6 +122,7 @@ export { default as SidebarSquaresLeft } from './SidebarSquaresLeft';
122
122
  export { default as Sign } from './Sign';
123
123
  export { default as Skip } from './Skip';
124
124
  export { default as Star } from './Star';
125
+ export { default as Storage } from './Storage';
125
126
  export { default as Taxonomy } from './Taxonomy';
126
127
  export { default as Template } from './Template';
127
128
  export { default as TextInput } from './TextInput';
@@ -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 SvgBoxAi = (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: "M14.008 19.122c.69.194 1.365.34 2.013.429-.43.95-.963 1.78-1.602 2.388-.66.628-1.48 1.06-2.419 1.061-.939 0-1.759-.433-2.42-1.061-.639-.609-1.172-1.439-1.602-2.388a15.13 15.13 0 0 0 2.014-.428c.31.598.64 1.054.967 1.366.402.383.753.511 1.041.511.288 0 .638-.128 1.04-.51.329-.313.659-.77.968-1.368ZM10.176 5.295c1.466.439 3.02 1.108 4.547 1.99 2.483 1.434 4.516 3.202 5.781 4.94.632.869 1.1 1.77 1.313 2.649.214.887.178 1.813-.291 2.626-.47.813-1.254 1.306-2.13 1.564-.867.256-1.881.3-2.948.187-1.225-.13-2.583-.473-3.987-1.01l.041-.017.197-.086.36-.165c.067-.03.132-.063.198-.094l.321-.156c.082-.04.164-.082.245-.123a23.89 23.89 0 0 0 1.074-.581l.103-.063c.585.149 1.14.252 1.657.307.902.095 1.636.041 2.175-.118.532-.157.818-.396.962-.645.144-.25.21-.617.08-1.156-.133-.547-.455-1.209-.988-1.942-1.065-1.463-2.864-3.057-5.163-4.384-1.454-.84-2.902-1.453-4.225-1.838.17-.629.37-1.2.593-1.702.028-.063.057-.124.085-.183ZM6.364 9.28A23.364 23.364 0 0 0 6.206 12l.001.12c-.42.432-.787.863-1.092 1.283-.533.733-.855 1.394-.987 1.94-.13.54-.066.907.078 1.157.145.25.43.489.963.645.54.16 1.273.213 2.174.118 1.8-.19 4.081-.952 6.38-2.28 1.453-.839 2.706-1.785 3.701-2.737.52.521.955 1.036 1.295 1.527-1.113 1.05-2.469 2.06-3.996 2.942-2.483 1.433-5.031 2.31-7.169 2.536-1.068.113-2.083.07-2.951-.187-.875-.258-1.659-.751-2.128-1.564-.47-.813-.505-1.74-.291-2.626.212-.88.682-1.78 1.313-2.648.724-.995 1.7-2 2.867-2.946ZM12 1.001c.939 0 1.758.433 2.42 1.062.655.624 1.2 1.48 1.636 2.46.5 1.124.88 2.471 1.116 3.955a23.365 23.365 0 0 0-2.275-1.495l-.106-.058a11.858 11.858 0 0 0-.562-1.59c-.368-.827-.781-1.436-1.189-1.824C12.638 3.128 12.288 3 12 3c-.288 0-.639.127-1.04.51-.408.388-.82.997-1.188 1.825C9.037 6.99 8.556 9.346 8.556 12c0 1.677.192 3.235.518 4.572-.72.192-1.38.312-1.97.36-.352-1.488-.548-3.168-.548-4.932 0-2.867.515-5.512 1.388-7.477.436-.98.98-1.836 1.636-2.46C10.241 1.433 11.061 1 12 1Zm5.173 14.519c-.077.486-.17.958-.278 1.412a10.645 10.645 0 0 1-1.467-.233 23.1 23.1 0 0 0 1.745-1.18Zm-8.152-1.322a21.427 21.427 0 0 0 2.563 1.48l-.19.085-.174.072c-.482.202-.955.377-1.415.525-.132.043-.264.08-.393.119l-.076-.326a17.904 17.904 0 0 1-.315-1.955Zm-2.807-1.577c.019.719.071 1.42.15 2.098-.382-.31-.744-.626-1.082-.946.257-.37.568-.758.932-1.152Zm9.18-2.1c.665.485 1.26.984 1.78 1.48-.524.5-1.12.996-1.78 1.476a21.482 21.482 0 0 0 0-2.956Zm1.133-5.78c1.038-.102 2.023-.055 2.87.195.875.257 1.66.752 2.129 1.565.469.813.505 1.74.29 2.626-.207.858-.66 1.734-1.268 2.582-.4-.516-.861-1.03-1.376-1.532.363-.567.594-1.08.7-1.52.13-.54.066-.907-.078-1.156-.144-.25-.43-.49-.962-.647-.434-.128-.995-.186-1.668-.154a16.12 16.12 0 0 0-.37-1.249h.001c-.06-.173-.123-.345-.188-.513l-.08-.197Zm-11.923.195c.846-.25 1.83-.297 2.868-.195-.245.603-.459 1.26-.637 1.958-.672-.031-1.231.028-1.666.155-.532.157-.819.397-.963.647-.144.25-.208.616-.078 1.155.107.44.337.955.7 1.522-.512.5-.976 1.011-1.379 1.529-.607-.847-1.058-1.724-1.265-2.581-.214-.887-.18-1.812.29-2.625s1.255-1.308 2.13-1.565Zm4.808 2.583c.695.203 1.425.472 2.172.803a21.483 21.483 0 0 0-2.562 1.48c.087-.815.22-1.582.39-2.283Zm4.442-2.157.054.116a11.76 11.76 0 0 1 .445 1.202 23.114 23.114 0 0 0-1.892-.92c.46-.176.913-.332 1.36-.466.01.023.022.045.033.068Z" }) }));
4
+ const ForwardRef = forwardRef(SvgBoxAi);
5
+ export default ForwardRef;
@@ -12,6 +12,7 @@ export { default as BarChart } from './BarChart';
12
12
  export { default as Bell } from './Bell';
13
13
  export { default as BellOff } from './BellOff';
14
14
  export { default as Bold } from './Bold';
15
+ export { default as BoxAi } from './BoxAi';
15
16
  export { default as Brain } from './Brain';
16
17
  export { default as Broom } from './Broom';
17
18
  export { default as BubbleQuestion } from './BubbleQuestion';
@@ -12,6 +12,7 @@ export { default as BarChart } from './BarChart';
12
12
  export { default as Bell } from './Bell';
13
13
  export { default as BellOff } from './BellOff';
14
14
  export { default as Bold } from './Bold';
15
+ export { default as BoxAi } from './BoxAi';
15
16
  export { default as Brain } from './Brain';
16
17
  export { default as Broom } from './Broom';
17
18
  export { default as BubbleQuestion } from './BubbleQuestion';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 16 Apr 2025 20:00:40 GMT
3
+ * Generated on Wed, 07 May 2025 00:22:23 GMT
4
4
  */
5
5
 
6
6
  export const BackgroundBackground: string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 16 Apr 2025 20:00:40 GMT
3
+ * Generated on Wed, 07 May 2025 00:22:23 GMT
4
4
  */
5
5
 
6
6
  export const BackgroundBackground = '#ffffff';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 16 Apr 2025 20:00:41 GMT
3
+ * Generated on Wed, 07 May 2025 00:22:23 GMT
4
4
  */
5
5
 
6
6
  :root {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web-assets",
3
- "version": "4.41.6",
3
+ "version": "4.43.1",
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",
@@ -126,7 +126,7 @@
126
126
  }
127
127
  },
128
128
  "devDependencies": {
129
- "@box/storybook-utils": "^0.12.0",
129
+ "@box/storybook-utils": "^0.12.2",
130
130
  "@types/react": "^18.0.0",
131
131
  "@types/react-dom": "^18.0.0",
132
132
  "chalk": "4.1.2",