weapp-tailwindcss 4.11.2 → 4.12.0-next.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.
Files changed (67) hide show
  1. package/README.md +38 -0
  2. package/dist/{chunk-WJIRXC26.js → chunk-5ONE75V7.js} +117 -119
  3. package/dist/{chunk-OMARW5NC.mjs → chunk-AYJ4HLWZ.mjs} +4 -2
  4. package/dist/{chunk-VGPAKLMZ.mjs → chunk-F5XJWJYO.mjs} +12 -7
  5. package/dist/{chunk-SUKOZ6OG.js → chunk-FMK6SFQQ.js} +10 -6
  6. package/dist/{chunk-TT5WHNGS.js → chunk-GC7WXUOW.js} +136 -77
  7. package/dist/{chunk-W3DXDWYC.mjs → chunk-GD4SQMVF.mjs} +49 -51
  8. package/dist/{chunk-7LKMJZD2.js → chunk-GMKSBLNY.js} +2 -2
  9. package/dist/{chunk-EFBQ4SQR.mjs → chunk-HL3US2OT.mjs} +1 -1
  10. package/dist/{chunk-3QHYEMEW.js → chunk-LVSUBDJC.js} +45 -40
  11. package/dist/{chunk-QK6VNNNL.js → chunk-NIS74SI6.js} +8 -6
  12. package/dist/{chunk-CRDOWYG4.js → chunk-ONLKZIRQ.js} +1 -1
  13. package/dist/{chunk-AB2RGZQO.mjs → chunk-QNRJCEZN.mjs} +131 -72
  14. package/dist/{chunk-ZZ36BKM5.mjs → chunk-UUJWDME4.mjs} +6 -2
  15. package/dist/{chunk-AV3XB6EQ.js → chunk-WSS26HZS.js} +5 -5
  16. package/dist/{chunk-JIERVBTX.mjs → chunk-ZR3KN3FG.mjs} +1 -1
  17. package/dist/cli.js +8 -1
  18. package/dist/cli.mjs +8 -1
  19. package/dist/core.d.mts +1 -1
  20. package/dist/core.d.ts +1 -1
  21. package/dist/core.js +14 -9
  22. package/dist/core.mjs +10 -5
  23. package/dist/css-macro/postcss.js +1 -1
  24. package/dist/css-macro/postcss.mjs +1 -1
  25. package/dist/css-macro.js +1 -1
  26. package/dist/css-macro.mjs +1 -1
  27. package/dist/defaults.d.mts +1 -1
  28. package/dist/defaults.d.ts +1 -1
  29. package/dist/defaults.js +1 -1
  30. package/dist/defaults.mjs +1 -1
  31. package/dist/gulp.d.mts +1 -1
  32. package/dist/gulp.d.ts +1 -1
  33. package/dist/gulp.js +5 -5
  34. package/dist/gulp.mjs +4 -4
  35. package/dist/{index-CoXntW_P.d.mts → index-BXrmQelt.d.mts} +29 -1
  36. package/dist/{index-CoXntW_P.d.ts → index-BXrmQelt.d.ts} +29 -1
  37. package/dist/index.d.mts +1 -1
  38. package/dist/index.d.ts +1 -1
  39. package/dist/index.js +9 -9
  40. package/dist/index.mjs +7 -7
  41. package/dist/postcss-html-transform.js +1 -1
  42. package/dist/postcss-html-transform.mjs +1 -1
  43. package/dist/presets.d.mts +8 -1
  44. package/dist/presets.d.ts +8 -1
  45. package/dist/presets.js +7 -6
  46. package/dist/presets.mjs +3 -2
  47. package/dist/reset.d.mts +1 -31
  48. package/dist/reset.d.ts +3 -32
  49. package/dist/reset.js +3 -160
  50. package/dist/reset.mjs +3 -160
  51. package/dist/types.d.mts +2 -2
  52. package/dist/types.d.ts +2 -2
  53. package/dist/types.js +1 -1
  54. package/dist/types.mjs +1 -1
  55. package/dist/vite.d.mts +1 -1
  56. package/dist/vite.d.ts +1 -1
  57. package/dist/vite.js +6 -6
  58. package/dist/vite.mjs +4 -4
  59. package/dist/webpack.d.mts +1 -1
  60. package/dist/webpack.d.ts +1 -1
  61. package/dist/webpack.js +7 -7
  62. package/dist/webpack.mjs +5 -5
  63. package/dist/webpack4.d.mts +1 -1
  64. package/dist/webpack4.d.ts +1 -1
  65. package/dist/webpack4.js +41 -36
  66. package/dist/webpack4.mjs +12 -7
  67. package/package.json +8 -4
package/dist/reset.js CHANGED
@@ -1,165 +1,8 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('./chunk-CRDOWYG4.js');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }require('./chunk-ONLKZIRQ.js');
2
2
 
3
3
  // src/reset/index.ts
4
- var _plugin = require('tailwindcss/plugin'); var _plugin2 = _interopRequireDefault(_plugin);
5
-
6
- // src/reset/normalize.ts
7
- function normalizeResetSelectors(option, defaults) {
8
- const resolved = _optionalChain([option, 'optionalAccess', _ => _.selectors, 'optionalAccess', _2 => _2.length]) ? option.selectors : defaults;
9
- const normalized = [];
10
- for (const selector of resolved) {
11
- const trimmed = selector.trim();
12
- if (!trimmed || normalized.includes(trimmed)) {
13
- continue;
14
- }
15
- normalized.push(trimmed);
16
- }
17
- return normalized.length ? normalized : void 0;
18
- }
19
- function convertSelectorForBase(selector) {
20
- if (selector.startsWith(".")) {
21
- const className = selector.slice(1);
22
- if (className.length > 0) {
23
- return `[class~="${className}"]`;
24
- }
25
- }
26
- if (selector.startsWith("#")) {
27
- const id = selector.slice(1);
28
- if (id.length > 0) {
29
- return `[id="${id}"]`;
30
- }
31
- }
32
- return selector;
33
- }
34
- function normalizeDeclarations(option, defaults) {
35
- const normalized = { ...defaults };
36
- const overrides = _optionalChain([option, 'optionalAccess', _3 => _3.declarations]);
37
- if (!overrides) {
38
- return normalized;
39
- }
40
- const entries = Object.entries(overrides);
41
- for (const [prop, value] of entries) {
42
- const resolved = normalizeDeclarationValue(value);
43
- if (resolved === void 0) {
44
- delete normalized[prop];
45
- } else {
46
- normalized[prop] = resolved;
47
- }
48
- }
49
- return normalized;
50
- }
51
- function normalizePseudo(option, defaults) {
52
- const normalized = defaults ? { ...defaults } : {};
53
- const overrides = _optionalChain([option, 'optionalAccess', _4 => _4.pseudo]);
54
- if (!overrides) {
55
- return Object.keys(normalized).length ? normalized : void 0;
56
- }
57
- const entries = Object.entries(overrides);
58
- for (const [prop, value] of entries) {
59
- const resolved = normalizeDeclarationValue(value);
60
- if (resolved === void 0) {
61
- delete normalized[prop];
62
- } else {
63
- normalized[prop] = resolved;
64
- }
65
- }
66
- return Object.keys(normalized).length ? normalized : void 0;
67
- }
68
- function normalizeDeclarationValue(value) {
69
- if (value === false || value === null || value === void 0) {
70
- return void 0;
71
- }
72
- return typeof value === "number" ? value.toString() : value;
73
- }
74
- function createResetRule(option, defaults) {
75
- if (option === false) {
76
- return void 0;
77
- }
78
- const selectors = normalizeResetSelectors(option, defaults.selectors);
79
- if (!selectors) {
80
- return void 0;
81
- }
82
- const declarations = normalizeDeclarations(_nullishCoalesce(option, () => ( {})), defaults.declarations);
83
- if (Object.keys(declarations).length === 0) {
84
- return void 0;
85
- }
86
- const pseudo = normalizePseudo(_nullishCoalesce(option, () => ( {})), defaults.pseudo);
87
- return {
88
- selectors: selectors.map(convertSelectorForBase),
89
- declarations,
90
- pseudo
91
- };
92
- }
93
-
94
- // src/reset/index.ts
95
- var DEFAULT_BUTTON_RESET_SELECTORS = ["button"];
96
- var DEFAULT_BUTTON_DECLARATIONS = {
97
- padding: "0",
98
- backgroundColor: "transparent",
99
- fontSize: "inherit",
100
- lineHeight: "inherit",
101
- color: "inherit",
102
- borderWidth: "0"
103
- };
104
- var BUTTON_RESET_PSEUDO_DECLARATIONS = {
105
- border: "none"
106
- };
107
- var DEFAULT_IMAGE_RESET_SELECTORS = ["image", "img"];
108
- var DEFAULT_IMAGE_DECLARATIONS = {
109
- display: "block",
110
- borderWidth: "0",
111
- backgroundColor: "transparent",
112
- maxWidth: "100%",
113
- height: "auto"
114
- };
115
- var reset = _plugin2.default.withOptions(
116
- (options) => {
117
- const rules = [];
118
- const buttonRule = createResetRule(_optionalChain([options, 'optionalAccess', _5 => _5.buttonReset]), {
119
- selectors: DEFAULT_BUTTON_RESET_SELECTORS,
120
- declarations: DEFAULT_BUTTON_DECLARATIONS,
121
- pseudo: BUTTON_RESET_PSEUDO_DECLARATIONS
122
- });
123
- if (buttonRule) {
124
- rules.push(buttonRule);
125
- }
126
- const imageRule = createResetRule(_optionalChain([options, 'optionalAccess', _6 => _6.imageReset]), {
127
- selectors: DEFAULT_IMAGE_RESET_SELECTORS,
128
- declarations: DEFAULT_IMAGE_DECLARATIONS
129
- });
130
- if (imageRule) {
131
- rules.push(imageRule);
132
- }
133
- for (const extra of _nullishCoalesce(_optionalChain([options, 'optionalAccess', _7 => _7.extraResets]), () => ( []))) {
134
- const normalized = createResetRule(extra, {
135
- selectors: _nullishCoalesce(extra.selectors, () => ( [])),
136
- declarations: {}
137
- });
138
- if (normalized) {
139
- rules.push(normalized);
140
- }
141
- }
142
- return ({ addBase }) => {
143
- if (!rules.length) {
144
- return;
145
- }
146
- const baseRules = {};
147
- for (const rule of rules) {
148
- baseRules[rule.selectors.join(",")] = rule.declarations;
149
- if (rule.pseudo) {
150
- const pseudoSelectors = rule.selectors.map((selector) => `${selector}::after`).join(",");
151
- baseRules[pseudoSelectors] = rule.pseudo;
152
- }
153
- }
154
- addBase(baseRules);
155
- };
156
- },
157
- () => {
158
- return {};
159
- }
160
- );
161
- var reset_default = reset;
4
+ var _reset = require('@weapp-tailwindcss/reset'); var _reset2 = _interopRequireDefault(_reset);
162
5
 
163
6
 
164
7
 
165
- exports.default = reset_default; exports.reset = reset;
8
+ exports.default = _reset2.default; exports.reset = _reset.reset;
package/dist/reset.mjs CHANGED
@@ -1,165 +1,8 @@
1
- import "./chunk-EFBQ4SQR.mjs";
1
+ import "./chunk-HL3US2OT.mjs";
2
2
 
3
3
  // src/reset/index.ts
4
- import plugin from "tailwindcss/plugin";
5
-
6
- // src/reset/normalize.ts
7
- function normalizeResetSelectors(option, defaults) {
8
- const resolved = option?.selectors?.length ? option.selectors : defaults;
9
- const normalized = [];
10
- for (const selector of resolved) {
11
- const trimmed = selector.trim();
12
- if (!trimmed || normalized.includes(trimmed)) {
13
- continue;
14
- }
15
- normalized.push(trimmed);
16
- }
17
- return normalized.length ? normalized : void 0;
18
- }
19
- function convertSelectorForBase(selector) {
20
- if (selector.startsWith(".")) {
21
- const className = selector.slice(1);
22
- if (className.length > 0) {
23
- return `[class~="${className}"]`;
24
- }
25
- }
26
- if (selector.startsWith("#")) {
27
- const id = selector.slice(1);
28
- if (id.length > 0) {
29
- return `[id="${id}"]`;
30
- }
31
- }
32
- return selector;
33
- }
34
- function normalizeDeclarations(option, defaults) {
35
- const normalized = { ...defaults };
36
- const overrides = option?.declarations;
37
- if (!overrides) {
38
- return normalized;
39
- }
40
- const entries = Object.entries(overrides);
41
- for (const [prop, value] of entries) {
42
- const resolved = normalizeDeclarationValue(value);
43
- if (resolved === void 0) {
44
- delete normalized[prop];
45
- } else {
46
- normalized[prop] = resolved;
47
- }
48
- }
49
- return normalized;
50
- }
51
- function normalizePseudo(option, defaults) {
52
- const normalized = defaults ? { ...defaults } : {};
53
- const overrides = option?.pseudo;
54
- if (!overrides) {
55
- return Object.keys(normalized).length ? normalized : void 0;
56
- }
57
- const entries = Object.entries(overrides);
58
- for (const [prop, value] of entries) {
59
- const resolved = normalizeDeclarationValue(value);
60
- if (resolved === void 0) {
61
- delete normalized[prop];
62
- } else {
63
- normalized[prop] = resolved;
64
- }
65
- }
66
- return Object.keys(normalized).length ? normalized : void 0;
67
- }
68
- function normalizeDeclarationValue(value) {
69
- if (value === false || value === null || value === void 0) {
70
- return void 0;
71
- }
72
- return typeof value === "number" ? value.toString() : value;
73
- }
74
- function createResetRule(option, defaults) {
75
- if (option === false) {
76
- return void 0;
77
- }
78
- const selectors = normalizeResetSelectors(option, defaults.selectors);
79
- if (!selectors) {
80
- return void 0;
81
- }
82
- const declarations = normalizeDeclarations(option ?? {}, defaults.declarations);
83
- if (Object.keys(declarations).length === 0) {
84
- return void 0;
85
- }
86
- const pseudo = normalizePseudo(option ?? {}, defaults.pseudo);
87
- return {
88
- selectors: selectors.map(convertSelectorForBase),
89
- declarations,
90
- pseudo
91
- };
92
- }
93
-
94
- // src/reset/index.ts
95
- var DEFAULT_BUTTON_RESET_SELECTORS = ["button"];
96
- var DEFAULT_BUTTON_DECLARATIONS = {
97
- padding: "0",
98
- backgroundColor: "transparent",
99
- fontSize: "inherit",
100
- lineHeight: "inherit",
101
- color: "inherit",
102
- borderWidth: "0"
103
- };
104
- var BUTTON_RESET_PSEUDO_DECLARATIONS = {
105
- border: "none"
106
- };
107
- var DEFAULT_IMAGE_RESET_SELECTORS = ["image", "img"];
108
- var DEFAULT_IMAGE_DECLARATIONS = {
109
- display: "block",
110
- borderWidth: "0",
111
- backgroundColor: "transparent",
112
- maxWidth: "100%",
113
- height: "auto"
114
- };
115
- var reset = plugin.withOptions(
116
- (options) => {
117
- const rules = [];
118
- const buttonRule = createResetRule(options?.buttonReset, {
119
- selectors: DEFAULT_BUTTON_RESET_SELECTORS,
120
- declarations: DEFAULT_BUTTON_DECLARATIONS,
121
- pseudo: BUTTON_RESET_PSEUDO_DECLARATIONS
122
- });
123
- if (buttonRule) {
124
- rules.push(buttonRule);
125
- }
126
- const imageRule = createResetRule(options?.imageReset, {
127
- selectors: DEFAULT_IMAGE_RESET_SELECTORS,
128
- declarations: DEFAULT_IMAGE_DECLARATIONS
129
- });
130
- if (imageRule) {
131
- rules.push(imageRule);
132
- }
133
- for (const extra of options?.extraResets ?? []) {
134
- const normalized = createResetRule(extra, {
135
- selectors: extra.selectors ?? [],
136
- declarations: {}
137
- });
138
- if (normalized) {
139
- rules.push(normalized);
140
- }
141
- }
142
- return ({ addBase }) => {
143
- if (!rules.length) {
144
- return;
145
- }
146
- const baseRules = {};
147
- for (const rule of rules) {
148
- baseRules[rule.selectors.join(",")] = rule.declarations;
149
- if (rule.pseudo) {
150
- const pseudoSelectors = rule.selectors.map((selector) => `${selector}::after`).join(",");
151
- baseRules[pseudoSelectors] = rule.pseudo;
152
- }
153
- }
154
- addBase(baseRules);
155
- };
156
- },
157
- () => {
158
- return {};
159
- }
160
- );
161
- var reset_default = reset;
4
+ import { default as default2, reset } from "@weapp-tailwindcss/reset";
162
5
  export {
163
- reset_default as default,
6
+ default2 as default,
164
7
  reset
165
8
  };
package/dist/types.d.mts CHANGED
@@ -4,8 +4,8 @@ export { CssPreflightOptions, IStyleHandlerOptions } from '@weapp-tailwindcss/po
4
4
  import { SourceMap } from 'magic-string';
5
5
  import { Result, Root, Document } from 'postcss';
6
6
  import { ILengthUnitsPatchOptions, TailwindcssPatcher } from 'tailwindcss-patch';
7
- import { I as IArbitraryValues, e as UserDefinedOptions, b as ICustomAttributesEntities, f as ICreateCacheReturnType, A as AppType } from './index-CoXntW_P.mjs';
8
- export { D as DisabledOptions, a as ICustomAttributes, c as ItemOrItemArray, U as UniAppXComponentLocalStylesOptions, d as UniAppXUserDefinedOptions } from './index-CoXntW_P.mjs';
7
+ import { I as IArbitraryValues, e as UserDefinedOptions, b as ICustomAttributesEntities, f as ICreateCacheReturnType, A as AppType } from './index-BXrmQelt.mjs';
8
+ export { D as DisabledOptions, a as ICustomAttributes, c as ItemOrItemArray, U as UniAppXComponentLocalStylesOptions, d as UniAppXUserDefinedOptions } from './index-BXrmQelt.mjs';
9
9
  import 'node:buffer';
10
10
  import 'webpack';
11
11
  import 'lru-cache';
package/dist/types.d.ts CHANGED
@@ -4,8 +4,8 @@ export { CssPreflightOptions, IStyleHandlerOptions } from '@weapp-tailwindcss/po
4
4
  import { SourceMap } from 'magic-string';
5
5
  import { Result, Root, Document } from 'postcss';
6
6
  import { ILengthUnitsPatchOptions, TailwindcssPatcher } from 'tailwindcss-patch';
7
- import { I as IArbitraryValues, e as UserDefinedOptions, b as ICustomAttributesEntities, f as ICreateCacheReturnType, A as AppType } from './index-CoXntW_P.js';
8
- export { D as DisabledOptions, a as ICustomAttributes, c as ItemOrItemArray, U as UniAppXComponentLocalStylesOptions, d as UniAppXUserDefinedOptions } from './index-CoXntW_P.js';
7
+ import { I as IArbitraryValues, e as UserDefinedOptions, b as ICustomAttributesEntities, f as ICreateCacheReturnType, A as AppType } from './index-BXrmQelt.js';
8
+ export { D as DisabledOptions, a as ICustomAttributes, c as ItemOrItemArray, U as UniAppXComponentLocalStylesOptions, d as UniAppXUserDefinedOptions } from './index-BXrmQelt.js';
9
9
  import 'node:buffer';
10
10
  import 'webpack';
11
11
  import 'lru-cache';
package/dist/types.js CHANGED
@@ -1 +1 @@
1
- "use strict";require('./chunk-CRDOWYG4.js');
1
+ "use strict";require('./chunk-ONLKZIRQ.js');
package/dist/types.mjs CHANGED
@@ -1 +1 @@
1
- import "./chunk-EFBQ4SQR.mjs";
1
+ import "./chunk-HL3US2OT.mjs";
package/dist/vite.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { Plugin } from 'vite';
2
- import { e as UserDefinedOptions } from './index-CoXntW_P.mjs';
2
+ import { e as UserDefinedOptions } from './index-BXrmQelt.mjs';
3
3
  import '@babel/parser';
4
4
  import '@weapp-tailwindcss/postcss/types';
5
5
  import 'tailwindcss-patch';
package/dist/vite.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { Plugin } from 'vite';
2
- import { e as UserDefinedOptions } from './index-CoXntW_P.js';
2
+ import { e as UserDefinedOptions } from './index-BXrmQelt.js';
3
3
  import '@babel/parser';
4
4
  import '@weapp-tailwindcss/postcss/types';
5
5
  import 'tailwindcss-patch';
package/dist/vite.js CHANGED
@@ -1,14 +1,14 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkWJIRXC26js = require('./chunk-WJIRXC26.js');
4
- require('./chunk-7LKMJZD2.js');
3
+ var _chunk5ONE75V7js = require('./chunk-5ONE75V7.js');
4
+ require('./chunk-GMKSBLNY.js');
5
5
  require('./chunk-OF6MFURR.js');
6
- require('./chunk-TT5WHNGS.js');
7
- require('./chunk-QK6VNNNL.js');
6
+ require('./chunk-GC7WXUOW.js');
7
+ require('./chunk-NIS74SI6.js');
8
8
  require('./chunk-A5PB4KZT.js');
9
9
  require('./chunk-DYLQ6UOI.js');
10
- require('./chunk-CRDOWYG4.js');
10
+ require('./chunk-ONLKZIRQ.js');
11
11
 
12
12
 
13
13
 
14
- exports.UnifiedViteWeappTailwindcssPlugin = _chunkWJIRXC26js.UnifiedViteWeappTailwindcssPlugin; exports.weappTailwindcss = _chunkWJIRXC26js.UnifiedViteWeappTailwindcssPlugin;
14
+ exports.UnifiedViteWeappTailwindcssPlugin = _chunk5ONE75V7js.UnifiedViteWeappTailwindcssPlugin; exports.weappTailwindcss = _chunk5ONE75V7js.UnifiedViteWeappTailwindcssPlugin;
package/dist/vite.mjs CHANGED
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  UnifiedViteWeappTailwindcssPlugin
3
- } from "./chunk-W3DXDWYC.mjs";
3
+ } from "./chunk-GD4SQMVF.mjs";
4
4
  import "./chunk-F2CKKG6Q.mjs";
5
5
  import "./chunk-76S2EME4.mjs";
6
- import "./chunk-AB2RGZQO.mjs";
7
- import "./chunk-OMARW5NC.mjs";
6
+ import "./chunk-QNRJCEZN.mjs";
7
+ import "./chunk-AYJ4HLWZ.mjs";
8
8
  import "./chunk-XAKAD2CR.mjs";
9
9
  import "./chunk-OOHJLO5M.mjs";
10
- import "./chunk-EFBQ4SQR.mjs";
10
+ import "./chunk-HL3US2OT.mjs";
11
11
  export {
12
12
  UnifiedViteWeappTailwindcssPlugin,
13
13
  UnifiedViteWeappTailwindcssPlugin as weappTailwindcss
@@ -1,6 +1,6 @@
1
1
  import { Compiler } from 'webpack';
2
2
  import { IBaseWebpackPlugin, InternalUserDefinedOptions } from './types.mjs';
3
- import { A as AppType, e as UserDefinedOptions } from './index-CoXntW_P.mjs';
3
+ import { A as AppType, e as UserDefinedOptions } from './index-BXrmQelt.mjs';
4
4
  import '@babel/parser';
5
5
  import '@weapp-tailwindcss/postcss/types';
6
6
  import 'magic-string';
package/dist/webpack.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { Compiler } from 'webpack';
2
2
  import { IBaseWebpackPlugin, InternalUserDefinedOptions } from './types.js';
3
- import { A as AppType, e as UserDefinedOptions } from './index-CoXntW_P.js';
3
+ import { A as AppType, e as UserDefinedOptions } from './index-BXrmQelt.js';
4
4
  import '@babel/parser';
5
5
  import '@weapp-tailwindcss/postcss/types';
6
6
  import 'magic-string';
package/dist/webpack.js CHANGED
@@ -1,17 +1,17 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunk3QHYEMEWjs = require('./chunk-3QHYEMEW.js');
5
- require('./chunk-AV3XB6EQ.js');
6
- require('./chunk-7LKMJZD2.js');
4
+ var _chunkLVSUBDJCjs = require('./chunk-LVSUBDJC.js');
5
+ require('./chunk-WSS26HZS.js');
6
+ require('./chunk-GMKSBLNY.js');
7
7
  require('./chunk-OF6MFURR.js');
8
- require('./chunk-TT5WHNGS.js');
9
- require('./chunk-QK6VNNNL.js');
8
+ require('./chunk-GC7WXUOW.js');
9
+ require('./chunk-NIS74SI6.js');
10
10
  require('./chunk-A5PB4KZT.js');
11
11
  require('./chunk-DYLQ6UOI.js');
12
- require('./chunk-CRDOWYG4.js');
12
+ require('./chunk-ONLKZIRQ.js');
13
13
 
14
14
 
15
15
 
16
16
 
17
- exports.UnifiedWebpackPluginV5 = _chunk3QHYEMEWjs.UnifiedWebpackPluginV5; exports.weappTailwindcss = _chunk3QHYEMEWjs.UnifiedWebpackPluginV5; exports.weappTailwindcssPackageDir = _chunk3QHYEMEWjs.weappTailwindcssPackageDir;
17
+ exports.UnifiedWebpackPluginV5 = _chunkLVSUBDJCjs.UnifiedWebpackPluginV5; exports.weappTailwindcss = _chunkLVSUBDJCjs.UnifiedWebpackPluginV5; exports.weappTailwindcssPackageDir = _chunkLVSUBDJCjs.weappTailwindcssPackageDir;
package/dist/webpack.mjs CHANGED
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  UnifiedWebpackPluginV5,
3
3
  weappTailwindcssPackageDir
4
- } from "./chunk-VGPAKLMZ.mjs";
5
- import "./chunk-JIERVBTX.mjs";
4
+ } from "./chunk-F5XJWJYO.mjs";
5
+ import "./chunk-ZR3KN3FG.mjs";
6
6
  import "./chunk-F2CKKG6Q.mjs";
7
7
  import "./chunk-76S2EME4.mjs";
8
- import "./chunk-AB2RGZQO.mjs";
9
- import "./chunk-OMARW5NC.mjs";
8
+ import "./chunk-QNRJCEZN.mjs";
9
+ import "./chunk-AYJ4HLWZ.mjs";
10
10
  import "./chunk-XAKAD2CR.mjs";
11
11
  import "./chunk-OOHJLO5M.mjs";
12
- import "./chunk-EFBQ4SQR.mjs";
12
+ import "./chunk-HL3US2OT.mjs";
13
13
  export {
14
14
  UnifiedWebpackPluginV5,
15
15
  UnifiedWebpackPluginV5 as weappTailwindcss,
@@ -1,6 +1,6 @@
1
1
  import { Compiler } from 'webpack4';
2
2
  import { IBaseWebpackPlugin, InternalUserDefinedOptions } from './types.mjs';
3
- import { A as AppType, e as UserDefinedOptions } from './index-CoXntW_P.mjs';
3
+ import { A as AppType, e as UserDefinedOptions } from './index-BXrmQelt.mjs';
4
4
  import '@babel/parser';
5
5
  import '@weapp-tailwindcss/postcss/types';
6
6
  import 'magic-string';
@@ -1,6 +1,6 @@
1
1
  import { Compiler } from 'webpack4';
2
2
  import { IBaseWebpackPlugin, InternalUserDefinedOptions } from './types.js';
3
- import { A as AppType, e as UserDefinedOptions } from './index-CoXntW_P.js';
3
+ import { A as AppType, e as UserDefinedOptions } from './index-BXrmQelt.js';
4
4
  import '@babel/parser';
5
5
  import '@weapp-tailwindcss/postcss/types';
6
6
  import 'magic-string';