@cloudtower/eagle 0.22.23 → 0.22.24
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/dist/components/index.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/style.css +224 -224
- package/dist/umd/index.js +1 -0
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1597,116 +1597,6 @@ input[type=submit] {
|
|
|
1597
1597
|
cursor: pointer;
|
|
1598
1598
|
}
|
|
1599
1599
|
|
|
1600
|
-
.fde5mpd {
|
|
1601
|
-
width: 100%;
|
|
1602
|
-
height: 100%;
|
|
1603
|
-
min-height: 124px;
|
|
1604
|
-
display: flex;
|
|
1605
|
-
flex-direction: column;
|
|
1606
|
-
justify-content: center;
|
|
1607
|
-
align-items: center;
|
|
1608
|
-
}
|
|
1609
|
-
.fde5mpd .error-text {
|
|
1610
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1611
|
-
margin-bottom: 16px;
|
|
1612
|
-
font-size: 18px;
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1615
|
-
.bpq0js6 {
|
|
1616
|
-
padding: 4px 11px;
|
|
1617
|
-
}
|
|
1618
|
-
|
|
1619
|
-
.b15sn34c {
|
|
1620
|
-
white-space: nowrap;
|
|
1621
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1622
|
-
}
|
|
1623
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1624
|
-
--color: #0080ff;
|
|
1625
|
-
}
|
|
1626
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1627
|
-
--color: #0080ff;
|
|
1628
|
-
}
|
|
1629
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1630
|
-
margin-left: 1px;
|
|
1631
|
-
}
|
|
1632
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1633
|
-
border-top-right-radius: 0;
|
|
1634
|
-
border-bottom-right-radius: 0;
|
|
1635
|
-
}
|
|
1636
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1637
|
-
border-top-left-radius: 0;
|
|
1638
|
-
border-bottom-left-radius: 0;
|
|
1639
|
-
}
|
|
1640
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1641
|
-
border-radius: unset;
|
|
1642
|
-
}
|
|
1643
|
-
|
|
1644
|
-
.obf05yr {
|
|
1645
|
-
display: inline-block;
|
|
1646
|
-
}
|
|
1647
|
-
|
|
1648
|
-
.hsms1n6 {
|
|
1649
|
-
visibility: hidden;
|
|
1650
|
-
position: absolute;
|
|
1651
|
-
}
|
|
1652
|
-
|
|
1653
|
-
.p12gwtiw {
|
|
1654
|
-
display: flex;
|
|
1655
|
-
justify-content: space-between;
|
|
1656
|
-
align-items: center;
|
|
1657
|
-
padding: 10px 0;
|
|
1658
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1659
|
-
font-size: 12px;
|
|
1660
|
-
line-height: 24px;
|
|
1661
|
-
}
|
|
1662
|
-
.p12gwtiw .pagination-left {
|
|
1663
|
-
padding: 2px 8px;
|
|
1664
|
-
}
|
|
1665
|
-
.p12gwtiw .dropdown-trigger {
|
|
1666
|
-
display: flex;
|
|
1667
|
-
align-items: center;
|
|
1668
|
-
border-radius: 6px;
|
|
1669
|
-
cursor: pointer;
|
|
1670
|
-
transition: all 0.3s ease;
|
|
1671
|
-
}
|
|
1672
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
1673
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1674
|
-
color: #0080ff;
|
|
1675
|
-
}
|
|
1676
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1677
|
-
margin-left: 4px;
|
|
1678
|
-
}
|
|
1679
|
-
.p12gwtiw .pagination-right {
|
|
1680
|
-
display: flex;
|
|
1681
|
-
align-items: center;
|
|
1682
|
-
color: #0080ff;
|
|
1683
|
-
font-weight: bold;
|
|
1684
|
-
}
|
|
1685
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
1686
|
-
margin-left: 4px;
|
|
1687
|
-
}
|
|
1688
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
1689
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
1690
|
-
padding: 0 8px;
|
|
1691
|
-
}
|
|
1692
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1693
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
1694
|
-
color: #0080ff;
|
|
1695
|
-
}
|
|
1696
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1697
|
-
transform: rotate(180deg);
|
|
1698
|
-
}
|
|
1699
|
-
|
|
1700
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1701
|
-
max-height: calc(100vh - 128px);
|
|
1702
|
-
overflow-y: auto;
|
|
1703
|
-
}
|
|
1704
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1705
|
-
padding: 4px 20px;
|
|
1706
|
-
font-size: 12px;
|
|
1707
|
-
line-height: 18px;
|
|
1708
|
-
}
|
|
1709
|
-
|
|
1710
1600
|
.buj61ew.ant-btn {
|
|
1711
1601
|
height: 32px;
|
|
1712
1602
|
border-radius: 6px;
|
|
@@ -1955,6 +1845,63 @@ input[type=submit] {
|
|
|
1955
1845
|
padding: 0;
|
|
1956
1846
|
}
|
|
1957
1847
|
|
|
1848
|
+
.bpq0js6 {
|
|
1849
|
+
padding: 4px 11px;
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1852
|
+
.b15sn34c {
|
|
1853
|
+
white-space: nowrap;
|
|
1854
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1855
|
+
}
|
|
1856
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1857
|
+
--color: #0080ff;
|
|
1858
|
+
}
|
|
1859
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1860
|
+
--color: #0080ff;
|
|
1861
|
+
}
|
|
1862
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1863
|
+
margin-left: 1px;
|
|
1864
|
+
}
|
|
1865
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1866
|
+
border-top-right-radius: 0;
|
|
1867
|
+
border-bottom-right-radius: 0;
|
|
1868
|
+
}
|
|
1869
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1870
|
+
border-top-left-radius: 0;
|
|
1871
|
+
border-bottom-left-radius: 0;
|
|
1872
|
+
}
|
|
1873
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1874
|
+
border-radius: unset;
|
|
1875
|
+
}
|
|
1876
|
+
|
|
1877
|
+
.fde5mpd {
|
|
1878
|
+
width: 100%;
|
|
1879
|
+
height: 100%;
|
|
1880
|
+
min-height: 124px;
|
|
1881
|
+
display: flex;
|
|
1882
|
+
flex-direction: column;
|
|
1883
|
+
justify-content: center;
|
|
1884
|
+
align-items: center;
|
|
1885
|
+
}
|
|
1886
|
+
.fde5mpd .error-text {
|
|
1887
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1888
|
+
margin-bottom: 16px;
|
|
1889
|
+
font-size: 18px;
|
|
1890
|
+
}
|
|
1891
|
+
|
|
1892
|
+
.iap75of {
|
|
1893
|
+
height: 18px;
|
|
1894
|
+
line-height: 18px;
|
|
1895
|
+
padding: 0 4px;
|
|
1896
|
+
border-radius: 4px;
|
|
1897
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1898
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1899
|
+
display: flex;
|
|
1900
|
+
align-items: center;
|
|
1901
|
+
white-space: nowrap;
|
|
1902
|
+
margin-right: 4px;
|
|
1903
|
+
}
|
|
1904
|
+
|
|
1958
1905
|
.i1mrf09m {
|
|
1959
1906
|
display: inline-flex;
|
|
1960
1907
|
align-items: center;
|
|
@@ -2115,89 +2062,6 @@ input[type=submit] {
|
|
|
2115
2062
|
width: 36px;
|
|
2116
2063
|
}
|
|
2117
2064
|
|
|
2118
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2119
|
-
flex-direction: row;
|
|
2120
|
-
justify-content: stretch;
|
|
2121
|
-
}
|
|
2122
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2123
|
-
padding: 0;
|
|
2124
|
-
margin-right: 4px;
|
|
2125
|
-
flex: 1;
|
|
2126
|
-
overflow: visible;
|
|
2127
|
-
}
|
|
2128
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2129
|
-
display: none;
|
|
2130
|
-
}
|
|
2131
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2132
|
-
width: 100%;
|
|
2133
|
-
min-height: unset;
|
|
2134
|
-
}
|
|
2135
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2136
|
-
height: 26px;
|
|
2137
|
-
line-height: 26px;
|
|
2138
|
-
width: 100%;
|
|
2139
|
-
text-align: center;
|
|
2140
|
-
padding: 0;
|
|
2141
|
-
font-size: 12px;
|
|
2142
|
-
font-weight: normal;
|
|
2143
|
-
}
|
|
2144
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2145
|
-
margin-right: 10px;
|
|
2146
|
-
}
|
|
2147
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2148
|
-
display: none;
|
|
2149
|
-
}
|
|
2150
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2151
|
-
border-radius: 4px 0 0 4px;
|
|
2152
|
-
}
|
|
2153
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2154
|
-
margin-right: 0;
|
|
2155
|
-
}
|
|
2156
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2157
|
-
border-radius: 0 4px 4px 0;
|
|
2158
|
-
}
|
|
2159
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
2160
|
-
content: "";
|
|
2161
|
-
width: 0;
|
|
2162
|
-
height: 0;
|
|
2163
|
-
border: 13px solid transparent;
|
|
2164
|
-
position: absolute;
|
|
2165
|
-
top: 0;
|
|
2166
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2167
|
-
right: -21px;
|
|
2168
|
-
z-index: 2;
|
|
2169
|
-
}
|
|
2170
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
2171
|
-
content: "";
|
|
2172
|
-
width: 0;
|
|
2173
|
-
height: 0;
|
|
2174
|
-
border: 13px solid transparent;
|
|
2175
|
-
position: absolute;
|
|
2176
|
-
top: 0;
|
|
2177
|
-
border-left: 8px solid #fff;
|
|
2178
|
-
left: 0;
|
|
2179
|
-
}
|
|
2180
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2181
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2182
|
-
}
|
|
2183
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2184
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2185
|
-
}
|
|
2186
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2187
|
-
color: #005ed1;
|
|
2188
|
-
}
|
|
2189
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2190
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2191
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2192
|
-
}
|
|
2193
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2194
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2195
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2196
|
-
}
|
|
2197
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2198
|
-
padding: 0;
|
|
2199
|
-
}
|
|
2200
|
-
|
|
2201
2065
|
.cz04yix {
|
|
2202
2066
|
display: flex;
|
|
2203
2067
|
flex-direction: column;
|
|
@@ -2863,6 +2727,72 @@ input.rrg1fkn.ant-input {
|
|
|
2863
2727
|
border-bottom-left-radius: 0;
|
|
2864
2728
|
}
|
|
2865
2729
|
|
|
2730
|
+
.p12gwtiw {
|
|
2731
|
+
display: flex;
|
|
2732
|
+
justify-content: space-between;
|
|
2733
|
+
align-items: center;
|
|
2734
|
+
padding: 10px 0;
|
|
2735
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2736
|
+
font-size: 12px;
|
|
2737
|
+
line-height: 24px;
|
|
2738
|
+
}
|
|
2739
|
+
.p12gwtiw .pagination-left {
|
|
2740
|
+
padding: 2px 8px;
|
|
2741
|
+
}
|
|
2742
|
+
.p12gwtiw .dropdown-trigger {
|
|
2743
|
+
display: flex;
|
|
2744
|
+
align-items: center;
|
|
2745
|
+
border-radius: 6px;
|
|
2746
|
+
cursor: pointer;
|
|
2747
|
+
transition: all 0.3s ease;
|
|
2748
|
+
}
|
|
2749
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2750
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2751
|
+
color: #0080ff;
|
|
2752
|
+
}
|
|
2753
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2754
|
+
margin-left: 4px;
|
|
2755
|
+
}
|
|
2756
|
+
.p12gwtiw .pagination-right {
|
|
2757
|
+
display: flex;
|
|
2758
|
+
align-items: center;
|
|
2759
|
+
color: #0080ff;
|
|
2760
|
+
font-weight: bold;
|
|
2761
|
+
}
|
|
2762
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2763
|
+
margin-left: 4px;
|
|
2764
|
+
}
|
|
2765
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2766
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2767
|
+
padding: 0 8px;
|
|
2768
|
+
}
|
|
2769
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2770
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2771
|
+
color: #0080ff;
|
|
2772
|
+
}
|
|
2773
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2774
|
+
transform: rotate(180deg);
|
|
2775
|
+
}
|
|
2776
|
+
|
|
2777
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2778
|
+
max-height: calc(100vh - 128px);
|
|
2779
|
+
overflow-y: auto;
|
|
2780
|
+
}
|
|
2781
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2782
|
+
padding: 4px 20px;
|
|
2783
|
+
font-size: 12px;
|
|
2784
|
+
line-height: 18px;
|
|
2785
|
+
}
|
|
2786
|
+
|
|
2787
|
+
.obf05yr {
|
|
2788
|
+
display: inline-block;
|
|
2789
|
+
}
|
|
2790
|
+
|
|
2791
|
+
.hsms1n6 {
|
|
2792
|
+
visibility: hidden;
|
|
2793
|
+
position: absolute;
|
|
2794
|
+
}
|
|
2795
|
+
|
|
2866
2796
|
.s34f1qb.ant-switch {
|
|
2867
2797
|
min-width: 40px;
|
|
2868
2798
|
height: 24px;
|
|
@@ -2918,6 +2848,89 @@ input.rrg1fkn.ant-input {
|
|
|
2918
2848
|
margin-left: 5px;
|
|
2919
2849
|
}
|
|
2920
2850
|
|
|
2851
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2852
|
+
flex-direction: row;
|
|
2853
|
+
justify-content: stretch;
|
|
2854
|
+
}
|
|
2855
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2856
|
+
padding: 0;
|
|
2857
|
+
margin-right: 4px;
|
|
2858
|
+
flex: 1;
|
|
2859
|
+
overflow: visible;
|
|
2860
|
+
}
|
|
2861
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2862
|
+
display: none;
|
|
2863
|
+
}
|
|
2864
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2865
|
+
width: 100%;
|
|
2866
|
+
min-height: unset;
|
|
2867
|
+
}
|
|
2868
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2869
|
+
height: 26px;
|
|
2870
|
+
line-height: 26px;
|
|
2871
|
+
width: 100%;
|
|
2872
|
+
text-align: center;
|
|
2873
|
+
padding: 0;
|
|
2874
|
+
font-size: 12px;
|
|
2875
|
+
font-weight: normal;
|
|
2876
|
+
}
|
|
2877
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2878
|
+
margin-right: 10px;
|
|
2879
|
+
}
|
|
2880
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2881
|
+
display: none;
|
|
2882
|
+
}
|
|
2883
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2884
|
+
border-radius: 4px 0 0 4px;
|
|
2885
|
+
}
|
|
2886
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2887
|
+
margin-right: 0;
|
|
2888
|
+
}
|
|
2889
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2890
|
+
border-radius: 0 4px 4px 0;
|
|
2891
|
+
}
|
|
2892
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
2893
|
+
content: "";
|
|
2894
|
+
width: 0;
|
|
2895
|
+
height: 0;
|
|
2896
|
+
border: 13px solid transparent;
|
|
2897
|
+
position: absolute;
|
|
2898
|
+
top: 0;
|
|
2899
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2900
|
+
right: -21px;
|
|
2901
|
+
z-index: 2;
|
|
2902
|
+
}
|
|
2903
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
2904
|
+
content: "";
|
|
2905
|
+
width: 0;
|
|
2906
|
+
height: 0;
|
|
2907
|
+
border: 13px solid transparent;
|
|
2908
|
+
position: absolute;
|
|
2909
|
+
top: 0;
|
|
2910
|
+
border-left: 8px solid #fff;
|
|
2911
|
+
left: 0;
|
|
2912
|
+
}
|
|
2913
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2914
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2915
|
+
}
|
|
2916
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2917
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2918
|
+
}
|
|
2919
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2920
|
+
color: #005ed1;
|
|
2921
|
+
}
|
|
2922
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2923
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2924
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2925
|
+
}
|
|
2926
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2927
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2928
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2929
|
+
}
|
|
2930
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2931
|
+
padding: 0;
|
|
2932
|
+
}
|
|
2933
|
+
|
|
2921
2934
|
.t1upn1sz {
|
|
2922
2935
|
height: 100%;
|
|
2923
2936
|
}
|
|
@@ -3294,6 +3307,10 @@ input.rrg1fkn.ant-input {
|
|
|
3294
3307
|
color: rgba(44, 56, 82, 0.6);
|
|
3295
3308
|
}
|
|
3296
3309
|
|
|
3310
|
+
.i1e4sgug {
|
|
3311
|
+
display: inline-block;
|
|
3312
|
+
}
|
|
3313
|
+
|
|
3297
3314
|
.d6j0lbj {
|
|
3298
3315
|
font-family: Inter;
|
|
3299
3316
|
font-style: normal;
|
|
@@ -3769,10 +3786,6 @@ input.rrg1fkn.ant-input {
|
|
|
3769
3786
|
line-height: 12px;
|
|
3770
3787
|
}
|
|
3771
3788
|
|
|
3772
|
-
.i1e4sgug {
|
|
3773
|
-
display: inline-block;
|
|
3774
|
-
}
|
|
3775
|
-
|
|
3776
3789
|
.c198s9j3 {
|
|
3777
3790
|
color: #2d3a56;
|
|
3778
3791
|
line-height: 22px;
|
|
@@ -3844,20 +3857,6 @@ input.rrg1fkn.ant-input {
|
|
|
3844
3857
|
margin-left: 24px;
|
|
3845
3858
|
}
|
|
3846
3859
|
|
|
3847
|
-
.igz4le8 {
|
|
3848
|
-
height: 24px;
|
|
3849
|
-
width: 56px !important;
|
|
3850
|
-
margin-right: 4px;
|
|
3851
|
-
}
|
|
3852
|
-
|
|
3853
|
-
.c1riexje {
|
|
3854
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3855
|
-
}
|
|
3856
|
-
|
|
3857
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3858
|
-
display: flex;
|
|
3859
|
-
}
|
|
3860
|
-
|
|
3861
3860
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3862
3861
|
border-radius: 6px;
|
|
3863
3862
|
}
|
|
@@ -3913,6 +3912,20 @@ input.rrg1fkn.ant-input {
|
|
|
3913
3912
|
transform: rotate(180deg);
|
|
3914
3913
|
}
|
|
3915
3914
|
|
|
3915
|
+
.igz4le8 {
|
|
3916
|
+
height: 24px;
|
|
3917
|
+
width: 56px !important;
|
|
3918
|
+
margin-right: 4px;
|
|
3919
|
+
}
|
|
3920
|
+
|
|
3921
|
+
.c1riexje {
|
|
3922
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3923
|
+
}
|
|
3924
|
+
|
|
3925
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3926
|
+
display: flex;
|
|
3927
|
+
}
|
|
3928
|
+
|
|
3916
3929
|
.m1thnes4 {
|
|
3917
3930
|
color: rgba(44, 56, 82, 0.6);
|
|
3918
3931
|
text-align: center;
|
|
@@ -4150,19 +4163,6 @@ input.rrg1fkn.ant-input {
|
|
|
4150
4163
|
font-size: inherit;
|
|
4151
4164
|
}
|
|
4152
4165
|
|
|
4153
|
-
.iap75of {
|
|
4154
|
-
height: 18px;
|
|
4155
|
-
line-height: 18px;
|
|
4156
|
-
padding: 0 4px;
|
|
4157
|
-
border-radius: 4px;
|
|
4158
|
-
background: rgba(235, 239, 245, 0.6);
|
|
4159
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
4160
|
-
display: flex;
|
|
4161
|
-
align-items: center;
|
|
4162
|
-
white-space: nowrap;
|
|
4163
|
-
margin-right: 4px;
|
|
4164
|
-
}
|
|
4165
|
-
|
|
4166
4166
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4167
4167
|
display: var(--a6dbbkm-0);
|
|
4168
4168
|
}
|
package/dist/umd/index.js
CHANGED
|
@@ -3561,6 +3561,7 @@
|
|
|
3561
3561
|
exports.EntityAsyncStatus = EntityAsyncStatus;
|
|
3562
3562
|
exports.FailedLoad = FailedLoad;
|
|
3563
3563
|
exports.Icon = Icon;
|
|
3564
|
+
exports.InputTagItem = InputTagItem;
|
|
3564
3565
|
exports.KitStoreProvider = KitStoreProvider;
|
|
3565
3566
|
exports.ModalActions = ModalActions;
|
|
3566
3567
|
exports.ModalStack = ModalStack;
|