prosperita-dumbo-react 1.2.11 → 1.2.12
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.
|
@@ -7026,8 +7026,8 @@ letter-spacing: 0.16px;
|
|
|
7026
7026
|
height: auto;
|
|
7027
7027
|
border-radius:${({ noRadius: e }) => e ? "0px" : "8px"} ;
|
|
7028
7028
|
border: ${({ error: e, kind: t, loading: n }) => e && t === "fluid" && !n ? `1px solid ${c.supportError}` : "none"};
|
|
7029
|
-
border-bottom: ${({ kind: e, warning: t, loading: n, error: i }) => e === "fluid" && t ? `1px solid ${c.borderStrong01}` : e === "fluid" && i ? `1px solid ${c.supportError}` : !n && `1px solid ${c.borderStrong01}`};
|
|
7030
7029
|
|
|
7030
|
+
border-bottom: ${({ kind: e, warning: t, loading: n, error: i }) => e === "default" && (i || t) ? "none" : e === "fluid" && t ? `1px solid ${c.borderStrong01}` : e === "fluid" && i ? `1px solid ${c.supportError}` : n ? "none" : `1px solid ${c.borderStrong01}`};
|
|
7031
7031
|
&:focus {
|
|
7032
7032
|
border: ${({ kind: e }) => e === "fluid" ? `1px solid ${c.focus}` : "1px solid transparent"};
|
|
7033
7033
|
}
|
|
@@ -1694,8 +1694,8 @@ letter-spacing: 0.16px;
|
|
|
1694
1694
|
height: auto;
|
|
1695
1695
|
border-radius:${({noRadius:e})=>e?"0px":"8px"} ;
|
|
1696
1696
|
border: ${({error:e,kind:t,loading:n})=>e&&t==="fluid"&&!n?`1px solid ${c.supportError}`:"none"};
|
|
1697
|
-
border-bottom: ${({kind:e,warning:t,loading:n,error:i})=>e==="fluid"&&t?`1px solid ${c.borderStrong01}`:e==="fluid"&&i?`1px solid ${c.supportError}`:!n&&`1px solid ${c.borderStrong01}`};
|
|
1698
1697
|
|
|
1698
|
+
border-bottom: ${({kind:e,warning:t,loading:n,error:i})=>e==="default"&&(i||t)?"none":e==="fluid"&&t?`1px solid ${c.borderStrong01}`:e==="fluid"&&i?`1px solid ${c.supportError}`:n?"none":`1px solid ${c.borderStrong01}`};
|
|
1699
1699
|
&:focus {
|
|
1700
1700
|
border: ${({kind:e})=>e==="fluid"?`1px solid ${c.focus}`:"1px solid transparent"};
|
|
1701
1701
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/Components/InputSelect/style.tsx"],"names":[],"mappings":";AAGA,OAAO,2BAA2B,CAAC;AACnC,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/Components/InputSelect/style.tsx"],"names":[],"mappings":";AAGA,OAAO,2BAA2B,CAAC;AACnC,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAGrC,MAAM,MAAM,QAAQ,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAAC;AAQjD,eAAO,MAAM,aAAa,EAAE,OA4J3B,CAAC;AAEF,eAAO,MAAM,eAAe,+OAsC3B,CAAC;AAEF,eAAO,MAAM,cAAc,iPAc1B,CAAC;AACF,eAAO,MAAM,eAAe,+OAa3B,CAAC;AAEF,eAAO,MAAM,UAAU,iPAStB,CAAC;AAEF,eAAO,MAAM,kBAAkB,+OAS9B,CAAC;AAQF,eAAO,MAAM,aAAa,+OAWzB,CAAC"}
|