@arco-themes/react-aiux2026 0.0.12 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-themes/react-aiux2026",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "",
5
5
  "author": "dobe25381-gif",
6
6
  "owners": [],
package/theme.less CHANGED
@@ -1617,12 +1617,12 @@
1617
1617
  .arco-tree-node-switcher:empty {
1618
1618
  background-color: var(--color-bg-1);
1619
1619
  }
1620
- }*/
1620
+ }
1621
1621
 
1622
1622
  &:not(.arco-tree-node-disabled):active {
1623
1623
  background-color: rgb(var(--primary-1));
1624
1624
  color: rgb(var(--primary-6));
1625
- }
1625
+ }*/
1626
1626
  }
1627
1627
  }
1628
1628
 
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;
@@ -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;
@@ -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;
@@ -1622,3 +1622,9 @@
1622
1622
  @dropdown-option-font-weight_selected: @font-weight-600;
1623
1623
  @anchor-lineless-font-weight-title_active: @font-weight-600;
1624
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;