@box/blueprint-web-assets 4.60.14 → 4.61.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons/Medium/{Information.js → AlertCircle.js} +2 -2
- package/dist/icons/Medium/BubbleQuestion.js +1 -1
- package/dist/icons/Medium/CheckmarkCircle.js +5 -0
- package/dist/icons/Medium/InformationCircle.js +5 -0
- package/dist/icons/Medium/QuestionCircle.js +5 -0
- package/dist/icons/Medium/index.d.ts +4 -4
- package/dist/icons/Medium/index.js +4 -4
- package/dist/icons/MediumFilled/CheckmarkCircle.js +5 -0
- package/dist/icons/MediumFilled/InformationCircle.js +5 -0
- package/dist/icons/MediumFilled/QuestionCircle.js +5 -0
- package/dist/icons/MediumFilled/index.d.ts +3 -3
- package/dist/icons/MediumFilled/index.js +3 -3
- package/dist/tokens/BP2/dark_mode_value/px-tokens.d.ts +23 -11
- package/dist/tokens/BP2/dark_mode_value/px-tokens.js +27 -15
- package/dist/tokens/BP2/dark_mode_value/tokens.css +27 -15
- package/dist/tokens/BP2/dark_mode_value/tokens.d.ts +23 -11
- package/dist/tokens/BP2/dark_mode_value/tokens.js +27 -15
- package/dist/tokens/BP2/dark_mode_value/tokens.json +27 -15
- package/dist/tokens/BP2/light_mode_value/px-tokens.d.ts +23 -11
- package/dist/tokens/BP2/light_mode_value/px-tokens.js +27 -15
- package/dist/tokens/BP2/light_mode_value/tokens.css +27 -15
- package/dist/tokens/BP2/light_mode_value/tokens.d.ts +23 -11
- package/dist/tokens/BP2/light_mode_value/tokens.js +27 -15
- package/dist/tokens/BP2/light_mode_value/tokens.json +27 -15
- package/dist/tokens/px-tokens.js +22 -15
- package/dist/tokens/tokens-css-vars.scss +27 -15
- package/dist/tokens/tokens.js +22 -15
- package/dist/tokens/tokens.json +27 -15
- package/package.json +2 -2
- package/dist/icons/Medium/AlertBadge.js +0 -5
- package/dist/icons/Medium/Check.js +0 -5
- package/dist/icons/Medium/Question.js +0 -5
- package/dist/icons/MediumFilled/Check.js +0 -5
- package/dist/icons/MediumFilled/Information.js +0 -5
- package/dist/icons/MediumFilled/Question.js +0 -5
- /package/dist/icons/Medium/{AlertBadge.d.ts → AlertCircle.d.ts} +0 -0
- /package/dist/icons/Medium/{Check.d.ts → CheckmarkCircle.d.ts} +0 -0
- /package/dist/icons/Medium/{Information.d.ts → InformationCircle.d.ts} +0 -0
- /package/dist/icons/Medium/{Question.d.ts → QuestionCircle.d.ts} +0 -0
- /package/dist/icons/MediumFilled/{Check.d.ts → CheckmarkCircle.d.ts} +0 -0
- /package/dist/icons/MediumFilled/{Information.d.ts → InformationCircle.d.ts} +0 -0
- /package/dist/icons/MediumFilled/{Question.d.ts → QuestionCircle.d.ts} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
const
|
|
4
|
-
const ForwardRef = forwardRef(
|
|
3
|
+
const SvgAlertCircle = (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', fillRule: "evenodd", d: "M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm0-14a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0V9a1 1 0 0 1 1-1Zm0 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", clipRule: "evenodd" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgAlertCircle);
|
|
5
5
|
export default ForwardRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
const SvgBubbleQuestion = (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',
|
|
3
|
+
const SvgBubbleQuestion = (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 2c3.155 0 5.681.789 7.426 2.388C21.183 5.998 22 8.298 22 11c0 2.703-.817 5.001-2.574 6.612C17.68 19.212 15.155 20 12 20h-.1c-1.357 1.23-3.037 1.98-4.464 2.18-.753.105-1.549.073-2.207-.24C4.497 21.59 4 20.912 4 20c0-.888.437-1.505.663-1.87.133-.214.236-.394.302-.594C2.91 16.223 2 13.937 2 11c0-2.703.817-5.001 2.574-6.612C6.32 2.788 8.845 2 12 2Zm0 2c-2.845 0-4.819.711-6.074 1.862C4.683 7.002 4 8.702 4 11c0 2.745.885 4.297 2.44 5.078.367.185.615.57.606 1.005-.02 1-.4 1.647-.685 2.105C6.072 19.652 6 19.78 6 20c0 .084 0 .091.089.134.164.078.517.142 1.07.065 1.084-.151 2.506-.79 3.609-1.88l.079-.072A1.1 1.1 0 0 1 11.54 18H12c2.845 0 4.819-.711 6.074-1.862C19.316 14.998 20 13.298 20 11c0-2.297-.683-3.999-1.926-5.138C16.82 4.712 14.845 4 12 4Zm-.28 10a1.001 1.001 0 0 1 .864.493.95.95 0 0 1 .139.504.949.949 0 0 1-.139.504.989.989 0 0 1-.864.499.974.974 0 0 1-.864-.499.975.975 0 0 1-.133-.504c0-.185.045-.353.133-.504.093-.15.213-.27.36-.36A.974.974 0 0 1 11.72 14Zm.25-8c.587 0 1.108.105 1.562.314a2.49 2.49 0 0 1 1.077.897c.26.388.39.852.391 1.393 0 .497-.12.927-.36 1.29-.237.36-.585.689-1.042.986a6.3 6.3 0 0 0-.647.472c-.15.132-.26.264-.33.397-.067.13-.11.287-.13.472l-.01.063a.784.784 0 0 1-.25.54c-.13.112-.303.167-.516.167-.247 0-.444-.077-.591-.23a.855.855 0 0 1-.22-.608v-.194c0-.272.05-.515.15-.729.1-.216.24-.413.42-.591.18-.182.391-.353.631-.514.254-.168.461-.324.622-.467.163-.143.283-.295.36-.456.077-.164.115-.356.115-.576 0-.227-.059-.426-.176-.598a1.154 1.154 0 0 0-.47-.403 1.524 1.524 0 0 0-.666-.142c-.207 0-.396.034-.566.1-.17.066-.32.175-.446.325a1.699 1.699 0 0 0-.3.576.89.89 0 0 1-.316.404.85.85 0 0 1-.486.141c-.24 0-.43-.073-.57-.22C9.067 8.664 9 8.47 9 8.233c0-.122.015-.246.045-.372.03-.125.076-.25.136-.377.143-.304.35-.566.62-.786.274-.223.595-.395.962-.513.367-.123.77-.184 1.207-.184Z" }) }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgBubbleQuestion);
|
|
5
5
|
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgCheckmarkCircle = (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', fillRule: "evenodd", d: "M20 12a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm2 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-6.22-1.375a1 1 0 1 0-1.56-1.25l-3.303 4.128-1.21-1.21a1 1 0 0 0-1.414 1.414l1.92 1.921a1.1 1.1 0 0 0 1.638-.09l3.93-4.913Z", clipRule: "evenodd" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgCheckmarkCircle);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgInformationCircle = (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', fillRule: "evenodd", d: "M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm-2-11a1 1 0 0 1 1-1h.5a1.5 1.5 0 0 1 1.5 1.5V15a1 1 0 1 1 0 2h-.5a1.5 1.5 0 0 1-1.5-1.5V12a1 1 0 0 1-1-1Zm2-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", clipRule: "evenodd" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgInformationCircle);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgQuestionCircle = (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', fillRule: "evenodd", d: "M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm0-14c-.87 0-1.611.555-1.886 1.333a1 1 0 0 1-1.886-.666A4.001 4.001 0 0 1 12 6c1.09 0 2.164.446 2.927 1.161.772.724 1.3 1.806 1.053 3.035-.313 1.568-1.131 2.38-1.855 2.96a20.68 20.68 0 0 1-.36.28c-.183.14-.325.249-.47.386-.189.178-.29.325-.346.494a1 1 0 0 1-1.898-.632c.194-.58.53-.996.873-1.318.22-.207.494-.418.72-.592.086-.066.165-.127.231-.18.526-.42.958-.858 1.144-1.79.08-.395-.065-.813-.46-1.184A2.356 2.356 0 0 0 12 8Zm0 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", clipRule: "evenodd" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgQuestionCircle);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { default as
|
|
1
|
+
export { default as AlertCircle } from './AlertCircle';
|
|
2
2
|
export { default as AlertTriangle } from './AlertTriangle';
|
|
3
3
|
export { default as AlignmentCenter } from './AlignmentCenter';
|
|
4
4
|
export { default as AlignmentFill } from './AlignmentFill';
|
|
@@ -27,8 +27,8 @@ export { default as BulletList } from './BulletList';
|
|
|
27
27
|
export { default as Canvas } from './Canvas';
|
|
28
28
|
export { default as ChartDonut } from './ChartDonut';
|
|
29
29
|
export { default as ChartLine } from './ChartLine';
|
|
30
|
-
export { default as Check } from './Check';
|
|
31
30
|
export { default as CheckList } from './CheckList';
|
|
31
|
+
export { default as CheckmarkCircle } from './CheckmarkCircle';
|
|
32
32
|
export { default as ChevronDown } from './ChevronDown';
|
|
33
33
|
export { default as ChevronLeft } from './ChevronLeft';
|
|
34
34
|
export { default as ChevronRight } from './ChevronRight';
|
|
@@ -60,7 +60,7 @@ export { default as Handshake } from './Handshake';
|
|
|
60
60
|
export { default as Home } from './Home';
|
|
61
61
|
export { default as Hubs } from './Hubs';
|
|
62
62
|
export { default as Inbox } from './Inbox';
|
|
63
|
-
export { default as
|
|
63
|
+
export { default as InformationCircle } from './InformationCircle';
|
|
64
64
|
export { default as Integrations } from './Integrations';
|
|
65
65
|
export { default as Italic } from './Italic';
|
|
66
66
|
export { default as Link } from './Link';
|
|
@@ -76,7 +76,7 @@ export { default as Notes } from './Notes';
|
|
|
76
76
|
export { default as NumberList } from './NumberList';
|
|
77
77
|
export { default as PaperStamp } from './PaperStamp';
|
|
78
78
|
export { default as Plus } from './Plus';
|
|
79
|
-
export { default as
|
|
79
|
+
export { default as QuestionCircle } from './QuestionCircle';
|
|
80
80
|
export { default as Relay } from './Relay';
|
|
81
81
|
export { default as Retention } from './Retention';
|
|
82
82
|
export { default as Search } from './Search';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { default as
|
|
1
|
+
export { default as AlertCircle } from './AlertCircle';
|
|
2
2
|
export { default as AlertTriangle } from './AlertTriangle';
|
|
3
3
|
export { default as AlignmentCenter } from './AlignmentCenter';
|
|
4
4
|
export { default as AlignmentFill } from './AlignmentFill';
|
|
@@ -27,8 +27,8 @@ export { default as BulletList } from './BulletList';
|
|
|
27
27
|
export { default as Canvas } from './Canvas';
|
|
28
28
|
export { default as ChartDonut } from './ChartDonut';
|
|
29
29
|
export { default as ChartLine } from './ChartLine';
|
|
30
|
-
export { default as Check } from './Check';
|
|
31
30
|
export { default as CheckList } from './CheckList';
|
|
31
|
+
export { default as CheckmarkCircle } from './CheckmarkCircle';
|
|
32
32
|
export { default as ChevronDown } from './ChevronDown';
|
|
33
33
|
export { default as ChevronLeft } from './ChevronLeft';
|
|
34
34
|
export { default as ChevronRight } from './ChevronRight';
|
|
@@ -60,7 +60,7 @@ export { default as Handshake } from './Handshake';
|
|
|
60
60
|
export { default as Home } from './Home';
|
|
61
61
|
export { default as Hubs } from './Hubs';
|
|
62
62
|
export { default as Inbox } from './Inbox';
|
|
63
|
-
export { default as
|
|
63
|
+
export { default as InformationCircle } from './InformationCircle';
|
|
64
64
|
export { default as Integrations } from './Integrations';
|
|
65
65
|
export { default as Italic } from './Italic';
|
|
66
66
|
export { default as Link } from './Link';
|
|
@@ -76,7 +76,7 @@ export { default as Notes } from './Notes';
|
|
|
76
76
|
export { default as NumberList } from './NumberList';
|
|
77
77
|
export { default as PaperStamp } from './PaperStamp';
|
|
78
78
|
export { default as Plus } from './Plus';
|
|
79
|
-
export { default as
|
|
79
|
+
export { default as QuestionCircle } from './QuestionCircle';
|
|
80
80
|
export { default as Relay } from './Relay';
|
|
81
81
|
export { default as Retention } from './Retention';
|
|
82
82
|
export { default as Search } from './Search';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgCheckmarkCircle = (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', fillRule: "evenodd", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm3.78-11.375a1 1 0 1 0-1.56-1.25l-3.303 4.128-1.21-1.21a1 1 0 0 0-1.414 1.414l1.92 1.921a1.1 1.1 0 0 0 1.638-.09l3.93-4.913Z", clipRule: "evenodd" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgCheckmarkCircle);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgInformationCircle = (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', fillRule: "evenodd", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm1-14a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-3 3a1 1 0 0 1 1-1h.5a1.5 1.5 0 0 1 1.5 1.5V15a1 1 0 1 1 0 2h-.5a1.5 1.5 0 0 1-1.5-1.5V12a1 1 0 0 1-1-1Z", clipRule: "evenodd" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgInformationCircle);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgQuestionCircle = (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', fillRule: "evenodd", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm0-14c-.87 0-1.611.555-1.886 1.333a1 1 0 1 1-1.886-.666A4.001 4.001 0 0 1 12 6c1.09 0 2.164.446 2.927 1.161.772.724 1.3 1.806 1.054 3.035-.314 1.568-1.132 2.38-1.856 2.96a20.68 20.68 0 0 1-.36.28c-.183.14-.325.249-.47.386-.189.178-.29.325-.346.494a1 1 0 0 1-1.898-.632c.194-.58.53-.996.873-1.318.22-.207.494-.418.72-.592.086-.066.165-.127.231-.18.526-.42.958-.858 1.144-1.79.08-.395-.065-.813-.46-1.184A2.356 2.356 0 0 0 12 8Zm1 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z", clipRule: "evenodd" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgQuestionCircle);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -3,7 +3,7 @@ export { default as Avatar } from './Avatar';
|
|
|
3
3
|
export { default as BarChart } from './BarChart';
|
|
4
4
|
export { default as Bell } from './Bell';
|
|
5
5
|
export { default as Canvas } from './Canvas';
|
|
6
|
-
export { default as
|
|
6
|
+
export { default as CheckmarkCircle } from './CheckmarkCircle';
|
|
7
7
|
export { default as Clock } from './Clock';
|
|
8
8
|
export { default as Collections } from './Collections';
|
|
9
9
|
export { default as Favorites } from './Favorites';
|
|
@@ -13,13 +13,13 @@ export { default as Gear } from './Gear';
|
|
|
13
13
|
export { default as Home } from './Home';
|
|
14
14
|
export { default as Hubs } from './Hubs';
|
|
15
15
|
export { default as Inbox } from './Inbox';
|
|
16
|
-
export { default as
|
|
16
|
+
export { default as InformationCircle } from './InformationCircle';
|
|
17
17
|
export { default as Integrations } from './Integrations';
|
|
18
18
|
export { default as Metadata } from './Metadata';
|
|
19
19
|
export { default as Money } from './Money';
|
|
20
20
|
export { default as Nav } from './Nav';
|
|
21
21
|
export { default as Notes } from './Notes';
|
|
22
|
-
export { default as
|
|
22
|
+
export { default as QuestionCircle } from './QuestionCircle';
|
|
23
23
|
export { default as Relay } from './Relay';
|
|
24
24
|
export { default as Search } from './Search';
|
|
25
25
|
export { default as Section } from './Section';
|
|
@@ -3,7 +3,7 @@ export { default as Avatar } from './Avatar';
|
|
|
3
3
|
export { default as BarChart } from './BarChart';
|
|
4
4
|
export { default as Bell } from './Bell';
|
|
5
5
|
export { default as Canvas } from './Canvas';
|
|
6
|
-
export { default as
|
|
6
|
+
export { default as CheckmarkCircle } from './CheckmarkCircle';
|
|
7
7
|
export { default as Clock } from './Clock';
|
|
8
8
|
export { default as Collections } from './Collections';
|
|
9
9
|
export { default as Favorites } from './Favorites';
|
|
@@ -13,13 +13,13 @@ export { default as Gear } from './Gear';
|
|
|
13
13
|
export { default as Home } from './Home';
|
|
14
14
|
export { default as Hubs } from './Hubs';
|
|
15
15
|
export { default as Inbox } from './Inbox';
|
|
16
|
-
export { default as
|
|
16
|
+
export { default as InformationCircle } from './InformationCircle';
|
|
17
17
|
export { default as Integrations } from './Integrations';
|
|
18
18
|
export { default as Metadata } from './Metadata';
|
|
19
19
|
export { default as Money } from './Money';
|
|
20
20
|
export { default as Nav } from './Nav';
|
|
21
21
|
export { default as Notes } from './Notes';
|
|
22
|
-
export { default as
|
|
22
|
+
export { default as QuestionCircle } from './QuestionCircle';
|
|
23
23
|
export { default as Relay } from './Relay';
|
|
24
24
|
export { default as Search } from './Search';
|
|
25
25
|
export { default as Section } from './Section';
|
|
@@ -14,6 +14,8 @@ export const bpBorderCheckboxBorderHover: string;
|
|
|
14
14
|
export const bpBorderCheckboxBorderSelected: string;
|
|
15
15
|
export const bpBorderCheckboxBorderSelectedHover: string;
|
|
16
16
|
export const bpBorderCollapsibleSectionBorder: string;
|
|
17
|
+
export const bpBorderComboboxBorder: string;
|
|
18
|
+
export const bpBorderComboboxBorderHover: string;
|
|
17
19
|
export const bpBorderContentButtonBorderHoverActive: string;
|
|
18
20
|
export const bpBorderContentButtonBorderSelected: string;
|
|
19
21
|
export const bpBorderCtaBorderOutline: string;
|
|
@@ -82,9 +84,8 @@ export const bpBorderSearchInputBorderFocus: string;
|
|
|
82
84
|
export const bpBorderSearchInputBorderHover: string;
|
|
83
85
|
export const bpBorderSearchBorder: string;
|
|
84
86
|
export const bpBorderSearchBorderHover: string;
|
|
87
|
+
export const bpBorderSelectBorder: string;
|
|
85
88
|
export const bpBorderSelectBorderActive: string;
|
|
86
|
-
export const bpBorderSelectBorderDefault: string;
|
|
87
|
-
export const bpBorderSelectBorderDisabled: string;
|
|
88
89
|
export const bpBorderSelectBorderError: string;
|
|
89
90
|
export const bpBorderSelectBorderHover: string;
|
|
90
91
|
export const bpBorderSelectBorderReadOnly: string;
|
|
@@ -107,6 +108,7 @@ export const bpBorderToggleTextBorderOn: string;
|
|
|
107
108
|
export const bpBorderToggleTextBorderOnHover: string;
|
|
108
109
|
export const bpBorderToggleTextBorderOnPressed: string;
|
|
109
110
|
export const bpBorderTooltipBorderError: string;
|
|
111
|
+
export const bpBorderBorderAccordionHover: string;
|
|
110
112
|
export const bpBorder00: string;
|
|
111
113
|
export const bpBorder01: string;
|
|
112
114
|
export const bpBorder02: string;
|
|
@@ -148,8 +150,10 @@ export const bpOutlineFocusOnDark: string;
|
|
|
148
150
|
export const bpOutlineFocusOnLight: string;
|
|
149
151
|
export const bpOverlayModalOverlay: string;
|
|
150
152
|
export const bpOverlaySidePanelOverlay: string;
|
|
151
|
-
export const
|
|
152
|
-
export const
|
|
153
|
+
export const bpSurfaceAccordionSurfaceCollapsed: string;
|
|
154
|
+
export const bpSurfaceAccordionSurfaceCollapsedHover: string;
|
|
155
|
+
export const bpSurfaceAccordionSurfaceExpanded: string;
|
|
156
|
+
export const bpSurfaceAccordionSurfaceExpandedHover: string;
|
|
153
157
|
export const bpSurfaceBadgeIllustratorSurface: string;
|
|
154
158
|
export const bpSurfaceBadgeIndesignSurface: string;
|
|
155
159
|
export const bpSurfaceBadgeNumbersSurface: string;
|
|
@@ -205,6 +209,7 @@ export const bpSurfaceCardSurfaceFocus: string;
|
|
|
205
209
|
export const bpSurfaceCardSurfaceHover: string;
|
|
206
210
|
export const bpSurfaceCardSurfacePressed: string;
|
|
207
211
|
export const bpSurfaceCheckboxSurface: string;
|
|
212
|
+
export const bpSurfaceCheckboxSurfaceDisabled: string;
|
|
208
213
|
export const bpSurfaceCheckboxSurfaceHover: string;
|
|
209
214
|
export const bpSurfaceCheckboxSurfaceSelected: string;
|
|
210
215
|
export const bpSurfaceCheckboxSurfaceSelectedHover: string;
|
|
@@ -251,6 +256,7 @@ export const bpSurfaceCtaSurfaceTertiaryPromoFocus: string;
|
|
|
251
256
|
export const bpSurfaceCtaSurfaceTertiaryPromoFocusPressed: string;
|
|
252
257
|
export const bpSurfaceCtaSurfaceTertiaryPromoHover: string;
|
|
253
258
|
export const bpSurfaceCtaSurfaceTertiaryPromoPressed: string;
|
|
259
|
+
export const bpSurfaceCursorCursorOnLight: string;
|
|
254
260
|
export const bpSurfaceDatePickerDaySurfaceDefault: string;
|
|
255
261
|
export const bpSurfaceDatePickerDaySurfaceDisabled: string;
|
|
256
262
|
export const bpSurfaceDatePickerDaySurfaceFocus: string;
|
|
@@ -316,11 +322,22 @@ export const bpSurfaceItemSurfaceSelected: string;
|
|
|
316
322
|
export const bpSurfaceListItemSurface: string;
|
|
317
323
|
export const bpSurfaceListItemSurfaceHover: string;
|
|
318
324
|
export const bpSurfaceListItemSurfaceSelected: string;
|
|
319
|
-
export const
|
|
325
|
+
export const bpSurfaceLoadingIndicatorSurface: string;
|
|
326
|
+
export const bpSurfaceLoadingIndicatorSurfaceOnDark: string;
|
|
327
|
+
export const bpSurfaceLoadingIndicatorSurfaceOnDarkSecondary: string;
|
|
328
|
+
export const bpSurfaceLoadingIndicatorSurfaceOnDarkTertiary: string;
|
|
329
|
+
export const bpSurfaceLoadingIndicatorSurfaceOnLight: string;
|
|
330
|
+
export const bpSurfaceLoadingIndicatorSurfaceOnLightSecondary: string;
|
|
331
|
+
export const bpSurfaceLoadingIndicatorSurfaceOnLightTertiary: string;
|
|
332
|
+
export const bpSurfaceLoadingIndicatorSurfaceSecondary: string;
|
|
333
|
+
export const bpSurfaceLoadingIndicatorSurfaceTertiary: string;
|
|
334
|
+
export const bpSurfaceMenuSurfaceDropdown: string;
|
|
335
|
+
export const bpSurfaceMenuSurfaceFullscreen: string;
|
|
320
336
|
export const bpSurfaceMenuItemSurface: string;
|
|
321
337
|
export const bpSurfaceMenuItemSurfaceHover: string;
|
|
322
338
|
export const bpSurfaceMenuItemSurfaceLoading: string;
|
|
323
339
|
export const bpSurfaceMenuItemSurfacePressed: string;
|
|
340
|
+
export const bpSurfaceModalSurface: string;
|
|
324
341
|
export const bpSurfaceNavSurfaceBrand: string;
|
|
325
342
|
export const bpSurfaceOptionGridSurfaceHover: string;
|
|
326
343
|
export const bpSurfaceOptionGridSurfaceSelected: string;
|
|
@@ -341,12 +358,7 @@ export const bpSurfaceSearchSurface: string;
|
|
|
341
358
|
export const bpSurfaceSearchSurfaceActive: string;
|
|
342
359
|
export const bpSurfaceSearchSurfaceComplete: string;
|
|
343
360
|
export const bpSurfaceSearchSurfaceHover: string;
|
|
344
|
-
export const
|
|
345
|
-
export const bpSurfaceSelectSurfaceDefault: string;
|
|
346
|
-
export const bpSurfaceSelectSurfaceDisabled: string;
|
|
347
|
-
export const bpSurfaceSelectSurfaceError: string;
|
|
348
|
-
export const bpSurfaceSelectSurfaceHover: string;
|
|
349
|
-
export const bpSurfaceSelectSurfaceReadOnly: string;
|
|
361
|
+
export const bpSurfaceSelectSurface: string;
|
|
350
362
|
export const bpSurfaceSliderThumbSurface: string;
|
|
351
363
|
export const bpSurfaceSliderThumbSurfaceHover: string;
|
|
352
364
|
export const bpSurfaceSliderTrackSurface: string;
|
|
@@ -14,6 +14,8 @@ export const bpBorderCheckboxBorderHover = '#4e4e4e';
|
|
|
14
14
|
export const bpBorderCheckboxBorderSelected = '#0061d5';
|
|
15
15
|
export const bpBorderCheckboxBorderSelectedHover = '#2079e3';
|
|
16
16
|
export const bpBorderCollapsibleSectionBorder = '#d3d3d3';
|
|
17
|
+
export const bpBorderComboboxBorder = '#909090';
|
|
18
|
+
export const bpBorderComboboxBorderHover = '#6f6f6f';
|
|
17
19
|
export const bpBorderContentButtonBorderHoverActive = '#909090';
|
|
18
20
|
export const bpBorderContentButtonBorderSelected = '#909090';
|
|
19
21
|
export const bpBorderCtaBorderOutline = '#000000';
|
|
@@ -33,7 +35,7 @@ export const bpBorderDatePickerBorderDisabled = '#909090';
|
|
|
33
35
|
export const bpBorderDatePickerBorderError = '#ed3757';
|
|
34
36
|
export const bpBorderDatePickerBorderFocus = '#2486fc';
|
|
35
37
|
export const bpBorderDatePickerBorderHover = '#6f6f6f';
|
|
36
|
-
export const bpBorderDividerBorder = '
|
|
38
|
+
export const bpBorderDividerBorder = 'rgba(0, 0, 0, 0.04)';
|
|
37
39
|
export const bpBorderDividerBorderBrand = 'rgba(232, 232, 232, 0.1)';
|
|
38
40
|
export const bpBorderDropdownSecondaryBorder = '#bcbcbc';
|
|
39
41
|
export const bpBorderDropdownBorder = '#bcbcbc';
|
|
@@ -82,9 +84,8 @@ export const bpBorderSearchInputBorderFocus = '#2486fc';
|
|
|
82
84
|
export const bpBorderSearchInputBorderHover = '#6f6f6f';
|
|
83
85
|
export const bpBorderSearchBorder = '#f4f4f4';
|
|
84
86
|
export const bpBorderSearchBorderHover = '#6f6f6f';
|
|
87
|
+
export const bpBorderSelectBorder = '#bcbcbc';
|
|
85
88
|
export const bpBorderSelectBorderActive = '#2486fc';
|
|
86
|
-
export const bpBorderSelectBorderDefault = '#bcbcbc';
|
|
87
|
-
export const bpBorderSelectBorderDisabled = '#bcbcbc';
|
|
88
89
|
export const bpBorderSelectBorderError = '#d5324e';
|
|
89
90
|
export const bpBorderSelectBorderHover = '#6f6f6f';
|
|
90
91
|
export const bpBorderSelectBorderReadOnly = '#d3d3d3';
|
|
@@ -107,6 +108,7 @@ export const bpBorderToggleTextBorderOn = '#99c0ee';
|
|
|
107
108
|
export const bpBorderToggleTextBorderOnHover = '#99c0ee';
|
|
108
109
|
export const bpBorderToggleTextBorderOnPressed = '#99c0ee';
|
|
109
110
|
export const bpBorderTooltipBorderError = '#f69bab';
|
|
111
|
+
export const bpBorderBorderAccordionHover = '#e8e8e8';
|
|
110
112
|
export const bpBorder00 = '0px';
|
|
111
113
|
export const bpBorder01 = '1px';
|
|
112
114
|
export const bpBorder02 = '2px';
|
|
@@ -139,17 +141,19 @@ export const bpIconIconErrorOnLight = '#d5324e';
|
|
|
139
141
|
export const bpIconIconIllustrator = '#ff9400';
|
|
140
142
|
export const bpIconIconIndesign = '#ff57a1';
|
|
141
143
|
export const bpIconIconOnDark = '#ffffff';
|
|
142
|
-
export const bpIconIconOnLight = '
|
|
143
|
-
export const bpIconIconOnLightSecondary = '
|
|
144
|
-
export const bpIconIconOnLightTertiary = '
|
|
144
|
+
export const bpIconIconOnLight = 'rgba(0, 0, 0, 0.9)';
|
|
145
|
+
export const bpIconIconOnLightSecondary = 'rgba(0, 0, 0, 0.6)';
|
|
146
|
+
export const bpIconIconOnLightTertiary = 'rgba(0, 0, 0, 0.5)';
|
|
145
147
|
export const bpIconIconPhotoshop = '#26c9ff';
|
|
146
148
|
export const bpIconIconRequiredOnLight = '#d5324e';
|
|
147
149
|
export const bpOutlineFocusOnDark = '#ffffff';
|
|
148
150
|
export const bpOutlineFocusOnLight = '#2486fc';
|
|
149
151
|
export const bpOverlayModalOverlay = 'rgba(0, 0, 0, 0.5)';
|
|
150
152
|
export const bpOverlaySidePanelOverlay = 'rgba(0, 0, 0, 0.5)';
|
|
151
|
-
export const
|
|
152
|
-
export const
|
|
153
|
+
export const bpSurfaceAccordionSurfaceCollapsed = 'rgba(0, 0, 0, 0.04)';
|
|
154
|
+
export const bpSurfaceAccordionSurfaceCollapsedHover = 'rgba(0, 0, 0, 0.08)';
|
|
155
|
+
export const bpSurfaceAccordionSurfaceExpanded = '#ffffff';
|
|
156
|
+
export const bpSurfaceAccordionSurfaceExpandedHover = '#ffffff';
|
|
153
157
|
export const bpSurfaceBadgeIllustratorSurface = '#051e25';
|
|
154
158
|
export const bpSurfaceBadgeIndesignSurface = '#131415';
|
|
155
159
|
export const bpSurfaceBadgeNumbersSurface = '#00a650';
|
|
@@ -205,6 +209,7 @@ export const bpSurfaceCardSurfaceFocus = '#f2f7fd';
|
|
|
205
209
|
export const bpSurfaceCardSurfaceHover = '#ffffff';
|
|
206
210
|
export const bpSurfaceCardSurfacePressed = '#fbfbfb';
|
|
207
211
|
export const bpSurfaceCheckboxSurface = '#ffffff';
|
|
212
|
+
export const bpSurfaceCheckboxSurfaceDisabled = '#f4f4f4';
|
|
208
213
|
export const bpSurfaceCheckboxSurfaceHover = '#ffffff';
|
|
209
214
|
export const bpSurfaceCheckboxSurfaceSelected = '#0061d5';
|
|
210
215
|
export const bpSurfaceCheckboxSurfaceSelectedHover = '#2079e3';
|
|
@@ -251,6 +256,7 @@ export const bpSurfaceCtaSurfaceTertiaryPromoFocus = '#f6f4fc';
|
|
|
251
256
|
export const bpSurfaceCtaSurfaceTertiaryPromoFocusPressed = '#dad4f3';
|
|
252
257
|
export const bpSurfaceCtaSurfaceTertiaryPromoHover = '#f6f4fc';
|
|
253
258
|
export const bpSurfaceCtaSurfaceTertiaryPromoPressed = '#dad4f3';
|
|
259
|
+
export const bpSurfaceCursorCursorOnLight = '#000000';
|
|
254
260
|
export const bpSurfaceDatePickerDaySurfaceDefault = '#ffffff';
|
|
255
261
|
export const bpSurfaceDatePickerDaySurfaceDisabled = '#ffffff';
|
|
256
262
|
export const bpSurfaceDatePickerDaySurfaceFocus = '#f4f4f4';
|
|
@@ -316,11 +322,22 @@ export const bpSurfaceItemSurfaceSelected = '#f2f7fd';
|
|
|
316
322
|
export const bpSurfaceListItemSurface = '#ffffff';
|
|
317
323
|
export const bpSurfaceListItemSurfaceHover = '#f4f4f4';
|
|
318
324
|
export const bpSurfaceListItemSurfaceSelected = '#f2f7fd';
|
|
319
|
-
export const
|
|
325
|
+
export const bpSurfaceLoadingIndicatorSurface = '#0061d5';
|
|
326
|
+
export const bpSurfaceLoadingIndicatorSurfaceOnDark = '#ffffff';
|
|
327
|
+
export const bpSurfaceLoadingIndicatorSurfaceOnDarkSecondary = 'rgba(255, 255, 255, 0.7)';
|
|
328
|
+
export const bpSurfaceLoadingIndicatorSurfaceOnDarkTertiary = 'rgba(255, 255, 255, 0.3)';
|
|
329
|
+
export const bpSurfaceLoadingIndicatorSurfaceOnLight = '#000000';
|
|
330
|
+
export const bpSurfaceLoadingIndicatorSurfaceOnLightSecondary = 'rgba(0, 0, 0, 0.6)';
|
|
331
|
+
export const bpSurfaceLoadingIndicatorSurfaceOnLightTertiary = 'rgba(0, 0, 0, 0.3)';
|
|
332
|
+
export const bpSurfaceLoadingIndicatorSurfaceSecondary = 'rgba(0, 97, 213, 0.7)';
|
|
333
|
+
export const bpSurfaceLoadingIndicatorSurfaceTertiary = 'rgba(0, 97, 213, 0.3)';
|
|
334
|
+
export const bpSurfaceMenuSurfaceDropdown = 'rgba(255, 255, 255, 0.9)';
|
|
335
|
+
export const bpSurfaceMenuSurfaceFullscreen = 'rgba(255, 255, 255, 0.9)';
|
|
320
336
|
export const bpSurfaceMenuItemSurface = '#ffffff';
|
|
321
337
|
export const bpSurfaceMenuItemSurfaceHover = '#f4f4f4';
|
|
322
338
|
export const bpSurfaceMenuItemSurfaceLoading = '#ffffff';
|
|
323
339
|
export const bpSurfaceMenuItemSurfacePressed = '#f4f4f4';
|
|
340
|
+
export const bpSurfaceModalSurface = '#ffffff';
|
|
324
341
|
export const bpSurfaceNavSurfaceBrand = '#0061d5';
|
|
325
342
|
export const bpSurfaceOptionGridSurfaceHover = 'rgba(0, 0, 0, 0.04)';
|
|
326
343
|
export const bpSurfaceOptionGridSurfaceSelected = 'rgba(0, 0, 0, 0.08)';
|
|
@@ -341,12 +358,7 @@ export const bpSurfaceSearchSurface = '#f4f4f4';
|
|
|
341
358
|
export const bpSurfaceSearchSurfaceActive = '#ffffff';
|
|
342
359
|
export const bpSurfaceSearchSurfaceComplete = '#f4f4f4';
|
|
343
360
|
export const bpSurfaceSearchSurfaceHover = '#fbfbfb';
|
|
344
|
-
export const
|
|
345
|
-
export const bpSurfaceSelectSurfaceDefault = '#ffffff';
|
|
346
|
-
export const bpSurfaceSelectSurfaceDisabled = '#ffffff';
|
|
347
|
-
export const bpSurfaceSelectSurfaceError = '#ffffff';
|
|
348
|
-
export const bpSurfaceSelectSurfaceHover = '#ffffff';
|
|
349
|
-
export const bpSurfaceSelectSurfaceReadOnly = '#fbfbfb';
|
|
361
|
+
export const bpSurfaceSelectSurface = '#ffffff';
|
|
350
362
|
export const bpSurfaceSliderThumbSurface = '#0061d5';
|
|
351
363
|
export const bpSurfaceSliderThumbSurfaceHover = '#2486fc';
|
|
352
364
|
export const bpSurfaceSliderTrackSurface = '#6f6f6f';
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
--bp-surface-badge-surface-slides: #f7ba00;
|
|
34
34
|
--bp-surface-badge-surface-video: #009aed;
|
|
35
35
|
--bp-surface-badge-word-surface: #185abd;
|
|
36
|
+
--bp-surface-cursor-cursor-on-light: #000;
|
|
36
37
|
--bp-surface-surface-brand: #0061d5;
|
|
37
38
|
--bp-surface-surface-brand-busy: #0061d5;
|
|
38
39
|
--bp-surface-surface-brand-disabled: #0061d5;
|
|
@@ -585,6 +586,8 @@
|
|
|
585
586
|
--bp-border-checkbox-border-selected: var(--bp-box-blue-100);
|
|
586
587
|
--bp-border-checkbox-border-selected-hover: var(--bp-light-blue-110);
|
|
587
588
|
--bp-border-collapsible-section-border: var(--bp-gray-20);
|
|
589
|
+
--bp-border-combobox-border: var(--bp-gray-50);
|
|
590
|
+
--bp-border-combobox-border-hover: var(--bp-gray-65);
|
|
588
591
|
--bp-border-content-button-border-hover-active: var(--bp-gray-50);
|
|
589
592
|
--bp-border-content-button-border-selected: var(--bp-gray-50);
|
|
590
593
|
--bp-border-cta-border-outline: var(--bp-gray-black);
|
|
@@ -603,7 +606,7 @@
|
|
|
603
606
|
--bp-border-date-picker-border-error: var(--bp-watermelon-red-100);
|
|
604
607
|
--bp-border-date-picker-border-focus: var(--bp-light-blue-100);
|
|
605
608
|
--bp-border-date-picker-border-hover: var(--bp-gray-65);
|
|
606
|
-
--bp-border-divider-border: var(--bp-
|
|
609
|
+
--bp-border-divider-border: var(--bp-black-opacity-04);
|
|
607
610
|
--bp-border-dropdown-secondary-border: var(--bp-gray-30);
|
|
608
611
|
--bp-border-dropdown-border: var(--bp-gray-30);
|
|
609
612
|
--bp-border-dropdown-border-error: var(--bp-watermelon-red-100);
|
|
@@ -651,9 +654,8 @@
|
|
|
651
654
|
--bp-border-search-input-border-hover: var(--bp-gray-65);
|
|
652
655
|
--bp-border-search-border: var(--bp-gray-05);
|
|
653
656
|
--bp-border-search-border-hover: var(--bp-gray-65);
|
|
657
|
+
--bp-border-select-border: var(--bp-gray-30);
|
|
654
658
|
--bp-border-select-border-active: var(--bp-light-blue-100);
|
|
655
|
-
--bp-border-select-border-default: var(--bp-gray-30);
|
|
656
|
-
--bp-border-select-border-disabled: var(--bp-gray-30);
|
|
657
659
|
--bp-border-select-border-error: var(--bp-watermelon-red-110);
|
|
658
660
|
--bp-border-select-border-hover: var(--bp-gray-65);
|
|
659
661
|
--bp-border-select-border-read-only: var(--bp-gray-20);
|
|
@@ -676,6 +678,7 @@
|
|
|
676
678
|
--bp-border-toggle-text-border-on-hover: var(--bp-box-blue-40);
|
|
677
679
|
--bp-border-toggle-text-border-on-pressed: var(--bp-box-blue-40);
|
|
678
680
|
--bp-border-tooltip-border-error: var(--bp-watermelon-red-50);
|
|
681
|
+
--bp-border-border-accordion-hover: var(--bp-gray-10);
|
|
679
682
|
--bp-icon-cta-icon: var(--bp-gray-65);
|
|
680
683
|
--bp-icon-cta-icon-hover: var(--bp-gray-100);
|
|
681
684
|
--bp-icon-cta-icon-on-color: var(--bp-gray-black);
|
|
@@ -697,16 +700,18 @@
|
|
|
697
700
|
--bp-icon-icon-destructive-on-light: var(--bp-watermelon-red-110);
|
|
698
701
|
--bp-icon-icon-error-on-light: var(--bp-watermelon-red-110);
|
|
699
702
|
--bp-icon-icon-on-dark: var(--bp-gray-white);
|
|
700
|
-
--bp-icon-icon-on-light: var(--bp-
|
|
701
|
-
--bp-icon-icon-on-light-secondary: var(--bp-
|
|
702
|
-
--bp-icon-icon-on-light-tertiary: var(--bp-
|
|
703
|
+
--bp-icon-icon-on-light: var(--bp-black-opacity-90);
|
|
704
|
+
--bp-icon-icon-on-light-secondary: var(--bp-black-opacity-60);
|
|
705
|
+
--bp-icon-icon-on-light-tertiary: var(--bp-black-opacity-50);
|
|
703
706
|
--bp-icon-icon-required-on-light: var(--bp-watermelon-red-110);
|
|
704
707
|
--bp-outline-focus-on-dark: var(--bp-gray-white);
|
|
705
708
|
--bp-outline-focus-on-light: var(--bp-light-blue-100);
|
|
706
709
|
--bp-overlay-modal-overlay: var(--bp-black-opacity-50);
|
|
707
710
|
--bp-overlay-side-panel-overlay: var(--bp-black-opacity-50);
|
|
708
|
-
--bp-surface-accordion-surface: var(--bp-
|
|
709
|
-
--bp-surface-accordion-surface-hover: var(--bp-
|
|
711
|
+
--bp-surface-accordion-surface-collapsed: var(--bp-black-opacity-04);
|
|
712
|
+
--bp-surface-accordion-surface-collapsed-hover: var(--bp-black-opacity-08);
|
|
713
|
+
--bp-surface-accordion-surface-expanded: var(--bp-gray-white);
|
|
714
|
+
--bp-surface-accordion-surface-expanded-hover: var(--bp-gray-white);
|
|
710
715
|
--bp-surface-badge-presentation-surface: var(--bp-orange-110);
|
|
711
716
|
--bp-surface-badge-surface-admin: var(--bp-dark-blue-100);
|
|
712
717
|
--bp-surface-badge-surface-annotation: var(--bp-yellorange-100);
|
|
@@ -746,6 +751,7 @@
|
|
|
746
751
|
--bp-surface-card-surface-hover: var(--bp-gray-white);
|
|
747
752
|
--bp-surface-card-surface-pressed: var(--bp-gray-02);
|
|
748
753
|
--bp-surface-checkbox-surface: var(--bp-gray-white);
|
|
754
|
+
--bp-surface-checkbox-surface-disabled: var(--bp-gray-05);
|
|
749
755
|
--bp-surface-checkbox-surface-hover: var(--bp-gray-white);
|
|
750
756
|
--bp-surface-checkbox-surface-selected: var(--bp-box-blue-100);
|
|
751
757
|
--bp-surface-checkbox-surface-selected-hover: var(--bp-light-blue-110);
|
|
@@ -857,11 +863,22 @@
|
|
|
857
863
|
--bp-surface-list-item-surface: var(--bp-gray-white);
|
|
858
864
|
--bp-surface-list-item-surface-hover: var(--bp-gray-05);
|
|
859
865
|
--bp-surface-list-item-surface-selected: var(--bp-box-blue-05);
|
|
860
|
-
--bp-surface-
|
|
866
|
+
--bp-surface-loading-indicator-surface: var(--bp-box-blue-100);
|
|
867
|
+
--bp-surface-loading-indicator-surface-on-dark: var(--bp-gray-white);
|
|
868
|
+
--bp-surface-loading-indicator-surface-on-dark-secondary: var(--bp-white-opacity-70);
|
|
869
|
+
--bp-surface-loading-indicator-surface-on-dark-tertiary: var(--bp-white-opacity-30);
|
|
870
|
+
--bp-surface-loading-indicator-surface-on-light: var(--bp-gray-black);
|
|
871
|
+
--bp-surface-loading-indicator-surface-on-light-secondary: var(--bp-black-opacity-60);
|
|
872
|
+
--bp-surface-loading-indicator-surface-on-light-tertiary: var(--bp-black-opacity-30);
|
|
873
|
+
--bp-surface-loading-indicator-surface-secondary: var(--bp-box-blue-opacity-70);
|
|
874
|
+
--bp-surface-loading-indicator-surface-tertiary: var(--bp-box-blue-opacity-30);
|
|
875
|
+
--bp-surface-menu-surface-dropdown: var(--bp-white-opacity-90);
|
|
876
|
+
--bp-surface-menu-surface-fullscreen: var(--bp-white-opacity-90);
|
|
861
877
|
--bp-surface-menu-item-surface: var(--bp-gray-white);
|
|
862
878
|
--bp-surface-menu-item-surface-hover: var(--bp-gray-05);
|
|
863
879
|
--bp-surface-menu-item-surface-loading: var(--bp-gray-white);
|
|
864
880
|
--bp-surface-menu-item-surface-pressed: var(--bp-gray-05);
|
|
881
|
+
--bp-surface-modal-surface: var(--bp-gray-white);
|
|
865
882
|
--bp-surface-nav-surface-brand: var(--bp-box-blue-100);
|
|
866
883
|
--bp-surface-option-grid-surface-hover: var(--bp-black-opacity-04);
|
|
867
884
|
--bp-surface-option-grid-surface-selected: var(--bp-black-opacity-08);
|
|
@@ -882,12 +899,7 @@
|
|
|
882
899
|
--bp-surface-search-surface-active: var(--bp-gray-white);
|
|
883
900
|
--bp-surface-search-surface-complete: var(--bp-gray-05);
|
|
884
901
|
--bp-surface-search-surface-hover: var(--bp-gray-02);
|
|
885
|
-
--bp-surface-select-surface
|
|
886
|
-
--bp-surface-select-surface-default: var(--bp-gray-white);
|
|
887
|
-
--bp-surface-select-surface-disabled: var(--bp-gray-white);
|
|
888
|
-
--bp-surface-select-surface-error: var(--bp-gray-white);
|
|
889
|
-
--bp-surface-select-surface-hover: var(--bp-gray-white);
|
|
890
|
-
--bp-surface-select-surface-read-only: var(--bp-gray-02);
|
|
902
|
+
--bp-surface-select-surface: var(--bp-gray-white);
|
|
891
903
|
--bp-surface-slider-thumb-surface: var(--bp-box-blue-100);
|
|
892
904
|
--bp-surface-slider-thumb-surface-hover: var(--bp-light-blue-100);
|
|
893
905
|
--bp-surface-slider-track-surface: var(--bp-gray-65);
|
|
@@ -10,6 +10,8 @@ export const bpBorderCheckboxBorderHover: string;
|
|
|
10
10
|
export const bpBorderCheckboxBorderSelected: string;
|
|
11
11
|
export const bpBorderCheckboxBorderSelectedHover: string;
|
|
12
12
|
export const bpBorderCollapsibleSectionBorder: string;
|
|
13
|
+
export const bpBorderComboboxBorder: string;
|
|
14
|
+
export const bpBorderComboboxBorderHover: string;
|
|
13
15
|
export const bpBorderContentButtonBorderHoverActive: string;
|
|
14
16
|
export const bpBorderContentButtonBorderSelected: string;
|
|
15
17
|
export const bpBorderCtaBorderOutline: string;
|
|
@@ -78,9 +80,8 @@ export const bpBorderSearchInputBorderFocus: string;
|
|
|
78
80
|
export const bpBorderSearchInputBorderHover: string;
|
|
79
81
|
export const bpBorderSearchBorder: string;
|
|
80
82
|
export const bpBorderSearchBorderHover: string;
|
|
83
|
+
export const bpBorderSelectBorder: string;
|
|
81
84
|
export const bpBorderSelectBorderActive: string;
|
|
82
|
-
export const bpBorderSelectBorderDefault: string;
|
|
83
|
-
export const bpBorderSelectBorderDisabled: string;
|
|
84
85
|
export const bpBorderSelectBorderError: string;
|
|
85
86
|
export const bpBorderSelectBorderHover: string;
|
|
86
87
|
export const bpBorderSelectBorderReadOnly: string;
|
|
@@ -103,6 +104,7 @@ export const bpBorderToggleTextBorderOn: string;
|
|
|
103
104
|
export const bpBorderToggleTextBorderOnHover: string;
|
|
104
105
|
export const bpBorderToggleTextBorderOnPressed: string;
|
|
105
106
|
export const bpBorderTooltipBorderError: string;
|
|
107
|
+
export const bpBorderBorderAccordionHover: string;
|
|
106
108
|
export const bpBorder00: string;
|
|
107
109
|
export const bpBorder01: string;
|
|
108
110
|
export const bpBorder02: string;
|
|
@@ -144,8 +146,10 @@ export const bpOutlineFocusOnDark: string;
|
|
|
144
146
|
export const bpOutlineFocusOnLight: string;
|
|
145
147
|
export const bpOverlayModalOverlay: string;
|
|
146
148
|
export const bpOverlaySidePanelOverlay: string;
|
|
147
|
-
export const
|
|
148
|
-
export const
|
|
149
|
+
export const bpSurfaceAccordionSurfaceCollapsed: string;
|
|
150
|
+
export const bpSurfaceAccordionSurfaceCollapsedHover: string;
|
|
151
|
+
export const bpSurfaceAccordionSurfaceExpanded: string;
|
|
152
|
+
export const bpSurfaceAccordionSurfaceExpandedHover: string;
|
|
149
153
|
export const bpSurfaceBadgeIllustratorSurface: string;
|
|
150
154
|
export const bpSurfaceBadgeIndesignSurface: string;
|
|
151
155
|
export const bpSurfaceBadgeNumbersSurface: string;
|
|
@@ -201,6 +205,7 @@ export const bpSurfaceCardSurfaceFocus: string;
|
|
|
201
205
|
export const bpSurfaceCardSurfaceHover: string;
|
|
202
206
|
export const bpSurfaceCardSurfacePressed: string;
|
|
203
207
|
export const bpSurfaceCheckboxSurface: string;
|
|
208
|
+
export const bpSurfaceCheckboxSurfaceDisabled: string;
|
|
204
209
|
export const bpSurfaceCheckboxSurfaceHover: string;
|
|
205
210
|
export const bpSurfaceCheckboxSurfaceSelected: string;
|
|
206
211
|
export const bpSurfaceCheckboxSurfaceSelectedHover: string;
|
|
@@ -247,6 +252,7 @@ export const bpSurfaceCtaSurfaceTertiaryPromoFocus: string;
|
|
|
247
252
|
export const bpSurfaceCtaSurfaceTertiaryPromoFocusPressed: string;
|
|
248
253
|
export const bpSurfaceCtaSurfaceTertiaryPromoHover: string;
|
|
249
254
|
export const bpSurfaceCtaSurfaceTertiaryPromoPressed: string;
|
|
255
|
+
export const bpSurfaceCursorCursorOnLight: string;
|
|
250
256
|
export const bpSurfaceDatePickerDaySurfaceDefault: string;
|
|
251
257
|
export const bpSurfaceDatePickerDaySurfaceDisabled: string;
|
|
252
258
|
export const bpSurfaceDatePickerDaySurfaceFocus: string;
|
|
@@ -312,11 +318,22 @@ export const bpSurfaceItemSurfaceSelected: string;
|
|
|
312
318
|
export const bpSurfaceListItemSurface: string;
|
|
313
319
|
export const bpSurfaceListItemSurfaceHover: string;
|
|
314
320
|
export const bpSurfaceListItemSurfaceSelected: string;
|
|
315
|
-
export const
|
|
321
|
+
export const bpSurfaceLoadingIndicatorSurface: string;
|
|
322
|
+
export const bpSurfaceLoadingIndicatorSurfaceOnDark: string;
|
|
323
|
+
export const bpSurfaceLoadingIndicatorSurfaceOnDarkSecondary: string;
|
|
324
|
+
export const bpSurfaceLoadingIndicatorSurfaceOnDarkTertiary: string;
|
|
325
|
+
export const bpSurfaceLoadingIndicatorSurfaceOnLight: string;
|
|
326
|
+
export const bpSurfaceLoadingIndicatorSurfaceOnLightSecondary: string;
|
|
327
|
+
export const bpSurfaceLoadingIndicatorSurfaceOnLightTertiary: string;
|
|
328
|
+
export const bpSurfaceLoadingIndicatorSurfaceSecondary: string;
|
|
329
|
+
export const bpSurfaceLoadingIndicatorSurfaceTertiary: string;
|
|
330
|
+
export const bpSurfaceMenuSurfaceDropdown: string;
|
|
331
|
+
export const bpSurfaceMenuSurfaceFullscreen: string;
|
|
316
332
|
export const bpSurfaceMenuItemSurface: string;
|
|
317
333
|
export const bpSurfaceMenuItemSurfaceHover: string;
|
|
318
334
|
export const bpSurfaceMenuItemSurfaceLoading: string;
|
|
319
335
|
export const bpSurfaceMenuItemSurfacePressed: string;
|
|
336
|
+
export const bpSurfaceModalSurface: string;
|
|
320
337
|
export const bpSurfaceNavSurfaceBrand: string;
|
|
321
338
|
export const bpSurfaceOptionGridSurfaceHover: string;
|
|
322
339
|
export const bpSurfaceOptionGridSurfaceSelected: string;
|
|
@@ -337,12 +354,7 @@ export const bpSurfaceSearchSurface: string;
|
|
|
337
354
|
export const bpSurfaceSearchSurfaceActive: string;
|
|
338
355
|
export const bpSurfaceSearchSurfaceComplete: string;
|
|
339
356
|
export const bpSurfaceSearchSurfaceHover: string;
|
|
340
|
-
export const
|
|
341
|
-
export const bpSurfaceSelectSurfaceDefault: string;
|
|
342
|
-
export const bpSurfaceSelectSurfaceDisabled: string;
|
|
343
|
-
export const bpSurfaceSelectSurfaceError: string;
|
|
344
|
-
export const bpSurfaceSelectSurfaceHover: string;
|
|
345
|
-
export const bpSurfaceSelectSurfaceReadOnly: string;
|
|
357
|
+
export const bpSurfaceSelectSurface: string;
|
|
346
358
|
export const bpSurfaceSliderThumbSurface: string;
|
|
347
359
|
export const bpSurfaceSliderThumbSurfaceHover: string;
|
|
348
360
|
export const bpSurfaceSliderTrackSurface: string;
|