indicator-ui 0.0.103 → 0.0.105
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 +0 -490
- package/dist/index.css.map +1 -1
- package/dist/index.js +82 -98
- package/dist/index.js.map +1 -1
- package/dist/types/src/ui/FormBuilder/schemes/index.d.ts +1 -1
- package/dist/types/src/ui/InputFields/FlexField/types/FlexFieldTypes.d.ts +0 -1
- package/dist/types/src/ui/InputFields/InputField/types/InputFieldTypes.d.ts +0 -1
- package/dist/types/src/ui/InputFields/InputField/ui/InputField.d.ts +1 -1
- package/dist/types/src/ui/InputFields/InputFieldWrapper/types/InputFieldWrapperTypes.d.ts +0 -1
- package/dist/types/src/ui/InputFields/InputFieldWrapper/ui/InputFieldWrapper.d.ts +1 -1
- package/dist/types/src/ui/InputFields/RadioField/types/RadioFieldItemTypes.d.ts +0 -1
- package/dist/types/src/ui/InputFields/RadioField/types/RadioFieldTypes.d.ts +0 -1
- package/dist/types/src/ui/InputFields/RadioField/ui/RadioField.d.ts +1 -1
- package/dist/types/src/ui/InputFields/RadioField/ui/RadioFieldItem.d.ts +1 -1
- package/dist/types/src/ui/InputFields/SelectField/types/SelectFieldTypes.d.ts +0 -1
- package/dist/types/src/ui/InputFields/SwitcherField/types/SwitcherFieldTypes.d.ts +0 -1
- package/dist/types/src/ui/InputFields/SwitcherField/ui/SwitcherField.d.ts +1 -1
- package/dist/types/src/ui/InputFields/TextareaField/types/TextareaFieldTypes.d.ts +0 -1
- package/dist/types/src/ui/InputFields/TextareaField/ui/TextareaField.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1852,496 +1852,6 @@
|
|
|
1852
1852
|
.TextareaField-module__textareaField___Vcg4L.TextareaField-module__isError___VGTeU:focus {
|
|
1853
1853
|
box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
|
|
1854
1854
|
}
|
|
1855
|
-
/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
1856
|
-
!*** 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/InputField/styles/InputField.module.scss ***!
|
|
1857
|
-
\*************************************************************************************************************************************************************************************************************************************************************************************/
|
|
1858
|
-
@font-face {
|
|
1859
|
-
font-family: "Golos UI";
|
|
1860
|
-
src: local("Golos UI"), url(fonts/golos-ui_regular.28e502dbcc83c91565af.ttf) format("truetype"), url(fonts/golos-ui_regular.a1c96bd6133294a21f27.woff2) format("woff2"), url(fonts/golos-ui_regular.144142fba245a224ac28.woff) format("woff");
|
|
1861
|
-
font-weight: 400;
|
|
1862
|
-
font-style: normal;
|
|
1863
|
-
}
|
|
1864
|
-
@font-face {
|
|
1865
|
-
font-family: "Golos UI";
|
|
1866
|
-
src: local("Golos UI"), url(fonts/golos-ui_medium.727b1fef51a9bac82009.ttf) format("truetype"), url(fonts/golos-ui_medium.6f7a20790ad518369eb2.woff2) format("woff2"), url(fonts/golos-ui_medium.f9db984fc119d6aeca90.woff) format("woff");
|
|
1867
|
-
font-weight: 500;
|
|
1868
|
-
font-style: normal;
|
|
1869
|
-
}
|
|
1870
|
-
@font-face {
|
|
1871
|
-
font-family: "Golos UI";
|
|
1872
|
-
src: local("Golos UI"), url(fonts/golos-ui_bold.c0e021db79bdbbdeefad.ttf) format("truetype"), url(fonts/golos-ui_bold.80c1c59de9219ce1f9c5.woff2) format("woff2"), url(fonts/golos-ui_bold.e1122033a14151d7ea54.woff) format("woff");
|
|
1873
|
-
font-weight: 600;
|
|
1874
|
-
font-style: normal;
|
|
1875
|
-
}
|
|
1876
|
-
@keyframes InputField-module__show-animation___z7gvz {
|
|
1877
|
-
from {
|
|
1878
|
-
opacity: 0;
|
|
1879
|
-
}
|
|
1880
|
-
to {
|
|
1881
|
-
opacity: 1;
|
|
1882
|
-
}
|
|
1883
|
-
}
|
|
1884
|
-
.InputField-module__flexField___aNE6o {
|
|
1885
|
-
width: 100%;
|
|
1886
|
-
height: fit-content;
|
|
1887
|
-
min-width: 0;
|
|
1888
|
-
padding: 9px 11px;
|
|
1889
|
-
border-radius: 8px;
|
|
1890
|
-
gap: 12px;
|
|
1891
|
-
background-color: var(--base-white);
|
|
1892
|
-
border: 1px solid var(--gray-300);
|
|
1893
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
|
|
1894
|
-
box-sizing: border-box;
|
|
1895
|
-
}
|
|
1896
|
-
.InputField-module__flexField___aNE6o {
|
|
1897
|
-
display: flex;
|
|
1898
|
-
align-items: center;
|
|
1899
|
-
justify-content: center;
|
|
1900
|
-
}
|
|
1901
|
-
.InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH {
|
|
1902
|
-
flex: 1;
|
|
1903
|
-
min-width: 0;
|
|
1904
|
-
min-height: 24px;
|
|
1905
|
-
outline: none;
|
|
1906
|
-
padding: 0;
|
|
1907
|
-
margin: 0;
|
|
1908
|
-
border: none;
|
|
1909
|
-
background: none;
|
|
1910
|
-
text-wrap: nowrap;
|
|
1911
|
-
overflow: hidden;
|
|
1912
|
-
text-overflow: ellipsis;
|
|
1913
|
-
}
|
|
1914
|
-
.InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH {
|
|
1915
|
-
font-size: 16px;
|
|
1916
|
-
line-height: 24px;
|
|
1917
|
-
color: var(--gray-900);
|
|
1918
|
-
font-weight: 400;
|
|
1919
|
-
font-family: "Golos UI", sans-serif;
|
|
1920
|
-
font-stretch: normal;
|
|
1921
|
-
font-style: normal;
|
|
1922
|
-
font-variant: normal;
|
|
1923
|
-
}
|
|
1924
|
-
.InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH::placeholder, .InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH.InputField-module__placeholder___ybb3Y {
|
|
1925
|
-
font-size: 16px;
|
|
1926
|
-
line-height: 24px;
|
|
1927
|
-
color: var(--gray-400);
|
|
1928
|
-
font-weight: 400;
|
|
1929
|
-
font-family: "Golos UI", sans-serif;
|
|
1930
|
-
font-stretch: normal;
|
|
1931
|
-
font-style: normal;
|
|
1932
|
-
font-variant: normal;
|
|
1933
|
-
}
|
|
1934
|
-
.InputField-module__flexField___aNE6o .InputField-module__icon___xR6jG {
|
|
1935
|
-
padding: 2px 0;
|
|
1936
|
-
}
|
|
1937
|
-
.InputField-module__flexField___aNE6o .InputField-module__icon___xR6jG {
|
|
1938
|
-
display: flex;
|
|
1939
|
-
align-items: center;
|
|
1940
|
-
justify-content: center;
|
|
1941
|
-
}
|
|
1942
|
-
.InputField-module__flexField___aNE6o .InputField-module__icon___xR6jG svg * {
|
|
1943
|
-
stroke: var(--gray-400);
|
|
1944
|
-
}
|
|
1945
|
-
.InputField-module__flexField___aNE6o .InputField-module__icon___xR6jG svg {
|
|
1946
|
-
width: 20px;
|
|
1947
|
-
height: 20px;
|
|
1948
|
-
flex: none;
|
|
1949
|
-
}
|
|
1950
|
-
.InputField-module__flexField___aNE6o .InputField-module__textSupport___njpRn {
|
|
1951
|
-
font-size: 16px;
|
|
1952
|
-
line-height: 24px;
|
|
1953
|
-
color: var(--gray-400);
|
|
1954
|
-
font-weight: 400;
|
|
1955
|
-
font-family: "Golos UI", sans-serif;
|
|
1956
|
-
font-stretch: normal;
|
|
1957
|
-
font-style: normal;
|
|
1958
|
-
font-variant: normal;
|
|
1959
|
-
}
|
|
1960
|
-
.InputField-module__flexField___aNE6o .InputField-module__userPic___OQ_q0 {
|
|
1961
|
-
width: 24px;
|
|
1962
|
-
height: 24px;
|
|
1963
|
-
border-radius: 50%;
|
|
1964
|
-
object-fit: scale-down;
|
|
1965
|
-
}
|
|
1966
|
-
.InputField-module__flexField___aNE6o .InputField-module__help___uSjvq {
|
|
1967
|
-
padding: 2px 0;
|
|
1968
|
-
}
|
|
1969
|
-
.InputField-module__flexField___aNE6o .InputField-module__help___uSjvq {
|
|
1970
|
-
display: flex;
|
|
1971
|
-
align-items: center;
|
|
1972
|
-
justify-content: center;
|
|
1973
|
-
}
|
|
1974
|
-
.InputField-module__flexField___aNE6o .InputField-module__help___uSjvq svg * {
|
|
1975
|
-
stroke: var(--gray-400);
|
|
1976
|
-
}
|
|
1977
|
-
.InputField-module__flexField___aNE6o .InputField-module__help___uSjvq svg {
|
|
1978
|
-
width: 16px;
|
|
1979
|
-
height: 16px;
|
|
1980
|
-
flex: none;
|
|
1981
|
-
}
|
|
1982
|
-
.InputField-module__flexField___aNE6o .InputField-module__dropdown___QQuFp {
|
|
1983
|
-
padding: 2px 0;
|
|
1984
|
-
transition: all ease-in-out 200ms;
|
|
1985
|
-
}
|
|
1986
|
-
.InputField-module__flexField___aNE6o .InputField-module__dropdown___QQuFp {
|
|
1987
|
-
display: flex;
|
|
1988
|
-
align-items: center;
|
|
1989
|
-
justify-content: center;
|
|
1990
|
-
}
|
|
1991
|
-
.InputField-module__flexField___aNE6o .InputField-module__dropdown___QQuFp svg * {
|
|
1992
|
-
stroke: var(--gray-500);
|
|
1993
|
-
}
|
|
1994
|
-
.InputField-module__flexField___aNE6o .InputField-module__dropdown___QQuFp svg {
|
|
1995
|
-
width: 20px;
|
|
1996
|
-
height: 20px;
|
|
1997
|
-
flex: none;
|
|
1998
|
-
}
|
|
1999
|
-
.InputField-module__flexField___aNE6o .InputField-module__dropdown___QQuFp.InputField-module__dropdownReverse___Nfb9Z {
|
|
2000
|
-
transform: rotateX(-180deg);
|
|
2001
|
-
}
|
|
2002
|
-
.InputField-module__flexField___aNE6o .InputField-module__button___jm0td {
|
|
2003
|
-
padding: 2px 0;
|
|
2004
|
-
transition: all ease-in-out 200ms;
|
|
2005
|
-
}
|
|
2006
|
-
.InputField-module__flexField___aNE6o .InputField-module__button___jm0td {
|
|
2007
|
-
display: flex;
|
|
2008
|
-
align-items: center;
|
|
2009
|
-
justify-content: center;
|
|
2010
|
-
}
|
|
2011
|
-
.InputField-module__flexField___aNE6o .InputField-module__button___jm0td svg {
|
|
2012
|
-
width: 20px;
|
|
2013
|
-
height: 20px;
|
|
2014
|
-
flex: none;
|
|
2015
|
-
}
|
|
2016
|
-
.InputField-module__flexField___aNE6o .InputField-module__button___jm0td.InputField-module__red___euINw svg * {
|
|
2017
|
-
stroke: var(--error-400);
|
|
2018
|
-
}
|
|
2019
|
-
.InputField-module__flexField___aNE6o .InputField-module__button___jm0td.InputField-module__red___euINw:hover svg * {
|
|
2020
|
-
stroke: var(--error-500);
|
|
2021
|
-
}
|
|
2022
|
-
.InputField-module__flexField___aNE6o .InputField-module__button___jm0td.InputField-module__gray___GGFcb svg * {
|
|
2023
|
-
stroke: var(--gray-400);
|
|
2024
|
-
}
|
|
2025
|
-
.InputField-module__flexField___aNE6o .InputField-module__button___jm0td.InputField-module__gray___GGFcb:hover svg * {
|
|
2026
|
-
stroke: var(--gray-500);
|
|
2027
|
-
}
|
|
2028
|
-
.InputField-module__flexField___aNE6o.InputField-module__pointer___Ij_hP {
|
|
2029
|
-
cursor: pointer;
|
|
2030
|
-
}
|
|
2031
|
-
.InputField-module__flexField___aNE6o.InputField-module__focus___xpWhB {
|
|
2032
|
-
border: 1px solid var(--gray-400);
|
|
2033
|
-
}
|
|
2034
|
-
.InputField-module__flexField___aNE6o.InputField-module__isError___x2fXo {
|
|
2035
|
-
border: 1px solid var(--error-300);
|
|
2036
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
|
|
2037
|
-
}
|
|
2038
|
-
.InputField-module__flexField___aNE6o.InputField-module__isError___x2fXo .InputField-module__help___uSjvq svg * {
|
|
2039
|
-
stroke: var(--error-500);
|
|
2040
|
-
}
|
|
2041
|
-
.InputField-module__flexField___aNE6o.InputField-module__isError___x2fXo.InputField-module__focus___xpWhB {
|
|
2042
|
-
border: 1px solid var(--error-400);
|
|
2043
|
-
}
|
|
2044
|
-
.InputField-module__flexField___aNE6o.InputField-module__disabled___hH7HA {
|
|
2045
|
-
background-color: var(--gray-100);
|
|
2046
|
-
cursor: default;
|
|
2047
|
-
}
|
|
2048
|
-
.InputField-module__flexField___aNE6o.InputField-module__disabled___hH7HA * {
|
|
2049
|
-
cursor: default;
|
|
2050
|
-
}
|
|
2051
|
-
.InputField-module__flexField___aNE6o.InputField-module__disabled___hH7HA .InputField-module__inputField___mzakH {
|
|
2052
|
-
font-size: 16px;
|
|
2053
|
-
line-height: 24px;
|
|
2054
|
-
color: var(--gray-500);
|
|
2055
|
-
font-weight: 400;
|
|
2056
|
-
font-family: "Golos UI", sans-serif;
|
|
2057
|
-
font-stretch: normal;
|
|
2058
|
-
font-style: normal;
|
|
2059
|
-
font-variant: normal;
|
|
2060
|
-
}
|
|
2061
|
-
|
|
2062
|
-
.InputField-module__inputFieldWrapper___ao9Rs {
|
|
2063
|
-
width: 100%;
|
|
2064
|
-
min-width: 0;
|
|
2065
|
-
display: flex;
|
|
2066
|
-
flex-direction: column;
|
|
2067
|
-
gap: 4px;
|
|
2068
|
-
}
|
|
2069
|
-
.InputField-module__inputFieldWrapper___ao9Rs .InputField-module__labelText___Fxxc3 {
|
|
2070
|
-
display: flex;
|
|
2071
|
-
padding: 0 12px;
|
|
2072
|
-
gap: 2px;
|
|
2073
|
-
}
|
|
2074
|
-
.InputField-module__inputFieldWrapper___ao9Rs .InputField-module__labelText___Fxxc3 {
|
|
2075
|
-
font-size: 14px;
|
|
2076
|
-
line-height: 20px;
|
|
2077
|
-
color: var(--gray-700);
|
|
2078
|
-
font-weight: 500;
|
|
2079
|
-
font-family: "Golos UI", sans-serif;
|
|
2080
|
-
font-stretch: normal;
|
|
2081
|
-
font-style: normal;
|
|
2082
|
-
font-variant: normal;
|
|
2083
|
-
}
|
|
2084
|
-
.InputField-module__inputFieldWrapper___ao9Rs .InputField-module__labelText___Fxxc3 .InputField-module__required___p4MLk {
|
|
2085
|
-
font-size: 14px;
|
|
2086
|
-
line-height: 20px;
|
|
2087
|
-
color: var(--error-500);
|
|
2088
|
-
font-weight: 500;
|
|
2089
|
-
font-family: "Golos UI", sans-serif;
|
|
2090
|
-
font-stretch: normal;
|
|
2091
|
-
font-style: normal;
|
|
2092
|
-
font-variant: normal;
|
|
2093
|
-
}
|
|
2094
|
-
.InputField-module__inputFieldWrapper___ao9Rs .InputField-module__hintText___LC2Oq {
|
|
2095
|
-
display: flex;
|
|
2096
|
-
padding: 0 12px;
|
|
2097
|
-
gap: 2px;
|
|
2098
|
-
}
|
|
2099
|
-
.InputField-module__inputFieldWrapper___ao9Rs .InputField-module__hintText___LC2Oq {
|
|
2100
|
-
font-size: 14px;
|
|
2101
|
-
line-height: 20px;
|
|
2102
|
-
color: var(--gray-600);
|
|
2103
|
-
font-weight: 400;
|
|
2104
|
-
font-family: "Golos UI", sans-serif;
|
|
2105
|
-
font-stretch: normal;
|
|
2106
|
-
font-style: normal;
|
|
2107
|
-
font-variant: normal;
|
|
2108
|
-
}
|
|
2109
|
-
.InputField-module__inputFieldWrapper___ao9Rs .InputField-module__hintError___LrJWr {
|
|
2110
|
-
display: flex;
|
|
2111
|
-
padding: 0 12px;
|
|
2112
|
-
gap: 2px;
|
|
2113
|
-
}
|
|
2114
|
-
.InputField-module__inputFieldWrapper___ao9Rs .InputField-module__hintError___LrJWr {
|
|
2115
|
-
font-size: 14px;
|
|
2116
|
-
line-height: 20px;
|
|
2117
|
-
color: var(--error-500);
|
|
2118
|
-
font-weight: 400;
|
|
2119
|
-
font-family: "Golos UI", sans-serif;
|
|
2120
|
-
font-stretch: normal;
|
|
2121
|
-
font-style: normal;
|
|
2122
|
-
font-variant: normal;
|
|
2123
|
-
}
|
|
2124
|
-
.InputField-module__inputFieldWrapper___ao9Rs .InputField-module__helperLink___A_6Ua {
|
|
2125
|
-
display: flex;
|
|
2126
|
-
padding: 0 12px;
|
|
2127
|
-
gap: 2px;
|
|
2128
|
-
cursor: pointer;
|
|
2129
|
-
}
|
|
2130
|
-
.InputField-module__inputFieldWrapper___ao9Rs .InputField-module__helperLink___A_6Ua svg {
|
|
2131
|
-
width: 20px;
|
|
2132
|
-
height: 20px;
|
|
2133
|
-
flex: none;
|
|
2134
|
-
}
|
|
2135
|
-
.InputField-module__inputFieldWrapper___ao9Rs .InputField-module__helperLink___A_6Ua svg * {
|
|
2136
|
-
stroke: var(--blue-dark-500);
|
|
2137
|
-
}
|
|
2138
|
-
.InputField-module__inputFieldWrapper___ao9Rs .InputField-module__helperLink___A_6Ua {
|
|
2139
|
-
font-size: 14px;
|
|
2140
|
-
line-height: 20px;
|
|
2141
|
-
color: var(--blue-dark-500);
|
|
2142
|
-
font-weight: 400;
|
|
2143
|
-
font-family: "Golos UI", sans-serif;
|
|
2144
|
-
font-stretch: normal;
|
|
2145
|
-
font-style: normal;
|
|
2146
|
-
font-variant: normal;
|
|
2147
|
-
}
|
|
2148
|
-
|
|
2149
|
-
.InputField-module__selectField___ED0Q3 {
|
|
2150
|
-
width: 100%;
|
|
2151
|
-
position: relative;
|
|
2152
|
-
}
|
|
2153
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC {
|
|
2154
|
-
width: 100%;
|
|
2155
|
-
position: absolute;
|
|
2156
|
-
z-index: 1;
|
|
2157
|
-
}
|
|
2158
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC .InputField-module__selectModalWindow___Dg52i {
|
|
2159
|
-
animation: InputField-module__show-animation___z7gvz ease-out forwards 200ms;
|
|
2160
|
-
width: 100%;
|
|
2161
|
-
height: fit-content;
|
|
2162
|
-
max-height: 300px;
|
|
2163
|
-
display: flex;
|
|
2164
|
-
flex-direction: column;
|
|
2165
|
-
border-radius: 8px;
|
|
2166
|
-
padding: 4px;
|
|
2167
|
-
background-color: var(--base-white);
|
|
2168
|
-
box-shadow: 0 0 0 1px var(--gray-300), 0 4px 6px -2px rgba(16, 24, 40, 0.031372549), 0px 12px 16px -4px rgba(16, 24, 40, 0.0784313725);
|
|
2169
|
-
overflow: scroll;
|
|
2170
|
-
scrollbar-width: none;
|
|
2171
|
-
}
|
|
2172
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC .InputField-module__selectModalWindow___Dg52i .InputField-module__selectFieldOptionsItem___HBdJA {
|
|
2173
|
-
width: 100%;
|
|
2174
|
-
height: fit-content;
|
|
2175
|
-
gap: 8px;
|
|
2176
|
-
padding: 10px 16px;
|
|
2177
|
-
}
|
|
2178
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC .InputField-module__selectModalWindow___Dg52i .InputField-module__selectFieldOptionsItem___HBdJA {
|
|
2179
|
-
display: flex;
|
|
2180
|
-
align-items: center;
|
|
2181
|
-
justify-content: center;
|
|
2182
|
-
}
|
|
2183
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC .InputField-module__selectModalWindow___Dg52i .InputField-module__selectFieldOptionsItem___HBdJA .InputField-module__label___Wlb6C {
|
|
2184
|
-
flex: 1;
|
|
2185
|
-
text-align: left;
|
|
2186
|
-
}
|
|
2187
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC .InputField-module__selectModalWindow___Dg52i .InputField-module__selectFieldOptionsItem___HBdJA .InputField-module__label___Wlb6C {
|
|
2188
|
-
font-size: 16px;
|
|
2189
|
-
line-height: 24px;
|
|
2190
|
-
color: var(--gray-900);
|
|
2191
|
-
font-weight: 400;
|
|
2192
|
-
font-family: "Golos UI", sans-serif;
|
|
2193
|
-
font-stretch: normal;
|
|
2194
|
-
font-style: normal;
|
|
2195
|
-
font-variant: normal;
|
|
2196
|
-
}
|
|
2197
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC .InputField-module__selectModalWindow___Dg52i .InputField-module__selectFieldOptionsItem___HBdJA.InputField-module__active___RcF6w {
|
|
2198
|
-
background-color: var(--blue-dark-50);
|
|
2199
|
-
}
|
|
2200
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC .InputField-module__selectModalWindow___Dg52i .InputField-module__selectFieldOptionsItem___HBdJA.InputField-module__active___RcF6w svg {
|
|
2201
|
-
width: 20px;
|
|
2202
|
-
height: 20px;
|
|
2203
|
-
flex: none;
|
|
2204
|
-
}
|
|
2205
|
-
.InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC .InputField-module__selectModalWindow___Dg52i .InputField-module__selectFieldOptionsItem___HBdJA.InputField-module__active___RcF6w svg * {
|
|
2206
|
-
stroke: var(--blue-dark-500);
|
|
2207
|
-
}
|
|
2208
|
-
|
|
2209
|
-
.InputField-module__switcherField___Qezr0 {
|
|
2210
|
-
width: 36px;
|
|
2211
|
-
height: 20px;
|
|
2212
|
-
display: flex;
|
|
2213
|
-
justify-content: left;
|
|
2214
|
-
border-radius: 12px;
|
|
2215
|
-
padding: 2px;
|
|
2216
|
-
background-color: var(--gray-200);
|
|
2217
|
-
}
|
|
2218
|
-
.InputField-module__switcherField___Qezr0:after {
|
|
2219
|
-
flex: none;
|
|
2220
|
-
content: "";
|
|
2221
|
-
width: 16px;
|
|
2222
|
-
height: 16px;
|
|
2223
|
-
border-radius: 50%;
|
|
2224
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0588235294), 0 1px 3px 0 rgba(16, 24, 40, 0.1019607843);
|
|
2225
|
-
background-color: var(--base-white);
|
|
2226
|
-
}
|
|
2227
|
-
.InputField-module__switcherField___Qezr0:hover {
|
|
2228
|
-
background-color: var(--gray-300);
|
|
2229
|
-
}
|
|
2230
|
-
.InputField-module__switcherField___Qezr0:focus {
|
|
2231
|
-
box-shadow: 0 0 0 4px var(--gray-100);
|
|
2232
|
-
}
|
|
2233
|
-
.InputField-module__switcherField___Qezr0.InputField-module__active___RcF6w {
|
|
2234
|
-
justify-content: right;
|
|
2235
|
-
background-color: var(--blue-dark-500);
|
|
2236
|
-
}
|
|
2237
|
-
.InputField-module__switcherField___Qezr0.InputField-module__active___RcF6w:hover {
|
|
2238
|
-
background-color: var(--blue-dark-600);
|
|
2239
|
-
}
|
|
2240
|
-
.InputField-module__switcherField___Qezr0:disabled {
|
|
2241
|
-
cursor: default;
|
|
2242
|
-
background-color: var(--gray-200);
|
|
2243
|
-
}
|
|
2244
|
-
.InputField-module__switcherField___Qezr0:disabled:hover {
|
|
2245
|
-
background-color: var(--gray-200);
|
|
2246
|
-
}
|
|
2247
|
-
|
|
2248
|
-
.InputField-module__radioFieldItem___c6OMz {
|
|
2249
|
-
width: fit-content;
|
|
2250
|
-
height: fit-content;
|
|
2251
|
-
display: flex;
|
|
2252
|
-
gap: 8px;
|
|
2253
|
-
}
|
|
2254
|
-
.InputField-module__radioFieldItem___c6OMz .InputField-module__checkbox___KcnRp {
|
|
2255
|
-
flex: none;
|
|
2256
|
-
width: 16px;
|
|
2257
|
-
height: 16px;
|
|
2258
|
-
border-radius: 50%;
|
|
2259
|
-
border: 1px solid var(--gray-300);
|
|
2260
|
-
background-color: var(--base-white);
|
|
2261
|
-
}
|
|
2262
|
-
.InputField-module__radioFieldItem___c6OMz .InputField-module__checkbox___KcnRp {
|
|
2263
|
-
display: flex;
|
|
2264
|
-
align-items: center;
|
|
2265
|
-
justify-content: center;
|
|
2266
|
-
}
|
|
2267
|
-
.InputField-module__radioFieldItem___c6OMz .InputField-module__label___Wlb6C {
|
|
2268
|
-
font-size: 14px;
|
|
2269
|
-
line-height: 20px;
|
|
2270
|
-
color: var(--gray-700);
|
|
2271
|
-
font-weight: 500;
|
|
2272
|
-
font-family: "Golos UI", sans-serif;
|
|
2273
|
-
font-stretch: normal;
|
|
2274
|
-
font-style: normal;
|
|
2275
|
-
font-variant: normal;
|
|
2276
|
-
}
|
|
2277
|
-
.InputField-module__radioFieldItem___c6OMz.InputField-module__active___RcF6w .InputField-module__checkbox___KcnRp {
|
|
2278
|
-
border: 1px solid var(--blue-dark-500);
|
|
2279
|
-
}
|
|
2280
|
-
.InputField-module__radioFieldItem___c6OMz.InputField-module__active___RcF6w .InputField-module__checkbox___KcnRp:after {
|
|
2281
|
-
content: "";
|
|
2282
|
-
flex: none;
|
|
2283
|
-
width: 6px;
|
|
2284
|
-
height: 6px;
|
|
2285
|
-
border-radius: 50%;
|
|
2286
|
-
background-color: var(--blue-dark-500);
|
|
2287
|
-
}
|
|
2288
|
-
|
|
2289
|
-
.InputField-module__textareaField___iuYg7 {
|
|
2290
|
-
width: 100%;
|
|
2291
|
-
height: fit-content;
|
|
2292
|
-
min-height: 68px;
|
|
2293
|
-
resize: none;
|
|
2294
|
-
border-radius: 8px;
|
|
2295
|
-
padding: 9px 11px;
|
|
2296
|
-
background-color: var(--base-white);
|
|
2297
|
-
border: 1px solid var(--gray-300);
|
|
2298
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
|
|
2299
|
-
}
|
|
2300
|
-
.InputField-module__textareaField___iuYg7 {
|
|
2301
|
-
font-size: 16px;
|
|
2302
|
-
line-height: 24px;
|
|
2303
|
-
color: var(--gray-900);
|
|
2304
|
-
font-weight: 400;
|
|
2305
|
-
font-family: "Golos UI", sans-serif;
|
|
2306
|
-
font-stretch: normal;
|
|
2307
|
-
font-style: normal;
|
|
2308
|
-
font-variant: normal;
|
|
2309
|
-
}
|
|
2310
|
-
.InputField-module__textareaField___iuYg7::placeholder {
|
|
2311
|
-
font-size: 16px;
|
|
2312
|
-
line-height: 24px;
|
|
2313
|
-
color: var(--gray-400);
|
|
2314
|
-
font-weight: 400;
|
|
2315
|
-
font-family: "Golos UI", sans-serif;
|
|
2316
|
-
font-stretch: normal;
|
|
2317
|
-
font-style: normal;
|
|
2318
|
-
font-variant: normal;
|
|
2319
|
-
}
|
|
2320
|
-
.InputField-module__textareaField___iuYg7:focus {
|
|
2321
|
-
box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
|
|
2322
|
-
}
|
|
2323
|
-
.InputField-module__textareaField___iuYg7.InputField-module__offFocus___FeRXp {
|
|
2324
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
|
|
2325
|
-
}
|
|
2326
|
-
.InputField-module__textareaField___iuYg7:disabled {
|
|
2327
|
-
background-color: var(--gray-100);
|
|
2328
|
-
}
|
|
2329
|
-
.InputField-module__textareaField___iuYg7:disabled {
|
|
2330
|
-
font-size: 16px;
|
|
2331
|
-
line-height: 24px;
|
|
2332
|
-
color: var(--gray-500);
|
|
2333
|
-
font-weight: 400;
|
|
2334
|
-
font-family: "Golos UI", sans-serif;
|
|
2335
|
-
font-stretch: normal;
|
|
2336
|
-
font-style: normal;
|
|
2337
|
-
font-variant: normal;
|
|
2338
|
-
}
|
|
2339
|
-
.InputField-module__textareaField___iuYg7.InputField-module__isError___x2fXo {
|
|
2340
|
-
border: 1px solid var(--error-300);
|
|
2341
|
-
}
|
|
2342
|
-
.InputField-module__textareaField___iuYg7.InputField-module__isError___x2fXo:focus {
|
|
2343
|
-
box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
|
|
2344
|
-
}
|
|
2345
1855
|
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
2346
1856
|
!*** 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/CheckboxMark/styles/CheckboxMark.module.scss ***!
|
|
2347
1857
|
\*****************************************************************************************************************************************************************************************************************************************************************************/
|