prosperita-dumbo-react 1.0.30 → 1.0.31

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.
@@ -5998,16 +5998,18 @@ const ha = (e) => {
5998
5998
  opacity: ${({ disabled: e }) => e ? "0.5" : "1"};
5999
5999
  background: ${({ kind: e }) => e === "fluid" ? u.field01 : ""};
6000
6000
  border-radius: ${({ kind: e, noRadius: t }) => e === "fluid" && !t ? "8px" : ""};
6001
- border: ${({ kind: e, error: t }) => e === "fluid" && t ? `1px solid ${u.supportError}` : ".1px solid transparent"};
6001
+ border: ${({ kind: e, error: t }) => e === "fluid" && t ? `1px solid ${u.supportError}` : "0"};
6002
6002
  gap: ${({ loading: e }) => e && "5px"};
6003
6003
  cursor: ${({ loading: e }) => e ? "wait" : "pointer"};
6004
6004
  margin: 0;
6005
6005
  padding: 0px;
6006
6006
  outline:none;
6007
6007
  &:focus {
6008
- border: ${({ kind: e }) => e === "fluid" ? `.1px solid ${u.focus}` : "1px solid transparent"}
6008
+ z-index:5;
6009
+ outline: ${({ kind: e }) => e === "fluid" ? `1px solid ${u.focus}` : "0"}
6010
+ }
6009
6011
  `, ka = x.input`
6010
- padding: ${({ size: e = "medium", kind: t }) => e && t === "default" ? T0[e] : t === "fluid" ? "0em 0 1em 24px" : ""};
6012
+ padding: ${({ size: e = "medium", kind: t }) => e && t === "default" ? T0[e] : t === "fluid" ? "0em 0 17px 24px" : ""};
6011
6013
  cursor: pointer;
6012
6014
  position: relative;
6013
6015
  box-sizing: border-box;
@@ -1330,16 +1330,18 @@ See https://s-c.sh/2BAXzed for more info.`),window[zn]+=1);const B3="",Yt={defau
1330
1330
  opacity: ${({disabled:e})=>e?"0.5":"1"};
1331
1331
  background: ${({kind:e})=>e==="fluid"?u.field01:""};
1332
1332
  border-radius: ${({kind:e,noRadius:t})=>e==="fluid"&&!t?"8px":""};
1333
- border: ${({kind:e,error:t})=>e==="fluid"&&t?`1px solid ${u.supportError}`:".1px solid transparent"};
1333
+ border: ${({kind:e,error:t})=>e==="fluid"&&t?`1px solid ${u.supportError}`:"0"};
1334
1334
  gap: ${({loading:e})=>e&&"5px"};
1335
1335
  cursor: ${({loading:e})=>e?"wait":"pointer"};
1336
1336
  margin: 0;
1337
1337
  padding: 0px;
1338
1338
  outline:none;
1339
1339
  &:focus {
1340
- border: ${({kind:e})=>e==="fluid"?`.1px solid ${u.focus}`:"1px solid transparent"}
1340
+ z-index:5;
1341
+ outline: ${({kind:e})=>e==="fluid"?`1px solid ${u.focus}`:"0"}
1342
+ }
1341
1343
  `,nl=I.input`
1342
- padding: ${({size:e="medium",kind:t})=>e&&t==="default"?o0[e]:t==="fluid"?"0em 0 1em 24px":""};
1344
+ padding: ${({size:e="medium",kind:t})=>e&&t==="default"?o0[e]:t==="fluid"?"0em 0 17px 24px":""};
1343
1345
  cursor: pointer;
1344
1346
  position: relative;
1345
1347
  box-sizing: border-box;
@@ -1 +1 @@
1
- {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/Components/Dropdown/style.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AACxC,OAAO,2BAA2B,CAAC;AASnC,eAAO,MAAM,SAAS,kPAyBrB,CAAC;AAEF,eAAO,MAAM,cAAc,2PA4C1B,CAAC;AAIF,eAAO,MAAM,WAAW,kPAgBvB,CAAC;AAEF,eAAO,MAAM,gBAAgB,2PAK5B,CAAC;AAEF,eAAO,MAAM,SAAS,oPAIrB,CAAC;AAEF,eAAO,MAAM,aAAa,oPAQzB,CAAC;AAEF,eAAO,MAAM,eAAe,yPAO3B,CAAC;AAEF,eAAO,MAAM,UAAU,kPAuBtB,CAAC;AAEF,eAAO,MAAM,KAAK,8PAqBjB,CAAC;AAEF,eAAO,MAAM,QAAQ,8PAyBpB,CAAC"}
1
+ {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/Components/Dropdown/style.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AACxC,OAAO,2BAA2B,CAAC;AASnC,eAAO,MAAM,SAAS,kPA4BrB,CAAC;AAEF,eAAO,MAAM,cAAc,2PA4C1B,CAAC;AAIF,eAAO,MAAM,WAAW,kPAgBvB,CAAC;AAEF,eAAO,MAAM,gBAAgB,2PAK5B,CAAC;AAEF,eAAO,MAAM,SAAS,oPAIrB,CAAC;AAEF,eAAO,MAAM,aAAa,oPAQzB,CAAC;AAEF,eAAO,MAAM,eAAe,yPAO3B,CAAC;AAEF,eAAO,MAAM,UAAU,kPAuBtB,CAAC;AAEF,eAAO,MAAM,KAAK,8PAqBjB,CAAC;AAEF,eAAO,MAAM,QAAQ,8PAyBpB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prosperita-dumbo-react",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
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",