unocss 0.59.3 → 0.60.0
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/postcss.cjs +2 -2
- package/dist/postcss.d.cts +2 -1
- package/dist/postcss.d.ts +2 -1
- package/dist/webpack.d.cts +1 -1
- package/dist/webpack.d.ts +1 -1
- package/package.json +33 -26
- package/astro.d.ts +0 -2
- package/index.d.ts +0 -2
- package/postcss.d.ts +0 -2
- package/preset-attributify.d.ts +0 -2
- package/preset-icons.d.ts +0 -2
- package/preset-mini.d.ts +0 -2
- package/preset-tagify.d.ts +0 -2
- package/preset-typography.d.ts +0 -2
- package/preset-uno.d.ts +0 -2
- package/preset-web-fonts.d.ts +0 -2
- package/preset-wind.d.ts +0 -2
- package/vite.d.ts +0 -2
- package/webpack.d.ts +0 -2
package/dist/postcss.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
'use strict';
|
|
1
|
+
'use strict';
|
|
2
2
|
|
|
3
3
|
const postcss = require('@unocss/postcss');
|
|
4
4
|
|
|
@@ -8,4 +8,4 @@ const postcss__default = /*#__PURE__*/_interopDefaultCompat(postcss);
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports
|
|
11
|
+
module.exports = postcss__default;
|
package/dist/postcss.d.cts
CHANGED
package/dist/postcss.d.ts
CHANGED
package/dist/webpack.d.cts
CHANGED
package/dist/webpack.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unocss",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.60.0",
|
|
5
5
|
"description": "The instant on-demand Atomic CSS engine.",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -94,9 +94,16 @@
|
|
|
94
94
|
},
|
|
95
95
|
"main": "dist/index.mjs",
|
|
96
96
|
"module": "dist/index.mjs",
|
|
97
|
-
"types": "index.d.ts",
|
|
97
|
+
"types": "dist/index.d.ts",
|
|
98
|
+
"typesVersions": {
|
|
99
|
+
"*": {
|
|
100
|
+
"*": [
|
|
101
|
+
"./dist/*",
|
|
102
|
+
"./*"
|
|
103
|
+
]
|
|
104
|
+
}
|
|
105
|
+
},
|
|
98
106
|
"files": [
|
|
99
|
-
"*.d.ts",
|
|
100
107
|
"dist"
|
|
101
108
|
],
|
|
102
109
|
"engines": {
|
|
@@ -104,7 +111,7 @@
|
|
|
104
111
|
},
|
|
105
112
|
"peerDependencies": {
|
|
106
113
|
"vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0",
|
|
107
|
-
"@unocss/webpack": "0.
|
|
114
|
+
"@unocss/webpack": "0.60.0"
|
|
108
115
|
},
|
|
109
116
|
"peerDependenciesMeta": {
|
|
110
117
|
"@unocss/webpack": {
|
|
@@ -115,30 +122,30 @@
|
|
|
115
122
|
}
|
|
116
123
|
},
|
|
117
124
|
"dependencies": {
|
|
118
|
-
"@unocss/
|
|
119
|
-
"@unocss/extractor-arbitrary-variants": "0.
|
|
120
|
-
"@unocss/
|
|
121
|
-
"@unocss/core": "0.
|
|
122
|
-
"@unocss/postcss": "0.
|
|
123
|
-
"@unocss/preset-
|
|
124
|
-
"@unocss/preset-
|
|
125
|
-
"@unocss/preset-
|
|
126
|
-
"@unocss/preset-tagify": "0.
|
|
127
|
-
"@unocss/preset-
|
|
128
|
-
"@unocss/preset-
|
|
129
|
-
"@unocss/preset-
|
|
130
|
-
"@unocss/preset-wind": "0.
|
|
131
|
-
"@unocss/reset": "0.
|
|
132
|
-
"@unocss/transformer-attributify-jsx": "0.
|
|
133
|
-
"@unocss/transformer-attributify-jsx-babel": "0.
|
|
134
|
-
"@unocss/transformer-
|
|
135
|
-
"@unocss/transformer-
|
|
136
|
-
"@unocss/vite": "0.
|
|
137
|
-
"@unocss/transformer-
|
|
125
|
+
"@unocss/astro": "0.60.0",
|
|
126
|
+
"@unocss/extractor-arbitrary-variants": "0.60.0",
|
|
127
|
+
"@unocss/cli": "0.60.0",
|
|
128
|
+
"@unocss/core": "0.60.0",
|
|
129
|
+
"@unocss/postcss": "0.60.0",
|
|
130
|
+
"@unocss/preset-attributify": "0.60.0",
|
|
131
|
+
"@unocss/preset-icons": "0.60.0",
|
|
132
|
+
"@unocss/preset-mini": "0.60.0",
|
|
133
|
+
"@unocss/preset-tagify": "0.60.0",
|
|
134
|
+
"@unocss/preset-uno": "0.60.0",
|
|
135
|
+
"@unocss/preset-typography": "0.60.0",
|
|
136
|
+
"@unocss/preset-web-fonts": "0.60.0",
|
|
137
|
+
"@unocss/preset-wind": "0.60.0",
|
|
138
|
+
"@unocss/reset": "0.60.0",
|
|
139
|
+
"@unocss/transformer-attributify-jsx": "0.60.0",
|
|
140
|
+
"@unocss/transformer-attributify-jsx-babel": "0.60.0",
|
|
141
|
+
"@unocss/transformer-directives": "0.60.0",
|
|
142
|
+
"@unocss/transformer-variant-group": "0.60.0",
|
|
143
|
+
"@unocss/vite": "0.60.0",
|
|
144
|
+
"@unocss/transformer-compile-class": "0.60.0"
|
|
138
145
|
},
|
|
139
146
|
"devDependencies": {
|
|
140
|
-
"vite": "^5.2.
|
|
141
|
-
"@unocss/webpack": "0.
|
|
147
|
+
"vite": "^5.2.11",
|
|
148
|
+
"@unocss/webpack": "0.60.0"
|
|
142
149
|
},
|
|
143
150
|
"scripts": {
|
|
144
151
|
"build": "unbuild",
|
package/astro.d.ts
DELETED
package/index.d.ts
DELETED
package/postcss.d.ts
DELETED
package/preset-attributify.d.ts
DELETED
package/preset-icons.d.ts
DELETED
package/preset-mini.d.ts
DELETED
package/preset-tagify.d.ts
DELETED
package/preset-typography.d.ts
DELETED
package/preset-uno.d.ts
DELETED
package/preset-web-fonts.d.ts
DELETED
package/preset-wind.d.ts
DELETED
package/vite.d.ts
DELETED
package/webpack.d.ts
DELETED