config/tokens.cjs in coveragebook_components-0.7.9 vs config/tokens.cjs in coveragebook_components-0.7.10

- old
+ new

@@ -134,10 +134,11 @@ }, primary: { DEFAULT: colors.green[500], dark: colors.green[600], inverse: colors.green[300], + "inverse-vivid": "#009979", }, negative: { DEFAULT: colors.red[600], dark: colors.red[700], inverse: colors.red[300], @@ -166,18 +167,20 @@ md: "768px", lg: "992px", xl: "1200px", "2xl": "1400px", max: "1800px", + "small-landscape": { raw: "(max-height: 760px) and (min-width: 576px)" }, print: { raw: "print" }, // Note: PDFs are rendered at a viewport width of 1280px }; const fontSize = { "para-xs": ["12px", "16px"], "para-sm": ["14px", "20px"], "para-md": ["16px", "24px"], "para-lg": ["18px", "27px"], + "label-xxs": ["10px", "12px"], "label-xs": ["12px", "14px"], "label-sm": ["14px", "16px"], "label-md": ["16px", "20px"], "label-lg": ["18px", "24px"],