prosperita-dumbo-react 1.5.9 → 1.6.1

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.
@@ -6256,8 +6256,8 @@ const _i = (e) => {
6256
6256
  right: 0;
6257
6257
  left: 0px;
6258
6258
  bottom: 0;
6259
- min-width: 50px;
6260
- height: 26px;
6259
+ width: auto;
6260
+ height: auto;
6261
6261
  background-color: ${({ disabled: e }) => e ? c.buttonDisabled : c.toogleOff};
6262
6262
  border-radius: 100px;
6263
6263
  &::before {
@@ -1448,8 +1448,8 @@ See https://s-c.sh/2BAXzed for more info.`),window[on]+=1);const d5="",Ni="prosp
1448
1448
  right: 0;
1449
1449
  left: 0px;
1450
1450
  bottom: 0;
1451
- min-width: 50px;
1452
- height: 26px;
1451
+ width: auto;
1452
+ height: auto;
1453
1453
  background-color: ${({disabled:e})=>e?c.buttonDisabled:c.toogleOff};
1454
1454
  border-radius: 100px;
1455
1455
  &::before {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prosperita-dumbo-react",
3
- "version": "1.5.9",
3
+ "version": "1.6.1",
4
4
  "main": "dist/prosperita-dumbo-react.umd.js",
5
5
  "module": "dist/prosperita-dumbo-react.es.js",
6
6
  "types": "dist/types/index.d.ts",