@unocss/preset-attributify 0.45.9 → 0.45.14

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.
Files changed (2) hide show
  1. package/README.md +12 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -186,6 +186,18 @@ declare global {
186
186
  }
187
187
  ```
188
188
 
189
+ ### Astro
190
+
191
+ ```ts
192
+ import type { AttributifyAttributes } from '@unocss/preset-attributify'
193
+
194
+ declare global {
195
+ namespace astroHTML.JSX {
196
+ interface HTMLAttributes extends AttributifyAttributes { }
197
+ }
198
+ }
199
+ ```
200
+
189
201
  ### Attributify with Prefix
190
202
 
191
203
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-attributify",
3
- "version": "0.45.9",
3
+ "version": "0.45.14",
4
4
  "description": "Attributify 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.45.9"
36
+ "@unocss/core": "0.45.14"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "unbuild",