@arco-themes/react-aiux2026 0.0.9 → 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/README.md +24 -0
- package/css/arco.css +1 -1
- package/package.json +1 -1
- package/theme.less +224 -160
- package/tokens.less +30 -30
- package/variables.less +31 -7
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:
|
|
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;
|
|
@@ -1134,7 +1134,7 @@
|
|
|
1134
1134
|
@radio-color-bg_checked_disabled: @color-border-2;
|
|
1135
1135
|
@radio-color-dot-bg_checked_disabled: @color-text-4;
|
|
1136
1136
|
@radio-color-border_disabled: @color-border-3;
|
|
1137
|
-
@radio-group-margin-right: @spacing-
|
|
1137
|
+
@radio-group-margin-right: @spacing-7;
|
|
1138
1138
|
@radio-button-color-separator-bg: @color-border-2;
|
|
1139
1139
|
@slider-color-road-bg_disabled: @color-fill-2;
|
|
1140
1140
|
@slider-color-bar-bg_disabled: @color-fill-3;
|
|
@@ -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-
|
|
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;
|
|
@@ -1238,7 +1238,7 @@
|
|
|
1238
1238
|
@upload-text-item-color-link: @color-link-6;
|
|
1239
1239
|
@upload-text-item-color-reupload-icon: @color-text-2;
|
|
1240
1240
|
@upload-text-item-color-file-icon_success: @color-text-2;
|
|
1241
|
-
@drawer-size-header-height: @size-
|
|
1241
|
+
@drawer-size-header-height: @size-16;
|
|
1242
1242
|
@message-normal-color-bg: @color-bg-5;
|
|
1243
1243
|
@message-color-close-icon: @color-text-2;
|
|
1244
1244
|
@message-info-color-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-
|
|
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-
|
|
1432
|
-
@modal-default-padding-content-vertical: @spacing-
|
|
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;
|
|
@@ -1595,3 +1595,27 @@
|
|
|
1595
1595
|
@tag-magenta-bordered-color-border: @color-badge-2;
|
|
1596
1596
|
@tag-gray-bordered-color-border: @color-border-2;
|
|
1597
1597
|
@pagination-simple-input-width: @size-10;
|
|
1598
|
+
@tabs-line-font-title-text-weight_active: @font-weight-600;
|
|
1599
|
+
@descriptions-font-weight-title: @font-weight-600;
|
|
1600
|
+
@descriptions-font-weight-text-label: @font-weight-400;
|
|
1601
|
+
@list-font-weight-header: @font-weight-600;
|
|
1602
|
+
@list-meta-font-weight-title: @font-weight-600;
|
|
1603
|
+
@input-number-step-layer-border-radius: 1px;
|
|
1604
|
+
@drawer-padding-horizontal: @spacing-9;
|
|
1605
|
+
@drawer-padding-content-vertical: @spacing-7;
|
|
1606
|
+
@drawer-position-close-icon-right: @spacing-9;
|
|
1607
|
+
@drawer-font-size-close-icon: @size-4;
|
|
1608
|
+
@drawer-font-header-weight: @font-weight-600;
|
|
1609
|
+
@drawer-margin-footer-button-left: @size-2;
|
|
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;
|