@cloudtower/eagle 0.25.16 → 0.25.17
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/Modal/ImmersiveModal.d.ts +3 -2
- package/dist/components.css +436 -436
- package/dist/esm/index.js +431 -434
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +0 -2
- package/dist/store/modal.d.ts +0 -2
- package/dist/style.css +69 -69
- package/dist/umd/index.js +433 -436
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1664,24 +1664,6 @@ html body {
|
|
|
1664
1664
|
margin-right: 4px;
|
|
1665
1665
|
}
|
|
1666
1666
|
|
|
1667
|
-
.i1mrf09m {
|
|
1668
|
-
display: inline-flex;
|
|
1669
|
-
align-items: center;
|
|
1670
|
-
}
|
|
1671
|
-
.i1mrf09m .icon-inner {
|
|
1672
|
-
display: inline-flex;
|
|
1673
|
-
align-items: center;
|
|
1674
|
-
justify-content: center;
|
|
1675
|
-
}
|
|
1676
|
-
.i1mrf09m .icon-inner + span,
|
|
1677
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
1678
|
-
margin-left: 4px;
|
|
1679
|
-
}
|
|
1680
|
-
.i1mrf09m.is-rotate img,
|
|
1681
|
-
.i1mrf09m.is-rotate svg {
|
|
1682
|
-
animation: rotate 680ms linear infinite;
|
|
1683
|
-
}
|
|
1684
|
-
|
|
1685
1667
|
.buj61ew.ant-btn {
|
|
1686
1668
|
height: 32px;
|
|
1687
1669
|
border-radius: 6px;
|
|
@@ -1959,61 +1941,31 @@ html body {
|
|
|
1959
1941
|
border-radius: unset;
|
|
1960
1942
|
}
|
|
1961
1943
|
|
|
1962
|
-
.
|
|
1963
|
-
display: flex;
|
|
1964
|
-
justify-content: space-between;
|
|
1944
|
+
.i1mrf09m {
|
|
1945
|
+
display: inline-flex;
|
|
1965
1946
|
align-items: center;
|
|
1966
|
-
padding: 10px 0;
|
|
1967
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1968
|
-
font-size: 12px;
|
|
1969
|
-
line-height: 24px;
|
|
1970
1947
|
}
|
|
1971
|
-
.
|
|
1972
|
-
|
|
1973
|
-
}
|
|
1974
|
-
.p12gwtiw .dropdown-trigger {
|
|
1975
|
-
display: flex;
|
|
1976
|
-
align-items: center;
|
|
1977
|
-
border-radius: 6px;
|
|
1978
|
-
cursor: pointer;
|
|
1979
|
-
transition: all 0.3s ease;
|
|
1980
|
-
}
|
|
1981
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
1982
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1983
|
-
color: #0080ff;
|
|
1984
|
-
}
|
|
1985
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1986
|
-
margin-left: 4px;
|
|
1987
|
-
}
|
|
1988
|
-
.p12gwtiw .pagination-right {
|
|
1989
|
-
display: flex;
|
|
1948
|
+
.i1mrf09m .icon-inner {
|
|
1949
|
+
display: inline-flex;
|
|
1990
1950
|
align-items: center;
|
|
1991
|
-
|
|
1992
|
-
font-weight: bold;
|
|
1951
|
+
justify-content: center;
|
|
1993
1952
|
}
|
|
1994
|
-
.
|
|
1953
|
+
.i1mrf09m .icon-inner + span,
|
|
1954
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1995
1955
|
margin-left: 4px;
|
|
1996
1956
|
}
|
|
1997
|
-
.
|
|
1998
|
-
.
|
|
1999
|
-
|
|
2000
|
-
}
|
|
2001
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2002
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
2003
|
-
color: #0080ff;
|
|
2004
|
-
}
|
|
2005
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2006
|
-
transform: rotate(180deg);
|
|
1957
|
+
.i1mrf09m.is-rotate img,
|
|
1958
|
+
.i1mrf09m.is-rotate svg {
|
|
1959
|
+
animation: rotate 680ms linear infinite;
|
|
2007
1960
|
}
|
|
2008
1961
|
|
|
2009
|
-
.
|
|
2010
|
-
|
|
2011
|
-
overflow-y: auto;
|
|
1962
|
+
.obf05yr {
|
|
1963
|
+
display: inline-block;
|
|
2012
1964
|
}
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
1965
|
+
|
|
1966
|
+
.hsms1n6 {
|
|
1967
|
+
visibility: hidden;
|
|
1968
|
+
position: absolute;
|
|
2017
1969
|
}
|
|
2018
1970
|
|
|
2019
1971
|
.rxbeqvl.ant-radio-wrapper {
|
|
@@ -2157,13 +2109,61 @@ html body {
|
|
|
2157
2109
|
width: 36px;
|
|
2158
2110
|
}
|
|
2159
2111
|
|
|
2160
|
-
.
|
|
2161
|
-
display:
|
|
2112
|
+
.p12gwtiw {
|
|
2113
|
+
display: flex;
|
|
2114
|
+
justify-content: space-between;
|
|
2115
|
+
align-items: center;
|
|
2116
|
+
padding: 10px 0;
|
|
2117
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2118
|
+
font-size: 12px;
|
|
2119
|
+
line-height: 24px;
|
|
2120
|
+
}
|
|
2121
|
+
.p12gwtiw .pagination-left {
|
|
2122
|
+
padding: 2px 8px;
|
|
2123
|
+
}
|
|
2124
|
+
.p12gwtiw .dropdown-trigger {
|
|
2125
|
+
display: flex;
|
|
2126
|
+
align-items: center;
|
|
2127
|
+
border-radius: 6px;
|
|
2128
|
+
cursor: pointer;
|
|
2129
|
+
transition: all 0.3s ease;
|
|
2130
|
+
}
|
|
2131
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2132
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2133
|
+
color: #0080ff;
|
|
2134
|
+
}
|
|
2135
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2136
|
+
margin-left: 4px;
|
|
2137
|
+
}
|
|
2138
|
+
.p12gwtiw .pagination-right {
|
|
2139
|
+
display: flex;
|
|
2140
|
+
align-items: center;
|
|
2141
|
+
color: #0080ff;
|
|
2142
|
+
font-weight: bold;
|
|
2143
|
+
}
|
|
2144
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2145
|
+
margin-left: 4px;
|
|
2146
|
+
}
|
|
2147
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2148
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2149
|
+
padding: 0 8px;
|
|
2150
|
+
}
|
|
2151
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2152
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2153
|
+
color: #0080ff;
|
|
2154
|
+
}
|
|
2155
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2156
|
+
transform: rotate(180deg);
|
|
2162
2157
|
}
|
|
2163
2158
|
|
|
2164
|
-
.
|
|
2165
|
-
|
|
2166
|
-
|
|
2159
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2160
|
+
max-height: calc(100vh - 128px);
|
|
2161
|
+
overflow-y: auto;
|
|
2162
|
+
}
|
|
2163
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2164
|
+
padding: 4px 20px;
|
|
2165
|
+
font-size: 12px;
|
|
2166
|
+
line-height: 18px;
|
|
2167
2167
|
}
|
|
2168
2168
|
|
|
2169
2169
|
.cz04yix {
|