@unocss/preset-attributify 0.12.15 → 0.12.16

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.js CHANGED
@@ -101,7 +101,8 @@ var preset = (options) => {
101
101
  return {
102
102
  name: "@unocss/preset-attributify",
103
103
  variants,
104
- extractors
104
+ extractors,
105
+ options
105
106
  };
106
107
  };
107
108
  var src_default = preset;
package/dist/index.mjs CHANGED
@@ -72,7 +72,8 @@ var preset = (options) => {
72
72
  return {
73
73
  name: "@unocss/preset-attributify",
74
74
  variants,
75
- extractors
75
+ extractors,
76
+ options
76
77
  };
77
78
  };
78
79
  var src_default = preset;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-attributify",
3
- "version": "0.12.15",
3
+ "version": "0.12.16",
4
4
  "description": "Attributify preset for UnoCSS",
5
5
  "keywords": [
6
6
  "unocss",
@@ -33,7 +33,7 @@
33
33
  "dist"
34
34
  ],
35
35
  "dependencies": {
36
- "@unocss/core": "0.12.15"
36
+ "@unocss/core": "0.12.16"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "tsup",