@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.js
CHANGED
|
@@ -18541,7 +18541,7 @@ const DropdownField$1 = styled.div`
|
|
|
18541
18541
|
display: flex;
|
|
18542
18542
|
justify-content: space-between;
|
|
18543
18543
|
align-items: center;
|
|
18544
|
-
padding:
|
|
18544
|
+
padding-inline: 16px;
|
|
18545
18545
|
gap: 8px;
|
|
18546
18546
|
margin: 0;
|
|
18547
18547
|
background: ${theme.colors.white};
|
|
@@ -18569,7 +18569,7 @@ const DropdownField$1 = styled.div`
|
|
|
18569
18569
|
input{
|
|
18570
18570
|
background: white;
|
|
18571
18571
|
cursor: text;
|
|
18572
|
-
padding: 0 16px;
|
|
18572
|
+
padding-inline: 0 16px;
|
|
18573
18573
|
font-size: 16px;
|
|
18574
18574
|
}
|
|
18575
18575
|
.search-field{
|
|
@@ -18585,7 +18585,7 @@ const DropdownField$1 = styled.div`
|
|
|
18585
18585
|
}
|
|
18586
18586
|
.search-field input{
|
|
18587
18587
|
width: 100%;
|
|
18588
|
-
padding-block:
|
|
18588
|
+
padding-block: 10px;
|
|
18589
18589
|
padding-inline: 0;
|
|
18590
18590
|
outline: none;
|
|
18591
18591
|
border: none;
|