@secondstaxorg/sscomp 1.8.34 → 1.8.35
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 +4 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +6 -3
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +4 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/types/components/Selector/styles.d.ts +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3706,7 +3706,7 @@ function kt(e){return e+.5|0}const Bt=(e,t,i)=>Math.max(Math.min(e,i),t);functio
|
|
|
3706
3706
|
.search-input{
|
|
3707
3707
|
padding: 13px 16px;
|
|
3708
3708
|
background: #ffffff;
|
|
3709
|
-
height: 24px;
|
|
3709
|
+
//height: 24px;
|
|
3710
3710
|
font-size: 16px;
|
|
3711
3711
|
font-weight: 400;
|
|
3712
3712
|
color: ${s["neutral-900"]};
|
|
@@ -3714,6 +3714,9 @@ function kt(e){return e+.5|0}const Bt=(e,t,i)=>Math.max(Math.min(e,i),t);functio
|
|
|
3714
3714
|
color: ${s["neutral-400"]};
|
|
3715
3715
|
}
|
|
3716
3716
|
}
|
|
3717
|
+
.search-input:focus-visible{
|
|
3718
|
+
outline: none;
|
|
3719
|
+
}
|
|
3717
3720
|
|
|
3718
3721
|
.search-btn{
|
|
3719
3722
|
width: fit-content;
|