@theroutingcompany/components 0.0.47-alpha.0 → 0.0.47-alpha.1
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.
|
@@ -6439,6 +6439,11 @@ const LB = R(D3)`
|
|
|
6439
6439
|
padding: ${f.spacing_50} ${f.spacing_100};
|
|
6440
6440
|
font-size: ${f.font_size_125};
|
|
6441
6441
|
`;
|
|
6442
|
+
case "medium":
|
|
6443
|
+
return `
|
|
6444
|
+
padding: ${f.spacing_75} ${f.spacing_150};
|
|
6445
|
+
font-size: ${f.font_size_125};
|
|
6446
|
+
`;
|
|
6442
6447
|
case "large":
|
|
6443
6448
|
return `
|
|
6444
6449
|
padding: ${f.spacing_100} ${f.spacing_200};
|