shekel-fe-shared-lib 1.0.41 → 1.0.42
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/dist/shekel-fe-shared-lib.css +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2022,12 +2022,13 @@ const V2 = ({
|
|
|
2022
2022
|
q,
|
|
2023
2023
|
{
|
|
2024
2024
|
ref: l,
|
|
2025
|
-
className:
|
|
2025
|
+
className: `${n} ${a}`,
|
|
2026
2026
|
status: r ? "error" : s,
|
|
2027
2027
|
...i,
|
|
2028
2028
|
style: {
|
|
2029
2029
|
height: "44px",
|
|
2030
2030
|
borderRadius: "12px",
|
|
2031
|
+
padding: "4px 11px",
|
|
2031
2032
|
...i.style
|
|
2032
2033
|
}
|
|
2033
2034
|
}
|