@plumeria/unplugin 17.0.0 → 18.0.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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -155,7 +155,7 @@ plumeria.vite({
|
|
|
155
155
|
| `include` | `ts/tsx/js/jsx` | Files to transform. |
|
|
156
156
|
| `exclude` | — | Files to skip. |
|
|
157
157
|
| `devEmitToDisk` | `false` | Write CSS to disk in development so the bundler's watcher drives HMR. |
|
|
158
|
-
| `styleProp` | `'
|
|
158
|
+
| `styleProp` | `'classStyle'` | The JSX prop that carries styles. |
|
|
159
159
|
|
|
160
160
|
### styleProp
|
|
161
161
|
|
|
@@ -187,7 +187,7 @@ For the default name, reference the declaration that ships with the package inst
|
|
|
187
187
|
|
|
188
188
|
```ts
|
|
189
189
|
// plumeria.d.ts
|
|
190
|
-
/// <reference types="@plumeria/core/style
|
|
190
|
+
/// <reference types="@plumeria/core/class-style" />
|
|
191
191
|
```
|
|
192
192
|
|
|
193
193
|
If the two disagree, the prop type-checks but is never compiled away. [`@plumeria/eslint-plugin`](https://www.npmjs.com/package/@plumeria/eslint-plugin) reads the same name from `settings.plumeria.styleProp`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plumeria/unplugin",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "18.0.0",
|
|
4
4
|
"description": "Universal Plumeria plugin for various build tools",
|
|
5
5
|
"author": "Refirst 11",
|
|
6
6
|
"license": "MIT",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"dependencies": {
|
|
90
90
|
"@rollup/pluginutils": "^5.4.0",
|
|
91
91
|
"unplugin": "^3.0.0",
|
|
92
|
-
"@plumeria/utils": "^
|
|
92
|
+
"@plumeria/utils": "^18.0.0"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"@swc/core": "1.15.43",
|