@vector-im/compound-design-tokens 10.2.2 → 10.2.4
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/assets/web/css/cpd-common-semantic.css +9 -0
- package/assets/web/icons/hourglass-solid.cjs +21 -0
- package/assets/web/icons/hourglass-solid.d.ts +11 -0
- package/assets/web/icons/hourglass-solid.js +21 -0
- package/assets/web/icons/hourglass.cjs +21 -0
- package/assets/web/icons/hourglass.d.ts +11 -0
- package/assets/web/icons/hourglass.js +21 -0
- package/assets/web/icons/index.cjs +2 -0
- package/assets/web/icons/index.d.ts +2 -0
- package/assets/web/icons/index.js +2 -0
- package/assets/web/js/cpdDark.d.ts +11 -0
- package/assets/web/js/cpdDark.js +11 -0
- package/assets/web/js/cpdDarkHc.d.ts +11 -0
- package/assets/web/js/cpdDarkHc.js +11 -0
- package/assets/web/js/cpdLight.d.ts +11 -0
- package/assets/web/js/cpdLight.js +11 -0
- package/assets/web/js/cpdLightHc.d.ts +11 -0
- package/assets/web/js/cpdLightHc.js +11 -0
- package/icons/$icons.json +8 -0
- package/icons/hourglass-solid.svg +1 -0
- package/icons/hourglass.svg +1 -0
- package/package.json +18 -8
- package/src/colors/alphredo.js +139 -0
- package/src/colors/applet.html +40 -0
- package/src/colors/applet.js +510 -0
- package/src/colors/styles.css +258 -0
- package/src/colors/theme.js +239 -0
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
--cpd-color-text-disabled: var(--cpd-color-gray-800);
|
|
5
5
|
--cpd-color-text-action-primary: var(--cpd-color-gray-1400);
|
|
6
6
|
--cpd-color-text-action-accent: var(--cpd-color-green-900);
|
|
7
|
+
--cpd-color-text-action-success: var(--cpd-color-green-900);
|
|
7
8
|
--cpd-color-text-link-external: var(--cpd-color-blue-1100);
|
|
8
9
|
--cpd-color-text-critical-primary: var(--cpd-color-red-900);
|
|
9
10
|
--cpd-color-text-success-primary: var(--cpd-color-green-900);
|
|
@@ -17,8 +18,10 @@
|
|
|
17
18
|
--cpd-color-text-decorative-6: var(--cpd-color-orange-1100);
|
|
18
19
|
--cpd-color-text-badge-accent: var(--cpd-color-green-1100);
|
|
19
20
|
--cpd-color-text-badge-info: var(--cpd-color-blue-1100);
|
|
21
|
+
--cpd-color-text-warning-primary: var(--cpd-color-orange-900);
|
|
20
22
|
--cpd-color-bg-subtle-primary: var(--cpd-color-gray-400);
|
|
21
23
|
--cpd-color-bg-subtle-secondary: var(--cpd-color-gray-300);
|
|
24
|
+
--cpd-color-bg-subtle-tertiary: var(--cpd-color-gray-100);
|
|
22
25
|
--cpd-color-bg-canvas-default: var(--cpd-color-theme-bg);
|
|
23
26
|
--cpd-color-bg-canvas-disabled: var(--cpd-color-gray-200);
|
|
24
27
|
--cpd-color-bg-action-primary-rest: var(--cpd-color-gray-1400);
|
|
@@ -36,6 +39,9 @@
|
|
|
36
39
|
--cpd-color-bg-critical-subtle: var(--cpd-color-red-200);
|
|
37
40
|
--cpd-color-bg-critical-subtle-hovered: var(--cpd-color-red-300);
|
|
38
41
|
--cpd-color-bg-success-subtle: var(--cpd-color-green-200);
|
|
42
|
+
--cpd-color-bg-success-rest: var(--cpd-color-green-900);
|
|
43
|
+
--cpd-color-bg-success-hovered: var(--cpd-color-green-1000);
|
|
44
|
+
--cpd-color-bg-success-pressed: var(--cpd-color-green-1100);
|
|
39
45
|
--cpd-color-bg-info-subtle: var(--cpd-color-blue-200);
|
|
40
46
|
--cpd-color-bg-decorative-1: var(--cpd-color-lime-300);
|
|
41
47
|
--cpd-color-bg-decorative-2: var(--cpd-color-cyan-300);
|
|
@@ -47,6 +53,7 @@
|
|
|
47
53
|
--cpd-color-bg-accent-hovered: var(--cpd-color-green-1000);
|
|
48
54
|
--cpd-color-bg-accent-pressed: var(--cpd-color-green-1100);
|
|
49
55
|
--cpd-color-bg-accent-selected: var(--cpd-color-alpha-green-300);
|
|
56
|
+
--cpd-color-bg-accent-subtle: var(--cpd-color-green-200);
|
|
50
57
|
--cpd-color-bg-badge-accent: var(--cpd-color-green-400);
|
|
51
58
|
--cpd-color-bg-badge-info: var(--cpd-color-blue-400);
|
|
52
59
|
--cpd-color-bg-badge-default: var(--cpd-color-theme-bg);
|
|
@@ -62,6 +69,7 @@
|
|
|
62
69
|
--cpd-color-border-critical-hovered: var(--cpd-color-red-1000);
|
|
63
70
|
--cpd-color-border-critical-subtle: var(--cpd-color-red-500);
|
|
64
71
|
--cpd-color-border-success-subtle: var(--cpd-color-green-500);
|
|
72
|
+
--cpd-color-border-success-primary: var(--cpd-color-green-900);
|
|
65
73
|
--cpd-color-border-info-subtle: var(--cpd-color-blue-700);
|
|
66
74
|
--cpd-color-border-accent-subtle: var(--cpd-color-green-700);
|
|
67
75
|
--cpd-color-border-accent-primary: var(--cpd-color-green-900);
|
|
@@ -80,6 +88,7 @@
|
|
|
80
88
|
--cpd-color-icon-success-primary: var(--cpd-color-green-900);
|
|
81
89
|
--cpd-color-icon-info-primary: var(--cpd-color-blue-1100);
|
|
82
90
|
--cpd-color-icon-on-solid-primary: var(--cpd-color-theme-bg);
|
|
91
|
+
--cpd-color-icon-warning-primary: var(--cpd-color-orange-900);
|
|
83
92
|
--cpd-color-gradient-subtle-stop1: var(--cpd-color-alpha-green-500);
|
|
84
93
|
--cpd-color-gradient-subtle-stop2: var(--cpd-color-alpha-green-400);
|
|
85
94
|
--cpd-color-gradient-subtle-stop3: var(--cpd-color-alpha-green-300);
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
var _reactJsxRuntime = require("react/jsx-runtime");
|
|
2
|
+
var React = require("react");
|
|
3
|
+
function HourglassSolidIcon(props, ref) {
|
|
4
|
+
return /*#__PURE__*/_reactJsxRuntime.jsx("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
ref: ref,
|
|
11
|
+
...props,
|
|
12
|
+
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
d: "M20 2a1 1 0 1 1 0 2h-1v3.146l-.004.124a2 2 0 0 1-.865 1.526L13.458 12l4.673 3.204q.085.06.165.127l.023.02q.022.02.043.042.065.058.122.122.029.031.054.065.05.06.097.123l.047.073q.036.058.07.117.027.048.05.1.028.057.052.115l.033.092a2 2 0 0 1 .087.35q.024.15.026.303V20h1a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2h1v-3.146a2 2 0 0 1 .071-.522 2 2 0 0 1 .041-.132l.034-.092.051-.115q.024-.052.05-.1.034-.06.07-.117l.047-.073q.046-.063.097-.123.026-.033.054-.065.058-.064.122-.122.02-.022.043-.042l.023-.02a2 2 0 0 1 .166-.127L10.541 12 5.869 8.796a2 2 0 0 1-.865-1.526L5 7.146V4H4a1 1 0 0 1 0-2zM7 7.146l5 3.43 5-3.43V4H7z",
|
|
15
|
+
clipRule: "evenodd"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
;
|
|
20
|
+
HourglassSolidIcon.displayName = "HourglassSolidIcon";
|
|
21
|
+
module.exports = React.forwardRef(HourglassSolidIcon);
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* hourglass-solid.svg
|
|
5
|
+
*/
|
|
6
|
+
declare const HourglassSolidIcon: React.ForwardRefExoticComponent<
|
|
7
|
+
Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
|
|
8
|
+
React.RefAttributes<SVGSVGElement>
|
|
9
|
+
>;
|
|
10
|
+
|
|
11
|
+
export default HourglassSolidIcon;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
function HourglassSolidIcon(props, ref) {
|
|
4
|
+
return /*#__PURE__*/_jsx("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
ref: ref,
|
|
11
|
+
...props,
|
|
12
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
d: "M20 2a1 1 0 1 1 0 2h-1v3.146l-.004.124a2 2 0 0 1-.865 1.526L13.458 12l4.673 3.204q.085.06.165.127l.023.02q.022.02.043.042.065.058.122.122.029.031.054.065.05.06.097.123l.047.073q.036.058.07.117.027.048.05.1.028.057.052.115l.033.092a2 2 0 0 1 .087.35q.024.15.026.303V20h1a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2h1v-3.146a2 2 0 0 1 .071-.522 2 2 0 0 1 .041-.132l.034-.092.051-.115q.024-.052.05-.1.034-.06.07-.117l.047-.073q.046-.063.097-.123.026-.033.054-.065.058-.064.122-.122.02-.022.043-.042l.023-.02a2 2 0 0 1 .166-.127L10.541 12 5.869 8.796a2 2 0 0 1-.865-1.526L5 7.146V4H4a1 1 0 0 1 0-2zM7 7.146l5 3.43 5-3.43V4H7z",
|
|
15
|
+
clipRule: "evenodd"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
;
|
|
20
|
+
HourglassSolidIcon.displayName = "HourglassSolidIcon";
|
|
21
|
+
export default forwardRef(HourglassSolidIcon);
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
var _reactJsxRuntime = require("react/jsx-runtime");
|
|
2
|
+
var React = require("react");
|
|
3
|
+
function HourglassIcon(props, ref) {
|
|
4
|
+
return /*#__PURE__*/_reactJsxRuntime.jsx("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
ref: ref,
|
|
11
|
+
...props,
|
|
12
|
+
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
d: "M20 2a1 1 0 1 1 0 2h-1v3.146l-.004.124a2 2 0 0 1-.865 1.526L13.458 12l4.673 3.204a2 2 0 0 1 .865 1.526l.004.123V20h1a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2h1v-3.146l.004-.123a2 2 0 0 1 .865-1.527L10.541 12 5.869 8.796a2 2 0 0 1-.865-1.526L5 7.146V4H4a1 1 0 0 1 0-2zM7 16.854V20h10v-3.146l-5-3.43zm0-9.708 5 3.43 5-3.43V4H7z",
|
|
15
|
+
clipRule: "evenodd"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
;
|
|
20
|
+
HourglassIcon.displayName = "HourglassIcon";
|
|
21
|
+
module.exports = React.forwardRef(HourglassIcon);
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* hourglass.svg
|
|
5
|
+
*/
|
|
6
|
+
declare const HourglassIcon: React.ForwardRefExoticComponent<
|
|
7
|
+
Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
|
|
8
|
+
React.RefAttributes<SVGSVGElement>
|
|
9
|
+
>;
|
|
10
|
+
|
|
11
|
+
export default HourglassIcon;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
function HourglassIcon(props, ref) {
|
|
4
|
+
return /*#__PURE__*/_jsx("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
ref: ref,
|
|
11
|
+
...props,
|
|
12
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
d: "M20 2a1 1 0 1 1 0 2h-1v3.146l-.004.124a2 2 0 0 1-.865 1.526L13.458 12l4.673 3.204a2 2 0 0 1 .865 1.526l.004.123V20h1a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2h1v-3.146l.004-.123a2 2 0 0 1 .865-1.527L10.541 12 5.869 8.796a2 2 0 0 1-.865-1.526L5 7.146V4H4a1 1 0 0 1 0-2zM7 16.854V20h10v-3.146l-5-3.43zm0-9.708 5 3.43 5-3.43V4H7z",
|
|
15
|
+
clipRule: "evenodd"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
;
|
|
20
|
+
HourglassIcon.displayName = "HourglassIcon";
|
|
21
|
+
export default forwardRef(HourglassIcon);
|
|
@@ -87,6 +87,8 @@ module.exports = {
|
|
|
87
87
|
HomeSolidIcon: require("./home-solid.cjs"),
|
|
88
88
|
HomeIcon: require("./home.cjs"),
|
|
89
89
|
HostIcon: require("./host.cjs"),
|
|
90
|
+
HourglassSolidIcon: require("./hourglass-solid.cjs"),
|
|
91
|
+
HourglassIcon: require("./hourglass.cjs"),
|
|
90
92
|
ImageErrorIcon: require("./image-error.cjs"),
|
|
91
93
|
ImageIcon: require("./image.cjs"),
|
|
92
94
|
IndentDecreaseIcon: require("./indent-decrease.cjs"),
|
|
@@ -86,6 +86,8 @@ export { default as HistoryIcon } from "./history.js";
|
|
|
86
86
|
export { default as HomeSolidIcon } from "./home-solid.js";
|
|
87
87
|
export { default as HomeIcon } from "./home.js";
|
|
88
88
|
export { default as HostIcon } from "./host.js";
|
|
89
|
+
export { default as HourglassSolidIcon } from "./hourglass-solid.js";
|
|
90
|
+
export { default as HourglassIcon } from "./hourglass.js";
|
|
89
91
|
export { default as ImageErrorIcon } from "./image-error.js";
|
|
90
92
|
export { default as ImageIcon } from "./image.js";
|
|
91
93
|
export { default as IndentDecreaseIcon } from "./indent-decrease.js";
|
|
@@ -86,6 +86,8 @@ export { default as HistoryIcon } from "./history.js";
|
|
|
86
86
|
export { default as HomeSolidIcon } from "./home-solid.js";
|
|
87
87
|
export { default as HomeIcon } from "./home.js";
|
|
88
88
|
export { default as HostIcon } from "./host.js";
|
|
89
|
+
export { default as HourglassSolidIcon } from "./hourglass-solid.js";
|
|
90
|
+
export { default as HourglassIcon } from "./hourglass.js";
|
|
89
91
|
export { default as ImageErrorIcon } from "./image-error.js";
|
|
90
92
|
export { default as ImageIcon } from "./image.js";
|
|
91
93
|
export { default as IndentDecreaseIcon } from "./indent-decrease.js";
|
|
@@ -311,6 +311,8 @@ export const cpdIconFolder: string;
|
|
|
311
311
|
export const cpdIconSave: string;
|
|
312
312
|
export const cpdIconUnsave: string;
|
|
313
313
|
export const cpdIconSaveSolid: string;
|
|
314
|
+
export const cpdIconHourglassSolid: string;
|
|
315
|
+
export const cpdIconHourglass: string;
|
|
314
316
|
export const cpdColorThemeBg: string;
|
|
315
317
|
export const cpdColorGray100: string;
|
|
316
318
|
export const cpdColorGray200: string;
|
|
@@ -626,6 +628,7 @@ export const cpdColorTextSecondary: string;
|
|
|
626
628
|
export const cpdColorTextDisabled: string;
|
|
627
629
|
export const cpdColorTextActionPrimary: string;
|
|
628
630
|
export const cpdColorTextActionAccent: string;
|
|
631
|
+
export const cpdColorTextActionSuccess: string;
|
|
629
632
|
export const cpdColorTextLinkExternal: string;
|
|
630
633
|
export const cpdColorTextCriticalPrimary: string;
|
|
631
634
|
export const cpdColorTextSuccessPrimary: string;
|
|
@@ -639,8 +642,10 @@ export const cpdColorTextDecorative5: string;
|
|
|
639
642
|
export const cpdColorTextDecorative6: string;
|
|
640
643
|
export const cpdColorTextBadgeAccent: string;
|
|
641
644
|
export const cpdColorTextBadgeInfo: string;
|
|
645
|
+
export const cpdColorTextWarningPrimary: string;
|
|
642
646
|
export const cpdColorBgSubtlePrimary: string;
|
|
643
647
|
export const cpdColorBgSubtleSecondary: string;
|
|
648
|
+
export const cpdColorBgSubtleTertiary: string;
|
|
644
649
|
export const cpdColorBgCanvasDefault: string;
|
|
645
650
|
export const cpdColorBgCanvasDisabled: string;
|
|
646
651
|
export const cpdColorBgCanvasDefaultLevel1: string;
|
|
@@ -659,6 +664,9 @@ export const cpdColorBgCriticalHovered: string;
|
|
|
659
664
|
export const cpdColorBgCriticalSubtle: string;
|
|
660
665
|
export const cpdColorBgCriticalSubtleHovered: string;
|
|
661
666
|
export const cpdColorBgSuccessSubtle: string;
|
|
667
|
+
export const cpdColorBgSuccessRest: string;
|
|
668
|
+
export const cpdColorBgSuccessHovered: string;
|
|
669
|
+
export const cpdColorBgSuccessPressed: string;
|
|
662
670
|
export const cpdColorBgInfoSubtle: string;
|
|
663
671
|
export const cpdColorBgDecorative1: string;
|
|
664
672
|
export const cpdColorBgDecorative2: string;
|
|
@@ -670,6 +678,7 @@ export const cpdColorBgAccentRest: string;
|
|
|
670
678
|
export const cpdColorBgAccentHovered: string;
|
|
671
679
|
export const cpdColorBgAccentPressed: string;
|
|
672
680
|
export const cpdColorBgAccentSelected: string;
|
|
681
|
+
export const cpdColorBgAccentSubtle: string;
|
|
673
682
|
export const cpdColorBgBadgeAccent: string;
|
|
674
683
|
export const cpdColorBgBadgeInfo: string;
|
|
675
684
|
export const cpdColorBgBadgeDefault: string;
|
|
@@ -686,6 +695,7 @@ export const cpdColorBorderCriticalPrimary: string;
|
|
|
686
695
|
export const cpdColorBorderCriticalHovered: string;
|
|
687
696
|
export const cpdColorBorderCriticalSubtle: string;
|
|
688
697
|
export const cpdColorBorderSuccessSubtle: string;
|
|
698
|
+
export const cpdColorBorderSuccessPrimary: string;
|
|
689
699
|
export const cpdColorBorderInfoSubtle: string;
|
|
690
700
|
export const cpdColorBorderAccentSubtle: string;
|
|
691
701
|
export const cpdColorBorderAccentPrimary: string;
|
|
@@ -704,6 +714,7 @@ export const cpdColorIconCriticalPrimary: string;
|
|
|
704
714
|
export const cpdColorIconSuccessPrimary: string;
|
|
705
715
|
export const cpdColorIconInfoPrimary: string;
|
|
706
716
|
export const cpdColorIconOnSolidPrimary: string;
|
|
717
|
+
export const cpdColorIconWarningPrimary: string;
|
|
707
718
|
export const cpdColorGradientSubtleStop1: string;
|
|
708
719
|
export const cpdColorGradientSubtleStop2: string;
|
|
709
720
|
export const cpdColorGradientSubtleStop3: string;
|
package/assets/web/js/cpdDark.js
CHANGED
|
@@ -339,6 +339,8 @@ export const cpdIconFolder = "icons/folder.svg";
|
|
|
339
339
|
export const cpdIconSave = "icons/save.svg";
|
|
340
340
|
export const cpdIconUnsave = "icons/unsave.svg";
|
|
341
341
|
export const cpdIconSaveSolid = "icons/save-solid.svg";
|
|
342
|
+
export const cpdIconHourglassSolid = "icons/hourglass-solid.svg";
|
|
343
|
+
export const cpdIconHourglass = "icons/hourglass.svg";
|
|
342
344
|
export const cpdColorThemeBg = "#101317";
|
|
343
345
|
export const cpdColorGray100 = "#14171b";
|
|
344
346
|
export const cpdColorGray200 = "#181a1f";
|
|
@@ -654,6 +656,7 @@ export const cpdColorTextSecondary = "#808994";
|
|
|
654
656
|
export const cpdColorTextDisabled = "#656c76";
|
|
655
657
|
export const cpdColorTextActionPrimary = "#ebeef2";
|
|
656
658
|
export const cpdColorTextActionAccent = "#129a78";
|
|
659
|
+
export const cpdColorTextActionSuccess = "#129a78";
|
|
657
660
|
export const cpdColorTextLinkExternal = "#7aacf4";
|
|
658
661
|
export const cpdColorTextCriticalPrimary = "#fd3e3c";
|
|
659
662
|
export const cpdColorTextSuccessPrimary = "#129a78";
|
|
@@ -667,8 +670,10 @@ export const cpdColorTextDecorative5 = "#fe84a2";
|
|
|
667
670
|
export const cpdColorTextDecorative6 = "#f6913d";
|
|
668
671
|
export const cpdColorTextBadgeAccent = "#1fc090";
|
|
669
672
|
export const cpdColorTextBadgeInfo = "#7aacf4";
|
|
673
|
+
export const cpdColorTextWarningPrimary = "#da670d";
|
|
670
674
|
export const cpdColorBgSubtlePrimary = "#26282d";
|
|
671
675
|
export const cpdColorBgSubtleSecondary = "#1d1f24";
|
|
676
|
+
export const cpdColorBgSubtleTertiary = "#14171b";
|
|
672
677
|
export const cpdColorBgCanvasDefault = "#101317";
|
|
673
678
|
export const cpdColorBgCanvasDisabled = "#181a1f";
|
|
674
679
|
export const cpdColorBgCanvasDefaultLevel1 = "#1d1f24";
|
|
@@ -687,6 +692,9 @@ export const cpdColorBgCriticalHovered = "#ff665d";
|
|
|
687
692
|
export const cpdColorBgCriticalSubtle = "#3e0000";
|
|
688
693
|
export const cpdColorBgCriticalSubtleHovered = "#470000";
|
|
689
694
|
export const cpdColorBgSuccessSubtle = "#001f0e";
|
|
695
|
+
export const cpdColorBgSuccessRest = "#129a78";
|
|
696
|
+
export const cpdColorBgSuccessHovered = "#17ac84";
|
|
697
|
+
export const cpdColorBgSuccessPressed = "#1fc090";
|
|
690
698
|
export const cpdColorBgInfoSubtle = "#00095d";
|
|
691
699
|
export const cpdColorBgDecorative1 = "#002600";
|
|
692
700
|
export const cpdColorBgDecorative2 = "#001b4e";
|
|
@@ -698,6 +706,7 @@ export const cpdColorBgAccentRest = "#129a78";
|
|
|
698
706
|
export const cpdColorBgAccentHovered = "#17ac84";
|
|
699
707
|
export const cpdColorBgAccentPressed = "#1fc090";
|
|
700
708
|
export const cpdColorBgAccentSelected = "hsl(151, 100%, 7%, 1)";
|
|
709
|
+
export const cpdColorBgAccentSubtle = "#001f0e";
|
|
701
710
|
export const cpdColorBgBadgeAccent = "#002e1b";
|
|
702
711
|
export const cpdColorBgBadgeInfo = "#001e6f";
|
|
703
712
|
export const cpdColorBgBadgeDefault = "#101317";
|
|
@@ -714,6 +723,7 @@ export const cpdColorBorderCriticalPrimary = "#fd3e3c";
|
|
|
714
723
|
export const cpdColorBorderCriticalHovered = "#ff665d";
|
|
715
724
|
export const cpdColorBorderCriticalSubtle = "#710000";
|
|
716
725
|
export const cpdColorBorderSuccessSubtle = "#003d29";
|
|
726
|
+
export const cpdColorBorderSuccessPrimary = "#129a78";
|
|
717
727
|
export const cpdColorBorderInfoSubtle = "#0b49ab";
|
|
718
728
|
export const cpdColorBorderAccentSubtle = "#005a43";
|
|
719
729
|
export const cpdColorBorderAccentPrimary = "#129a78";
|
|
@@ -732,6 +742,7 @@ export const cpdColorIconCriticalPrimary = "#fd3e3c";
|
|
|
732
742
|
export const cpdColorIconSuccessPrimary = "#129a78";
|
|
733
743
|
export const cpdColorIconInfoPrimary = "#7aacf4";
|
|
734
744
|
export const cpdColorIconOnSolidPrimary = "#101317";
|
|
745
|
+
export const cpdColorIconWarningPrimary = "#da670d";
|
|
735
746
|
export const cpdColorGradientSubtleStop1 = "hsl(160, 100%, 12%, 1)";
|
|
736
747
|
export const cpdColorGradientSubtleStop2 = "hsl(155, 100%, 9%, 1)";
|
|
737
748
|
export const cpdColorGradientSubtleStop3 = "hsl(151, 100%, 7%, 1)";
|
|
@@ -311,6 +311,8 @@ export const cpdIconFolder: string;
|
|
|
311
311
|
export const cpdIconSave: string;
|
|
312
312
|
export const cpdIconUnsave: string;
|
|
313
313
|
export const cpdIconSaveSolid: string;
|
|
314
|
+
export const cpdIconHourglassSolid: string;
|
|
315
|
+
export const cpdIconHourglass: string;
|
|
314
316
|
export const cpdColorThemeBg: string;
|
|
315
317
|
export const cpdColorGray100: string;
|
|
316
318
|
export const cpdColorGray200: string;
|
|
@@ -626,6 +628,7 @@ export const cpdColorTextSecondary: string;
|
|
|
626
628
|
export const cpdColorTextDisabled: string;
|
|
627
629
|
export const cpdColorTextActionPrimary: string;
|
|
628
630
|
export const cpdColorTextActionAccent: string;
|
|
631
|
+
export const cpdColorTextActionSuccess: string;
|
|
629
632
|
export const cpdColorTextLinkExternal: string;
|
|
630
633
|
export const cpdColorTextCriticalPrimary: string;
|
|
631
634
|
export const cpdColorTextSuccessPrimary: string;
|
|
@@ -639,8 +642,10 @@ export const cpdColorTextDecorative5: string;
|
|
|
639
642
|
export const cpdColorTextDecorative6: string;
|
|
640
643
|
export const cpdColorTextBadgeAccent: string;
|
|
641
644
|
export const cpdColorTextBadgeInfo: string;
|
|
645
|
+
export const cpdColorTextWarningPrimary: string;
|
|
642
646
|
export const cpdColorBgSubtlePrimary: string;
|
|
643
647
|
export const cpdColorBgSubtleSecondary: string;
|
|
648
|
+
export const cpdColorBgSubtleTertiary: string;
|
|
644
649
|
export const cpdColorBgCanvasDefault: string;
|
|
645
650
|
export const cpdColorBgCanvasDisabled: string;
|
|
646
651
|
export const cpdColorBgCanvasDefaultLevel1: string;
|
|
@@ -659,6 +664,9 @@ export const cpdColorBgCriticalHovered: string;
|
|
|
659
664
|
export const cpdColorBgCriticalSubtle: string;
|
|
660
665
|
export const cpdColorBgCriticalSubtleHovered: string;
|
|
661
666
|
export const cpdColorBgSuccessSubtle: string;
|
|
667
|
+
export const cpdColorBgSuccessRest: string;
|
|
668
|
+
export const cpdColorBgSuccessHovered: string;
|
|
669
|
+
export const cpdColorBgSuccessPressed: string;
|
|
662
670
|
export const cpdColorBgInfoSubtle: string;
|
|
663
671
|
export const cpdColorBgDecorative1: string;
|
|
664
672
|
export const cpdColorBgDecorative2: string;
|
|
@@ -670,6 +678,7 @@ export const cpdColorBgAccentRest: string;
|
|
|
670
678
|
export const cpdColorBgAccentHovered: string;
|
|
671
679
|
export const cpdColorBgAccentPressed: string;
|
|
672
680
|
export const cpdColorBgAccentSelected: string;
|
|
681
|
+
export const cpdColorBgAccentSubtle: string;
|
|
673
682
|
export const cpdColorBgBadgeAccent: string;
|
|
674
683
|
export const cpdColorBgBadgeInfo: string;
|
|
675
684
|
export const cpdColorBgBadgeDefault: string;
|
|
@@ -686,6 +695,7 @@ export const cpdColorBorderCriticalPrimary: string;
|
|
|
686
695
|
export const cpdColorBorderCriticalHovered: string;
|
|
687
696
|
export const cpdColorBorderCriticalSubtle: string;
|
|
688
697
|
export const cpdColorBorderSuccessSubtle: string;
|
|
698
|
+
export const cpdColorBorderSuccessPrimary: string;
|
|
689
699
|
export const cpdColorBorderInfoSubtle: string;
|
|
690
700
|
export const cpdColorBorderAccentSubtle: string;
|
|
691
701
|
export const cpdColorBorderAccentPrimary: string;
|
|
@@ -704,6 +714,7 @@ export const cpdColorIconCriticalPrimary: string;
|
|
|
704
714
|
export const cpdColorIconSuccessPrimary: string;
|
|
705
715
|
export const cpdColorIconInfoPrimary: string;
|
|
706
716
|
export const cpdColorIconOnSolidPrimary: string;
|
|
717
|
+
export const cpdColorIconWarningPrimary: string;
|
|
707
718
|
export const cpdColorGradientSubtleStop1: string;
|
|
708
719
|
export const cpdColorGradientSubtleStop2: string;
|
|
709
720
|
export const cpdColorGradientSubtleStop3: string;
|
|
@@ -339,6 +339,8 @@ export const cpdIconFolder = "icons/folder.svg";
|
|
|
339
339
|
export const cpdIconSave = "icons/save.svg";
|
|
340
340
|
export const cpdIconUnsave = "icons/unsave.svg";
|
|
341
341
|
export const cpdIconSaveSolid = "icons/save-solid.svg";
|
|
342
|
+
export const cpdIconHourglassSolid = "icons/hourglass-solid.svg";
|
|
343
|
+
export const cpdIconHourglass = "icons/hourglass.svg";
|
|
342
344
|
export const cpdColorThemeBg = "#101317";
|
|
343
345
|
export const cpdColorGray100 = "#181a1f";
|
|
344
346
|
export const cpdColorGray200 = "#1d1f24";
|
|
@@ -654,6 +656,7 @@ export const cpdColorTextSecondary = "#acb4bd";
|
|
|
654
656
|
export const cpdColorTextDisabled = "#79818d";
|
|
655
657
|
export const cpdColorTextActionPrimary = "#f2f5f7";
|
|
656
658
|
export const cpdColorTextActionAccent = "#37c998";
|
|
659
|
+
export const cpdColorTextActionSuccess = "#37c998";
|
|
657
660
|
export const cpdColorTextLinkExternal = "#b2cffa";
|
|
658
661
|
export const cpdColorTextCriticalPrimary = "#ff968c";
|
|
659
662
|
export const cpdColorTextSuccessPrimary = "#37c998";
|
|
@@ -667,8 +670,10 @@ export const cpdColorTextDecorative5 = "#ffbbca";
|
|
|
667
670
|
export const cpdColorTextDecorative6 = "#fdc197";
|
|
668
671
|
export const cpdColorTextBadgeAccent = "#8fddbc";
|
|
669
672
|
export const cpdColorTextBadgeInfo = "#b2cffa";
|
|
673
|
+
export const cpdColorTextWarningPrimary = "#f89d58";
|
|
670
674
|
export const cpdColorBgSubtlePrimary = "#2b2e33";
|
|
671
675
|
export const cpdColorBgSubtleSecondary = "#26282d";
|
|
676
|
+
export const cpdColorBgSubtleTertiary = "#181a1f";
|
|
672
677
|
export const cpdColorBgCanvasDefault = "#101317";
|
|
673
678
|
export const cpdColorBgCanvasDisabled = "#1d1f24";
|
|
674
679
|
export const cpdColorBgCanvasDefaultLevel1 = "#26282d";
|
|
@@ -687,6 +692,9 @@ export const cpdColorBgCriticalHovered = "#ffa79d";
|
|
|
687
692
|
export const cpdColorBgCriticalSubtle = "#470000";
|
|
688
693
|
export const cpdColorBgCriticalSubtleHovered = "#590000";
|
|
689
694
|
export const cpdColorBgSuccessSubtle = "#002513";
|
|
695
|
+
export const cpdColorBgSuccessRest = "#37c998";
|
|
696
|
+
export const cpdColorBgSuccessHovered = "#61d2a6";
|
|
697
|
+
export const cpdColorBgSuccessPressed = "#8fddbc";
|
|
690
698
|
export const cpdColorBgInfoSubtle = "#001264";
|
|
691
699
|
export const cpdColorBgDecorative1 = "#003000";
|
|
692
700
|
export const cpdColorBgDecorative2 = "#002559";
|
|
@@ -698,6 +706,7 @@ export const cpdColorBgAccentRest = "#37c998";
|
|
|
698
706
|
export const cpdColorBgAccentHovered = "#61d2a6";
|
|
699
707
|
export const cpdColorBgAccentPressed = "#8fddbc";
|
|
700
708
|
export const cpdColorBgAccentSelected = "hsl(155, 100%, 9%, 1)";
|
|
709
|
+
export const cpdColorBgAccentSubtle = "#002513";
|
|
701
710
|
export const cpdColorBgBadgeAccent = "#003622";
|
|
702
711
|
export const cpdColorBgBadgeInfo = "#032677";
|
|
703
712
|
export const cpdColorBgBadgeDefault = "#101317";
|
|
@@ -714,6 +723,7 @@ export const cpdColorBorderCriticalPrimary = "#ff968c";
|
|
|
714
723
|
export const cpdColorBorderCriticalHovered = "#ffa79d";
|
|
715
724
|
export const cpdColorBorderCriticalSubtle = "#830009";
|
|
716
725
|
export const cpdColorBorderSuccessSubtle = "#004832";
|
|
726
|
+
export const cpdColorBorderSuccessPrimary = "#37c998";
|
|
717
727
|
export const cpdColorBorderInfoSubtle = "#0e61d1";
|
|
718
728
|
export const cpdColorBorderAccentSubtle = "#00745c";
|
|
719
729
|
export const cpdColorBorderAccentPrimary = "#37c998";
|
|
@@ -732,6 +742,7 @@ export const cpdColorIconCriticalPrimary = "#ff968c";
|
|
|
732
742
|
export const cpdColorIconSuccessPrimary = "#37c998";
|
|
733
743
|
export const cpdColorIconInfoPrimary = "#b2cffa";
|
|
734
744
|
export const cpdColorIconOnSolidPrimary = "#101317";
|
|
745
|
+
export const cpdColorIconWarningPrimary = "#f89d58";
|
|
735
746
|
export const cpdColorGradientSubtleStop1 = "hsl(162, 100%, 14%, 1)";
|
|
736
747
|
export const cpdColorGradientSubtleStop2 = "hsl(158, 100%, 11%, 1)";
|
|
737
748
|
export const cpdColorGradientSubtleStop3 = "hsl(155, 100%, 9%, 1)";
|
|
@@ -311,6 +311,8 @@ export const cpdIconFolder: string;
|
|
|
311
311
|
export const cpdIconSave: string;
|
|
312
312
|
export const cpdIconUnsave: string;
|
|
313
313
|
export const cpdIconSaveSolid: string;
|
|
314
|
+
export const cpdIconHourglassSolid: string;
|
|
315
|
+
export const cpdIconHourglass: string;
|
|
314
316
|
export const cpdColorThemeBg: string;
|
|
315
317
|
export const cpdColorGray100: string;
|
|
316
318
|
export const cpdColorGray200: string;
|
|
@@ -626,6 +628,7 @@ export const cpdColorTextSecondary: string;
|
|
|
626
628
|
export const cpdColorTextDisabled: string;
|
|
627
629
|
export const cpdColorTextActionPrimary: string;
|
|
628
630
|
export const cpdColorTextActionAccent: string;
|
|
631
|
+
export const cpdColorTextActionSuccess: string;
|
|
629
632
|
export const cpdColorTextLinkExternal: string;
|
|
630
633
|
export const cpdColorTextCriticalPrimary: string;
|
|
631
634
|
export const cpdColorTextSuccessPrimary: string;
|
|
@@ -639,8 +642,10 @@ export const cpdColorTextDecorative5: string;
|
|
|
639
642
|
export const cpdColorTextDecorative6: string;
|
|
640
643
|
export const cpdColorTextBadgeAccent: string;
|
|
641
644
|
export const cpdColorTextBadgeInfo: string;
|
|
645
|
+
export const cpdColorTextWarningPrimary: string;
|
|
642
646
|
export const cpdColorBgSubtlePrimary: string;
|
|
643
647
|
export const cpdColorBgSubtleSecondary: string;
|
|
648
|
+
export const cpdColorBgSubtleTertiary: string;
|
|
644
649
|
export const cpdColorBgCanvasDefault: string;
|
|
645
650
|
export const cpdColorBgCanvasDisabled: string;
|
|
646
651
|
export const cpdColorBgCanvasDefaultLevel1: string;
|
|
@@ -659,6 +664,9 @@ export const cpdColorBgCriticalHovered: string;
|
|
|
659
664
|
export const cpdColorBgCriticalSubtle: string;
|
|
660
665
|
export const cpdColorBgCriticalSubtleHovered: string;
|
|
661
666
|
export const cpdColorBgSuccessSubtle: string;
|
|
667
|
+
export const cpdColorBgSuccessRest: string;
|
|
668
|
+
export const cpdColorBgSuccessHovered: string;
|
|
669
|
+
export const cpdColorBgSuccessPressed: string;
|
|
662
670
|
export const cpdColorBgInfoSubtle: string;
|
|
663
671
|
export const cpdColorBgDecorative1: string;
|
|
664
672
|
export const cpdColorBgDecorative2: string;
|
|
@@ -670,6 +678,7 @@ export const cpdColorBgAccentRest: string;
|
|
|
670
678
|
export const cpdColorBgAccentHovered: string;
|
|
671
679
|
export const cpdColorBgAccentPressed: string;
|
|
672
680
|
export const cpdColorBgAccentSelected: string;
|
|
681
|
+
export const cpdColorBgAccentSubtle: string;
|
|
673
682
|
export const cpdColorBgBadgeAccent: string;
|
|
674
683
|
export const cpdColorBgBadgeInfo: string;
|
|
675
684
|
export const cpdColorBgBadgeDefault: string;
|
|
@@ -686,6 +695,7 @@ export const cpdColorBorderCriticalPrimary: string;
|
|
|
686
695
|
export const cpdColorBorderCriticalHovered: string;
|
|
687
696
|
export const cpdColorBorderCriticalSubtle: string;
|
|
688
697
|
export const cpdColorBorderSuccessSubtle: string;
|
|
698
|
+
export const cpdColorBorderSuccessPrimary: string;
|
|
689
699
|
export const cpdColorBorderInfoSubtle: string;
|
|
690
700
|
export const cpdColorBorderAccentSubtle: string;
|
|
691
701
|
export const cpdColorBorderAccentPrimary: string;
|
|
@@ -704,6 +714,7 @@ export const cpdColorIconCriticalPrimary: string;
|
|
|
704
714
|
export const cpdColorIconSuccessPrimary: string;
|
|
705
715
|
export const cpdColorIconInfoPrimary: string;
|
|
706
716
|
export const cpdColorIconOnSolidPrimary: string;
|
|
717
|
+
export const cpdColorIconWarningPrimary: string;
|
|
707
718
|
export const cpdColorGradientSubtleStop1: string;
|
|
708
719
|
export const cpdColorGradientSubtleStop2: string;
|
|
709
720
|
export const cpdColorGradientSubtleStop3: string;
|
|
@@ -339,6 +339,8 @@ export const cpdIconFolder = "icons/folder.svg";
|
|
|
339
339
|
export const cpdIconSave = "icons/save.svg";
|
|
340
340
|
export const cpdIconUnsave = "icons/unsave.svg";
|
|
341
341
|
export const cpdIconSaveSolid = "icons/save-solid.svg";
|
|
342
|
+
export const cpdIconHourglassSolid = "icons/hourglass-solid.svg";
|
|
343
|
+
export const cpdIconHourglass = "icons/hourglass.svg";
|
|
342
344
|
export const cpdColorThemeBg = "#ffffff";
|
|
343
345
|
export const cpdColorGray100 = "#fbfcfd";
|
|
344
346
|
export const cpdColorGray200 = "#f7f9fa";
|
|
@@ -654,6 +656,7 @@ export const cpdColorTextSecondary = "#656d77";
|
|
|
654
656
|
export const cpdColorTextDisabled = "#818a95";
|
|
655
657
|
export const cpdColorTextActionPrimary = "#1b1d22";
|
|
656
658
|
export const cpdColorTextActionAccent = "#007a61";
|
|
659
|
+
export const cpdColorTextActionSuccess = "#007a61";
|
|
657
660
|
export const cpdColorTextLinkExternal = "#064ab1";
|
|
658
661
|
export const cpdColorTextCriticalPrimary = "#d51928";
|
|
659
662
|
export const cpdColorTextSuccessPrimary = "#007a61";
|
|
@@ -667,8 +670,10 @@ export const cpdColorTextDecorative5 = "#9f0850";
|
|
|
667
670
|
export const cpdColorTextDecorative6 = "#9b2200";
|
|
668
671
|
export const cpdColorTextBadgeAccent = "#005c45";
|
|
669
672
|
export const cpdColorTextBadgeInfo = "#064ab1";
|
|
673
|
+
export const cpdColorTextWarningPrimary = "#bc4500";
|
|
670
674
|
export const cpdColorBgSubtlePrimary = "#e1e6ec";
|
|
671
675
|
export const cpdColorBgSubtleSecondary = "#f0f2f5";
|
|
676
|
+
export const cpdColorBgSubtleTertiary = "#fbfcfd";
|
|
672
677
|
export const cpdColorBgCanvasDefault = "#ffffff";
|
|
673
678
|
export const cpdColorBgCanvasDisabled = "#f7f9fa";
|
|
674
679
|
export const cpdColorBgCanvasDefaultLevel1 = "#ffffff";
|
|
@@ -687,6 +692,9 @@ export const cpdColorBgCriticalHovered = "#bc0f22";
|
|
|
687
692
|
export const cpdColorBgCriticalSubtle = "#fff7f6";
|
|
688
693
|
export const cpdColorBgCriticalSubtleHovered = "#ffefec";
|
|
689
694
|
export const cpdColorBgSuccessSubtle = "#f1fbf6";
|
|
695
|
+
export const cpdColorBgSuccessRest = "#007a61";
|
|
696
|
+
export const cpdColorBgSuccessHovered = "#006b52";
|
|
697
|
+
export const cpdColorBgSuccessPressed = "#005c45";
|
|
690
698
|
export const cpdColorBgInfoSubtle = "#f4f8ff";
|
|
691
699
|
export const cpdColorBgDecorative1 = "#e0f8d9";
|
|
692
700
|
export const cpdColorBgDecorative2 = "#e3f5f8";
|
|
@@ -698,6 +706,7 @@ export const cpdColorBgAccentRest = "#007a61";
|
|
|
698
706
|
export const cpdColorBgAccentHovered = "#006b52";
|
|
699
707
|
export const cpdColorBgAccentPressed = "#005c45";
|
|
700
708
|
export const cpdColorBgAccentSelected = "hsla(150, 100%, 36%, 0.11)";
|
|
709
|
+
export const cpdColorBgAccentSubtle = "#f1fbf6";
|
|
701
710
|
export const cpdColorBgBadgeAccent = "#c6eedb";
|
|
702
711
|
export const cpdColorBgBadgeInfo = "#d8e7fe";
|
|
703
712
|
export const cpdColorBgBadgeDefault = "#ffffff";
|
|
@@ -714,6 +723,7 @@ export const cpdColorBorderCriticalPrimary = "#d51928";
|
|
|
714
723
|
export const cpdColorBorderCriticalHovered = "#bc0f22";
|
|
715
724
|
export const cpdColorBorderCriticalSubtle = "#ffc5bc";
|
|
716
725
|
export const cpdColorBorderSuccessSubtle = "#98e1c1";
|
|
726
|
+
export const cpdColorBorderSuccessPrimary = "#007a61";
|
|
717
727
|
export const cpdColorBorderInfoSubtle = "#7eaff6";
|
|
718
728
|
export const cpdColorBorderAccentSubtle = "#0bc491";
|
|
719
729
|
export const cpdColorBorderAccentPrimary = "#007a61";
|
|
@@ -732,6 +742,7 @@ export const cpdColorIconCriticalPrimary = "#d51928";
|
|
|
732
742
|
export const cpdColorIconSuccessPrimary = "#007a61";
|
|
733
743
|
export const cpdColorIconInfoPrimary = "#064ab1";
|
|
734
744
|
export const cpdColorIconOnSolidPrimary = "#ffffff";
|
|
745
|
+
export const cpdColorIconWarningPrimary = "#bc4500";
|
|
735
746
|
export const cpdColorGradientSubtleStop1 = "hsla(154, 96%, 37%, 0.41)";
|
|
736
747
|
export const cpdColorGradientSubtleStop2 = "hsla(151, 93%, 37%, 0.23)";
|
|
737
748
|
export const cpdColorGradientSubtleStop3 = "hsla(150, 100%, 36%, 0.11)";
|
|
@@ -311,6 +311,8 @@ export const cpdIconFolder: string;
|
|
|
311
311
|
export const cpdIconSave: string;
|
|
312
312
|
export const cpdIconUnsave: string;
|
|
313
313
|
export const cpdIconSaveSolid: string;
|
|
314
|
+
export const cpdIconHourglassSolid: string;
|
|
315
|
+
export const cpdIconHourglass: string;
|
|
314
316
|
export const cpdColorThemeBg: string;
|
|
315
317
|
export const cpdColorGray100: string;
|
|
316
318
|
export const cpdColorGray200: string;
|
|
@@ -626,6 +628,7 @@ export const cpdColorTextSecondary: string;
|
|
|
626
628
|
export const cpdColorTextDisabled: string;
|
|
627
629
|
export const cpdColorTextActionPrimary: string;
|
|
628
630
|
export const cpdColorTextActionAccent: string;
|
|
631
|
+
export const cpdColorTextActionSuccess: string;
|
|
629
632
|
export const cpdColorTextLinkExternal: string;
|
|
630
633
|
export const cpdColorTextCriticalPrimary: string;
|
|
631
634
|
export const cpdColorTextSuccessPrimary: string;
|
|
@@ -639,8 +642,10 @@ export const cpdColorTextDecorative5: string;
|
|
|
639
642
|
export const cpdColorTextDecorative6: string;
|
|
640
643
|
export const cpdColorTextBadgeAccent: string;
|
|
641
644
|
export const cpdColorTextBadgeInfo: string;
|
|
645
|
+
export const cpdColorTextWarningPrimary: string;
|
|
642
646
|
export const cpdColorBgSubtlePrimary: string;
|
|
643
647
|
export const cpdColorBgSubtleSecondary: string;
|
|
648
|
+
export const cpdColorBgSubtleTertiary: string;
|
|
644
649
|
export const cpdColorBgCanvasDefault: string;
|
|
645
650
|
export const cpdColorBgCanvasDisabled: string;
|
|
646
651
|
export const cpdColorBgCanvasDefaultLevel1: string;
|
|
@@ -659,6 +664,9 @@ export const cpdColorBgCriticalHovered: string;
|
|
|
659
664
|
export const cpdColorBgCriticalSubtle: string;
|
|
660
665
|
export const cpdColorBgCriticalSubtleHovered: string;
|
|
661
666
|
export const cpdColorBgSuccessSubtle: string;
|
|
667
|
+
export const cpdColorBgSuccessRest: string;
|
|
668
|
+
export const cpdColorBgSuccessHovered: string;
|
|
669
|
+
export const cpdColorBgSuccessPressed: string;
|
|
662
670
|
export const cpdColorBgInfoSubtle: string;
|
|
663
671
|
export const cpdColorBgDecorative1: string;
|
|
664
672
|
export const cpdColorBgDecorative2: string;
|
|
@@ -670,6 +678,7 @@ export const cpdColorBgAccentRest: string;
|
|
|
670
678
|
export const cpdColorBgAccentHovered: string;
|
|
671
679
|
export const cpdColorBgAccentPressed: string;
|
|
672
680
|
export const cpdColorBgAccentSelected: string;
|
|
681
|
+
export const cpdColorBgAccentSubtle: string;
|
|
673
682
|
export const cpdColorBgBadgeAccent: string;
|
|
674
683
|
export const cpdColorBgBadgeInfo: string;
|
|
675
684
|
export const cpdColorBgBadgeDefault: string;
|
|
@@ -686,6 +695,7 @@ export const cpdColorBorderCriticalPrimary: string;
|
|
|
686
695
|
export const cpdColorBorderCriticalHovered: string;
|
|
687
696
|
export const cpdColorBorderCriticalSubtle: string;
|
|
688
697
|
export const cpdColorBorderSuccessSubtle: string;
|
|
698
|
+
export const cpdColorBorderSuccessPrimary: string;
|
|
689
699
|
export const cpdColorBorderInfoSubtle: string;
|
|
690
700
|
export const cpdColorBorderAccentSubtle: string;
|
|
691
701
|
export const cpdColorBorderAccentPrimary: string;
|
|
@@ -704,6 +714,7 @@ export const cpdColorIconCriticalPrimary: string;
|
|
|
704
714
|
export const cpdColorIconSuccessPrimary: string;
|
|
705
715
|
export const cpdColorIconInfoPrimary: string;
|
|
706
716
|
export const cpdColorIconOnSolidPrimary: string;
|
|
717
|
+
export const cpdColorIconWarningPrimary: string;
|
|
707
718
|
export const cpdColorGradientSubtleStop1: string;
|
|
708
719
|
export const cpdColorGradientSubtleStop2: string;
|
|
709
720
|
export const cpdColorGradientSubtleStop3: string;
|