@box/blueprint-web-assets 4.55.5 → 4.56.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 SvgBubbleStar = (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: "M12 6.633c.25 0 .422.176.527.508l.758 2.351h2.477c.347 0 .57.113.652.348.078.238-.039.465-.32.664l-2.024 1.45.793 2.355c.11.324.07.574-.129.722-.203.156-.449.106-.73-.097L12 13.46l-2.008 1.473c-.281.203-.527.254-.73.097-.2-.148-.239-.398-.13-.722l.794-2.356-2.024-1.45c-.277-.198-.402-.425-.32-.663.082-.235.309-.348.648-.348h2.485l.754-2.351c.105-.332.281-.508.531-.508Z" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M12 2c3.155 0 5.681.789 7.426 2.388C21.183 5.998 22 8.298 22 11c0 2.703-.817 5.001-2.574 6.612C17.68 19.212 15.155 20 12 20h-.1c-1.357 1.23-3.037 1.98-4.464 2.18-.753.105-1.549.073-2.207-.24C4.497 21.59 4 20.912 4 20c0-.888.437-1.505.663-1.87.133-.214.236-.394.302-.594C2.91 16.223 2 13.937 2 11c0-2.703.817-5.001 2.574-6.612C6.32 2.788 8.845 2 12 2Zm0 2c-2.845 0-4.819.711-6.074 1.862C4.683 7.002 4 8.702 4 11c0 2.745.885 4.297 2.44 5.078l.131.08a1.1 1.1 0 0 1 .466.765l.009.16c-.02 1-.4 1.647-.685 2.105C6.072 19.652 6 19.78 6 20c0 .084 0 .091.089.134.164.078.517.142 1.07.065 1.084-.151 2.506-.79 3.609-1.88l.079-.072A1.1 1.1 0 0 1 11.54 18H12c2.845 0 4.819-.711 6.074-1.862C19.316 14.998 20 13.298 20 11c0-2.297-.683-3.999-1.926-5.138C16.82 4.712 14.845 4 12 4Z", clipRule: "evenodd" })] }));
4
+ const ForwardRef = forwardRef(SvgBubbleStar);
5
+ export default ForwardRef;
@@ -21,6 +21,7 @@ export { default as Brain } from './Brain';
21
21
  export { default as Briefcase } from './Briefcase';
22
22
  export { default as Broom } from './Broom';
23
23
  export { default as BubbleQuestion } from './BubbleQuestion';
24
+ export { default as BubbleStar } from './BubbleStar';
24
25
  export { default as BubbleText } from './BubbleText';
25
26
  export { default as BulletList } from './BulletList';
26
27
  export { default as Canvas } from './Canvas';
@@ -21,6 +21,7 @@ export { default as Brain } from './Brain';
21
21
  export { default as Briefcase } from './Briefcase';
22
22
  export { default as Broom } from './Broom';
23
23
  export { default as BubbleQuestion } from './BubbleQuestion';
24
+ export { default as BubbleStar } from './BubbleStar';
24
25
  export { default as BubbleText } from './BubbleText';
25
26
  export { default as BulletList } from './BulletList';
26
27
  export { default as Canvas } from './Canvas';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web-assets",
3
- "version": "4.55.5",
3
+ "version": "4.56.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",
@@ -129,7 +129,7 @@
129
129
  }
130
130
  },
131
131
  "devDependencies": {
132
- "@box/storybook-utils": "^0.13.8",
132
+ "@box/storybook-utils": "^0.13.9",
133
133
  "@types/react": "^18.0.0",
134
134
  "@types/react-dom": "^18.0.0",
135
135
  "chalk": "4.1.2",