@unocss/preset-tagify 0.61.0 → 0.61.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.mts CHANGED
@@ -28,6 +28,9 @@ declare function extractorTagify(options: TagifyOptions): Extractor;
28
28
 
29
29
  declare function variantTagify(options: TagifyOptions): VariantObject;
30
30
 
31
+ /**
32
+ * @see https://unocss.dev/presets/tagify
33
+ */
31
34
  declare const presetTagify: _unocss_core.PresetFactory<object, TagifyOptions>;
32
35
 
33
36
  export { MARKER, type TagifyOptions, presetTagify as default, extractorTagify, htmlTagRE, presetTagify, variantTagify };
package/dist/index.d.ts CHANGED
@@ -28,6 +28,9 @@ declare function extractorTagify(options: TagifyOptions): Extractor;
28
28
 
29
29
  declare function variantTagify(options: TagifyOptions): VariantObject;
30
30
 
31
+ /**
32
+ * @see https://unocss.dev/presets/tagify
33
+ */
31
34
  declare const presetTagify: _unocss_core.PresetFactory<object, TagifyOptions>;
32
35
 
33
36
  export { MARKER, type TagifyOptions, presetTagify as default, extractorTagify, htmlTagRE, presetTagify, variantTagify };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/preset-tagify",
3
3
  "type": "module",
4
- "version": "0.61.0",
4
+ "version": "0.61.3",
5
5
  "description": "Tagify preset for UnoCSS",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  "dist"
34
34
  ],
35
35
  "dependencies": {
36
- "@unocss/core": "0.61.0"
36
+ "@unocss/core": "0.61.3"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "unbuild",