@arco-themes/vue-startrek 0.0.14 → 0.0.16
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 +12 -0
- package/css/arco.css +1 -1
- package/package.json +1 -1
- package/tokens.less +6 -6
- package/variables.less +5 -5
package/package.json
CHANGED
package/tokens.less
CHANGED
|
@@ -1077,8 +1077,8 @@
|
|
|
1077
1077
|
/*********** input ***********/
|
|
1078
1078
|
|
|
1079
1079
|
@input-color-bg: #ffffff;
|
|
1080
|
-
@input-color-bg_hover:
|
|
1081
|
-
@input-color-bg_focus:
|
|
1080
|
+
@input-color-bg_hover: #ffffff;
|
|
1081
|
+
@input-color-bg_focus: #ffffff;
|
|
1082
1082
|
@input-color-bg_disabled: #f0f2f5;
|
|
1083
1083
|
@input-color-addon-bg: #ffffff;
|
|
1084
1084
|
@input-color-addon-border: var(--color-neutral-3);
|
|
@@ -1090,9 +1090,9 @@
|
|
|
1090
1090
|
@input-color-text: #34363f;
|
|
1091
1091
|
@input-color-placeholder-text: #9799a4;
|
|
1092
1092
|
@input-color-text_disabled: #c6c8cc;
|
|
1093
|
-
@input-color-bg_error:
|
|
1094
|
-
@input-color-bg_error_hover:
|
|
1095
|
-
@input-color-bg_error_focus:
|
|
1093
|
+
@input-color-bg_error: #ffffff;
|
|
1094
|
+
@input-color-bg_error_hover: #ffffff;
|
|
1095
|
+
@input-color-bg_error_focus: #ffffff;
|
|
1096
1096
|
@input-color-border_error_focus: rgb(var(--danger-6));
|
|
1097
1097
|
@input-color-shadow_error_focus: var(--color-danger-light-2);
|
|
1098
1098
|
@input-size-shadow_error_focus: 0;
|
|
@@ -1272,7 +1272,7 @@
|
|
|
1272
1272
|
@picker-size-shadow_focus: 0;
|
|
1273
1273
|
@picker-color-shadow_error_focus: var(--color-danger-light-2);
|
|
1274
1274
|
@picker-size-shadow_error_focus: 0;
|
|
1275
|
-
@picker-color-bg:
|
|
1275
|
+
@picker-color-bg: #ffffff;
|
|
1276
1276
|
@picker-color-bg_hover: transparent;
|
|
1277
1277
|
@picker-color-bg_focus: transparent;
|
|
1278
1278
|
@picker-color-bg_disabled: #f0f2f5;
|
package/variables.less
CHANGED
|
@@ -815,14 +815,14 @@
|
|
|
815
815
|
@input-color-bg: @color-bg-white;
|
|
816
816
|
@input-color-text_disabled: @color-text-5;
|
|
817
817
|
@input-color-border_disabled: @color-text-6;
|
|
818
|
-
@input-color-bg_hover: @color-
|
|
818
|
+
@input-color-bg_hover: @color-bg-white;
|
|
819
819
|
@input-color-border_hover: @color-primary-6;
|
|
820
|
-
@input-color-bg_error: @color-
|
|
820
|
+
@input-color-bg_error: @color-bg-white;
|
|
821
821
|
@input-color-border_error: @color-danger-6;
|
|
822
|
-
@input-color-bg_error_hover: @color-
|
|
822
|
+
@input-color-bg_error_hover: @color-bg-white;
|
|
823
823
|
@input-color-border_error_hover: @color-danger-4;
|
|
824
824
|
@upload-drag-color-bg: var(~'@{arco-cssvars-prefix}-color-fill-1');
|
|
825
|
-
@picker-color-bg: @color-
|
|
825
|
+
@picker-color-bg: @color-bg-white;
|
|
826
826
|
@picker-color-border: @color-text-6;
|
|
827
827
|
@picker-input-border-radius: @border-radius-medium;
|
|
828
828
|
@picker-color-placeholder: @color-text-4;
|
|
@@ -832,7 +832,7 @@
|
|
|
832
832
|
@btn-border-radius: @border-radius-medium;
|
|
833
833
|
@color-text-8: #f2f6fd;
|
|
834
834
|
@dark-color-text-8: #f2f6fd;
|
|
835
|
-
@input-color-bg_focus: @color-
|
|
835
|
+
@input-color-bg_focus: @color-bg-white;
|
|
836
836
|
@table-color-text-header-cell: @color-text-1;
|
|
837
837
|
@table-color-bg-header-cell: @color-bg-2;
|
|
838
838
|
@table-color-bg-body-cell: @color-bg-white;
|