@atlassian/atlassian-connect-js 5.3.202 → 5.3.203

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.
@@ -2,312 +2,313 @@
2
2
  html[data-color-mode="light"][data-theme~="light:light"],
3
3
  html[data-color-mode="dark"][data-theme~="dark:light"] {
4
4
  color-scheme: light;
5
- --ds-text: #172B4D;
5
+ --ds-text: #292A2E;
6
6
  --ds-text-accent-lime: #4C6B1F;
7
7
  --ds-text-accent-lime-bolder: #37471F;
8
8
  --ds-text-accent-red: #AE2E24;
9
9
  --ds-text-accent-red-bolder: #5D1F1A;
10
- --ds-text-accent-orange: #A54800;
11
- --ds-text-accent-orange-bolder: #702E00;
10
+ --ds-text-accent-orange: #9E4C00;
11
+ --ds-text-accent-orange-bolder: #693200;
12
12
  --ds-text-accent-yellow: #7F5F01;
13
13
  --ds-text-accent-yellow-bolder: #533F04;
14
14
  --ds-text-accent-green: #216E4E;
15
15
  --ds-text-accent-green-bolder: #164B35;
16
16
  --ds-text-accent-teal: #206A83;
17
17
  --ds-text-accent-teal-bolder: #164555;
18
- --ds-text-accent-blue: #0055CC;
19
- --ds-text-accent-blue-bolder: #09326C;
20
- --ds-text-accent-purple: #5E4DB2;
21
- --ds-text-accent-purple-bolder: #352C63;
18
+ --ds-text-accent-blue: #1558BC;
19
+ --ds-text-accent-blue-bolder: #123263;
20
+ --ds-text-accent-purple: #803FA5;
21
+ --ds-text-accent-purple-bolder: #48245D;
22
22
  --ds-text-accent-magenta: #943D73;
23
23
  --ds-text-accent-magenta-bolder: #50253F;
24
- --ds-text-accent-gray: #44546F;
25
- --ds-text-accent-gray-bolder: #091E42;
26
- --ds-text-disabled: #091E424F;
24
+ --ds-text-accent-gray: #505258;
25
+ --ds-text-accent-gray-bolder: #1E1F21;
26
+ --ds-text-disabled: #080F214A;
27
27
  --ds-text-inverse: #FFFFFF;
28
- --ds-text-selected: #0C66E4;
29
- --ds-text-brand: #0C66E4;
28
+ --ds-text-selected: #1868DB;
29
+ --ds-text-brand: #1868DB;
30
30
  --ds-text-danger: #AE2E24;
31
- --ds-text-warning: #A54800;
32
- --ds-text-warning-inverse: #172B4D;
33
- --ds-text-success: #216E4E;
34
- --ds-text-discovery: #5E4DB2;
35
- --ds-text-information: #0055CC;
36
- --ds-text-subtlest: #626F86;
37
- --ds-text-subtle: #44546F;
38
- --ds-link: #0C66E4;
39
- --ds-link-pressed: #0055CC;
40
- --ds-link-visited: #5E4DB2;
41
- --ds-link-visited-pressed: #352C63;
42
- --ds-icon: #44546F;
31
+ --ds-text-warning: #9E4C00;
32
+ --ds-text-warning-inverse: #292A2E;
33
+ --ds-text-success: #4C6B1F;
34
+ --ds-text-discovery: #803FA5;
35
+ --ds-text-information: #1558BC;
36
+ --ds-text-subtlest: #6B6E76;
37
+ --ds-text-subtle: #505258;
38
+ --ds-link: #1868DB;
39
+ --ds-link-pressed: #1558BC;
40
+ --ds-link-visited: #803FA5;
41
+ --ds-link-visited-pressed: #48245D;
42
+ --ds-icon: #292A2E;
43
43
  --ds-icon-accent-lime: #6A9A23;
44
44
  --ds-icon-accent-red: #C9372C;
45
- --ds-icon-accent-orange: #E56910;
45
+ --ds-icon-accent-orange: #E06C00;
46
46
  --ds-icon-accent-yellow: #B38600;
47
47
  --ds-icon-accent-green: #22A06B;
48
48
  --ds-icon-accent-teal: #2898BD;
49
- --ds-icon-accent-blue: #1D7AFC;
50
- --ds-icon-accent-purple: #8270DB;
49
+ --ds-icon-accent-blue: #357DE8;
50
+ --ds-icon-accent-purple: #AF59E1;
51
51
  --ds-icon-accent-magenta: #CD519D;
52
- --ds-icon-accent-gray: #758195;
53
- --ds-icon-disabled: #091E424F;
52
+ --ds-icon-accent-gray: #7D818A;
53
+ --ds-icon-disabled: #080F214A;
54
54
  --ds-icon-inverse: #FFFFFF;
55
- --ds-icon-selected: #0C66E4;
56
- --ds-icon-brand: #0C66E4;
55
+ --ds-icon-selected: #1868DB;
56
+ --ds-icon-brand: #1868DB;
57
57
  --ds-icon-danger: #C9372C;
58
- --ds-icon-warning: #E56910;
59
- --ds-icon-warning-inverse: #172B4D;
60
- --ds-icon-success: #22A06B;
61
- --ds-icon-discovery: #8270DB;
62
- --ds-icon-information: #1D7AFC;
63
- --ds-icon-subtle: #626F86;
64
- --ds-border: #091E4224;
58
+ --ds-icon-warning: #E06C00;
59
+ --ds-icon-warning-inverse: #292A2E;
60
+ --ds-icon-success: #6A9A23;
61
+ --ds-icon-discovery: #AF59E1;
62
+ --ds-icon-information: #357DE8;
63
+ --ds-icon-subtlest: #6B6E76;
64
+ --ds-icon-subtle: #505258;
65
+ --ds-border: #0B120E24;
65
66
  --ds-border-accent-lime: #6A9A23;
66
67
  --ds-border-accent-red: #E2483D;
67
- --ds-border-accent-orange: #E56910;
68
+ --ds-border-accent-orange: #E06C00;
68
69
  --ds-border-accent-yellow: #B38600;
69
70
  --ds-border-accent-green: #22A06B;
70
71
  --ds-border-accent-teal: #2898BD;
71
- --ds-border-accent-blue: #1D7AFC;
72
- --ds-border-accent-purple: #8270DB;
72
+ --ds-border-accent-blue: #357DE8;
73
+ --ds-border-accent-purple: #AF59E1;
73
74
  --ds-border-accent-magenta: #CD519D;
74
- --ds-border-accent-gray: #758195;
75
- --ds-border-disabled: #091E420F;
76
- --ds-border-focused: #388BFF;
77
- --ds-border-input: #8590A2;
75
+ --ds-border-accent-gray: #7D818A;
76
+ --ds-border-disabled: #0515240F;
77
+ --ds-border-focused: #4688EC;
78
+ --ds-border-input: #8C8F97;
78
79
  --ds-border-inverse: #FFFFFF;
79
- --ds-border-selected: #0C66E4;
80
- --ds-border-brand: #0C66E4;
80
+ --ds-border-selected: #1868DB;
81
+ --ds-border-brand: #1868DB;
81
82
  --ds-border-danger: #E2483D;
82
- --ds-border-warning: #E56910;
83
- --ds-border-success: #22A06B;
84
- --ds-border-discovery: #8270DB;
85
- --ds-border-information: #1D7AFC;
86
- --ds-border-bold: #758195;
83
+ --ds-border-warning: #E06C00;
84
+ --ds-border-success: #6A9A23;
85
+ --ds-border-discovery: #AF59E1;
86
+ --ds-border-information: #357DE8;
87
+ --ds-border-bold: #7D818A;
87
88
  --ds-background-accent-lime-subtlest: #EFFFD6;
88
89
  --ds-background-accent-lime-subtlest-hovered: #D3F1A7;
89
- --ds-background-accent-lime-subtlest-pressed: #B3DF72;
90
+ --ds-background-accent-lime-subtlest-pressed: #BDE97C;
90
91
  --ds-background-accent-lime-subtler: #D3F1A7;
91
- --ds-background-accent-lime-subtler-hovered: #B3DF72;
92
- --ds-background-accent-lime-subtler-pressed: #94C748;
92
+ --ds-background-accent-lime-subtler-hovered: #BDE97C;
93
+ --ds-background-accent-lime-subtler-pressed: #B3DF72;
93
94
  --ds-background-accent-lime-subtle: #94C748;
94
95
  --ds-background-accent-lime-subtle-hovered: #B3DF72;
95
- --ds-background-accent-lime-subtle-pressed: #D3F1A7;
96
+ --ds-background-accent-lime-subtle-pressed: #BDE97C;
96
97
  --ds-background-accent-lime-bolder: #5B7F24;
97
98
  --ds-background-accent-lime-bolder-hovered: #4C6B1F;
98
- --ds-background-accent-lime-bolder-pressed: #37471F;
99
+ --ds-background-accent-lime-bolder-pressed: #3F5224;
99
100
  --ds-background-accent-red-subtlest: #FFECEB;
100
101
  --ds-background-accent-red-subtlest-hovered: #FFD5D2;
101
- --ds-background-accent-red-subtlest-pressed: #FD9891;
102
+ --ds-background-accent-red-subtlest-pressed: #FFB8B2;
102
103
  --ds-background-accent-red-subtler: #FFD5D2;
103
- --ds-background-accent-red-subtler-hovered: #FD9891;
104
- --ds-background-accent-red-subtler-pressed: #F87168;
104
+ --ds-background-accent-red-subtler-hovered: #FFB8B2;
105
+ --ds-background-accent-red-subtler-pressed: #FD9891;
105
106
  --ds-background-accent-red-subtle: #F87168;
106
107
  --ds-background-accent-red-subtle-hovered: #FD9891;
107
- --ds-background-accent-red-subtle-pressed: #FFD5D2;
108
+ --ds-background-accent-red-subtle-pressed: #FFB8B2;
108
109
  --ds-background-accent-red-bolder: #C9372C;
109
110
  --ds-background-accent-red-bolder-hovered: #AE2E24;
110
- --ds-background-accent-red-bolder-pressed: #5D1F1A;
111
- --ds-background-accent-orange-subtlest: #FFF3EB;
112
- --ds-background-accent-orange-subtlest-hovered: #FEDEC8;
113
- --ds-background-accent-orange-subtlest-pressed: #FEC195;
114
- --ds-background-accent-orange-subtler: #FEDEC8;
115
- --ds-background-accent-orange-subtler-hovered: #FEC195;
116
- --ds-background-accent-orange-subtler-pressed: #FEA362;
117
- --ds-background-accent-orange-subtle: #FEA362;
118
- --ds-background-accent-orange-subtle-hovered: #FEC195;
119
- --ds-background-accent-orange-subtle-pressed: #FEDEC8;
120
- --ds-background-accent-orange-bolder: #C25100;
121
- --ds-background-accent-orange-bolder-hovered: #A54800;
122
- --ds-background-accent-orange-bolder-pressed: #702E00;
123
- --ds-background-accent-yellow-subtlest: #FFF7D6;
124
- --ds-background-accent-yellow-subtlest-hovered: #F8E6A0;
125
- --ds-background-accent-yellow-subtlest-pressed: #F5CD47;
126
- --ds-background-accent-yellow-subtler: #F8E6A0;
127
- --ds-background-accent-yellow-subtler-hovered: #F5CD47;
128
- --ds-background-accent-yellow-subtler-pressed: #E2B203;
129
- --ds-background-accent-yellow-subtle: #F5CD47;
130
- --ds-background-accent-yellow-subtle-hovered: #E2B203;
131
- --ds-background-accent-yellow-subtle-pressed: #CF9F02;
111
+ --ds-background-accent-red-bolder-pressed: #872821;
112
+ --ds-background-accent-orange-subtlest: #FFF5DB;
113
+ --ds-background-accent-orange-subtlest-hovered: #FCE4A6;
114
+ --ds-background-accent-orange-subtlest-pressed: #FBD779;
115
+ --ds-background-accent-orange-subtler: #FCE4A6;
116
+ --ds-background-accent-orange-subtler-hovered: #FBD779;
117
+ --ds-background-accent-orange-subtler-pressed: #FBC828;
118
+ --ds-background-accent-orange-subtle: #FCA700;
119
+ --ds-background-accent-orange-subtle-hovered: #FBC828;
120
+ --ds-background-accent-orange-subtle-pressed: #FBD779;
121
+ --ds-background-accent-orange-bolder: #BD5B00;
122
+ --ds-background-accent-orange-bolder-hovered: #9E4C00;
123
+ --ds-background-accent-orange-bolder-pressed: #7A3B00;
124
+ --ds-background-accent-yellow-subtlest: #FEF7C8;
125
+ --ds-background-accent-yellow-subtlest-hovered: #F5E989;
126
+ --ds-background-accent-yellow-subtlest-pressed: #EFDD4E;
127
+ --ds-background-accent-yellow-subtler: #F5E989;
128
+ --ds-background-accent-yellow-subtler-hovered: #EFDD4E;
129
+ --ds-background-accent-yellow-subtler-pressed: #EED12B;
130
+ --ds-background-accent-yellow-subtle: #EED12B;
131
+ --ds-background-accent-yellow-subtle-hovered: #DDB30E;
132
+ --ds-background-accent-yellow-subtle-pressed: #EFDD4E;
132
133
  --ds-background-accent-yellow-bolder: #946F00;
133
134
  --ds-background-accent-yellow-bolder-hovered: #7F5F01;
134
- --ds-background-accent-yellow-bolder-pressed: #533F04;
135
+ --ds-background-accent-yellow-bolder-pressed: #614A05;
135
136
  --ds-background-accent-green-subtlest: #DCFFF1;
136
137
  --ds-background-accent-green-subtlest-hovered: #BAF3DB;
137
- --ds-background-accent-green-subtlest-pressed: #7EE2B8;
138
+ --ds-background-accent-green-subtlest-pressed: #97EDC9;
138
139
  --ds-background-accent-green-subtler: #BAF3DB;
139
- --ds-background-accent-green-subtler-hovered: #7EE2B8;
140
- --ds-background-accent-green-subtler-pressed: #4BCE97;
140
+ --ds-background-accent-green-subtler-hovered: #97EDC9;
141
+ --ds-background-accent-green-subtler-pressed: #7EE2B8;
141
142
  --ds-background-accent-green-subtle: #4BCE97;
142
143
  --ds-background-accent-green-subtle-hovered: #7EE2B8;
143
- --ds-background-accent-green-subtle-pressed: #BAF3DB;
144
+ --ds-background-accent-green-subtle-pressed: #97EDC9;
144
145
  --ds-background-accent-green-bolder: #1F845A;
145
146
  --ds-background-accent-green-bolder-hovered: #216E4E;
146
- --ds-background-accent-green-bolder-pressed: #164B35;
147
+ --ds-background-accent-green-bolder-pressed: #19573D;
147
148
  --ds-background-accent-teal-subtlest: #E7F9FF;
148
149
  --ds-background-accent-teal-subtlest-hovered: #C6EDFB;
149
- --ds-background-accent-teal-subtlest-pressed: #9DD9EE;
150
+ --ds-background-accent-teal-subtlest-pressed: #B1E4F7;
150
151
  --ds-background-accent-teal-subtler: #C6EDFB;
151
- --ds-background-accent-teal-subtler-hovered: #9DD9EE;
152
- --ds-background-accent-teal-subtler-pressed: #6CC3E0;
152
+ --ds-background-accent-teal-subtler-hovered: #B1E4F7;
153
+ --ds-background-accent-teal-subtler-pressed: #9DD9EE;
153
154
  --ds-background-accent-teal-subtle: #6CC3E0;
154
155
  --ds-background-accent-teal-subtle-hovered: #9DD9EE;
155
- --ds-background-accent-teal-subtle-pressed: #C6EDFB;
156
+ --ds-background-accent-teal-subtle-pressed: #B1E4F7;
156
157
  --ds-background-accent-teal-bolder: #227D9B;
157
158
  --ds-background-accent-teal-bolder-hovered: #206A83;
158
- --ds-background-accent-teal-bolder-pressed: #164555;
159
- --ds-background-accent-blue-subtlest: #E9F2FF;
160
- --ds-background-accent-blue-subtlest-hovered: #CCE0FF;
161
- --ds-background-accent-blue-subtlest-pressed: #85B8FF;
162
- --ds-background-accent-blue-subtler: #CCE0FF;
163
- --ds-background-accent-blue-subtler-hovered: #85B8FF;
164
- --ds-background-accent-blue-subtler-pressed: #579DFF;
165
- --ds-background-accent-blue-subtle: #579DFF;
166
- --ds-background-accent-blue-subtle-hovered: #85B8FF;
167
- --ds-background-accent-blue-subtle-pressed: #CCE0FF;
168
- --ds-background-accent-blue-bolder: #0C66E4;
169
- --ds-background-accent-blue-bolder-hovered: #0055CC;
170
- --ds-background-accent-blue-bolder-pressed: #09326C;
171
- --ds-background-accent-purple-subtlest: #F3F0FF;
172
- --ds-background-accent-purple-subtlest-hovered: #DFD8FD;
173
- --ds-background-accent-purple-subtlest-pressed: #B8ACF6;
174
- --ds-background-accent-purple-subtler: #DFD8FD;
175
- --ds-background-accent-purple-subtler-hovered: #B8ACF6;
176
- --ds-background-accent-purple-subtler-pressed: #9F8FEF;
177
- --ds-background-accent-purple-subtle: #9F8FEF;
178
- --ds-background-accent-purple-subtle-hovered: #B8ACF6;
179
- --ds-background-accent-purple-subtle-pressed: #DFD8FD;
180
- --ds-background-accent-purple-bolder: #6E5DC6;
181
- --ds-background-accent-purple-bolder-hovered: #5E4DB2;
182
- --ds-background-accent-purple-bolder-pressed: #352C63;
159
+ --ds-background-accent-teal-bolder-pressed: #1A5265;
160
+ --ds-background-accent-blue-subtlest: #E9F2FE;
161
+ --ds-background-accent-blue-subtlest-hovered: #CFE1FD;
162
+ --ds-background-accent-blue-subtlest-pressed: #ADCBFB;
163
+ --ds-background-accent-blue-subtler: #CFE1FD;
164
+ --ds-background-accent-blue-subtler-hovered: #ADCBFB;
165
+ --ds-background-accent-blue-subtler-pressed: #8FB8F6;
166
+ --ds-background-accent-blue-subtle: #669DF1;
167
+ --ds-background-accent-blue-subtle-hovered: #8FB8F6;
168
+ --ds-background-accent-blue-subtle-pressed: #ADCBFB;
169
+ --ds-background-accent-blue-bolder: #1868DB;
170
+ --ds-background-accent-blue-bolder-hovered: #1558BC;
171
+ --ds-background-accent-blue-bolder-pressed: #144794;
172
+ --ds-background-accent-purple-subtlest: #F8EEFE;
173
+ --ds-background-accent-purple-subtlest-hovered: #EED7FC;
174
+ --ds-background-accent-purple-subtlest-pressed: #E3BDFA;
175
+ --ds-background-accent-purple-subtler: #EED7FC;
176
+ --ds-background-accent-purple-subtler-hovered: #E3BDFA;
177
+ --ds-background-accent-purple-subtler-pressed: #D8A0F7;
178
+ --ds-background-accent-purple-subtle: #C97CF4;
179
+ --ds-background-accent-purple-subtle-hovered: #D8A0F7;
180
+ --ds-background-accent-purple-subtle-pressed: #E3BDFA;
181
+ --ds-background-accent-purple-bolder: #964AC0;
182
+ --ds-background-accent-purple-bolder-hovered: #803FA5;
183
+ --ds-background-accent-purple-bolder-pressed: #673286;
183
184
  --ds-background-accent-magenta-subtlest: #FFECF8;
184
185
  --ds-background-accent-magenta-subtlest-hovered: #FDD0EC;
185
- --ds-background-accent-magenta-subtlest-pressed: #F797D2;
186
+ --ds-background-accent-magenta-subtlest-pressed: #FCB6E1;
186
187
  --ds-background-accent-magenta-subtler: #FDD0EC;
187
- --ds-background-accent-magenta-subtler-hovered: #F797D2;
188
- --ds-background-accent-magenta-subtler-pressed: #E774BB;
188
+ --ds-background-accent-magenta-subtler-hovered: #FCB6E1;
189
+ --ds-background-accent-magenta-subtler-pressed: #F797D2;
189
190
  --ds-background-accent-magenta-subtle: #E774BB;
190
191
  --ds-background-accent-magenta-subtle-hovered: #F797D2;
191
- --ds-background-accent-magenta-subtle-pressed: #FDD0EC;
192
+ --ds-background-accent-magenta-subtle-pressed: #FCB6E1;
192
193
  --ds-background-accent-magenta-bolder: #AE4787;
193
194
  --ds-background-accent-magenta-bolder-hovered: #943D73;
194
- --ds-background-accent-magenta-bolder-pressed: #50253F;
195
- --ds-background-accent-gray-subtlest: #F1F2F4;
196
- --ds-background-accent-gray-subtlest-hovered: #DCDFE4;
197
- --ds-background-accent-gray-subtlest-pressed: #B3B9C4;
198
- --ds-background-accent-gray-subtler: #DCDFE4;
199
- --ds-background-accent-gray-subtler-hovered: #B3B9C4;
200
- --ds-background-accent-gray-subtler-pressed: #8590A2;
201
- --ds-background-accent-gray-subtle: #8590A2;
202
- --ds-background-accent-gray-subtle-hovered: #B3B9C4;
203
- --ds-background-accent-gray-subtle-pressed: #DCDFE4;
204
- --ds-background-accent-gray-bolder: #626F86;
205
- --ds-background-accent-gray-bolder-hovered: #44546F;
206
- --ds-background-accent-gray-bolder-pressed: #2C3E5D;
207
- --ds-background-disabled: #091E4208;
195
+ --ds-background-accent-magenta-bolder-pressed: #77325B;
196
+ --ds-background-accent-gray-subtlest: #F0F1F2;
197
+ --ds-background-accent-gray-subtlest-hovered: #DDDEE1;
198
+ --ds-background-accent-gray-subtlest-pressed: #B7B9BE;
199
+ --ds-background-accent-gray-subtler: #DDDEE1;
200
+ --ds-background-accent-gray-subtler-hovered: #B7B9BE;
201
+ --ds-background-accent-gray-subtler-pressed: #8C8F97;
202
+ --ds-background-accent-gray-subtle: #8C8F97;
203
+ --ds-background-accent-gray-subtle-hovered: #B7B9BE;
204
+ --ds-background-accent-gray-subtle-pressed: #DDDEE1;
205
+ --ds-background-accent-gray-bolder: #6B6E76;
206
+ --ds-background-accent-gray-bolder-hovered: #505258;
207
+ --ds-background-accent-gray-bolder-pressed: #3B3D42;
208
+ --ds-background-disabled: #17171708;
208
209
  --ds-background-input: #FFFFFF;
209
- --ds-background-input-hovered: #F7F8F9;
210
+ --ds-background-input-hovered: #F8F8F8;
210
211
  --ds-background-input-pressed: #FFFFFF;
211
212
  --ds-background-inverse-subtle: #00000029;
212
213
  --ds-background-inverse-subtle-hovered: #0000003D;
213
214
  --ds-background-inverse-subtle-pressed: #00000052;
214
- --ds-background-neutral: #091E420F;
215
- --ds-background-neutral-hovered: #091E4224;
216
- --ds-background-neutral-pressed: #091E424F;
215
+ --ds-background-neutral: #0515240F;
216
+ --ds-background-neutral-hovered: #0B120E24;
217
+ --ds-background-neutral-pressed: #080F214A;
217
218
  --ds-background-neutral-subtle: #00000000;
218
- --ds-background-neutral-subtle-hovered: #091E420F;
219
- --ds-background-neutral-subtle-pressed: #091E4224;
220
- --ds-background-neutral-bold: #44546F;
221
- --ds-background-neutral-bold-hovered: #2C3E5D;
222
- --ds-background-neutral-bold-pressed: #172B4D;
223
- --ds-background-selected: #E9F2FF;
224
- --ds-background-selected-hovered: #CCE0FF;
225
- --ds-background-selected-pressed: #85B8FF;
226
- --ds-background-selected-bold: #0C66E4;
227
- --ds-background-selected-bold-hovered: #0055CC;
228
- --ds-background-selected-bold-pressed: #09326C;
229
- --ds-background-brand-subtlest: #E9F2FF;
230
- --ds-background-brand-subtlest-hovered: #CCE0FF;
231
- --ds-background-brand-subtlest-pressed: #85B8FF;
232
- --ds-background-brand-bold: #0C66E4;
233
- --ds-background-brand-bold-hovered: #0055CC;
234
- --ds-background-brand-bold-pressed: #09326C;
235
- --ds-background-brand-boldest: #1C2B41;
236
- --ds-background-brand-boldest-hovered: #09326C;
237
- --ds-background-brand-boldest-pressed: #0055CC;
219
+ --ds-background-neutral-subtle-hovered: #0515240F;
220
+ --ds-background-neutral-subtle-pressed: #0B120E24;
221
+ --ds-background-neutral-bold: #292A2E;
222
+ --ds-background-neutral-bold-hovered: #3B3D42;
223
+ --ds-background-neutral-bold-pressed: #505258;
224
+ --ds-background-selected: #E9F2FE;
225
+ --ds-background-selected-hovered: #CFE1FD;
226
+ --ds-background-selected-pressed: #8FB8F6;
227
+ --ds-background-selected-bold: #1868DB;
228
+ --ds-background-selected-bold-hovered: #1558BC;
229
+ --ds-background-selected-bold-pressed: #123263;
230
+ --ds-background-brand-subtlest: #E9F2FE;
231
+ --ds-background-brand-subtlest-hovered: #CFE1FD;
232
+ --ds-background-brand-subtlest-pressed: #ADCBFB;
233
+ --ds-background-brand-bold: #1868DB;
234
+ --ds-background-brand-bold-hovered: #1558BC;
235
+ --ds-background-brand-bold-pressed: #144794;
236
+ --ds-background-brand-boldest: #1C2B42;
237
+ --ds-background-brand-boldest-hovered: #123263;
238
+ --ds-background-brand-boldest-pressed: #144794;
238
239
  --ds-background-danger: #FFECEB;
239
240
  --ds-background-danger-hovered: #FFD5D2;
240
- --ds-background-danger-pressed: #FD9891;
241
+ --ds-background-danger-pressed: #FFB8B2;
241
242
  --ds-background-danger-bold: #C9372C;
242
243
  --ds-background-danger-bold-hovered: #AE2E24;
243
- --ds-background-danger-bold-pressed: #5D1F1A;
244
- --ds-background-warning: #FFF7D6;
245
- --ds-background-warning-hovered: #F8E6A0;
246
- --ds-background-warning-pressed: #F5CD47;
247
- --ds-background-warning-bold: #F5CD47;
248
- --ds-background-warning-bold-hovered: #E2B203;
249
- --ds-background-warning-bold-pressed: #CF9F02;
250
- --ds-background-success: #DCFFF1;
251
- --ds-background-success-hovered: #BAF3DB;
252
- --ds-background-success-pressed: #7EE2B8;
253
- --ds-background-success-bold: #1F845A;
254
- --ds-background-success-bold-hovered: #216E4E;
255
- --ds-background-success-bold-pressed: #164B35;
256
- --ds-background-discovery: #F3F0FF;
257
- --ds-background-discovery-hovered: #DFD8FD;
258
- --ds-background-discovery-pressed: #B8ACF6;
259
- --ds-background-discovery-bold: #6E5DC6;
260
- --ds-background-discovery-bold-hovered: #5E4DB2;
261
- --ds-background-discovery-bold-pressed: #352C63;
262
- --ds-background-information: #E9F2FF;
263
- --ds-background-information-hovered: #CCE0FF;
264
- --ds-background-information-pressed: #85B8FF;
265
- --ds-background-information-bold: #0C66E4;
266
- --ds-background-information-bold-hovered: #0055CC;
267
- --ds-background-information-bold-pressed: #09326C;
268
- --ds-blanket: #091E427D;
244
+ --ds-background-danger-bold-pressed: #872821;
245
+ --ds-background-warning: #FFF5DB;
246
+ --ds-background-warning-hovered: #FCE4A6;
247
+ --ds-background-warning-pressed: #FBD779;
248
+ --ds-background-warning-bold: #FBC828;
249
+ --ds-background-warning-bold-hovered: #FCA700;
250
+ --ds-background-warning-bold-pressed: #F68909;
251
+ --ds-background-success: #EFFFD6;
252
+ --ds-background-success-hovered: #D3F1A7;
253
+ --ds-background-success-pressed: #BDE97C;
254
+ --ds-background-success-bold: #5B7F24;
255
+ --ds-background-success-bold-hovered: #4C6B1F;
256
+ --ds-background-success-bold-pressed: #3F5224;
257
+ --ds-background-discovery: #F8EEFE;
258
+ --ds-background-discovery-hovered: #EED7FC;
259
+ --ds-background-discovery-pressed: #E3BDFA;
260
+ --ds-background-discovery-bold: #964AC0;
261
+ --ds-background-discovery-bold-hovered: #803FA5;
262
+ --ds-background-discovery-bold-pressed: #673286;
263
+ --ds-background-information: #E9F2FE;
264
+ --ds-background-information-hovered: #CFE1FD;
265
+ --ds-background-information-pressed: #ADCBFB;
266
+ --ds-background-information-bold: #1868DB;
267
+ --ds-background-information-bold-hovered: #1558BC;
268
+ --ds-background-information-bold-pressed: #144794;
269
+ --ds-blanket: #050C1F75;
269
270
  --ds-blanket-selected: #388BFF14;
270
271
  --ds-blanket-danger: #EF5C4814;
271
272
  --ds-interaction-hovered: #00000029;
272
273
  --ds-interaction-pressed: #00000052;
273
- --ds-skeleton: #091E420F;
274
- --ds-skeleton-subtle: #091E4208;
275
- --ds-chart-categorical-1: #2898BD;
276
- --ds-chart-categorical-1-hovered: #227D9B;
277
- --ds-chart-categorical-2: #5E4DB2;
278
- --ds-chart-categorical-2-hovered: #352C63;
279
- --ds-chart-categorical-3: #E56910;
280
- --ds-chart-categorical-3-hovered: #C25100;
281
- --ds-chart-categorical-4: #943D73;
282
- --ds-chart-categorical-4-hovered: #50253F;
283
- --ds-chart-categorical-5: #09326C;
284
- --ds-chart-categorical-5-hovered: #1C2B41;
285
- --ds-chart-categorical-6: #8F7EE7;
286
- --ds-chart-categorical-6-hovered: #8270DB;
287
- --ds-chart-categorical-7: #50253F;
288
- --ds-chart-categorical-7-hovered: #3D2232;
289
- --ds-chart-categorical-8: #A54800;
290
- --ds-chart-categorical-8-hovered: #702E00;
274
+ --ds-skeleton: #0515240F;
275
+ --ds-skeleton-subtle: #17171708;
276
+ --ds-chart-categorical-1: #357DE8;
277
+ --ds-chart-categorical-1-hovered: #1868DB;
278
+ --ds-chart-categorical-2: #82B536;
279
+ --ds-chart-categorical-2-hovered: #6A9A23;
280
+ --ds-chart-categorical-3: #BF63F3;
281
+ --ds-chart-categorical-3-hovered: #AF59E1;
282
+ --ds-chart-categorical-4: #F68909;
283
+ --ds-chart-categorical-4-hovered: #E06C00;
284
+ --ds-chart-categorical-5: #1558BC;
285
+ --ds-chart-categorical-5-hovered: #123263;
286
+ --ds-chart-categorical-6: #964AC0;
287
+ --ds-chart-categorical-6-hovered: #803FA5;
288
+ --ds-chart-categorical-7: #42B2D7;
289
+ --ds-chart-categorical-7-hovered: #2898BD;
290
+ --ds-chart-categorical-8: #BD5B00;
291
+ --ds-chart-categorical-8-hovered: #7A3B00;
291
292
  --ds-chart-lime-bold: #6A9A23;
292
293
  --ds-chart-lime-bold-hovered: #5B7F24;
293
294
  --ds-chart-lime-bolder: #5B7F24;
294
295
  --ds-chart-lime-bolder-hovered: #4C6B1F;
295
296
  --ds-chart-lime-boldest: #4C6B1F;
296
297
  --ds-chart-lime-boldest-hovered: #37471F;
297
- --ds-chart-neutral: #8590A2;
298
- --ds-chart-neutral-hovered: #758195;
298
+ --ds-chart-neutral: #8C8F97;
299
+ --ds-chart-neutral-hovered: #7D818A;
299
300
  --ds-chart-red-bold: #F15B50;
300
301
  --ds-chart-red-bold-hovered: #E2483D;
301
302
  --ds-chart-red-bolder: #E2483D;
302
303
  --ds-chart-red-bolder-hovered: #C9372C;
303
304
  --ds-chart-red-boldest: #AE2E24;
304
305
  --ds-chart-red-boldest-hovered: #5D1F1A;
305
- --ds-chart-orange-bold: #E56910;
306
- --ds-chart-orange-bold-hovered: #C25100;
307
- --ds-chart-orange-bolder: #C25100;
308
- --ds-chart-orange-bolder-hovered: #A54800;
309
- --ds-chart-orange-boldest: #A54800;
310
- --ds-chart-orange-boldest-hovered: #702E00;
306
+ --ds-chart-orange-bold: #E06C00;
307
+ --ds-chart-orange-bold-hovered: #BD5B00;
308
+ --ds-chart-orange-bolder: #BD5B00;
309
+ --ds-chart-orange-bolder-hovered: #9E4C00;
310
+ --ds-chart-orange-boldest: #7A3B00;
311
+ --ds-chart-orange-boldest-hovered: #693200;
311
312
  --ds-chart-yellow-bold: #B38600;
312
313
  --ds-chart-yellow-bold-hovered: #946F00;
313
314
  --ds-chart-yellow-bolder: #946F00;
@@ -326,67 +327,67 @@ html[data-color-mode="dark"][data-theme~="dark:light"] {
326
327
  --ds-chart-teal-bolder-hovered: #206A83;
327
328
  --ds-chart-teal-boldest: #206A83;
328
329
  --ds-chart-teal-boldest-hovered: #164555;
329
- --ds-chart-blue-bold: #388BFF;
330
- --ds-chart-blue-bold-hovered: #1D7AFC;
331
- --ds-chart-blue-bolder: #1D7AFC;
332
- --ds-chart-blue-bolder-hovered: #0C66E4;
333
- --ds-chart-blue-boldest: #0055CC;
334
- --ds-chart-blue-boldest-hovered: #09326C;
335
- --ds-chart-purple-bold: #8F7EE7;
336
- --ds-chart-purple-bold-hovered: #8270DB;
337
- --ds-chart-purple-bolder: #8270DB;
338
- --ds-chart-purple-bolder-hovered: #6E5DC6;
339
- --ds-chart-purple-boldest: #5E4DB2;
340
- --ds-chart-purple-boldest-hovered: #352C63;
330
+ --ds-chart-blue-bold: #4688EC;
331
+ --ds-chart-blue-bold-hovered: #357DE8;
332
+ --ds-chart-blue-bolder: #357DE8;
333
+ --ds-chart-blue-bolder-hovered: #1868DB;
334
+ --ds-chart-blue-boldest: #1558BC;
335
+ --ds-chart-blue-boldest-hovered: #123263;
336
+ --ds-chart-purple-bold: #BF63F3;
337
+ --ds-chart-purple-bold-hovered: #AF59E1;
338
+ --ds-chart-purple-bolder: #AF59E1;
339
+ --ds-chart-purple-bolder-hovered: #964AC0;
340
+ --ds-chart-purple-boldest: #803FA5;
341
+ --ds-chart-purple-boldest-hovered: #48245D;
341
342
  --ds-chart-magenta-bold: #DA62AC;
342
343
  --ds-chart-magenta-bold-hovered: #CD519D;
343
344
  --ds-chart-magenta-bolder: #CD519D;
344
345
  --ds-chart-magenta-bolder-hovered: #AE4787;
345
346
  --ds-chart-magenta-boldest: #943D73;
346
347
  --ds-chart-magenta-boldest-hovered: #50253F;
347
- --ds-chart-gray-bold: #8590A2;
348
- --ds-chart-gray-bold-hovered: #758195;
349
- --ds-chart-gray-bolder: #758195;
350
- --ds-chart-gray-bolder-hovered: #626F86;
351
- --ds-chart-gray-boldest: #44546F;
352
- --ds-chart-gray-boldest-hovered: #2C3E5D;
353
- --ds-chart-brand: #1D7AFC;
354
- --ds-chart-brand-hovered: #0C66E4;
355
- --ds-chart-danger: #F15B50;
356
- --ds-chart-danger-hovered: #E2483D;
357
- --ds-chart-danger-bold: #AE2E24;
348
+ --ds-chart-gray-bold: #8C8F97;
349
+ --ds-chart-gray-bold-hovered: #7D818A;
350
+ --ds-chart-gray-bolder: #7D818A;
351
+ --ds-chart-gray-bolder-hovered: #6B6E76;
352
+ --ds-chart-gray-boldest: #505258;
353
+ --ds-chart-gray-boldest-hovered: #3B3D42;
354
+ --ds-chart-brand: #357DE8;
355
+ --ds-chart-brand-hovered: #1868DB;
356
+ --ds-chart-danger: #E2483D;
357
+ --ds-chart-danger-hovered: #C9372C;
358
+ --ds-chart-danger-bold: #872821;
358
359
  --ds-chart-danger-bold-hovered: #5D1F1A;
359
- --ds-chart-warning: #B38600;
360
- --ds-chart-warning-hovered: #946F00;
361
- --ds-chart-warning-bold: #7F5F01;
362
- --ds-chart-warning-bold-hovered: #533F04;
363
- --ds-chart-success: #22A06B;
364
- --ds-chart-success-hovered: #1F845A;
365
- --ds-chart-success-bold: #216E4E;
366
- --ds-chart-success-bold-hovered: #164B35;
367
- --ds-chart-discovery: #8F7EE7;
368
- --ds-chart-discovery-hovered: #8270DB;
369
- --ds-chart-discovery-bold: #5E4DB2;
370
- --ds-chart-discovery-bold-hovered: #352C63;
371
- --ds-chart-information: #388BFF;
372
- --ds-chart-information-hovered: #1D7AFC;
373
- --ds-chart-information-bold: #0055CC;
374
- --ds-chart-information-bold-hovered: #09326C;
360
+ --ds-chart-warning: #F68909;
361
+ --ds-chart-warning-hovered: #E06C00;
362
+ --ds-chart-warning-bold: #BD5B00;
363
+ --ds-chart-warning-bold-hovered: #9E4C00;
364
+ --ds-chart-success: #82B536;
365
+ --ds-chart-success-hovered: #6A9A23;
366
+ --ds-chart-success-bold: #5B7F24;
367
+ --ds-chart-success-bold-hovered: #4C6B1F;
368
+ --ds-chart-discovery: #BF63F3;
369
+ --ds-chart-discovery-hovered: #AF59E1;
370
+ --ds-chart-discovery-bold: #803FA5;
371
+ --ds-chart-discovery-bold-hovered: #964AC0;
372
+ --ds-chart-information: #357DE8;
373
+ --ds-chart-information-hovered: #1868DB;
374
+ --ds-chart-information-bold: #1558BC;
375
+ --ds-chart-information-bold-hovered: #123263;
375
376
  --ds-surface: #FFFFFF;
376
- --ds-surface-hovered: #F1F2F4;
377
- --ds-surface-pressed: #DCDFE4;
377
+ --ds-surface-hovered: #F0F1F2;
378
+ --ds-surface-pressed: #DDDEE1;
378
379
  --ds-surface-overlay: #FFFFFF;
379
- --ds-surface-overlay-hovered: #F1F2F4;
380
- --ds-surface-overlay-pressed: #DCDFE4;
380
+ --ds-surface-overlay-hovered: #F0F1F2;
381
+ --ds-surface-overlay-pressed: #DDDEE1;
381
382
  --ds-surface-raised: #FFFFFF;
382
- --ds-surface-raised-hovered: #F1F2F4;
383
- --ds-surface-raised-pressed: #DCDFE4;
384
- --ds-surface-sunken: #F7F8F9;
385
- --ds-shadow-overflow: 0px 0px 8px #091E4229, 0px 0px 1px #091E421F;
386
- --ds-shadow-overflow-perimeter: #091e421f;
387
- --ds-shadow-overflow-spread: #091e4229;
388
- --ds-shadow-overlay: 0px 8px 12px #091E4226, 0px 0px 1px #091E424F;
389
- --ds-shadow-raised: 0px 1px 1px #091E4240, 0px 0px 1px #091E424F;
383
+ --ds-surface-raised-hovered: #F0F1F2;
384
+ --ds-surface-raised-pressed: #DDDEE1;
385
+ --ds-surface-sunken: #F8F8F8;
386
+ --ds-shadow-overflow: 0px 0px 8px #1E1F2129, 0px 0px 1px #1E1F211F;
387
+ --ds-shadow-overflow-perimeter: #1E1F211f;
388
+ --ds-shadow-overflow-spread: #1E1F2129;
389
+ --ds-shadow-overlay: 0px 8px 12px #1E1F2126, 0px 0px 1px #1E1F214F;
390
+ --ds-shadow-raised: 0px 1px 1px #1E1F2140, 0px 0px 1px #1E1F214F;
390
391
  --ds-opacity-disabled: 0.4;
391
392
  --ds-opacity-loading: 0.2;
392
393
  --ds-UNSAFE-transparent: transparent;