@txdfe/at-theme 2.0.1-5 → 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-5",
3
+ "version": "2.0.1-7",
4
4
  "description": "at主题包",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -198,6 +198,8 @@
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);
201
203
  --gray-click: var(--CDS_gray_fill);
202
204
  --line-click: var(--CDS_gray_fill);
203
205
  --gray-basic: var(--CDS_gray_basic);
@@ -200,6 +200,8 @@ 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)",
203
205
  "gray-click": "var(--CDS_gray_fill)",
204
206
  "line-click": "var(--CDS_gray_fill)",
205
207
  "gray-basic": "var(--CDS_gray_basic)",
@@ -197,6 +197,8 @@
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);
200
202
  @gray-click: var(--CDS_gray_fill);
201
203
  @line-click: var(--CDS_gray_fill);
202
204
  @gray-basic: var(--CDS_gray_basic);
@@ -57,6 +57,8 @@ $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;
60
62
 
61
63
  $gray-click: var(--CDS_gray_fill) !default;
62
64
  $line-click: var(--CDS_gray_fill) !default;