@unocss/preset-typography 0.55.2 → 0.55.3
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 +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
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.
|
|
3
|
+
"version": "0.55.3",
|
|
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.
|
|
36
|
-
"@unocss/preset-mini": "0.55.
|
|
35
|
+
"@unocss/core": "0.55.3",
|
|
36
|
+
"@unocss/preset-mini": "0.55.3"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "unbuild",
|