@unocss/preset-tagify 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 +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -29,4 +29,4 @@ declare function variantTagify(options: TagifyOptions): VariantObject;
|
|
|
29
29
|
|
|
30
30
|
declare function tagifyPreset(options?: TagifyOptions): Preset;
|
|
31
31
|
|
|
32
|
-
export { MARKER, TagifyOptions, tagifyPreset as default, extractorTagify, htmlTagRE, variantTagify };
|
|
32
|
+
export { MARKER, type TagifyOptions, tagifyPreset as default, extractorTagify, htmlTagRE, variantTagify };
|
package/dist/index.d.mts
CHANGED
|
@@ -29,4 +29,4 @@ declare function variantTagify(options: TagifyOptions): VariantObject;
|
|
|
29
29
|
|
|
30
30
|
declare function tagifyPreset(options?: TagifyOptions): Preset;
|
|
31
31
|
|
|
32
|
-
export { MARKER, TagifyOptions, tagifyPreset as default, extractorTagify, htmlTagRE, variantTagify };
|
|
32
|
+
export { MARKER, type TagifyOptions, tagifyPreset as default, extractorTagify, htmlTagRE, variantTagify };
|
package/dist/index.d.ts
CHANGED
|
@@ -29,4 +29,4 @@ declare function variantTagify(options: TagifyOptions): VariantObject;
|
|
|
29
29
|
|
|
30
30
|
declare function tagifyPreset(options?: TagifyOptions): Preset;
|
|
31
31
|
|
|
32
|
-
export { MARKER, TagifyOptions, tagifyPreset as default, extractorTagify, htmlTagRE, variantTagify };
|
|
32
|
+
export { MARKER, type TagifyOptions, tagifyPreset as default, extractorTagify, htmlTagRE, variantTagify };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-tagify",
|
|
3
|
-
"version": "0.55.
|
|
3
|
+
"version": "0.55.4",
|
|
4
4
|
"description": "Tagify preset for UnoCSS",
|
|
5
5
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dist"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@unocss/core": "0.55.
|
|
36
|
+
"@unocss/core": "0.55.4"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "unbuild",
|