@secondstaxorg/sscomp 1.8.41 → 1.8.43
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.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +3 -3
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1932,7 +1932,7 @@ function kt(e){return e+.5|0}const Bt=(e,t,i)=>Math.max(Math.min(e,i),t);functio
|
|
|
1932
1932
|
display: flex;
|
|
1933
1933
|
justify-content: space-between;
|
|
1934
1934
|
align-items: center;
|
|
1935
|
-
padding:
|
|
1935
|
+
padding-inline: 16px;
|
|
1936
1936
|
gap: 8px;
|
|
1937
1937
|
margin: 0;
|
|
1938
1938
|
background: ${s.white};
|
|
@@ -1960,7 +1960,7 @@ function kt(e){return e+.5|0}const Bt=(e,t,i)=>Math.max(Math.min(e,i),t);functio
|
|
|
1960
1960
|
input{
|
|
1961
1961
|
background: white;
|
|
1962
1962
|
cursor: text;
|
|
1963
|
-
padding: 0 16px;
|
|
1963
|
+
padding-inline: 0 16px;
|
|
1964
1964
|
font-size: 16px;
|
|
1965
1965
|
}
|
|
1966
1966
|
.search-field{
|
|
@@ -1976,7 +1976,7 @@ function kt(e){return e+.5|0}const Bt=(e,t,i)=>Math.max(Math.min(e,i),t);functio
|
|
|
1976
1976
|
}
|
|
1977
1977
|
.search-field input{
|
|
1978
1978
|
width: 100%;
|
|
1979
|
-
padding-block:
|
|
1979
|
+
padding-block: 10px;
|
|
1980
1980
|
padding-inline: 0;
|
|
1981
1981
|
outline: none;
|
|
1982
1982
|
border: none;
|