@txdfe/at-theme 2.0.1-14 → 2.0.1-16
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
package/teambition/css/index.css
CHANGED
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
--black-01: var(--CDS_black_01);
|
|
216
216
|
--black-02: var(--CDS_black_02);
|
|
217
217
|
--gray-fill: var(--CDS_gray_fill);
|
|
218
|
-
--line-hover: var(--
|
|
218
|
+
--line-hover: var(--CDS_gray_hover);
|
|
219
219
|
--gray-filled: var(--CDS_gray_fill);
|
|
220
220
|
--line-actived: var(--CDS_gray_fill);
|
|
221
221
|
--line-select: var(--CDS_gray_fill);
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
--shadow-color-02: var(--CDS_shadow_color_02, rgba(38, 38, 38, 0.14));
|
|
298
298
|
--shadow-color-03: var(--CDS_shadow_color_03, rgba(38, 38, 38, 0.18));
|
|
299
299
|
--shadow-color-04: var(--CDS_shadow_color_04, rgba(38, 38, 38, 0.24));
|
|
300
|
-
--cell-line-hover: var(--
|
|
300
|
+
--cell-line-hover: var(--CDS_gray_hover);
|
|
301
301
|
--cell-line-active: var(--CDS_gray_02);
|
|
302
302
|
--tab-wrapped-bg-color-hover: rgba(0, 0, 0, 0);
|
|
303
303
|
--tab-wrapped-bg-color: rgba(0, 0, 0, 0);
|
|
@@ -345,11 +345,11 @@
|
|
|
345
345
|
--range-normal-slider-bg-color: var(--CDS_white_01);
|
|
346
346
|
--range-normal-slider-bg-color-hover: var(--CDS_white_01);
|
|
347
347
|
--radio-bg-color: rgba(0, 0, 0, 0);
|
|
348
|
-
--radio-disabled-bg-color: var(--
|
|
348
|
+
--radio-disabled-bg-color: var(--CDS_gray_03);
|
|
349
349
|
--calendar-card-table-cell-disabled-background: var(--CDS_gray_fill);
|
|
350
350
|
--calendar-fullscreen-table-cell-disabled-background: var(--CDS_gray_fill);
|
|
351
351
|
--checkbox-bg-color: rgba(0, 0, 0, 0);
|
|
352
|
-
--checkbox-disabled-bg-color: var(--
|
|
352
|
+
--checkbox-disabled-bg-color: var(--CDS_gray_03);
|
|
353
353
|
--balloon-tooltip-color-primary-bg: rgba(0, 0, 0, 0.9) !important;
|
|
354
354
|
--balloon-tooltip-color-normal-bg: 'var(--CDS_gray_popover)', '!important';
|
|
355
355
|
--balloon-tooltip-color-normal: var(--CDS_gray_08);
|
package/teambition/js/index.js
CHANGED
|
@@ -217,7 +217,7 @@ module.exports = {
|
|
|
217
217
|
"black-01": "var(--CDS_black_01)",
|
|
218
218
|
"black-02": "var(--CDS_black_02)",
|
|
219
219
|
"gray-fill": "var(--CDS_gray_fill)",
|
|
220
|
-
"line-hover": "var(--
|
|
220
|
+
"line-hover": "var(--CDS_gray_hover)",
|
|
221
221
|
"gray-filled": "var(--CDS_gray_fill)",
|
|
222
222
|
"line-actived": "var(--CDS_gray_fill)",
|
|
223
223
|
"line-select": "var(--CDS_gray_fill)",
|
|
@@ -299,7 +299,7 @@ module.exports = {
|
|
|
299
299
|
"shadow-color-02": "var(--CDS_shadow_color_02, rgba(38, 38, 38, 0.14))",
|
|
300
300
|
"shadow-color-03": "var(--CDS_shadow_color_03, rgba(38, 38, 38, 0.18))",
|
|
301
301
|
"shadow-color-04": "var(--CDS_shadow_color_04, rgba(38, 38, 38, 0.24))",
|
|
302
|
-
"cell-line-hover": "var(--
|
|
302
|
+
"cell-line-hover": "var(--CDS_gray_hover)",
|
|
303
303
|
"cell-line-active": "var(--CDS_gray_02)",
|
|
304
304
|
"tab-wrapped-bg-color-hover": "rgba(0, 0, 0, 0)",
|
|
305
305
|
"tab-wrapped-bg-color": "rgba(0, 0, 0, 0)",
|
|
@@ -347,11 +347,11 @@ module.exports = {
|
|
|
347
347
|
"range-normal-slider-bg-color": "var(--CDS_white_01)",
|
|
348
348
|
"range-normal-slider-bg-color-hover": "var(--CDS_white_01)",
|
|
349
349
|
"radio-bg-color": "rgba(0, 0, 0, 0)",
|
|
350
|
-
"radio-disabled-bg-color": "var(--
|
|
350
|
+
"radio-disabled-bg-color": "var(--CDS_gray_03)",
|
|
351
351
|
"calendar-card-table-cell-disabled-background": "var(--CDS_gray_fill)",
|
|
352
352
|
"calendar-fullscreen-table-cell-disabled-background": "var(--CDS_gray_fill)",
|
|
353
353
|
"checkbox-bg-color": "rgba(0, 0, 0, 0)",
|
|
354
|
-
"checkbox-disabled-bg-color": "var(--
|
|
354
|
+
"checkbox-disabled-bg-color": "var(--CDS_gray_03)",
|
|
355
355
|
"balloon-tooltip-color-primary-bg": "rgba(0, 0, 0, 0.9) !important",
|
|
356
356
|
"balloon-tooltip-color-normal-bg": "'var(--CDS_gray_popover)', '!important'",
|
|
357
357
|
"balloon-tooltip-color-normal": "var(--CDS_gray_08)",
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
@black-01: var(--CDS_black_01);
|
|
215
215
|
@black-02: var(--CDS_black_02);
|
|
216
216
|
@gray-fill: var(--CDS_gray_fill);
|
|
217
|
-
@line-hover: var(--
|
|
217
|
+
@line-hover: var(--CDS_gray_hover);
|
|
218
218
|
@gray-filled: var(--CDS_gray_fill);
|
|
219
219
|
@line-actived: var(--CDS_gray_fill);
|
|
220
220
|
@line-select: var(--CDS_gray_fill);
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
@shadow-color-02: var(--CDS_shadow_color_02, rgba(38, 38, 38, 0.14));
|
|
297
297
|
@shadow-color-03: var(--CDS_shadow_color_03, rgba(38, 38, 38, 0.18));
|
|
298
298
|
@shadow-color-04: var(--CDS_shadow_color_04, rgba(38, 38, 38, 0.24));
|
|
299
|
-
@cell-line-hover: var(--
|
|
299
|
+
@cell-line-hover: var(--CDS_gray_hover);
|
|
300
300
|
@cell-line-active: var(--CDS_gray_02);
|
|
301
301
|
@tab-wrapped-bg-color-hover: rgba(0, 0, 0, 0);
|
|
302
302
|
@tab-wrapped-bg-color: rgba(0, 0, 0, 0);
|
|
@@ -344,11 +344,11 @@
|
|
|
344
344
|
@range-normal-slider-bg-color: var(--CDS_white_01);
|
|
345
345
|
@range-normal-slider-bg-color-hover: var(--CDS_white_01);
|
|
346
346
|
@radio-bg-color: rgba(0, 0, 0, 0);
|
|
347
|
-
@radio-disabled-bg-color: var(--
|
|
347
|
+
@radio-disabled-bg-color: var(--CDS_gray_03);
|
|
348
348
|
@calendar-card-table-cell-disabled-background: var(--CDS_gray_fill);
|
|
349
349
|
@calendar-fullscreen-table-cell-disabled-background: var(--CDS_gray_fill);
|
|
350
350
|
@checkbox-bg-color: rgba(0, 0, 0, 0);
|
|
351
|
-
@checkbox-disabled-bg-color: var(--
|
|
351
|
+
@checkbox-disabled-bg-color: var(--CDS_gray_03);
|
|
352
352
|
@balloon-tooltip-color-primary-bg: rgba(0, 0, 0, 0.9) !important;
|
|
353
353
|
@balloon-tooltip-color-normal-bg: 'var(--CDS_gray_popover)', '!important';
|
|
354
354
|
@balloon-tooltip-color-normal: var(--CDS_gray_08);
|
|
@@ -76,7 +76,7 @@ $black-01: var(--CDS_black_01) !default;
|
|
|
76
76
|
$black-02: var(--CDS_black_02) !default;
|
|
77
77
|
|
|
78
78
|
$gray-fill: var(--CDS_gray_fill) !default;
|
|
79
|
-
$line-hover: var(--
|
|
79
|
+
$line-hover: var(--CDS_gray_hover) !default;
|
|
80
80
|
|
|
81
81
|
$gray-filled: var(--CDS_gray_fill) !default;
|
|
82
82
|
$line-actived: var(--CDS_gray_fill) !default;
|
|
@@ -179,7 +179,7 @@ $shadow-color-02: var(--CDS_shadow_color_02, rgba(38, 38, 38, 0.14)) !default;
|
|
|
179
179
|
$shadow-color-03: var(--CDS_shadow_color_03, rgba(38, 38, 38, 0.18)) !default;
|
|
180
180
|
$shadow-color-04: var(--CDS_shadow_color_04, rgba(38, 38, 38, 0.24)) !default;
|
|
181
181
|
|
|
182
|
-
$cell-line-hover: var(--
|
|
182
|
+
$cell-line-hover: var(--CDS_gray_hover) !default;
|
|
183
183
|
$cell-line-active: var(--CDS_gray_02) !default;
|
|
184
184
|
|
|
185
185
|
// custom-override-color
|
|
@@ -255,7 +255,7 @@ $range-normal-slider-bg-color-hover: var(--CDS_white_01) !default;
|
|
|
255
255
|
|
|
256
256
|
// radio
|
|
257
257
|
$radio-bg-color: transparent !default;
|
|
258
|
-
$radio-disabled-bg-color: var(--
|
|
258
|
+
$radio-disabled-bg-color: var(--CDS_gray_03) !default;
|
|
259
259
|
|
|
260
260
|
// calendar
|
|
261
261
|
$calendar-card-table-cell-disabled-background: var(--CDS_gray_fill) !default;
|
|
@@ -263,7 +263,7 @@ $calendar-fullscreen-table-cell-disabled-background: var(--CDS_gray_fill) !defau
|
|
|
263
263
|
|
|
264
264
|
// checkbox
|
|
265
265
|
$checkbox-bg-color: transparent !default;
|
|
266
|
-
$checkbox-disabled-bg-color: var(--
|
|
266
|
+
$checkbox-disabled-bg-color: var(--CDS_gray_03) !default;
|
|
267
267
|
|
|
268
268
|
// ballon
|
|
269
269
|
$balloon-tooltip-color-primary-bg: rgba(0, 0, 0, .9) !important !default;
|