@arco-themes/react-aiux2026 0.0.10 → 0.0.11

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.10",
3
+ "version": "0.0.11",
4
4
  "description": "",
5
5
  "author": "dobe25381-gif",
6
6
  "owners": [],
package/tokens.less CHANGED
@@ -1453,13 +1453,13 @@
1453
1453
  @anchor-color-title: var(--color-text-2);
1454
1454
  @anchor-color-title_hover: var(--color-text-1);
1455
1455
  @anchor-color-title_active: var(--color-text-1);
1456
- @anchor-font-weight-title_hover: 500;
1456
+ @anchor-font-weight-title_hover: 400;
1457
1457
  @anchor-font-weight-title_horizontal_hover: 400;
1458
- @anchor-font-weight-title_active: 500;
1459
- @anchor-color-bg-title_hover: var(--color-fill-2);
1458
+ @anchor-font-weight-title_active: 600;
1459
+ @anchor-color-bg-title_hover: rgb(var(--primary-1));
1460
1460
  @anchor-font-size-title: 14px;
1461
1461
  @anchor-lineless-color-title_active: rgb(var(--primary-6));
1462
- @anchor-lineless-bg-title_active: var(--color-fill-2);
1462
+ @anchor-lineless-bg-title_active: rgb(var(--primary-1));
1463
1463
  @anchor-lineless-font-weight-title_active: 500;
1464
1464
  @anchor-color-box-shadow: rgb(var(--primary-6));
1465
1465
  @anchor-prefix-cls: ~'@{prefix}-anchor';
@@ -2034,7 +2034,7 @@
2034
2034
  @card-margin-top-meta-description: 4px;
2035
2035
  @card-margin-right-action-item: 12px;
2036
2036
  @card-color-bg: var(--color-bg-2);
2037
- @card-color-border: var(--color-border-2);
2037
+ @card-color-border: #dfe2eb;
2038
2038
  @card-color-title: var(--color-text-1);
2039
2039
  @card-color-title-extra: #292f42;
2040
2040
  @card-color-body: var(--color-text-2);
@@ -2094,7 +2094,7 @@
2094
2094
  @cascader-color-item-text_active: #292f42;
2095
2095
  @cascader-color-item-text_disabled: var(--color-text-4);
2096
2096
  @cascader-color-item-text_disabled_active: var(--color-text-4);
2097
- @cascader-font-item-weight_active: 500;
2097
+ @cascader-font-item-weight_active: 400;
2098
2098
  @cascader-color-item-bg_active: rgb(var(--primary-1));
2099
2099
  @cascader-color-item-bg_hover: rgb(var(--primary-1));
2100
2100
  @cascader-color-item-bg_disabled: transparent;
@@ -2760,13 +2760,13 @@
2760
2760
  /*********** modal ***********/
2761
2761
 
2762
2762
  @modal-border-radius: 8px;
2763
- @modal-size-tip-icon: 18px;
2763
+ @modal-size-tip-icon: 20px;
2764
2764
  @modal-margin-top: 100px;
2765
2765
  @modal-margin-tip-icon-right: 8px;
2766
2766
  @modal-margin-footer-button-left: 8px;
2767
- @modal-color-border: #dfe2eb;
2767
+ @modal-color-border: transparent;
2768
2768
  @modal-border-width: 0;
2769
- @modal-box-shadow: none;
2769
+ @modal-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
2770
2770
  @modal-color-header-text: var(--color-text-1);
2771
2771
  @modal-color-content-text: #292f42;
2772
2772
  @modal-font-header-size: 16px;
@@ -2776,11 +2776,11 @@
2776
2776
  @modal-simple-align-header: left;
2777
2777
  @modal-default-align-footer: right;
2778
2778
  @modal-simple-align-footer: right;
2779
- @modal-default-padding-horizontal: 20px;
2779
+ @modal-default-padding-horizontal: 24px;
2780
2780
  @modal-default-size-header-height: 64px;
2781
- @modal-default-padding-content-vertical: 24px;
2781
+ @modal-default-padding-content-vertical: 0;
2782
2782
  @modal-default-padding-footer-vertical: 20px;
2783
- @modal-default-size-width: 520px;
2783
+ @modal-default-size-width: 600px;
2784
2784
  @modal-simple-size-width: 400PX;
2785
2785
  @modal-simple-padding-horizontal: 20px;
2786
2786
  @modal-simple-padding-top: 20px;
@@ -2881,7 +2881,7 @@
2881
2881
  /*********** pagination ***********/
2882
2882
 
2883
2883
  @pagination-prefix-cls: ~'@{prefix}-pagination';
2884
- @pagination-item-border-radius: var(--border-radius-small);
2884
+ @pagination-item-border-radius: 4px;
2885
2885
  @pagination-item-spacing: 8px;
2886
2886
  @pagination-margin-total-spacing: 8px;
2887
2887
  @pagination-margin-option-left: 8px;
@@ -3123,7 +3123,7 @@
3123
3123
  @result-size-icon_custom: 45px;
3124
3124
  @result-color-icon_default: inherit;
3125
3125
  @result-color-icon_success: #ffffff;
3126
- @result-color-icon-bg_success: var(--color-success-light-1);
3126
+ @result-color-icon-bg_success: rgb(var(--success-6));
3127
3127
  @result-color-icon_error: #ffffff;
3128
3128
  @result-color-icon-bg_error: rgb(var(--danger-6));
3129
3129
  @result-color-icon_warning: #ffffff;
@@ -3895,7 +3895,7 @@
3895
3895
  @typography-heading-margin-top: 1em;
3896
3896
  @typography-heading-margin-bottom: 0.5em;
3897
3897
  @typography-heading-font-weight: 500;
3898
- @typography-color-text: #0f131f;
3898
+ @typography-color-text: #292f42;
3899
3899
  @typography-text-color-text-primary: rgb(var(--primary-6));
3900
3900
  @typography-text-color-text-secondary: var(--color-text-2);
3901
3901
  @typography-text-color-text-success: rgb(var(--success-6));
@@ -3903,7 +3903,7 @@
3903
3903
  @typography-text-color-text-error: rgb(var(--danger-6));
3904
3904
  @typography-text-color-text_disabled: var(--color-text-4);
3905
3905
  @typography-text-color-bg-mark: rgb(var(--yellow-4));
3906
- @typography-text-font-weight-bold: 500;
3906
+ @typography-text-font-weight-bold: 600;
3907
3907
  @typography-text-color-code: var(--color-text-2);
3908
3908
  @typography-text-color-code-border: #dfe2eb;
3909
3909
  @typography-text-color-code-bg: #f5f7fc;
package/variables.less CHANGED
@@ -959,7 +959,7 @@
959
959
  @divider-color-bg: @color-border-2;
960
960
  @avatar-color-bg: @color-primary-4;
961
961
  @badge-size-dot-width: @size-2;
962
- @card-color-border: var(~'@{arco-cssvars-prefix}-color-border-2');
962
+ @card-color-border: @color-border-2;
963
963
  @card-border-radius: @border-radius-large;
964
964
  @collapse-color-border: @color-border-2;
965
965
  @collapse-title-color-border: @color-border-2;
@@ -1179,7 +1179,7 @@
1179
1179
  @message-error-color-border: @color-transparent;
1180
1180
  @message-loading-color-border: @color-transparent;
1181
1181
  @modal-color-content-text: @color-text-2;
1182
- @modal-color-border: @color-border-2;
1182
+ @modal-color-border: @color-transparent;
1183
1183
  @modal-simple-align-footer: right;
1184
1184
  @modal-simple-align-header: left;
1185
1185
  @notification-normal-color-text-content: @color-text-2;
@@ -1270,7 +1270,7 @@
1270
1270
  @steps-dot-color-item-tail_wait: @color-border-2;
1271
1271
  @resizeBox-trigger-color-icon: @color-text-2;
1272
1272
  @resizeBox-trigger-color-background: @color-fill-3;
1273
- @typography-color-text: @color-text-1;
1273
+ @typography-color-text: @color-text-2;
1274
1274
  @typography-color-blockquote-border-left: @color-text-4;
1275
1275
  @typography-color-bg-icon-copy_hover: @color-transparent;
1276
1276
  @typography-color-bg-icon-edit_hover: @color-transparent;
@@ -1428,8 +1428,8 @@
1428
1428
  @message-border-radius: @border-radius-medium;
1429
1429
  @message-close-icon-top: @spacing-6;
1430
1430
  @modal-border-radius: @border-radius-large;
1431
- @modal-default-padding-horizontal: @spacing-8;
1432
- @modal-default-padding-content-vertical: @spacing-9;
1431
+ @modal-default-padding-horizontal: @spacing-9;
1432
+ @modal-default-padding-content-vertical: @spacing-none;
1433
1433
  @modal-default-size-header-height: @size-16;
1434
1434
  @modal-default-align-header: left;
1435
1435
  @modal-margin-tip-icon-right: @spacing-4;
@@ -1608,3 +1608,14 @@
1608
1608
  @drawer-font-header-weight: @font-weight-600;
1609
1609
  @drawer-margin-footer-button-left: @size-2;
1610
1610
  @drawer-padding-footer-vertical: @spacing-8;
1611
+ @modal-box-shadow: @shadow3-down;
1612
+ @modal-default-size-width: 600px;
1613
+ @modal-size-tip-icon: @size-5;
1614
+ @anchor-color-bg-title_hover: @color-primary-1;
1615
+ @anchor-font-weight-title_hover: @font-weight-400;
1616
+ @anchor-font-weight-title_active: @font-weight-600;
1617
+ @anchor-lineless-bg-title_active: @color-primary-1;
1618
+ @pagination-item-border-radius: @border-radius-medium;
1619
+ @cascader-font-item-weight_active: @font-weight-400;
1620
+ @result-color-icon-bg_success: @color-success-6;
1621
+ @typography-text-font-weight-bold: @font-weight-600;