@arco-themes/vue-slead 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-slead",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "",
5
5
  "author": "chowchiihang",
6
6
  "owners": [],
package/tokens.less CHANGED
@@ -1030,7 +1030,7 @@
1030
1030
  /*********** input ***********/
1031
1031
 
1032
1032
  @input-color-bg: #ffffff;
1033
- @input-color-bg_hover: var(--color-fill-3);
1033
+ @input-color-bg_hover: var(--color-neutral-1);
1034
1034
  @input-color-bg_focus: var(--color-bg-2);
1035
1035
  @input-color-bg_disabled: var(--color-fill-2);
1036
1036
  @input-color-addon-bg: #ffffff;
@@ -1057,7 +1057,7 @@
1057
1057
  @input-border-width: 1px;
1058
1058
  @input-color-border: var(--color-neutral-3);
1059
1059
  @input-color-border_disabled: transparent;
1060
- @input-color-border_hover: transparent;
1060
+ @input-color-border_hover: var(--color-neutral-3);
1061
1061
  @input-color-border_error: transparent;
1062
1062
  @input-color-border_error_hover: transparent;
1063
1063
  @input-size-default-font-size: 14px;
@@ -1164,9 +1164,9 @@
1164
1164
  @input-number-step-button-color: var(--color-text-2);
1165
1165
  @input-number-step-button-color_disabled: var(--color-text-4);
1166
1166
  @input-number-step-button-color-border: var(--color-neutral-3);
1167
- @input-number-step-button-color-bg_default: var(--color-fill-2);
1168
- @input-number-step-button-color-bg_default_hover: var(--color-fill-3);
1169
- @input-number-step-button-color-bg_default_active: var(--color-fill-4);
1167
+ @input-number-step-button-color-bg_default: #ffffff;
1168
+ @input-number-step-button-color-bg_default_hover: var(--color-neutral-2);
1169
+ @input-number-step-button-color-bg_default_active: var(--color-neutral-2);
1170
1170
  @input-number-step-button-color-bg_disabled: var(--color-fill-2);
1171
1171
  @input-number-step-button-color-bg_disabled_hover: var(--color-fill-2);
1172
1172
  @input-number-step-button-color-bg_disabled_active: var(--color-fill-2);
@@ -3783,14 +3783,14 @@
3783
3783
  @tree-size-small-icon-size: 12px;
3784
3784
  @tree-size-default-icon-size: 12px;
3785
3785
  @tree-size-large-icon-size: 12px;
3786
- @tree-size-expand-icon-bg_hover: 16px;
3786
+ @tree-size-expand-icon-bg_hover: 24px;
3787
3787
  @tree-size-mini-font-size: 12px;
3788
3788
  @tree-size-small-font-size: 14px;
3789
3789
  @tree-size-default-font-size: 14px;
3790
3790
  @tree-size-large-font-size: 14px;
3791
3791
  @tree-size-mini-line-height: 24px;
3792
3792
  @tree-size-small-line-height: 28px;
3793
- @tree-size-default-line-height: 36px;
3793
+ @tree-size-default-line-height: 32px;
3794
3794
  @tree-size-large-line-height: 40px;
3795
3795
  @tree-node-prefix-cls: ~'@{prefix}-tree-node';
3796
3796
 
package/variables.less CHANGED
@@ -820,3 +820,13 @@
820
820
  @menu-light-color-bg: @color-bg-white;
821
821
  @menu-light-color-bg-item_default: @color-bg-white;
822
822
  @menu-light-color-bg-item_selected: @color-primary-1;
823
+ @input-number-step-button-color-bg_default: @color-bg-white;
824
+ @input-number-step-button-color-bg_default_hover: @color-fill-2;
825
+ @input-number-step-button-color-bg_default_active: @color-fill-2;
826
+ @input-color-bg_hover: @color-fill-1;
827
+ @input-color-border_hover: @color-border-2;
828
+ @table-size-middle-padding-vertical: 7px;
829
+ @link-font-size: @font-size-body-3;
830
+ @tree-size-default-line-height: @size-8;
831
+ @tree-size-expand-icon-bg_hover: @size-6;
832
+ @tree-showline-size-switcher-icon: 14px;