@txdfe/at-theme 1.1.7 → 2.0.1-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@txdfe/at-theme",
3
- "version": "1.1.7",
3
+ "version": "2.0.1-0",
4
4
  "description": "at主题包",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -151,71 +151,160 @@
151
151
  --S52: 52px;
152
152
  --S56: 56px;
153
153
  --S80: 80px;
154
- --highlight-brand: #f2fbff;
155
- --bright-brand: #ccecff;
156
- --border-brand: #87d2ff;
157
- --primary-brand: #1b9aee;
158
- --hover-brand: #0171c2;
159
- --click-brand: #004f8a;
160
- --heavy-brand: #002e52;
161
- --highlight-danger: #ffeded;
162
- --bright-danger: #ffcccc;
163
- --border-danger: #f87872;
164
- --primary-danger: #e62412;
165
- --hover-danger: #c21c07;
166
- --click-danger: #9a1604;
167
- --heavy-danger: #800f00;
168
- --highlight-warning: #fff7e6;
169
- --bright-warning: #ffd591;
170
- --border-warning: #ffa941;
171
- --primary-warning: #fa8c15;
172
- --hover-warning: #d46b08;
173
- --click-warning: #ad4e01;
174
- --heavy-warning: #8f4000;
175
- --highlight-alert: #ffffe3;
176
- --bright-alert: #fff88f;
177
- --border-alert: #ffe53e;
178
- --primary-alert: #fad414;
179
- --hover-alert: #d4ab06;
180
- --click-alert: #ad8500;
181
- --heavy-alert: #946c00;
182
- --highlight-success: #edffed;
183
- --bright-success: #cafac8;
184
- --border-success: #64d16d;
185
- --primary-success: #15ad31;
186
- --hover-success: #038a24;
187
- --click-success: #006d1f;
188
- --heavy-success: #00591c;
189
- --snow: #ffffff;
190
- --gray-01: #f7f7f7;
191
- --gray-02: #f0f0f0;
192
- --gray-03: #e5e5e5;
193
- --gray-04: #d9d9d9;
194
- --gray-05: #bfbfbf;
195
- --gray-06: #8c8c8c;
196
- --gray-07: #595959;
197
- --gray-08: #262626;
198
- --shadow-color: #000000;
199
- --dashboard-01: #fab34f;
200
- --dashboard-02: #ff656b;
201
- --dashboard-03: #4ad051;
202
- --dashboard-04: #9979f2;
203
- --dashboard-05: #006cd9;
204
- --dashboard-06: #5ccdbb;
205
- --dashboard-07: #5c60e6;
206
- --placeholder-01: #bc61cf;
207
- --placeholder-02: #f26666;
208
- --placeholder-03: #f29a52;
209
- --placeholder-04: #f4c329;
210
- --placeholder-05: #cbd057;
211
- --placeholder-06: #29b3f0;
212
- --placeholder-07: #3885ea;
154
+ --highlight-brand: var(--CDS_highlight_brand);
155
+ --bright-brand: var(--CDS_bright_brand);
156
+ --border-brand: var(--CDS_border_brand);
157
+ --primary-brand: var(--CDS_primary_brand);
158
+ --hover-brand: var(--CDS_hover_brand);
159
+ --click-brand: var(--CDS_click_brand);
160
+ --heavy-brand: var(--CDS_heavy_brand);
161
+ --highlight-danger: var(--CDS_highlight_danger);
162
+ --bright-danger: var(--CDS_bright_danger);
163
+ --border-danger: var(--CDS_border_danger);
164
+ --primary-danger: var(--CDS_primary_danger);
165
+ --hover-danger: var(--CDS_hover_danger);
166
+ --click-danger: var(--CDS_click_danger);
167
+ --heavy-danger: var(--CDS_heavy_danger);
168
+ --highlight-warning: var(--CDS_highlight_warning);
169
+ --bright-warning: var(--CDS_bright_warning);
170
+ --border-warning: var(--CDS_border_warning);
171
+ --primary-warning: var(--CDS_primary_warning);
172
+ --hover-warning: var(---CDS_hover_warning);
173
+ --click-warning: var(--CDS_click_warning);
174
+ --heavy-warning: var(--CDS_heavy_warning);
175
+ --highlight-alert: var(--CDS_highlight_alert);
176
+ --bright-alert: var(--CDS_bright_alert);
177
+ --border-alert: var(--CDS_border_alert);
178
+ --primary-alert: var(--CDS_primary_alert);
179
+ --hover-alert: var(--CDS_hover_alert);
180
+ --click-alert: var(--CDS_click_alert);
181
+ --heavy-alert: var(--CDS_heavy_alert);
182
+ --highlight-success: var(--CDS_highlight_success);
183
+ --bright-success: var(--CDS_bright_success);
184
+ --border-success: var(--CDS_border_success);
185
+ --primary-success: var(--CDS_primary_success);
186
+ --hover-success: var(--CDS_hover_success);
187
+ --click-success: var(--CDS_click_success);
188
+ --heavy-success: var(--CDS_heavy_success);
189
+ --snow: var(--CDS_snow);
190
+ --gray-fill: var(--CDS_gray_fill);
191
+ --gray-modal: var(--CDS_gray_modal);
192
+ --gray-popover: var(--CDS_gray_popover);
193
+ --gray-basic: var(--CDS_gray_basic);
194
+ --gray-01: var(--CDS_gray_01);
195
+ --gray-02: var(--CDS_gray_02);
196
+ --gray-03: var(--CDS_gray_03);
197
+ --gray-04: var(--CDS_gray_04);
198
+ --gray-05: var(--CDS_gray_05);
199
+ --gray-06: var(--CDS_gray_06);
200
+ --gray-07: var(--CDS_gray_07);
201
+ --gray-08: var(--CDS_gray_08);
202
+ --shadow-color: var(--CDS_shadow_color);
203
+ --dashboard-01: var(--CDS_data_orange);
204
+ --dashboard-02: var(--CDS_data_red);
205
+ --dashboard-03: var(--CDS_data_green);
206
+ --dashboard-04: var(--CDS_data_purple);
207
+ --dashboard-05: var(--CDS_data_blue);
208
+ --dashboard-06: var(--CDS_data_cyan);
209
+ --dashboard-07: var(--CDS_data_violet);
210
+ --placeholder-01: var(--CDS_ph_plum);
211
+ --placeholder-02: var(--CDS_ph_red);
212
+ --placeholder-03: var(--CDS_ph_orange);
213
+ --placeholder-04: var(--CDS_ph_amber);
214
+ --placeholder-05: var(--CDS_ph_olive);
215
+ --placeholder-06: var(--CDS_ph_sky);
216
+ --placeholder-07: var(--CDS_ph_blue);
213
217
  --background-fill: #ffffff;
214
- --background-nav-search: #f7f7f7;
215
- --background-section: #ffffff;
216
- --background-layout: #f7f7f7;
217
- --background-overlay: #f0f0f0;
218
- --background-switch-trigger: #ffffff;
218
+ --background-nav-search: rgba(0, 0, 0, 0);
219
+ --background-section: var(--CDS_gray_modal);
220
+ --background-layout: var(--CDS_snow);
221
+ --background-overlay: var(--CDS_gray_modal);
222
+ --background-switch-trigger: var(--CDS_white_01);
223
+ --background-base: var(--CDS_gray_fill);
224
+ --cell-line-hover: var(--CDS_gray_fill);
225
+ --cell-line-active: var(--CDS_gray_02);
226
+ --tab-wrapped-bg-color-hover: rgba(0, 0, 0, 0);
227
+ --tab-wrapped-bg-color: rgba(0, 0, 0, 0);
228
+ --tab-wrapped-bg-color-selected: var(--CDS_gray_basic);
229
+ --step-dot-item-tail-wait-color: var(--CDS_gray_05);
230
+ --step-dot-item-tail-process-color: var(--CDS_gray_05);
231
+ --step-dot-item-tail-disabled-color: var(--CDS_gray_05);
232
+ --step-circle-item-tail-wait-color: var(--CDS_gray_05);
233
+ --step-circle-item-tail-process-color: var(--CDS_gray_05);
234
+ --step-circle-item-tail-disabled-color: var(--CDS_gray_05);
235
+ --pagination-item-bg: rgba(0, 0, 0, 0);
236
+ --nav-normal-bg-color: rgba(0, 0, 0, 0);
237
+ --nav-normal-sub-nav-bg-color: rgba(0, 0, 0, 0);
238
+ --nav-primary-text-color: var(--XDS_fg_color);
239
+ --nav-primary-sub-nav-text-color: var(--XDS_fg_color);
240
+ --nav-primary-group-text-color: var(--XDS_fg_color);
241
+ --nav-primary-item-hover-text-color: var(--XDS_fg_color);
242
+ --nav-primary-sub-nav-hover-text-color: var(--XDS_fg_color);
243
+ --nav-primary-item-selected-text-color: var(--XDS_fg_color);
244
+ --nav-primary-sub-nav-selected-text-color: var(--XDS_fg_color);
245
+ --nav-primary-item-opened-text-color: var(--XDS_fg_color);
246
+ --nav-primary-item-opened-bg-color: var(--XDS_line_hover_color);
247
+ --nav-primary-sub-nav-selected-bg-color: var(--XDS_line_hard_color);
248
+ --nav-primary-sub-nav-bg-color: rgba(0, 0, 0, 0);
249
+ --table-row-hover-bg: var(--CDS_gray_fill);
250
+ --menu-background-hover: var(--CDS_gray_fill);
251
+ --menu-background-selected: var(--CDS_gray_02);
252
+ --menu-background-focus: var(--CDS_gray_02);
253
+ --menu-divider-color: var(--CDS_gray_03);
254
+ --input-bg-color: rgba(0, 0, 0, 0);
255
+ --input-focus-bg-color: rgba(0, 0, 0, 0);
256
+ --input-hover-bg-color: rgba(0, 0, 0, 0);
257
+ --input-disabled-bg-color: var(--CDS_gray_fill);
258
+ --input-addon-bg-color: var(--CDS_gray_fill);
259
+ --tag-closable-primary-fill-bg-color: var(--CDS_gray_02);
260
+ --tag-closable-primary-fill-bg-color-hover: var(--CDS_gray_03);
261
+ --tag-closable-primary-fill-bg-color-disabled: var(--CDS_gray_02);
262
+ --tag-closable-primary-fill-border-color-hover: var(--CDS_gray_04);
263
+ --tag-closable-primary-fill-border-color-disabled: var(--CDS_gray_03);
264
+ --tag-closable-primary-fill-text-color-disabled: var(--CDS_gray_05);
265
+ --transfer-panel-header-background-color: var(--CDS_gray_basic);
266
+ --switch-disabled-on-bg-color: var(--CDS_gray_03);
267
+ --search-nav-search-bg-color: var(--CDS_gray_fill);
268
+ --range-normal-slider-bg-color: var(--CDS_white_01);
269
+ --range-normal-slider-bg-color-hover: var(--CDS_white_01);
270
+ --radio-bg-color: rgba(0, 0, 0, 0);
271
+ --radio-disabled-bg-color: var(--CDS_gray_04);
272
+ --calendar-card-table-cell-disabled-background: var(--CDS_gray_fill);
273
+ --calendar-fullscreen-table-cell-disabled-background: var(--CDS_gray_fill);
274
+ --checkbox-bg-color: rgba(0, 0, 0, 0);
275
+ --checkbox-disabled-bg-color: var(--CDS_gray_04);
276
+ --balloon-tooltip-color-primary-bg: rgba(0, 0, 0, 0.9) !important;
277
+ --balloon-tooltip-color-normal-bg: 'var(--CDS_gray_popover)', '!important';
278
+ --balloon-tooltip-color-normal: var(--CDS_gray_08);
279
+ --balloon-tooltip-color-primary: var(--CDS_white_01);
280
+ --btn-warning-primary-bg-disabled: var(--CDS_gray_05);
281
+ --btn-warning-primary-color-disabled: var(--CDS_white_01);
282
+ --btn-warning-primary-border-color-disabled: rgba(0, 0, 0, 0);
283
+ --btn-pure-color-disabled: var(--CDS_white_01);
284
+ --btn-pure-bg-disabled: var(--CDS_gray_05);
285
+ --btn-pure-border-color-disabled: var(--CDS_gray_05);
286
+ --btn-ghost-dark-bg-normal: rgba(0, 0, 0, 0);
287
+ --btn-ghost-dark-color: var(--CDS_gray_08);
288
+ --btn-ghost-dark-color-hover: var(--CDS_gray_08);
289
+ --btn-ghost-dark-color-active: var(--CDS_gray_08);
290
+ --btn-ghost-dark-border-color-active: var(--CDS_gray_08);
291
+ --btn-ghost-dark-border-color-hover: var(--CDS_gray_08);
292
+ --btn-ghost-dark-border-color: var(--CDS_gray_08);
293
+ --btn-ghost-dark-bg-hover: var(--CDS_gray_fill);
294
+ --btn-ghost-dark-bg-active: var(--CDS_gray_03);
295
+ --btn-ghost-dark-color-disabled: var(--CDS_gray_05);
296
+ --btn-ghost-dark-border-color-disabled: var(--CDS_gray_05);
297
+ --btn-ghost-light-bg-normal: rgba(0, 0, 0, 0);
298
+ --btn-ghost-light-border-color: var(--CDS_gray_08);
299
+ --btn-ghost-light-color: var(--CDS_gray_08);
300
+ --btn-ghost-light-color-active: var(--CDS_gray_08);
301
+ --btn-ghost-light-color-hover: var(--CDS_gray_08);
302
+ --btn-ghost-light-border-color-active: var(--CDS_gray_08);
303
+ --btn-ghost-light-border-color-hover: var(--CDS_gray_08);
304
+ --btn-ghost-light-bg-hover: var(--CDS_gray_02);
305
+ --btn-ghost-light-bg-active: var(--CDS_gray_03);
306
+ --btn-ghost-light-color-disabled: var(--CDS_gray_05);
307
+ --btn-ghost-light-border-color-disabled: var(--CDS_gray_05);
219
308
  --font-size-caption: 12px;
220
309
  --font-size-body: 14px;
221
310
  --font-size-subhead: 14px;
@@ -241,10 +330,10 @@
241
330
  --shape-radius: 4px;
242
331
  --shape-checkbox: 2px;
243
332
  --shape-circular: 50%;
244
- --shadow-01: 0 1px 3px 0 rgba(38, 38, 38, 0.1);
245
- --shadow-02: 0 4px 16px 0 rgba(38, 38, 38, 0.12);
246
- --shadow-03: 0 12px 32px 0 rgba(38, 38, 38, 0.16);
247
- --shadow-04: 0 18px 42px 0 rgba(38, 38, 38, 0.2);
333
+ --shadow-01: var(--XDS_shadow_small);
334
+ --shadow-02: var(--XDS_shadow_card);
335
+ --shadow-03: var(--XDS_shadow_bold_card);
336
+ --shadow-04: var(--XDS_shadow_bold_card);
248
337
  --AT_THEME: teambition;
249
338
  --AT_THEME_TYPE: light;
250
339
  }
@@ -153,71 +153,160 @@ module.exports = {
153
153
  S52: "52px",
154
154
  S56: "56px",
155
155
  S80: "80px",
156
- "highlight-brand": "#f2fbff",
157
- "bright-brand": "#ccecff",
158
- "border-brand": "#87d2ff",
159
- "primary-brand": "#1b9aee",
160
- "hover-brand": "#0171c2",
161
- "click-brand": "#004f8a",
162
- "heavy-brand": "#002e52",
163
- "highlight-danger": "#ffeded",
164
- "bright-danger": "#ffcccc",
165
- "border-danger": "#f87872",
166
- "primary-danger": "#e62412",
167
- "hover-danger": "#c21c07",
168
- "click-danger": "#9a1604",
169
- "heavy-danger": "#800f00",
170
- "highlight-warning": "#fff7e6",
171
- "bright-warning": "#ffd591",
172
- "border-warning": "#ffa941",
173
- "primary-warning": "#fa8c15",
174
- "hover-warning": "#d46b08",
175
- "click-warning": "#ad4e01",
176
- "heavy-warning": "#8f4000",
177
- "highlight-alert": "#ffffe3",
178
- "bright-alert": "#fff88f",
179
- "border-alert": "#ffe53e",
180
- "primary-alert": "#fad414",
181
- "hover-alert": "#d4ab06",
182
- "click-alert": "#ad8500",
183
- "heavy-alert": "#946c00",
184
- "highlight-success": "#edffed",
185
- "bright-success": "#cafac8",
186
- "border-success": "#64d16d",
187
- "primary-success": "#15ad31",
188
- "hover-success": "#038a24",
189
- "click-success": "#006d1f",
190
- "heavy-success": "#00591c",
191
- snow: "#ffffff",
192
- "gray-01": "#f7f7f7",
193
- "gray-02": "#f0f0f0",
194
- "gray-03": "#e5e5e5",
195
- "gray-04": "#d9d9d9",
196
- "gray-05": "#bfbfbf",
197
- "gray-06": "#8c8c8c",
198
- "gray-07": "#595959",
199
- "gray-08": "#262626",
200
- "shadow-color": "#000000",
201
- "dashboard-01": "#fab34f",
202
- "dashboard-02": "#ff656b",
203
- "dashboard-03": "#4ad051",
204
- "dashboard-04": "#9979f2",
205
- "dashboard-05": "#006cd9",
206
- "dashboard-06": "#5ccdbb",
207
- "dashboard-07": "#5c60e6",
208
- "placeholder-01": "#bc61cf",
209
- "placeholder-02": "#f26666",
210
- "placeholder-03": "#f29a52",
211
- "placeholder-04": "#f4c329",
212
- "placeholder-05": "#cbd057",
213
- "placeholder-06": "#29b3f0",
214
- "placeholder-07": "#3885ea",
156
+ "highlight-brand": "var(--CDS_highlight_brand)",
157
+ "bright-brand": "var(--CDS_bright_brand)",
158
+ "border-brand": "var(--CDS_border_brand)",
159
+ "primary-brand": "var(--CDS_primary_brand)",
160
+ "hover-brand": "var(--CDS_hover_brand)",
161
+ "click-brand": "var(--CDS_click_brand)",
162
+ "heavy-brand": "var(--CDS_heavy_brand)",
163
+ "highlight-danger": "var(--CDS_highlight_danger)",
164
+ "bright-danger": "var(--CDS_bright_danger)",
165
+ "border-danger": "var(--CDS_border_danger)",
166
+ "primary-danger": "var(--CDS_primary_danger)",
167
+ "hover-danger": "var(--CDS_hover_danger)",
168
+ "click-danger": "var(--CDS_click_danger)",
169
+ "heavy-danger": "var(--CDS_heavy_danger)",
170
+ "highlight-warning": "var(--CDS_highlight_warning)",
171
+ "bright-warning": "var(--CDS_bright_warning)",
172
+ "border-warning": "var(--CDS_border_warning)",
173
+ "primary-warning": "var(--CDS_primary_warning)",
174
+ "hover-warning": "var(---CDS_hover_warning)",
175
+ "click-warning": "var(--CDS_click_warning)",
176
+ "heavy-warning": "var(--CDS_heavy_warning)",
177
+ "highlight-alert": "var(--CDS_highlight_alert)",
178
+ "bright-alert": "var(--CDS_bright_alert)",
179
+ "border-alert": "var(--CDS_border_alert)",
180
+ "primary-alert": "var(--CDS_primary_alert)",
181
+ "hover-alert": "var(--CDS_hover_alert)",
182
+ "click-alert": "var(--CDS_click_alert)",
183
+ "heavy-alert": "var(--CDS_heavy_alert)",
184
+ "highlight-success": "var(--CDS_highlight_success)",
185
+ "bright-success": "var(--CDS_bright_success)",
186
+ "border-success": "var(--CDS_border_success)",
187
+ "primary-success": "var(--CDS_primary_success)",
188
+ "hover-success": "var(--CDS_hover_success)",
189
+ "click-success": "var(--CDS_click_success)",
190
+ "heavy-success": "var(--CDS_heavy_success)",
191
+ snow: "var(--CDS_snow)",
192
+ "gray-fill": "var(--CDS_gray_fill)",
193
+ "gray-modal": "var(--CDS_gray_modal)",
194
+ "gray-popover": "var(--CDS_gray_popover)",
195
+ "gray-basic": "var(--CDS_gray_basic)",
196
+ "gray-01": "var(--CDS_gray_01)",
197
+ "gray-02": "var(--CDS_gray_02)",
198
+ "gray-03": "var(--CDS_gray_03)",
199
+ "gray-04": "var(--CDS_gray_04)",
200
+ "gray-05": "var(--CDS_gray_05)",
201
+ "gray-06": "var(--CDS_gray_06)",
202
+ "gray-07": "var(--CDS_gray_07)",
203
+ "gray-08": "var(--CDS_gray_08)",
204
+ "shadow-color": "var(--CDS_shadow_color)",
205
+ "dashboard-01": "var(--CDS_data_orange)",
206
+ "dashboard-02": "var(--CDS_data_red)",
207
+ "dashboard-03": "var(--CDS_data_green)",
208
+ "dashboard-04": "var(--CDS_data_purple)",
209
+ "dashboard-05": "var(--CDS_data_blue)",
210
+ "dashboard-06": "var(--CDS_data_cyan)",
211
+ "dashboard-07": "var(--CDS_data_violet)",
212
+ "placeholder-01": "var(--CDS_ph_plum)",
213
+ "placeholder-02": "var(--CDS_ph_red)",
214
+ "placeholder-03": "var(--CDS_ph_orange)",
215
+ "placeholder-04": "var(--CDS_ph_amber)",
216
+ "placeholder-05": "var(--CDS_ph_olive)",
217
+ "placeholder-06": "var(--CDS_ph_sky)",
218
+ "placeholder-07": "var(--CDS_ph_blue)",
215
219
  "background-fill": "#ffffff",
216
- "background-nav-search": "#f7f7f7",
217
- "background-section": "#ffffff",
218
- "background-layout": "#f7f7f7",
219
- "background-overlay": "#f0f0f0",
220
- "background-switch-trigger": "#ffffff",
220
+ "background-nav-search": "rgba(0, 0, 0, 0)",
221
+ "background-section": "var(--CDS_gray_modal)",
222
+ "background-layout": "var(--CDS_snow)",
223
+ "background-overlay": "var(--CDS_gray_modal)",
224
+ "background-switch-trigger": "var(--CDS_white_01)",
225
+ "background-base": "var(--CDS_gray_fill)",
226
+ "cell-line-hover": "var(--CDS_gray_fill)",
227
+ "cell-line-active": "var(--CDS_gray_02)",
228
+ "tab-wrapped-bg-color-hover": "rgba(0, 0, 0, 0)",
229
+ "tab-wrapped-bg-color": "rgba(0, 0, 0, 0)",
230
+ "tab-wrapped-bg-color-selected": "var(--CDS_gray_basic)",
231
+ "step-dot-item-tail-wait-color": "var(--CDS_gray_05)",
232
+ "step-dot-item-tail-process-color": "var(--CDS_gray_05)",
233
+ "step-dot-item-tail-disabled-color": "var(--CDS_gray_05)",
234
+ "step-circle-item-tail-wait-color": "var(--CDS_gray_05)",
235
+ "step-circle-item-tail-process-color": "var(--CDS_gray_05)",
236
+ "step-circle-item-tail-disabled-color": "var(--CDS_gray_05)",
237
+ "pagination-item-bg": "rgba(0, 0, 0, 0)",
238
+ "nav-normal-bg-color": "rgba(0, 0, 0, 0)",
239
+ "nav-normal-sub-nav-bg-color": "rgba(0, 0, 0, 0)",
240
+ "nav-primary-text-color": "var(--XDS_fg_color)",
241
+ "nav-primary-sub-nav-text-color": "var(--XDS_fg_color)",
242
+ "nav-primary-group-text-color": "var(--XDS_fg_color)",
243
+ "nav-primary-item-hover-text-color": "var(--XDS_fg_color)",
244
+ "nav-primary-sub-nav-hover-text-color": "var(--XDS_fg_color)",
245
+ "nav-primary-item-selected-text-color": "var(--XDS_fg_color)",
246
+ "nav-primary-sub-nav-selected-text-color": "var(--XDS_fg_color)",
247
+ "nav-primary-item-opened-text-color": "var(--XDS_fg_color)",
248
+ "nav-primary-item-opened-bg-color": "var(--XDS_line_hover_color)",
249
+ "nav-primary-sub-nav-selected-bg-color": "var(--XDS_line_hard_color)",
250
+ "nav-primary-sub-nav-bg-color": "rgba(0, 0, 0, 0)",
251
+ "table-row-hover-bg": "var(--CDS_gray_fill)",
252
+ "menu-background-hover": "var(--CDS_gray_fill)",
253
+ "menu-background-selected": "var(--CDS_gray_02)",
254
+ "menu-background-focus": "var(--CDS_gray_02)",
255
+ "menu-divider-color": "var(--CDS_gray_03)",
256
+ "input-bg-color": "rgba(0, 0, 0, 0)",
257
+ "input-focus-bg-color": "rgba(0, 0, 0, 0)",
258
+ "input-hover-bg-color": "rgba(0, 0, 0, 0)",
259
+ "input-disabled-bg-color": "var(--CDS_gray_fill)",
260
+ "input-addon-bg-color": "var(--CDS_gray_fill)",
261
+ "tag-closable-primary-fill-bg-color": "var(--CDS_gray_02)",
262
+ "tag-closable-primary-fill-bg-color-hover": "var(--CDS_gray_03)",
263
+ "tag-closable-primary-fill-bg-color-disabled": "var(--CDS_gray_02)",
264
+ "tag-closable-primary-fill-border-color-hover": "var(--CDS_gray_04)",
265
+ "tag-closable-primary-fill-border-color-disabled": "var(--CDS_gray_03)",
266
+ "tag-closable-primary-fill-text-color-disabled": "var(--CDS_gray_05)",
267
+ "transfer-panel-header-background-color": "var(--CDS_gray_basic)",
268
+ "switch-disabled-on-bg-color": "var(--CDS_gray_03)",
269
+ "search-nav-search-bg-color": "var(--CDS_gray_fill)",
270
+ "range-normal-slider-bg-color": "var(--CDS_white_01)",
271
+ "range-normal-slider-bg-color-hover": "var(--CDS_white_01)",
272
+ "radio-bg-color": "rgba(0, 0, 0, 0)",
273
+ "radio-disabled-bg-color": "var(--CDS_gray_04)",
274
+ "calendar-card-table-cell-disabled-background": "var(--CDS_gray_fill)",
275
+ "calendar-fullscreen-table-cell-disabled-background": "var(--CDS_gray_fill)",
276
+ "checkbox-bg-color": "rgba(0, 0, 0, 0)",
277
+ "checkbox-disabled-bg-color": "var(--CDS_gray_04)",
278
+ "balloon-tooltip-color-primary-bg": "rgba(0, 0, 0, 0.9) !important",
279
+ "balloon-tooltip-color-normal-bg": "'var(--CDS_gray_popover)', '!important'",
280
+ "balloon-tooltip-color-normal": "var(--CDS_gray_08)",
281
+ "balloon-tooltip-color-primary": "var(--CDS_white_01)",
282
+ "btn-warning-primary-bg-disabled": "var(--CDS_gray_05)",
283
+ "btn-warning-primary-color-disabled": "var(--CDS_white_01)",
284
+ "btn-warning-primary-border-color-disabled": "rgba(0, 0, 0, 0)",
285
+ "btn-pure-color-disabled": "var(--CDS_white_01)",
286
+ "btn-pure-bg-disabled": "var(--CDS_gray_05)",
287
+ "btn-pure-border-color-disabled": "var(--CDS_gray_05)",
288
+ "btn-ghost-dark-bg-normal": "rgba(0, 0, 0, 0)",
289
+ "btn-ghost-dark-color": "var(--CDS_gray_08)",
290
+ "btn-ghost-dark-color-hover": "var(--CDS_gray_08)",
291
+ "btn-ghost-dark-color-active": "var(--CDS_gray_08)",
292
+ "btn-ghost-dark-border-color-active": "var(--CDS_gray_08)",
293
+ "btn-ghost-dark-border-color-hover": "var(--CDS_gray_08)",
294
+ "btn-ghost-dark-border-color": "var(--CDS_gray_08)",
295
+ "btn-ghost-dark-bg-hover": "var(--CDS_gray_fill)",
296
+ "btn-ghost-dark-bg-active": "var(--CDS_gray_03)",
297
+ "btn-ghost-dark-color-disabled": "var(--CDS_gray_05)",
298
+ "btn-ghost-dark-border-color-disabled": "var(--CDS_gray_05)",
299
+ "btn-ghost-light-bg-normal": "rgba(0, 0, 0, 0)",
300
+ "btn-ghost-light-border-color": "var(--CDS_gray_08)",
301
+ "btn-ghost-light-color": "var(--CDS_gray_08)",
302
+ "btn-ghost-light-color-active": "var(--CDS_gray_08)",
303
+ "btn-ghost-light-color-hover": "var(--CDS_gray_08)",
304
+ "btn-ghost-light-border-color-active": "var(--CDS_gray_08)",
305
+ "btn-ghost-light-border-color-hover": "var(--CDS_gray_08)",
306
+ "btn-ghost-light-bg-hover": "var(--CDS_gray_02)",
307
+ "btn-ghost-light-bg-active": "var(--CDS_gray_03)",
308
+ "btn-ghost-light-color-disabled": "var(--CDS_gray_05)",
309
+ "btn-ghost-light-border-color-disabled": "var(--CDS_gray_05)",
221
310
  "font-size-caption": "12px",
222
311
  "font-size-body": "14px",
223
312
  "font-size-subhead": "14px",
@@ -243,10 +332,10 @@ module.exports = {
243
332
  "shape-radius": "4px",
244
333
  "shape-checkbox": "2px",
245
334
  "shape-circular": "50%",
246
- "shadow-01": "0 1px 3px 0 rgba(38, 38, 38, 0.1)",
247
- "shadow-02": "0 4px 16px 0 rgba(38, 38, 38, 0.12)",
248
- "shadow-03": "0 12px 32px 0 rgba(38, 38, 38, 0.16)",
249
- "shadow-04": "0 18px 42px 0 rgba(38, 38, 38, 0.2)",
335
+ "shadow-01": "var(--XDS_shadow_small)",
336
+ "shadow-02": "var(--XDS_shadow_card)",
337
+ "shadow-03": "var(--XDS_shadow_bold_card)",
338
+ "shadow-04": "var(--XDS_shadow_bold_card)",
250
339
  AT_THEME: "teambition",
251
340
  AT_THEME_TYPE: "light"
252
341
  };
@@ -150,71 +150,160 @@
150
150
  @S52: 52px;
151
151
  @S56: 56px;
152
152
  @S80: 80px;
153
- @highlight-brand: #f2fbff;
154
- @bright-brand: #ccecff;
155
- @border-brand: #87d2ff;
156
- @primary-brand: #1b9aee;
157
- @hover-brand: #0171c2;
158
- @click-brand: #004f8a;
159
- @heavy-brand: #002e52;
160
- @highlight-danger: #ffeded;
161
- @bright-danger: #ffcccc;
162
- @border-danger: #f87872;
163
- @primary-danger: #e62412;
164
- @hover-danger: #c21c07;
165
- @click-danger: #9a1604;
166
- @heavy-danger: #800f00;
167
- @highlight-warning: #fff7e6;
168
- @bright-warning: #ffd591;
169
- @border-warning: #ffa941;
170
- @primary-warning: #fa8c15;
171
- @hover-warning: #d46b08;
172
- @click-warning: #ad4e01;
173
- @heavy-warning: #8f4000;
174
- @highlight-alert: #ffffe3;
175
- @bright-alert: #fff88f;
176
- @border-alert: #ffe53e;
177
- @primary-alert: #fad414;
178
- @hover-alert: #d4ab06;
179
- @click-alert: #ad8500;
180
- @heavy-alert: #946c00;
181
- @highlight-success: #edffed;
182
- @bright-success: #cafac8;
183
- @border-success: #64d16d;
184
- @primary-success: #15ad31;
185
- @hover-success: #038a24;
186
- @click-success: #006d1f;
187
- @heavy-success: #00591c;
188
- @snow: #ffffff;
189
- @gray-01: #f7f7f7;
190
- @gray-02: #f0f0f0;
191
- @gray-03: #e5e5e5;
192
- @gray-04: #d9d9d9;
193
- @gray-05: #bfbfbf;
194
- @gray-06: #8c8c8c;
195
- @gray-07: #595959;
196
- @gray-08: #262626;
197
- @shadow-color: #000000;
198
- @dashboard-01: #fab34f;
199
- @dashboard-02: #ff656b;
200
- @dashboard-03: #4ad051;
201
- @dashboard-04: #9979f2;
202
- @dashboard-05: #006cd9;
203
- @dashboard-06: #5ccdbb;
204
- @dashboard-07: #5c60e6;
205
- @placeholder-01: #bc61cf;
206
- @placeholder-02: #f26666;
207
- @placeholder-03: #f29a52;
208
- @placeholder-04: #f4c329;
209
- @placeholder-05: #cbd057;
210
- @placeholder-06: #29b3f0;
211
- @placeholder-07: #3885ea;
153
+ @highlight-brand: var(--CDS_highlight_brand);
154
+ @bright-brand: var(--CDS_bright_brand);
155
+ @border-brand: var(--CDS_border_brand);
156
+ @primary-brand: var(--CDS_primary_brand);
157
+ @hover-brand: var(--CDS_hover_brand);
158
+ @click-brand: var(--CDS_click_brand);
159
+ @heavy-brand: var(--CDS_heavy_brand);
160
+ @highlight-danger: var(--CDS_highlight_danger);
161
+ @bright-danger: var(--CDS_bright_danger);
162
+ @border-danger: var(--CDS_border_danger);
163
+ @primary-danger: var(--CDS_primary_danger);
164
+ @hover-danger: var(--CDS_hover_danger);
165
+ @click-danger: var(--CDS_click_danger);
166
+ @heavy-danger: var(--CDS_heavy_danger);
167
+ @highlight-warning: var(--CDS_highlight_warning);
168
+ @bright-warning: var(--CDS_bright_warning);
169
+ @border-warning: var(--CDS_border_warning);
170
+ @primary-warning: var(--CDS_primary_warning);
171
+ @hover-warning: var(---CDS_hover_warning);
172
+ @click-warning: var(--CDS_click_warning);
173
+ @heavy-warning: var(--CDS_heavy_warning);
174
+ @highlight-alert: var(--CDS_highlight_alert);
175
+ @bright-alert: var(--CDS_bright_alert);
176
+ @border-alert: var(--CDS_border_alert);
177
+ @primary-alert: var(--CDS_primary_alert);
178
+ @hover-alert: var(--CDS_hover_alert);
179
+ @click-alert: var(--CDS_click_alert);
180
+ @heavy-alert: var(--CDS_heavy_alert);
181
+ @highlight-success: var(--CDS_highlight_success);
182
+ @bright-success: var(--CDS_bright_success);
183
+ @border-success: var(--CDS_border_success);
184
+ @primary-success: var(--CDS_primary_success);
185
+ @hover-success: var(--CDS_hover_success);
186
+ @click-success: var(--CDS_click_success);
187
+ @heavy-success: var(--CDS_heavy_success);
188
+ @snow: var(--CDS_snow);
189
+ @gray-fill: var(--CDS_gray_fill);
190
+ @gray-modal: var(--CDS_gray_modal);
191
+ @gray-popover: var(--CDS_gray_popover);
192
+ @gray-basic: var(--CDS_gray_basic);
193
+ @gray-01: var(--CDS_gray_01);
194
+ @gray-02: var(--CDS_gray_02);
195
+ @gray-03: var(--CDS_gray_03);
196
+ @gray-04: var(--CDS_gray_04);
197
+ @gray-05: var(--CDS_gray_05);
198
+ @gray-06: var(--CDS_gray_06);
199
+ @gray-07: var(--CDS_gray_07);
200
+ @gray-08: var(--CDS_gray_08);
201
+ @shadow-color: var(--CDS_shadow_color);
202
+ @dashboard-01: var(--CDS_data_orange);
203
+ @dashboard-02: var(--CDS_data_red);
204
+ @dashboard-03: var(--CDS_data_green);
205
+ @dashboard-04: var(--CDS_data_purple);
206
+ @dashboard-05: var(--CDS_data_blue);
207
+ @dashboard-06: var(--CDS_data_cyan);
208
+ @dashboard-07: var(--CDS_data_violet);
209
+ @placeholder-01: var(--CDS_ph_plum);
210
+ @placeholder-02: var(--CDS_ph_red);
211
+ @placeholder-03: var(--CDS_ph_orange);
212
+ @placeholder-04: var(--CDS_ph_amber);
213
+ @placeholder-05: var(--CDS_ph_olive);
214
+ @placeholder-06: var(--CDS_ph_sky);
215
+ @placeholder-07: var(--CDS_ph_blue);
212
216
  @background-fill: #ffffff;
213
- @background-nav-search: #f7f7f7;
214
- @background-section: #ffffff;
215
- @background-layout: #f7f7f7;
216
- @background-overlay: #f0f0f0;
217
- @background-switch-trigger: #ffffff;
217
+ @background-nav-search: rgba(0, 0, 0, 0);
218
+ @background-section: var(--CDS_gray_modal);
219
+ @background-layout: var(--CDS_snow);
220
+ @background-overlay: var(--CDS_gray_modal);
221
+ @background-switch-trigger: var(--CDS_white_01);
222
+ @background-base: var(--CDS_gray_fill);
223
+ @cell-line-hover: var(--CDS_gray_fill);
224
+ @cell-line-active: var(--CDS_gray_02);
225
+ @tab-wrapped-bg-color-hover: rgba(0, 0, 0, 0);
226
+ @tab-wrapped-bg-color: rgba(0, 0, 0, 0);
227
+ @tab-wrapped-bg-color-selected: var(--CDS_gray_basic);
228
+ @step-dot-item-tail-wait-color: var(--CDS_gray_05);
229
+ @step-dot-item-tail-process-color: var(--CDS_gray_05);
230
+ @step-dot-item-tail-disabled-color: var(--CDS_gray_05);
231
+ @step-circle-item-tail-wait-color: var(--CDS_gray_05);
232
+ @step-circle-item-tail-process-color: var(--CDS_gray_05);
233
+ @step-circle-item-tail-disabled-color: var(--CDS_gray_05);
234
+ @pagination-item-bg: rgba(0, 0, 0, 0);
235
+ @nav-normal-bg-color: rgba(0, 0, 0, 0);
236
+ @nav-normal-sub-nav-bg-color: rgba(0, 0, 0, 0);
237
+ @nav-primary-text-color: var(--XDS_fg_color);
238
+ @nav-primary-sub-nav-text-color: var(--XDS_fg_color);
239
+ @nav-primary-group-text-color: var(--XDS_fg_color);
240
+ @nav-primary-item-hover-text-color: var(--XDS_fg_color);
241
+ @nav-primary-sub-nav-hover-text-color: var(--XDS_fg_color);
242
+ @nav-primary-item-selected-text-color: var(--XDS_fg_color);
243
+ @nav-primary-sub-nav-selected-text-color: var(--XDS_fg_color);
244
+ @nav-primary-item-opened-text-color: var(--XDS_fg_color);
245
+ @nav-primary-item-opened-bg-color: var(--XDS_line_hover_color);
246
+ @nav-primary-sub-nav-selected-bg-color: var(--XDS_line_hard_color);
247
+ @nav-primary-sub-nav-bg-color: rgba(0, 0, 0, 0);
248
+ @table-row-hover-bg: var(--CDS_gray_fill);
249
+ @menu-background-hover: var(--CDS_gray_fill);
250
+ @menu-background-selected: var(--CDS_gray_02);
251
+ @menu-background-focus: var(--CDS_gray_02);
252
+ @menu-divider-color: var(--CDS_gray_03);
253
+ @input-bg-color: rgba(0, 0, 0, 0);
254
+ @input-focus-bg-color: rgba(0, 0, 0, 0);
255
+ @input-hover-bg-color: rgba(0, 0, 0, 0);
256
+ @input-disabled-bg-color: var(--CDS_gray_fill);
257
+ @input-addon-bg-color: var(--CDS_gray_fill);
258
+ @tag-closable-primary-fill-bg-color: var(--CDS_gray_02);
259
+ @tag-closable-primary-fill-bg-color-hover: var(--CDS_gray_03);
260
+ @tag-closable-primary-fill-bg-color-disabled: var(--CDS_gray_02);
261
+ @tag-closable-primary-fill-border-color-hover: var(--CDS_gray_04);
262
+ @tag-closable-primary-fill-border-color-disabled: var(--CDS_gray_03);
263
+ @tag-closable-primary-fill-text-color-disabled: var(--CDS_gray_05);
264
+ @transfer-panel-header-background-color: var(--CDS_gray_basic);
265
+ @switch-disabled-on-bg-color: var(--CDS_gray_03);
266
+ @search-nav-search-bg-color: var(--CDS_gray_fill);
267
+ @range-normal-slider-bg-color: var(--CDS_white_01);
268
+ @range-normal-slider-bg-color-hover: var(--CDS_white_01);
269
+ @radio-bg-color: rgba(0, 0, 0, 0);
270
+ @radio-disabled-bg-color: var(--CDS_gray_04);
271
+ @calendar-card-table-cell-disabled-background: var(--CDS_gray_fill);
272
+ @calendar-fullscreen-table-cell-disabled-background: var(--CDS_gray_fill);
273
+ @checkbox-bg-color: rgba(0, 0, 0, 0);
274
+ @checkbox-disabled-bg-color: var(--CDS_gray_04);
275
+ @balloon-tooltip-color-primary-bg: rgba(0, 0, 0, 0.9) !important;
276
+ @balloon-tooltip-color-normal-bg: 'var(--CDS_gray_popover)', '!important';
277
+ @balloon-tooltip-color-normal: var(--CDS_gray_08);
278
+ @balloon-tooltip-color-primary: var(--CDS_white_01);
279
+ @btn-warning-primary-bg-disabled: var(--CDS_gray_05);
280
+ @btn-warning-primary-color-disabled: var(--CDS_white_01);
281
+ @btn-warning-primary-border-color-disabled: rgba(0, 0, 0, 0);
282
+ @btn-pure-color-disabled: var(--CDS_white_01);
283
+ @btn-pure-bg-disabled: var(--CDS_gray_05);
284
+ @btn-pure-border-color-disabled: var(--CDS_gray_05);
285
+ @btn-ghost-dark-bg-normal: rgba(0, 0, 0, 0);
286
+ @btn-ghost-dark-color: var(--CDS_gray_08);
287
+ @btn-ghost-dark-color-hover: var(--CDS_gray_08);
288
+ @btn-ghost-dark-color-active: var(--CDS_gray_08);
289
+ @btn-ghost-dark-border-color-active: var(--CDS_gray_08);
290
+ @btn-ghost-dark-border-color-hover: var(--CDS_gray_08);
291
+ @btn-ghost-dark-border-color: var(--CDS_gray_08);
292
+ @btn-ghost-dark-bg-hover: var(--CDS_gray_fill);
293
+ @btn-ghost-dark-bg-active: var(--CDS_gray_03);
294
+ @btn-ghost-dark-color-disabled: var(--CDS_gray_05);
295
+ @btn-ghost-dark-border-color-disabled: var(--CDS_gray_05);
296
+ @btn-ghost-light-bg-normal: rgba(0, 0, 0, 0);
297
+ @btn-ghost-light-border-color: var(--CDS_gray_08);
298
+ @btn-ghost-light-color: var(--CDS_gray_08);
299
+ @btn-ghost-light-color-active: var(--CDS_gray_08);
300
+ @btn-ghost-light-color-hover: var(--CDS_gray_08);
301
+ @btn-ghost-light-border-color-active: var(--CDS_gray_08);
302
+ @btn-ghost-light-border-color-hover: var(--CDS_gray_08);
303
+ @btn-ghost-light-bg-hover: var(--CDS_gray_02);
304
+ @btn-ghost-light-bg-active: var(--CDS_gray_03);
305
+ @btn-ghost-light-color-disabled: var(--CDS_gray_05);
306
+ @btn-ghost-light-border-color-disabled: var(--CDS_gray_05);
218
307
  @font-size-caption: 12px;
219
308
  @font-size-body: 14px;
220
309
  @font-size-subhead: 14px;
@@ -240,9 +329,9 @@
240
329
  @shape-radius: 4px;
241
330
  @shape-checkbox: 2px;
242
331
  @shape-circular: 50%;
243
- @shadow-01: 0 1px 3px 0 rgba(38, 38, 38, 0.1);
244
- @shadow-02: 0 4px 16px 0 rgba(38, 38, 38, 0.12);
245
- @shadow-03: 0 12px 32px 0 rgba(38, 38, 38, 0.16);
246
- @shadow-04: 0 18px 42px 0 rgba(38, 38, 38, 0.2);
332
+ @shadow-01: var(--XDS_shadow_small);
333
+ @shadow-02: var(--XDS_shadow_card);
334
+ @shadow-03: var(--XDS_shadow_bold_card);
335
+ @shadow-04: var(--XDS_shadow_bold_card);
247
336
  @AT_THEME: teambition;
248
337
  @AT_THEME_TYPE: light;
@@ -1,68 +1,207 @@
1
1
  // 颜色变量
2
2
  @import '../../../common/variables/color.scss';
3
3
 
4
- $highlight-brand: $B20 !default;
5
- $bright-brand: $B30 !default;
6
- $border-brand: $B40 !default;
7
- $primary-brand: $B50 !default;
8
- $hover-brand: $B60 !default;
9
- $click-brand: $B70 !default;
10
- $heavy-brand: $B80 !default;
11
- $highlight-danger: $R20 !default;
12
- $bright-danger: $R30 !default;
13
- $border-danger: $R40 !default;
14
- $primary-danger: $R50 !default;
15
- $hover-danger: $R60 !default;
16
- $click-danger: $R70 !default;
17
- $heavy-danger: $R80 !default;
18
- $highlight-warning: $O20 !default;
19
- $bright-warning: $O30 !default;
20
- $border-warning: $O40 !default;
21
- $primary-warning: $O50 !default;
22
- $hover-warning: $O60 !default;
23
- $click-warning: $O70 !default;
24
- $heavy-warning: $O80 !default;
25
- $highlight-alert: $A20 !default;
26
- $bright-alert: $A30 !default;
27
- $border-alert: $A40 !default;
28
- $primary-alert: $A50 !default;
29
- $hover-alert: $A60 !default;
30
- $click-alert: $A70 !default;
31
- $heavy-alert: $A80 !default;
32
- $highlight-success: $GN20 !default;
33
- $bright-success: $GN30 !default;
34
- $border-success: $GN40 !default;
35
- $primary-success: $GN50 !default;
36
- $hover-success: $GN60 !default;
37
- $click-success: $GN70 !default;
38
- $heavy-success: $GN80 !default;
39
- $snow: $G0 !default;
40
- $gray-01: $G10 !default;
41
- $gray-02: $G20 !default;
42
- $gray-03: $G30 !default;
43
- $gray-04: $G40 !default;
44
- $gray-05: $G50 !default;
45
- $gray-06: $G60 !default;
46
- $gray-07: $G70 !default;
47
- $gray-08: $G80 !default;
48
- $shadow-color: $G100 !default;
49
- $dashboard-01: $DT10 !default;
50
- $dashboard-02: $DT20 !default;
51
- $dashboard-03: $DT30 !default;
52
- $dashboard-04: $DT40 !default;
53
- $dashboard-05: $DT50 !default;
54
- $dashboard-06: $DT60 !default;
55
- $dashboard-07: $DT70 !default;
56
- $placeholder-01: $PH10 !default;
57
- $placeholder-02: $PH20 !default;
58
- $placeholder-03: $PH30 !default;
59
- $placeholder-04: $PH40 !default;
60
- $placeholder-05: $PH50 !default;
61
- $placeholder-06: $PH60 !default;
62
- $placeholder-07: $PH70 !default;
4
+ $highlight-brand: var(--CDS_highlight_brand) !default;
5
+ $bright-brand: var(--CDS_bright_brand) !default;
6
+ $border-brand: var(--CDS_border_brand) !default;
7
+ $primary-brand: var(--CDS_primary_brand) !default;
8
+ $hover-brand: var(--CDS_hover_brand) !default;
9
+ $click-brand: var(--CDS_click_brand) !default;
10
+ $heavy-brand: var(--CDS_heavy_brand) !default;
11
+
12
+ $highlight-danger: var(--CDS_highlight_danger) !default;
13
+ $bright-danger: var(--CDS_bright_danger) !default;
14
+ $border-danger: var(--CDS_border_danger) !default;
15
+ $primary-danger: var(--CDS_primary_danger) !default;
16
+ $hover-danger: var(--CDS_hover_danger) !default;
17
+ $click-danger: var(--CDS_click_danger) !default;
18
+ $heavy-danger: var(--CDS_heavy_danger) !default;
19
+
20
+ $highlight-warning: var(--CDS_highlight_warning) !default;
21
+ $bright-warning: var(--CDS_bright_warning) !default;
22
+ $border-warning: var(--CDS_border_warning) !default;
23
+ $primary-warning: var(--CDS_primary_warning) !default;
24
+ $hover-warning: var(---CDS_hover_warning) !default;
25
+ $click-warning: var(--CDS_click_warning) !default;
26
+ $heavy-warning: var(--CDS_heavy_warning) !default;
27
+
28
+ $highlight-alert: var(--CDS_highlight_alert) !default;
29
+ $bright-alert: var(--CDS_bright_alert) !default;
30
+ $border-alert: var(--CDS_border_alert) !default;
31
+ $primary-alert: var(--CDS_primary_alert) !default;
32
+ $hover-alert: var(--CDS_hover_alert) !default;
33
+ $click-alert: var(--CDS_click_alert) !default;
34
+ $heavy-alert: var(--CDS_heavy_alert) !default;
35
+
36
+ $highlight-success: var(--CDS_highlight_success) !default;
37
+ $bright-success: var(--CDS_bright_success) !default;
38
+ $border-success: var(--CDS_border_success) !default;
39
+ $primary-success: var(--CDS_primary_success) !default;
40
+ $hover-success: var(--CDS_hover_success) !default;
41
+ $click-success: var(--CDS_click_success) !default;
42
+ $heavy-success: var(--CDS_heavy_success) !default;
43
+
44
+ $snow: var(--CDS_snow) !default;
45
+ $gray-fill: var(--CDS_gray_fill) !default;
46
+ $gray-modal: var(--CDS_gray_modal) !default;
47
+ $gray-popover: var(--CDS_gray_popover) !default;
48
+ $gray-basic: var(--CDS_gray_basic) !default;
49
+
50
+ $gray-01: var(--CDS_gray_01) !default;
51
+ $gray-02: var(--CDS_gray_02) !default;
52
+ $gray-03: var(--CDS_gray_03) !default;
53
+ $gray-04: var(--CDS_gray_04) !default;
54
+ $gray-05: var(--CDS_gray_05) !default;
55
+ $gray-06: var(--CDS_gray_06) !default;
56
+ $gray-07: var(--CDS_gray_07) !default;
57
+ $gray-08: var(--CDS_gray_08) !default;
58
+
59
+ $shadow-color: var(--CDS_shadow_color) !default;
60
+
61
+ $dashboard-01: var(--CDS_data_orange) !default;
62
+ $dashboard-02: var(--CDS_data_red) !default;
63
+ $dashboard-03: var(--CDS_data_green) !default;
64
+ $dashboard-04: var(--CDS_data_purple) !default;
65
+ $dashboard-05: var(--CDS_data_blue) !default;
66
+ $dashboard-06: var(--CDS_data_cyan) !default;
67
+ $dashboard-07: var(--CDS_data_violet) !default;
68
+ $placeholder-01: var(--CDS_ph_plum) !default;
69
+ $placeholder-02: var(--CDS_ph_red) !default;
70
+ $placeholder-03: var(--CDS_ph_orange) !default;
71
+ $placeholder-04: var(--CDS_ph_amber) !default;
72
+ $placeholder-05: var(--CDS_ph_olive) !default;
73
+ $placeholder-06: var(--CDS_ph_sky) !default;
74
+ $placeholder-07: var(--CDS_ph_blue) !default;
75
+
63
76
  $background-fill: $G0 !default;
64
- $background-nav-search: $G10 !default;
65
- $background-section: $G0 !default;
66
- $background-layout: $G10 !default;
67
- $background-overlay: $G20 !default;
68
- $background-switch-trigger: $G0 !default;
77
+ $background-nav-search: transparent !default;
78
+
79
+ $background-section: var(--CDS_gray_modal) !default;
80
+ $background-layout: var(--CDS_snow) !default;
81
+ $background-overlay: var(--CDS_gray_modal) !default; // mark !!
82
+ $background-switch-trigger: var(--CDS_white_01) !default;
83
+ $background-base: var(--CDS_gray_fill) !default;
84
+
85
+ $cell-line-hover: var(--CDS_gray_fill) !default;
86
+ $cell-line-active: var(--CDS_gray_02) !default;
87
+
88
+ // custom-override-color
89
+
90
+ // tab 组件
91
+ $tab-wrapped-bg-color-hover: transparent;
92
+ $tab-wrapped-bg-color: transparent;
93
+ $tab-wrapped-bg-color-selected: var(--CDS_gray_basic);
94
+
95
+ // step
96
+ $step-dot-item-tail-wait-color: var(--CDS_gray_05) !default;
97
+ $step-dot-item-tail-process-color: var(--CDS_gray_05) !default;
98
+ $step-dot-item-tail-disabled-color: var(--CDS_gray_05) !default;
99
+ $step-circle-item-tail-wait-color: var(--CDS_gray_05) !default;
100
+ $step-circle-item-tail-process-color: var(--CDS_gray_05) !default;
101
+ $step-circle-item-tail-disabled-color: var(--CDS_gray_05) !default;
102
+
103
+ // pagination
104
+ $pagination-item-bg: transparent;
105
+
106
+ // nav mark
107
+ $nav-normal-bg-color: transparent !default;
108
+ $nav-normal-sub-nav-bg-color: transparent !default;
109
+ $nav-primary-text-color: var(--XDS_fg_color) !default;
110
+ $nav-primary-sub-nav-text-color: var(--XDS_fg_color) !default;
111
+ $nav-primary-group-text-color: var(--XDS_fg_color) !default;
112
+ $nav-primary-item-hover-text-color: var(--XDS_fg_color) !default;
113
+ $nav-primary-sub-nav-hover-text-color: var(--XDS_fg_color) !default;
114
+ $nav-primary-item-selected-text-color: var(--XDS_fg_color) !default;
115
+ $nav-primary-sub-nav-selected-text-color: var(--XDS_fg_color) !default;
116
+ $nav-primary-item-opened-text-color: var(--XDS_fg_color) !default;
117
+ $nav-primary-item-opened-bg-color: var(--XDS_line_hover_color) !default;
118
+ $nav-primary-sub-nav-selected-bg-color: var(--XDS_line_hard_color) !default;
119
+ $nav-primary-sub-nav-bg-color: transparent !default;
120
+
121
+ // table
122
+ $table-row-hover-bg: var(--CDS_gray_fill) !default;
123
+
124
+ // menu
125
+ $menu-background-hover: var(--CDS_gray_fill) !default;
126
+ $menu-background-selected: var(--CDS_gray_02) !default;
127
+ $menu-background-focus: var(--CDS_gray_02) !default;
128
+ $menu-divider-color: var(--CDS_gray_03) !default;
129
+
130
+
131
+ // input
132
+ $input-bg-color: transparent !default;
133
+ $input-focus-bg-color: transparent !default;
134
+ $input-hover-bg-color: transparent !default;
135
+ $input-disabled-bg-color: var(--CDS_gray_fill) !default;
136
+ $input-addon-bg-color: var(--CDS_gray_fill) !default;
137
+
138
+ // tag
139
+ $tag-closable-primary-fill-bg-color: var(--CDS_gray_02) !default;
140
+ $tag-closable-primary-fill-bg-color-hover: var(--CDS_gray_03) !default;
141
+ $tag-closable-primary-fill-bg-color-disabled: var(--CDS_gray_02) !default;
142
+ $tag-closable-primary-fill-border-color-hover: var(--CDS_gray_04) !default;
143
+ $tag-closable-primary-fill-border-color-disabled: var(--CDS_gray_03) !default;
144
+ $tag-closable-primary-fill-text-color-disabled: var(--CDS_gray_05) !default;
145
+
146
+ // transfer
147
+ $transfer-panel-header-background-color: var(--CDS_gray_basic) !default;
148
+
149
+ // switch
150
+ $switch-disabled-on-bg-color: var(--CDS_gray_03) !default;
151
+
152
+ // searcher
153
+ $search-nav-search-bg-color: var(--CDS_gray_fill) !default;
154
+
155
+ // range
156
+ $range-normal-slider-bg-color: var(--CDS_white_01) !default;
157
+ $range-normal-slider-bg-color-hover: var(--CDS_white_01) !default;
158
+
159
+ // radio
160
+ $radio-bg-color: transparent !default;
161
+ $radio-disabled-bg-color: var(--CDS_gray_04) !default;
162
+
163
+ // calendar
164
+ $calendar-card-table-cell-disabled-background: var(--CDS_gray_fill) !default;
165
+ $calendar-fullscreen-table-cell-disabled-background: var(--CDS_gray_fill) !default;
166
+
167
+ // checkbox
168
+ $checkbox-bg-color: transparent !default;
169
+ $checkbox-disabled-bg-color: var(--CDS_gray_04) !default;
170
+
171
+ // ballon
172
+ $balloon-tooltip-color-primary-bg: rgba(0, 0, 0, .9) !important !default;
173
+ $balloon-tooltip-color-normal-bg: var(--CDS_gray_popover) !important !default;
174
+ $balloon-tooltip-color-normal: var(--CDS_gray_08) !default;
175
+ $balloon-tooltip-color-primary: var(--CDS_white_01) !default;
176
+
177
+ // button
178
+ $btn-warning-primary-bg-disabled: var(--CDS_gray_05) !default;
179
+ $btn-warning-primary-color-disabled: var(--CDS_white_01) !default;
180
+ $btn-warning-primary-border-color-disabled: transparent !default;
181
+ $btn-pure-color-disabled: var(--CDS_white_01) !default;
182
+ $btn-pure-bg-disabled: var(--CDS_gray_05) !default;
183
+ $btn-pure-border-color-disabled: var(--CDS_gray_05) !default;
184
+ // button ghost dark
185
+ $btn-ghost-dark-bg-normal: transparent !default;
186
+ $btn-ghost-dark-color: var(--CDS_gray_08) !default;
187
+ $btn-ghost-dark-color-hover: var(--CDS_gray_08) !default;
188
+ $btn-ghost-dark-color-active: var(--CDS_gray_08) !default;
189
+ $btn-ghost-dark-border-color-active: var(--CDS_gray_08) !default;
190
+ $btn-ghost-dark-border-color-hover: var(--CDS_gray_08) !default;
191
+ $btn-ghost-dark-border-color: var(--CDS_gray_08) !default;
192
+ $btn-ghost-dark-bg-hover: var(--CDS_gray_fill) !default;
193
+ $btn-ghost-dark-bg-active: var(--CDS_gray_03) !default;
194
+ $btn-ghost-dark-color-disabled: var(--CDS_gray_05) !default;
195
+ $btn-ghost-dark-border-color-disabled: var(--CDS_gray_05) !default;
196
+ // button ghost light
197
+ $btn-ghost-light-bg-normal: transparent !default;
198
+ $btn-ghost-light-border-color: var(--CDS_gray_08) !default;
199
+ $btn-ghost-light-color: var(--CDS_gray_08) !default;
200
+ $btn-ghost-light-color-active: var(--CDS_gray_08) !default;
201
+ $btn-ghost-light-color-hover: var(--CDS_gray_08) !default;
202
+ $btn-ghost-light-border-color-active: var(--CDS_gray_08) !default;
203
+ $btn-ghost-light-border-color-hover: var(--CDS_gray_08) !default;
204
+ $btn-ghost-light-bg-hover: var(--CDS_gray_02) !default;
205
+ $btn-ghost-light-bg-active: var(--CDS_gray_03) !default;
206
+ $btn-ghost-light-color-disabled: var(--CDS_gray_05) !default;
207
+ $btn-ghost-light-border-color-disabled: var(--CDS_gray_05) !default;
@@ -1,6 +1,6 @@
1
1
  @import '../../../common/variables/shadow.scss';
2
2
 
3
- $shadow-01: $SH1 !default;
4
- $shadow-02: $SH2 !default;
5
- $shadow-03: $SH3 !default;
6
- $shadow-04: $SH4 !default;
3
+ $shadow-01: var(--XDS_shadow_small) !default;
4
+ $shadow-02: var(--XDS_shadow_card) !default;
5
+ $shadow-03: var(--XDS_shadow_bold_card) !default;
6
+ $shadow-04: var(--XDS_shadow_bold_card) !default;