@atlaskit/tokens 1.26.1 → 1.27.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/CHANGELOG.md +108 -0
- package/dist/cjs/artifacts/atlassian-dark-token-value-for-contrast-check.js +2 -2
- package/dist/cjs/artifacts/palettes-raw/palette.js +77 -77
- package/dist/cjs/artifacts/theme-import-map.js +1 -13
- package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +101 -101
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +115 -115
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +115 -115
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +124 -124
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +109 -109
- package/dist/cjs/get-token-value.js +1 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/theme-config.js +1 -25
- package/dist/cjs/utils/get-theme-preferences.js +0 -13
- package/dist/es2019/artifacts/atlassian-dark-token-value-for-contrast-check.js +2 -2
- package/dist/es2019/artifacts/palettes-raw/palette.js +77 -77
- package/dist/es2019/artifacts/theme-import-map.js +1 -5
- package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +115 -115
- package/dist/es2019/artifacts/themes/atlassian-dark.js +109 -109
- package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +124 -124
- package/dist/es2019/artifacts/themes/atlassian-light.js +101 -101
- package/dist/es2019/artifacts/token-default-values.js +101 -101
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +115 -115
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +115 -115
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +124 -124
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +109 -109
- package/dist/es2019/get-token-value.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/theme-config.js +1 -25
- package/dist/es2019/utils/get-theme-preferences.js +0 -13
- package/dist/esm/artifacts/atlassian-dark-token-value-for-contrast-check.js +2 -2
- package/dist/esm/artifacts/palettes-raw/palette.js +77 -77
- package/dist/esm/artifacts/theme-import-map.js +1 -9
- package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +101 -101
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +115 -115
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +115 -115
- package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +124 -124
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +109 -109
- package/dist/esm/get-token-value.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/theme-config.js +1 -25
- package/dist/esm/utils/get-theme-preferences.js +0 -13
- package/dist/types/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +2 -2
- package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
- package/dist/types/artifacts/theme-import-map.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +101 -101
- package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types/theme-config.d.ts +4 -4
- package/dist/types-ts4.5/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +101 -101
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types-ts4.5/theme-config.d.ts +4 -8
- package/figma/atlassian-dark-increased-contrast.json +114 -114
- package/figma/atlassian-dark.json +108 -108
- package/figma/atlassian-light-increased-contrast.json +123 -123
- package/figma/atlassian-light.json +100 -100
- package/package.json +1 -4
- package/report.api.md +2 -9
- package/tmp/api-report-tmp.d.ts +4 -4
- package/dist/cjs/artifacts/palettes-raw/updated-saturated-palette.js +0 -2257
- package/dist/cjs/artifacts/themes/atlassian-dark-saturated-palette-changes.js +0 -12
- package/dist/cjs/artifacts/themes/atlassian-light-saturated-palette-changes.js +0 -12
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +0 -8683
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +0 -8645
- package/dist/es2019/artifacts/palettes-raw/updated-saturated-palette.js +0 -2251
- package/dist/es2019/artifacts/themes/atlassian-dark-saturated-palette-changes.js +0 -399
- package/dist/es2019/artifacts/themes/atlassian-light-saturated-palette-changes.js +0 -399
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +0 -8677
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +0 -8639
- package/dist/esm/artifacts/palettes-raw/updated-saturated-palette.js +0 -2251
- package/dist/esm/artifacts/themes/atlassian-dark-saturated-palette-changes.js +0 -6
- package/dist/esm/artifacts/themes/atlassian-light-saturated-palette-changes.js +0 -6
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +0 -8677
- package/dist/esm/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +0 -8639
- package/dist/types/artifacts/palettes-raw/updated-saturated-palette.d.ts +0 -41
- package/dist/types/artifacts/themes/atlassian-dark-saturated-palette-changes.d.ts +0 -7
- package/dist/types/artifacts/themes/atlassian-light-saturated-palette-changes.d.ts +0 -7
- package/dist/types/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.d.ts +0 -109
- package/dist/types/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.d.ts +0 -89
- package/dist/types-ts4.5/artifacts/palettes-raw/updated-saturated-palette.d.ts +0 -41
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-saturated-palette-changes.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-saturated-palette-changes.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.d.ts +0 -109
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.d.ts +0 -89
- package/figma/atlassian-dark-saturated-palette-changes.json +0 -3540
- package/figma/atlassian-light-saturated-palette-changes.json +0 -3519
|
@@ -7,23 +7,23 @@
|
|
|
7
7
|
* Token names mapped to their value in the default Atlassian themes ('light').
|
|
8
8
|
* These default values are used by the Babel plugin to optionally provide automatic fallbacks.
|
|
9
9
|
*
|
|
10
|
-
* @codegen <<SignedSource::
|
|
10
|
+
* @codegen <<SignedSource::abb7650112592b216a957c16391ff8c2>>
|
|
11
11
|
* @codegenCommand yarn build tokens
|
|
12
12
|
*/
|
|
13
13
|
declare const defaultTokenValues: {
|
|
14
14
|
readonly 'color.text': "#172B4D";
|
|
15
15
|
readonly 'color.text.accent.lime': "#4C6B1F";
|
|
16
16
|
readonly 'color.text.accent.lime.bolder': "#37471F";
|
|
17
|
-
readonly 'color.text.accent.red': "#
|
|
18
|
-
readonly 'color.text.accent.red.bolder': "#
|
|
19
|
-
readonly 'color.text.accent.orange': "#
|
|
20
|
-
readonly 'color.text.accent.orange.bolder': "#
|
|
17
|
+
readonly 'color.text.accent.red': "#AE2E24";
|
|
18
|
+
readonly 'color.text.accent.red.bolder': "#5D1F1A";
|
|
19
|
+
readonly 'color.text.accent.orange': "#A54800";
|
|
20
|
+
readonly 'color.text.accent.orange.bolder': "#702E00";
|
|
21
21
|
readonly 'color.text.accent.yellow': "#7F5F01";
|
|
22
22
|
readonly 'color.text.accent.yellow.bolder': "#533F04";
|
|
23
23
|
readonly 'color.text.accent.green': "#216E4E";
|
|
24
24
|
readonly 'color.text.accent.green.bolder': "#164B35";
|
|
25
|
-
readonly 'color.text.accent.teal': "#
|
|
26
|
-
readonly 'color.text.accent.teal.bolder': "#
|
|
25
|
+
readonly 'color.text.accent.teal': "#206A83";
|
|
26
|
+
readonly 'color.text.accent.teal.bolder': "#164555";
|
|
27
27
|
readonly 'color.text.accent.blue': "#0055CC";
|
|
28
28
|
readonly 'color.text.accent.blue.bolder': "#09326C";
|
|
29
29
|
readonly 'color.text.accent.purple': "#5E4DB2";
|
|
@@ -36,8 +36,8 @@ declare const defaultTokenValues: {
|
|
|
36
36
|
readonly 'color.text.inverse': "#FFFFFF";
|
|
37
37
|
readonly 'color.text.selected': "#0C66E4";
|
|
38
38
|
readonly 'color.text.brand': "#0C66E4";
|
|
39
|
-
readonly 'color.text.danger': "#
|
|
40
|
-
readonly 'color.text.warning': "#
|
|
39
|
+
readonly 'color.text.danger': "#AE2E24";
|
|
40
|
+
readonly 'color.text.warning': "#A54800";
|
|
41
41
|
readonly 'color.text.warning.inverse': "#172B4D";
|
|
42
42
|
readonly 'color.text.success': "#216E4E";
|
|
43
43
|
readonly 'color.text.discovery': "#5E4DB2";
|
|
@@ -49,11 +49,11 @@ declare const defaultTokenValues: {
|
|
|
49
49
|
readonly 'color.link.visited': "#5E4DB2";
|
|
50
50
|
readonly 'color.icon': "#44546F";
|
|
51
51
|
readonly 'color.icon.accent.lime': "#6A9A23";
|
|
52
|
-
readonly 'color.icon.accent.red': "#
|
|
53
|
-
readonly 'color.icon.accent.orange': "#
|
|
52
|
+
readonly 'color.icon.accent.red': "#C9372C";
|
|
53
|
+
readonly 'color.icon.accent.orange': "#E56910";
|
|
54
54
|
readonly 'color.icon.accent.yellow': "#B38600";
|
|
55
55
|
readonly 'color.icon.accent.green': "#22A06B";
|
|
56
|
-
readonly 'color.icon.accent.teal': "#
|
|
56
|
+
readonly 'color.icon.accent.teal': "#2898BD";
|
|
57
57
|
readonly 'color.icon.accent.blue': "#1D7AFC";
|
|
58
58
|
readonly 'color.icon.accent.purple': "#8270DB";
|
|
59
59
|
readonly 'color.icon.accent.magenta': "#CD519D";
|
|
@@ -62,8 +62,8 @@ declare const defaultTokenValues: {
|
|
|
62
62
|
readonly 'color.icon.inverse': "#FFFFFF";
|
|
63
63
|
readonly 'color.icon.selected': "#0C66E4";
|
|
64
64
|
readonly 'color.icon.brand': "#0C66E4";
|
|
65
|
-
readonly 'color.icon.danger': "#
|
|
66
|
-
readonly 'color.icon.warning': "#
|
|
65
|
+
readonly 'color.icon.danger': "#C9372C";
|
|
66
|
+
readonly 'color.icon.warning': "#E56910";
|
|
67
67
|
readonly 'color.icon.warning.inverse': "#172B4D";
|
|
68
68
|
readonly 'color.icon.success': "#22A06B";
|
|
69
69
|
readonly 'color.icon.discovery': "#8270DB";
|
|
@@ -71,11 +71,11 @@ declare const defaultTokenValues: {
|
|
|
71
71
|
readonly 'color.icon.subtle': "#626F86";
|
|
72
72
|
readonly 'color.border': "#091E4224";
|
|
73
73
|
readonly 'color.border.accent.lime': "#6A9A23";
|
|
74
|
-
readonly 'color.border.accent.red': "#
|
|
75
|
-
readonly 'color.border.accent.orange': "#
|
|
74
|
+
readonly 'color.border.accent.red': "#E2483D";
|
|
75
|
+
readonly 'color.border.accent.orange': "#E56910";
|
|
76
76
|
readonly 'color.border.accent.yellow': "#B38600";
|
|
77
77
|
readonly 'color.border.accent.green': "#22A06B";
|
|
78
|
-
readonly 'color.border.accent.teal': "#
|
|
78
|
+
readonly 'color.border.accent.teal': "#2898BD";
|
|
79
79
|
readonly 'color.border.accent.blue': "#1D7AFC";
|
|
80
80
|
readonly 'color.border.accent.purple': "#8270DB";
|
|
81
81
|
readonly 'color.border.accent.magenta': "#CD519D";
|
|
@@ -86,13 +86,13 @@ declare const defaultTokenValues: {
|
|
|
86
86
|
readonly 'color.border.inverse': "#FFFFFF";
|
|
87
87
|
readonly 'color.border.selected': "#0C66E4";
|
|
88
88
|
readonly 'color.border.brand': "#0C66E4";
|
|
89
|
-
readonly 'color.border.danger': "#
|
|
90
|
-
readonly 'color.border.warning': "#
|
|
89
|
+
readonly 'color.border.danger': "#E2483D";
|
|
90
|
+
readonly 'color.border.warning': "#E56910";
|
|
91
91
|
readonly 'color.border.success': "#22A06B";
|
|
92
92
|
readonly 'color.border.discovery': "#8270DB";
|
|
93
93
|
readonly 'color.border.information': "#1D7AFC";
|
|
94
94
|
readonly 'color.border.bold': "#758195";
|
|
95
|
-
readonly 'color.background.accent.lime.subtlest': "#
|
|
95
|
+
readonly 'color.background.accent.lime.subtlest': "#EFFFD6";
|
|
96
96
|
readonly 'color.background.accent.lime.subtlest.hovered': "#D3F1A7";
|
|
97
97
|
readonly 'color.background.accent.lime.subtlest.pressed': "#B3DF72";
|
|
98
98
|
readonly 'color.background.accent.lime.subtler': "#D3F1A7";
|
|
@@ -104,43 +104,43 @@ declare const defaultTokenValues: {
|
|
|
104
104
|
readonly 'color.background.accent.lime.bolder': "#5B7F24";
|
|
105
105
|
readonly 'color.background.accent.lime.bolder.hovered': "#4C6B1F";
|
|
106
106
|
readonly 'color.background.accent.lime.bolder.pressed': "#37471F";
|
|
107
|
-
readonly 'color.background.accent.red.subtlest': "#
|
|
108
|
-
readonly 'color.background.accent.red.subtlest.hovered': "#
|
|
109
|
-
readonly 'color.background.accent.red.subtlest.pressed': "#
|
|
110
|
-
readonly 'color.background.accent.red.subtler': "#
|
|
111
|
-
readonly 'color.background.accent.red.subtler.hovered': "#
|
|
112
|
-
readonly 'color.background.accent.red.subtler.pressed': "#
|
|
113
|
-
readonly 'color.background.accent.red.subtle': "#
|
|
114
|
-
readonly 'color.background.accent.red.subtle.hovered': "#
|
|
115
|
-
readonly 'color.background.accent.red.subtle.pressed': "#
|
|
116
|
-
readonly 'color.background.accent.red.bolder': "#
|
|
117
|
-
readonly 'color.background.accent.red.bolder.hovered': "#
|
|
118
|
-
readonly 'color.background.accent.red.bolder.pressed': "#
|
|
119
|
-
readonly 'color.background.accent.orange.subtlest': "#
|
|
120
|
-
readonly 'color.background.accent.orange.subtlest.hovered': "#
|
|
121
|
-
readonly 'color.background.accent.orange.subtlest.pressed': "#
|
|
122
|
-
readonly 'color.background.accent.orange.subtler': "#
|
|
123
|
-
readonly 'color.background.accent.orange.subtler.hovered': "#
|
|
124
|
-
readonly 'color.background.accent.orange.subtler.pressed': "#
|
|
125
|
-
readonly 'color.background.accent.orange.subtle': "#
|
|
126
|
-
readonly 'color.background.accent.orange.subtle.hovered': "#
|
|
127
|
-
readonly 'color.background.accent.orange.subtle.pressed': "#
|
|
128
|
-
readonly 'color.background.accent.orange.bolder': "#
|
|
129
|
-
readonly 'color.background.accent.orange.bolder.hovered': "#
|
|
130
|
-
readonly 'color.background.accent.orange.bolder.pressed': "#
|
|
107
|
+
readonly 'color.background.accent.red.subtlest': "#FFECEB";
|
|
108
|
+
readonly 'color.background.accent.red.subtlest.hovered': "#FFD5D2";
|
|
109
|
+
readonly 'color.background.accent.red.subtlest.pressed': "#FD9891";
|
|
110
|
+
readonly 'color.background.accent.red.subtler': "#FFD5D2";
|
|
111
|
+
readonly 'color.background.accent.red.subtler.hovered': "#FD9891";
|
|
112
|
+
readonly 'color.background.accent.red.subtler.pressed': "#F87168";
|
|
113
|
+
readonly 'color.background.accent.red.subtle': "#F87168";
|
|
114
|
+
readonly 'color.background.accent.red.subtle.hovered': "#FD9891";
|
|
115
|
+
readonly 'color.background.accent.red.subtle.pressed': "#FFD5D2";
|
|
116
|
+
readonly 'color.background.accent.red.bolder': "#C9372C";
|
|
117
|
+
readonly 'color.background.accent.red.bolder.hovered': "#AE2E24";
|
|
118
|
+
readonly 'color.background.accent.red.bolder.pressed': "#5D1F1A";
|
|
119
|
+
readonly 'color.background.accent.orange.subtlest': "#FFF3EB";
|
|
120
|
+
readonly 'color.background.accent.orange.subtlest.hovered': "#FEDEC8";
|
|
121
|
+
readonly 'color.background.accent.orange.subtlest.pressed': "#FEC195";
|
|
122
|
+
readonly 'color.background.accent.orange.subtler': "#FEDEC8";
|
|
123
|
+
readonly 'color.background.accent.orange.subtler.hovered': "#FEC195";
|
|
124
|
+
readonly 'color.background.accent.orange.subtler.pressed': "#FEA362";
|
|
125
|
+
readonly 'color.background.accent.orange.subtle': "#FEA362";
|
|
126
|
+
readonly 'color.background.accent.orange.subtle.hovered': "#FEC195";
|
|
127
|
+
readonly 'color.background.accent.orange.subtle.pressed': "#FEDEC8";
|
|
128
|
+
readonly 'color.background.accent.orange.bolder': "#C25100";
|
|
129
|
+
readonly 'color.background.accent.orange.bolder.hovered': "#A54800";
|
|
130
|
+
readonly 'color.background.accent.orange.bolder.pressed': "#702E00";
|
|
131
131
|
readonly 'color.background.accent.yellow.subtlest': "#FFF7D6";
|
|
132
132
|
readonly 'color.background.accent.yellow.subtlest.hovered': "#F8E6A0";
|
|
133
133
|
readonly 'color.background.accent.yellow.subtlest.pressed': "#F5CD47";
|
|
134
134
|
readonly 'color.background.accent.yellow.subtler': "#F8E6A0";
|
|
135
135
|
readonly 'color.background.accent.yellow.subtler.hovered': "#F5CD47";
|
|
136
136
|
readonly 'color.background.accent.yellow.subtler.pressed': "#E2B203";
|
|
137
|
-
readonly 'color.background.accent.yellow.subtle': "#
|
|
138
|
-
readonly 'color.background.accent.yellow.subtle.hovered': "#
|
|
139
|
-
readonly 'color.background.accent.yellow.subtle.pressed': "#
|
|
137
|
+
readonly 'color.background.accent.yellow.subtle': "#F5CD47";
|
|
138
|
+
readonly 'color.background.accent.yellow.subtle.hovered': "#E2B203";
|
|
139
|
+
readonly 'color.background.accent.yellow.subtle.pressed': "#CF9F02";
|
|
140
140
|
readonly 'color.background.accent.yellow.bolder': "#946F00";
|
|
141
141
|
readonly 'color.background.accent.yellow.bolder.hovered': "#7F5F01";
|
|
142
142
|
readonly 'color.background.accent.yellow.bolder.pressed': "#533F04";
|
|
143
|
-
readonly 'color.background.accent.green.subtlest': "#
|
|
143
|
+
readonly 'color.background.accent.green.subtlest': "#DCFFF1";
|
|
144
144
|
readonly 'color.background.accent.green.subtlest.hovered': "#BAF3DB";
|
|
145
145
|
readonly 'color.background.accent.green.subtlest.pressed': "#7EE2B8";
|
|
146
146
|
readonly 'color.background.accent.green.subtler': "#BAF3DB";
|
|
@@ -152,18 +152,18 @@ declare const defaultTokenValues: {
|
|
|
152
152
|
readonly 'color.background.accent.green.bolder': "#1F845A";
|
|
153
153
|
readonly 'color.background.accent.green.bolder.hovered': "#216E4E";
|
|
154
154
|
readonly 'color.background.accent.green.bolder.pressed': "#164B35";
|
|
155
|
-
readonly 'color.background.accent.teal.subtlest': "#
|
|
156
|
-
readonly 'color.background.accent.teal.subtlest.hovered': "#
|
|
157
|
-
readonly 'color.background.accent.teal.subtlest.pressed': "#
|
|
158
|
-
readonly 'color.background.accent.teal.subtler': "#
|
|
159
|
-
readonly 'color.background.accent.teal.subtler.hovered': "#
|
|
160
|
-
readonly 'color.background.accent.teal.subtler.pressed': "#
|
|
161
|
-
readonly 'color.background.accent.teal.subtle': "#
|
|
162
|
-
readonly 'color.background.accent.teal.subtle.hovered': "#
|
|
163
|
-
readonly 'color.background.accent.teal.subtle.pressed': "#
|
|
164
|
-
readonly 'color.background.accent.teal.bolder': "#
|
|
165
|
-
readonly 'color.background.accent.teal.bolder.hovered': "#
|
|
166
|
-
readonly 'color.background.accent.teal.bolder.pressed': "#
|
|
155
|
+
readonly 'color.background.accent.teal.subtlest': "#E7F9FF";
|
|
156
|
+
readonly 'color.background.accent.teal.subtlest.hovered': "#C6EDFB";
|
|
157
|
+
readonly 'color.background.accent.teal.subtlest.pressed': "#9DD9EE";
|
|
158
|
+
readonly 'color.background.accent.teal.subtler': "#C6EDFB";
|
|
159
|
+
readonly 'color.background.accent.teal.subtler.hovered': "#9DD9EE";
|
|
160
|
+
readonly 'color.background.accent.teal.subtler.pressed': "#6CC3E0";
|
|
161
|
+
readonly 'color.background.accent.teal.subtle': "#6CC3E0";
|
|
162
|
+
readonly 'color.background.accent.teal.subtle.hovered': "#9DD9EE";
|
|
163
|
+
readonly 'color.background.accent.teal.subtle.pressed': "#C6EDFB";
|
|
164
|
+
readonly 'color.background.accent.teal.bolder': "#227D9B";
|
|
165
|
+
readonly 'color.background.accent.teal.bolder.hovered': "#206A83";
|
|
166
|
+
readonly 'color.background.accent.teal.bolder.pressed': "#164555";
|
|
167
167
|
readonly 'color.background.accent.blue.subtlest': "#E9F2FF";
|
|
168
168
|
readonly 'color.background.accent.blue.subtlest.hovered': "#CCE0FF";
|
|
169
169
|
readonly 'color.background.accent.blue.subtlest.pressed': "#85B8FF";
|
|
@@ -240,22 +240,22 @@ declare const defaultTokenValues: {
|
|
|
240
240
|
readonly 'color.background.brand.bold': "#0C66E4";
|
|
241
241
|
readonly 'color.background.brand.bold.hovered': "#0055CC";
|
|
242
242
|
readonly 'color.background.brand.bold.pressed': "#09326C";
|
|
243
|
-
readonly 'color.background.brand.boldest': "#
|
|
243
|
+
readonly 'color.background.brand.boldest': "#1C2B41";
|
|
244
244
|
readonly 'color.background.brand.boldest.hovered': "#09326C";
|
|
245
245
|
readonly 'color.background.brand.boldest.pressed': "#0055CC";
|
|
246
|
-
readonly 'color.background.danger': "#
|
|
247
|
-
readonly 'color.background.danger.hovered': "#
|
|
248
|
-
readonly 'color.background.danger.pressed': "#
|
|
249
|
-
readonly 'color.background.danger.bold': "#
|
|
250
|
-
readonly 'color.background.danger.bold.hovered': "#
|
|
251
|
-
readonly 'color.background.danger.bold.pressed': "#
|
|
246
|
+
readonly 'color.background.danger': "#FFECEB";
|
|
247
|
+
readonly 'color.background.danger.hovered': "#FFD5D2";
|
|
248
|
+
readonly 'color.background.danger.pressed': "#FD9891";
|
|
249
|
+
readonly 'color.background.danger.bold': "#C9372C";
|
|
250
|
+
readonly 'color.background.danger.bold.hovered': "#AE2E24";
|
|
251
|
+
readonly 'color.background.danger.bold.pressed': "#5D1F1A";
|
|
252
252
|
readonly 'color.background.warning': "#FFF7D6";
|
|
253
253
|
readonly 'color.background.warning.hovered': "#F8E6A0";
|
|
254
254
|
readonly 'color.background.warning.pressed': "#F5CD47";
|
|
255
|
-
readonly 'color.background.warning.bold': "#
|
|
256
|
-
readonly 'color.background.warning.bold.hovered': "#
|
|
257
|
-
readonly 'color.background.warning.bold.pressed': "#
|
|
258
|
-
readonly 'color.background.success': "#
|
|
255
|
+
readonly 'color.background.warning.bold': "#F5CD47";
|
|
256
|
+
readonly 'color.background.warning.bold.hovered': "#E2B203";
|
|
257
|
+
readonly 'color.background.warning.bold.pressed': "#CF9F02";
|
|
258
|
+
readonly 'color.background.success': "#DCFFF1";
|
|
259
259
|
readonly 'color.background.success.hovered': "#BAF3DB";
|
|
260
260
|
readonly 'color.background.success.pressed': "#7EE2B8";
|
|
261
261
|
readonly 'color.background.success.bold': "#1F845A";
|
|
@@ -280,22 +280,22 @@ declare const defaultTokenValues: {
|
|
|
280
280
|
readonly 'color.interaction.pressed': "#00000052";
|
|
281
281
|
readonly 'color.skeleton': "#091E420F";
|
|
282
282
|
readonly 'color.skeleton.subtle': "#091E4208";
|
|
283
|
-
readonly 'color.chart.categorical.1': "#
|
|
284
|
-
readonly 'color.chart.categorical.1.hovered': "#
|
|
283
|
+
readonly 'color.chart.categorical.1': "#2898BD";
|
|
284
|
+
readonly 'color.chart.categorical.1.hovered': "#227D9B";
|
|
285
285
|
readonly 'color.chart.categorical.2': "#5E4DB2";
|
|
286
286
|
readonly 'color.chart.categorical.2.hovered': "#352C63";
|
|
287
|
-
readonly 'color.chart.categorical.3': "#
|
|
288
|
-
readonly 'color.chart.categorical.3.hovered': "#
|
|
287
|
+
readonly 'color.chart.categorical.3': "#E56910";
|
|
288
|
+
readonly 'color.chart.categorical.3.hovered': "#C25100";
|
|
289
289
|
readonly 'color.chart.categorical.4': "#943D73";
|
|
290
290
|
readonly 'color.chart.categorical.4.hovered': "#50253F";
|
|
291
291
|
readonly 'color.chart.categorical.5': "#09326C";
|
|
292
|
-
readonly 'color.chart.categorical.5.hovered': "#
|
|
292
|
+
readonly 'color.chart.categorical.5.hovered': "#1C2B41";
|
|
293
293
|
readonly 'color.chart.categorical.6': "#8F7EE7";
|
|
294
294
|
readonly 'color.chart.categorical.6.hovered': "#8270DB";
|
|
295
295
|
readonly 'color.chart.categorical.7': "#50253F";
|
|
296
|
-
readonly 'color.chart.categorical.7.hovered': "#
|
|
297
|
-
readonly 'color.chart.categorical.8': "#
|
|
298
|
-
readonly 'color.chart.categorical.8.hovered': "#
|
|
296
|
+
readonly 'color.chart.categorical.7.hovered': "#3D2232";
|
|
297
|
+
readonly 'color.chart.categorical.8': "#A54800";
|
|
298
|
+
readonly 'color.chart.categorical.8.hovered': "#702E00";
|
|
299
299
|
readonly 'color.chart.lime.bold': "#6A9A23";
|
|
300
300
|
readonly 'color.chart.lime.bold.hovered': "#5B7F24";
|
|
301
301
|
readonly 'color.chart.lime.bolder': "#5B7F24";
|
|
@@ -304,18 +304,18 @@ declare const defaultTokenValues: {
|
|
|
304
304
|
readonly 'color.chart.lime.boldest.hovered': "#37471F";
|
|
305
305
|
readonly 'color.chart.neutral': "#8590A2";
|
|
306
306
|
readonly 'color.chart.neutral.hovered': "#758195";
|
|
307
|
-
readonly 'color.chart.red.bold': "#
|
|
308
|
-
readonly 'color.chart.red.bold.hovered': "#
|
|
309
|
-
readonly 'color.chart.red.bolder': "#
|
|
310
|
-
readonly 'color.chart.red.bolder.hovered': "#
|
|
311
|
-
readonly 'color.chart.red.boldest': "#
|
|
312
|
-
readonly 'color.chart.red.boldest.hovered': "#
|
|
313
|
-
readonly 'color.chart.orange.bold': "#
|
|
314
|
-
readonly 'color.chart.orange.bold.hovered': "#
|
|
315
|
-
readonly 'color.chart.orange.bolder': "#
|
|
316
|
-
readonly 'color.chart.orange.bolder.hovered': "#
|
|
317
|
-
readonly 'color.chart.orange.boldest': "#
|
|
318
|
-
readonly 'color.chart.orange.boldest.hovered': "#
|
|
307
|
+
readonly 'color.chart.red.bold': "#F15B50";
|
|
308
|
+
readonly 'color.chart.red.bold.hovered': "#E2483D";
|
|
309
|
+
readonly 'color.chart.red.bolder': "#E2483D";
|
|
310
|
+
readonly 'color.chart.red.bolder.hovered': "#C9372C";
|
|
311
|
+
readonly 'color.chart.red.boldest': "#AE2E24";
|
|
312
|
+
readonly 'color.chart.red.boldest.hovered': "#5D1F1A";
|
|
313
|
+
readonly 'color.chart.orange.bold': "#E56910";
|
|
314
|
+
readonly 'color.chart.orange.bold.hovered': "#C25100";
|
|
315
|
+
readonly 'color.chart.orange.bolder': "#C25100";
|
|
316
|
+
readonly 'color.chart.orange.bolder.hovered': "#A54800";
|
|
317
|
+
readonly 'color.chart.orange.boldest': "#A54800";
|
|
318
|
+
readonly 'color.chart.orange.boldest.hovered': "#702E00";
|
|
319
319
|
readonly 'color.chart.yellow.bold': "#B38600";
|
|
320
320
|
readonly 'color.chart.yellow.bold.hovered': "#946F00";
|
|
321
321
|
readonly 'color.chart.yellow.bolder': "#946F00";
|
|
@@ -328,12 +328,12 @@ declare const defaultTokenValues: {
|
|
|
328
328
|
readonly 'color.chart.green.bolder.hovered': "#216E4E";
|
|
329
329
|
readonly 'color.chart.green.boldest': "#216E4E";
|
|
330
330
|
readonly 'color.chart.green.boldest.hovered': "#164B35";
|
|
331
|
-
readonly 'color.chart.teal.bold': "#
|
|
332
|
-
readonly 'color.chart.teal.bold.hovered': "#
|
|
333
|
-
readonly 'color.chart.teal.bolder': "#
|
|
334
|
-
readonly 'color.chart.teal.bolder.hovered': "#
|
|
335
|
-
readonly 'color.chart.teal.boldest': "#
|
|
336
|
-
readonly 'color.chart.teal.boldest.hovered': "#
|
|
331
|
+
readonly 'color.chart.teal.bold': "#2898BD";
|
|
332
|
+
readonly 'color.chart.teal.bold.hovered': "#227D9B";
|
|
333
|
+
readonly 'color.chart.teal.bolder': "#227D9B";
|
|
334
|
+
readonly 'color.chart.teal.bolder.hovered': "#206A83";
|
|
335
|
+
readonly 'color.chart.teal.boldest': "#206A83";
|
|
336
|
+
readonly 'color.chart.teal.boldest.hovered': "#164555";
|
|
337
337
|
readonly 'color.chart.blue.bold': "#388BFF";
|
|
338
338
|
readonly 'color.chart.blue.bold.hovered': "#1D7AFC";
|
|
339
339
|
readonly 'color.chart.blue.bolder': "#1D7AFC";
|
|
@@ -360,10 +360,10 @@ declare const defaultTokenValues: {
|
|
|
360
360
|
readonly 'color.chart.gray.boldest.hovered': "#2C3E5D";
|
|
361
361
|
readonly 'color.chart.brand': "#1D7AFC";
|
|
362
362
|
readonly 'color.chart.brand.hovered': "#0C66E4";
|
|
363
|
-
readonly 'color.chart.danger': "#
|
|
364
|
-
readonly 'color.chart.danger.hovered': "#
|
|
365
|
-
readonly 'color.chart.danger.bold': "#
|
|
366
|
-
readonly 'color.chart.danger.bold.hovered': "#
|
|
363
|
+
readonly 'color.chart.danger': "#F15B50";
|
|
364
|
+
readonly 'color.chart.danger.hovered': "#E2483D";
|
|
365
|
+
readonly 'color.chart.danger.bold': "#AE2E24";
|
|
366
|
+
readonly 'color.chart.danger.bold.hovered': "#5D1F1A";
|
|
367
367
|
readonly 'color.chart.warning': "#B38600";
|
|
368
368
|
readonly 'color.chart.warning.hovered': "#946F00";
|
|
369
369
|
readonly 'color.chart.warning.bold': "#7F5F01";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::f47d9f47ef16beee5acf8619a5053ef1>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
declare const tokens: ({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::17268b2c8921f4f8a7e40e1920d7891a>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
declare const tokens: ({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::13b519ff8291998fc292b5fcb756fdd4>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
declare const tokens: ({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::8002d8a3725e4a69481492649872da52>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
declare const tokens: ({
|
|
@@ -14,7 +14,7 @@ export type ThemeFileNames = Themes;
|
|
|
14
14
|
* theme files/folders are called. style-dictionary will attempt to locate these in the file-system.
|
|
15
15
|
* Theme overrides are temporary and there may not be any defined at times.
|
|
16
16
|
*/
|
|
17
|
-
export type ThemeOverrides = 'atlassian-light-new-input-border' | 'atlassian-dark-new-input-border'
|
|
17
|
+
export type ThemeOverrides = 'atlassian-light-new-input-border' | 'atlassian-dark-new-input-border';
|
|
18
18
|
/**
|
|
19
19
|
* Theme kinds: The type of theme.
|
|
20
20
|
* Some themes are entirely focused on Color, whilst others are purely focused on spacing.
|
|
@@ -48,9 +48,9 @@ export type ThemeIds = (typeof themeIds)[number];
|
|
|
48
48
|
* Theme override ids: the equivalent of themeIds for theme overrides.
|
|
49
49
|
* Theme overrides are temporary and there may not be any defined at times.
|
|
50
50
|
*/
|
|
51
|
-
export declare const themeOverrideIds: readonly ["light-new-input-border", "dark-new-input-border"
|
|
51
|
+
export declare const themeOverrideIds: readonly ["light-new-input-border", "dark-new-input-border"];
|
|
52
52
|
export type ThemeOverrideIds = (typeof themeOverrideIds)[number];
|
|
53
|
-
export declare const themeIdsWithOverrides: readonly ["light-increased-contrast", "light", "dark", "dark-increased-contrast", "legacy-light", "legacy-dark", "spacing", "typography", "shape", "typography-adg3", "typography-minor3", "light-new-input-border", "dark-new-input-border"
|
|
53
|
+
export declare const themeIdsWithOverrides: readonly ["light-increased-contrast", "light", "dark", "dark-increased-contrast", "legacy-light", "legacy-dark", "spacing", "typography", "shape", "typography-adg3", "typography-minor3", "light-new-input-border", "dark-new-input-border"];
|
|
54
54
|
export type ThemeIdsWithOverrides = (typeof themeIdsWithOverrides)[number];
|
|
55
55
|
/**
|
|
56
56
|
* Theme to use a base. This will create the theme as
|
|
@@ -63,7 +63,7 @@ export type ExtensionThemeId = ThemeIds;
|
|
|
63
63
|
* For example: legacy light & dark themes use the "legacyPalette" containing colors from our
|
|
64
64
|
* previous color set.
|
|
65
65
|
*/
|
|
66
|
-
export type Palettes = 'defaultPalette' | '
|
|
66
|
+
export type Palettes = 'defaultPalette' | 'legacyPalette' | 'spacingScale' | 'shapePalette' | 'typographyPalette';
|
|
67
67
|
/**
|
|
68
68
|
* ThemeConfig: the source of truth for all theme meta-data.
|
|
69
69
|
* This object should be used whenever interfacing with themes.
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Token names mapped to their values, used for contrast checking when generating custom themes
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::0c8d4e0653f1a4cd9a80fac95331fd7a>>
|
|
7
7
|
* @codegenCommand yarn build tokens
|
|
8
8
|
*/
|
|
9
9
|
declare const tokenValues: {
|
|
10
10
|
readonly 'color.text.brand': "#579DFF";
|
|
11
11
|
readonly 'elevation.surface.overlay': "#282E33";
|
|
12
|
-
readonly 'color.background.selected': "#
|
|
12
|
+
readonly 'color.background.selected': "#1C2B41";
|
|
13
13
|
readonly 'color.text.selected': "#579DFF";
|
|
14
14
|
readonly 'color.border.brand': "#579DFF";
|
|
15
15
|
readonly 'color.chart.brand': "#388BFF";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::ef2302d3e60545ba54818efd29a896a6>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
declare const tokens: ({
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* This allows users to compose their themes and only use the tokens that are requested.
|
|
7
7
|
* When a new theme is created, the import should automatically be added to the map
|
|
8
8
|
*
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::a21941d8f8cea58425b92ce9b8bfcd4e>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
import { ThemeIds, ThemeOverrideIds } from '../theme-config';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::596a531299bed7a0afed57c697c03e49>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
|
-
declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:dark-increased-contrast\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:dark-increased-contrast\"],\nhtml[data-color-mode=\"light\"][data-contrast-mode=\"more\"][data-theme~=\"light:dark\"],\nhtml[data-color-mode=\"dark\"][data-contrast-mode=\"more\"][data-theme~=\"dark:dark\"] {\n color-scheme: dark;\n --ds-text: #DEE4EA;\n --ds-text-accent-lime: #D3F1A7;\n --ds-text-accent-lime-bolder: #EEFBDA;\n --ds-text-accent-red: #FFD2CC;\n --ds-text-accent-red-bolder: #FFEDEB;\n --ds-text-accent-orange: #FFE2BD;\n --ds-text-accent-orange-bolder: #FFF4E5;\n --ds-text-accent-yellow: #F8E6A0;\n --ds-text-accent-yellow-bolder: #FFF7D6;\n --ds-text-accent-green: #BAF3DB;\n --ds-text-accent-green-bolder: #DFFCF0;\n --ds-text-accent-teal: #C1F0F5;\n --ds-text-accent-teal-bolder: #E3FAFC;\n --ds-text-accent-blue: #CCE0FF;\n --ds-text-accent-blue-bolder: #E9F2FF;\n --ds-text-accent-purple: #DFD8FD;\n --ds-text-accent-purple-bolder: #F3F0FF;\n --ds-text-accent-magenta: #FDD0EC;\n --ds-text-accent-magenta-bolder: #FFECF8;\n --ds-text-accent-gray: #B6C2CF;\n --ds-text-accent-gray-bolder: #DEE4EA;\n --ds-text-disabled: #BFDBF847;\n --ds-text-inverse: #1D2125;\n --ds-text-selected: #CCE0FF;\n --ds-text-brand: #CCE0FF;\n --ds-text-danger: #FFD2CC;\n --ds-text-warning: #FFE2BD;\n --ds-text-warning-inverse: #161A1D;\n --ds-text-success: #BAF3DB;\n --ds-text-discovery: #DFD8FD;\n --ds-text-information: #CCE0FF;\n --ds-text-subtlest: #B6C2CF;\n --ds-text-subtle: #C7D1DB;\n --ds-link: #CCE0FF;\n --ds-link-pressed: #E9F2FF;\n --ds-link-visited: #B8ACF6;\n --ds-icon: #C7D1DB;\n --ds-icon-accent-lime: #B3DF72;\n --ds-icon-accent-red: #FF9C8F;\n --ds-icon-accent-orange: #FEC57B;\n --ds-icon-accent-yellow: #F5CD47;\n --ds-icon-accent-green: #7EE2B8;\n --ds-icon-accent-teal: #8BDBE5;\n --ds-icon-accent-blue: #85B8FF;\n --ds-icon-accent-purple: #B8ACF6;\n --ds-icon-accent-magenta: #F797D2;\n --ds-icon-accent-gray: #9FADBC;\n --ds-icon-disabled: #BFDBF847;\n --ds-icon-inverse: #1D2125;\n --ds-icon-selected: #85B8FF;\n --ds-icon-brand: #85B8FF;\n --ds-icon-danger: #F87462;\n --ds-icon-warning: #FEC57B;\n --ds-icon-warning-inverse: #161A1D;\n --ds-icon-success: #7EE2B8;\n --ds-icon-discovery: #9F8FEF;\n --ds-icon-information: #85B8FF;\n --ds-icon-subtle: #B6C2CF;\n --ds-border: #9BB4CA80;\n --ds-border-accent-lime: #B3DF72;\n --ds-border-accent-red: #FF9C8F;\n --ds-border-accent-orange: #FEC57B;\n --ds-border-accent-yellow: #F5CD47;\n --ds-border-accent-green: #7EE2B8;\n --ds-border-accent-teal: #8BDBE5;\n --ds-border-accent-blue: #85B8FF;\n --ds-border-accent-purple: #B8ACF6;\n --ds-border-accent-magenta: #F797D2;\n --ds-border-accent-gray: #9FADBC;\n --ds-border-disabled: #A6C5E229;\n --ds-border-focused: #85B8FF;\n --ds-border-input: #9FADBC;\n --ds-border-inverse: #161A1D;\n --ds-border-selected: #85B8FF;\n --ds-border-brand: #85B8FF;\n --ds-border-danger: #F87462;\n --ds-border-warning: #FEC57B;\n --ds-border-success: #7EE2B8;\n --ds-border-discovery: #9F8FEF;\n --ds-border-information: #85B8FF;\n --ds-border-bold: #9FADBC;\n --ds-background-accent-lime-subtlest: #2A3818;\n --ds-background-accent-lime-subtlest-hovered: #37471F;\n --ds-background-accent-lime-subtlest-pressed: #4C6B1F;\n --ds-background-accent-lime-subtler: #37471F;\n --ds-background-accent-lime-subtler-hovered: #4C6B1F;\n --ds-background-accent-lime-subtler-pressed: #5B7F24;\n --ds-background-accent-lime-subtle: #4C6B1F;\n --ds-background-accent-lime-subtle-hovered: #37471F;\n --ds-background-accent-lime-subtle-pressed: #2A3818;\n --ds-background-accent-lime-bolder: #D3F1A7;\n --ds-background-accent-lime-bolder-hovered: #EEFBDA;\n --ds-background-accent-lime-bolder-pressed: #D3F1A7;\n --ds-background-accent-red-subtlest: #4F1C16;\n --ds-background-accent-red-subtlest-hovered: #601E16;\n --ds-background-accent-red-subtlest-pressed: #AE2A19;\n --ds-background-accent-red-subtler: #601E16;\n --ds-background-accent-red-subtler-hovered: #AE2A19;\n --ds-background-accent-red-subtler-pressed: #CA3521;\n --ds-background-accent-red-subtle: #AE2A19;\n --ds-background-accent-red-subtle-hovered: #601E16;\n --ds-background-accent-red-subtle-pressed: #4F1C16;\n --ds-background-accent-red-bolder: #FFD2CC;\n --ds-background-accent-red-bolder-hovered: #FFEDEB;\n --ds-background-accent-red-bolder-pressed: #FFD2CC;\n --ds-background-accent-orange-subtlest: #4A2B0F;\n --ds-background-accent-orange-subtlest-hovered: #5F3811;\n --ds-background-accent-orange-subtlest-pressed: #974F0C;\n --ds-background-accent-orange-subtler: #5F3811;\n --ds-background-accent-orange-subtler-hovered: #974F0C;\n --ds-background-accent-orange-subtler-pressed: #B65C02;\n --ds-background-accent-orange-subtle: #974F0C;\n --ds-background-accent-orange-subtle-hovered: #5F3811;\n --ds-background-accent-orange-subtle-pressed: #4A2B0F;\n --ds-background-accent-orange-bolder: #FFE2BD;\n --ds-background-accent-orange-bolder-hovered: #FFF4E5;\n --ds-background-accent-orange-bolder-pressed: #FFE2BD;\n --ds-background-accent-yellow-subtlest: #3F3102;\n --ds-background-accent-yellow-subtlest-hovered: #533F04;\n --ds-background-accent-yellow-subtlest-pressed: #7F5F01;\n --ds-background-accent-yellow-subtler: #533F04;\n --ds-background-accent-yellow-subtler-hovered: #7F5F01;\n --ds-background-accent-yellow-subtler-pressed: #946F00;\n --ds-background-accent-yellow-subtle: #7F5F01;\n --ds-background-accent-yellow-subtle-hovered: #533F04;\n --ds-background-accent-yellow-subtle-pressed: #3F3102;\n --ds-background-accent-yellow-bolder: #F8E6A0;\n --ds-background-accent-yellow-bolder-hovered: #FFF7D6;\n --ds-background-accent-yellow-bolder-pressed: #F8E6A0;\n --ds-background-accent-green-subtlest: #143C2B;\n --ds-background-accent-green-subtlest-hovered: #164B35;\n --ds-background-accent-green-subtlest-pressed: #216E4E;\n --ds-background-accent-green-subtler: #164B35;\n --ds-background-accent-green-subtler-hovered: #216E4E;\n --ds-background-accent-green-subtler-pressed: #1F845A;\n --ds-background-accent-green-subtle: #216E4E;\n --ds-background-accent-green-subtle-hovered: #164B35;\n --ds-background-accent-green-subtle-pressed: #143C2B;\n --ds-background-accent-green-bolder: #BAF3DB;\n --ds-background-accent-green-bolder-hovered: #DFFCF0;\n --ds-background-accent-green-bolder-pressed: #BAF3DB;\n --ds-background-accent-teal-subtlest: #15373B;\n --ds-background-accent-teal-subtlest-hovered: #1D474C;\n --ds-background-accent-teal-subtlest-pressed: #206B74;\n --ds-background-accent-teal-subtler: #1D474C;\n --ds-background-accent-teal-subtler-hovered: #206B74;\n --ds-background-accent-teal-subtler-pressed: #1D7F8C;\n --ds-background-accent-teal-subtle: #206B74;\n --ds-background-accent-teal-subtle-hovered: #1D474C;\n --ds-background-accent-teal-subtle-pressed: #15373B;\n --ds-background-accent-teal-bolder: #C1F0F5;\n --ds-background-accent-teal-bolder-hovered: #E3FAFC;\n --ds-background-accent-teal-bolder-pressed: #C1F0F5;\n --ds-background-accent-blue-subtlest: #092957;\n --ds-background-accent-blue-subtlest-hovered: #09326C;\n --ds-background-accent-blue-subtlest-pressed: #0055CC;\n --ds-background-accent-blue-subtler: #09326C;\n --ds-background-accent-blue-subtler-hovered: #0055CC;\n --ds-background-accent-blue-subtler-pressed: #0C66E4;\n --ds-background-accent-blue-subtle: #0055CC;\n --ds-background-accent-blue-subtle-hovered: #09326C;\n --ds-background-accent-blue-subtle-pressed: #092957;\n --ds-background-accent-blue-bolder: #579DFF;\n --ds-background-accent-blue-bolder-hovered: #85B8FF;\n --ds-background-accent-blue-bolder-pressed: #CCE0FF;\n --ds-background-accent-purple-subtlest: #2B2451;\n --ds-background-accent-purple-subtlest-hovered: #352C63;\n --ds-background-accent-purple-subtlest-pressed: #5E4DB2;\n --ds-background-accent-purple-subtler: #352C63;\n --ds-background-accent-purple-subtler-hovered: #5E4DB2;\n --ds-background-accent-purple-subtler-pressed: #6E5DC6;\n --ds-background-accent-purple-subtle: #5E4DB2;\n --ds-background-accent-purple-subtle-hovered: #352C63;\n --ds-background-accent-purple-subtle-pressed: #2B2451;\n --ds-background-accent-purple-bolder: #DFD8FD;\n --ds-background-accent-purple-bolder-hovered: #F3F0FF;\n --ds-background-accent-purple-bolder-pressed: #DFD8FD;\n --ds-background-accent-magenta-subtlest: #421F34;\n --ds-background-accent-magenta-subtlest-hovered: #50253F;\n --ds-background-accent-magenta-subtlest-pressed: #943D73;\n --ds-background-accent-magenta-subtler: #50253F;\n --ds-background-accent-magenta-subtler-hovered: #943D73;\n --ds-background-accent-magenta-subtler-pressed: #AE4787;\n --ds-background-accent-magenta-subtle: #943D73;\n --ds-background-accent-magenta-subtle-hovered: #50253F;\n --ds-background-accent-magenta-subtle-pressed: #421F34;\n --ds-background-accent-magenta-bolder: #FDD0EC;\n --ds-background-accent-magenta-bolder-hovered: #FFECF8;\n --ds-background-accent-magenta-bolder-pressed: #FDD0EC;\n --ds-background-accent-gray-subtlest: #2C333A;\n --ds-background-accent-gray-subtlest-hovered: #38414A;\n --ds-background-accent-gray-subtlest-pressed: #454F59;\n --ds-background-accent-gray-subtler: #454F59;\n --ds-background-accent-gray-subtler-hovered: #596773;\n --ds-background-accent-gray-subtler-pressed: #738496;\n --ds-background-accent-gray-subtle: #454F59;\n --ds-background-accent-gray-subtle-hovered: #2C333A;\n --ds-background-accent-gray-subtle-pressed: #22272B;\n --ds-background-accent-gray-bolder: #9FADBC;\n --ds-background-accent-gray-bolder-hovered: #B6C2CF;\n --ds-background-accent-gray-bolder-pressed: #C7D1DB;\n --ds-background-disabled: #BCD6F00A;\n --ds-background-input: #22272B;\n --ds-background-input-hovered: #282E33;\n --ds-background-input-pressed: #22272B;\n --ds-background-inverse-subtle: #FFFFFF29;\n --ds-background-inverse-subtle-hovered: #FFFFFF3D;\n --ds-background-inverse-subtle-pressed: #FFFFFF52;\n --ds-background-neutral: #A1BDD914;\n --ds-background-neutral-hovered: #A6C5E229;\n --ds-background-neutral-pressed: #BFDBF847;\n --ds-background-neutral-subtle: #00000000;\n --ds-background-neutral-subtle-hovered: #A1BDD914;\n --ds-background-neutral-subtle-pressed: #A6C5E229;\n --ds-background-neutral-bold: #9FADBC;\n --ds-background-neutral-bold-hovered: #B6C2CF;\n --ds-background-neutral-bold-pressed: #C7D1DB;\n --ds-background-selected: #092957;\n --ds-background-selected-hovered: #09326C;\n --ds-background-selected-pressed: #0055CC;\n --ds-background-selected-bold: #CCE0FF;\n --ds-background-selected-bold-hovered: #E9F2FF;\n --ds-background-selected-bold-pressed: #DEE4EA;\n --ds-background-brand-subtlest: #092957;\n --ds-background-brand-subtlest-hovered: #09326C;\n --ds-background-brand-subtlest-pressed: #0055CC;\n --ds-background-brand-bold: #CCE0FF;\n --ds-background-brand-bold-hovered: #E9F2FF;\n --ds-background-brand-bold-pressed: #DEE4EA;\n --ds-background-brand-boldest: #E9F2FF;\n --ds-background-brand-boldest-hovered: #CCE0FF;\n --ds-background-brand-boldest-pressed: #85B8FF;\n --ds-background-danger: #4F1C16;\n --ds-background-danger-hovered: #601E16;\n --ds-background-danger-pressed: #AE2A19;\n --ds-background-danger-bold: #FFD2CC;\n --ds-background-danger-bold-hovered: #FFEDEB;\n --ds-background-danger-bold-pressed: #DEE4EA;\n --ds-background-warning: #3F3102;\n --ds-background-warning-hovered: #533F04;\n --ds-background-warning-pressed: #7F5F01;\n --ds-background-warning-bold: #F8E6A0;\n --ds-background-warning-bold-hovered: #FFF7D6;\n --ds-background-warning-bold-pressed: #DEE4EA;\n --ds-background-success: #143C2B;\n --ds-background-success-hovered: #164B35;\n --ds-background-success-pressed: #216E4E;\n --ds-background-success-bold: #BAF3DB;\n --ds-background-success-bold-hovered: #DFFCF0;\n --ds-background-success-bold-pressed: #DEE4EA;\n --ds-background-discovery: #2B2451;\n --ds-background-discovery-hovered: #352C63;\n --ds-background-discovery-pressed: #5E4DB2;\n --ds-background-discovery-bold: #DFD8FD;\n --ds-background-discovery-bold-hovered: #F3F0FF;\n --ds-background-discovery-bold-pressed: #DEE4EA;\n --ds-background-information: #092957;\n --ds-background-information-hovered: #09326C;\n --ds-background-information-pressed: #0055CC;\n --ds-background-information-bold: #CCE0FF;\n --ds-background-information-bold-hovered: #E9F2FF;\n --ds-background-information-bold-pressed: #DEE4EA;\n --ds-blanket: #10121499;\n --ds-blanket-selected: #1D7AFC14;\n --ds-blanket-danger: #E3493514;\n --ds-interaction-hovered: #ffffff33;\n --ds-interaction-pressed: #ffffff5c;\n --ds-skeleton: #A1BDD914;\n --ds-skeleton-subtle: #BCD6F00A;\n --ds-chart-categorical-1: #8BDBE5;\n --ds-chart-categorical-1-hovered: #C1F0F5;\n --ds-chart-categorical-2: #B8ACF6;\n --ds-chart-categorical-2-hovered: #DFD8FD;\n --ds-chart-categorical-3: #FEC57B;\n --ds-chart-categorical-3-hovered: #FFE2BD;\n --ds-chart-categorical-4: #F797D2;\n --ds-chart-categorical-4-hovered: #FDD0EC;\n --ds-chart-categorical-5: #CCE0FF;\n --ds-chart-categorical-5-hovered: #E9F2FF;\n --ds-chart-categorical-6: #B8ACF6;\n --ds-chart-categorical-6-hovered: #DFD8FD;\n --ds-chart-categorical-7: #FDD0EC;\n --ds-chart-categorical-7-hovered: #FFECF8;\n --ds-chart-categorical-8: #FEC57B;\n --ds-chart-categorical-8-hovered: #FFE2BD;\n --ds-chart-lime-bold: #B3DF72;\n --ds-chart-lime-bold-hovered: #D3F1A7;\n --ds-chart-lime-bolder: #D3F1A7;\n --ds-chart-lime-bolder-hovered: #EEFBDA;\n --ds-chart-lime-boldest: #EEFBDA;\n --ds-chart-lime-boldest-hovered: #D3F1A7;\n --ds-chart-neutral: #8C9BAB;\n --ds-chart-neutral-hovered: #9FADBC;\n --ds-chart-red-bold: #FF9C8F;\n --ds-chart-red-bold-hovered: #FFD2CC;\n --ds-chart-red-bolder: #FFD2CC;\n --ds-chart-red-bolder-hovered: #FFEDEB;\n --ds-chart-red-boldest: #FFEDEB;\n --ds-chart-red-boldest-hovered: #FFD2CC;\n --ds-chart-orange-bold: #FEC57B;\n --ds-chart-orange-bold-hovered: #FFE2BD;\n --ds-chart-orange-bolder: #FFE2BD;\n --ds-chart-orange-bolder-hovered: #FFF4E5;\n --ds-chart-orange-boldest: #FFF4E5;\n --ds-chart-orange-boldest-hovered: #FFE2BD;\n --ds-chart-yellow-bold: #F5CD47;\n --ds-chart-yellow-bold-hovered: #F8E6A0;\n --ds-chart-yellow-bolder: #F8E6A0;\n --ds-chart-yellow-bolder-hovered: #FFF7D6;\n --ds-chart-yellow-boldest: #FFF7D6;\n --ds-chart-yellow-boldest-hovered: #F8E6A0;\n --ds-chart-green-bold: #7EE2B8;\n --ds-chart-green-bold-hovered: #4BCE97;\n --ds-chart-green-bolder: #BAF3DB;\n --ds-chart-green-bolder-hovered: #DFFCF0;\n --ds-chart-green-boldest: #DFFCF0;\n --ds-chart-green-boldest-hovered: #BAF3DB;\n --ds-chart-teal-bold: #8BDBE5;\n --ds-chart-teal-bold-hovered: #C1F0F5;\n --ds-chart-teal-bolder: #C1F0F5;\n --ds-chart-teal-bolder-hovered: #E3FAFC;\n --ds-chart-teal-boldest: #E3FAFC;\n --ds-chart-teal-boldest-hovered: #C1F0F5;\n --ds-chart-blue-bold: #85B8FF;\n --ds-chart-blue-bold-hovered: #CCE0FF;\n --ds-chart-blue-bolder: #CCE0FF;\n --ds-chart-blue-bolder-hovered: #E9F2FF;\n --ds-chart-blue-boldest: #E9F2FF;\n --ds-chart-blue-boldest-hovered: #CCE0FF;\n --ds-chart-purple-bold: #B8ACF6;\n --ds-chart-purple-bold-hovered: #DFD8FD;\n --ds-chart-purple-bolder: #DFD8FD;\n --ds-chart-purple-bolder-hovered: #F3F0FF;\n --ds-chart-purple-boldest: #F3F0FF;\n --ds-chart-purple-boldest-hovered: #DFD8FD;\n --ds-chart-magenta-bold: #F797D2;\n --ds-chart-magenta-bold-hovered: #FDD0EC;\n --ds-chart-magenta-bolder: #FDD0EC;\n --ds-chart-magenta-bolder-hovered: #FFECF8;\n --ds-chart-magenta-boldest: #FFECF8;\n --ds-chart-magenta-boldest-hovered: #FDD0EC;\n --ds-chart-gray-bold: #8C9BAB;\n --ds-chart-gray-bold-hovered: #9FADBC;\n --ds-chart-gray-bolder: #9FADBC;\n --ds-chart-gray-bolder-hovered: #B6C2CF;\n --ds-chart-gray-boldest: #B6C2CF;\n --ds-chart-gray-boldest-hovered: #C7D1DB;\n --ds-chart-brand: #579DFF;\n --ds-chart-brand-hovered: #85B8FF;\n --ds-chart-danger: #F87462;\n --ds-chart-danger-hovered: #EF5C48;\n --ds-chart-danger-bold: #FF9C8F;\n --ds-chart-danger-bold-hovered: #FFD2CC;\n --ds-chart-warning: #CF9F02;\n --ds-chart-warning-hovered: #E2B203;\n --ds-chart-warning-bold: #F5CD47;\n --ds-chart-warning-bold-hovered: #F8E6A0;\n --ds-chart-success: #2ABB7F;\n --ds-chart-success-hovered: #4BCE97;\n --ds-chart-success-bold: #7EE2B8;\n --ds-chart-success-bold-hovered: #BAF3DB;\n --ds-chart-discovery: #9F8FEF;\n --ds-chart-discovery-hovered: #8F7EE7;\n --ds-chart-discovery-bold: #B8ACF6;\n --ds-chart-discovery-bold-hovered: #DFD8FD;\n --ds-chart-information: #579DFF;\n --ds-chart-information-hovered: #388BFF;\n --ds-chart-information-bold: #85B8FF;\n --ds-chart-information-bold-hovered: #CCE0FF;\n --ds-surface: #1D2125;\n --ds-surface-hovered: #22272B;\n --ds-surface-pressed: #282E33;\n --ds-surface-overlay: #282E33;\n --ds-surface-overlay-hovered: #2C333A;\n --ds-surface-overlay-pressed: #38414A;\n --ds-surface-raised: #22272B;\n --ds-surface-raised-hovered: #282E33;\n --ds-surface-raised-pressed: #2C333A;\n --ds-surface-sunken: #161A1D;\n --ds-shadow-overflow: 0px 0px 12px #0304048F;\n --ds-shadow-overflow-perimeter: #03040480;\n --ds-shadow-overflow-spread: #0304048f;\n --ds-shadow-overlay: inset 0px 0px 0px 1px #9BB4CA80;\n --ds-shadow-raised: inset 0px 0px 0px 1px #9BB4CA80;\n --ds-opacity-disabled: 0.4;\n --ds-opacity-loading: 0.2;\n --ds-UNSAFE-transparent: transparent;\n --ds-elevation-surface-current: #1D2125;\n}\n";
|
|
6
|
+
declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:dark-increased-contrast\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:dark-increased-contrast\"],\nhtml[data-color-mode=\"light\"][data-contrast-mode=\"more\"][data-theme~=\"light:dark\"],\nhtml[data-color-mode=\"dark\"][data-contrast-mode=\"more\"][data-theme~=\"dark:dark\"] {\n color-scheme: dark;\n --ds-text: #DEE4EA;\n --ds-text-accent-lime: #D3F1A7;\n --ds-text-accent-lime-bolder: #EFFFD6;\n --ds-text-accent-red: #FFD5D2;\n --ds-text-accent-red-bolder: #FFECEB;\n --ds-text-accent-orange: #FEDEC8;\n --ds-text-accent-orange-bolder: #FFF3EB;\n --ds-text-accent-yellow: #F8E6A0;\n --ds-text-accent-yellow-bolder: #FFF7D6;\n --ds-text-accent-green: #BAF3DB;\n --ds-text-accent-green-bolder: #DCFFF1;\n --ds-text-accent-teal: #C6EDFB;\n --ds-text-accent-teal-bolder: #E7F9FF;\n --ds-text-accent-blue: #CCE0FF;\n --ds-text-accent-blue-bolder: #E9F2FF;\n --ds-text-accent-purple: #DFD8FD;\n --ds-text-accent-purple-bolder: #F3F0FF;\n --ds-text-accent-magenta: #FDD0EC;\n --ds-text-accent-magenta-bolder: #FFECF8;\n --ds-text-accent-gray: #B6C2CF;\n --ds-text-accent-gray-bolder: #DEE4EA;\n --ds-text-disabled: #BFDBF847;\n --ds-text-inverse: #1D2125;\n --ds-text-selected: #CCE0FF;\n --ds-text-brand: #CCE0FF;\n --ds-text-danger: #FFD5D2;\n --ds-text-warning: #FEDEC8;\n --ds-text-warning-inverse: #161A1D;\n --ds-text-success: #BAF3DB;\n --ds-text-discovery: #DFD8FD;\n --ds-text-information: #CCE0FF;\n --ds-text-subtlest: #B6C2CF;\n --ds-text-subtle: #C7D1DB;\n --ds-link: #CCE0FF;\n --ds-link-pressed: #E9F2FF;\n --ds-link-visited: #B8ACF6;\n --ds-icon: #C7D1DB;\n --ds-icon-accent-lime: #B3DF72;\n --ds-icon-accent-red: #FD9891;\n --ds-icon-accent-orange: #FEC195;\n --ds-icon-accent-yellow: #F5CD47;\n --ds-icon-accent-green: #7EE2B8;\n --ds-icon-accent-teal: #9DD9EE;\n --ds-icon-accent-blue: #85B8FF;\n --ds-icon-accent-purple: #B8ACF6;\n --ds-icon-accent-magenta: #F797D2;\n --ds-icon-accent-gray: #9FADBC;\n --ds-icon-disabled: #BFDBF847;\n --ds-icon-inverse: #1D2125;\n --ds-icon-selected: #85B8FF;\n --ds-icon-brand: #85B8FF;\n --ds-icon-danger: #F87168;\n --ds-icon-warning: #FEC195;\n --ds-icon-warning-inverse: #161A1D;\n --ds-icon-success: #7EE2B8;\n --ds-icon-discovery: #9F8FEF;\n --ds-icon-information: #85B8FF;\n --ds-icon-subtle: #B6C2CF;\n --ds-border: #9BB4CA80;\n --ds-border-accent-lime: #B3DF72;\n --ds-border-accent-red: #FD9891;\n --ds-border-accent-orange: #FEC195;\n --ds-border-accent-yellow: #F5CD47;\n --ds-border-accent-green: #7EE2B8;\n --ds-border-accent-teal: #9DD9EE;\n --ds-border-accent-blue: #85B8FF;\n --ds-border-accent-purple: #B8ACF6;\n --ds-border-accent-magenta: #F797D2;\n --ds-border-accent-gray: #9FADBC;\n --ds-border-disabled: #A6C5E229;\n --ds-border-focused: #85B8FF;\n --ds-border-input: #9FADBC;\n --ds-border-inverse: #161A1D;\n --ds-border-selected: #85B8FF;\n --ds-border-brand: #85B8FF;\n --ds-border-danger: #F87168;\n --ds-border-warning: #FEC195;\n --ds-border-success: #7EE2B8;\n --ds-border-discovery: #9F8FEF;\n --ds-border-information: #85B8FF;\n --ds-border-bold: #9FADBC;\n --ds-background-accent-lime-subtlest: #28311B;\n --ds-background-accent-lime-subtlest-hovered: #37471F;\n --ds-background-accent-lime-subtlest-pressed: #4C6B1F;\n --ds-background-accent-lime-subtler: #37471F;\n --ds-background-accent-lime-subtler-hovered: #4C6B1F;\n --ds-background-accent-lime-subtler-pressed: #5B7F24;\n --ds-background-accent-lime-subtle: #4C6B1F;\n --ds-background-accent-lime-subtle-hovered: #37471F;\n --ds-background-accent-lime-subtle-pressed: #28311B;\n --ds-background-accent-lime-bolder: #D3F1A7;\n --ds-background-accent-lime-bolder-hovered: #EFFFD6;\n --ds-background-accent-lime-bolder-pressed: #D3F1A7;\n --ds-background-accent-red-subtlest: #42221F;\n --ds-background-accent-red-subtlest-hovered: #5D1F1A;\n --ds-background-accent-red-subtlest-pressed: #AE2E24;\n --ds-background-accent-red-subtler: #5D1F1A;\n --ds-background-accent-red-subtler-hovered: #AE2E24;\n --ds-background-accent-red-subtler-pressed: #C9372C;\n --ds-background-accent-red-subtle: #AE2E24;\n --ds-background-accent-red-subtle-hovered: #5D1F1A;\n --ds-background-accent-red-subtle-pressed: #42221F;\n --ds-background-accent-red-bolder: #FFD5D2;\n --ds-background-accent-red-bolder-hovered: #FFECEB;\n --ds-background-accent-red-bolder-pressed: #FFD5D2;\n --ds-background-accent-orange-subtlest: #38291E;\n --ds-background-accent-orange-subtlest-hovered: #702E00;\n --ds-background-accent-orange-subtlest-pressed: #A54800;\n --ds-background-accent-orange-subtler: #702E00;\n --ds-background-accent-orange-subtler-hovered: #A54800;\n --ds-background-accent-orange-subtler-pressed: #C25100;\n --ds-background-accent-orange-subtle: #A54800;\n --ds-background-accent-orange-subtle-hovered: #702E00;\n --ds-background-accent-orange-subtle-pressed: #38291E;\n --ds-background-accent-orange-bolder: #FEDEC8;\n --ds-background-accent-orange-bolder-hovered: #FFF3EB;\n --ds-background-accent-orange-bolder-pressed: #FEDEC8;\n --ds-background-accent-yellow-subtlest: #332E1B;\n --ds-background-accent-yellow-subtlest-hovered: #533F04;\n --ds-background-accent-yellow-subtlest-pressed: #7F5F01;\n --ds-background-accent-yellow-subtler: #533F04;\n --ds-background-accent-yellow-subtler-hovered: #7F5F01;\n --ds-background-accent-yellow-subtler-pressed: #946F00;\n --ds-background-accent-yellow-subtle: #7F5F01;\n --ds-background-accent-yellow-subtle-hovered: #533F04;\n --ds-background-accent-yellow-subtle-pressed: #332E1B;\n --ds-background-accent-yellow-bolder: #F8E6A0;\n --ds-background-accent-yellow-bolder-hovered: #FFF7D6;\n --ds-background-accent-yellow-bolder-pressed: #F8E6A0;\n --ds-background-accent-green-subtlest: #1C3329;\n --ds-background-accent-green-subtlest-hovered: #164B35;\n --ds-background-accent-green-subtlest-pressed: #216E4E;\n --ds-background-accent-green-subtler: #164B35;\n --ds-background-accent-green-subtler-hovered: #216E4E;\n --ds-background-accent-green-subtler-pressed: #1F845A;\n --ds-background-accent-green-subtle: #216E4E;\n --ds-background-accent-green-subtle-hovered: #164B35;\n --ds-background-accent-green-subtle-pressed: #1C3329;\n --ds-background-accent-green-bolder: #BAF3DB;\n --ds-background-accent-green-bolder-hovered: #DCFFF1;\n --ds-background-accent-green-bolder-pressed: #BAF3DB;\n --ds-background-accent-teal-subtlest: #1E3137;\n --ds-background-accent-teal-subtlest-hovered: #164555;\n --ds-background-accent-teal-subtlest-pressed: #206A83;\n --ds-background-accent-teal-subtler: #164555;\n --ds-background-accent-teal-subtler-hovered: #206A83;\n --ds-background-accent-teal-subtler-pressed: #227D9B;\n --ds-background-accent-teal-subtle: #206A83;\n --ds-background-accent-teal-subtle-hovered: #164555;\n --ds-background-accent-teal-subtle-pressed: #1E3137;\n --ds-background-accent-teal-bolder: #C6EDFB;\n --ds-background-accent-teal-bolder-hovered: #E7F9FF;\n --ds-background-accent-teal-bolder-pressed: #C6EDFB;\n --ds-background-accent-blue-subtlest: #1C2B41;\n --ds-background-accent-blue-subtlest-hovered: #09326C;\n --ds-background-accent-blue-subtlest-pressed: #0055CC;\n --ds-background-accent-blue-subtler: #09326C;\n --ds-background-accent-blue-subtler-hovered: #0055CC;\n --ds-background-accent-blue-subtler-pressed: #0C66E4;\n --ds-background-accent-blue-subtle: #0055CC;\n --ds-background-accent-blue-subtle-hovered: #09326C;\n --ds-background-accent-blue-subtle-pressed: #1C2B41;\n --ds-background-accent-blue-bolder: #579DFF;\n --ds-background-accent-blue-bolder-hovered: #85B8FF;\n --ds-background-accent-blue-bolder-pressed: #CCE0FF;\n --ds-background-accent-purple-subtlest: #2B273F;\n --ds-background-accent-purple-subtlest-hovered: #352C63;\n --ds-background-accent-purple-subtlest-pressed: #5E4DB2;\n --ds-background-accent-purple-subtler: #352C63;\n --ds-background-accent-purple-subtler-hovered: #5E4DB2;\n --ds-background-accent-purple-subtler-pressed: #6E5DC6;\n --ds-background-accent-purple-subtle: #5E4DB2;\n --ds-background-accent-purple-subtle-hovered: #352C63;\n --ds-background-accent-purple-subtle-pressed: #2B273F;\n --ds-background-accent-purple-bolder: #DFD8FD;\n --ds-background-accent-purple-bolder-hovered: #F3F0FF;\n --ds-background-accent-purple-bolder-pressed: #DFD8FD;\n --ds-background-accent-magenta-subtlest: #3D2232;\n --ds-background-accent-magenta-subtlest-hovered: #50253F;\n --ds-background-accent-magenta-subtlest-pressed: #943D73;\n --ds-background-accent-magenta-subtler: #50253F;\n --ds-background-accent-magenta-subtler-hovered: #943D73;\n --ds-background-accent-magenta-subtler-pressed: #AE4787;\n --ds-background-accent-magenta-subtle: #943D73;\n --ds-background-accent-magenta-subtle-hovered: #50253F;\n --ds-background-accent-magenta-subtle-pressed: #3D2232;\n --ds-background-accent-magenta-bolder: #FDD0EC;\n --ds-background-accent-magenta-bolder-hovered: #FFECF8;\n --ds-background-accent-magenta-bolder-pressed: #FDD0EC;\n --ds-background-accent-gray-subtlest: #2C333A;\n --ds-background-accent-gray-subtlest-hovered: #38414A;\n --ds-background-accent-gray-subtlest-pressed: #454F59;\n --ds-background-accent-gray-subtler: #454F59;\n --ds-background-accent-gray-subtler-hovered: #596773;\n --ds-background-accent-gray-subtler-pressed: #738496;\n --ds-background-accent-gray-subtle: #454F59;\n --ds-background-accent-gray-subtle-hovered: #2C333A;\n --ds-background-accent-gray-subtle-pressed: #22272B;\n --ds-background-accent-gray-bolder: #9FADBC;\n --ds-background-accent-gray-bolder-hovered: #B6C2CF;\n --ds-background-accent-gray-bolder-pressed: #C7D1DB;\n --ds-background-disabled: #BCD6F00A;\n --ds-background-input: #22272B;\n --ds-background-input-hovered: #282E33;\n --ds-background-input-pressed: #22272B;\n --ds-background-inverse-subtle: #FFFFFF29;\n --ds-background-inverse-subtle-hovered: #FFFFFF3D;\n --ds-background-inverse-subtle-pressed: #FFFFFF52;\n --ds-background-neutral: #A1BDD914;\n --ds-background-neutral-hovered: #A6C5E229;\n --ds-background-neutral-pressed: #BFDBF847;\n --ds-background-neutral-subtle: #00000000;\n --ds-background-neutral-subtle-hovered: #A1BDD914;\n --ds-background-neutral-subtle-pressed: #A6C5E229;\n --ds-background-neutral-bold: #9FADBC;\n --ds-background-neutral-bold-hovered: #B6C2CF;\n --ds-background-neutral-bold-pressed: #C7D1DB;\n --ds-background-selected: #1C2B41;\n --ds-background-selected-hovered: #09326C;\n --ds-background-selected-pressed: #0055CC;\n --ds-background-selected-bold: #CCE0FF;\n --ds-background-selected-bold-hovered: #E9F2FF;\n --ds-background-selected-bold-pressed: #DEE4EA;\n --ds-background-brand-subtlest: #1C2B41;\n --ds-background-brand-subtlest-hovered: #09326C;\n --ds-background-brand-subtlest-pressed: #0055CC;\n --ds-background-brand-bold: #CCE0FF;\n --ds-background-brand-bold-hovered: #E9F2FF;\n --ds-background-brand-bold-pressed: #DEE4EA;\n --ds-background-brand-boldest: #E9F2FF;\n --ds-background-brand-boldest-hovered: #CCE0FF;\n --ds-background-brand-boldest-pressed: #85B8FF;\n --ds-background-danger: #42221F;\n --ds-background-danger-hovered: #5D1F1A;\n --ds-background-danger-pressed: #AE2E24;\n --ds-background-danger-bold: #FFD5D2;\n --ds-background-danger-bold-hovered: #FFECEB;\n --ds-background-danger-bold-pressed: #DEE4EA;\n --ds-background-warning: #332E1B;\n --ds-background-warning-hovered: #533F04;\n --ds-background-warning-pressed: #7F5F01;\n --ds-background-warning-bold: #F8E6A0;\n --ds-background-warning-bold-hovered: #FFF7D6;\n --ds-background-warning-bold-pressed: #DEE4EA;\n --ds-background-success: #1C3329;\n --ds-background-success-hovered: #164B35;\n --ds-background-success-pressed: #216E4E;\n --ds-background-success-bold: #BAF3DB;\n --ds-background-success-bold-hovered: #DCFFF1;\n --ds-background-success-bold-pressed: #DEE4EA;\n --ds-background-discovery: #2B273F;\n --ds-background-discovery-hovered: #352C63;\n --ds-background-discovery-pressed: #5E4DB2;\n --ds-background-discovery-bold: #DFD8FD;\n --ds-background-discovery-bold-hovered: #F3F0FF;\n --ds-background-discovery-bold-pressed: #DEE4EA;\n --ds-background-information: #1C2B41;\n --ds-background-information-hovered: #09326C;\n --ds-background-information-pressed: #0055CC;\n --ds-background-information-bold: #CCE0FF;\n --ds-background-information-bold-hovered: #E9F2FF;\n --ds-background-information-bold-pressed: #DEE4EA;\n --ds-blanket: #10121499;\n --ds-blanket-selected: #1D7AFC14;\n --ds-blanket-danger: #E3493514;\n --ds-interaction-hovered: #ffffff33;\n --ds-interaction-pressed: #ffffff5c;\n --ds-skeleton: #A1BDD914;\n --ds-skeleton-subtle: #BCD6F00A;\n --ds-chart-categorical-1: #9DD9EE;\n --ds-chart-categorical-1-hovered: #C6EDFB;\n --ds-chart-categorical-2: #B8ACF6;\n --ds-chart-categorical-2-hovered: #DFD8FD;\n --ds-chart-categorical-3: #FEC195;\n --ds-chart-categorical-3-hovered: #FEDEC8;\n --ds-chart-categorical-4: #F797D2;\n --ds-chart-categorical-4-hovered: #FDD0EC;\n --ds-chart-categorical-5: #CCE0FF;\n --ds-chart-categorical-5-hovered: #E9F2FF;\n --ds-chart-categorical-6: #B8ACF6;\n --ds-chart-categorical-6-hovered: #DFD8FD;\n --ds-chart-categorical-7: #FDD0EC;\n --ds-chart-categorical-7-hovered: #FFECF8;\n --ds-chart-categorical-8: #FEC195;\n --ds-chart-categorical-8-hovered: #FEDEC8;\n --ds-chart-lime-bold: #B3DF72;\n --ds-chart-lime-bold-hovered: #D3F1A7;\n --ds-chart-lime-bolder: #D3F1A7;\n --ds-chart-lime-bolder-hovered: #EFFFD6;\n --ds-chart-lime-boldest: #EFFFD6;\n --ds-chart-lime-boldest-hovered: #D3F1A7;\n --ds-chart-neutral: #8C9BAB;\n --ds-chart-neutral-hovered: #9FADBC;\n --ds-chart-red-bold: #FD9891;\n --ds-chart-red-bold-hovered: #FFD5D2;\n --ds-chart-red-bolder: #FFD5D2;\n --ds-chart-red-bolder-hovered: #FFECEB;\n --ds-chart-red-boldest: #FFECEB;\n --ds-chart-red-boldest-hovered: #FFD5D2;\n --ds-chart-orange-bold: #FEC195;\n --ds-chart-orange-bold-hovered: #FEDEC8;\n --ds-chart-orange-bolder: #FEDEC8;\n --ds-chart-orange-bolder-hovered: #FFF3EB;\n --ds-chart-orange-boldest: #FFF3EB;\n --ds-chart-orange-boldest-hovered: #FEDEC8;\n --ds-chart-yellow-bold: #F5CD47;\n --ds-chart-yellow-bold-hovered: #F8E6A0;\n --ds-chart-yellow-bolder: #F8E6A0;\n --ds-chart-yellow-bolder-hovered: #FFF7D6;\n --ds-chart-yellow-boldest: #FFF7D6;\n --ds-chart-yellow-boldest-hovered: #F8E6A0;\n --ds-chart-green-bold: #7EE2B8;\n --ds-chart-green-bold-hovered: #4BCE97;\n --ds-chart-green-bolder: #BAF3DB;\n --ds-chart-green-bolder-hovered: #DCFFF1;\n --ds-chart-green-boldest: #DCFFF1;\n --ds-chart-green-boldest-hovered: #BAF3DB;\n --ds-chart-teal-bold: #9DD9EE;\n --ds-chart-teal-bold-hovered: #C6EDFB;\n --ds-chart-teal-bolder: #C6EDFB;\n --ds-chart-teal-bolder-hovered: #E7F9FF;\n --ds-chart-teal-boldest: #E7F9FF;\n --ds-chart-teal-boldest-hovered: #C6EDFB;\n --ds-chart-blue-bold: #85B8FF;\n --ds-chart-blue-bold-hovered: #CCE0FF;\n --ds-chart-blue-bolder: #CCE0FF;\n --ds-chart-blue-bolder-hovered: #E9F2FF;\n --ds-chart-blue-boldest: #E9F2FF;\n --ds-chart-blue-boldest-hovered: #CCE0FF;\n --ds-chart-purple-bold: #B8ACF6;\n --ds-chart-purple-bold-hovered: #DFD8FD;\n --ds-chart-purple-bolder: #DFD8FD;\n --ds-chart-purple-bolder-hovered: #F3F0FF;\n --ds-chart-purple-boldest: #F3F0FF;\n --ds-chart-purple-boldest-hovered: #DFD8FD;\n --ds-chart-magenta-bold: #F797D2;\n --ds-chart-magenta-bold-hovered: #FDD0EC;\n --ds-chart-magenta-bolder: #FDD0EC;\n --ds-chart-magenta-bolder-hovered: #FFECF8;\n --ds-chart-magenta-boldest: #FFECF8;\n --ds-chart-magenta-boldest-hovered: #FDD0EC;\n --ds-chart-gray-bold: #8C9BAB;\n --ds-chart-gray-bold-hovered: #9FADBC;\n --ds-chart-gray-bolder: #9FADBC;\n --ds-chart-gray-bolder-hovered: #B6C2CF;\n --ds-chart-gray-boldest: #B6C2CF;\n --ds-chart-gray-boldest-hovered: #C7D1DB;\n --ds-chart-brand: #579DFF;\n --ds-chart-brand-hovered: #85B8FF;\n --ds-chart-danger: #F87168;\n --ds-chart-danger-hovered: #F15B50;\n --ds-chart-danger-bold: #FD9891;\n --ds-chart-danger-bold-hovered: #FFD5D2;\n --ds-chart-warning: #CF9F02;\n --ds-chart-warning-hovered: #E2B203;\n --ds-chart-warning-bold: #F5CD47;\n --ds-chart-warning-bold-hovered: #F8E6A0;\n --ds-chart-success: #2ABB7F;\n --ds-chart-success-hovered: #4BCE97;\n --ds-chart-success-bold: #7EE2B8;\n --ds-chart-success-bold-hovered: #BAF3DB;\n --ds-chart-discovery: #9F8FEF;\n --ds-chart-discovery-hovered: #8F7EE7;\n --ds-chart-discovery-bold: #B8ACF6;\n --ds-chart-discovery-bold-hovered: #DFD8FD;\n --ds-chart-information: #579DFF;\n --ds-chart-information-hovered: #388BFF;\n --ds-chart-information-bold: #85B8FF;\n --ds-chart-information-bold-hovered: #CCE0FF;\n --ds-surface: #1D2125;\n --ds-surface-hovered: #22272B;\n --ds-surface-pressed: #282E33;\n --ds-surface-overlay: #282E33;\n --ds-surface-overlay-hovered: #2C333A;\n --ds-surface-overlay-pressed: #38414A;\n --ds-surface-raised: #22272B;\n --ds-surface-raised-hovered: #282E33;\n --ds-surface-raised-pressed: #2C333A;\n --ds-surface-sunken: #161A1D;\n --ds-shadow-overflow: 0px 0px 12px #0304048F;\n --ds-shadow-overflow-perimeter: #03040480;\n --ds-shadow-overflow-spread: #0304048f;\n --ds-shadow-overlay: inset 0px 0px 0px 1px #9BB4CA80;\n --ds-shadow-raised: inset 0px 0px 0px 1px #9BB4CA80;\n --ds-opacity-disabled: 0.4;\n --ds-opacity-loading: 0.2;\n --ds-UNSAFE-transparent: transparent;\n --ds-elevation-surface-current: #1D2125;\n}\n";
|
|
7
7
|
export default _default;
|