unocss 0.49.5 → 0.49.7

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 +1 -0
  2. package/package.json +20 -20
package/README.md CHANGED
@@ -91,6 +91,7 @@ Presets are the heart of UnoCSS. They let you make your own custom framework in
91
91
  - [unocss-preset-theme](https://github.com/Dunqing/unocss-preset-theme) - Preset for automatic theme switching by [@Dunqing](https://github.com/Dunqing).
92
92
  - [unocss-preset-chinese](https://github.com/kirklin/unocss-preset-chinese) - Preset for Chinese fonts by [@kirklin](https://github.com/kirklin).
93
93
  - [unocss-preset-autoprefixer](https://github.com/zouhangwithsweet/unocss-preset-autoprefixer) - Autoprefixer Preset by [@zouhang](https://github.com/zouhangwithsweet).
94
+ - [unocss-preset-scrollbar-hide](https://github.com/reslear/unocss-preset-scrollbar-hide) - Hide scrollbars, although the element can still be scrolled by [@reslear](https://github.com/reslear).
94
95
 
95
96
  ###### Community Frameworks
96
97
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unocss",
3
- "version": "0.49.5",
3
+ "version": "0.49.7",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -98,7 +98,7 @@
98
98
  "node": ">=14"
99
99
  },
100
100
  "peerDependencies": {
101
- "@unocss/webpack": "0.49.5"
101
+ "@unocss/webpack": "0.49.7"
102
102
  },
103
103
  "peerDependenciesMeta": {
104
104
  "@unocss/webpack": {
@@ -106,26 +106,26 @@
106
106
  }
107
107
  },
108
108
  "dependencies": {
109
- "@unocss/astro": "0.49.5",
110
- "@unocss/cli": "0.49.5",
111
- "@unocss/core": "0.49.5",
112
- "@unocss/preset-attributify": "0.49.5",
113
- "@unocss/preset-icons": "0.49.5",
114
- "@unocss/preset-mini": "0.49.5",
115
- "@unocss/preset-tagify": "0.49.5",
116
- "@unocss/preset-typography": "0.49.5",
117
- "@unocss/preset-uno": "0.49.5",
118
- "@unocss/preset-web-fonts": "0.49.5",
119
- "@unocss/preset-wind": "0.49.5",
120
- "@unocss/reset": "0.49.5",
121
- "@unocss/transformer-attributify-jsx": "0.49.5",
122
- "@unocss/transformer-compile-class": "0.49.5",
123
- "@unocss/transformer-directives": "0.49.5",
124
- "@unocss/transformer-variant-group": "0.49.5",
125
- "@unocss/vite": "0.49.5"
109
+ "@unocss/astro": "0.49.7",
110
+ "@unocss/cli": "0.49.7",
111
+ "@unocss/core": "0.49.7",
112
+ "@unocss/preset-attributify": "0.49.7",
113
+ "@unocss/preset-icons": "0.49.7",
114
+ "@unocss/preset-mini": "0.49.7",
115
+ "@unocss/preset-tagify": "0.49.7",
116
+ "@unocss/preset-typography": "0.49.7",
117
+ "@unocss/preset-uno": "0.49.7",
118
+ "@unocss/preset-web-fonts": "0.49.7",
119
+ "@unocss/preset-wind": "0.49.7",
120
+ "@unocss/reset": "0.49.7",
121
+ "@unocss/transformer-attributify-jsx": "0.49.7",
122
+ "@unocss/transformer-compile-class": "0.49.7",
123
+ "@unocss/transformer-directives": "0.49.7",
124
+ "@unocss/transformer-variant-group": "0.49.7",
125
+ "@unocss/vite": "0.49.7"
126
126
  },
127
127
  "devDependencies": {
128
- "@unocss/webpack": "0.49.5"
128
+ "@unocss/webpack": "0.49.7"
129
129
  },
130
130
  "scripts": {
131
131
  "build": "unbuild",