@pikacss/unplugin-pikacss 0.0.45 → 0.0.46
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/esbuild.d.mts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/rolldown.d.mts +1 -1
- package/dist/rollup.d.mts +1 -1
- package/dist/rspack.d.mts +1 -1
- package/dist/{types-B2IGqPK6.d.mts → types-Cjx5DuB2.d.mts} +2 -3
- package/dist/vite.d.mts +1 -1
- package/dist/webpack.d.mts +1 -1
- package/package.json +2 -2
package/dist/esbuild.d.mts
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-
|
|
1
|
+
import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-Cjx5DuB2.mjs";
|
|
2
2
|
import * as unplugin from "unplugin";
|
|
3
3
|
import { UnpluginFactory } from "unplugin";
|
|
4
4
|
export * from "@pikacss/integration";
|
package/dist/rolldown.d.mts
CHANGED
package/dist/rollup.d.mts
CHANGED
package/dist/rspack.d.mts
CHANGED
|
@@ -61,10 +61,9 @@ interface PluginOptions {
|
|
|
61
61
|
* The format of the generated atomic style class names.
|
|
62
62
|
* - `'string'`: Returns a space-separated string of class names (e.g., "a b c")
|
|
63
63
|
* - `'array'`: Returns an array of class names (e.g., ['a', 'b', 'c'])
|
|
64
|
-
* - `'inline'`: Returns an object format that can be directly used in style objects
|
|
65
64
|
* @default 'string'
|
|
66
65
|
*/
|
|
67
|
-
transformedFormat?: 'string' | 'array'
|
|
66
|
+
transformedFormat?: 'string' | 'array';
|
|
68
67
|
/**
|
|
69
68
|
* Configuration for TypeScript code generation file.
|
|
70
69
|
* - `true`: Auto-generate as 'pika.gen.ts'
|
|
@@ -96,7 +95,7 @@ interface ResolvedPluginOptions {
|
|
|
96
95
|
cssCodegen: string;
|
|
97
96
|
scan: IntegrationContextOptions['scan'];
|
|
98
97
|
fnName: string;
|
|
99
|
-
transformedFormat: 'string' | 'array'
|
|
98
|
+
transformedFormat: 'string' | 'array';
|
|
100
99
|
autoCreateConfig: boolean;
|
|
101
100
|
}
|
|
102
101
|
//#endregion
|
package/dist/vite.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-
|
|
1
|
+
import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-Cjx5DuB2.mjs";
|
|
2
2
|
import "./index.mjs";
|
|
3
3
|
import { Plugin } from "vite";
|
|
4
4
|
export * from "@pikacss/integration";
|
package/dist/webpack.d.mts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pikacss/unplugin-pikacss",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.46",
|
|
5
5
|
"author": "DevilTea <ch19980814@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"pathe": "^2.0.3",
|
|
90
90
|
"perfect-debounce": "^2.1.0",
|
|
91
91
|
"unplugin": "^3.0.0",
|
|
92
|
-
"@pikacss/integration": "0.0.
|
|
92
|
+
"@pikacss/integration": "0.0.46"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"@farmfe/core": "^1.7.11",
|