@arco-themes/vue-attack1112233 0.0.4 → 0.0.6

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": "@arco-themes/vue-attack1112233",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "",
5
5
  "author": "1282000569",
6
6
  "owners": [],
package/tokens.less CHANGED
@@ -1041,11 +1041,11 @@
1041
1041
 
1042
1042
  /*********** input ***********/
1043
1043
 
1044
- @input-color-bg: #ffffff;
1044
+ @input-color-bg: #f4f7fb;
1045
1045
  @input-color-bg_hover: var(--color-fill-3);
1046
1046
  @input-color-bg_focus: var(--color-bg-2);
1047
1047
  @input-color-bg_disabled: var(--color-fill-2);
1048
- @input-color-addon-bg: #ffffff;
1048
+ @input-color-addon-bg: #f4f7fb;
1049
1049
  @input-color-addon-border: var(--color-neutral-3);
1050
1050
  @input-border-addon-separator-width: 1px;
1051
1051
  @input-color-border_focus: rgb(var(--primary-6));
@@ -1481,6 +1481,8 @@
1481
1481
  @select-popup-group-title-font-size: 12px;
1482
1482
  @select-popup-group-title-color-text: var(--color-text-3);
1483
1483
  @select-color-text_default: #222e4a;
1484
+ @select-color-bg_default_hover: #f7f9fb;
1485
+ @select-color-shadow_default_focus: rgb(var(--primary-1));
1484
1486
  @select-size-mini-height: @size-mini;
1485
1487
  @select-size-small-height: @size-small;
1486
1488
  @select-size-default-height: @size-default;
@@ -1501,11 +1503,9 @@
1501
1503
  @select-color-placeholder_disabled: var(--color-text-4);
1502
1504
  @select-color-placeholder_focused: var(--color-text-3);
1503
1505
  @select-color-bg_default: var(--color-fill-2);
1504
- @select-color-bg_default_hover: var(--color-fill-3);
1505
1506
  @select-color-bg_default_focus: var(--color-bg-2);
1506
1507
  @select-color-bg_error: var(--color-danger-light-1);
1507
1508
  @select-color-shadow_error_focus: var(--color-danger-light-2);
1508
- @select-color-shadow_default_focus: var(--color-primary-light-2);
1509
1509
  @select-shadow-distance_error_focus: @shadow-distance-none;
1510
1510
  @select-shadow-distance_default_focus: @shadow-distance-none;
1511
1511
  @select-color-bg_error_hover: var(--color-danger-light-2);
@@ -2350,7 +2350,7 @@
2350
2350
  @descriptions-font-weight-title: 500;
2351
2351
  @descriptions-font-weight-text-label: 500;
2352
2352
  @descriptions-font-weight-text-value: 400;
2353
- @descriptions-border-color-bg-label: #ffffff;
2353
+ @descriptions-border-color-bg-label: #f4f7fb;
2354
2354
  @descriptions-item-size-mini-spacing-bottom: 2px;
2355
2355
  @descriptions-item-size-small-spacing-bottom: 4px;
2356
2356
  @descriptions-item-size-medium-spacing-bottom: 8px;
@@ -3481,7 +3481,7 @@
3481
3481
  @table-color-border: #ebf0f8;
3482
3482
  @table-border-radius: var(--border-radius-medium);
3483
3483
  @table-color-text-header-cell: #222e4a;
3484
- @table-color-bg-header-cell: #ffffff;
3484
+ @table-color-bg-header-cell: #f4f7fb;
3485
3485
  @table-color-bg-header-sorted-cell: var(--color-neutral-3);
3486
3486
  @table-color-bg-header-sorted-cell_hover: rgba(var(--gray-4), 0.5);
3487
3487
  @table-color-header-filters-icon: var(--color-text-2);
package/variables.less CHANGED
@@ -807,12 +807,12 @@
807
807
  @color-text-7: #b6c4d4;
808
808
  @dark-color-text-7: #22364c;
809
809
  @table-color-bg-body-cell: @color-bg-1;
810
- @input-color-bg: @color-bg-4;
810
+ @input-color-bg: @color-fill-f4f7fb;
811
811
  @input-color-bg_error_focus: @color-danger-1;
812
- @descriptions-border-color-bg-label: @color-bg-4;
812
+ @descriptions-border-color-bg-label: @color-fill-f4f7fb;
813
813
  @empty-color-text: @color-text-6;
814
814
  @empty-color-icon: @color-text-6;
815
- @table-color-bg-header-cell: @color-bg-4;
815
+ @table-color-bg-header-cell: @color-fill-f4f7fb;
816
816
  @table-color-text-header-cell: @color-text-2;
817
817
  @table-color-text-body-cell: @color-text-4;
818
818
  @table-color-border: @color-border-1;
@@ -860,3 +860,5 @@
860
860
  @color-fill-f0f4f9: #f0f4f9;
861
861
  @color-fill-f4f7fb: #f4f7fb;
862
862
  @dark-color-fill-f4f7fb: #253363;
863
+ @select-color-bg_default_hover: @color-fill-1;
864
+ @select-color-shadow_default_focus: @color-primary-1;