@theroutingcompany/components 0.0.47-alpha.0 → 0.0.47-alpha.2

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.
@@ -432,6 +432,9 @@ Valid keys: `+JSON.stringify(Object.keys(z),null," "));var ee=ce(q,re,Y,ie,le+"
432
432
  ${({$size:e})=>{switch(e){case"small":return`
433
433
  padding: ${p.spacing_50} ${p.spacing_100};
434
434
  font-size: ${p.font_size_125};
435
+ `;case"medium":return`
436
+ padding: ${p.spacing_75} ${p.spacing_150};
437
+ font-size: ${p.font_size_150};
435
438
  `;case"large":return`
436
439
  padding: ${p.spacing_100} ${p.spacing_200};
437
440
  font-size: ${p.font_size_175};