@arco-themes/react-aiux2026 0.0.11 → 0.0.12

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
@@ -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
 
@@ -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;
package/variables.less CHANGED
@@ -1619,3 +1619,6 @@
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;