@arco-themes/react-aiux2026 0.0.11 → 0.0.13

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/tokens.less CHANGED
@@ -1334,7 +1334,7 @@
1334
1334
  @picker-color-border_warning_focus: rgb(var(--warning-6));
1335
1335
  @picker-container-border-radius: var(--border-radius-medium);
1336
1336
  @picker-header-color-text: var(--color-text-1);
1337
- @picker-header-font-weight-text: 500;
1337
+ @picker-header-font-weight-text: 600;
1338
1338
  @picker-header-font-size: 14px;
1339
1339
  @picker-header-padding-horizontal: 24px;
1340
1340
  @picker-header-padding-vertical: 24px;
@@ -1460,7 +1460,7 @@
1460
1460
  @anchor-font-size-title: 14px;
1461
1461
  @anchor-lineless-color-title_active: rgb(var(--primary-6));
1462
1462
  @anchor-lineless-bg-title_active: rgb(var(--primary-1));
1463
- @anchor-lineless-font-weight-title_active: 500;
1463
+ @anchor-lineless-font-weight-title_active: 600;
1464
1464
  @anchor-color-box-shadow: rgb(var(--primary-6));
1465
1465
  @anchor-prefix-cls: ~'@{prefix}-anchor';
1466
1466
 
@@ -1471,10 +1471,10 @@
1471
1471
  @auto-complete-popup-border-radius: var(--border-radius-medium);
1472
1472
  @auto-complete-popup-padding-vertical: 4px;
1473
1473
  @auto-complete-popup-font-size: 14px;
1474
- @auto-complete-popup-color-border: #ffffff;
1474
+ @auto-complete-popup-color-border: transparent;
1475
1475
  @auto-complete-popup-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
1476
1476
  @auto-complete-option-height: 36px;
1477
- @auto-complete-option-font-weight_selected: 500;
1477
+ @auto-complete-option-font-weight_selected: 600;
1478
1478
  @auto-complete-option-padding-horizontal: 12px;
1479
1479
  @auto-complete-option-color-bg_default: var(--color-bg-popup);
1480
1480
  @auto-complete-option-color-bg_hover: rgb(var(--primary-1));
@@ -1546,7 +1546,7 @@
1546
1546
  @select-popup-color-border: transparent;
1547
1547
  @select-popup-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
1548
1548
  @select-popup-option-height: 36px;
1549
- @select-popup-option-font-weight_selected: 500;
1549
+ @select-popup-option-font-weight_selected: 400;
1550
1550
  @select-signal-popup-option-padding-horizontal: 12px;
1551
1551
  @select-multi-popup-option-padding-horizontal: 4px;
1552
1552
  @select-popup-option-border-radius: 0;
@@ -1559,7 +1559,7 @@
1559
1559
  @select-popup-option-color-text_selected: #292f42;
1560
1560
  @select-popup-option-color-text_disabled: var(--color-text-4);
1561
1561
  @select-popup-option-color-hightlight-text: var(--color-text-1);
1562
- @select-popup-option-font-hightlight-weight: 500;
1562
+ @select-popup-option-font-hightlight-weight: 600;
1563
1563
  @select-popup-group-title-height: 20px;
1564
1564
  @select-popup-group-title-padding-horizontal: 12px;
1565
1565
  @select-popup-group-title-padding-top: 8px;
@@ -1591,7 +1591,7 @@
1591
1591
  @avatar-group-item-border-width: 2px;
1592
1592
  @avatar-group-item-margin-left: -10px;
1593
1593
  @avatar-group-popover-item-spacing: 4px;
1594
- @avatar-font-weight-text: 500;
1594
+ @avatar-font-weight-text: 600;
1595
1595
  @avatar-font-size-text: 20px;
1596
1596
  @avatar-circle-border-radius: var(--border-radius-circle);
1597
1597
  @avatar-square-border-radius: 8px;
@@ -2342,7 +2342,7 @@
2342
2342
  @dropdown-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
2343
2343
  @dropdown-option-height: 36px;
2344
2344
  @dropdown-option-padding-horizontal: 12px;
2345
- @dropdown-option-font-weight_selected: 500;
2345
+ @dropdown-option-font-weight_selected: 600;
2346
2346
  @dropdown-option-color-bg_default: transparent;
2347
2347
  @dropdown-option-color-bg_hover: rgb(var(--primary-1));
2348
2348
  @dropdown-option-color-bg_selected: transparent;
@@ -3075,7 +3075,7 @@
3075
3075
  @rate-gap-size: 8px;
3076
3076
  @rate-font-size: 24px;
3077
3077
  @rate-scale_active: 1.2;
3078
- @rate-color-bg_active: rgb(var(--warning-5));
3078
+ @rate-color-bg_active: rgb(var(--badge-7));
3079
3079
  @rate-color-bg_default: #ebeef5;
3080
3080
  @rate-color-bg_hover: rgb(var(--gold-5));
3081
3081
  @rate-prefix-cls: ~'@{prefix}-rate';
package/variables.less CHANGED
@@ -1033,7 +1033,7 @@
1033
1033
  @input-color-bg_error_hover: @color-bg-2;
1034
1034
  @input-color-border_error_hover: @color-danger-5;
1035
1035
  @input-color-bg_error_focus: @color-bg-2;
1036
- @auto-complete-popup-color-border: @color-bg-2;
1036
+ @auto-complete-popup-color-border: @color-transparent;
1037
1037
  @auto-complete-option-color-bg_selected: @color-transparent;
1038
1038
  @auto-complete-option-color-bg_hover: @color-primary-1;
1039
1039
  @auto-complete-option-color-text_selected: @color-primary-6;
@@ -1051,7 +1051,7 @@
1051
1051
  @select-color-border_error_hover: @color-danger-5;
1052
1052
  @select-popup-option-color-bg_selected: @color-primary-1;
1053
1053
  @select-popup-option-color-text_selected: @color-text-2;
1054
- @select-popup-option-font-weight_selected: @font-weight-500;
1054
+ @select-popup-option-font-weight_selected: @font-weight-400;
1055
1055
  @select-popup-option-color-bg_hover: @color-primary-1;
1056
1056
  @cascader-color-item-bg_hover: @color-primary-1;
1057
1057
  @cascader-color-item-bg_active: @color-primary-1;
@@ -1126,7 +1126,7 @@
1126
1126
  @input-number-step-button-color-bg_default_hover: @color-primary-1;
1127
1127
  @input-number-step-button-color-bg_default_active: @color-primary-1;
1128
1128
  @rate-color-bg_default: @color-fill-3;
1129
- @rate-color-bg_active: @color-warning-5;
1129
+ @rate-color-bg_active: @color-badge-7;
1130
1130
  @radio-color-border: @color-border-3;
1131
1131
  @radio-border-width: @border-1;
1132
1132
  @radio-mask-bg-color-bg: @color-bg-2;
@@ -1619,3 +1619,12 @@
1619
1619
  @cascader-font-item-weight_active: @font-weight-400;
1620
1620
  @result-color-icon-bg_success: @color-success-6;
1621
1621
  @typography-text-font-weight-bold: @font-weight-600;
1622
+ @dropdown-option-font-weight_selected: @font-weight-600;
1623
+ @anchor-lineless-font-weight-title_active: @font-weight-600;
1624
+ @select-size-large-font-size: @font-size-body-3;
1625
+ @auto-complete-option-font-weight_selected: @font-weight-600;
1626
+ @select-popup-option-font-hightlight-weight: @font-weight-600;
1627
+ @avatar-font-weight-text: @font-weight-600;
1628
+ @collapse-title-font-weight_active: @font-weight-500;
1629
+ @cascader-color-item-text_active: @color-text-2;
1630
+ @picker-header-font-weight-text: @font-weight-600;