@arco-themes/vue-rb-node-saas-web 0.0.2 → 0.0.3

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-rb-node-saas-web",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "",
5
5
  "author": "k5v1n",
6
6
  "owners": [],
package/theme.css CHANGED
@@ -61,7 +61,7 @@ body {
61
61
  --border-radius-none: 0;
62
62
  --border-radius-small: 4px;
63
63
  --border-radius-medium: 6px;
64
- --border-radius-large: 8px;
64
+ --border-radius-large: 10px;
65
65
  --border-radius-circle: 50%;
66
66
  --color-tooltip-bg: rgb(var(--gray-10));
67
67
  --color-spin-layer-bg: rgba(255, 255, 255, 0.6);
package/theme.less CHANGED
@@ -72,7 +72,7 @@
72
72
  @border-radius-none: 0;
73
73
  @border-radius-small: 4px;
74
74
  @border-radius-medium: 6px;
75
- @border-radius-large: 8px;
75
+ @border-radius-large: 10px;
76
76
  @border-radius-circle: 50%;
77
77
  @border-none: 0;
78
78
  @border-1: 1px;
package/tokens.less CHANGED
@@ -585,7 +585,7 @@
585
585
  @border-radius-none: 0;
586
586
  @border-radius-small: 4px;
587
587
  @border-radius-medium: 6px;
588
- @border-radius-large: 8px;
588
+ @border-radius-large: 10px;
589
589
  @border-radius-circle: 50%;
590
590
 
591
591
 
@@ -1041,7 +1041,7 @@
1041
1041
  @input-size-shadow_focus: 3px;
1042
1042
  @input-color-addon-border_default: transparent;
1043
1043
  @input-color-text: var(--color-text-1);
1044
- @input-color-placeholder-text: var(--color-text-3);
1044
+ @input-color-placeholder-text: #7f7f7f;
1045
1045
  @input-color-text_disabled: #dedede;
1046
1046
  @input-color-bg_error: var(--color-danger-light-1);
1047
1047
  @input-color-bg_error_hover: var(--color-danger-light-2);
@@ -1611,7 +1611,7 @@
1611
1611
  @avatar-size-default: 40px;
1612
1612
  @avatar-font-size-text: 20px;
1613
1613
  @avatar-color-text: var(--color-white);
1614
- @avatar-color-bg: var(--color-fill-4);
1614
+ @avatar-color-bg: #dedede;
1615
1615
  @avatar-color-group-item-border: var(--color-bg-2);
1616
1616
  @avatar-group-item-border-width: 2px;
1617
1617
  @avatar-group-item-margin-left: -10px;
package/variables.less CHANGED
@@ -66,7 +66,7 @@
66
66
  @border-radius-none: 0;
67
67
  @border-radius-small: 4px;
68
68
  @border-radius-medium: 6px;
69
- @border-radius-large: 8px;
69
+ @border-radius-large: 10px;
70
70
  @border-radius-circle: 50%;
71
71
  @border-none: 0;
72
72
  @border-1: 1px;
@@ -860,3 +860,5 @@
860
860
  @pagination-color-bg-item_hover: @color-primary-1;
861
861
  @pagination-color-item-text_hover: @color-primary-6;
862
862
  @pagination-color-icon-arrow-bg_hover: @color-primary-1;
863
+ @input-color-placeholder-text: @color-text-2;
864
+ @avatar-color-bg: @color-border-2;