@txdfe/at-theme 2.0.1-3 → 2.0.1-5
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
|
@@ -198,11 +198,15 @@
|
|
|
198
198
|
--line-hover: var(--CDS_gray_fill);
|
|
199
199
|
--gray-filled: var(--CDS_gray_fill);
|
|
200
200
|
--line-actived: var(--CDS_gray_fill);
|
|
201
|
+
--gray-click: var(--CDS_gray_fill);
|
|
202
|
+
--line-click: var(--CDS_gray_fill);
|
|
201
203
|
--gray-basic: var(--CDS_gray_basic);
|
|
204
|
+
--basic: var(--CDS_gray_basic);
|
|
205
|
+
--basic-fg: var(--CDS_gray_basic);
|
|
202
206
|
--line-color: var(--CDS_gray_basic);
|
|
203
207
|
--gray-modal: var(--CDS_gray_modal);
|
|
204
|
-
--modal-color: var(--CDS_gray_popover);
|
|
205
208
|
--gray-popover: var(--CDS_gray_popover);
|
|
209
|
+
--modal-color: var(--CDS_gray_popover);
|
|
206
210
|
--popover-color: var(--CDS_gray_popover);
|
|
207
211
|
--gray-00: var(--CDS_gray_00);
|
|
208
212
|
--gray-01: var(--CDS_gray_01);
|
package/teambition/js/index.js
CHANGED
|
@@ -200,11 +200,15 @@ module.exports = {
|
|
|
200
200
|
"line-hover": "var(--CDS_gray_fill)",
|
|
201
201
|
"gray-filled": "var(--CDS_gray_fill)",
|
|
202
202
|
"line-actived": "var(--CDS_gray_fill)",
|
|
203
|
+
"gray-click": "var(--CDS_gray_fill)",
|
|
204
|
+
"line-click": "var(--CDS_gray_fill)",
|
|
203
205
|
"gray-basic": "var(--CDS_gray_basic)",
|
|
206
|
+
basic: "var(--CDS_gray_basic)",
|
|
207
|
+
"basic-fg": "var(--CDS_gray_basic)",
|
|
204
208
|
"line-color": "var(--CDS_gray_basic)",
|
|
205
209
|
"gray-modal": "var(--CDS_gray_modal)",
|
|
206
|
-
"modal-color": "var(--CDS_gray_popover)",
|
|
207
210
|
"gray-popover": "var(--CDS_gray_popover)",
|
|
211
|
+
"modal-color": "var(--CDS_gray_popover)",
|
|
208
212
|
"popover-color": "var(--CDS_gray_popover)",
|
|
209
213
|
"gray-00": "var(--CDS_gray_00)",
|
|
210
214
|
"gray-01": "var(--CDS_gray_01)",
|
|
@@ -197,11 +197,15 @@
|
|
|
197
197
|
@line-hover: var(--CDS_gray_fill);
|
|
198
198
|
@gray-filled: var(--CDS_gray_fill);
|
|
199
199
|
@line-actived: var(--CDS_gray_fill);
|
|
200
|
+
@gray-click: var(--CDS_gray_fill);
|
|
201
|
+
@line-click: var(--CDS_gray_fill);
|
|
200
202
|
@gray-basic: var(--CDS_gray_basic);
|
|
203
|
+
@basic: var(--CDS_gray_basic);
|
|
204
|
+
@basic-fg: var(--CDS_gray_basic);
|
|
201
205
|
@line-color: var(--CDS_gray_basic);
|
|
202
206
|
@gray-modal: var(--CDS_gray_modal);
|
|
203
|
-
@modal-color: var(--CDS_gray_popover);
|
|
204
207
|
@gray-popover: var(--CDS_gray_popover);
|
|
208
|
+
@modal-color: var(--CDS_gray_popover);
|
|
205
209
|
@popover-color: var(--CDS_gray_popover);
|
|
206
210
|
@gray-00: var(--CDS_gray_00);
|
|
207
211
|
@gray-01: var(--CDS_gray_01);
|
|
@@ -58,12 +58,18 @@ $line-hover: var(--CDS_gray_fill) !default;
|
|
|
58
58
|
$gray-filled: var(--CDS_gray_fill) !default;
|
|
59
59
|
$line-actived: var(--CDS_gray_fill) !default;
|
|
60
60
|
|
|
61
|
+
$gray-click: var(--CDS_gray_fill) !default;
|
|
62
|
+
$line-click: var(--CDS_gray_fill) !default;
|
|
63
|
+
|
|
61
64
|
$gray-basic: var(--CDS_gray_basic) !default;
|
|
65
|
+
$basic: var(--CDS_gray_basic) !default;
|
|
66
|
+
$basic-fg: var(--CDS_gray_basic) !default;
|
|
67
|
+
|
|
62
68
|
$line-color: var(--CDS_gray_basic) !default;
|
|
63
69
|
|
|
64
70
|
$gray-modal: var(--CDS_gray_modal) !default;
|
|
65
|
-
$modal-color: var(--CDS_gray_popover) !default;
|
|
66
71
|
$gray-popover: var(--CDS_gray_popover) !default;
|
|
72
|
+
$modal-color: var(--CDS_gray_popover) !default;
|
|
67
73
|
$popover-color: var(--CDS_gray_popover) !default;
|
|
68
74
|
|
|
69
75
|
$gray-00: var(--CDS_gray_00) !default;
|
|
@@ -142,7 +148,7 @@ $nav-primary-sub-nav-bg-color: transparent !default;
|
|
|
142
148
|
$table-row-hover-bg: var(--CDS_gray_fill) !default;
|
|
143
149
|
|
|
144
150
|
// menu
|
|
145
|
-
$menu-background:
|
|
151
|
+
$menu-background: var(--CDS_gray_popover) !default;
|
|
146
152
|
$menu-background-hover: var(--CDS_gray_fill) !default;
|
|
147
153
|
$menu-background-selected: var(--CDS_gray_filled) !default;
|
|
148
154
|
$menu-background-focus: var(--CDS_gray_filled) !default;
|