@arco-themes/react-aiux2026 0.0.6 → 0.0.7
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 +6 -0
- package/css/arco.css +1 -1
- package/package.json +1 -1
- package/tokens.less +2 -2
- package/variables.less +3 -0
package/package.json
CHANGED
package/tokens.less
CHANGED
|
@@ -1058,7 +1058,7 @@
|
|
|
1058
1058
|
@input-color-bg_disabled: var(--color-fill-2);
|
|
1059
1059
|
@input-color-addon-bg: #f5f7fc;
|
|
1060
1060
|
@input-color-addon-border: transparent;
|
|
1061
|
-
@input-border-addon-separator-width:
|
|
1061
|
+
@input-border-addon-separator-width: 0;
|
|
1062
1062
|
@input-color-border_focus: rgb(var(--primary-6));
|
|
1063
1063
|
@input-color-shadow_focus: var(--color-primary-light-2);
|
|
1064
1064
|
@input-size-shadow_focus: 0;
|
|
@@ -1118,7 +1118,7 @@
|
|
|
1118
1118
|
@input-spacing-clear-icon-right: 8px;
|
|
1119
1119
|
@input-padding-word-limit-left: 8px;
|
|
1120
1120
|
@input-group-border-radius_compact: 4px;
|
|
1121
|
-
@input-group-border-separator-width:
|
|
1121
|
+
@input-group-border-separator-width: 0;
|
|
1122
1122
|
@input-group-color-separator-border: transparent;
|
|
1123
1123
|
@input-tag-size-mini-height: 24px;
|
|
1124
1124
|
@input-tag-size-small-height: 28px;
|
package/variables.less
CHANGED
|
@@ -1477,3 +1477,6 @@
|
|
|
1477
1477
|
@breadcrumb-color-link-text: @color-text-2;
|
|
1478
1478
|
@dropdown-max-height: 400px;
|
|
1479
1479
|
@dropdown-group-title-height: @size-5;
|
|
1480
|
+
@input-border-addon-separator-width: @border-none;
|
|
1481
|
+
@input-group-border-separator-width: @border-none;
|
|
1482
|
+
@password-size-eye-icon: @size-3;
|