@unocss/preset-wind 0.46.0 → 0.46.2

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.cjs CHANGED
@@ -874,6 +874,17 @@ const shortcuts = [
874
874
 
875
875
  const theme = {
876
876
  ...theme$1.theme,
877
+ aria: {
878
+ busy: 'busy="true"',
879
+ checked: 'checked="true"',
880
+ disabled: 'disabled="true"',
881
+ expanded: 'expanded="true"',
882
+ hidden: 'hidden="true"',
883
+ pressed: 'pressed="true"',
884
+ readonly: 'readonly="true"',
885
+ required: 'required="true"',
886
+ selected: 'selected="true"'
887
+ },
877
888
  animation: {
878
889
  keyframes: {
879
890
  "pulse": "{0%, 100% {opacity:1} 50% {opacity:.5}}",
package/dist/index.mjs CHANGED
@@ -871,6 +871,17 @@ const shortcuts = [
871
871
 
872
872
  const theme = {
873
873
  ...theme$1,
874
+ aria: {
875
+ busy: 'busy="true"',
876
+ checked: 'checked="true"',
877
+ disabled: 'disabled="true"',
878
+ expanded: 'expanded="true"',
879
+ hidden: 'hidden="true"',
880
+ pressed: 'pressed="true"',
881
+ readonly: 'readonly="true"',
882
+ required: 'required="true"',
883
+ selected: 'selected="true"'
884
+ },
874
885
  animation: {
875
886
  keyframes: {
876
887
  "pulse": "{0%, 100% {opacity:1} 50% {opacity:.5}}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-wind",
3
- "version": "0.46.0",
3
+ "version": "0.46.2",
4
4
  "description": "Tailwind / Windi CSS compact preset for UnoCSS",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -35,8 +35,8 @@
35
35
  "*.css"
36
36
  ],
37
37
  "dependencies": {
38
- "@unocss/core": "0.46.0",
39
- "@unocss/preset-mini": "0.46.0"
38
+ "@unocss/core": "0.46.2",
39
+ "@unocss/preset-mini": "0.46.2"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "unbuild",