weapp-tailwindcss 5.0.0-next.8 → 5.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/dist/auto-DEHRmEAx.mjs +200 -0
- package/dist/auto-dPpsm6FB.js +238 -0
- package/dist/bundle-state-CnaJxkFY.mjs +413 -0
- package/dist/bundle-state-DgGEhk_z.js +529 -0
- package/dist/bundlers/shared/cache.d.ts +9 -7
- package/dist/bundlers/shared/css-cleanup/at-rules.d.ts +1 -2
- package/dist/bundlers/shared/css-cleanup.d.ts +1 -3
- package/dist/bundlers/shared/css-imports.d.ts +3 -3
- package/dist/bundlers/shared/generated-css-marker.d.ts +3 -0
- package/dist/bundlers/shared/generator-css/directives.d.ts +12 -3
- package/dist/bundlers/shared/generator-css/markers.d.ts +12 -0
- package/dist/bundlers/shared/generator-css/source-files.d.ts +9 -6
- package/dist/bundlers/shared/generator-css/source-resolver.d.ts +16 -2
- package/dist/bundlers/shared/generator-css/user-layer-order.d.ts +10 -0
- package/dist/bundlers/shared/generator-css.d.ts +6 -2
- package/dist/bundlers/shared/hmr-timing.d.ts +22 -0
- package/dist/bundlers/shared/style-requests.d.ts +2 -0
- package/dist/bundlers/vite/bundle-state.d.ts +1 -0
- package/dist/bundlers/vite/css-finalizer.d.ts +6 -0
- package/dist/bundlers/vite/generate-bundle/candidates.d.ts +1 -1
- package/dist/bundlers/vite/generate-bundle/css-handler-options.d.ts +5 -1
- package/dist/bundlers/vite/generate-bundle/css-share-scope.d.ts +1 -0
- package/dist/bundlers/vite/generate-bundle.d.ts +13 -1
- package/dist/bundlers/vite/incremental-runtime-class-set.d.ts +10 -2
- package/dist/bundlers/vite/index.d.ts +5 -2
- package/dist/bundlers/vite/processed-css-assets.d.ts +32 -0
- package/dist/bundlers/vite/rewrite-css-imports.d.ts +8 -5
- package/dist/bundlers/vite/runtime-class-set.d.ts +5 -1
- package/dist/bundlers/vite/serve-css-generation.d.ts +11 -0
- package/dist/bundlers/vite/source-candidates.d.ts +24 -2
- package/dist/bundlers/vite/source-scan.d.ts +26 -0
- package/dist/bundlers/vite/static-config-content.d.ts +5 -0
- package/dist/bundlers/webpack/BaseUnifiedPlugin/shared.d.ts +5 -0
- package/dist/bundlers/webpack/BaseUnifiedPlugin/v5-assets.d.ts +5 -1
- package/dist/bundlers/webpack/BaseUnifiedPlugin/v5-loaders.d.ts +8 -3
- package/dist/bundlers/webpack/BaseUnifiedPlugin/v5.d.ts +1 -1
- package/dist/bundlers/webpack/loaders/runtime-registry.d.ts +31 -0
- package/dist/bundlers/webpack/loaders/weapp-tw-css-import-rewrite-loader.d.ts +2 -8
- package/dist/bundlers/webpack/loaders/weapp-tw-runtime-classset-loader.d.ts +3 -7
- package/dist/cache/index.d.ts +6 -6
- package/dist/{chunk-8l464Juk.js → chunk-C5U5_Hdc.js} +14 -0
- package/dist/cli/context.d.ts +1 -11
- package/dist/cli/doctor/types.d.ts +11 -11
- package/dist/cli/vscode-entry.d.ts +3 -3
- package/dist/cli.js +684 -41
- package/dist/cli.mjs +682 -40
- package/dist/context/runtime-package-replacements.d.ts +2 -0
- package/dist/context/style-options.d.ts +3 -0
- package/dist/context/tailwindcss.d.ts +1 -1
- package/dist/core.js +1 -2
- package/dist/core.mjs +1 -1
- package/dist/css-macro/auto.d.ts +11 -0
- package/dist/css-macro/constants.d.ts +5 -2
- package/dist/css-macro/postcss.d.ts +1 -0
- package/dist/css-macro/postcss.js +7 -46
- package/dist/css-macro/postcss.mjs +2 -46
- package/dist/css-macro.js +16 -7
- package/dist/css-macro.mjs +15 -6
- package/dist/defaults-8xrgzxFY.mjs +151 -0
- package/dist/defaults-zKUH2mDe.js +193 -0
- package/dist/defaults.js +6 -150
- package/dist/defaults.mjs +1 -143
- package/dist/escape.js +10 -2
- package/dist/escape.mjs +10 -2
- package/dist/generator/options.d.ts +11 -6
- package/dist/generator/types.d.ts +3 -3
- package/dist/generator--0-ekuVO.js +92 -0
- package/dist/generator-B76ovqsv.mjs +67 -0
- package/dist/generator.js +12 -12
- package/dist/generator.mjs +2 -1
- package/dist/gulp.js +163 -40
- package/dist/gulp.mjs +155 -32
- package/dist/incremental-runtime-class-set-CN6K_97P.js +2366 -0
- package/dist/incremental-runtime-class-set-x10M9bn_.mjs +2291 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.js +17 -5
- package/dist/index.mjs +6 -5
- package/dist/js/babel/cache-options.d.ts +3 -0
- package/dist/js/babel/parse.d.ts +7 -4
- package/dist/js/precheck.d.ts +2 -2
- package/dist/js/replacement-cache.d.ts +5 -0
- package/dist/postcss-C7BMYpEF.mjs +169 -0
- package/dist/{postcss-w48mGIhe.mjs → postcss-CR9UCaIK.mjs} +54 -114
- package/dist/postcss-CiYLsqZn.js +192 -0
- package/dist/{postcss-QIXwT40c.js → postcss-hYimKoN_.js} +60 -121
- package/dist/postcss-html-transform.js +1 -1
- package/dist/postcss.js +1 -1
- package/dist/postcss.mjs +1 -1
- package/dist/precheck-BrNwLG2e.mjs +4716 -0
- package/dist/precheck-DPtJjZmV.js +4842 -0
- package/dist/presets/index.d.ts +1 -0
- package/dist/presets/uni-app-x.d.ts +1 -0
- package/dist/presets.js +27 -13
- package/dist/presets.mjs +25 -13
- package/dist/reset.js +1 -1
- package/dist/runtime-registry-DpcR3IHI.js +5496 -0
- package/dist/shared/mpx.d.ts +1 -0
- package/dist/source-candidates-DN1mihlU.mjs +322 -0
- package/dist/source-candidates-DSxme_O2.js +335 -0
- package/dist/tailwindcss/miniprogram.d.ts +1 -5
- package/dist/tailwindcss/remove-unsupported-css.d.ts +1 -2
- package/dist/tailwindcss/runtime/cache.d.ts +4 -3
- package/dist/tailwindcss/runtime.d.ts +9 -9
- package/dist/tailwindcss/source-scan.d.ts +35 -0
- package/dist/tailwindcss/v3-engine/types.d.ts +19 -14
- package/dist/tailwindcss/v4/css-entries.d.ts +2 -2
- package/dist/tailwindcss/v4/patcher.d.ts +1 -1
- package/dist/tailwindcss/v4-engine/source.d.ts +2 -2
- package/dist/tailwindcss/v4-engine/types.d.ts +18 -5
- package/dist/{tailwindcss-C5IgPlQ0.mjs → tailwindcss-DWtPieNE.mjs} +72 -60
- package/dist/{tailwindcss-Bu-RWIHx.js → tailwindcss-glCm_d3H.js} +81 -69
- package/dist/typedoc.export.d.ts +1 -1
- package/dist/types/index.d.ts +51 -41
- package/dist/types/shared.d.ts +3 -0
- package/dist/types/typedoc-tailwindcss-patch.d.ts +67 -0
- package/dist/types/user-defined-options/general.d.ts +25 -22
- package/dist/types/user-defined-options/important.d.ts +32 -27
- package/dist/types/user-defined-options/lifecycle.d.ts +4 -4
- package/dist/types/user-defined-options/matcher.d.ts +6 -6
- package/dist/unocss/index.d.ts +2 -0
- package/dist/utils/object.d.ts +9 -0
- package/dist/utils/options.d.ts +2 -0
- package/dist/utils/regex.d.ts +1 -0
- package/dist/{utils-BiShvil9.js → utils-D7Ygohep.js} +2 -2
- package/dist/{utils-Btw1iOVV.mjs → utils-DsaS975I.mjs} +1 -1
- package/dist/v3-engine-D3BMLVAN.js +3712 -0
- package/dist/v3-engine-DCxNPBVs.mjs +3417 -0
- package/dist/vite-DOprpdH-.mjs +24493 -0
- package/dist/vite-Ec0uX6kF.js +24507 -0
- package/dist/vite.js +1 -1
- package/dist/vite.mjs +1 -1
- package/dist/weapp-tw-css-import-rewrite-loader.js +5444 -22
- package/dist/weapp-tw-runtime-classset-loader.js +32 -9
- package/dist/{webpack-CNV2dx3Q.js → webpack-Ccohlg3A.js} +341 -96
- package/dist/{webpack-CT6EEENx.mjs → webpack-DFlZcqAU.mjs} +323 -79
- package/dist/webpack.d.ts +1 -3
- package/dist/webpack.js +3 -4
- package/dist/webpack.mjs +2 -2
- package/dist/wxml/utils/codegen/legacy-visitor.d.ts +2 -4
- package/package.json +22 -20
- package/dist/bundlers/shared/css-cleanup/color-gamut.d.ts +0 -3
- package/dist/bundlers/shared/css-cleanup/root-cleanups.d.ts +0 -4
- package/dist/bundlers/shared/css-cleanup/selectors.d.ts +0 -8
- package/dist/cache-BVAiJV3J.js +0 -502
- package/dist/cache-CHs4DXui.mjs +0 -434
- package/dist/constants-BoB_6lFw.js +0 -73
- package/dist/constants-E_loJC49.mjs +0 -44
- package/dist/generator-DKkhJbOg.js +0 -1531
- package/dist/generator-UBmfduYg.mjs +0 -1432
- package/dist/generator-css-BIapP56i.mjs +0 -1323
- package/dist/generator-css-Mksw8PgB.js +0 -1362
- package/dist/lightningcss/index.d.ts +0 -8
- package/dist/lightningcss/style-handler/options.d.ts +0 -3
- package/dist/lightningcss/style-handler/selector-transform.d.ts +0 -10
- package/dist/lightningcss/style-handler/selector-utils.d.ts +0 -10
- package/dist/lightningcss/style-handler.d.ts +0 -17
- package/dist/precheck-B32p-gLI.js +0 -2736
- package/dist/precheck-B4RH6ZNN.mjs +0 -2622
- package/dist/run-tasks-B50A3pxt.js +0 -128
- package/dist/run-tasks-DdNi-hkk.mjs +0 -91
- package/dist/runtime-patch-CwN5ya72.mjs +0 -71
- package/dist/runtime-patch-D6mBo_KB.js +0 -85
- package/dist/vite-BwgRVgxH.mjs +0 -2405
- package/dist/vite-DyZuiyap.js +0 -2418
- /package/dist/{logger-Bub1jggA.mjs → logger-BNzxZbZj.mjs} +0 -0
- /package/dist/{logger-BRy6XPQ2.js → logger-TlKT3xmR.js} +0 -0
package/dist/presets/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export interface UniAppXOptions {
|
|
|
6
6
|
rem2rpx?: UserDefinedOptions['rem2rpx'];
|
|
7
7
|
generator?: UserDefinedOptions['generator'];
|
|
8
8
|
unitsToPx?: UserDefinedOptions['unitsToPx'];
|
|
9
|
+
unitConversion?: UserDefinedOptions['unitConversion'];
|
|
9
10
|
rawOptions?: UserDefinedOptions;
|
|
10
11
|
resolve?: PackageResolvingOptions;
|
|
11
12
|
customAttributes?: UserDefinedOptions['customAttributes'];
|
package/dist/presets.js
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_chunk = require("./chunk-
|
|
3
|
-
require("./
|
|
4
|
-
const require_utils = require("./utils-
|
|
5
|
-
const require_tailwindcss = require("./tailwindcss-
|
|
6
|
-
require("./logger-
|
|
2
|
+
const require_chunk = require("./chunk-C5U5_Hdc.js");
|
|
3
|
+
const require_v3_engine = require("./v3-engine-D3BMLVAN.js");
|
|
4
|
+
const require_utils = require("./utils-D7Ygohep.js");
|
|
5
|
+
const require_tailwindcss = require("./tailwindcss-glCm_d3H.js");
|
|
6
|
+
require("./logger-TlKT3xmR.js");
|
|
7
7
|
let node_process = require("node:process");
|
|
8
8
|
node_process = require_chunk.__toESM(node_process);
|
|
9
|
+
let node_path = require("node:path");
|
|
10
|
+
node_path = require_chunk.__toESM(node_path);
|
|
9
11
|
let local_pkg = require("local-pkg");
|
|
10
12
|
let _weapp_tailwindcss_shared = require("@weapp-tailwindcss/shared");
|
|
11
13
|
let _weapp_tailwindcss_logger = require("@weapp-tailwindcss/logger");
|
|
@@ -22,10 +24,10 @@ function createBasePreset(options = {}) {
|
|
|
22
24
|
const tailwindConfig = {
|
|
23
25
|
v2: { cwd: baseDir },
|
|
24
26
|
v3: { cwd: baseDir },
|
|
25
|
-
v4: {
|
|
27
|
+
v4: require_v3_engine.omitUndefined({
|
|
26
28
|
base: baseDir,
|
|
27
29
|
cssEntries: normalizedCssEntries
|
|
28
|
-
}
|
|
30
|
+
})
|
|
29
31
|
};
|
|
30
32
|
if (normalizedCssEntries && normalizedCssEntries.length > 0) tailwindConfig.version = 4;
|
|
31
33
|
const preset = {
|
|
@@ -42,9 +44,14 @@ function createBasePreset(options = {}) {
|
|
|
42
44
|
return (0, _weapp_tailwindcss_shared.defuOverrideArray)((0, _weapp_tailwindcss_shared.defuOverrideArray)(userOptions, rawOptions ?? {}), preset);
|
|
43
45
|
}
|
|
44
46
|
//#endregion
|
|
47
|
+
//#region src/presets/hbuilderx.ts
|
|
48
|
+
function hbuilderx(options = {}) {
|
|
49
|
+
return createBasePreset({ ...options });
|
|
50
|
+
}
|
|
51
|
+
//#endregion
|
|
45
52
|
//#region src/presets/uni-app.ts
|
|
46
53
|
function uniApp(options = {}) {
|
|
47
|
-
const uniPlatform = node_process.default.env
|
|
54
|
+
const uniPlatform = node_process.default.env["UNI_PLATFORM"];
|
|
48
55
|
return createBasePreset({
|
|
49
56
|
disabled: uniPlatform === "h5" || uniPlatform === "app" || uniPlatform === "app-plus" ? true : void 0,
|
|
50
57
|
...options
|
|
@@ -61,7 +68,11 @@ function resolveTailwindResolveOptions(base, resolve) {
|
|
|
61
68
|
const currentPaths = Array.isArray(resolve?.paths) ? resolve.paths : [];
|
|
62
69
|
return {
|
|
63
70
|
...resolve ?? {},
|
|
64
|
-
paths: [...new Set([
|
|
71
|
+
paths: [...new Set([
|
|
72
|
+
node_path.default.join(base, "node_modules"),
|
|
73
|
+
base,
|
|
74
|
+
...currentPaths
|
|
75
|
+
])]
|
|
65
76
|
};
|
|
66
77
|
}
|
|
67
78
|
function resolveInstalledTailwindDefaults(resolve) {
|
|
@@ -81,9 +92,9 @@ function resolveInstalledTailwindDefaults(resolve) {
|
|
|
81
92
|
};
|
|
82
93
|
}
|
|
83
94
|
function uniAppX(options) {
|
|
84
|
-
_weapp_tailwindcss_logger.logger.info(`UNI_PLATFORM: ${node_process.default.env
|
|
95
|
+
_weapp_tailwindcss_logger.logger.info(`UNI_PLATFORM: ${node_process.default.env["UNI_PLATFORM"]}`);
|
|
85
96
|
const utsPlatform = require_utils.resolveUniUtsPlatform();
|
|
86
|
-
const uniPlatform = require_utils.resolveUniUtsPlatform(node_process.default.env
|
|
97
|
+
const uniPlatform = require_utils.resolveUniUtsPlatform(node_process.default.env["UNI_PLATFORM"]);
|
|
87
98
|
_weapp_tailwindcss_logger.logger.info(`UNI_UTS_PLATFORM: ${utsPlatform.raw ?? "undefined"}`);
|
|
88
99
|
const isApp = utsPlatform.isApp || uniPlatform.isApp;
|
|
89
100
|
const cssEntries = normalizeCssEntries(options.cssEntries);
|
|
@@ -101,6 +112,8 @@ function uniAppX(options) {
|
|
|
101
112
|
...options.generator !== void 0 ? { generator: options.generator } : {},
|
|
102
113
|
rem2rpx: options.rem2rpx,
|
|
103
114
|
unitsToPx: options.unitsToPx,
|
|
115
|
+
unitConversion: options.unitConversion,
|
|
116
|
+
appType: "uni-app-x",
|
|
104
117
|
tailwindcssBasedir: options.base,
|
|
105
118
|
tailwindcssPatcherOptions: {
|
|
106
119
|
projectRoot: options.base,
|
|
@@ -109,10 +122,10 @@ function uniAppX(options) {
|
|
|
109
122
|
cwd: options.base,
|
|
110
123
|
resolve: resolvedResolve,
|
|
111
124
|
v3: { cwd: options.base },
|
|
112
|
-
v4: {
|
|
125
|
+
v4: require_v3_engine.omitUndefined({
|
|
113
126
|
base: options.base,
|
|
114
127
|
cssEntries
|
|
115
|
-
}
|
|
128
|
+
})
|
|
116
129
|
}
|
|
117
130
|
},
|
|
118
131
|
tailwindcss: {
|
|
@@ -126,6 +139,7 @@ function uniAppX(options) {
|
|
|
126
139
|
}
|
|
127
140
|
//#endregion
|
|
128
141
|
exports.createBasePreset = createBasePreset;
|
|
142
|
+
exports.hbuilderx = hbuilderx;
|
|
129
143
|
exports.normalizeCssEntries = normalizeCssEntries;
|
|
130
144
|
exports.uniApp = uniApp;
|
|
131
145
|
exports.uniAppX = uniAppX;
|
package/dist/presets.mjs
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import "./
|
|
2
|
-
import { n as defuOverrideArray, o as resolveUniUtsPlatform } from "./utils-
|
|
3
|
-
import { i as resolveUniAppXOptions, n as resolveTailwindcssBasedir } from "./tailwindcss-
|
|
4
|
-
import { t as logger } from "./logger-
|
|
1
|
+
import { q as omitUndefined } from "./v3-engine-DCxNPBVs.mjs";
|
|
2
|
+
import { n as defuOverrideArray, o as resolveUniUtsPlatform } from "./utils-DsaS975I.mjs";
|
|
3
|
+
import { i as resolveUniAppXOptions, n as resolveTailwindcssBasedir } from "./tailwindcss-DWtPieNE.mjs";
|
|
4
|
+
import { t as logger } from "./logger-BNzxZbZj.mjs";
|
|
5
5
|
import process from "node:process";
|
|
6
|
+
import path from "node:path";
|
|
6
7
|
import { getPackageInfoSync } from "local-pkg";
|
|
7
8
|
//#region src/presets/shared.ts
|
|
8
9
|
function normalizeCssEntries(entries) {
|
|
@@ -17,10 +18,10 @@ function createBasePreset(options = {}) {
|
|
|
17
18
|
const tailwindConfig = {
|
|
18
19
|
v2: { cwd: baseDir },
|
|
19
20
|
v3: { cwd: baseDir },
|
|
20
|
-
v4: {
|
|
21
|
+
v4: omitUndefined({
|
|
21
22
|
base: baseDir,
|
|
22
23
|
cssEntries: normalizedCssEntries
|
|
23
|
-
}
|
|
24
|
+
})
|
|
24
25
|
};
|
|
25
26
|
if (normalizedCssEntries && normalizedCssEntries.length > 0) tailwindConfig.version = 4;
|
|
26
27
|
const preset = {
|
|
@@ -37,9 +38,14 @@ function createBasePreset(options = {}) {
|
|
|
37
38
|
return defuOverrideArray(defuOverrideArray(userOptions, rawOptions ?? {}), preset);
|
|
38
39
|
}
|
|
39
40
|
//#endregion
|
|
41
|
+
//#region src/presets/hbuilderx.ts
|
|
42
|
+
function hbuilderx(options = {}) {
|
|
43
|
+
return createBasePreset({ ...options });
|
|
44
|
+
}
|
|
45
|
+
//#endregion
|
|
40
46
|
//#region src/presets/uni-app.ts
|
|
41
47
|
function uniApp(options = {}) {
|
|
42
|
-
const uniPlatform = process.env
|
|
48
|
+
const uniPlatform = process.env["UNI_PLATFORM"];
|
|
43
49
|
return createBasePreset({
|
|
44
50
|
disabled: uniPlatform === "h5" || uniPlatform === "app" || uniPlatform === "app-plus" ? true : void 0,
|
|
45
51
|
...options
|
|
@@ -56,7 +62,11 @@ function resolveTailwindResolveOptions(base, resolve) {
|
|
|
56
62
|
const currentPaths = Array.isArray(resolve?.paths) ? resolve.paths : [];
|
|
57
63
|
return {
|
|
58
64
|
...resolve ?? {},
|
|
59
|
-
paths: [...new Set([
|
|
65
|
+
paths: [...new Set([
|
|
66
|
+
path.join(base, "node_modules"),
|
|
67
|
+
base,
|
|
68
|
+
...currentPaths
|
|
69
|
+
])]
|
|
60
70
|
};
|
|
61
71
|
}
|
|
62
72
|
function resolveInstalledTailwindDefaults(resolve) {
|
|
@@ -76,9 +86,9 @@ function resolveInstalledTailwindDefaults(resolve) {
|
|
|
76
86
|
};
|
|
77
87
|
}
|
|
78
88
|
function uniAppX(options) {
|
|
79
|
-
logger.info(`UNI_PLATFORM: ${process.env
|
|
89
|
+
logger.info(`UNI_PLATFORM: ${process.env["UNI_PLATFORM"]}`);
|
|
80
90
|
const utsPlatform = resolveUniUtsPlatform();
|
|
81
|
-
const uniPlatform = resolveUniUtsPlatform(process.env
|
|
91
|
+
const uniPlatform = resolveUniUtsPlatform(process.env["UNI_PLATFORM"]);
|
|
82
92
|
logger.info(`UNI_UTS_PLATFORM: ${utsPlatform.raw ?? "undefined"}`);
|
|
83
93
|
const isApp = utsPlatform.isApp || uniPlatform.isApp;
|
|
84
94
|
const cssEntries = normalizeCssEntries(options.cssEntries);
|
|
@@ -96,6 +106,8 @@ function uniAppX(options) {
|
|
|
96
106
|
...options.generator !== void 0 ? { generator: options.generator } : {},
|
|
97
107
|
rem2rpx: options.rem2rpx,
|
|
98
108
|
unitsToPx: options.unitsToPx,
|
|
109
|
+
unitConversion: options.unitConversion,
|
|
110
|
+
appType: "uni-app-x",
|
|
99
111
|
tailwindcssBasedir: options.base,
|
|
100
112
|
tailwindcssPatcherOptions: {
|
|
101
113
|
projectRoot: options.base,
|
|
@@ -104,10 +116,10 @@ function uniAppX(options) {
|
|
|
104
116
|
cwd: options.base,
|
|
105
117
|
resolve: resolvedResolve,
|
|
106
118
|
v3: { cwd: options.base },
|
|
107
|
-
v4: {
|
|
119
|
+
v4: omitUndefined({
|
|
108
120
|
base: options.base,
|
|
109
121
|
cssEntries
|
|
110
|
-
}
|
|
122
|
+
})
|
|
111
123
|
}
|
|
112
124
|
},
|
|
113
125
|
tailwindcss: {
|
|
@@ -120,4 +132,4 @@ function uniAppX(options) {
|
|
|
120
132
|
});
|
|
121
133
|
}
|
|
122
134
|
//#endregion
|
|
123
|
-
export { createBasePreset, normalizeCssEntries, uniApp, uniAppX };
|
|
135
|
+
export { createBasePreset, hbuilderx, normalizeCssEntries, uniApp, uniAppX };
|
package/dist/reset.js
CHANGED
|
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
const require_chunk = require("./chunk-
|
|
5
|
+
const require_chunk = require("./chunk-C5U5_Hdc.js");
|
|
6
6
|
let _weapp_tailwindcss_reset = require("@weapp-tailwindcss/reset");
|
|
7
7
|
_weapp_tailwindcss_reset = require_chunk.__toESM(_weapp_tailwindcss_reset);
|
|
8
8
|
Object.defineProperty(exports, "default", {
|