@box/blueprint-web-assets 5.2.12 → 5.3.0

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.
Files changed (31) hide show
  1. package/dist/icons/Logo/ShieldAnomalousDownload.d.ts +3 -0
  2. package/dist/icons/Logo/ShieldAnomalousDownload.js +5 -0
  3. package/dist/icons/Logo/ShieldMaliciousContent.d.ts +3 -0
  4. package/dist/icons/Logo/ShieldMaliciousContent.js +5 -0
  5. package/dist/icons/Logo/ShieldRansomware.d.ts +3 -0
  6. package/dist/icons/Logo/ShieldRansomware.js +5 -0
  7. package/dist/icons/Logo/ShieldSuspiciousLocation.d.ts +3 -0
  8. package/dist/icons/Logo/ShieldSuspiciousLocation.js +5 -0
  9. package/dist/icons/Logo/ShieldSuspiciousSession.d.ts +3 -0
  10. package/dist/icons/Logo/ShieldSuspiciousSession.js +5 -0
  11. package/dist/icons/Logo/index.d.ts +5 -0
  12. package/dist/icons/Logo/index.js +5 -0
  13. package/dist/tokens/BP2/dark_mode_value/px-tokens.d.ts +1 -0
  14. package/dist/tokens/BP2/dark_mode_value/px-tokens.js +1 -0
  15. package/dist/tokens/BP2/dark_mode_value/tokens.css +1 -0
  16. package/dist/tokens/BP2/dark_mode_value/tokens.d.ts +1 -0
  17. package/dist/tokens/BP2/dark_mode_value/tokens.js +1 -0
  18. package/dist/tokens/BP2/dark_mode_value/tokens.json +1 -0
  19. package/dist/tokens/BP2/light_mode_value/px-tokens.d.ts +1 -0
  20. package/dist/tokens/BP2/light_mode_value/px-tokens.js +1 -0
  21. package/dist/tokens/BP2/light_mode_value/tokens.css +1 -0
  22. package/dist/tokens/BP2/light_mode_value/tokens.d.ts +1 -0
  23. package/dist/tokens/BP2/light_mode_value/tokens.js +1 -0
  24. package/dist/tokens/BP2/light_mode_value/tokens.json +1 -0
  25. package/dist/tokens/px-tokens.d.ts +1 -0
  26. package/dist/tokens/px-tokens.js +1 -0
  27. package/dist/tokens/tokens-css-vars.scss +1 -0
  28. package/dist/tokens/tokens.d.ts +1 -0
  29. package/dist/tokens/tokens.js +1 -0
  30. package/dist/tokens/tokens.json +1 -0
  31. package/package.json +2 -2
@@ -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 SvgShieldAnomalousDownload = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 32 32", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "#F4F4F4", d: "M0 6a6 6 0 0 1 6-6h20a6 6 0 0 1 6 6v20a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6Z" }), _jsx("path", { fill: "black", fillOpacity: 0.6, fillRule: "evenodd", d: "M23.332 13.611c1.37.67 1.513 2.395.54 3.324.878.834.823 2.263-.092 3.036 1.125.946.914 2.807-.51 3.436l-.16.063-6.76 2.406a2.157 2.157 0 0 1-1.506-.024l-6.017-2.354a2.049 2.049 0 0 1-.607-3.477 2.05 2.05 0 0 1-.094-3.034 2.048 2.048 0 0 1 .611-3.357l2.69-1.196.955 1.196-3.02 1.344a.586.586 0 0 0 .025 1.085l6.016 2.355c.103.04.215.05.323.033l.107-.027 6.761-2.405a.586.586 0 0 0 .065-1.083l-.001-.001-3.459-1.691.947-1.187 3.186 1.558ZM16.35 22.76a2.156 2.156 0 0 1-1.506-.024l-4.94-1.933-.542.24a.586.586 0 0 0 .026 1.086l6.016 2.354a.62.62 0 0 0 .324.034l.106-.026 6.762-2.406a.585.585 0 0 0 .064-1.082V21l-.576-.282-5.734 2.04Zm0-2.952a2.157 2.157 0 0 1-1.506-.024l-5.14-2.01-.342.152a.586.586 0 0 0 .026 1.086l6.016 2.354c.103.04.215.051.323.034l.107-.027 6.761-2.405a.586.586 0 0 0 .065-1.084h-.001l-.379-.186-5.93 2.11Z", clipRule: "evenodd" }), _jsx("path", { fill: "black", fillOpacity: 0.6, d: "M16.372 6a.74.74 0 0 1 .739.74v.002l-.007 2.961h1.484a.74.74 0 0 1 .625 1.136l-.048.068-2.956 3.704a.738.738 0 0 1-1.155 0l-2.956-3.704a.741.741 0 0 1 .577-1.203l1.481-.001.008-2.964A.74.74 0 0 1 14.903 6h1.469Z" })] }));
4
+ const ForwardRef = forwardRef(SvgShieldAnomalousDownload);
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 SvgShieldMaliciousContent = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 32 32", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "#F4F4F4", d: "M0 6a6 6 0 0 1 6-6h20a6 6 0 0 1 6 6v20a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6Z" }), _jsx("path", { fill: "black", fillOpacity: 0.6, fillRule: "evenodd", d: "M16 8.875a3 3 0 0 1 2.867 3.884c.52.236.883.758.883 1.366a1.5 1.5 0 0 0 1.5-1.5.75.75 0 0 1 1.5 0 3 3 0 0 1-3 3v.75H22a.75.75 0 0 1 0 1.5h-2.25v.75l.154.004a3 3 0 0 1 2.846 2.996.75.75 0 0 1-1.5 0 1.5 1.5 0 0 0-1.5-1.5.738.738 0 0 1-.075-.004 3.75 3.75 0 0 1-7.351 0 .754.754 0 0 1-.074.004 1.5 1.5 0 0 0-1.5 1.5.75.75 0 0 1-1.5 0 3 3 0 0 1 3-3v-.75H10a.75.75 0 0 1 0-1.5h2.25v-.75a3 3 0 0 1-3-3 .75.75 0 0 1 1.5 0 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 1 .882-1.366A3 3 0 0 1 16 8.875Zm0 1.5a1.5 1.5 0 0 0-1.298 2.25h2.596A1.5 1.5 0 0 0 16 10.375Z", clipRule: "evenodd" })] }));
4
+ const ForwardRef = forwardRef(SvgShieldMaliciousContent);
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 SvgShieldRansomware = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 32 32", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "#F4F4F4", d: "M0 6a6 6 0 0 1 6-6h20a6 6 0 0 1 6 6v20a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6Z" }), _jsx("path", { fill: "black", fillOpacity: 0.6, fillRule: "evenodd", d: "M13 15.25c1.339 0 2.432 1.082 2.497 2.443l.003.128v.643c.69 0 1.25.575 1.25 1.286v3.214c0 .71-.56 1.286-1.25 1.286h-5c-.69 0-1.25-.576-1.25-1.286V19.75c0-.71.56-1.286 1.25-1.286v-.643c0-1.42 1.119-2.571 2.5-2.571Zm0 1.285c-.659 0-1.199.525-1.247 1.19l-.003.096v.643h2.5v-.643c0-.71-.56-1.286-1.25-1.286Z", clipRule: "evenodd" }), _jsx("path", { fill: "black", fillOpacity: 0.6, fillRule: "evenodd", d: "M17.79 7.75c.608 0 1.192.248 1.616.685l2.71 2.798c.407.42.634.981.634 1.565v6.952A2.25 2.25 0 0 1 20.5 22h-2.25v-1.5h2.25a.75.75 0 0 0 .75-.75v-6h-4.5v-4.5h-3A.75.75 0 0 0 13 10v3.75c-.534 0-1.04.105-1.5.295V10a2.25 2.25 0 0 1 2.25-2.25h4.04Zm.46 4.5h2.763L18.328 9.48a.748.748 0 0 0-.078-.07v2.841Z", clipRule: "evenodd" })] }));
4
+ const ForwardRef = forwardRef(SvgShieldRansomware);
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 SvgShieldSuspiciousLocation = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 32 32", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "#F4F4F4", d: "M0 6a6 6 0 0 1 6-6h20a6 6 0 0 1 6 6v20a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6Z" }), _jsx("path", { fill: "black", fillOpacity: 0.6, fillRule: "evenodd", d: "M16.114 7.75a8.25 8.25 0 0 1 8.022 6.326 4.098 4.098 0 0 0-1.933-.99 6.778 6.778 0 0 0-3.308-3.236v.577c-.012.56-.047.801-.136 1.06-.175.502-.54.729-1.115.76l-.148.005h-1.407v.937c0 .359-.13.638-.39.797l-.105.053c-.15.066-.266.087-.487.09l-.328-.002h-1.502v.937h4.522a4.145 4.145 0 0 0-.56 2.083c0 1.135.524 2.23 1.04 3.095.538.9 1.225 1.794 1.793 2.538l.244.319A8.25 8.25 0 1 1 16.114 7.75Zm-6.548 6.604a6.75 6.75 0 0 0 5.585 8.325v-1.994l-.108-.003c-.349-.01-.572-.039-.793-.104l-.096-.031c-.514-.178-.827-.56-.872-1.12l-.005-.144v-.758l-3.71-4.17Z", clipRule: "evenodd" }), _jsx("path", { fill: "black", fillOpacity: 0.6, fillRule: "evenodd", d: "M21.364 14.5c1.45 0 2.625 1.185 2.625 2.647 0 1.462-1.399 3.309-2.625 4.853l-.1-.131c-1.16-1.517-2.525-3.301-2.525-4.722a2.636 2.636 0 0 1 2.625-2.647Zm0 1.184c-.414 0-.75.354-.75.79 0 .436.336.79.75.79s.75-.354.75-.79c0-.436-.335-.79-.75-.79Z", clipRule: "evenodd" })] }));
4
+ const ForwardRef = forwardRef(SvgShieldSuspiciousLocation);
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 SvgShieldSuspiciousSession = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 32 32", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "#F4F4F4", d: "M0 6a6 6 0 0 1 6-6h20a6 6 0 0 1 6 6v20a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6Z" }), _jsx("path", { fill: "black", fillOpacity: 0.6, fillRule: "evenodd", d: "M15.304 11.5a5.285 5.285 0 0 0 0 1.5H10.75v6h10.5v-1.555a5.21 5.21 0 0 0 1.5-.451V20.5l1.5 1.5a1.5 1.5 0 0 1-1.5 1.5H9.25a1.5 1.5 0 0 1-1.5-1.5l1.5-1.5V13a1.5 1.5 0 0 1 1.347-1.492l.153-.008h4.554ZM9.25 22h13.5l-1.5-1.5h-10.5L9.25 22Z", clipRule: "evenodd" }), _jsx("path", { fill: "black", fillOpacity: 0.6, fillRule: "evenodd", d: "M20.5 8.5a3.75 3.75 0 1 1 0 7.5 3.75 3.75 0 0 1 0-7.5Zm0 .725a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm0 2.263a.75.75 0 0 0-.75.75v2.25l.004.077a.75.75 0 0 0 1.492 0l.004-.077v-2.25l-.004-.077a.75.75 0 0 0-.746-.673Z", clipRule: "evenodd" })] }));
4
+ const ForwardRef = forwardRef(SvgShieldSuspiciousSession);
5
+ export default ForwardRef;
@@ -84,6 +84,11 @@ export { default as RetentionModifiable } from './RetentionModifiable';
84
84
  export { default as RetentionNonModifiable } from './RetentionNonModifiable';
85
85
  export { default as Seclore } from './Seclore';
86
86
  export { default as Security } from './Security';
87
+ export { default as ShieldAnomalousDownload } from './ShieldAnomalousDownload';
88
+ export { default as ShieldMaliciousContent } from './ShieldMaliciousContent';
89
+ export { default as ShieldRansomware } from './ShieldRansomware';
90
+ export { default as ShieldSuspiciousLocation } from './ShieldSuspiciousLocation';
91
+ export { default as ShieldSuspiciousSession } from './ShieldSuspiciousSession';
87
92
  export { default as ShuttleLogo } from './ShuttleLogo';
88
93
  export { default as Slack } from './Slack';
89
94
  export { default as TroubleShootingTools } from './TroubleShootingTools';
@@ -84,6 +84,11 @@ export { default as RetentionModifiable } from './RetentionModifiable';
84
84
  export { default as RetentionNonModifiable } from './RetentionNonModifiable';
85
85
  export { default as Seclore } from './Seclore';
86
86
  export { default as Security } from './Security';
87
+ export { default as ShieldAnomalousDownload } from './ShieldAnomalousDownload';
88
+ export { default as ShieldMaliciousContent } from './ShieldMaliciousContent';
89
+ export { default as ShieldRansomware } from './ShieldRansomware';
90
+ export { default as ShieldSuspiciousLocation } from './ShieldSuspiciousLocation';
91
+ export { default as ShieldSuspiciousSession } from './ShieldSuspiciousSession';
87
92
  export { default as ShuttleLogo } from './ShuttleLogo';
88
93
  export { default as Slack } from './Slack';
89
94
  export { default as TroubleShootingTools } from './TroubleShootingTools';
@@ -1203,5 +1203,6 @@ export const bpDurationShort: string;
1203
1203
  export const bpOpacityHidden: string;
1204
1204
  export const bpOpacityVisible: string;
1205
1205
  export const bpScaleDefault: string;
1206
+ export const bpScaleExtraSmall: string;
1206
1207
  export const bpScaleLarge: string;
1207
1208
  export const bpScaleSmall: string;
@@ -1203,5 +1203,6 @@ export const bpDurationShort = '100ms';
1203
1203
  export const bpOpacityHidden = '0';
1204
1204
  export const bpOpacityVisible = '1';
1205
1205
  export const bpScaleDefault = '1.00';
1206
+ export const bpScaleExtraSmall = '0.90';
1206
1207
  export const bpScaleLarge = '1.12';
1207
1208
  export const bpScaleSmall = '0.98';
@@ -699,6 +699,7 @@
699
699
  --bp-opacity-hidden: 0;
700
700
  --bp-opacity-visible: 1;
701
701
  --bp-scale-default: 1;
702
+ --bp-scale-extra-small: 0.9;
702
703
  --bp-scale-large: 1.12;
703
704
  --bp-scale-small: 0.98;
704
705
  --bp-background-background: var(--bp-gray-100);
@@ -1199,5 +1199,6 @@ export const bpDurationShort: string;
1199
1199
  export const bpOpacityHidden: string;
1200
1200
  export const bpOpacityVisible: string;
1201
1201
  export const bpScaleDefault: string;
1202
+ export const bpScaleExtraSmall: string;
1202
1203
  export const bpScaleLarge: string;
1203
1204
  export const bpScaleSmall: string;
@@ -1199,5 +1199,6 @@ export const bpDurationShort = '100ms';
1199
1199
  export const bpOpacityHidden = '0';
1200
1200
  export const bpOpacityVisible = '1';
1201
1201
  export const bpScaleDefault = '1.00';
1202
+ export const bpScaleExtraSmall = '0.90';
1202
1203
  export const bpScaleLarge = '1.12';
1203
1204
  export const bpScaleSmall = '0.98';
@@ -1200,6 +1200,7 @@
1200
1200
  "BpOpacityHidden": "0",
1201
1201
  "BpOpacityVisible": "1",
1202
1202
  "BpScaleDefault": "1.00",
1203
+ "BpScaleExtraSmall": "0.90",
1203
1204
  "BpScaleLarge": "1.12",
1204
1205
  "BpScaleSmall": "0.98"
1205
1206
  }
@@ -1203,5 +1203,6 @@ export const bpDurationShort: string;
1203
1203
  export const bpOpacityHidden: string;
1204
1204
  export const bpOpacityVisible: string;
1205
1205
  export const bpScaleDefault: string;
1206
+ export const bpScaleExtraSmall: string;
1206
1207
  export const bpScaleLarge: string;
1207
1208
  export const bpScaleSmall: string;
@@ -1203,5 +1203,6 @@ export const bpDurationShort = '100ms';
1203
1203
  export const bpOpacityHidden = '0';
1204
1204
  export const bpOpacityVisible = '1';
1205
1205
  export const bpScaleDefault = '1.00';
1206
+ export const bpScaleExtraSmall = '0.90';
1206
1207
  export const bpScaleLarge = '1.12';
1207
1208
  export const bpScaleSmall = '0.98';
@@ -698,6 +698,7 @@
698
698
  --bp-opacity-hidden: 0;
699
699
  --bp-opacity-visible: 1;
700
700
  --bp-scale-default: 1;
701
+ --bp-scale-extra-small: 0.9;
701
702
  --bp-scale-large: 1.12;
702
703
  --bp-scale-small: 0.98;
703
704
  --bp-background-background: var(--bp-gray-white);
@@ -1199,5 +1199,6 @@ export const bpDurationShort: string;
1199
1199
  export const bpOpacityHidden: string;
1200
1200
  export const bpOpacityVisible: string;
1201
1201
  export const bpScaleDefault: string;
1202
+ export const bpScaleExtraSmall: string;
1202
1203
  export const bpScaleLarge: string;
1203
1204
  export const bpScaleSmall: string;
@@ -1199,5 +1199,6 @@ export const bpDurationShort = '100ms';
1199
1199
  export const bpOpacityHidden = '0';
1200
1200
  export const bpOpacityVisible = '1';
1201
1201
  export const bpScaleDefault = '1.00';
1202
+ export const bpScaleExtraSmall = '0.90';
1202
1203
  export const bpScaleLarge = '1.12';
1203
1204
  export const bpScaleSmall = '0.98';
@@ -1200,6 +1200,7 @@
1200
1200
  "BpOpacityHidden": "0",
1201
1201
  "BpOpacityVisible": "1",
1202
1202
  "BpScaleDefault": "1.00",
1203
+ "BpScaleExtraSmall": "0.90",
1203
1204
  "BpScaleLarge": "1.12",
1204
1205
  "BpScaleSmall": "0.98"
1205
1206
  }
@@ -2025,5 +2025,6 @@ export const bpDurationShort: string;
2025
2025
  export const bpOpacityHidden: string;
2026
2026
  export const bpOpacityVisible: string;
2027
2027
  export const bpScaleDefault: string;
2028
+ export const bpScaleExtraSmall: string;
2028
2029
  export const bpScaleLarge: string;
2029
2030
  export const bpScaleSmall: string;
@@ -2027,5 +2027,6 @@ export const bpDurationShort = '100ms';
2027
2027
  export const bpOpacityHidden = '0';
2028
2028
  export const bpOpacityVisible = '1';
2029
2029
  export const bpScaleDefault = '1.00';
2030
+ export const bpScaleExtraSmall = '0.90';
2030
2031
  export const bpScaleLarge = '1.12';
2031
2032
  export const bpScaleSmall = '0.98';
@@ -1486,6 +1486,7 @@
1486
1486
  --bp-opacity-hidden: 0;
1487
1487
  --bp-opacity-visible: 1;
1488
1488
  --bp-scale-default: 1;
1489
+ --bp-scale-extra-small: 0.9;
1489
1490
  --bp-scale-large: 1.12;
1490
1491
  --bp-scale-small: 0.98;
1491
1492
  --bp-background-background: var(--bp-gray-white);
@@ -2021,5 +2021,6 @@ export const bpDurationShort: string;
2021
2021
  export const bpOpacityHidden: string;
2022
2022
  export const bpOpacityVisible: string;
2023
2023
  export const bpScaleDefault: string;
2024
+ export const bpScaleExtraSmall: string;
2024
2025
  export const bpScaleLarge: string;
2025
2026
  export const bpScaleSmall: string;
@@ -2023,5 +2023,6 @@ export const bpDurationShort = '100ms';
2023
2023
  export const bpOpacityHidden = '0';
2024
2024
  export const bpOpacityVisible = '1';
2025
2025
  export const bpScaleDefault = '1.00';
2026
+ export const bpScaleExtraSmall = '0.90';
2026
2027
  export const bpScaleLarge = '1.12';
2027
2028
  export const bpScaleSmall = '0.98';
@@ -2020,6 +2020,7 @@
2020
2020
  "BpOpacityHidden": "0",
2021
2021
  "BpOpacityVisible": "1",
2022
2022
  "BpScaleDefault": "1.00",
2023
+ "BpScaleExtraSmall": "0.90",
2023
2024
  "BpScaleLarge": "1.12",
2024
2025
  "BpScaleSmall": "0.98"
2025
2026
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web-assets",
3
- "version": "5.2.12",
3
+ "version": "5.3.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "scripts": {
6
6
  "build-storybook": "nx run blueprint-web-assets:build-storybook",
@@ -155,7 +155,7 @@
155
155
  }
156
156
  },
157
157
  "devDependencies": {
158
- "@box/storybook-utils": "^1.1.14",
158
+ "@box/storybook-utils": "^1.1.16",
159
159
  "@figma/code-connect": "1.4.4",
160
160
  "@types/react": "^18.0.0",
161
161
  "@types/react-dom": "^18.0.0",