@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-themes/react-aiux2026",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "description": "",
5
5
  "author": "dobe25381-gif",
6
6
  "owners": [],
package/theme.less CHANGED
@@ -1530,278 +1530,342 @@
1530
1530
  }
1531
1531
  // Button Icon
1532
1532
  .arco-btn-size-default {
1533
- svg.arco-icon {
1534
- font-size: 16px;
1535
- }
1533
+ svg.arco-icon {
1534
+ font-size: 16px;
1535
+ }
1536
1536
  }
1537
1537
  .arco-btn-size-large {
1538
- svg.arco-icon {
1539
- font-size: 16px;
1540
- }
1538
+ svg.arco-icon {
1539
+ font-size: 16px;
1540
+ }
1541
1541
  }
1542
1542
  .arco-btn-size-small {
1543
- svg.arco-icon {
1544
- font-size: 16px;
1545
- }
1543
+ svg.arco-icon {
1544
+ font-size: 16px;
1545
+ }
1546
1546
  }
1547
+
1547
1548
  .arco-btn-size-mini {
1548
- svg.arco-icon {
1549
- font-size: 14px;
1550
- }
1549
+ svg.arco-icon {
1550
+ font-size: 14px;
1551
+ }
1551
1552
  }
1552
1553
 
1553
1554
  // Link
1554
1555
  .arco-link.arco-link-dark:not(:hover) {
1555
- color: var(--color-text-2);
1556
+ color: var(--color-text-2);
1556
1557
  }
1557
1558
 
1558
1559
  // Table remove border
1559
1560
  .arco-table.arco-table-border {
1560
- .arco-table-container {
1561
- border-top: none;
1562
- }
1563
-
1564
- thead>.arco-table-tr>.arco-table-th {
1565
- border: none;
1566
- border-bottom: 1px solid var(--color-border-2);
1567
- }
1561
+ .arco-table-container {
1562
+ border-top: none;
1563
+ }
1568
1564
 
1569
- .arco-table-td:first-child {
1570
- border-left: none;
1571
- }
1565
+ thead>.arco-table-tr>.arco-table-th {
1566
+ border: none;
1567
+ border-bottom: 1px solid var(--color-border-2);
1568
+ }
1572
1569
 
1573
- .arco-table-container {
1574
- border-right: none;
1575
- }
1570
+ .arco-table-td:first-child {
1571
+ border-left: none;
1572
+ }
1573
+
1574
+ .arco-table-container {
1575
+ border-right: none;
1576
+ }
1576
1577
  }
1577
1578
 
1578
1579
  // tooltip
1579
1580
  .arco-tooltip-content {
1580
- background-color: var(--color-bg-5);
1581
- color: var(--color-text-2);
1582
- border-width: 0 !important;
1583
- box-shadow: 0 4px 12px 2px rgba(0, 0, 0, 0.1);
1584
- padding: 8px 12px;
1585
- font-size: 12px;
1586
- border-radius: 4px;
1587
- line-height: 1.5715;
1581
+ background-color: var(--color-bg-5);
1582
+ color: var(--color-text-2);
1583
+ border-width: 0 !important;
1584
+ box-shadow: 0 4px 12px 2px rgba(0, 0, 0, 0.1);
1585
+ padding: 8px 12px;
1586
+ font-size: 12px;
1587
+ border-radius: 4px;
1588
+ line-height: 1.5715;
1588
1589
  }
1590
+
1589
1591
  .arco-tooltip .arco-trigger-arrow {
1590
- z-index: 0;
1592
+ z-index: 999;
1591
1593
  }
1594
+
1592
1595
  .arco-trigger-arrow.arco-tooltip-arrow {
1593
- background-color: var(--color-bg-5);
1596
+ background-color: var(--color-bg-5);
1594
1597
  }
1595
1598
 
1596
1599
  // Form required mark
1597
1600
  .arco-form-label-item .arco-form-item-symbol svg {
1598
- margin-top: 2px;
1601
+ margin-top: 2px;
1599
1602
  }
1600
1603
 
1601
1604
  // Cascader Icon
1602
1605
  .arco-cascader.arco-cascader-size-default {
1603
- .arco-cascader-suffix {
1604
- svg.arco-icon {
1605
- font-size: 16px
1606
+ .arco-cascader-suffix {
1607
+ svg.arco-icon {
1608
+ font-size: 16px
1609
+ }
1606
1610
  }
1607
- }
1608
1611
  }
1609
1612
 
1610
1613
  // Form Icon
1611
1614
  .arco-form.arco-form-size-default {
1612
- .arco-form-item-feedback {
1613
- svg.arco-icon {
1614
- font-size: 16px;
1615
+ .arco-form-item-feedback {
1616
+ svg.arco-icon {
1617
+ font-size: 16px;
1618
+ }
1615
1619
  }
1616
- }
1617
1620
  }
1618
1621
 
1619
1622
  // Input Icon
1620
- .arco-input-inner-wrapper .arco-input-group-prefix > svg,
1621
- .arco-input-inner-wrapper .arco-input-group-suffix > svg {
1622
- font-size: 16px;
1623
+ .arco-input-inner-wrapper.arco-input-inner-wrapper-default {
1624
+
1625
+ .arco-input-group-prefix>svg.arco-icon,
1626
+ .arco-input-group-suffix>svg.arco-icon {
1627
+ font-size: 16px;
1628
+ }
1623
1629
  }
1624
- .arco-input-group-addbefore > svg, .arco-input-group-addafter > svg {
1625
- font-size: 16px;
1630
+
1631
+ .arco-input-group-wrapper.arco-input-group-wrapper-default {
1632
+ .arco-input-group-addafter>svg.arco-icon {
1633
+ font-size: 16px;
1634
+ }
1626
1635
  }
1627
- .arco-input-search.arco-input-group-wrapper .arco-input-search-btn > svg {
1628
- font-size: 16px;
1636
+
1637
+ .arco-input-inner-wrapper.arco-input-inner-wrapper-mini {
1638
+
1639
+ .arco-input-group-prefix>svg.arco-icon,
1640
+ .arco-input-group-suffix>svg.arco-icon {
1641
+ font-size: 14px;
1642
+ }
1643
+ }
1644
+
1645
+ .arco-input-group-wrapper.arco-input-group-wrapper-mini {
1646
+ .arco-input-group-addafter>svg.arco-icon {
1647
+ font-size: 14px;
1648
+ }
1649
+ }
1650
+
1651
+ .arco-input-group-wrapper {
1652
+ .arco-input-inner-wrapper.arco-input-inner-wrapper-focus {
1653
+ border-top-left-radius: 0;
1654
+ border-bottom-left-radius: 0;
1655
+ }
1629
1656
  }
1630
1657
 
1631
1658
  // DataPicker Icon
1632
1659
  .arco-picker.arco-picker-size-default {
1633
- .arco-picker-suffix>.arco-picker-suffix-icon>svg.arco-icon {
1634
- font-size: 16px;
1635
- }
1660
+ .arco-picker-suffix>.arco-picker-suffix-icon>svg.arco-icon {
1661
+ font-size: 16px;
1662
+ }
1636
1663
  }
1637
1664
 
1638
1665
  // TimePicker Icon
1639
1666
  .arco-picker.arco-picker-size-default.arco-picker-has-prefix {
1640
- .arco-picker-prefix {
1641
- display: flex;
1642
- align-items: center;
1667
+ .arco-picker-prefix {
1668
+ display: flex;
1669
+ align-items: center;
1643
1670
 
1644
- svg.arco-icon {
1645
- font-size: 16px;
1671
+ svg.arco-icon {
1672
+ font-size: 16px;
1673
+ }
1674
+ }
1675
+
1676
+ .arco-picker-suffix {
1677
+ display: flex;
1678
+ align-items: center;
1646
1679
  }
1647
- }
1648
- .arco-picker-suffix {
1649
- display: flex;
1650
- align-items: center;
1651
- }
1652
1680
  }
1653
1681
 
1654
1682
  // TreeSelect
1655
1683
  .arco-tree-select {
1656
- &.arco-tree-select-size-default {
1657
- .arco-tree-select-suffix {
1658
- .arco-tree-select-arrow-icon>svg.arco-icon {
1659
- font-size: 16px;
1660
- }
1684
+ &.arco-tree-select-size-default {
1685
+ .arco-tree-select-suffix {
1686
+ .arco-tree-select-arrow-icon>svg.arco-icon {
1687
+ font-size: 16px;
1688
+ }
1689
+ }
1661
1690
  }
1662
- }
1663
1691
 
1664
- &.arco-tree-select-size-mini {
1665
- .arco-tree-select-suffix {
1666
- .arco-tree-select-arrow-icon>svg.arco-icon {
1667
- font-size: 14px;
1668
- }
1692
+ &.arco-tree-select-size-mini {
1693
+ .arco-tree-select-suffix {
1694
+ .arco-tree-select-arrow-icon>svg.arco-icon {
1695
+ font-size: 14px;
1696
+ }
1697
+ }
1669
1698
  }
1670
- }
1671
1699
  }
1672
1700
 
1673
1701
  // InputTag Icon
1674
1702
  .arco-input-tag.arco-input-tag-size-default {
1675
- .arco-input-tag-tag>.arco-tag-close-btn>svg.arco-icon {
1676
- font-size: 16px;
1677
- }
1703
+ .arco-input-tag-tag>.arco-tag-close-btn>svg.arco-icon {
1704
+ font-size: 16px;
1705
+ }
1678
1706
  }
1707
+
1679
1708
  .arco-input-tag.arco-input-tag-size-small {
1680
- .arco-input-tag-tag>.arco-tag-close-btn>svg.arco-icon {
1681
- font-size: 14px;
1682
- }
1709
+ .arco-input-tag-tag>.arco-tag-close-btn>svg.arco-icon {
1710
+ font-size: 14px;
1711
+ }
1683
1712
  }
1684
1713
 
1685
1714
  // InputNumber Icon
1686
1715
  .arco-input-group-wrapper.arco-input-group-wrapper-default {
1687
- .arco-input-number-step-button {
1688
- font-size: 16px;
1689
- }
1716
+ .arco-input-number-step-button {
1717
+ font-size: 16px;
1718
+ }
1719
+ }
1720
+
1721
+ .arco-input-group> :first-child {
1722
+ border-top-left-radius: 4px;
1723
+ border-bottom-left-radius: 4px;
1724
+
1725
+ .arco-input-number-step-button {
1726
+ border-top-left-radius: 4px;
1727
+ border-bottom-left-radius: 4px;
1728
+ }
1729
+ }
1730
+
1731
+ .arco-input-group> :last-child {
1732
+ border-top-right-radius: 4px;
1733
+ border-bottom-right-radius: 4px;
1734
+
1735
+ .arco-input-number-step-button {
1736
+ border-top-right-radius: 4px;
1737
+ border-bottom-right-radius: 4px;
1738
+ }
1739
+ }
1740
+
1741
+ .arco-input-number>.arco-input-group {
1742
+ .arco-input-inner-wrapper.arco-input-inner-wrapper-focus {
1743
+ border-radius: 4px;
1744
+ }
1745
+
1746
+ &:has(.arco-input-group-addbefore) {
1747
+ .arco-input-inner-wrapper.arco-input-inner-wrapper-focus {
1748
+ border-top-left-radius: 0;
1749
+ border-bottom-left-radius: 0;
1750
+ }
1751
+ }
1752
+
1753
+ &:has(.arco-input-group-addafter) {
1754
+ .arco-input-inner-wrapper.arco-input-inner-wrapper-focus {
1755
+ border-top-right-radius: 0;
1756
+ border-bottom-right-radius: 0;
1757
+ }
1758
+ }
1690
1759
  }
1691
1760
 
1692
1761
  // Select Icon
1693
1762
  .arco-select.arco-select-size-default {
1694
- .arco-select-suffix {
1695
- svg.arco-icon {
1696
- font-size: 16px;
1763
+ .arco-select-suffix {
1764
+ svg.arco-icon {
1765
+ font-size: 16px;
1766
+ }
1697
1767
  }
1698
- }
1699
1768
  }
1700
1769
 
1701
1770
  .arco-select.arco-select-size-mini {
1702
- .arco-select-suffix {
1703
- svg.arco-icon {
1704
- font-size: 14px;
1771
+ .arco-select-suffix {
1772
+ svg.arco-icon {
1773
+ font-size: 14px;
1774
+ }
1705
1775
  }
1706
- }
1707
1776
  }
1708
1777
 
1709
1778
  // Alert
1710
1779
  .arco-alert {
1711
- display: flex;
1712
- align-items: start;
1780
+ display: flex;
1781
+ align-items: start;
1713
1782
 
1714
- .arco-alert-close-btn {
1715
- margin-top:6px;
1716
- }
1783
+ .arco-alert-close-btn {
1784
+ margin-top: 6px;
1785
+ }
1717
1786
  }
1718
1787
 
1719
1788
  // TimePicker
1720
1789
  .arco-timepicker-cell:not(.arco-timepicker-cell-selected):not(.arco-timepicker-cell-disabled):hover .arco-timepicker-cell-inner {
1721
- background-color: rgb(var(--primary-1));
1790
+ background-color: rgb(var(--primary-1));
1722
1791
  }
1792
+
1723
1793
  .arco-timepicker-cell-selected:not(.arco-timepicker-cell-disabled) .arco-timepicker-cell-inner {
1724
- background-color: rgb(var(--primary-1));
1725
- color: rgb(var(--primary-6))
1794
+ background-color: rgb(var(--primary-1));
1795
+ color: rgb(var(--primary-6))
1726
1796
  }
1727
1797
 
1728
1798
  // Transfer
1729
1799
  .arco-transfer {
1730
- .arco-transfer-view-header {
1731
- border-radius: 4px;
1732
- }
1800
+ .arco-transfer-view-header {
1801
+ border-radius: 4px;
1802
+ }
1733
1803
 
1734
- .arco-transfer-operations {
1735
- svg.arco-icon {
1736
- font-size: 16px;
1804
+ .arco-transfer-operations>svg.arco-icon {
1805
+ font-size: 16px;
1737
1806
  }
1738
- }
1739
1807
 
1740
- .arco-transfer-view-header {
1741
- .arco-transfer-view-icon-clear>svg.arco-icon {
1742
- font-size: 16px;
1808
+ .arco-transfer-view-header {
1809
+ .arco-transfer-view-icon-clear>svg.arco-icon {
1810
+ font-size: 16px;
1811
+ }
1743
1812
  }
1744
- }
1745
1813
 
1746
- .arco-transfer-view-list {
1747
- .arco-transfer-view-item {
1748
- .arco-icon-hover.arco-checkbox-icon-hover::before {
1749
- display: none;
1750
- }
1751
-
1752
- .arco-checkbox.arco-transfer-view-item-content:not(.arco-checkbox-checked) {
1753
- &:hover {
1754
- .arco-checkbox-mask {
1755
- border-color: rgb(var(--primary-5))
1756
- }
1814
+ .arco-icon-hover {
1815
+ &::before {
1816
+ display: none;
1817
+ }
1818
+
1819
+ &:not(.arco-icon-hover-disabled):hover>.arco-checkbox-mask {
1820
+ border-color: rgb(var(--primary-5));
1757
1821
  }
1758
- &:active {
1759
- .arco-checkbox-mask {
1760
- border-color: rgb(var(--primary-7))
1761
- }
1822
+
1823
+ &:not(.arco-icon-hover-disabled):active>.arco-checkbox-mask {
1824
+ border-color: rgb(var(--primary-7));
1762
1825
  }
1763
- }
1764
1826
  }
1765
- .arco-transfer-view-item-icon-remove {
1766
- font-size: 16px;
1827
+
1828
+ .arco-transfer-view-list {
1829
+ .arco-transfer-view-item-icon-remove {
1830
+ font-size: 16px;
1831
+ }
1767
1832
  }
1768
- }
1769
1833
 
1770
- .arco-transfer-view-search {
1771
- .arco-input-has-suffix {
1772
- .arco-input-group-suffix>svg.arco-icon {
1773
- font-size: 16px;
1774
- }
1834
+ .arco-transfer-view-search {
1835
+ .arco-input-has-suffix {
1836
+ .arco-input-group-suffix>svg.arco-icon {
1837
+ font-size: 16px;
1838
+ }
1839
+ }
1775
1840
  }
1776
- }
1777
1841
  }
1778
1842
 
1779
1843
  // Pagination Simple
1780
1844
  .arco-pagination {
1781
- .arco-pagination-item-simple-pager {
1782
- margin-right: 4px;
1783
-
1784
- .arco-input.arco-pagination-jumper-input {
1785
- margin-right: 4px;
1786
- border-radius: 4px;
1787
- border: 1px solid var(--color-border-3);
1788
- background: var(--color-bg-2);
1845
+ .arco-pagination-item-simple-pager {
1846
+ margin-right: 4px;
1847
+
1848
+ .arco-input.arco-pagination-jumper-input {
1849
+ margin-right: 4px;
1850
+ border-radius: 4px;
1851
+ border: 1px solid var(--color-border-3);
1852
+ background: var(--color-bg-2);
1853
+ }
1789
1854
  }
1790
- }
1791
1855
 
1792
- &.arco-pagination-size-small {
1793
- .arco-pagination-item-simple-pager {
1794
- .arco-input.arco-input-size-small.arco-pagination-jumper-input {
1795
- width: 28px;
1796
- }
1856
+ &.arco-pagination-size-small {
1857
+ .arco-pagination-item-simple-pager {
1858
+ .arco-input.arco-input-size-small.arco-pagination-jumper-input {
1859
+ width: 28px;
1860
+ }
1861
+ }
1797
1862
  }
1798
- }
1799
1863
 
1800
- &.arco-pagination-size-mini {
1801
- .arco-pagination-item-simple-pager {
1802
- .arco-input.arco-input-size-mini.arco-pagination-jumper-input {
1803
- width: 24px;
1804
- }
1864
+ &.arco-pagination-size-mini {
1865
+ .arco-pagination-item-simple-pager {
1866
+ .arco-input.arco-input-size-mini.arco-pagination-jumper-input {
1867
+ width: 24px;
1868
+ }
1869
+ }
1805
1870
  }
1806
- }
1807
1871
  }
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;
@@ -2275,8 +2275,8 @@
2275
2275
  @descriptions-color-title: var(--color-text-1);
2276
2276
  @descriptions-color-text-label: var(--color-text-3);
2277
2277
  @descriptions-color-text-value: #292f42;
2278
- @descriptions-font-weight-title: 500;
2279
- @descriptions-font-weight-text-label: 500;
2278
+ @descriptions-font-weight-title: 600;
2279
+ @descriptions-font-weight-text-label: 400;
2280
2280
  @descriptions-font-weight-text-value: 400;
2281
2281
  @descriptions-border-color-bg-label: var(--color-fill-1);
2282
2282
  @descriptions-item-size-mini-spacing-bottom: 2px;
@@ -2316,18 +2316,18 @@
2316
2316
 
2317
2317
  /*********** drawer ***********/
2318
2318
 
2319
- @drawer-size-header-height: 48px;
2320
- @drawer-margin-footer-button-left: 12px;
2319
+ @drawer-size-header-height: 64px;
2320
+ @drawer-margin-footer-button-left: 8px;
2321
2321
  @drawer-font-header-size: 16px;
2322
- @drawer-font-header-weight: 500;
2323
- @drawer-padding-horizontal: 16px;
2324
- @drawer-padding-footer-vertical: 16px;
2325
- @drawer-padding-content-vertical: 12px;
2322
+ @drawer-font-header-weight: 600;
2323
+ @drawer-padding-horizontal: 24px;
2324
+ @drawer-padding-footer-vertical: 20px;
2325
+ @drawer-padding-content-vertical: 16px;
2326
2326
  @drawer-color-border: #dfe2eb;
2327
2327
  @drawer-color-header-text: var(--color-text-1);
2328
2328
  @drawer-color-content-text: #292f42;
2329
- @drawer-position-close-icon-right: 16px;
2330
- @drawer-font-size-close-icon: 12px;
2329
+ @drawer-position-close-icon-right: 24px;
2330
+ @drawer-font-size-close-icon: 16px;
2331
2331
  @drawer-prefix-cls: ~'@{prefix}-drawer';
2332
2332
 
2333
2333
 
@@ -2599,7 +2599,7 @@
2599
2599
  @list-color-text-header: var(--color-text-1);
2600
2600
  @list-color-bg-item-hover: rgb(var(--primary-1));
2601
2601
  @list-font-size-header: 16px;
2602
- @list-font-weight-header: 500;
2602
+ @list-font-weight-header: 600;
2603
2603
  @list-line-height-header: 1.5;
2604
2604
  @list-size-small-padding-vertical-header: 8px;
2605
2605
  @list-size-small-padding-horizontal-header: 20px;
@@ -2613,7 +2613,7 @@
2613
2613
  @list-size-large-padding-horizontal-header: 20px;
2614
2614
  @list-size-large-padding-vertical-item: 17px;
2615
2615
  @list-size-large-padding-horizontal-item: 20px;
2616
- @list-meta-font-weight-title: 500;
2616
+ @list-meta-font-weight-title: 600;
2617
2617
  @list-meta-color-title: var(--color-text-1);
2618
2618
  @list-mete-color-description: var(--color-text-2);
2619
2619
  @list-meta-margin-right-avatar: 16px;
@@ -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;
@@ -3038,7 +3038,7 @@
3038
3038
  @radio-margin-text-left: 8px;
3039
3039
  @radio-size-mask-height: 24px;
3040
3040
  @radio-mask-bg-color-bg: #ffffff;
3041
- @radio-group-margin-right: 24px;
3041
+ @radio-group-margin-right: 16px;
3042
3042
  @radio-group-button-color-bg: var(--color-fill-2);
3043
3043
  @radio-group-button-color-bg_dark: var(--color-bg-3);
3044
3044
  @radio-button-padding-horizontal: 12px;
@@ -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;
@@ -3511,7 +3511,7 @@
3511
3511
  @tabs-line-size-ink-stroke: 2px;
3512
3512
  @tabs-line-color-ink-bg: rgb(var(--primary-6));
3513
3513
  @tabs-line-color-ink-bg_disabled: #9ca3b8;
3514
- @tabs-line-font-title-text-weight_active: 500;
3514
+ @tabs-line-font-title-text-weight_active: 600;
3515
3515
  @tabs-line-margin-title-horizontal: 32px;
3516
3516
  @tabs-line-margin-title-horizontal_first: 16px;
3517
3517
  @tabs-line-margin-title-vertical: 12px;
@@ -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;