@unocss/preset-tagify 66.3.2 → 66.4.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.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +1 -0
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -33,4 +33,5 @@ declare function variantTagify(options: TagifyOptions): VariantObject;
|
|
|
33
33
|
*/
|
|
34
34
|
declare const presetTagify: _unocss_core.PresetFactory<object, TagifyOptions>;
|
|
35
35
|
|
|
36
|
-
export { MARKER,
|
|
36
|
+
export { MARKER, presetTagify as default, extractorTagify, htmlTagRE, presetTagify, variantTagify };
|
|
37
|
+
export type { TagifyOptions };
|
package/dist/index.d.ts
CHANGED
|
@@ -33,4 +33,5 @@ declare function variantTagify(options: TagifyOptions): VariantObject;
|
|
|
33
33
|
*/
|
|
34
34
|
declare const presetTagify: _unocss_core.PresetFactory<object, TagifyOptions>;
|
|
35
35
|
|
|
36
|
-
export { MARKER,
|
|
36
|
+
export { MARKER, presetTagify as default, extractorTagify, htmlTagRE, presetTagify, variantTagify };
|
|
37
|
+
export type { TagifyOptions };
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-tagify",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "66.
|
|
4
|
+
"version": "66.4.0",
|
|
5
5
|
"description": "Tagify preset for UnoCSS",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"homepage": "https://unocss.dev",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "git+https://github.com/unocss/unocss",
|
|
12
|
+
"url": "git+https://github.com/unocss/unocss.git",
|
|
13
13
|
"directory": "packages-presets/preset-tagify"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dist"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@unocss/core": "66.
|
|
36
|
+
"@unocss/core": "66.4.0"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "unbuild",
|