@weapp-tailwindcss/experimental 0.0.2-next.2 → 0.0.2-next.4
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/{index-DFdHzWSy.d.ts → index-3krV9jqG.d.ts} +3 -4
- package/dist/{index-DGKVoojY.d.ts → index-9kwPrMDy.d.ts} +3 -4
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +1 -1
- package/dist/lightningcss/index.cjs +1 -1
- package/dist/lightningcss/index.d.ts +2 -2
- package/dist/lightningcss/index.mjs +1 -1
- package/package.json +3 -3
- /package/dist/{lightningcss-C8xst0tZ.cjs → lightningcss-B7w6ItZb.cjs} +0 -0
- /package/dist/{lightningcss-hDwkBzeI.mjs → lightningcss-BXrk4rpg.mjs} +0 -0
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { IStyleHandlerOptions } from "@weapp-tailwindcss/postcss";
|
|
2
|
-
import * as _$lightningcss from "lightningcss";
|
|
3
|
-
import { Selector, SelectorComponent, TransformOptions, Warning } from "lightningcss";
|
|
4
1
|
import { Buffer } from "node:buffer";
|
|
2
|
+
import { Selector, SelectorComponent, TransformOptions, Warning } from "lightningcss";
|
|
3
|
+
import { IStyleHandlerOptions } from "@weapp-tailwindcss/postcss";
|
|
5
4
|
|
|
6
5
|
//#region src/lightningcss/options.d.ts
|
|
7
6
|
declare function createRootSpecificityReplacer(options: IStyleHandlerOptions): ((code: string) => string) | undefined;
|
|
@@ -14,7 +13,7 @@ interface SelectorTransformContext {
|
|
|
14
13
|
childCombinatorReplacement?: SelectorComponent[] | undefined;
|
|
15
14
|
}
|
|
16
15
|
declare function buildChildCombinatorReplacement(options: IStyleHandlerOptions): SelectorComponent[] | undefined;
|
|
17
|
-
declare function createVisitor(ctx: SelectorTransformContext):
|
|
16
|
+
declare function createVisitor(ctx: SelectorTransformContext): import("lightningcss").Visitor<CustomAtRules$1>;
|
|
18
17
|
//#endregion
|
|
19
18
|
//#region src/lightningcss/selector-utils.d.ts
|
|
20
19
|
declare function createTypeSelector(name: string): SelectorComponent;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { Buffer } from "node:buffer";
|
|
2
|
-
import * as _$lightningcss from "lightningcss";
|
|
3
|
-
import { Selector, SelectorComponent, TransformOptions, Warning } from "lightningcss";
|
|
4
1
|
import { IStyleHandlerOptions } from "@weapp-tailwindcss/postcss";
|
|
2
|
+
import { Selector, SelectorComponent, TransformOptions, Warning } from "lightningcss";
|
|
3
|
+
import { Buffer } from "node:buffer";
|
|
5
4
|
|
|
6
5
|
//#region src/lightningcss/options.d.ts
|
|
7
6
|
declare function createRootSpecificityReplacer(options: IStyleHandlerOptions): ((code: string) => string) | undefined;
|
|
@@ -14,7 +13,7 @@ interface SelectorTransformContext {
|
|
|
14
13
|
childCombinatorReplacement?: SelectorComponent[] | undefined;
|
|
15
14
|
}
|
|
16
15
|
declare function buildChildCombinatorReplacement(options: IStyleHandlerOptions): SelectorComponent[] | undefined;
|
|
17
|
-
declare function createVisitor(ctx: SelectorTransformContext):
|
|
16
|
+
declare function createVisitor(ctx: SelectorTransformContext): import("lightningcss").Visitor<CustomAtRules$1>;
|
|
18
17
|
//#endregion
|
|
19
18
|
//#region src/lightningcss/selector-utils.d.ts
|
|
20
19
|
declare function createTypeSelector(name: string): SelectorComponent;
|
package/dist/index.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_lightningcss = require("./lightningcss-
|
|
2
|
+
const require_lightningcss = require("./lightningcss-B7w6ItZb.cjs");
|
|
3
3
|
exports.assignNestedSelectors = require_lightningcss.assignNestedSelectors;
|
|
4
4
|
exports.buildChildCombinatorReplacement = require_lightningcss.buildChildCombinatorReplacement;
|
|
5
5
|
exports.cloneComponent = require_lightningcss.cloneComponent;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as assignNestedSelectors, c as createTypeSelector, d as trimCombinators, f as SelectorTransformContext, g as prepareStyleOptions, h as createRootSpecificityReplacer, i as transformCss, l as matchesHiddenNot, m as createVisitor, n as LightningcssTransformConfig, o as cloneComponent, p as buildChildCombinatorReplacement, r as createLightningcssStyleHandler, s as cloneComponents, t as LightningcssStyleHandlerResult, u as normalizeNestedSelectors } from "./index-
|
|
2
|
-
export { LightningcssStyleHandlerResult, LightningcssTransformConfig, SelectorTransformContext, assignNestedSelectors, buildChildCombinatorReplacement, cloneComponent, cloneComponents, createLightningcssStyleHandler, createRootSpecificityReplacer, createTypeSelector, createVisitor, matchesHiddenNot, normalizeNestedSelectors, prepareStyleOptions, transformCss, trimCombinators };
|
|
1
|
+
import { a as assignNestedSelectors, c as createTypeSelector, d as trimCombinators, f as SelectorTransformContext, g as prepareStyleOptions, h as createRootSpecificityReplacer, i as transformCss, l as matchesHiddenNot, m as createVisitor, n as LightningcssTransformConfig, o as cloneComponent, p as buildChildCombinatorReplacement, r as createLightningcssStyleHandler, s as cloneComponents, t as LightningcssStyleHandlerResult, u as normalizeNestedSelectors } from "./index-9kwPrMDy.js";
|
|
2
|
+
export { LightningcssStyleHandlerResult, LightningcssTransformConfig, type SelectorTransformContext, assignNestedSelectors, buildChildCombinatorReplacement, cloneComponent, cloneComponents, createLightningcssStyleHandler, createRootSpecificityReplacer, createTypeSelector, createVisitor, matchesHiddenNot, normalizeNestedSelectors, prepareStyleOptions, transformCss, trimCombinators };
|
package/dist/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as assignNestedSelectors, c as createTypeSelector, d as trimCombinators, f as createRootSpecificityReplacer, i as createVisitor, l as matchesHiddenNot, n as transformCss, o as cloneComponent, p as prepareStyleOptions, r as buildChildCombinatorReplacement, s as cloneComponents, t as createLightningcssStyleHandler, u as normalizeNestedSelectors } from "./lightningcss-
|
|
1
|
+
import { a as assignNestedSelectors, c as createTypeSelector, d as trimCombinators, f as createRootSpecificityReplacer, i as createVisitor, l as matchesHiddenNot, n as transformCss, o as cloneComponent, p as prepareStyleOptions, r as buildChildCombinatorReplacement, s as cloneComponents, t as createLightningcssStyleHandler, u as normalizeNestedSelectors } from "./lightningcss-BXrk4rpg.mjs";
|
|
2
2
|
export { assignNestedSelectors, buildChildCombinatorReplacement, cloneComponent, cloneComponents, createLightningcssStyleHandler, createRootSpecificityReplacer, createTypeSelector, createVisitor, matchesHiddenNot, normalizeNestedSelectors, prepareStyleOptions, transformCss, trimCombinators };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_lightningcss = require("../lightningcss-
|
|
2
|
+
const require_lightningcss = require("../lightningcss-B7w6ItZb.cjs");
|
|
3
3
|
exports.assignNestedSelectors = require_lightningcss.assignNestedSelectors;
|
|
4
4
|
exports.buildChildCombinatorReplacement = require_lightningcss.buildChildCombinatorReplacement;
|
|
5
5
|
exports.cloneComponent = require_lightningcss.cloneComponent;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as assignNestedSelectors, c as createTypeSelector, d as trimCombinators, f as SelectorTransformContext, g as prepareStyleOptions, h as createRootSpecificityReplacer, i as transformCss, l as matchesHiddenNot, m as createVisitor, n as LightningcssTransformConfig, o as cloneComponent, p as buildChildCombinatorReplacement, r as createLightningcssStyleHandler, s as cloneComponents, t as LightningcssStyleHandlerResult, u as normalizeNestedSelectors } from "../index-
|
|
2
|
-
export { LightningcssStyleHandlerResult, LightningcssTransformConfig, SelectorTransformContext, assignNestedSelectors, buildChildCombinatorReplacement, cloneComponent, cloneComponents, createLightningcssStyleHandler, createRootSpecificityReplacer, createTypeSelector, createVisitor, matchesHiddenNot, normalizeNestedSelectors, prepareStyleOptions, transformCss, trimCombinators };
|
|
1
|
+
import { a as assignNestedSelectors, c as createTypeSelector, d as trimCombinators, f as SelectorTransformContext, g as prepareStyleOptions, h as createRootSpecificityReplacer, i as transformCss, l as matchesHiddenNot, m as createVisitor, n as LightningcssTransformConfig, o as cloneComponent, p as buildChildCombinatorReplacement, r as createLightningcssStyleHandler, s as cloneComponents, t as LightningcssStyleHandlerResult, u as normalizeNestedSelectors } from "../index-9kwPrMDy.js";
|
|
2
|
+
export { LightningcssStyleHandlerResult, LightningcssTransformConfig, type SelectorTransformContext, assignNestedSelectors, buildChildCombinatorReplacement, cloneComponent, cloneComponents, createLightningcssStyleHandler, createRootSpecificityReplacer, createTypeSelector, createVisitor, matchesHiddenNot, normalizeNestedSelectors, prepareStyleOptions, transformCss, trimCombinators };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as assignNestedSelectors, c as createTypeSelector, d as trimCombinators, f as createRootSpecificityReplacer, i as createVisitor, l as matchesHiddenNot, n as transformCss, o as cloneComponent, p as prepareStyleOptions, r as buildChildCombinatorReplacement, s as cloneComponents, t as createLightningcssStyleHandler, u as normalizeNestedSelectors } from "../lightningcss-
|
|
1
|
+
import { a as assignNestedSelectors, c as createTypeSelector, d as trimCombinators, f as createRootSpecificityReplacer, i as createVisitor, l as matchesHiddenNot, n as transformCss, o as cloneComponent, p as prepareStyleOptions, r as buildChildCombinatorReplacement, s as cloneComponents, t as createLightningcssStyleHandler, u as normalizeNestedSelectors } from "../lightningcss-BXrk4rpg.mjs";
|
|
2
2
|
export { assignNestedSelectors, buildChildCombinatorReplacement, cloneComponent, cloneComponents, createLightningcssStyleHandler, createRootSpecificityReplacer, createTypeSelector, createVisitor, matchesHiddenNot, normalizeNestedSelectors, prepareStyleOptions, transformCss, trimCombinators };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@weapp-tailwindcss/experimental",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.2-next.
|
|
4
|
+
"version": "0.0.2-next.4",
|
|
5
5
|
"description": "@weapp-tailwindcss/experimental",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "ISC",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"lightningcss": "^1.32.0",
|
|
41
|
-
"@weapp-tailwindcss/postcss": "3.0.0-next.
|
|
42
|
-
"@weapp-tailwindcss/shared": "2.0.0-next.
|
|
41
|
+
"@weapp-tailwindcss/postcss": "3.0.0-next.10",
|
|
42
|
+
"@weapp-tailwindcss/shared": "2.0.0-next.1"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"dev": "tsdown --watch --sourcemap",
|
|
File without changes
|
|
File without changes
|