@box/blueprint-web-assets 4.86.3 → 4.88.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.
- package/dist/icons/Medium/ClockArrowCurveBack.d.ts +3 -0
- package/dist/icons/Medium/ClockArrowCurveBack.js +5 -0
- package/dist/icons/Medium/DocGen.d.ts +3 -0
- package/dist/icons/Medium/DocGen.js +5 -0
- package/dist/icons/Medium/MagicWand.d.ts +3 -0
- package/dist/icons/Medium/MagicWand.js +5 -0
- package/dist/icons/Medium/Outline.d.ts +3 -0
- package/dist/icons/Medium/Outline.js +5 -0
- package/dist/icons/Medium/RightSidebarChevronClose.d.ts +3 -0
- package/dist/icons/Medium/RightSidebarChevronClose.js +5 -0
- package/dist/icons/Medium/RightSidebarChevronOpen.d.ts +3 -0
- package/dist/icons/Medium/RightSidebarChevronOpen.js +5 -0
- package/dist/icons/Medium/Watermark.d.ts +3 -0
- package/dist/icons/Medium/Watermark.js +5 -0
- package/dist/icons/Medium/index.d.ts +7 -0
- package/dist/icons/Medium/index.js +7 -0
- package/dist/icons/MediumFilled/MagicWand.d.ts +3 -0
- package/dist/icons/MediumFilled/MagicWand.js +5 -0
- package/dist/icons/MediumFilled/XMark.d.ts +3 -0
- package/dist/icons/MediumFilled/XMark.js +5 -0
- package/dist/icons/MediumFilled/index.d.ts +2 -0
- package/dist/icons/MediumFilled/index.js +2 -0
- package/dist/tokens/BP2/dark_mode_value/px-tokens.d.ts +16 -0
- package/dist/tokens/BP2/dark_mode_value/px-tokens.js +19 -3
- package/dist/tokens/BP2/dark_mode_value/tokens.css +19 -3
- package/dist/tokens/BP2/dark_mode_value/tokens.d.ts +16 -0
- package/dist/tokens/BP2/dark_mode_value/tokens.js +19 -3
- package/dist/tokens/BP2/dark_mode_value/tokens.json +19 -3
- package/dist/tokens/BP2/light_mode_value/px-tokens.d.ts +16 -0
- package/dist/tokens/BP2/light_mode_value/px-tokens.js +23 -7
- package/dist/tokens/BP2/light_mode_value/tokens.css +23 -7
- package/dist/tokens/BP2/light_mode_value/tokens.d.ts +16 -0
- package/dist/tokens/BP2/light_mode_value/tokens.js +23 -7
- package/dist/tokens/BP2/light_mode_value/tokens.json +23 -7
- package/dist/tokens/px-tokens.d.ts +16 -0
- package/dist/tokens/px-tokens.js +23 -7
- package/dist/tokens/tokens-css-vars.scss +23 -7
- package/dist/tokens/tokens.d.ts +16 -0
- package/dist/tokens/tokens.js +23 -7
- package/dist/tokens/tokens.json +23 -7
- package/package.json +2 -2
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgClockArrowCurveBack = (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.005 3c4.986 0 9.036 4.025 9.036 9s-4.05 9-9.036 9a9.036 9.036 0 0 1-7.053-3.373 1 1 0 1 1 1.558-1.254A7.036 7.036 0 0 0 12.005 19c3.89 0 7.036-3.138 7.036-7s-3.146-7-7.036-7c-3.44 0-6.3 2.456-6.914 5.694l.902-.901a1 1 0 0 1 1.414 1.414L5.12 13.495a1.3 1.3 0 0 1-1.838 0L.993 11.207a1 1 0 0 1 1.414-1.414l.69.69C3.822 6.23 7.537 3 12.005 3Z" }), _jsx("path", { fill: props.color || '#909090', d: "M12 7a1 1 0 0 1 1 1v3.586l1.707 1.707a1 1 0 1 1-1.414 1.414L11.586 13A2 2 0 0 1 11 11.586V8a1 1 0 0 1 1-1Z" })] }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgClockArrowCurveBack);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgDocGen = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M16 17a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2h12Zm4-6a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h12Zm-7-6a1 1 0 1 1 0 2H4a1 1 0 0 1 0-2h9Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgDocGen);
|
|
5
|
+
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 SvgMagicWand = (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', fillRule: "evenodd", d: "M12.244 7.362a2.5 2.5 0 0 1 3.535.002l.868.867a2.5 2.5 0 0 1 0 3.537l-9.88 9.878a2.5 2.5 0 0 1-3.535 0l-.877-.877a2.501 2.501 0 0 1 .002-3.538l6.848-6.837a.996.996 0 0 1 .19-.19l2.85-2.842ZM3.77 18.646a.501.501 0 0 0 0 .709l.877.877a.501.501 0 0 0 .708 0L11.585 14l-1.579-1.58-6.237 6.227Zm10.595-9.868a.502.502 0 0 0-.708 0l-2.234 2.23L13 12.585l2.233-2.232a.5.5 0 0 0 0-.707l-.867-.868Z", clipRule: "evenodd" }), _jsx("path", { fill: props.color || '#909090', d: "M17.293 13.293a1 1 0 0 1 1.414 0l1 1a1 1 0 0 1-1.414 1.414l-1-1a1 1 0 0 1 0-1.414ZM21 9a1 1 0 0 1 0 2h-1.5a1 1 0 1 1 0-2H21ZM8.293 4.293a1 1 0 0 1 1.414 0l1 1a1 1 0 0 1-1.414 1.414l-1-1a1 1 0 0 1 0-1.414Zm10 0a1 1 0 0 1 1.414 1.414l-1 1a1 1 0 0 1-1.414-1.414l1-1ZM14 2a1 1 0 0 1 1 1v1.5a1 1 0 0 1-2 0V3a1 1 0 0 1 1-1Z" })] }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgMagicWand);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgOutline = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M15 14a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2h11Zm5-6a1 1 0 1 1 0 2H4a1 1 0 0 1 0-2h16Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgOutline);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgRightSidebarChevronClose = (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: "M17 4a5 5 0 0 1 5 5v6a5 5 0 0 1-5 5H7a5 5 0 0 1-4.993-4.743L2 15V9a5 5 0 0 1 5-5h10ZM7 6a3 3 0 0 0-3 3v6l.004.155A3 3 0 0 0 7 18h3V6H7Zm5 12h5a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3h-5v12Zm2.293-8.707a1 1 0 0 1 1.414 0l2 2a1 1 0 0 1 0 1.414l-2 2a1 1 0 1 1-1.414-1.414L15.586 12l-1.293-1.293a1 1 0 0 1 0-1.414Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgRightSidebarChevronClose);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgRightSidebarChevronOpen = (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: "M17 4a5 5 0 0 1 5 5v6a5 5 0 0 1-5 5H7a5 5 0 0 1-4.993-4.743L2 15V9a5 5 0 0 1 5-5h10ZM7 6a3 3 0 0 0-3 3v6l.004.155A3 3 0 0 0 7 18h3V6H7Zm5 12h5a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3h-5v12Zm4.293-8.707a1 1 0 1 1 1.414 1.414L16.414 12l1.293 1.293a1 1 0 1 1-1.414 1.414l-2-2a1 1 0 0 1 0-1.414l2-2Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgRightSidebarChevronOpen);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgWatermark = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M19.649 9.063a1 1 0 0 1 .703 1.872L17.03 12.18l2.9 7.457a1 1 0 0 1-1.863.725l-2.91-7.48-7.399 2.775-1.828 4.705a1 1 0 0 1-1.863-.724l1.18-3.04-.897.337a1 1 0 1 1-.702-1.872l16-6ZM9.698 5.16c.816-2.099 3.787-2.1 4.604 0l1.157 2.977a1 1 0 0 1-1.863.725l-1.158-2.976a.47.47 0 0 0-.876 0l-2.042 5.25a1 1 0 1 1-1.863-.726l2.04-5.25Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgWatermark);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -63,6 +63,7 @@ export { default as ClipboardArrow } from './ClipboardArrow';
|
|
|
63
63
|
export { default as ClipboardList } from './ClipboardList';
|
|
64
64
|
export { default as ClipboardPlus } from './ClipboardPlus';
|
|
65
65
|
export { default as Clock } from './Clock';
|
|
66
|
+
export { default as ClockArrowCurveBack } from './ClockArrowCurveBack';
|
|
66
67
|
export { default as ClockExclamation } from './ClockExclamation';
|
|
67
68
|
export { default as ClockPlus } from './ClockPlus';
|
|
68
69
|
export { default as Cloud } from './Cloud';
|
|
@@ -76,6 +77,7 @@ export { default as Compass } from './Compass';
|
|
|
76
77
|
export { default as Compose } from './Compose';
|
|
77
78
|
export { default as ConditionalSplit } from './ConditionalSplit';
|
|
78
79
|
export { default as DashedSquareBubble } from './DashedSquareBubble';
|
|
80
|
+
export { default as DocGen } from './DocGen';
|
|
79
81
|
export { default as Download } from './Download';
|
|
80
82
|
export { default as Duplicate } from './Duplicate';
|
|
81
83
|
export { default as Element } from './Element';
|
|
@@ -112,6 +114,7 @@ export { default as Link } from './Link';
|
|
|
112
114
|
export { default as LinkPlus } from './LinkPlus';
|
|
113
115
|
export { default as ListView } from './ListView';
|
|
114
116
|
export { default as Lock } from './Lock';
|
|
117
|
+
export { default as MagicWand } from './MagicWand';
|
|
115
118
|
export { default as Mail } from './Mail';
|
|
116
119
|
export { default as Megaphone } from './Megaphone';
|
|
117
120
|
export { default as Merge } from './Merge';
|
|
@@ -123,6 +126,7 @@ export { default as Narrow } from './Narrow';
|
|
|
123
126
|
export { default as Nav } from './Nav';
|
|
124
127
|
export { default as Notes } from './Notes';
|
|
125
128
|
export { default as NumberList } from './NumberList';
|
|
129
|
+
export { default as Outline } from './Outline';
|
|
126
130
|
export { default as Page } from './Page';
|
|
127
131
|
export { default as PaperAirplane } from './PaperAirplane';
|
|
128
132
|
export { default as PaperClip } from './PaperClip';
|
|
@@ -139,6 +143,8 @@ export { default as Radio } from './Radio';
|
|
|
139
143
|
export { default as Relay } from './Relay';
|
|
140
144
|
export { default as RelayAdvanced } from './RelayAdvanced';
|
|
141
145
|
export { default as Retention } from './Retention';
|
|
146
|
+
export { default as RightSidebarChevronClose } from './RightSidebarChevronClose';
|
|
147
|
+
export { default as RightSidebarChevronOpen } from './RightSidebarChevronOpen';
|
|
142
148
|
export { default as Search } from './Search';
|
|
143
149
|
export { default as Section } from './Section';
|
|
144
150
|
export { default as Shield } from './Shield';
|
|
@@ -170,6 +176,7 @@ export { default as Volume0 } from './Volume0';
|
|
|
170
176
|
export { default as Volume1 } from './Volume1';
|
|
171
177
|
export { default as Volume2 } from './Volume2';
|
|
172
178
|
export { default as VolumeX } from './VolumeX';
|
|
179
|
+
export { default as Watermark } from './Watermark';
|
|
173
180
|
export { default as Wide } from './Wide';
|
|
174
181
|
export { default as WrenchScrewdriver } from './WrenchScrewdriver';
|
|
175
182
|
export { default as XMark } from './XMark';
|
|
@@ -63,6 +63,7 @@ export { default as ClipboardArrow } from './ClipboardArrow';
|
|
|
63
63
|
export { default as ClipboardList } from './ClipboardList';
|
|
64
64
|
export { default as ClipboardPlus } from './ClipboardPlus';
|
|
65
65
|
export { default as Clock } from './Clock';
|
|
66
|
+
export { default as ClockArrowCurveBack } from './ClockArrowCurveBack';
|
|
66
67
|
export { default as ClockExclamation } from './ClockExclamation';
|
|
67
68
|
export { default as ClockPlus } from './ClockPlus';
|
|
68
69
|
export { default as Cloud } from './Cloud';
|
|
@@ -76,6 +77,7 @@ export { default as Compass } from './Compass';
|
|
|
76
77
|
export { default as Compose } from './Compose';
|
|
77
78
|
export { default as ConditionalSplit } from './ConditionalSplit';
|
|
78
79
|
export { default as DashedSquareBubble } from './DashedSquareBubble';
|
|
80
|
+
export { default as DocGen } from './DocGen';
|
|
79
81
|
export { default as Download } from './Download';
|
|
80
82
|
export { default as Duplicate } from './Duplicate';
|
|
81
83
|
export { default as Element } from './Element';
|
|
@@ -112,6 +114,7 @@ export { default as Link } from './Link';
|
|
|
112
114
|
export { default as LinkPlus } from './LinkPlus';
|
|
113
115
|
export { default as ListView } from './ListView';
|
|
114
116
|
export { default as Lock } from './Lock';
|
|
117
|
+
export { default as MagicWand } from './MagicWand';
|
|
115
118
|
export { default as Mail } from './Mail';
|
|
116
119
|
export { default as Megaphone } from './Megaphone';
|
|
117
120
|
export { default as Merge } from './Merge';
|
|
@@ -123,6 +126,7 @@ export { default as Narrow } from './Narrow';
|
|
|
123
126
|
export { default as Nav } from './Nav';
|
|
124
127
|
export { default as Notes } from './Notes';
|
|
125
128
|
export { default as NumberList } from './NumberList';
|
|
129
|
+
export { default as Outline } from './Outline';
|
|
126
130
|
export { default as Page } from './Page';
|
|
127
131
|
export { default as PaperAirplane } from './PaperAirplane';
|
|
128
132
|
export { default as PaperClip } from './PaperClip';
|
|
@@ -139,6 +143,8 @@ export { default as Radio } from './Radio';
|
|
|
139
143
|
export { default as Relay } from './Relay';
|
|
140
144
|
export { default as RelayAdvanced } from './RelayAdvanced';
|
|
141
145
|
export { default as Retention } from './Retention';
|
|
146
|
+
export { default as RightSidebarChevronClose } from './RightSidebarChevronClose';
|
|
147
|
+
export { default as RightSidebarChevronOpen } from './RightSidebarChevronOpen';
|
|
142
148
|
export { default as Search } from './Search';
|
|
143
149
|
export { default as Section } from './Section';
|
|
144
150
|
export { default as Shield } from './Shield';
|
|
@@ -170,6 +176,7 @@ export { default as Volume0 } from './Volume0';
|
|
|
170
176
|
export { default as Volume1 } from './Volume1';
|
|
171
177
|
export { default as Volume2 } from './Volume2';
|
|
172
178
|
export { default as VolumeX } from './VolumeX';
|
|
179
|
+
export { default as Watermark } from './Watermark';
|
|
173
180
|
export { default as Wide } from './Wide';
|
|
174
181
|
export { default as WrenchScrewdriver } from './WrenchScrewdriver';
|
|
175
182
|
export { default as XMark } from './XMark';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgMagicWand = (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', fillRule: "evenodd", d: "M12.244 7.362a2.5 2.5 0 0 1 3.535.002l.868.867a2.5 2.5 0 0 1 0 3.537l-9.88 9.878a2.5 2.5 0 0 1-3.535 0l-.877-.877a2.501 2.501 0 0 1 .002-3.538l6.848-6.837a.996.996 0 0 1 .19-.19l2.85-2.842Zm2.12 1.416a.502.502 0 0 0-.708 0l-2.234 2.23L13 12.585l2.233-2.232a.5.5 0 0 0 0-.707l-.867-.868Z", clipRule: "evenodd" }), _jsx("path", { fill: props.color || '#909090', d: "M17.293 13.293a1 1 0 0 1 1.414 0l1 1a1 1 0 0 1-1.414 1.414l-1-1a1 1 0 0 1 0-1.414ZM21 9a1 1 0 0 1 0 2h-1.5a1 1 0 1 1 0-2H21ZM8.293 4.293a1 1 0 0 1 1.414 0l1 1a1 1 0 0 1-1.414 1.414l-1-1a1 1 0 0 1 0-1.414Zm10 0a1 1 0 0 1 1.414 1.414l-1 1a1 1 0 0 1-1.414-1.414l1-1ZM14 2a1 1 0 0 1 1 1v1.5a1 1 0 0 1-2 0V3a1 1 0 0 1 1-1Z" })] }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgMagicWand);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgXMark = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M17.94 3.94a1.5 1.5 0 1 1 2.12 2.12L14.123 12l5.939 5.94a1.5 1.5 0 0 1-2.121 2.12L12 14.123 6.06 20.06a1.5 1.5 0 0 1-2.12-2.121L9.88 12 3.94 6.06a1.5 1.5 0 1 1 2.12-2.12L12 9.88l5.94-5.94Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgXMark);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -27,6 +27,7 @@ export { default as InformationCircle } from './InformationCircle';
|
|
|
27
27
|
export { default as Integrations } from './Integrations';
|
|
28
28
|
export { default as Layout } from './Layout';
|
|
29
29
|
export { default as Lock } from './Lock';
|
|
30
|
+
export { default as MagicWand } from './MagicWand';
|
|
30
31
|
export { default as Metadata } from './Metadata';
|
|
31
32
|
export { default as Money } from './Money';
|
|
32
33
|
export { default as Nav } from './Nav';
|
|
@@ -55,4 +56,5 @@ export { default as Volume0 } from './Volume0';
|
|
|
55
56
|
export { default as Volume1 } from './Volume1';
|
|
56
57
|
export { default as Volume2 } from './Volume2';
|
|
57
58
|
export { default as VolumeX } from './VolumeX';
|
|
59
|
+
export { default as XMark } from './XMark';
|
|
58
60
|
export { default as XMarkCircle } from './XMarkCircle';
|
|
@@ -27,6 +27,7 @@ export { default as InformationCircle } from './InformationCircle';
|
|
|
27
27
|
export { default as Integrations } from './Integrations';
|
|
28
28
|
export { default as Layout } from './Layout';
|
|
29
29
|
export { default as Lock } from './Lock';
|
|
30
|
+
export { default as MagicWand } from './MagicWand';
|
|
30
31
|
export { default as Metadata } from './Metadata';
|
|
31
32
|
export { default as Money } from './Money';
|
|
32
33
|
export { default as Nav } from './Nav';
|
|
@@ -55,4 +56,5 @@ export { default as Volume0 } from './Volume0';
|
|
|
55
56
|
export { default as Volume1 } from './Volume1';
|
|
56
57
|
export { default as Volume2 } from './Volume2';
|
|
57
58
|
export { default as VolumeX } from './VolumeX';
|
|
59
|
+
export { default as XMark } from './XMark';
|
|
58
60
|
export { default as XMarkCircle } from './XMarkCircle';
|
|
@@ -38,6 +38,7 @@ export const bpBorderFilterChipBorderMultiOn: string;
|
|
|
38
38
|
export const bpBorderFilterChipBorderMultiOnHover: string;
|
|
39
39
|
export const bpBorderGridThumbnailBorder: string;
|
|
40
40
|
export const bpBorderHeaderBorder: string;
|
|
41
|
+
export const bpBorderInlineNoticeBorder: string;
|
|
41
42
|
export const bpBorderInlineTableBorder: string;
|
|
42
43
|
export const bpBorderInputBorder: string;
|
|
43
44
|
export const bpBorderInputBorderError: string;
|
|
@@ -222,6 +223,9 @@ export const bpSurfaceComboboxSurface: string;
|
|
|
222
223
|
export const bpSurfaceContentSwitcherSurface: string;
|
|
223
224
|
export const bpSurfaceContentSwitcherSurfaceHover: string;
|
|
224
225
|
export const bpSurfaceContentSwitcherSurfaceSelected: string;
|
|
226
|
+
export const bpSurfaceCtaDestructiveSurfacePrimary: string;
|
|
227
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryHover: string;
|
|
228
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryPressed: string;
|
|
225
229
|
export const bpSurfaceCtaDestructiveSurfaceTertiary: string;
|
|
226
230
|
export const bpSurfaceCtaDestructiveSurfaceTertiaryHover: string;
|
|
227
231
|
export const bpSurfaceCtaDestructiveSurfaceTertiaryPressed: string;
|
|
@@ -290,10 +294,22 @@ export const bpSurfaceGhostSurfaceSecondary: string;
|
|
|
290
294
|
export const bpSurfaceIconButtonSurface: string;
|
|
291
295
|
export const bpSurfaceIconButtonSurfaceHover: string;
|
|
292
296
|
export const bpSurfaceIconButtonSurfacePressed: string;
|
|
297
|
+
export const bpSurfaceIconTileSurfaceBoxblue: string;
|
|
298
|
+
export const bpSurfaceIconTileSurfaceDarkblue: string;
|
|
299
|
+
export const bpSurfaceIconTileSurfaceGray: string;
|
|
300
|
+
export const bpSurfaceIconTileSurfaceGreenlight: string;
|
|
301
|
+
export const bpSurfaceIconTileSurfaceGrimace: string;
|
|
302
|
+
export const bpSurfaceIconTileSurfaceLightblue: string;
|
|
303
|
+
export const bpSurfaceIconTileSurfaceOrange: string;
|
|
304
|
+
export const bpSurfaceIconTileSurfacePurplerain: string;
|
|
305
|
+
export const bpSurfaceIconTileSurfaceWatermelonred: string;
|
|
306
|
+
export const bpSurfaceIconTileSurfaceWhite: string;
|
|
307
|
+
export const bpSurfaceIconTileSurfaceYellorange: string;
|
|
293
308
|
export const bpSurfaceIllustrationSurfaceBox: string;
|
|
294
309
|
export const bpSurfaceIllustrationSurfaceBoxNeutral: string;
|
|
295
310
|
export const bpSurfaceInlineNoticeSurfaceError: string;
|
|
296
311
|
export const bpSurfaceInlineNoticeSurfaceInfo: string;
|
|
312
|
+
export const bpSurfaceInlineNoticeSurfaceNote: string;
|
|
297
313
|
export const bpSurfaceInlineNoticeSurfaceSuccess: string;
|
|
298
314
|
export const bpSurfaceInlineNoticeSurfaceWarning: string;
|
|
299
315
|
export const bpSurfaceInlineTableSurface: string;
|
|
@@ -38,6 +38,7 @@ export const bpBorderFilterChipBorderMultiOn = '#99c0ee';
|
|
|
38
38
|
export const bpBorderFilterChipBorderMultiOnHover = '#99c0ee';
|
|
39
39
|
export const bpBorderGridThumbnailBorder = '#e8e8e8';
|
|
40
40
|
export const bpBorderHeaderBorder = '#e8e8e8';
|
|
41
|
+
export const bpBorderInlineNoticeBorder = 'rgba(0, 0, 0, 0.08)';
|
|
41
42
|
export const bpBorderInlineTableBorder = '#e8e8e8';
|
|
42
43
|
export const bpBorderInputBorder = '#909090';
|
|
43
44
|
export const bpBorderInputBorderError = '#ed3757';
|
|
@@ -222,6 +223,9 @@ export const bpSurfaceComboboxSurface = '#ffffff';
|
|
|
222
223
|
export const bpSurfaceContentSwitcherSurface = '#e8e8e8';
|
|
223
224
|
export const bpSurfaceContentSwitcherSurfaceHover = '#f4f4f4';
|
|
224
225
|
export const bpSurfaceContentSwitcherSurfaceSelected = '#ffffff';
|
|
226
|
+
export const bpSurfaceCtaDestructiveSurfacePrimary = '#d5324e';
|
|
227
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryHover = '#ed3757';
|
|
228
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryPressed = '#be2c46';
|
|
225
229
|
export const bpSurfaceCtaDestructiveSurfaceTertiary = 'rgba(237, 55, 87, 0)';
|
|
226
230
|
export const bpSurfaceCtaDestructiveSurfaceTertiaryHover = 'rgba(237, 55, 87, 0.04)';
|
|
227
231
|
export const bpSurfaceCtaDestructiveSurfaceTertiaryPressed = 'rgba(237, 55, 87, 0.12)';
|
|
@@ -239,9 +243,9 @@ export const bpSurfaceCtaSurfacePromoFocus = '#4826c2';
|
|
|
239
243
|
export const bpSurfaceCtaSurfacePromoFocusPressed = '#3a1e9b';
|
|
240
244
|
export const bpSurfaceCtaSurfacePromoHover = '#4826c2';
|
|
241
245
|
export const bpSurfaceCtaSurfacePromoPressed = '#3a1e9b';
|
|
242
|
-
export const bpSurfaceCtaSurfaceSecondary = '
|
|
243
|
-
export const bpSurfaceCtaSurfaceSecondaryHover = '
|
|
244
|
-
export const bpSurfaceCtaSurfaceSecondaryPressed = '
|
|
246
|
+
export const bpSurfaceCtaSurfaceSecondary = '#ffffff';
|
|
247
|
+
export const bpSurfaceCtaSurfaceSecondaryHover = '#f4f4f4';
|
|
248
|
+
export const bpSurfaceCtaSurfaceSecondaryPressed = '#e8e8e8';
|
|
245
249
|
export const bpSurfaceCtaSurfaceTertiary = 'rgba(0, 0, 0, 0)';
|
|
246
250
|
export const bpSurfaceCtaSurfaceTertiaryHover = 'rgba(0, 0, 0, 0.04)';
|
|
247
251
|
export const bpSurfaceCtaSurfaceTertiaryPressed = 'rgba(0, 0, 0, 0.08)';
|
|
@@ -290,10 +294,22 @@ export const bpSurfaceGhostSurfaceSecondary = 'rgba(0, 0, 0, 0.04)';
|
|
|
290
294
|
export const bpSurfaceIconButtonSurface = 'rgba(0, 0, 0, 0)';
|
|
291
295
|
export const bpSurfaceIconButtonSurfaceHover = 'rgba(0, 0, 0, 0.04)';
|
|
292
296
|
export const bpSurfaceIconButtonSurfacePressed = 'rgba(0, 0, 0, 0.08)';
|
|
297
|
+
export const bpSurfaceIconTileSurfaceBoxblue = '#0061d5';
|
|
298
|
+
export const bpSurfaceIconTileSurfaceDarkblue = '#003c84';
|
|
299
|
+
export const bpSurfaceIconTileSurfaceGray = '#222222';
|
|
300
|
+
export const bpSurfaceIconTileSurfaceGreenlight = '#22af74';
|
|
301
|
+
export const bpSurfaceIconTileSurfaceGrimace = '#4826c2';
|
|
302
|
+
export const bpSurfaceIconTileSurfaceLightblue = '#2486fc';
|
|
303
|
+
export const bpSurfaceIconTileSurfaceOrange = '#d97417';
|
|
304
|
+
export const bpSurfaceIconTileSurfacePurplerain = '#8f39d5';
|
|
305
|
+
export const bpSurfaceIconTileSurfaceWatermelonred = '#d5324e';
|
|
306
|
+
export const bpSurfaceIconTileSurfaceWhite = '#ffffff';
|
|
307
|
+
export const bpSurfaceIconTileSurfaceYellorange = '#dca118';
|
|
293
308
|
export const bpSurfaceIllustrationSurfaceBox = '#0061d5';
|
|
294
309
|
export const bpSurfaceIllustrationSurfaceBoxNeutral = '#0061d5';
|
|
295
310
|
export const bpSurfaceInlineNoticeSurfaceError = '#fdebee';
|
|
296
311
|
export const bpSurfaceInlineNoticeSurfaceInfo = '#e9f2fe';
|
|
312
|
+
export const bpSurfaceInlineNoticeSurfaceNote = '#ffffff';
|
|
297
313
|
export const bpSurfaceInlineNoticeSurfaceSuccess = '#e9f8f2';
|
|
298
314
|
export const bpSurfaceInlineNoticeSurfaceWarning = '#fffbe5';
|
|
299
315
|
export const bpSurfaceInlineTableSurface = '#ffffff';
|
|
@@ -610,6 +610,7 @@
|
|
|
610
610
|
--bp-border-filter-chip-border-multi-on-hover: var(--bp-box-blue-40);
|
|
611
611
|
--bp-border-grid-thumbnail-border: var(--bp-gray-10);
|
|
612
612
|
--bp-border-header-border: var(--bp-gray-10);
|
|
613
|
+
--bp-border-inline-notice-border: var(--bp-black-opacity-08);
|
|
613
614
|
--bp-border-inline-table-border: var(--bp-gray-10);
|
|
614
615
|
--bp-border-input-border: var(--bp-gray-50);
|
|
615
616
|
--bp-border-input-border-error: var(--bp-watermelon-red-100);
|
|
@@ -765,6 +766,9 @@
|
|
|
765
766
|
--bp-surface-content-switcher-surface: var(--bp-gray-10);
|
|
766
767
|
--bp-surface-content-switcher-surface-hover: var(--bp-gray-05);
|
|
767
768
|
--bp-surface-content-switcher-surface-selected: var(--bp-gray-white);
|
|
769
|
+
--bp-surface-cta-destructive-surface-primary: var(--bp-watermelon-red-110);
|
|
770
|
+
--bp-surface-cta-destructive-surface-primary-hover: var(--bp-watermelon-red-100);
|
|
771
|
+
--bp-surface-cta-destructive-surface-primary-pressed: var(--bp-watermelon-red-120);
|
|
768
772
|
--bp-surface-cta-destructive-surface-tertiary: var(--bp-watermelon-red-opacity-00);
|
|
769
773
|
--bp-surface-cta-destructive-surface-tertiary-hover: var(--bp-watermelon-red-opacity-04);
|
|
770
774
|
--bp-surface-cta-destructive-surface-tertiary-pressed: var(--bp-watermelon-red-opacity-12);
|
|
@@ -782,9 +786,9 @@
|
|
|
782
786
|
--bp-surface-cta-surface-promo-focus-pressed: var(--bp-grimace-120);
|
|
783
787
|
--bp-surface-cta-surface-promo-hover: var(--bp-grimace-100);
|
|
784
788
|
--bp-surface-cta-surface-promo-pressed: var(--bp-grimace-120);
|
|
785
|
-
--bp-surface-cta-surface-secondary: var(--bp-white
|
|
786
|
-
--bp-surface-cta-surface-secondary-hover: var(--bp-
|
|
787
|
-
--bp-surface-cta-surface-secondary-pressed: var(--bp-
|
|
789
|
+
--bp-surface-cta-surface-secondary: var(--bp-gray-white);
|
|
790
|
+
--bp-surface-cta-surface-secondary-hover: var(--bp-gray-05);
|
|
791
|
+
--bp-surface-cta-surface-secondary-pressed: var(--bp-gray-10);
|
|
788
792
|
--bp-surface-cta-surface-tertiary: var(--bp-black-opacity-00);
|
|
789
793
|
--bp-surface-cta-surface-tertiary-hover: var(--bp-black-opacity-04);
|
|
790
794
|
--bp-surface-cta-surface-tertiary-pressed: var(--bp-black-opacity-08);
|
|
@@ -832,10 +836,22 @@
|
|
|
832
836
|
--bp-surface-icon-button-surface: var(--bp-black-opacity-00);
|
|
833
837
|
--bp-surface-icon-button-surface-hover: var(--bp-black-opacity-04);
|
|
834
838
|
--bp-surface-icon-button-surface-pressed: var(--bp-black-opacity-08);
|
|
839
|
+
--bp-surface-icon-tile-surface-boxblue: var(--bp-box-blue-100);
|
|
840
|
+
--bp-surface-icon-tile-surface-darkblue: var(--bp-dark-blue-100);
|
|
841
|
+
--bp-surface-icon-tile-surface-gray: var(--bp-gray-100);
|
|
842
|
+
--bp-surface-icon-tile-surface-greenlight: var(--bp-green-light-110);
|
|
843
|
+
--bp-surface-icon-tile-surface-grimace: var(--bp-grimace-100);
|
|
844
|
+
--bp-surface-icon-tile-surface-lightblue: var(--bp-light-blue-100);
|
|
845
|
+
--bp-surface-icon-tile-surface-orange: var(--bp-orange-110);
|
|
846
|
+
--bp-surface-icon-tile-surface-purplerain: var(--bp-purple-rain-110);
|
|
847
|
+
--bp-surface-icon-tile-surface-watermelonred: var(--bp-watermelon-red-110);
|
|
848
|
+
--bp-surface-icon-tile-surface-white: var(--bp-gray-white);
|
|
849
|
+
--bp-surface-icon-tile-surface-yellorange: var(--bp-yellorange-110);
|
|
835
850
|
--bp-surface-illustration-surface-box: var(--bp-box-blue-100);
|
|
836
851
|
--bp-surface-illustration-surface-box-neutral: var(--bp-box-blue-100);
|
|
837
852
|
--bp-surface-inline-notice-surface-error: var(--bp-watermelon-red-10);
|
|
838
853
|
--bp-surface-inline-notice-surface-info: var(--bp-light-blue-10);
|
|
854
|
+
--bp-surface-inline-notice-surface-note: var(--bp-gray-white);
|
|
839
855
|
--bp-surface-inline-notice-surface-success: var(--bp-green-light-10);
|
|
840
856
|
--bp-surface-inline-notice-surface-warning: var(--bp-yellow-10);
|
|
841
857
|
--bp-surface-inline-table-surface: var(--bp-gray-white);
|
|
@@ -34,6 +34,7 @@ export const bpBorderFilterChipBorderMultiOn: string;
|
|
|
34
34
|
export const bpBorderFilterChipBorderMultiOnHover: string;
|
|
35
35
|
export const bpBorderGridThumbnailBorder: string;
|
|
36
36
|
export const bpBorderHeaderBorder: string;
|
|
37
|
+
export const bpBorderInlineNoticeBorder: string;
|
|
37
38
|
export const bpBorderInlineTableBorder: string;
|
|
38
39
|
export const bpBorderInputBorder: string;
|
|
39
40
|
export const bpBorderInputBorderError: string;
|
|
@@ -218,6 +219,9 @@ export const bpSurfaceComboboxSurface: string;
|
|
|
218
219
|
export const bpSurfaceContentSwitcherSurface: string;
|
|
219
220
|
export const bpSurfaceContentSwitcherSurfaceHover: string;
|
|
220
221
|
export const bpSurfaceContentSwitcherSurfaceSelected: string;
|
|
222
|
+
export const bpSurfaceCtaDestructiveSurfacePrimary: string;
|
|
223
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryHover: string;
|
|
224
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryPressed: string;
|
|
221
225
|
export const bpSurfaceCtaDestructiveSurfaceTertiary: string;
|
|
222
226
|
export const bpSurfaceCtaDestructiveSurfaceTertiaryHover: string;
|
|
223
227
|
export const bpSurfaceCtaDestructiveSurfaceTertiaryPressed: string;
|
|
@@ -286,10 +290,22 @@ export const bpSurfaceGhostSurfaceSecondary: string;
|
|
|
286
290
|
export const bpSurfaceIconButtonSurface: string;
|
|
287
291
|
export const bpSurfaceIconButtonSurfaceHover: string;
|
|
288
292
|
export const bpSurfaceIconButtonSurfacePressed: string;
|
|
293
|
+
export const bpSurfaceIconTileSurfaceBoxblue: string;
|
|
294
|
+
export const bpSurfaceIconTileSurfaceDarkblue: string;
|
|
295
|
+
export const bpSurfaceIconTileSurfaceGray: string;
|
|
296
|
+
export const bpSurfaceIconTileSurfaceGreenlight: string;
|
|
297
|
+
export const bpSurfaceIconTileSurfaceGrimace: string;
|
|
298
|
+
export const bpSurfaceIconTileSurfaceLightblue: string;
|
|
299
|
+
export const bpSurfaceIconTileSurfaceOrange: string;
|
|
300
|
+
export const bpSurfaceIconTileSurfacePurplerain: string;
|
|
301
|
+
export const bpSurfaceIconTileSurfaceWatermelonred: string;
|
|
302
|
+
export const bpSurfaceIconTileSurfaceWhite: string;
|
|
303
|
+
export const bpSurfaceIconTileSurfaceYellorange: string;
|
|
289
304
|
export const bpSurfaceIllustrationSurfaceBox: string;
|
|
290
305
|
export const bpSurfaceIllustrationSurfaceBoxNeutral: string;
|
|
291
306
|
export const bpSurfaceInlineNoticeSurfaceError: string;
|
|
292
307
|
export const bpSurfaceInlineNoticeSurfaceInfo: string;
|
|
308
|
+
export const bpSurfaceInlineNoticeSurfaceNote: string;
|
|
293
309
|
export const bpSurfaceInlineNoticeSurfaceSuccess: string;
|
|
294
310
|
export const bpSurfaceInlineNoticeSurfaceWarning: string;
|
|
295
311
|
export const bpSurfaceInlineTableSurface: string;
|
|
@@ -34,6 +34,7 @@ export const bpBorderFilterChipBorderMultiOn = '#99c0ee';
|
|
|
34
34
|
export const bpBorderFilterChipBorderMultiOnHover = '#99c0ee';
|
|
35
35
|
export const bpBorderGridThumbnailBorder = '#e8e8e8';
|
|
36
36
|
export const bpBorderHeaderBorder = '#e8e8e8';
|
|
37
|
+
export const bpBorderInlineNoticeBorder = 'rgba(0, 0, 0, 0.08)';
|
|
37
38
|
export const bpBorderInlineTableBorder = '#e8e8e8';
|
|
38
39
|
export const bpBorderInputBorder = '#909090';
|
|
39
40
|
export const bpBorderInputBorderError = '#ed3757';
|
|
@@ -218,6 +219,9 @@ export const bpSurfaceComboboxSurface = '#ffffff';
|
|
|
218
219
|
export const bpSurfaceContentSwitcherSurface = '#e8e8e8';
|
|
219
220
|
export const bpSurfaceContentSwitcherSurfaceHover = '#f4f4f4';
|
|
220
221
|
export const bpSurfaceContentSwitcherSurfaceSelected = '#ffffff';
|
|
222
|
+
export const bpSurfaceCtaDestructiveSurfacePrimary = '#d5324e';
|
|
223
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryHover = '#ed3757';
|
|
224
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryPressed = '#be2c46';
|
|
221
225
|
export const bpSurfaceCtaDestructiveSurfaceTertiary = 'rgba(237, 55, 87, 0)';
|
|
222
226
|
export const bpSurfaceCtaDestructiveSurfaceTertiaryHover = 'rgba(237, 55, 87, 0.04)';
|
|
223
227
|
export const bpSurfaceCtaDestructiveSurfaceTertiaryPressed = 'rgba(237, 55, 87, 0.12)';
|
|
@@ -235,9 +239,9 @@ export const bpSurfaceCtaSurfacePromoFocus = '#4826c2';
|
|
|
235
239
|
export const bpSurfaceCtaSurfacePromoFocusPressed = '#3a1e9b';
|
|
236
240
|
export const bpSurfaceCtaSurfacePromoHover = '#4826c2';
|
|
237
241
|
export const bpSurfaceCtaSurfacePromoPressed = '#3a1e9b';
|
|
238
|
-
export const bpSurfaceCtaSurfaceSecondary = '
|
|
239
|
-
export const bpSurfaceCtaSurfaceSecondaryHover = '
|
|
240
|
-
export const bpSurfaceCtaSurfaceSecondaryPressed = '
|
|
242
|
+
export const bpSurfaceCtaSurfaceSecondary = '#ffffff';
|
|
243
|
+
export const bpSurfaceCtaSurfaceSecondaryHover = '#f4f4f4';
|
|
244
|
+
export const bpSurfaceCtaSurfaceSecondaryPressed = '#e8e8e8';
|
|
241
245
|
export const bpSurfaceCtaSurfaceTertiary = 'rgba(0, 0, 0, 0)';
|
|
242
246
|
export const bpSurfaceCtaSurfaceTertiaryHover = 'rgba(0, 0, 0, 0.04)';
|
|
243
247
|
export const bpSurfaceCtaSurfaceTertiaryPressed = 'rgba(0, 0, 0, 0.08)';
|
|
@@ -286,10 +290,22 @@ export const bpSurfaceGhostSurfaceSecondary = 'rgba(0, 0, 0, 0.04)';
|
|
|
286
290
|
export const bpSurfaceIconButtonSurface = 'rgba(0, 0, 0, 0)';
|
|
287
291
|
export const bpSurfaceIconButtonSurfaceHover = 'rgba(0, 0, 0, 0.04)';
|
|
288
292
|
export const bpSurfaceIconButtonSurfacePressed = 'rgba(0, 0, 0, 0.08)';
|
|
293
|
+
export const bpSurfaceIconTileSurfaceBoxblue = '#0061d5';
|
|
294
|
+
export const bpSurfaceIconTileSurfaceDarkblue = '#003c84';
|
|
295
|
+
export const bpSurfaceIconTileSurfaceGray = '#222222';
|
|
296
|
+
export const bpSurfaceIconTileSurfaceGreenlight = '#22af74';
|
|
297
|
+
export const bpSurfaceIconTileSurfaceGrimace = '#4826c2';
|
|
298
|
+
export const bpSurfaceIconTileSurfaceLightblue = '#2486fc';
|
|
299
|
+
export const bpSurfaceIconTileSurfaceOrange = '#d97417';
|
|
300
|
+
export const bpSurfaceIconTileSurfacePurplerain = '#8f39d5';
|
|
301
|
+
export const bpSurfaceIconTileSurfaceWatermelonred = '#d5324e';
|
|
302
|
+
export const bpSurfaceIconTileSurfaceWhite = '#ffffff';
|
|
303
|
+
export const bpSurfaceIconTileSurfaceYellorange = '#dca118';
|
|
289
304
|
export const bpSurfaceIllustrationSurfaceBox = '#0061d5';
|
|
290
305
|
export const bpSurfaceIllustrationSurfaceBoxNeutral = '#0061d5';
|
|
291
306
|
export const bpSurfaceInlineNoticeSurfaceError = '#fdebee';
|
|
292
307
|
export const bpSurfaceInlineNoticeSurfaceInfo = '#e9f2fe';
|
|
308
|
+
export const bpSurfaceInlineNoticeSurfaceNote = '#ffffff';
|
|
293
309
|
export const bpSurfaceInlineNoticeSurfaceSuccess = '#e9f8f2';
|
|
294
310
|
export const bpSurfaceInlineNoticeSurfaceWarning = '#fffbe5';
|
|
295
311
|
export const bpSurfaceInlineTableSurface = '#ffffff';
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"BpBorderFilterChipBorderMultiOnHover": "#99c0ee",
|
|
36
36
|
"BpBorderGridThumbnailBorder": "#e8e8e8",
|
|
37
37
|
"BpBorderHeaderBorder": "#e8e8e8",
|
|
38
|
+
"BpBorderInlineNoticeBorder": "rgba(0, 0, 0, 0.08)",
|
|
38
39
|
"BpBorderInlineTableBorder": "#e8e8e8",
|
|
39
40
|
"BpBorderInputBorder": "#909090",
|
|
40
41
|
"BpBorderInputBorderError": "#ed3757",
|
|
@@ -219,6 +220,9 @@
|
|
|
219
220
|
"BpSurfaceContentSwitcherSurface": "#e8e8e8",
|
|
220
221
|
"BpSurfaceContentSwitcherSurfaceHover": "#f4f4f4",
|
|
221
222
|
"BpSurfaceContentSwitcherSurfaceSelected": "#ffffff",
|
|
223
|
+
"BpSurfaceCtaDestructiveSurfacePrimary": "#d5324e",
|
|
224
|
+
"BpSurfaceCtaDestructiveSurfacePrimaryHover": "#ed3757",
|
|
225
|
+
"BpSurfaceCtaDestructiveSurfacePrimaryPressed": "#be2c46",
|
|
222
226
|
"BpSurfaceCtaDestructiveSurfaceTertiary": "rgba(237, 55, 87, 0)",
|
|
223
227
|
"BpSurfaceCtaDestructiveSurfaceTertiaryHover": "rgba(237, 55, 87, 0.04)",
|
|
224
228
|
"BpSurfaceCtaDestructiveSurfaceTertiaryPressed": "rgba(237, 55, 87, 0.12)",
|
|
@@ -236,9 +240,9 @@
|
|
|
236
240
|
"BpSurfaceCtaSurfacePromoFocusPressed": "#3a1e9b",
|
|
237
241
|
"BpSurfaceCtaSurfacePromoHover": "#4826c2",
|
|
238
242
|
"BpSurfaceCtaSurfacePromoPressed": "#3a1e9b",
|
|
239
|
-
"BpSurfaceCtaSurfaceSecondary": "
|
|
240
|
-
"BpSurfaceCtaSurfaceSecondaryHover": "
|
|
241
|
-
"BpSurfaceCtaSurfaceSecondaryPressed": "
|
|
243
|
+
"BpSurfaceCtaSurfaceSecondary": "#ffffff",
|
|
244
|
+
"BpSurfaceCtaSurfaceSecondaryHover": "#f4f4f4",
|
|
245
|
+
"BpSurfaceCtaSurfaceSecondaryPressed": "#e8e8e8",
|
|
242
246
|
"BpSurfaceCtaSurfaceTertiary": "rgba(0, 0, 0, 0)",
|
|
243
247
|
"BpSurfaceCtaSurfaceTertiaryHover": "rgba(0, 0, 0, 0.04)",
|
|
244
248
|
"BpSurfaceCtaSurfaceTertiaryPressed": "rgba(0, 0, 0, 0.08)",
|
|
@@ -287,10 +291,22 @@
|
|
|
287
291
|
"BpSurfaceIconButtonSurface": "rgba(0, 0, 0, 0)",
|
|
288
292
|
"BpSurfaceIconButtonSurfaceHover": "rgba(0, 0, 0, 0.04)",
|
|
289
293
|
"BpSurfaceIconButtonSurfacePressed": "rgba(0, 0, 0, 0.08)",
|
|
294
|
+
"BpSurfaceIconTileSurfaceBoxblue": "#0061d5",
|
|
295
|
+
"BpSurfaceIconTileSurfaceDarkblue": "#003c84",
|
|
296
|
+
"BpSurfaceIconTileSurfaceGray": "#222222",
|
|
297
|
+
"BpSurfaceIconTileSurfaceGreenlight": "#22af74",
|
|
298
|
+
"BpSurfaceIconTileSurfaceGrimace": "#4826c2",
|
|
299
|
+
"BpSurfaceIconTileSurfaceLightblue": "#2486fc",
|
|
300
|
+
"BpSurfaceIconTileSurfaceOrange": "#d97417",
|
|
301
|
+
"BpSurfaceIconTileSurfacePurplerain": "#8f39d5",
|
|
302
|
+
"BpSurfaceIconTileSurfaceWatermelonred": "#d5324e",
|
|
303
|
+
"BpSurfaceIconTileSurfaceWhite": "#ffffff",
|
|
304
|
+
"BpSurfaceIconTileSurfaceYellorange": "#dca118",
|
|
290
305
|
"BpSurfaceIllustrationSurfaceBox": "#0061d5",
|
|
291
306
|
"BpSurfaceIllustrationSurfaceBoxNeutral": "#0061d5",
|
|
292
307
|
"BpSurfaceInlineNoticeSurfaceError": "#fdebee",
|
|
293
308
|
"BpSurfaceInlineNoticeSurfaceInfo": "#e9f2fe",
|
|
309
|
+
"BpSurfaceInlineNoticeSurfaceNote": "#ffffff",
|
|
294
310
|
"BpSurfaceInlineNoticeSurfaceSuccess": "#e9f8f2",
|
|
295
311
|
"BpSurfaceInlineNoticeSurfaceWarning": "#fffbe5",
|
|
296
312
|
"BpSurfaceInlineTableSurface": "#ffffff",
|
|
@@ -39,6 +39,7 @@ export const bpBorderFilterChipBorderMultiOn: string;
|
|
|
39
39
|
export const bpBorderFilterChipBorderMultiOnHover: string;
|
|
40
40
|
export const bpBorderGridThumbnailBorder: string;
|
|
41
41
|
export const bpBorderHeaderBorder: string;
|
|
42
|
+
export const bpBorderInlineNoticeBorder: string;
|
|
42
43
|
export const bpBorderInlineTableBorder: string;
|
|
43
44
|
export const bpBorderInputBorder: string;
|
|
44
45
|
export const bpBorderInputBorderError: string;
|
|
@@ -223,6 +224,9 @@ export const bpSurfaceComboboxSurface: string;
|
|
|
223
224
|
export const bpSurfaceContentSwitcherSurface: string;
|
|
224
225
|
export const bpSurfaceContentSwitcherSurfaceHover: string;
|
|
225
226
|
export const bpSurfaceContentSwitcherSurfaceSelected: string;
|
|
227
|
+
export const bpSurfaceCtaDestructiveSurfacePrimary: string;
|
|
228
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryHover: string;
|
|
229
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryPressed: string;
|
|
226
230
|
export const bpSurfaceCtaDestructiveSurfaceTertiary: string;
|
|
227
231
|
export const bpSurfaceCtaDestructiveSurfaceTertiaryHover: string;
|
|
228
232
|
export const bpSurfaceCtaDestructiveSurfaceTertiaryPressed: string;
|
|
@@ -291,10 +295,22 @@ export const bpSurfaceGhostSurfaceSecondary: string;
|
|
|
291
295
|
export const bpSurfaceIconButtonSurface: string;
|
|
292
296
|
export const bpSurfaceIconButtonSurfaceHover: string;
|
|
293
297
|
export const bpSurfaceIconButtonSurfacePressed: string;
|
|
298
|
+
export const bpSurfaceIconTileSurfaceBoxblue: string;
|
|
299
|
+
export const bpSurfaceIconTileSurfaceDarkblue: string;
|
|
300
|
+
export const bpSurfaceIconTileSurfaceGray: string;
|
|
301
|
+
export const bpSurfaceIconTileSurfaceGreenlight: string;
|
|
302
|
+
export const bpSurfaceIconTileSurfaceGrimace: string;
|
|
303
|
+
export const bpSurfaceIconTileSurfaceLightblue: string;
|
|
304
|
+
export const bpSurfaceIconTileSurfaceOrange: string;
|
|
305
|
+
export const bpSurfaceIconTileSurfacePurplerain: string;
|
|
306
|
+
export const bpSurfaceIconTileSurfaceWatermelonred: string;
|
|
307
|
+
export const bpSurfaceIconTileSurfaceWhite: string;
|
|
308
|
+
export const bpSurfaceIconTileSurfaceYellorange: string;
|
|
294
309
|
export const bpSurfaceIllustrationSurfaceBox: string;
|
|
295
310
|
export const bpSurfaceIllustrationSurfaceBoxNeutral: string;
|
|
296
311
|
export const bpSurfaceInlineNoticeSurfaceError: string;
|
|
297
312
|
export const bpSurfaceInlineNoticeSurfaceInfo: string;
|
|
313
|
+
export const bpSurfaceInlineNoticeSurfaceNote: string;
|
|
298
314
|
export const bpSurfaceInlineNoticeSurfaceSuccess: string;
|
|
299
315
|
export const bpSurfaceInlineNoticeSurfaceWarning: string;
|
|
300
316
|
export const bpSurfaceInlineTableSurface: string;
|