@unocss/preset-typography 0.55.2 → 0.55.4

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.d.cts CHANGED
@@ -62,4 +62,4 @@ interface TypographyOptions {
62
62
  */
63
63
  declare function presetTypography(options?: TypographyOptions): Preset<Theme>;
64
64
 
65
- export { TypographyOptions, presetTypography as default, presetTypography };
65
+ export { type TypographyOptions, presetTypography as default, presetTypography };
package/dist/index.d.mts CHANGED
@@ -62,4 +62,4 @@ interface TypographyOptions {
62
62
  */
63
63
  declare function presetTypography(options?: TypographyOptions): Preset<Theme>;
64
64
 
65
- export { TypographyOptions, presetTypography as default, presetTypography };
65
+ export { type TypographyOptions, presetTypography as default, presetTypography };
package/dist/index.d.ts CHANGED
@@ -62,4 +62,4 @@ interface TypographyOptions {
62
62
  */
63
63
  declare function presetTypography(options?: TypographyOptions): Preset<Theme>;
64
64
 
65
- export { TypographyOptions, presetTypography as default, presetTypography };
65
+ export { type TypographyOptions, presetTypography as default, presetTypography };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-typography",
3
- "version": "0.55.2",
3
+ "version": "0.55.4",
4
4
  "description": "Typography preset for UnoCSS",
5
5
  "author": "Jeff Yang",
6
6
  "license": "MIT",
@@ -32,8 +32,8 @@
32
32
  "dist"
33
33
  ],
34
34
  "dependencies": {
35
- "@unocss/core": "0.55.2",
36
- "@unocss/preset-mini": "0.55.2"
35
+ "@unocss/core": "0.55.4",
36
+ "@unocss/preset-mini": "0.55.4"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "unbuild",