@box/blueprint-web-assets 4.104.11 → 4.105.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 (36) hide show
  1. package/README.md +7 -7
  2. package/dist/icons/Medium/BoxRightArrow.js +5 -0
  3. package/dist/icons/Medium/CloudDown.js +5 -0
  4. package/dist/icons/Medium/CollectionsPlus.d.ts +3 -0
  5. package/dist/icons/Medium/CollectionsPlus.js +5 -0
  6. package/dist/icons/Medium/LightningBolt.d.ts +3 -0
  7. package/dist/icons/Medium/LightningBolt.js +5 -0
  8. package/dist/icons/Medium/index.d.ts +4 -1
  9. package/dist/icons/Medium/index.js +4 -1
  10. package/dist/icons/MediumFilled/LightningBolt.d.ts +3 -0
  11. package/dist/icons/MediumFilled/LightningBolt.js +5 -0
  12. package/dist/icons/MediumFilled/index.d.ts +1 -1
  13. package/dist/icons/MediumFilled/index.js +1 -1
  14. package/dist/tokens/BP2/dark_mode_value/px-tokens.d.ts +30 -0
  15. package/dist/tokens/BP2/dark_mode_value/px-tokens.js +30 -0
  16. package/dist/tokens/BP2/dark_mode_value/tokens.css +30 -0
  17. package/dist/tokens/BP2/dark_mode_value/tokens.d.ts +30 -0
  18. package/dist/tokens/BP2/dark_mode_value/tokens.js +30 -0
  19. package/dist/tokens/BP2/dark_mode_value/tokens.json +31 -1
  20. package/dist/tokens/BP2/light_mode_value/px-tokens.d.ts +30 -0
  21. package/dist/tokens/BP2/light_mode_value/px-tokens.js +30 -0
  22. package/dist/tokens/BP2/light_mode_value/tokens.css +30 -0
  23. package/dist/tokens/BP2/light_mode_value/tokens.d.ts +30 -0
  24. package/dist/tokens/BP2/light_mode_value/tokens.js +30 -0
  25. package/dist/tokens/BP2/light_mode_value/tokens.json +31 -1
  26. package/dist/tokens/px-tokens.d.ts +30 -0
  27. package/dist/tokens/px-tokens.js +30 -0
  28. package/dist/tokens/tokens-css-vars.scss +30 -0
  29. package/dist/tokens/tokens.d.ts +30 -0
  30. package/dist/tokens/tokens.js +30 -0
  31. package/dist/tokens/tokens.json +31 -1
  32. package/package.json +2 -2
  33. package/dist/icons/Medium/BoxLeftArrow.js +0 -5
  34. package/dist/icons/MediumFilled/Money.js +0 -5
  35. /package/dist/icons/Medium/{BoxLeftArrow.d.ts → BoxRightArrow.d.ts} +0 -0
  36. /package/dist/icons/{MediumFilled/Money.d.ts → Medium/CloudDown.d.ts} +0 -0
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
1
  <!-- START doctoc generated TOC please keep comment here to allow auto update -->
2
2
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3
3
 
4
- - [Blueprint Web assets `@box/blueprint-web-assets`](#blueprint-web-assets-boxblueprint-web-assets)
5
- - [Installation](#installation)
6
- - [Usage](#usage)
7
- - [Tokens](#tokens)
8
- - [Assets](#assets)
9
- - [How to update assets and tokens](#how-to-update-assets-and-tokens)
10
- - [Project scripts](#project-scripts)
4
+ - [Blueprint Web assets `@box/blueprint-web-assets`](#blueprint-web-assets-boxblueprint-web-assets)
5
+ - [Installation](#installation)
6
+ - [Usage](#usage)
7
+ - [Tokens](#tokens)
8
+ - [Assets](#assets)
9
+ - [How to update assets and tokens](#how-to-update-assets-and-tokens)
10
+ - [Project scripts](#project-scripts)
11
11
 
12
12
  <!-- END doctoc generated TOC please keep comment here to allow auto update -->
13
13
 
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgBoxRightArrow = (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: "M16 2a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H8a4 4 0 0 1-4-4v-1a1 1 0 1 1 2 0v1a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v1a1 1 0 0 1-2 0V6a4 4 0 0 1 4-4h8ZM9.293 7.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 1 1-1.414-1.414L11.586 13H3a1 1 0 1 1 0-2h8.586L9.293 8.707a1 1 0 0 1 0-1.414Z" }) }));
4
+ const ForwardRef = forwardRef(SvgBoxRightArrow);
5
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ const SvgCloudDown = (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: "M12 10a1 1 0 0 1 1 1v7.586l2.293-2.293a1 1 0 1 1 1.414 1.414l-3.93 3.93-.083.075a1.1 1.1 0 0 1-1.388 0l-.083-.075-3.93-3.93a1 1 0 1 1 1.414-1.414L11 18.586V11a1 1 0 0 1 1-1Zm-1-8a7 7 0 0 1 7 7v.014c0 .005.004.009.009.01A5.5 5.5 0 0 1 23 14.5c0 2.44-1.818 4.004-3.587 4.709-.504.201-1.045-.104-1.217-.62l-.005-.015a1.019 1.019 0 0 1 .417-1.179C20.048 16.488 21 16.22 21 14.5a3.501 3.501 0 0 0-3.174-3.485A2.01 2.01 0 0 1 16 9.01V9a5 5 0 0 0-9.998-.147A2.011 2.011 0 0 1 5 10.535C3.8 11.23 3 12.523 3 14c0 1.575.98 2.645 2.325 3.206.443.185.772.593.773 1.072 0 .645-.579 1.146-1.198.965C2.231 18.463 1 16.61 1 14a5.998 5.998 0 0 1 2.998-5.196.01.01 0 0 0 .005-.008A7 7 0 0 1 11 2Z" }) }));
4
+ const ForwardRef = forwardRef(SvgCloudDown);
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 SvgCollectionsPlus = (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: "M3 9a1 1 0 0 1 1 1v7a3 3 0 0 0 3 3h7a1 1 0 1 1 0 2H7a5 5 0 0 1-5-5v-7a1 1 0 0 1 1-1Zm16 4a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2h-2a1 1 0 1 1 0-2h2v-2a1 1 0 0 1 1-1ZM18 2a4 4 0 0 1 4 4v4a1 1 0 1 1-2 0V6a2 2 0 0 0-2-2h-8a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h1a1 1 0 1 1 0 2h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h8Z" }) }));
4
+ const ForwardRef = forwardRef(SvgCollectionsPlus);
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 SvgLightningBolt = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { stroke: props.color || '#909090', strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M5 13 17.923 2l-3.77 8.5L19 11 6.077 22l3.77-8.5L5 13Z" }) }));
4
+ const ForwardRef = forwardRef(SvgLightningBolt);
5
+ export default ForwardRef;
@@ -36,7 +36,7 @@ export { default as BoldUnderlineItalic } from './BoldUnderlineItalic';
36
36
  export { default as BoxAi } from './BoxAi';
37
37
  export { default as BoxAiAdvancedMonotone } from './BoxAiAdvancedMonotone';
38
38
  export { default as BoxDev } from './BoxDev';
39
- export { default as BoxLeftArrow } from './BoxLeftArrow';
39
+ export { default as BoxRightArrow } from './BoxRightArrow';
40
40
  export { default as Brain } from './Brain';
41
41
  export { default as Briefcase } from './Briefcase';
42
42
  export { default as Broom } from './Broom';
@@ -74,12 +74,14 @@ export { default as ClockExclamation } from './ClockExclamation';
74
74
  export { default as ClockPlus } from './ClockPlus';
75
75
  export { default as Cloud } from './Cloud';
76
76
  export { default as CloudCheck } from './CloudCheck';
77
+ export { default as CloudDown } from './CloudDown';
77
78
  export { default as CloudExclamation } from './CloudExclamation';
78
79
  export { default as CloudPlus } from './CloudPlus';
79
80
  export { default as CloudUp } from './CloudUp';
80
81
  export { default as CloudXMark } from './CloudXMark';
81
82
  export { default as Code } from './Code';
82
83
  export { default as Collections } from './Collections';
84
+ export { default as CollectionsPlus } from './CollectionsPlus';
83
85
  export { default as Color } from './Color';
84
86
  export { default as ColorPalette } from './ColorPalette';
85
87
  export { default as Comment } from './Comment';
@@ -126,6 +128,7 @@ export { default as Items } from './Items';
126
128
  export { default as Keyboard } from './Keyboard';
127
129
  export { default as LargeListView } from './LargeListView';
128
130
  export { default as Layout } from './Layout';
131
+ export { default as LightningBolt } from './LightningBolt';
129
132
  export { default as Link } from './Link';
130
133
  export { default as LinkPlus } from './LinkPlus';
131
134
  export { default as ListView } from './ListView';
@@ -36,7 +36,7 @@ export { default as BoldUnderlineItalic } from './BoldUnderlineItalic';
36
36
  export { default as BoxAi } from './BoxAi';
37
37
  export { default as BoxAiAdvancedMonotone } from './BoxAiAdvancedMonotone';
38
38
  export { default as BoxDev } from './BoxDev';
39
- export { default as BoxLeftArrow } from './BoxLeftArrow';
39
+ export { default as BoxRightArrow } from './BoxRightArrow';
40
40
  export { default as Brain } from './Brain';
41
41
  export { default as Briefcase } from './Briefcase';
42
42
  export { default as Broom } from './Broom';
@@ -74,12 +74,14 @@ export { default as ClockExclamation } from './ClockExclamation';
74
74
  export { default as ClockPlus } from './ClockPlus';
75
75
  export { default as Cloud } from './Cloud';
76
76
  export { default as CloudCheck } from './CloudCheck';
77
+ export { default as CloudDown } from './CloudDown';
77
78
  export { default as CloudExclamation } from './CloudExclamation';
78
79
  export { default as CloudPlus } from './CloudPlus';
79
80
  export { default as CloudUp } from './CloudUp';
80
81
  export { default as CloudXMark } from './CloudXMark';
81
82
  export { default as Code } from './Code';
82
83
  export { default as Collections } from './Collections';
84
+ export { default as CollectionsPlus } from './CollectionsPlus';
83
85
  export { default as Color } from './Color';
84
86
  export { default as ColorPalette } from './ColorPalette';
85
87
  export { default as Comment } from './Comment';
@@ -126,6 +128,7 @@ export { default as Items } from './Items';
126
128
  export { default as Keyboard } from './Keyboard';
127
129
  export { default as LargeListView } from './LargeListView';
128
130
  export { default as Layout } from './Layout';
131
+ export { default as LightningBolt } from './LightningBolt';
129
132
  export { default as Link } from './Link';
130
133
  export { default as LinkPlus } from './LinkPlus';
131
134
  export { default as ListView } from './ListView';
@@ -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 SvgLightningBolt = (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', stroke: props.color || '#909090', strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M5 13 17.923 2l-3.77 8.5L19 11 6.077 22l3.77-8.5L5 13Z" }) }));
4
+ const ForwardRef = forwardRef(SvgLightningBolt);
5
+ export default ForwardRef;
@@ -31,11 +31,11 @@ export { default as Inbox } from './Inbox';
31
31
  export { default as InformationCircle } from './InformationCircle';
32
32
  export { default as Integrations } from './Integrations';
33
33
  export { default as Layout } from './Layout';
34
+ export { default as LightningBolt } from './LightningBolt';
34
35
  export { default as Lock } from './Lock';
35
36
  export { default as MagicWand } from './MagicWand';
36
37
  export { default as Metadata } from './Metadata';
37
38
  export { default as Microphone } from './Microphone';
38
- export { default as Money } from './Money';
39
39
  export { default as Nav } from './Nav';
40
40
  export { default as Notes } from './Notes';
41
41
  export { default as Page } from './Page';
@@ -31,11 +31,11 @@ export { default as Inbox } from './Inbox';
31
31
  export { default as InformationCircle } from './InformationCircle';
32
32
  export { default as Integrations } from './Integrations';
33
33
  export { default as Layout } from './Layout';
34
+ export { default as LightningBolt } from './LightningBolt';
34
35
  export { default as Lock } from './Lock';
35
36
  export { default as MagicWand } from './MagicWand';
36
37
  export { default as Metadata } from './Metadata';
37
38
  export { default as Microphone } from './Microphone';
38
- export { default as Money } from './Money';
39
39
  export { default as Nav } from './Nav';
40
40
  export { default as Notes } from './Notes';
41
41
  export { default as Page } from './Page';
@@ -34,6 +34,9 @@ export const bpBorderDividerBorderBrand: string;
34
34
  export const bpBorderDropdownSecondaryBorder: string;
35
35
  export const bpBorderDropdownBorder: string;
36
36
  export const bpBorderDropdownBorderError: string;
37
+ export const bpBorderEditableTextDisplayBorderError: string;
38
+ export const bpBorderEditableTextDisplayBorderFocus: string;
39
+ export const bpBorderEditableTextDisplayBorderHover: string;
37
40
  export const bpBorderFilterChipBorderMultiOn: string;
38
41
  export const bpBorderFilterChipBorderMultiOnHover: string;
39
42
  export const bpBorderGridThumbnailBorder: string;
@@ -289,6 +292,12 @@ export const bpSurfaceDropdownTertiarySurfaceHover: string;
289
292
  export const bpSurfaceDropdownTertiarySurfacePressed: string;
290
293
  export const bpSurfaceDropdownSurface: string;
291
294
  export const bpSurfaceDropdownSurfaceHover: string;
295
+ export const bpSurfaceDualStateSurfaceActive: string;
296
+ export const bpSurfaceDualStateSurfaceActiveHover: string;
297
+ export const bpSurfaceDualStateSurfaceActivePressed: string;
298
+ export const bpSurfaceDualStateSurfaceInactive: string;
299
+ export const bpSurfaceDualStateSurfaceInactiveHover: string;
300
+ export const bpSurfaceDualStateSurfaceInactivePressed: string;
292
301
  export const bpSurfaceFilterSurface: string;
293
302
  export const bpSurfaceFilterSurfaceFocus: string;
294
303
  export const bpSurfaceFilterSurfaceHover: string;
@@ -323,6 +332,7 @@ export const bpSurfaceIllustrationSurfaceBoxNeutral: string;
323
332
  export const bpSurfaceInlineNoticeSurfaceError: string;
324
333
  export const bpSurfaceInlineNoticeSurfaceInfo: string;
325
334
  export const bpSurfaceInlineNoticeSurfaceNote: string;
335
+ export const bpSurfaceInlineNoticeSurfaceNoteSecondary: string;
326
336
  export const bpSurfaceInlineNoticeSurfaceSuccess: string;
327
337
  export const bpSurfaceInlineNoticeSurfaceWarning: string;
328
338
  export const bpSurfaceInlineTableSurface: string;
@@ -801,9 +811,13 @@ export const bpFontLineHeight03: string;
801
811
  export const bpFontLineHeight04: string;
802
812
  export const bpFontLineHeight05: string;
803
813
  export const bpFontLineHeight06: string;
814
+ export const bpFontLineHeight065: string;
804
815
  export const bpFontLineHeight07: string;
816
+ export const bpFontLineHeight08: string;
805
817
  export const bpFontSize10: string;
806
818
  export const bpFontSize11: string;
819
+ export const bpFontSize12: string;
820
+ export const bpFontSize105: string;
807
821
  export const bpFontSize01: string;
808
822
  export const bpFontSize02: string;
809
823
  export const bpFontSize03: string;
@@ -1040,3 +1054,19 @@ export const bpYellowOpacity04: string;
1040
1054
  export const bpYellowOpacity08: string;
1041
1055
  export const bpScreenHeight: number;
1042
1056
  export const bpScreenWidth: number;
1057
+ export const bpCurveExtraSmallOff: string;
1058
+ export const bpCurveExtraSmallOn: string;
1059
+ export const bpCurveLargeOff: string;
1060
+ export const bpCurveLargeOn: string;
1061
+ export const bpCurveMediumOff: string;
1062
+ export const bpCurveMediumOn: string;
1063
+ export const bpCurveSmallOff: string;
1064
+ export const bpCurveSmallOn: string;
1065
+ export const bpDurationLong: string;
1066
+ export const bpDurationMedium: string;
1067
+ export const bpDurationShort: string;
1068
+ export const bpOpacityHidden: string;
1069
+ export const bpOpacityVisible: string;
1070
+ export const bpScaleDefault: string;
1071
+ export const bpScaleLarge: string;
1072
+ export const bpScaleSmall: string;
@@ -34,6 +34,9 @@ export const bpBorderDividerBorderBrand = 'rgba(232, 232, 232, 0.1)';
34
34
  export const bpBorderDropdownSecondaryBorder = 'rgba(0, 0, 0, 0.08)';
35
35
  export const bpBorderDropdownBorder = 'rgba(0, 0, 0, 0.08)';
36
36
  export const bpBorderDropdownBorderError = '#ed3757';
37
+ export const bpBorderEditableTextDisplayBorderError = '#ed3757';
38
+ export const bpBorderEditableTextDisplayBorderFocus = '#2486fc';
39
+ export const bpBorderEditableTextDisplayBorderHover = '#222222';
37
40
  export const bpBorderFilterChipBorderMultiOn = '#99c0ee';
38
41
  export const bpBorderFilterChipBorderMultiOnHover = '#99c0ee';
39
42
  export const bpBorderGridThumbnailBorder = '#e8e8e8';
@@ -289,6 +292,12 @@ export const bpSurfaceDropdownTertiarySurfaceHover = 'rgba(0, 0, 0, 0.04)';
289
292
  export const bpSurfaceDropdownTertiarySurfacePressed = 'rgba(0, 0, 0, 0.08)';
290
293
  export const bpSurfaceDropdownSurface = 'rgba(255, 255, 255, 0.7)';
291
294
  export const bpSurfaceDropdownSurfaceHover = 'rgba(0, 0, 0, 0.04)';
295
+ export const bpSurfaceDualStateSurfaceActive = 'rgba(0, 0, 0, 0)';
296
+ export const bpSurfaceDualStateSurfaceActiveHover = 'rgba(0, 0, 0, 0.04)';
297
+ export const bpSurfaceDualStateSurfaceActivePressed = 'rgba(0, 0, 0, 0.08)';
298
+ export const bpSurfaceDualStateSurfaceInactive = 'rgba(0, 0, 0, 0)';
299
+ export const bpSurfaceDualStateSurfaceInactiveHover = 'rgba(0, 0, 0, 0.04)';
300
+ export const bpSurfaceDualStateSurfaceInactivePressed = 'rgba(0, 0, 0, 0.08)';
292
301
  export const bpSurfaceFilterSurface = '#0061d5';
293
302
  export const bpSurfaceFilterSurfaceFocus = '#0061d5';
294
303
  export const bpSurfaceFilterSurfaceHover = '#0061d5';
@@ -323,6 +332,7 @@ export const bpSurfaceIllustrationSurfaceBoxNeutral = '#0061d5';
323
332
  export const bpSurfaceInlineNoticeSurfaceError = '#fdebee';
324
333
  export const bpSurfaceInlineNoticeSurfaceInfo = '#e9f2fe';
325
334
  export const bpSurfaceInlineNoticeSurfaceNote = '#ffffff';
335
+ export const bpSurfaceInlineNoticeSurfaceNoteSecondary = '#f4f4f4';
326
336
  export const bpSurfaceInlineNoticeSurfaceSuccess = '#e9f8f2';
327
337
  export const bpSurfaceInlineNoticeSurfaceWarning = '#fef7e8';
328
338
  export const bpSurfaceInlineTableSurface = '#ffffff';
@@ -801,9 +811,13 @@ export const bpFontLineHeight03 = '16px';
801
811
  export const bpFontLineHeight04 = '20px';
802
812
  export const bpFontLineHeight05 = '24px';
803
813
  export const bpFontLineHeight06 = '32px';
814
+ export const bpFontLineHeight065 = '36px';
804
815
  export const bpFontLineHeight07 = '44px';
816
+ export const bpFontLineHeight08 = '48px';
805
817
  export const bpFontSize10 = '21px';
806
818
  export const bpFontSize11 = '36px';
819
+ export const bpFontSize12 = '48px';
820
+ export const bpFontSize105 = '24px';
807
821
  export const bpFontSize01 = '9px';
808
822
  export const bpFontSize02 = '10px';
809
823
  export const bpFontSize03 = '12px';
@@ -1040,3 +1054,19 @@ export const bpYellowOpacity04 = 'rgba(255, 215, 0, 0.04)';
1040
1054
  export const bpYellowOpacity08 = 'rgba(255, 215, 0, 0.08)';
1041
1055
  export const bpScreenHeight = 900;
1042
1056
  export const bpScreenWidth = 1440;
1057
+ export const bpCurveExtraSmallOff = 'cubic-bezier(0, 0, 1, 1)';
1058
+ export const bpCurveExtraSmallOn = 'cubic-bezier(0, 0, 1, 1)';
1059
+ export const bpCurveLargeOff = 'cubic-bezier(0.55, 0, 0.6, 1)';
1060
+ export const bpCurveLargeOn = 'cubic-bezier(0.32, 0, 0.33, 1.3)';
1061
+ export const bpCurveMediumOff = 'cubic-bezier(0.55, 0.08, 0.68, 0.53)';
1062
+ export const bpCurveMediumOn = 'cubic-bezier(0.25, 0.46, 0.45, 0.94)';
1063
+ export const bpCurveSmallOff = 'cubic-bezier(0.55, 0.08, 0.68, 0.53)';
1064
+ export const bpCurveSmallOn = 'cubic-bezier(0.25, 0.46, 0.45, 0.94)';
1065
+ export const bpDurationLong = '300ms';
1066
+ export const bpDurationMedium = '150ms';
1067
+ export const bpDurationShort = '100ms';
1068
+ export const bpOpacityHidden = '0';
1069
+ export const bpOpacityVisible = '1';
1070
+ export const bpScaleDefault = 'scale(1.00)';
1071
+ export const bpScaleLarge = 'scale(1.12)';
1072
+ export const bpScaleSmall = 'scale(0.98)';
@@ -337,9 +337,13 @@
337
337
  --bp-font-line-height-04: 1.25rem;
338
338
  --bp-font-line-height-05: 1.5rem;
339
339
  --bp-font-line-height-06: 2rem;
340
+ --bp-font-line-height-065: 2.25rem;
340
341
  --bp-font-line-height-07: 2.75rem;
342
+ --bp-font-line-height-08: 3rem;
341
343
  --bp-font-size-10: 1.3125rem;
342
344
  --bp-font-size-11: 2.25rem;
345
+ --bp-font-size-12: 3rem;
346
+ --bp-font-size-105: 1.5rem;
343
347
  --bp-font-size-01: 0.5625rem;
344
348
  --bp-font-size-02: 0.625rem;
345
349
  --bp-font-size-03: 0.75rem;
@@ -576,6 +580,22 @@
576
580
  --bp-yellow-opacity-08: rgba(255, 215, 0, 0.08);
577
581
  --bp-screen-height: 900;
578
582
  --bp-screen-width: 1440;
583
+ --bp-curve-extra-small-off: cubic-bezier(0, 0, 1, 1);
584
+ --bp-curve-extra-small-on: cubic-bezier(0, 0, 1, 1);
585
+ --bp-curve-large-off: cubic-bezier(0.55, 0, 0.6, 1);
586
+ --bp-curve-large-on: cubic-bezier(0.32, 0, 0.33, 1.3);
587
+ --bp-curve-medium-off: cubic-bezier(0.55, 0.08, 0.68, 0.53);
588
+ --bp-curve-medium-on: cubic-bezier(0.25, 0.46, 0.45, 0.94);
589
+ --bp-curve-small-off: cubic-bezier(0.55, 0.08, 0.68, 0.53);
590
+ --bp-curve-small-on: cubic-bezier(0.25, 0.46, 0.45, 0.94);
591
+ --bp-duration-long: 300ms;
592
+ --bp-duration-medium: 150ms;
593
+ --bp-duration-short: 100ms;
594
+ --bp-opacity-hidden: 0;
595
+ --bp-opacity-visible: 1;
596
+ --bp-scale-default: scale(1);
597
+ --bp-scale-large: scale(1.12);
598
+ --bp-scale-small: scale(0.98);
579
599
  --bp-border-accordion-border-hover: var(--bp-gray-10);
580
600
  --bp-border-avatar-border-hover: var(--bp-black-opacity-04);
581
601
  --bp-border-avatar-border-pressed: var(--bp-black-opacity-08);
@@ -606,6 +626,9 @@
606
626
  --bp-border-dropdown-secondary-border: var(--bp-black-opacity-08);
607
627
  --bp-border-dropdown-border: var(--bp-black-opacity-08);
608
628
  --bp-border-dropdown-border-error: var(--bp-watermelon-red-100);
629
+ --bp-border-editable-text-display-border-error: var(--bp-watermelon-red-100);
630
+ --bp-border-editable-text-display-border-focus: var(--bp-light-blue-100);
631
+ --bp-border-editable-text-display-border-hover: var(--bp-gray-100);
609
632
  --bp-border-filter-chip-border-multi-on: var(--bp-box-blue-40);
610
633
  --bp-border-filter-chip-border-multi-on-hover: var(--bp-box-blue-40);
611
634
  --bp-border-grid-thumbnail-border: var(--bp-gray-10);
@@ -831,6 +854,12 @@
831
854
  --bp-surface-dropdown-tertiary-surface-pressed: var(--bp-black-opacity-08);
832
855
  --bp-surface-dropdown-surface: var(--bp-white-opacity-70);
833
856
  --bp-surface-dropdown-surface-hover: var(--bp-black-opacity-04);
857
+ --bp-surface-dual-state-surface-active: var(--bp-black-opacity-00);
858
+ --bp-surface-dual-state-surface-active-hover: var(--bp-black-opacity-04);
859
+ --bp-surface-dual-state-surface-active-pressed: var(--bp-black-opacity-08);
860
+ --bp-surface-dual-state-surface-inactive: var(--bp-black-opacity-00);
861
+ --bp-surface-dual-state-surface-inactive-hover: var(--bp-black-opacity-04);
862
+ --bp-surface-dual-state-surface-inactive-pressed: var(--bp-black-opacity-08);
834
863
  --bp-surface-filter-surface: var(--bp-box-blue-100);
835
864
  --bp-surface-filter-surface-focus: var(--bp-box-blue-100);
836
865
  --bp-surface-filter-surface-hover: var(--bp-box-blue-100);
@@ -865,6 +894,7 @@
865
894
  --bp-surface-inline-notice-surface-error: var(--bp-watermelon-red-10);
866
895
  --bp-surface-inline-notice-surface-info: var(--bp-light-blue-10);
867
896
  --bp-surface-inline-notice-surface-note: var(--bp-gray-white);
897
+ --bp-surface-inline-notice-surface-note-secondary: var(--bp-gray-05);
868
898
  --bp-surface-inline-notice-surface-success: var(--bp-green-light-10);
869
899
  --bp-surface-inline-notice-surface-warning: var(--bp-yellorange-10);
870
900
  --bp-surface-inline-table-surface: var(--bp-gray-white);
@@ -30,6 +30,9 @@ export const bpBorderDividerBorderBrand: string;
30
30
  export const bpBorderDropdownSecondaryBorder: string;
31
31
  export const bpBorderDropdownBorder: string;
32
32
  export const bpBorderDropdownBorderError: string;
33
+ export const bpBorderEditableTextDisplayBorderError: string;
34
+ export const bpBorderEditableTextDisplayBorderFocus: string;
35
+ export const bpBorderEditableTextDisplayBorderHover: string;
33
36
  export const bpBorderFilterChipBorderMultiOn: string;
34
37
  export const bpBorderFilterChipBorderMultiOnHover: string;
35
38
  export const bpBorderGridThumbnailBorder: string;
@@ -285,6 +288,12 @@ export const bpSurfaceDropdownTertiarySurfaceHover: string;
285
288
  export const bpSurfaceDropdownTertiarySurfacePressed: string;
286
289
  export const bpSurfaceDropdownSurface: string;
287
290
  export const bpSurfaceDropdownSurfaceHover: string;
291
+ export const bpSurfaceDualStateSurfaceActive: string;
292
+ export const bpSurfaceDualStateSurfaceActiveHover: string;
293
+ export const bpSurfaceDualStateSurfaceActivePressed: string;
294
+ export const bpSurfaceDualStateSurfaceInactive: string;
295
+ export const bpSurfaceDualStateSurfaceInactiveHover: string;
296
+ export const bpSurfaceDualStateSurfaceInactivePressed: string;
288
297
  export const bpSurfaceFilterSurface: string;
289
298
  export const bpSurfaceFilterSurfaceFocus: string;
290
299
  export const bpSurfaceFilterSurfaceHover: string;
@@ -319,6 +328,7 @@ export const bpSurfaceIllustrationSurfaceBoxNeutral: string;
319
328
  export const bpSurfaceInlineNoticeSurfaceError: string;
320
329
  export const bpSurfaceInlineNoticeSurfaceInfo: string;
321
330
  export const bpSurfaceInlineNoticeSurfaceNote: string;
331
+ export const bpSurfaceInlineNoticeSurfaceNoteSecondary: string;
322
332
  export const bpSurfaceInlineNoticeSurfaceSuccess: string;
323
333
  export const bpSurfaceInlineNoticeSurfaceWarning: string;
324
334
  export const bpSurfaceInlineTableSurface: string;
@@ -797,9 +807,13 @@ export const bpFontLineHeight03: string;
797
807
  export const bpFontLineHeight04: string;
798
808
  export const bpFontLineHeight05: string;
799
809
  export const bpFontLineHeight06: string;
810
+ export const bpFontLineHeight065: string;
800
811
  export const bpFontLineHeight07: string;
812
+ export const bpFontLineHeight08: string;
801
813
  export const bpFontSize10: string;
802
814
  export const bpFontSize11: string;
815
+ export const bpFontSize12: string;
816
+ export const bpFontSize105: string;
803
817
  export const bpFontSize01: string;
804
818
  export const bpFontSize02: string;
805
819
  export const bpFontSize03: string;
@@ -1036,3 +1050,19 @@ export const bpYellowOpacity04: string;
1036
1050
  export const bpYellowOpacity08: string;
1037
1051
  export const bpScreenHeight: number;
1038
1052
  export const bpScreenWidth: number;
1053
+ export const bpCurveExtraSmallOff: string;
1054
+ export const bpCurveExtraSmallOn: string;
1055
+ export const bpCurveLargeOff: string;
1056
+ export const bpCurveLargeOn: string;
1057
+ export const bpCurveMediumOff: string;
1058
+ export const bpCurveMediumOn: string;
1059
+ export const bpCurveSmallOff: string;
1060
+ export const bpCurveSmallOn: string;
1061
+ export const bpDurationLong: string;
1062
+ export const bpDurationMedium: string;
1063
+ export const bpDurationShort: string;
1064
+ export const bpOpacityHidden: string;
1065
+ export const bpOpacityVisible: string;
1066
+ export const bpScaleDefault: string;
1067
+ export const bpScaleLarge: string;
1068
+ export const bpScaleSmall: string;
@@ -30,6 +30,9 @@ export const bpBorderDividerBorderBrand = 'rgba(232, 232, 232, 0.1)';
30
30
  export const bpBorderDropdownSecondaryBorder = 'rgba(0, 0, 0, 0.08)';
31
31
  export const bpBorderDropdownBorder = 'rgba(0, 0, 0, 0.08)';
32
32
  export const bpBorderDropdownBorderError = '#ed3757';
33
+ export const bpBorderEditableTextDisplayBorderError = '#ed3757';
34
+ export const bpBorderEditableTextDisplayBorderFocus = '#2486fc';
35
+ export const bpBorderEditableTextDisplayBorderHover = '#222222';
33
36
  export const bpBorderFilterChipBorderMultiOn = '#99c0ee';
34
37
  export const bpBorderFilterChipBorderMultiOnHover = '#99c0ee';
35
38
  export const bpBorderGridThumbnailBorder = '#e8e8e8';
@@ -285,6 +288,12 @@ export const bpSurfaceDropdownTertiarySurfaceHover = 'rgba(0, 0, 0, 0.04)';
285
288
  export const bpSurfaceDropdownTertiarySurfacePressed = 'rgba(0, 0, 0, 0.08)';
286
289
  export const bpSurfaceDropdownSurface = 'rgba(255, 255, 255, 0.7)';
287
290
  export const bpSurfaceDropdownSurfaceHover = 'rgba(0, 0, 0, 0.04)';
291
+ export const bpSurfaceDualStateSurfaceActive = 'rgba(0, 0, 0, 0)';
292
+ export const bpSurfaceDualStateSurfaceActiveHover = 'rgba(0, 0, 0, 0.04)';
293
+ export const bpSurfaceDualStateSurfaceActivePressed = 'rgba(0, 0, 0, 0.08)';
294
+ export const bpSurfaceDualStateSurfaceInactive = 'rgba(0, 0, 0, 0)';
295
+ export const bpSurfaceDualStateSurfaceInactiveHover = 'rgba(0, 0, 0, 0.04)';
296
+ export const bpSurfaceDualStateSurfaceInactivePressed = 'rgba(0, 0, 0, 0.08)';
288
297
  export const bpSurfaceFilterSurface = '#0061d5';
289
298
  export const bpSurfaceFilterSurfaceFocus = '#0061d5';
290
299
  export const bpSurfaceFilterSurfaceHover = '#0061d5';
@@ -319,6 +328,7 @@ export const bpSurfaceIllustrationSurfaceBoxNeutral = '#0061d5';
319
328
  export const bpSurfaceInlineNoticeSurfaceError = '#fdebee';
320
329
  export const bpSurfaceInlineNoticeSurfaceInfo = '#e9f2fe';
321
330
  export const bpSurfaceInlineNoticeSurfaceNote = '#ffffff';
331
+ export const bpSurfaceInlineNoticeSurfaceNoteSecondary = '#f4f4f4';
322
332
  export const bpSurfaceInlineNoticeSurfaceSuccess = '#e9f8f2';
323
333
  export const bpSurfaceInlineNoticeSurfaceWarning = '#fef7e8';
324
334
  export const bpSurfaceInlineTableSurface = '#ffffff';
@@ -797,9 +807,13 @@ export const bpFontLineHeight03 = '1rem';
797
807
  export const bpFontLineHeight04 = '1.25rem';
798
808
  export const bpFontLineHeight05 = '1.5rem';
799
809
  export const bpFontLineHeight06 = '2rem';
810
+ export const bpFontLineHeight065 = '2.25rem';
800
811
  export const bpFontLineHeight07 = '2.75rem';
812
+ export const bpFontLineHeight08 = '3rem';
801
813
  export const bpFontSize10 = '1.3125rem';
802
814
  export const bpFontSize11 = '2.25rem';
815
+ export const bpFontSize12 = '3rem';
816
+ export const bpFontSize105 = '1.5rem';
803
817
  export const bpFontSize01 = '0.5625rem';
804
818
  export const bpFontSize02 = '0.625rem';
805
819
  export const bpFontSize03 = '0.75rem';
@@ -1036,3 +1050,19 @@ export const bpYellowOpacity04 = 'rgba(255, 215, 0, 0.04)';
1036
1050
  export const bpYellowOpacity08 = 'rgba(255, 215, 0, 0.08)';
1037
1051
  export const bpScreenHeight = 900;
1038
1052
  export const bpScreenWidth = 1440;
1053
+ export const bpCurveExtraSmallOff = 'cubic-bezier(0, 0, 1, 1)';
1054
+ export const bpCurveExtraSmallOn = 'cubic-bezier(0, 0, 1, 1)';
1055
+ export const bpCurveLargeOff = 'cubic-bezier(0.55, 0, 0.6, 1)';
1056
+ export const bpCurveLargeOn = 'cubic-bezier(0.32, 0, 0.33, 1.3)';
1057
+ export const bpCurveMediumOff = 'cubic-bezier(0.55, 0.08, 0.68, 0.53)';
1058
+ export const bpCurveMediumOn = 'cubic-bezier(0.25, 0.46, 0.45, 0.94)';
1059
+ export const bpCurveSmallOff = 'cubic-bezier(0.55, 0.08, 0.68, 0.53)';
1060
+ export const bpCurveSmallOn = 'cubic-bezier(0.25, 0.46, 0.45, 0.94)';
1061
+ export const bpDurationLong = '300ms';
1062
+ export const bpDurationMedium = '150ms';
1063
+ export const bpDurationShort = '100ms';
1064
+ export const bpOpacityHidden = '0';
1065
+ export const bpOpacityVisible = '1';
1066
+ export const bpScaleDefault = 'scale(1.00)';
1067
+ export const bpScaleLarge = 'scale(1.12)';
1068
+ export const bpScaleSmall = 'scale(0.98)';
@@ -31,6 +31,9 @@
31
31
  "BpBorderDropdownSecondaryBorder": "rgba(0, 0, 0, 0.08)",
32
32
  "BpBorderDropdownBorder": "rgba(0, 0, 0, 0.08)",
33
33
  "BpBorderDropdownBorderError": "#ed3757",
34
+ "BpBorderEditableTextDisplayBorderError": "#ed3757",
35
+ "BpBorderEditableTextDisplayBorderFocus": "#2486fc",
36
+ "BpBorderEditableTextDisplayBorderHover": "#222222",
34
37
  "BpBorderFilterChipBorderMultiOn": "#99c0ee",
35
38
  "BpBorderFilterChipBorderMultiOnHover": "#99c0ee",
36
39
  "BpBorderGridThumbnailBorder": "#e8e8e8",
@@ -286,6 +289,12 @@
286
289
  "BpSurfaceDropdownTertiarySurfacePressed": "rgba(0, 0, 0, 0.08)",
287
290
  "BpSurfaceDropdownSurface": "rgba(255, 255, 255, 0.7)",
288
291
  "BpSurfaceDropdownSurfaceHover": "rgba(0, 0, 0, 0.04)",
292
+ "BpSurfaceDualStateSurfaceActive": "rgba(0, 0, 0, 0)",
293
+ "BpSurfaceDualStateSurfaceActiveHover": "rgba(0, 0, 0, 0.04)",
294
+ "BpSurfaceDualStateSurfaceActivePressed": "rgba(0, 0, 0, 0.08)",
295
+ "BpSurfaceDualStateSurfaceInactive": "rgba(0, 0, 0, 0)",
296
+ "BpSurfaceDualStateSurfaceInactiveHover": "rgba(0, 0, 0, 0.04)",
297
+ "BpSurfaceDualStateSurfaceInactivePressed": "rgba(0, 0, 0, 0.08)",
289
298
  "BpSurfaceFilterSurface": "#0061d5",
290
299
  "BpSurfaceFilterSurfaceFocus": "#0061d5",
291
300
  "BpSurfaceFilterSurfaceHover": "#0061d5",
@@ -320,6 +329,7 @@
320
329
  "BpSurfaceInlineNoticeSurfaceError": "#fdebee",
321
330
  "BpSurfaceInlineNoticeSurfaceInfo": "#e9f2fe",
322
331
  "BpSurfaceInlineNoticeSurfaceNote": "#ffffff",
332
+ "BpSurfaceInlineNoticeSurfaceNoteSecondary": "#f4f4f4",
323
333
  "BpSurfaceInlineNoticeSurfaceSuccess": "#e9f8f2",
324
334
  "BpSurfaceInlineNoticeSurfaceWarning": "#fef7e8",
325
335
  "BpSurfaceInlineTableSurface": "#ffffff",
@@ -798,9 +808,13 @@
798
808
  "BpFontLineHeight04": "1.25rem",
799
809
  "BpFontLineHeight05": "1.5rem",
800
810
  "BpFontLineHeight06": "2rem",
811
+ "BpFontLineHeight065": "2.25rem",
801
812
  "BpFontLineHeight07": "2.75rem",
813
+ "BpFontLineHeight08": "3rem",
802
814
  "BpFontSize10": "1.3125rem",
803
815
  "BpFontSize11": "2.25rem",
816
+ "BpFontSize12": "3rem",
817
+ "BpFontSize105": "1.5rem",
804
818
  "BpFontSize01": "0.5625rem",
805
819
  "BpFontSize02": "0.625rem",
806
820
  "BpFontSize03": "0.75rem",
@@ -1036,5 +1050,21 @@
1036
1050
  "BpYellowOpacity04": "rgba(255, 215, 0, 0.04)",
1037
1051
  "BpYellowOpacity08": "rgba(255, 215, 0, 0.08)",
1038
1052
  "BpScreenHeight": 900,
1039
- "BpScreenWidth": 1440
1053
+ "BpScreenWidth": 1440,
1054
+ "BpCurveExtraSmallOff": "cubic-bezier(0, 0, 1, 1)",
1055
+ "BpCurveExtraSmallOn": "cubic-bezier(0, 0, 1, 1)",
1056
+ "BpCurveLargeOff": "cubic-bezier(0.55, 0, 0.6, 1)",
1057
+ "BpCurveLargeOn": "cubic-bezier(0.32, 0, 0.33, 1.3)",
1058
+ "BpCurveMediumOff": "cubic-bezier(0.55, 0.08, 0.68, 0.53)",
1059
+ "BpCurveMediumOn": "cubic-bezier(0.25, 0.46, 0.45, 0.94)",
1060
+ "BpCurveSmallOff": "cubic-bezier(0.55, 0.08, 0.68, 0.53)",
1061
+ "BpCurveSmallOn": "cubic-bezier(0.25, 0.46, 0.45, 0.94)",
1062
+ "BpDurationLong": "300ms",
1063
+ "BpDurationMedium": "150ms",
1064
+ "BpDurationShort": "100ms",
1065
+ "BpOpacityHidden": "0",
1066
+ "BpOpacityVisible": "1",
1067
+ "BpScaleDefault": "scale(1.00)",
1068
+ "BpScaleLarge": "scale(1.12)",
1069
+ "BpScaleSmall": "scale(0.98)"
1040
1070
  }
@@ -35,6 +35,9 @@ export const bpBorderDividerBorderBrand: string;
35
35
  export const bpBorderDropdownSecondaryBorder: string;
36
36
  export const bpBorderDropdownBorder: string;
37
37
  export const bpBorderDropdownBorderError: string;
38
+ export const bpBorderEditableTextDisplayBorderError: string;
39
+ export const bpBorderEditableTextDisplayBorderFocus: string;
40
+ export const bpBorderEditableTextDisplayBorderHover: string;
38
41
  export const bpBorderFilterChipBorderMultiOn: string;
39
42
  export const bpBorderFilterChipBorderMultiOnHover: string;
40
43
  export const bpBorderGridThumbnailBorder: string;
@@ -290,6 +293,12 @@ export const bpSurfaceDropdownTertiarySurfaceHover: string;
290
293
  export const bpSurfaceDropdownTertiarySurfacePressed: string;
291
294
  export const bpSurfaceDropdownSurface: string;
292
295
  export const bpSurfaceDropdownSurfaceHover: string;
296
+ export const bpSurfaceDualStateSurfaceActive: string;
297
+ export const bpSurfaceDualStateSurfaceActiveHover: string;
298
+ export const bpSurfaceDualStateSurfaceActivePressed: string;
299
+ export const bpSurfaceDualStateSurfaceInactive: string;
300
+ export const bpSurfaceDualStateSurfaceInactiveHover: string;
301
+ export const bpSurfaceDualStateSurfaceInactivePressed: string;
293
302
  export const bpSurfaceFilterSurface: string;
294
303
  export const bpSurfaceFilterSurfaceFocus: string;
295
304
  export const bpSurfaceFilterSurfaceHover: string;
@@ -324,6 +333,7 @@ export const bpSurfaceIllustrationSurfaceBoxNeutral: string;
324
333
  export const bpSurfaceInlineNoticeSurfaceError: string;
325
334
  export const bpSurfaceInlineNoticeSurfaceInfo: string;
326
335
  export const bpSurfaceInlineNoticeSurfaceNote: string;
336
+ export const bpSurfaceInlineNoticeSurfaceNoteSecondary: string;
327
337
  export const bpSurfaceInlineNoticeSurfaceSuccess: string;
328
338
  export const bpSurfaceInlineNoticeSurfaceWarning: string;
329
339
  export const bpSurfaceInlineTableSurface: string;
@@ -802,9 +812,13 @@ export const bpFontLineHeight03: string;
802
812
  export const bpFontLineHeight04: string;
803
813
  export const bpFontLineHeight05: string;
804
814
  export const bpFontLineHeight06: string;
815
+ export const bpFontLineHeight065: string;
805
816
  export const bpFontLineHeight07: string;
817
+ export const bpFontLineHeight08: string;
806
818
  export const bpFontSize10: string;
807
819
  export const bpFontSize11: string;
820
+ export const bpFontSize12: string;
821
+ export const bpFontSize105: string;
808
822
  export const bpFontSize01: string;
809
823
  export const bpFontSize02: string;
810
824
  export const bpFontSize03: string;
@@ -1041,3 +1055,19 @@ export const bpYellowOpacity04: string;
1041
1055
  export const bpYellowOpacity08: string;
1042
1056
  export const bpScreenHeight: number;
1043
1057
  export const bpScreenWidth: number;
1058
+ export const bpCurveExtraSmallOff: string;
1059
+ export const bpCurveExtraSmallOn: string;
1060
+ export const bpCurveLargeOff: string;
1061
+ export const bpCurveLargeOn: string;
1062
+ export const bpCurveMediumOff: string;
1063
+ export const bpCurveMediumOn: string;
1064
+ export const bpCurveSmallOff: string;
1065
+ export const bpCurveSmallOn: string;
1066
+ export const bpDurationLong: string;
1067
+ export const bpDurationMedium: string;
1068
+ export const bpDurationShort: string;
1069
+ export const bpOpacityHidden: string;
1070
+ export const bpOpacityVisible: string;
1071
+ export const bpScaleDefault: string;
1072
+ export const bpScaleLarge: string;
1073
+ export const bpScaleSmall: string;