@arco-themes/vue-heckman 0.0.1 → 0.0.2
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 +10 -10
- package/variables.less +10 -0
package/package.json
CHANGED
package/tokens.less
CHANGED
|
@@ -1938,8 +1938,8 @@
|
|
|
1938
1938
|
@btn-text-color-text_active: rgb(var(--primary-6));
|
|
1939
1939
|
@btn-text-color-bg: transparent;
|
|
1940
1940
|
@btn-text-color-bg_disabled: transparent;
|
|
1941
|
-
@btn-text-color-bg_hover:
|
|
1942
|
-
@btn-text-color-bg_active:
|
|
1941
|
+
@btn-text-color-bg_hover: transparent;
|
|
1942
|
+
@btn-text-color-bg_active: transparent;
|
|
1943
1943
|
@btn-text-color-border: transparent;
|
|
1944
1944
|
@btn-text-color-border_disabled: transparent;
|
|
1945
1945
|
@btn-text-color-border_hover: transparent;
|
|
@@ -1950,7 +1950,7 @@
|
|
|
1950
1950
|
@btn-text-color-text_warning_active: rgb(var(--warning-6));
|
|
1951
1951
|
@btn-text-color-bg_warning: transparent;
|
|
1952
1952
|
@btn-text-color-bg_warning_disabled: transparent;
|
|
1953
|
-
@btn-text-color-bg_warning_hover:
|
|
1953
|
+
@btn-text-color-bg_warning_hover: transparent;
|
|
1954
1954
|
@btn-text-color-bg_warning_active: var(--color-fill-3);
|
|
1955
1955
|
@btn-text-color-border_warning: transparent;
|
|
1956
1956
|
@btn-text-color-border_warning_disabled: transparent;
|
|
@@ -1962,8 +1962,8 @@
|
|
|
1962
1962
|
@btn-text-color-text_danger_active: rgb(var(--danger-6));
|
|
1963
1963
|
@btn-text-color-bg_danger: transparent;
|
|
1964
1964
|
@btn-text-color-bg_danger_disabled: transparent;
|
|
1965
|
-
@btn-text-color-bg_danger_hover:
|
|
1966
|
-
@btn-text-color-bg_danger_active:
|
|
1965
|
+
@btn-text-color-bg_danger_hover: transparent;
|
|
1966
|
+
@btn-text-color-bg_danger_active: transparent;
|
|
1967
1967
|
@btn-text-color-border_danger: transparent;
|
|
1968
1968
|
@btn-text-color-border_danger_disabled: transparent;
|
|
1969
1969
|
@btn-text-color-border_danger_hover: transparent;
|
|
@@ -1974,8 +1974,8 @@
|
|
|
1974
1974
|
@btn-text-color-text_success_active: rgb(var(--success-6));
|
|
1975
1975
|
@btn-text-color-bg_success: transparent;
|
|
1976
1976
|
@btn-text-color-bg_success_disabled: transparent;
|
|
1977
|
-
@btn-text-color-bg_success_hover:
|
|
1978
|
-
@btn-text-color-bg_success_active:
|
|
1977
|
+
@btn-text-color-bg_success_hover: transparent;
|
|
1978
|
+
@btn-text-color-bg_success_active: transparent;
|
|
1979
1979
|
@btn-text-color-border_success: transparent;
|
|
1980
1980
|
@btn-text-color-border_success_disabled: transparent;
|
|
1981
1981
|
@btn-text-color-border_success_hover: transparent;
|
|
@@ -2320,7 +2320,7 @@
|
|
|
2320
2320
|
@descriptions-border-width: 1px;
|
|
2321
2321
|
@descriptions-border-style: solid;
|
|
2322
2322
|
@descriptions-color-border: var(--color-neutral-3);
|
|
2323
|
-
@descriptions-border-radius:
|
|
2323
|
+
@descriptions-border-radius: 0;
|
|
2324
2324
|
@descriptions-font-size-title: 16px;
|
|
2325
2325
|
@descriptions-size-mini-title-margin-bottom: 6px;
|
|
2326
2326
|
@descriptions-size-small-title-margin-bottom: 8px;
|
|
@@ -2333,7 +2333,7 @@
|
|
|
2333
2333
|
@descriptions-size-default-font-size-text: 14px;
|
|
2334
2334
|
@descriptions-size-large-font-size-text: 14px;
|
|
2335
2335
|
@descriptions-color-title: var(--color-text-1);
|
|
2336
|
-
@descriptions-color-text-label: var(--color-
|
|
2336
|
+
@descriptions-color-text-label: var(--color-neutral-6);
|
|
2337
2337
|
@descriptions-color-text-value: var(--color-text-1);
|
|
2338
2338
|
@descriptions-font-weight-title: 500;
|
|
2339
2339
|
@descriptions-font-weight-text-label: 500;
|
|
@@ -2792,7 +2792,7 @@
|
|
|
2792
2792
|
@modal-margin-top: 100px;
|
|
2793
2793
|
@modal-margin-tip-icon-right: 10px;
|
|
2794
2794
|
@modal-margin-footer-button-left: 12px;
|
|
2795
|
-
@modal-color-border:
|
|
2795
|
+
@modal-color-border: transparent;
|
|
2796
2796
|
@modal-color-header-text: var(--color-text-1);
|
|
2797
2797
|
@modal-color-content-text: var(--color-text-1);
|
|
2798
2798
|
@modal-font-header-size: 16px;
|
package/variables.less
CHANGED
|
@@ -833,3 +833,13 @@
|
|
|
833
833
|
@input-size-default-font-size: @font-size-body-3;
|
|
834
834
|
@input-size-default-icon-addon-size: 14px;
|
|
835
835
|
@input-size-default-icon-suffix-size: 14px;
|
|
836
|
+
@btn-text-color-bg_hover: @color-transparent;
|
|
837
|
+
@btn-text-color-bg_active: @color-transparent;
|
|
838
|
+
@btn-text-color-bg_warning_hover: @color-transparent;
|
|
839
|
+
@btn-text-color-bg_danger_hover: @color-transparent;
|
|
840
|
+
@btn-text-color-bg_danger_active: @color-transparent;
|
|
841
|
+
@btn-text-color-bg_success_hover: @color-transparent;
|
|
842
|
+
@btn-text-color-bg_success_active: @color-transparent;
|
|
843
|
+
@descriptions-border-radius: @border-radius-none;
|
|
844
|
+
@descriptions-color-text-label: @color-text-3;
|
|
845
|
+
@modal-color-border: @color-transparent;
|