@arco-themes/vue-attack1112233 0.0.5 → 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/README.md +8 -0
- package/css/arco.css +1 -1
- package/package.json +1 -1
- package/tokens.less +4 -4
- package/variables.less +3 -3
package/package.json
CHANGED
package/tokens.less
CHANGED
|
@@ -1041,11 +1041,11 @@
|
|
|
1041
1041
|
|
|
1042
1042
|
/*********** input ***********/
|
|
1043
1043
|
|
|
1044
|
-
@input-color-bg: #
|
|
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: #
|
|
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));
|
|
@@ -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: #
|
|
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: #
|
|
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-fill-
|
|
810
|
+
@input-color-bg: @color-fill-f4f7fb;
|
|
811
811
|
@input-color-bg_error_focus: @color-danger-1;
|
|
812
|
-
@descriptions-border-color-bg-label: @color-fill-
|
|
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-fill-
|
|
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;
|