@pikacss/unplugin-pikacss 0.0.44 → 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.
@@ -1,4 +1,4 @@
1
- import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-B2IGqPK6.mjs";
1
+ import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-Cjx5DuB2.mjs";
2
2
  import * as unplugin from "unplugin";
3
3
  export * from "@pikacss/integration";
4
4
 
package/dist/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-B2IGqPK6.mjs";
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";
@@ -1,4 +1,4 @@
1
- import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-B2IGqPK6.mjs";
1
+ import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-Cjx5DuB2.mjs";
2
2
  import * as unplugin from "unplugin";
3
3
  export * from "@pikacss/integration";
4
4
 
package/dist/rollup.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-B2IGqPK6.mjs";
1
+ import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-Cjx5DuB2.mjs";
2
2
  import * as rollup from "rollup";
3
3
  export * from "@pikacss/integration";
4
4
 
package/dist/rspack.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-B2IGqPK6.mjs";
1
+ import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-Cjx5DuB2.mjs";
2
2
  export * from "@pikacss/integration";
3
3
 
4
4
  //#region src/rspack.d.ts
@@ -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' | 'inline';
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' | 'inline';
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-B2IGqPK6.mjs";
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";
@@ -1,4 +1,4 @@
1
- import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-B2IGqPK6.mjs";
1
+ import { n as ResolvedPluginOptions, t as PluginOptions } from "./types-Cjx5DuB2.mjs";
2
2
  export * from "@pikacss/integration";
3
3
 
4
4
  //#region src/webpack.d.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pikacss/unplugin-pikacss",
3
3
  "type": "module",
4
- "version": "0.0.44",
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.44"
92
+ "@pikacss/integration": "0.0.46"
93
93
  },
94
94
  "devDependencies": {
95
95
  "@farmfe/core": "^1.7.11",