@txdfe/at-theme 2.0.1-4 → 2.0.1-7

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": "2.0.1-4",
3
+ "version": "2.0.1-7",
4
4
  "description": "at主题包",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -198,11 +198,17 @@
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
+ --line-select: var(--CDS_gray_fill);
202
+ --line-selected: var(--CDS_gray_fill);
203
+ --gray-click: var(--CDS_gray_fill);
204
+ --line-click: var(--CDS_gray_fill);
201
205
  --gray-basic: var(--CDS_gray_basic);
206
+ --basic: var(--CDS_gray_basic);
207
+ --basic-fg: var(--CDS_gray_basic);
202
208
  --line-color: var(--CDS_gray_basic);
203
209
  --gray-modal: var(--CDS_gray_modal);
204
- --modal-color: var(--CDS_gray_popover);
205
210
  --gray-popover: var(--CDS_gray_popover);
211
+ --modal-color: var(--CDS_gray_popover);
206
212
  --popover-color: var(--CDS_gray_popover);
207
213
  --gray-00: var(--CDS_gray_00);
208
214
  --gray-01: var(--CDS_gray_01);
@@ -200,11 +200,17 @@ 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
+ "line-select": "var(--CDS_gray_fill)",
204
+ "line-selected": "var(--CDS_gray_fill)",
205
+ "gray-click": "var(--CDS_gray_fill)",
206
+ "line-click": "var(--CDS_gray_fill)",
203
207
  "gray-basic": "var(--CDS_gray_basic)",
208
+ basic: "var(--CDS_gray_basic)",
209
+ "basic-fg": "var(--CDS_gray_basic)",
204
210
  "line-color": "var(--CDS_gray_basic)",
205
211
  "gray-modal": "var(--CDS_gray_modal)",
206
- "modal-color": "var(--CDS_gray_popover)",
207
212
  "gray-popover": "var(--CDS_gray_popover)",
213
+ "modal-color": "var(--CDS_gray_popover)",
208
214
  "popover-color": "var(--CDS_gray_popover)",
209
215
  "gray-00": "var(--CDS_gray_00)",
210
216
  "gray-01": "var(--CDS_gray_01)",
@@ -197,11 +197,17 @@
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
+ @line-select: var(--CDS_gray_fill);
201
+ @line-selected: var(--CDS_gray_fill);
202
+ @gray-click: var(--CDS_gray_fill);
203
+ @line-click: var(--CDS_gray_fill);
200
204
  @gray-basic: var(--CDS_gray_basic);
205
+ @basic: var(--CDS_gray_basic);
206
+ @basic-fg: var(--CDS_gray_basic);
201
207
  @line-color: var(--CDS_gray_basic);
202
208
  @gray-modal: var(--CDS_gray_modal);
203
- @modal-color: var(--CDS_gray_popover);
204
209
  @gray-popover: var(--CDS_gray_popover);
210
+ @modal-color: var(--CDS_gray_popover);
205
211
  @popover-color: var(--CDS_gray_popover);
206
212
  @gray-00: var(--CDS_gray_00);
207
213
  @gray-01: var(--CDS_gray_01);
@@ -57,13 +57,21 @@ $line-hover: var(--CDS_gray_fill) !default;
57
57
 
58
58
  $gray-filled: var(--CDS_gray_fill) !default;
59
59
  $line-actived: var(--CDS_gray_fill) !default;
60
+ $line-select: var(--CDS_gray_fill) !default;
61
+ $line-selected: var(--CDS_gray_fill) !default;
62
+
63
+ $gray-click: var(--CDS_gray_fill) !default;
64
+ $line-click: var(--CDS_gray_fill) !default;
60
65
 
61
66
  $gray-basic: var(--CDS_gray_basic) !default;
67
+ $basic: var(--CDS_gray_basic) !default;
68
+ $basic-fg: var(--CDS_gray_basic) !default;
69
+
62
70
  $line-color: var(--CDS_gray_basic) !default;
63
71
 
64
72
  $gray-modal: var(--CDS_gray_modal) !default;
65
- $modal-color: var(--CDS_gray_popover) !default;
66
73
  $gray-popover: var(--CDS_gray_popover) !default;
74
+ $modal-color: var(--CDS_gray_popover) !default;
67
75
  $popover-color: var(--CDS_gray_popover) !default;
68
76
 
69
77
  $gray-00: var(--CDS_gray_00) !default;