@podoba/tailwind 0.0.17 → 0.0.19

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/theme.css +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@podoba/tailwind",
3
- "version": "0.0.17",
3
+ "version": "0.0.19",
4
4
  "type": "module",
5
5
  "description": "podoba Tailwind v4 theme — binds @podoba/tokens CSS custom properties to Tailwind's @theme. Import after `@import \"tailwindcss\"`.",
6
6
  "repository": {
package/src/theme.css CHANGED
@@ -98,11 +98,15 @@
98
98
  /* font sizes — size-only ramp */
99
99
  --text-micro: var(--font-size-micro);
100
100
  --text-caption: var(--font-size-caption);
101
+ --text-label: var(--font-size-label);
101
102
  --text-compact: var(--font-size-compact);
103
+ --text-small: var(--font-size-small);
102
104
  --text-callout: var(--font-size-callout);
103
105
  --text-body: var(--font-size-body);
106
+ --text-subtitle: var(--font-size-subtitle);
107
+ --text-title: var(--font-size-title);
108
+ --text-headline: var(--font-size-headline);
104
109
  --text-display: var(--font-size-display);
105
- --text-display-xl: var(--font-size-display-xl);
106
110
 
107
111
  /* font sizes — heading ramp (size + paired line-height) */
108
112
  --text-heading1: var(--font-size-heading1);