@unocss/preset-typography 0.24.4 → 0.25.0

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.cjs CHANGED
@@ -245,4 +245,5 @@ function presetTypography(options) {
245
245
  };
246
246
  }
247
247
 
248
+ exports["default"] = presetTypography;
248
249
  exports.presetTypography = presetTypography;
package/dist/index.d.ts CHANGED
@@ -43,4 +43,4 @@ interface TypographyOptions {
43
43
  */
44
44
  declare function presetTypography(options?: TypographyOptions): Preset;
45
45
 
46
- export { TypographyOptions, presetTypography };
46
+ export { TypographyOptions, presetTypography as default, presetTypography };
package/dist/index.mjs CHANGED
@@ -241,4 +241,4 @@ function presetTypography(options) {
241
241
  };
242
242
  }
243
243
 
244
- export { presetTypography };
244
+ export { presetTypography as default, presetTypography };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-typography",
3
- "version": "0.24.4",
3
+ "version": "0.25.0",
4
4
  "description": "Typography preset for UnoCSS",
5
5
  "keywords": [
6
6
  "unocss",
@@ -32,7 +32,7 @@
32
32
  "dist"
33
33
  ],
34
34
  "dependencies": {
35
- "@unocss/core": "0.24.4"
35
+ "@unocss/core": "0.25.0"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "unbuild",