prosperita-dumbo-react 1.0.34 → 1.0.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.
@@ -6009,7 +6009,7 @@ const ha = (e) => {
6009
6009
  outline: ${({ kind: e }) => e === "fluid" ? `1px solid ${u.focus}` : "0"}
6010
6010
  }
6011
6011
  `, ka = x.input`
6012
- padding: ${({ size: e = "medium", kind: t }) => e && t === "default" ? T0[e] : t === "fluid" ? "0em 0 15px 24px" : ""};
6012
+ padding: ${({ size: e = "medium", kind: t }) => e && t === "default" ? T0[e] : t === "fluid" ? "0em 0 14px 24px" : ""};
6013
6013
  cursor: pointer;
6014
6014
  position: relative;
6015
6015
  box-sizing: border-box;
@@ -1341,7 +1341,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[zn]+=1);const B3="",Yt={defau
1341
1341
  outline: ${({kind:e})=>e==="fluid"?`1px solid ${u.focus}`:"0"}
1342
1342
  }
1343
1343
  `,nl=I.input`
1344
- padding: ${({size:e="medium",kind:t})=>e&&t==="default"?o0[e]:t==="fluid"?"0em 0 15px 24px":""};
1344
+ padding: ${({size:e="medium",kind:t})=>e&&t==="default"?o0[e]:t==="fluid"?"0em 0 14px 24px":""};
1345
1345
  cursor: pointer;
1346
1346
  position: relative;
1347
1347
  box-sizing: border-box;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prosperita-dumbo-react",
3
- "version": "1.0.34",
3
+ "version": "1.0.35",
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",