@txdfe/at-theme 2.0.1-14 → 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-14",
3
+ "version": "2.0.1-15",
4
4
  "description": "at主题包",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -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);
@@ -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)",
@@ -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);
@@ -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;