indicator-ui 0.0.90 → 0.0.91
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/index.css +74 -201
- package/dist/index.css.map +1 -1
- package/dist/index.js +24 -17
- package/dist/index.js.map +1 -1
- package/dist/scss/styles/mixins/centerInsideContent.scss +5 -3
- package/dist/scss/styles/mixins/fnt.scss +0 -1
- package/dist/scss/ui/InputFields/FlexField/styles/mixins/flexField.scss +2 -2
- package/dist/scss/ui/InputFields/InputFieldWrapper/styles/mixins/inputFieldWrapper.scss +0 -1
- package/dist/scss/ui/InputFields/SelectField/styles/mixins/selectField.scss +12 -11
- package/dist/types/src/test/pages/PaginationPage.d.ts +1 -0
- package/dist/types/src/test/pages/index.d.ts +1 -0
- package/dist/types/src/ui/PaginationBar/types/PageSwitcherTypes.d.ts +1 -0
- package/dist/types/src/ui/PaginationBar/types/PaginationBarTypes.d.ts +1 -0
- package/dist/types/src/ui/PaginationBar/ui/PageSwitcher.d.ts +1 -1
- package/dist/types/src/ui/PaginationBar/ui/PaginationBar.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1183,9 +1183,6 @@
|
|
|
1183
1183
|
width: 100%;
|
|
1184
1184
|
height: fit-content;
|
|
1185
1185
|
min-width: 0;
|
|
1186
|
-
display: flex;
|
|
1187
|
-
align-items: center;
|
|
1188
|
-
justify-content: center;
|
|
1189
1186
|
padding: 10px 12px;
|
|
1190
1187
|
border-radius: 8px;
|
|
1191
1188
|
gap: 12px;
|
|
@@ -1194,6 +1191,11 @@
|
|
|
1194
1191
|
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
|
|
1195
1192
|
box-sizing: border-box;
|
|
1196
1193
|
}
|
|
1194
|
+
.FlexField-module__flexField___bQEfy {
|
|
1195
|
+
display: flex;
|
|
1196
|
+
align-items: center;
|
|
1197
|
+
justify-content: center;
|
|
1198
|
+
}
|
|
1197
1199
|
.FlexField-module__flexField___bQEfy .FlexField-module__inputField___ckUI1 {
|
|
1198
1200
|
flex: 1;
|
|
1199
1201
|
min-width: 0;
|
|
@@ -1229,6 +1231,8 @@
|
|
|
1229
1231
|
}
|
|
1230
1232
|
.FlexField-module__flexField___bQEfy .FlexField-module__icon___pHmKh {
|
|
1231
1233
|
padding: 2px 0;
|
|
1234
|
+
}
|
|
1235
|
+
.FlexField-module__flexField___bQEfy .FlexField-module__icon___pHmKh {
|
|
1232
1236
|
display: flex;
|
|
1233
1237
|
align-items: center;
|
|
1234
1238
|
justify-content: center;
|
|
@@ -1259,6 +1263,8 @@
|
|
|
1259
1263
|
}
|
|
1260
1264
|
.FlexField-module__flexField___bQEfy .FlexField-module__help___ORoT_ {
|
|
1261
1265
|
padding: 2px 0;
|
|
1266
|
+
}
|
|
1267
|
+
.FlexField-module__flexField___bQEfy .FlexField-module__help___ORoT_ {
|
|
1262
1268
|
display: flex;
|
|
1263
1269
|
align-items: center;
|
|
1264
1270
|
justify-content: center;
|
|
@@ -1274,6 +1280,8 @@
|
|
|
1274
1280
|
.FlexField-module__flexField___bQEfy .FlexField-module__dropdown___BqdfG {
|
|
1275
1281
|
padding: 2px 0;
|
|
1276
1282
|
transition: all ease-in-out 200ms;
|
|
1283
|
+
}
|
|
1284
|
+
.FlexField-module__flexField___bQEfy .FlexField-module__dropdown___BqdfG {
|
|
1277
1285
|
display: flex;
|
|
1278
1286
|
align-items: center;
|
|
1279
1287
|
justify-content: center;
|
|
@@ -1292,6 +1300,8 @@
|
|
|
1292
1300
|
.FlexField-module__flexField___bQEfy .FlexField-module__button___TjLHK {
|
|
1293
1301
|
padding: 2px 0;
|
|
1294
1302
|
transition: all ease-in-out 200ms;
|
|
1303
|
+
}
|
|
1304
|
+
.FlexField-module__flexField___bQEfy .FlexField-module__button___TjLHK {
|
|
1295
1305
|
display: flex;
|
|
1296
1306
|
align-items: center;
|
|
1297
1307
|
justify-content: center;
|
|
@@ -1367,6 +1377,14 @@
|
|
|
1367
1377
|
font-weight: 600;
|
|
1368
1378
|
font-style: normal;
|
|
1369
1379
|
}
|
|
1380
|
+
@keyframes SelectField-module__show-animation___Ee3LS {
|
|
1381
|
+
from {
|
|
1382
|
+
opacity: 0;
|
|
1383
|
+
}
|
|
1384
|
+
to {
|
|
1385
|
+
opacity: 1;
|
|
1386
|
+
}
|
|
1387
|
+
}
|
|
1370
1388
|
.SelectField-module__selectField___p9S2j {
|
|
1371
1389
|
width: 100%;
|
|
1372
1390
|
position: relative;
|
|
@@ -1393,11 +1411,13 @@
|
|
|
1393
1411
|
.SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d .SelectField-module__selectModalWindow___w55Pm .SelectField-module__selectFieldOptionsItem___hQMC7 {
|
|
1394
1412
|
width: 100%;
|
|
1395
1413
|
height: fit-content;
|
|
1414
|
+
gap: 8px;
|
|
1415
|
+
padding: 10px 16px;
|
|
1416
|
+
}
|
|
1417
|
+
.SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d .SelectField-module__selectModalWindow___w55Pm .SelectField-module__selectFieldOptionsItem___hQMC7 {
|
|
1396
1418
|
display: flex;
|
|
1397
1419
|
align-items: center;
|
|
1398
1420
|
justify-content: center;
|
|
1399
|
-
gap: 8px;
|
|
1400
|
-
padding: 10px 16px;
|
|
1401
1421
|
}
|
|
1402
1422
|
.SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d .SelectField-module__selectModalWindow___w55Pm .SelectField-module__selectFieldOptionsItem___hQMC7 .SelectField-module__label___Orjua {
|
|
1403
1423
|
flex: 1;
|
|
@@ -1424,15 +1444,6 @@
|
|
|
1424
1444
|
.SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d .SelectField-module__selectModalWindow___w55Pm .SelectField-module__selectFieldOptionsItem___hQMC7.SelectField-module__active___a3j2T svg * {
|
|
1425
1445
|
stroke: var(--blue-dark-500);
|
|
1426
1446
|
}
|
|
1427
|
-
|
|
1428
|
-
@keyframes SelectField-module__show-animation___Ee3LS {
|
|
1429
|
-
from {
|
|
1430
|
-
opacity: 0;
|
|
1431
|
-
}
|
|
1432
|
-
to {
|
|
1433
|
-
opacity: 1;
|
|
1434
|
-
}
|
|
1435
|
-
}
|
|
1436
1447
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
1437
1448
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/InputFields/InputFieldWrapper/styles/InputFieldWrapper.module.scss ***!
|
|
1438
1449
|
\***************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
@@ -1633,6 +1644,8 @@
|
|
|
1633
1644
|
border-radius: 50%;
|
|
1634
1645
|
border: 1px solid var(--gray-300);
|
|
1635
1646
|
background-color: var(--base-white);
|
|
1647
|
+
}
|
|
1648
|
+
.RadioField-module__radioFieldItem___uaoV4 .RadioField-module__checkbox____H6Wv {
|
|
1636
1649
|
display: flex;
|
|
1637
1650
|
align-items: center;
|
|
1638
1651
|
justify-content: center;
|
|
@@ -1756,13 +1769,18 @@
|
|
|
1756
1769
|
font-weight: 600;
|
|
1757
1770
|
font-style: normal;
|
|
1758
1771
|
}
|
|
1772
|
+
@keyframes InputField-module__show-animation___z7gvz {
|
|
1773
|
+
from {
|
|
1774
|
+
opacity: 0;
|
|
1775
|
+
}
|
|
1776
|
+
to {
|
|
1777
|
+
opacity: 1;
|
|
1778
|
+
}
|
|
1779
|
+
}
|
|
1759
1780
|
.InputField-module__flexField___aNE6o {
|
|
1760
1781
|
width: 100%;
|
|
1761
1782
|
height: fit-content;
|
|
1762
1783
|
min-width: 0;
|
|
1763
|
-
display: flex;
|
|
1764
|
-
align-items: center;
|
|
1765
|
-
justify-content: center;
|
|
1766
1784
|
padding: 10px 12px;
|
|
1767
1785
|
border-radius: 8px;
|
|
1768
1786
|
gap: 12px;
|
|
@@ -1771,6 +1789,11 @@
|
|
|
1771
1789
|
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
|
|
1772
1790
|
box-sizing: border-box;
|
|
1773
1791
|
}
|
|
1792
|
+
.InputField-module__flexField___aNE6o {
|
|
1793
|
+
display: flex;
|
|
1794
|
+
align-items: center;
|
|
1795
|
+
justify-content: center;
|
|
1796
|
+
}
|
|
1774
1797
|
.InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH {
|
|
1775
1798
|
flex: 1;
|
|
1776
1799
|
min-width: 0;
|
|
@@ -1806,6 +1829,8 @@
|
|
|
1806
1829
|
}
|
|
1807
1830
|
.InputField-module__flexField___aNE6o .InputField-module__icon___xR6jG {
|
|
1808
1831
|
padding: 2px 0;
|
|
1832
|
+
}
|
|
1833
|
+
.InputField-module__flexField___aNE6o .InputField-module__icon___xR6jG {
|
|
1809
1834
|
display: flex;
|
|
1810
1835
|
align-items: center;
|
|
1811
1836
|
justify-content: center;
|
|
@@ -1836,6 +1861,8 @@
|
|
|
1836
1861
|
}
|
|
1837
1862
|
.InputField-module__flexField___aNE6o .InputField-module__help___uSjvq {
|
|
1838
1863
|
padding: 2px 0;
|
|
1864
|
+
}
|
|
1865
|
+
.InputField-module__flexField___aNE6o .InputField-module__help___uSjvq {
|
|
1839
1866
|
display: flex;
|
|
1840
1867
|
align-items: center;
|
|
1841
1868
|
justify-content: center;
|
|
@@ -1851,6 +1878,8 @@
|
|
|
1851
1878
|
.InputField-module__flexField___aNE6o .InputField-module__dropdown___QQuFp {
|
|
1852
1879
|
padding: 2px 0;
|
|
1853
1880
|
transition: all ease-in-out 200ms;
|
|
1881
|
+
}
|
|
1882
|
+
.InputField-module__flexField___aNE6o .InputField-module__dropdown___QQuFp {
|
|
1854
1883
|
display: flex;
|
|
1855
1884
|
align-items: center;
|
|
1856
1885
|
justify-content: center;
|
|
@@ -1869,6 +1898,8 @@
|
|
|
1869
1898
|
.InputField-module__flexField___aNE6o .InputField-module__button___jm0td {
|
|
1870
1899
|
padding: 2px 0;
|
|
1871
1900
|
transition: all ease-in-out 200ms;
|
|
1901
|
+
}
|
|
1902
|
+
.InputField-module__flexField___aNE6o .InputField-module__button___jm0td {
|
|
1872
1903
|
display: flex;
|
|
1873
1904
|
align-items: center;
|
|
1874
1905
|
justify-content: center;
|
|
@@ -2015,180 +2046,13 @@
|
|
|
2015
2046
|
width: 100%;
|
|
2016
2047
|
position: relative;
|
|
2017
2048
|
}
|
|
2018
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o {
|
|
2019
|
-
width: 100%;
|
|
2020
|
-
height: fit-content;
|
|
2021
|
-
min-width: 0;
|
|
2022
|
-
display: flex;
|
|
2023
|
-
align-items: center;
|
|
2024
|
-
justify-content: center;
|
|
2025
|
-
padding: 10px 12px;
|
|
2026
|
-
border-radius: 8px;
|
|
2027
|
-
gap: 12px;
|
|
2028
|
-
background-color: var(--base-white);
|
|
2029
|
-
border: 1px solid var(--gray-300);
|
|
2030
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
|
|
2031
|
-
box-sizing: border-box;
|
|
2032
|
-
}
|
|
2033
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH {
|
|
2034
|
-
flex: 1;
|
|
2035
|
-
min-width: 0;
|
|
2036
|
-
min-height: 24px;
|
|
2037
|
-
outline: none;
|
|
2038
|
-
padding: 0;
|
|
2039
|
-
margin: 0;
|
|
2040
|
-
border: none;
|
|
2041
|
-
background: none;
|
|
2042
|
-
text-wrap: nowrap;
|
|
2043
|
-
overflow: hidden;
|
|
2044
|
-
text-overflow: ellipsis;
|
|
2045
|
-
}
|
|
2046
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH {
|
|
2047
|
-
font-size: 16px;
|
|
2048
|
-
line-height: 24px;
|
|
2049
|
-
color: var(--gray-900);
|
|
2050
|
-
font-weight: 400;
|
|
2051
|
-
font-family: "Golos UI", sans-serif;
|
|
2052
|
-
font-stretch: normal;
|
|
2053
|
-
font-style: normal;
|
|
2054
|
-
font-variant: normal;
|
|
2055
|
-
}
|
|
2056
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH::placeholder, .InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH.InputField-module__placeholder___ybb3Y {
|
|
2057
|
-
font-size: 16px;
|
|
2058
|
-
line-height: 24px;
|
|
2059
|
-
color: var(--gray-400);
|
|
2060
|
-
font-weight: 400;
|
|
2061
|
-
font-family: "Golos UI", sans-serif;
|
|
2062
|
-
font-stretch: normal;
|
|
2063
|
-
font-style: normal;
|
|
2064
|
-
font-variant: normal;
|
|
2065
|
-
}
|
|
2066
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__icon___xR6jG {
|
|
2067
|
-
padding: 2px 0;
|
|
2068
|
-
display: flex;
|
|
2069
|
-
align-items: center;
|
|
2070
|
-
justify-content: center;
|
|
2071
|
-
}
|
|
2072
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__icon___xR6jG svg * {
|
|
2073
|
-
stroke: var(--gray-400);
|
|
2074
|
-
}
|
|
2075
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__icon___xR6jG svg {
|
|
2076
|
-
width: 20px;
|
|
2077
|
-
height: 20px;
|
|
2078
|
-
flex: none;
|
|
2079
|
-
}
|
|
2080
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__textSupport___njpRn {
|
|
2081
|
-
font-size: 16px;
|
|
2082
|
-
line-height: 24px;
|
|
2083
|
-
color: var(--gray-400);
|
|
2084
|
-
font-weight: 400;
|
|
2085
|
-
font-family: "Golos UI", sans-serif;
|
|
2086
|
-
font-stretch: normal;
|
|
2087
|
-
font-style: normal;
|
|
2088
|
-
font-variant: normal;
|
|
2089
|
-
}
|
|
2090
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__userPic___OQ_q0 {
|
|
2091
|
-
width: 24px;
|
|
2092
|
-
height: 24px;
|
|
2093
|
-
border-radius: 50%;
|
|
2094
|
-
object-fit: scale-down;
|
|
2095
|
-
}
|
|
2096
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__help___uSjvq {
|
|
2097
|
-
padding: 2px 0;
|
|
2098
|
-
display: flex;
|
|
2099
|
-
align-items: center;
|
|
2100
|
-
justify-content: center;
|
|
2101
|
-
}
|
|
2102
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__help___uSjvq svg * {
|
|
2103
|
-
stroke: var(--gray-400);
|
|
2104
|
-
}
|
|
2105
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__help___uSjvq svg {
|
|
2106
|
-
width: 16px;
|
|
2107
|
-
height: 16px;
|
|
2108
|
-
flex: none;
|
|
2109
|
-
}
|
|
2110
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__dropdown___QQuFp {
|
|
2111
|
-
padding: 2px 0;
|
|
2112
|
-
transition: all ease-in-out 200ms;
|
|
2113
|
-
display: flex;
|
|
2114
|
-
align-items: center;
|
|
2115
|
-
justify-content: center;
|
|
2116
|
-
}
|
|
2117
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__dropdown___QQuFp svg * {
|
|
2118
|
-
stroke: var(--gray-500);
|
|
2119
|
-
}
|
|
2120
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__dropdown___QQuFp svg {
|
|
2121
|
-
width: 20px;
|
|
2122
|
-
height: 20px;
|
|
2123
|
-
flex: none;
|
|
2124
|
-
}
|
|
2125
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__dropdown___QQuFp.InputField-module__dropdownReverse___Nfb9Z {
|
|
2126
|
-
transform: rotateX(-180deg);
|
|
2127
|
-
}
|
|
2128
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__button___jm0td {
|
|
2129
|
-
padding: 2px 0;
|
|
2130
|
-
transition: all ease-in-out 200ms;
|
|
2131
|
-
display: flex;
|
|
2132
|
-
align-items: center;
|
|
2133
|
-
justify-content: center;
|
|
2134
|
-
}
|
|
2135
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__button___jm0td svg {
|
|
2136
|
-
width: 20px;
|
|
2137
|
-
height: 20px;
|
|
2138
|
-
flex: none;
|
|
2139
|
-
}
|
|
2140
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__button___jm0td.InputField-module__red___euINw svg * {
|
|
2141
|
-
stroke: var(--error-400);
|
|
2142
|
-
}
|
|
2143
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__button___jm0td.InputField-module__red___euINw:hover svg * {
|
|
2144
|
-
stroke: var(--error-500);
|
|
2145
|
-
}
|
|
2146
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__button___jm0td.InputField-module__gray___GGFcb svg * {
|
|
2147
|
-
stroke: var(--gray-400);
|
|
2148
|
-
}
|
|
2149
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__button___jm0td.InputField-module__gray___GGFcb:hover svg * {
|
|
2150
|
-
stroke: var(--gray-500);
|
|
2151
|
-
}
|
|
2152
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o.InputField-module__pointer___Ij_hP {
|
|
2153
|
-
cursor: pointer;
|
|
2154
|
-
}
|
|
2155
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o.InputField-module__focus___xpWhB {
|
|
2156
|
-
border: 1px solid var(--gray-400);
|
|
2157
|
-
}
|
|
2158
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o.InputField-module__isError___x2fXo {
|
|
2159
|
-
border: 1px solid var(--error-300);
|
|
2160
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
|
|
2161
|
-
}
|
|
2162
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o.InputField-module__isError___x2fXo .InputField-module__help___uSjvq svg * {
|
|
2163
|
-
stroke: var(--error-500);
|
|
2164
|
-
}
|
|
2165
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o.InputField-module__isError___x2fXo.InputField-module__focus___xpWhB {
|
|
2166
|
-
border: 1px solid var(--error-400);
|
|
2167
|
-
}
|
|
2168
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o.InputField-module__disabled___hH7HA {
|
|
2169
|
-
background-color: var(--gray-100);
|
|
2170
|
-
cursor: default;
|
|
2171
|
-
}
|
|
2172
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o.InputField-module__disabled___hH7HA * {
|
|
2173
|
-
cursor: default;
|
|
2174
|
-
}
|
|
2175
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o.InputField-module__disabled___hH7HA .InputField-module__inputField___mzakH {
|
|
2176
|
-
font-size: 16px;
|
|
2177
|
-
line-height: 24px;
|
|
2178
|
-
color: var(--gray-500);
|
|
2179
|
-
font-weight: 400;
|
|
2180
|
-
font-family: "Golos UI", sans-serif;
|
|
2181
|
-
font-stretch: normal;
|
|
2182
|
-
font-style: normal;
|
|
2183
|
-
font-variant: normal;
|
|
2184
|
-
}
|
|
2185
2049
|
.InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC {
|
|
2186
2050
|
width: 100%;
|
|
2187
2051
|
position: absolute;
|
|
2188
2052
|
z-index: 1;
|
|
2189
2053
|
}
|
|
2190
2054
|
.InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC .InputField-module__selectModalWindow___Dg52i {
|
|
2191
|
-
|
|
2055
|
+
animation: InputField-module__show-animation___z7gvz ease-out forwards 200ms;
|
|
2192
2056
|
width: 100%;
|
|
2193
2057
|
height: fit-content;
|
|
2194
2058
|
max-height: 300px;
|
|
@@ -2204,11 +2068,13 @@
|
|
|
2204
2068
|
.InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC .InputField-module__selectModalWindow___Dg52i .InputField-module__selectFieldOptionsItem___HBdJA {
|
|
2205
2069
|
width: 100%;
|
|
2206
2070
|
height: fit-content;
|
|
2071
|
+
gap: 8px;
|
|
2072
|
+
padding: 10px 16px;
|
|
2073
|
+
}
|
|
2074
|
+
.InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC .InputField-module__selectModalWindow___Dg52i .InputField-module__selectFieldOptionsItem___HBdJA {
|
|
2207
2075
|
display: flex;
|
|
2208
2076
|
align-items: center;
|
|
2209
2077
|
justify-content: center;
|
|
2210
|
-
gap: 8px;
|
|
2211
|
-
padding: 10px 16px;
|
|
2212
2078
|
}
|
|
2213
2079
|
.InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC .InputField-module__selectModalWindow___Dg52i .InputField-module__selectFieldOptionsItem___HBdJA .InputField-module__label___Wlb6C {
|
|
2214
2080
|
flex: 1;
|
|
@@ -2235,9 +2101,6 @@
|
|
|
2235
2101
|
.InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC .InputField-module__selectModalWindow___Dg52i .InputField-module__selectFieldOptionsItem___HBdJA.InputField-module__active___RcF6w svg * {
|
|
2236
2102
|
stroke: var(--blue-dark-500);
|
|
2237
2103
|
}
|
|
2238
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC.InputField-module__show___g12r_ {
|
|
2239
|
-
opacity: 1;
|
|
2240
|
-
}
|
|
2241
2104
|
|
|
2242
2105
|
.InputField-module__switcherField___Qezr0 {
|
|
2243
2106
|
width: 36px;
|
|
@@ -2291,6 +2154,8 @@
|
|
|
2291
2154
|
border-radius: 50%;
|
|
2292
2155
|
border: 1px solid var(--gray-300);
|
|
2293
2156
|
background-color: var(--base-white);
|
|
2157
|
+
}
|
|
2158
|
+
.InputField-module__radioFieldItem___c6OMz .InputField-module__checkbox___KcnRp {
|
|
2294
2159
|
display: flex;
|
|
2295
2160
|
align-items: center;
|
|
2296
2161
|
justify-content: center;
|
|
@@ -2403,6 +2268,8 @@
|
|
|
2403
2268
|
box-sizing: border-box;
|
|
2404
2269
|
cursor: pointer;
|
|
2405
2270
|
overflow: hidden;
|
|
2271
|
+
}
|
|
2272
|
+
.CheckboxMark-module__checkboxMark___QsRbu {
|
|
2406
2273
|
display: flex;
|
|
2407
2274
|
align-items: center;
|
|
2408
2275
|
justify-content: center;
|
|
@@ -3030,6 +2897,8 @@
|
|
|
3030
2897
|
box-shadow: 0 0 0 1px var(--gray-300);
|
|
3031
2898
|
background-color: var(--base-white);
|
|
3032
2899
|
cursor: pointer;
|
|
2900
|
+
}
|
|
2901
|
+
.TagCheckbox-module__tagCheckbox___MS2eW {
|
|
3033
2902
|
display: flex;
|
|
3034
2903
|
align-items: center;
|
|
3035
2904
|
justify-content: center;
|
|
@@ -3563,13 +3432,13 @@
|
|
|
3563
3432
|
font-variant: normal;
|
|
3564
3433
|
}
|
|
3565
3434
|
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__arrowButtons___Ly4oS:hover {
|
|
3566
|
-
color:
|
|
3435
|
+
color: var(--gray-700);
|
|
3567
3436
|
}
|
|
3568
3437
|
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__arrowButtons___Ly4oS:hover svg * {
|
|
3569
3438
|
stroke: var(--gray-700);
|
|
3570
3439
|
}
|
|
3571
3440
|
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__arrowButtons___Ly4oS:focus {
|
|
3572
|
-
color:
|
|
3441
|
+
color: var(--gray-600);
|
|
3573
3442
|
}
|
|
3574
3443
|
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__arrowButtons___Ly4oS:focus svg * {
|
|
3575
3444
|
stroke: var(--gray-600);
|
|
@@ -3590,9 +3459,6 @@
|
|
|
3590
3459
|
width: 40px;
|
|
3591
3460
|
height: 40px;
|
|
3592
3461
|
border-radius: 8px;
|
|
3593
|
-
display: flex;
|
|
3594
|
-
align-items: center;
|
|
3595
|
-
justify-content: center;
|
|
3596
3462
|
}
|
|
3597
3463
|
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__buttonsList___dxvZB .PageSwitcher-module__plug___vUKSL {
|
|
3598
3464
|
font-size: 14px;
|
|
@@ -3604,31 +3470,38 @@
|
|
|
3604
3470
|
font-style: normal;
|
|
3605
3471
|
font-variant: normal;
|
|
3606
3472
|
}
|
|
3473
|
+
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__buttonsList___dxvZB .PageSwitcher-module__plug___vUKSL {
|
|
3474
|
+
display: flex;
|
|
3475
|
+
align-items: center;
|
|
3476
|
+
justify-content: center;
|
|
3477
|
+
}
|
|
3607
3478
|
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__buttonsList___dxvZB .PageSwitcher-module__numberButton___TgDNV {
|
|
3608
3479
|
width: 40px;
|
|
3609
3480
|
height: 40px;
|
|
3610
3481
|
border-radius: 8px;
|
|
3611
3482
|
transition: all linear 200ms;
|
|
3612
|
-
display: flex;
|
|
3613
|
-
align-items: center;
|
|
3614
|
-
justify-content: center;
|
|
3615
3483
|
}
|
|
3616
3484
|
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__buttonsList___dxvZB .PageSwitcher-module__numberButton___TgDNV {
|
|
3617
3485
|
font-size: 14px;
|
|
3618
3486
|
line-height: 20px;
|
|
3619
|
-
color: var(--gray-600)
|
|
3487
|
+
color: var(--gray-600);
|
|
3620
3488
|
font-weight: 500;
|
|
3621
3489
|
font-family: "Golos UI", sans-serif;
|
|
3622
3490
|
font-stretch: normal;
|
|
3623
3491
|
font-style: normal;
|
|
3624
3492
|
font-variant: normal;
|
|
3625
3493
|
}
|
|
3494
|
+
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__buttonsList___dxvZB .PageSwitcher-module__numberButton___TgDNV {
|
|
3495
|
+
display: flex;
|
|
3496
|
+
align-items: center;
|
|
3497
|
+
justify-content: center;
|
|
3498
|
+
}
|
|
3626
3499
|
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__buttonsList___dxvZB .PageSwitcher-module__numberButton___TgDNV:hover {
|
|
3627
|
-
color:
|
|
3500
|
+
color: var(--gray-800);
|
|
3628
3501
|
background-color: var(--gray-100);
|
|
3629
3502
|
}
|
|
3630
3503
|
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__buttonsList___dxvZB .PageSwitcher-module__numberButton___TgDNV.PageSwitcher-module__active___Mx_1z {
|
|
3631
|
-
color:
|
|
3504
|
+
color: var(--gray-800);
|
|
3632
3505
|
background-color: var(--gray-100);
|
|
3633
3506
|
}
|
|
3634
3507
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
|