vite-plugin-capsize-radix 0.0.8 → 0.0.9

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.
package/dist/index.js CHANGED
@@ -209,8 +209,8 @@ function capsizeRadixPlugin({
209
209
  outputPath,
210
210
  textStyles = [
211
211
  { fontSize: 9, lineHeight: 19 },
212
- { fontSize: 11, lineHeight: 24 },
213
- { fontSize: 12, lineHeight: 26 },
212
+ { fontSize: 11, lineHeight: 23 },
213
+ { fontSize: 12, lineHeight: 25 },
214
214
  { fontSize: 14, lineHeight: 28 },
215
215
  { fontSize: 18, lineHeight: 30 },
216
216
  { fontSize: 24, lineHeight: 36 },
package/dist/index.mjs CHANGED
@@ -179,8 +179,8 @@ function capsizeRadixPlugin({
179
179
  outputPath,
180
180
  textStyles = [
181
181
  { fontSize: 9, lineHeight: 19 },
182
- { fontSize: 11, lineHeight: 24 },
183
- { fontSize: 12, lineHeight: 26 },
182
+ { fontSize: 11, lineHeight: 23 },
183
+ { fontSize: 12, lineHeight: 25 },
184
184
  { fontSize: 14, lineHeight: 28 },
185
185
  { fontSize: 18, lineHeight: 30 },
186
186
  { fontSize: 24, lineHeight: 36 },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vite-plugin-capsize-radix",
3
3
  "description": "Great Typography with Radix & Capsize",
4
- "version": "0.0.8",
4
+ "version": "0.0.9",
5
5
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
6
6
  "dependencies": {
7
7
  "@capsizecss/core": "^4.1.0",