@theroutingcompany/components 0.0.110-alpha.6 → 0.0.110-alpha.7
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.
|
@@ -2331,15 +2331,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2331
2331
|
margin-right: auto;
|
|
2332
2332
|
}
|
|
2333
2333
|
`,MF=ie.css``,FF=ie.css`
|
|
2334
|
-
|
|
2334
|
+
padding: ${p.spacing_200} ${p.spacing_300};
|
|
2335
2335
|
`,LF=ie.css`
|
|
2336
2336
|
padding: ${p.spacing_300} ${p.spacing_400};
|
|
2337
2337
|
`,NF=e=>{switch(e){case"small":return MF;case"medium":return FF;case"large":return LF}},zF=ie.css`
|
|
2338
|
-
|
|
2339
|
-
|
|
2338
|
+
outline: 1px solid ${p.color_gray_opacity_16};
|
|
2339
|
+
background-color: ${p.color_white};
|
|
2340
2340
|
`,RF=ie.css`
|
|
2341
|
-
|
|
2342
|
-
|
|
2341
|
+
outline: 1px solid ${p.color_gray_opacity_16};
|
|
2342
|
+
background-color: ${p.color_gray_opacity_4};
|
|
2343
2343
|
`,KF=e=>{switch(e){case"primary":return zF;case"secondary":return RF}},fw=N.default(Be)`
|
|
2344
2344
|
border-radius: ${p.border_radius_800};
|
|
2345
2345
|
${({size:e})=>NF(e)}
|