prosperita-dumbo-react 1.0.40 → 1.0.43

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.
@@ -3970,7 +3970,6 @@ const hd = ({
3970
3970
  border-radius: ${({ error: e, warning: t, noRadius: n }) => e || t || n ? "0" : "8px"};
3971
3971
  width: ${({ error: e, warning: t }) => e || t ? "90%" : "100%"};
3972
3972
  margin: 0 auto;
3973
- border:1px solid transparent;
3974
3973
  border-bottom: 1px solid ${u.borderStrong01};
3975
3974
  background: ${({ readOnly: e }) => e ? "transparent" : u.field01};
3976
3975
  color: ${({ disabled: e }) => e ? u.textDisabled : u.textPrimary};
@@ -4003,11 +4002,7 @@ const hd = ({
4003
4002
  border: none;
4004
4003
  cursor: pointer;
4005
4004
  }
4006
- z-index:6;
4007
- &:focus {
4008
- outline: ${({ error: e, warning: t }) => e || t ? "none" : `2px solid ${u.focus}`};
4009
4005
 
4010
- }
4011
4006
  border-bottom: ${`1px solid ${u.borderStrong01}`};
4012
4007
  }
4013
4008
  `, da = x.textarea`
@@ -360,7 +360,6 @@ See https://s-c.sh/2BAXzed for more info.`),window[zn]+=1);const k3="",Yt={defau
360
360
  border-radius: ${({error:e,warning:t,noRadius:n})=>e||t||n?"0":"8px"};
361
361
  width: ${({error:e,warning:t})=>e||t?"90%":"100%"};
362
362
  margin: 0 auto;
363
- border:1px solid transparent;
364
363
  border-bottom: 1px solid ${u.borderStrong01};
365
364
  background: ${({readOnly:e})=>e?"transparent":u.field01};
366
365
  color: ${({disabled:e})=>e?u.textDisabled:u.textPrimary};
@@ -393,11 +392,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[zn]+=1);const k3="",Yt={defau
393
392
  border: none;
394
393
  cursor: pointer;
395
394
  }
396
- z-index:6;
397
- &:focus {
398
- outline: ${({error:e,warning:t})=>e||t?"none":`2px solid ${u.focus}`};
399
395
 
400
- }
401
396
  border-bottom: ${`1px solid ${u.borderStrong01}`};
402
397
  }
403
398
  `,Va=I.textarea`
@@ -1 +1 @@
1
- {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/Components/inputFluid/style.tsx"],"names":[],"mappings":";AACA,OAAO,2BAA2B,CAAC;AACnC,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAOrC,eAAO,MAAM,UAAU,wPAkDtB,CAAC;AAEF,eAAO,MAAM,kBAAkB,iQA+B9B,CAAC;AAYF,eAAO,MAAM,eAAe,wPAe3B,CAAC;AAEF,eAAO,MAAM,cAAc,wPAmB1B,CAAC;AACF,eAAO,MAAM,oBAAoB,wPAiBhC,CAAC;AACF,eAAO,MAAM,SAAS,+OAWrB,CAAC;AAEF,eAAO,MAAM,iBAAiB,+OAM7B,CAAC;AAEF,eAAO,MAAM,OAAO,sPAKnB,CAAC;AAEF,eAAO,MAAM,YAAY,2PAaxB,CAAC;AACF,eAAO,MAAM,qBAAqB,+OAYjC,CAAC"}
1
+ {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/Components/inputFluid/style.tsx"],"names":[],"mappings":";AACA,OAAO,2BAA2B,CAAC;AACnC,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAOrC,eAAO,MAAM,UAAU,wPA4CtB,CAAC;AAOF,eAAO,MAAM,kBAAkB,iQA+B9B,CAAC;AAYF,eAAO,MAAM,eAAe,wPAe3B,CAAC;AAEF,eAAO,MAAM,cAAc,wPAmB1B,CAAC;AACF,eAAO,MAAM,oBAAoB,wPAiBhC,CAAC;AACF,eAAO,MAAM,SAAS,+OAWrB,CAAC;AAEF,eAAO,MAAM,iBAAiB,+OAM7B,CAAC;AAEF,eAAO,MAAM,OAAO,sPAKnB,CAAC;AAEF,eAAO,MAAM,YAAY,2PAaxB,CAAC;AACF,eAAO,MAAM,qBAAqB,+OAYjC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prosperita-dumbo-react",
3
- "version": "1.0.40",
3
+ "version": "1.0.43",
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",