@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.
|
@@ -26476,7 +26476,7 @@ const mB = Object.assign(yo, {
|
|
|
26476
26476
|
margin-right: auto;
|
|
26477
26477
|
}
|
|
26478
26478
|
`, AM = me``, IM = me`
|
|
26479
|
-
|
|
26479
|
+
padding: ${f.spacing_200} ${f.spacing_300};
|
|
26480
26480
|
`, OM = me`
|
|
26481
26481
|
padding: ${f.spacing_300} ${f.spacing_400};
|
|
26482
26482
|
`, MM = (e) => {
|
|
@@ -26489,11 +26489,11 @@ const mB = Object.assign(yo, {
|
|
|
26489
26489
|
return OM;
|
|
26490
26490
|
}
|
|
26491
26491
|
}, FM = me`
|
|
26492
|
-
|
|
26493
|
-
|
|
26492
|
+
outline: 1px solid ${f.color_gray_opacity_16};
|
|
26493
|
+
background-color: ${f.color_white};
|
|
26494
26494
|
`, LM = me`
|
|
26495
|
-
|
|
26496
|
-
|
|
26495
|
+
outline: 1px solid ${f.color_gray_opacity_16};
|
|
26496
|
+
background-color: ${f.color_gray_opacity_4};
|
|
26497
26497
|
`, NM = (e) => {
|
|
26498
26498
|
switch (e) {
|
|
26499
26499
|
case "primary":
|