@unocss/preset-typography 0.24.4 → 0.26.1

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 Anthony Fu <https://github.com/antfu>
3
+ Copyright (c) 2021 Jeff Yang
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @unocss/preset-typography
2
2
 
3
- > Typography Preset for UnoCSS
3
+ Typography Preset for UnoCSS
4
4
 
5
5
  ## Installation
6
6
 
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.26.1",
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.26.1"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "unbuild",