@txdfe/at-theme 2.0.1-13 → 2.0.1-15

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-13",
3
+ "version": "2.0.1-15",
4
4
  "description": "at主题包",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -203,7 +203,7 @@
203
203
  --border-purple: var(--CDS_border_purple);
204
204
  --primary-purple: var(--CDS_primary_purple);
205
205
  --hover-purple: var(--CDS_hover_purple);
206
- --snow: var(---CDS_gray_00);
206
+ --snow: var(--CDS_gray_00);
207
207
  --black: var(--CDS_black_01);
208
208
  --white: var(--CDS_white_01);
209
209
  --abs-white: var(--CDS_white_01);
@@ -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(--CDS_gray_04);
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(--CDS_gray_04);
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);
@@ -205,7 +205,7 @@ module.exports = {
205
205
  "border-purple": "var(--CDS_border_purple)",
206
206
  "primary-purple": "var(--CDS_primary_purple)",
207
207
  "hover-purple": "var(--CDS_hover_purple)",
208
- snow: "var(---CDS_gray_00)",
208
+ snow: "var(--CDS_gray_00)",
209
209
  black: "var(--CDS_black_01)",
210
210
  white: "var(--CDS_white_01)",
211
211
  "abs-white": "var(--CDS_white_01)",
@@ -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(--CDS_gray_04)",
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(--CDS_gray_04)",
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)",
@@ -202,7 +202,7 @@
202
202
  @border-purple: var(--CDS_border_purple);
203
203
  @primary-purple: var(--CDS_primary_purple);
204
204
  @hover-purple: var(--CDS_hover_purple);
205
- @snow: var(---CDS_gray_00);
205
+ @snow: var(--CDS_gray_00);
206
206
  @black: var(--CDS_black_01);
207
207
  @white: var(--CDS_white_01);
208
208
  @abs-white: var(--CDS_white_01);
@@ -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(--CDS_gray_04);
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(--CDS_gray_04);
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);
@@ -60,7 +60,7 @@ $border-purple: var(--CDS_border_purple) !default;
60
60
  $primary-purple: var(--CDS_primary_purple) !default;
61
61
  $hover-purple: var(--CDS_hover_purple) !default;
62
62
 
63
- $snow: var(---CDS_gray_00) !default;
63
+ $snow: var(--CDS_gray_00) !default;
64
64
  $black: var(--CDS_black_01) !default;
65
65
  $white: var(--CDS_white_01) !default;
66
66
 
@@ -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(--CDS_gray_04) !default;
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(--CDS_gray_04) !default;
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;