prosperita-dumbo-react 1.6.1 → 1.6.2

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
- width: auto;
6260
- height: auto;
6259
+ height: ${({ size: e }) => e === "default" ? "25px" : "16px"};
6260
+ min-width: ${({ size: e }) => e === "default" ? "60px" : "40px"};
6261
6261
  background-color: ${({ disabled: e }) => e ? c.buttonDisabled : c.toogleOff};
6262
6262
  border-radius: 100px;
6263
6263
  &::before {
@@ -6286,10 +6286,7 @@ const _i = (e) => {
6286
6286
  padding: 5px 0 5px 0px;
6287
6287
  border-radius: 80px;
6288
6288
  margin: 0;
6289
- outline-offset: 2px;
6290
- &:focus {
6291
- outline: 2px solid ${c.focus};
6292
- }
6289
+
6293
6290
  `, Co = y.input`
6294
6291
  opacity: 0;
6295
6292
  width: 0px;
@@ -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
- width: auto;
1452
- height: auto;
1451
+ height: ${({size:e})=>e==="default"?"25px":"16px"};
1452
+ min-width: ${({size:e})=>e==="default"?"60px":"40px"};
1453
1453
  background-color: ${({disabled:e})=>e?c.buttonDisabled:c.toogleOff};
1454
1454
  border-radius: 100px;
1455
1455
  &::before {
@@ -1478,10 +1478,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[on]+=1);const d5="",Ni="prosp
1478
1478
  padding: 5px 0 5px 0px;
1479
1479
  border-radius: 80px;
1480
1480
  margin: 0;
1481
- outline-offset: 2px;
1482
- &:focus {
1483
- outline: 2px solid ${c.focus};
1484
- }
1481
+
1485
1482
  `,Ro=y.input`
1486
1483
  opacity: 0;
1487
1484
  width: 0px;
@@ -1 +1 @@
1
- {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/Components/Toogle/style.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAGrC,eAAO,MAAM,MAAM,iPAiClB,CAAC;AAGF,eAAO,MAAM,cAAc,wPAa1B,CAAC;AAGF,eAAO,MAAM,UAAU,wPAwBtB,CAAC;AAGF,eAAO,MAAM,KAAK,uPASjB,CAAC;AAGF,eAAO,MAAM,OAAO,uPAQnB,CAAC"}
1
+ {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/Components/Toogle/style.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAGrC,eAAO,MAAM,MAAM,iPAiClB,CAAC;AAGF,eAAO,MAAM,cAAc,wPAU1B,CAAC;AAGF,eAAO,MAAM,UAAU,wPAwBtB,CAAC;AAGF,eAAO,MAAM,KAAK,uPASjB,CAAC;AAGF,eAAO,MAAM,OAAO,uPAQnB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prosperita-dumbo-react",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
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",