@salty-css/webpack 0.0.1-alpha.84 → 0.0.1-alpha.85
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/index-CHPHy_LU.js +315 -0
- package/index-CZ6C_--G.cjs +18 -0
- package/index.cjs +1 -1
- package/index.js +1 -1
- package/loader.cjs +1 -1
- package/loader.js +1 -1
- package/package.json +2 -2
- package/index-BMmpNOqR.cjs +0 -18
- package/index-ePp5EJ2T.js +0 -303
@@ -0,0 +1,315 @@
|
|
1
|
+
import * as H from "esbuild";
|
2
|
+
import { execSync as st } from "child_process";
|
3
|
+
import { join as f } from "path";
|
4
|
+
import { existsSync as K, writeFileSync as E, readFileSync as O, mkdirSync as J, statSync as nt, readdirSync as ot } from "fs";
|
5
|
+
import { readFile as rt, writeFile as ct } from "fs/promises";
|
6
|
+
import { createLogger as it, format as A, transports as at } from "winston";
|
7
|
+
const z = (t) => String.fromCharCode(t + (t > 25 ? 39 : 97)), lt = (t, e) => {
|
8
|
+
let s = "", o;
|
9
|
+
for (o = Math.abs(t); o > 52; o = o / 52 | 0) s = z(o % 52) + s;
|
10
|
+
return s = z(o % 52) + s, s.length < e ? s = s.padStart(e, "a") : s.length > e && (s = s.slice(-e)), s;
|
11
|
+
}, ft = (t, e) => {
|
12
|
+
let s = e.length;
|
13
|
+
for (; s; ) t = t * 33 ^ e.charCodeAt(--s);
|
14
|
+
return t;
|
15
|
+
}, R = (t, e = 3) => {
|
16
|
+
const s = ft(5381, JSON.stringify(t)) >>> 0;
|
17
|
+
return lt(s, e);
|
18
|
+
};
|
19
|
+
function T(t) {
|
20
|
+
return t ? typeof t != "string" ? T(String(t)) : t.replace(/\s/g, "-").replace(/[A-Z](?:(?=[^A-Z])|[A-Z]*(?=[A-Z][^A-Z]|$))/g, (e, s) => (s > 0 ? "-" : "") + e.toLowerCase()) : "";
|
21
|
+
}
|
22
|
+
const pt = (t, e) => {
|
23
|
+
if (typeof t != "string") return { result: t };
|
24
|
+
if (!e) return { result: t };
|
25
|
+
const s = [];
|
26
|
+
return Object.values(e).forEach((o) => {
|
27
|
+
const { pattern: n, transform: p } = o;
|
28
|
+
t = t.replace(n, (m) => {
|
29
|
+
const { value: a, css: i } = p(m);
|
30
|
+
return i && s.push(i), a;
|
31
|
+
});
|
32
|
+
}), { result: t, additionalCss: s };
|
33
|
+
}, L = (t) => typeof t != "string" ? { result: t } : /\{[^{}]+\}/g.test(t) ? { result: t.replace(/\{([^{}]+)\}/g, (...o) => `var(--${T(o[1].replaceAll(".", "-"))})`) } : { result: t }, M = (t, e, s, o) => {
|
34
|
+
if (!t) return "";
|
35
|
+
const n = [], p = Object.entries(t).reduce((a, [i, r]) => {
|
36
|
+
const u = i.trim();
|
37
|
+
if (typeof r == "function" && (r = r()), typeof r == "object") {
|
38
|
+
if (!r) return a;
|
39
|
+
if (u === "variants")
|
40
|
+
return Object.entries(r).forEach(([g, c]) => {
|
41
|
+
c && Object.entries(c).forEach(([h, y]) => {
|
42
|
+
if (!y) return;
|
43
|
+
const x = `${e}.${g}-${h}`, w = M(y, x);
|
44
|
+
n.push(w);
|
45
|
+
});
|
46
|
+
}), a;
|
47
|
+
if (u === "defaultVariants")
|
48
|
+
return a;
|
49
|
+
if (u === "compoundVariants")
|
50
|
+
return r.forEach((g) => {
|
51
|
+
const { css: c, ...h } = g, y = Object.entries(h).reduce((w, [$, S]) => `${w}.${$}-${S}`, e), x = M(c, y);
|
52
|
+
n.push(x);
|
53
|
+
}), a;
|
54
|
+
if (u.startsWith("@")) {
|
55
|
+
const g = M(r, e), c = `${u} {
|
56
|
+
${g.replace(`
|
57
|
+
`, `
|
58
|
+
`)}
|
59
|
+
}`;
|
60
|
+
return n.push(c), a;
|
61
|
+
}
|
62
|
+
const d = i.includes("&") ? u.replace("&", e) : u.startsWith(":") ? `${e}${u}` : `${e} ${u}`, F = M(r, d);
|
63
|
+
return n.push(F), a;
|
64
|
+
}
|
65
|
+
const P = u.startsWith("-") ? u : T(u), b = (d, F = ";") => a = `${a}${d}${F}`, C = (d) => b(`${P}:${d}`);
|
66
|
+
if (typeof r == "number") return C(r);
|
67
|
+
if (typeof r != "string")
|
68
|
+
if ("toString" in r) r = r.toString();
|
69
|
+
else return a;
|
70
|
+
const { modifiers: l } = {}, k = function* () {
|
71
|
+
yield L(r), yield pt(r, l);
|
72
|
+
}();
|
73
|
+
for (const { result: d, additionalCss: F = [] } of k)
|
74
|
+
r = d, F.forEach((g) => {
|
75
|
+
const c = M(g, "");
|
76
|
+
b(c, "");
|
77
|
+
});
|
78
|
+
return C(r);
|
79
|
+
}, "");
|
80
|
+
if (!p) return n.join(`
|
81
|
+
`);
|
82
|
+
if (!e) return p;
|
83
|
+
let m = "";
|
84
|
+
return m = `${e} { ${p} }`, [m, ...n].join(`
|
85
|
+
`);
|
86
|
+
}, q = (t, e = []) => {
|
87
|
+
if (!t) return "";
|
88
|
+
const s = [], o = {};
|
89
|
+
if (Object.entries(t).forEach(([n, p]) => {
|
90
|
+
if (typeof p == "object") {
|
91
|
+
if (!p) return;
|
92
|
+
const m = n.trim(), a = q(p, [...e, m]);
|
93
|
+
s.push(a);
|
94
|
+
} else
|
95
|
+
o[n] = p;
|
96
|
+
}), Object.keys(o).length) {
|
97
|
+
const n = e.map(T).join("-"), p = M(o, `.${n}`);
|
98
|
+
s.push(p);
|
99
|
+
}
|
100
|
+
return s.join(`
|
101
|
+
`);
|
102
|
+
}, U = (t) => {
|
103
|
+
if (!t || t === "/") throw new Error("Could not find package.json file");
|
104
|
+
const e = f(t, "package.json");
|
105
|
+
return K(e) ? e : U(f(t, ".."));
|
106
|
+
}, ut = async (t) => {
|
107
|
+
const e = U(t);
|
108
|
+
return await rt(e, "utf-8").then(JSON.parse).catch(() => {
|
109
|
+
});
|
110
|
+
}, gt = async (t) => {
|
111
|
+
const e = await ut(t);
|
112
|
+
if (e)
|
113
|
+
return e.type;
|
114
|
+
};
|
115
|
+
let N;
|
116
|
+
const X = async (t) => {
|
117
|
+
if (N) return N;
|
118
|
+
const e = await gt(t);
|
119
|
+
return e === "module" ? N = "esm" : (e === "commonjs" || import.meta.url.endsWith(".cjs")) && (N = "cjs"), N || "esm";
|
120
|
+
}, G = it({
|
121
|
+
level: "debug",
|
122
|
+
format: A.combine(A.colorize(), A.cli()),
|
123
|
+
transports: [new at.Console({})]
|
124
|
+
}), _ = {
|
125
|
+
externalModules: []
|
126
|
+
}, Y = (t) => {
|
127
|
+
if (_.externalModules.length > 0) return _.externalModules;
|
128
|
+
const e = f(t, "salty.config.ts"), o = O(e, "utf8").match(/externalModules:\s?\[(.*)\]/);
|
129
|
+
if (!o) return [];
|
130
|
+
const n = o[1].split(",").map((p) => p.replace(/['"`]/g, "").trim());
|
131
|
+
return _.externalModules = n, n;
|
132
|
+
}, V = (t) => f(t, "./saltygen"), dt = ["salty", "css", "styles", "styled"], yt = (t = []) => new RegExp(`\\.(${[...dt, ...t].join("|")})\\.`), W = (t, e = []) => yt(e).test(t), mt = async (t) => {
|
133
|
+
const e = V(t), s = f(t, "salty.config.ts"), o = f(e, "salty.config.js"), n = await X(t), p = Y(t);
|
134
|
+
await H.build({
|
135
|
+
entryPoints: [s],
|
136
|
+
minify: !0,
|
137
|
+
treeShaking: !0,
|
138
|
+
bundle: !0,
|
139
|
+
outfile: o,
|
140
|
+
format: n,
|
141
|
+
external: p
|
142
|
+
});
|
143
|
+
const m = Date.now(), { config: a } = await import(`${o}?t=${m}`);
|
144
|
+
return a;
|
145
|
+
}, ht = async (t) => {
|
146
|
+
const e = await mt(t), s = /* @__PURE__ */ new Set(), o = (g, c = []) => g ? Object.entries(g).flatMap(([h, y]) => {
|
147
|
+
if (!y) return;
|
148
|
+
if (typeof y == "object") return o(y, [...c, h]);
|
149
|
+
const x = [...c, h].join(".");
|
150
|
+
s.add(`"${x}"`);
|
151
|
+
const w = [...c.map(T), T(h)].join("-"), { result: $ } = L(y);
|
152
|
+
return `--${w}: ${$};`;
|
153
|
+
}) : [], n = (g) => g ? Object.entries(g).flatMap(([c, h]) => {
|
154
|
+
const y = o(h);
|
155
|
+
return c === "base" ? y.join("") : `${c} { ${y.join("")} }`;
|
156
|
+
}) : [], p = (g) => g ? Object.entries(g).flatMap(([c, h]) => Object.entries(h).flatMap(([y, x]) => {
|
157
|
+
const w = o(x, [c]), $ = `.${c}-${y}, [data-${c}="${y}"]`, S = w.join("");
|
158
|
+
return `${$} { ${S} }`;
|
159
|
+
})) : [], m = o(e.variables), a = n(e.responsiveVariables), i = p(e.conditionalVariables), r = V(t), u = f(r, "css/variables.css"), P = `:root { ${m.join("")} ${a.join("")} } ${i.join("")}`;
|
160
|
+
E(u, P);
|
161
|
+
const b = f(r, "types/css-tokens.d.ts"), l = `type VariableTokens = ${[...s].join("|") || '""'}; type PropertyValueToken = \`{\${VariableTokens}}\``;
|
162
|
+
E(b, l);
|
163
|
+
const j = f(r, "css/global.css"), k = M(e.global, "");
|
164
|
+
E(j, k);
|
165
|
+
const d = f(r, "css/templates.css"), F = q(e.templates);
|
166
|
+
E(d, F);
|
167
|
+
}, B = async (t, e, s) => {
|
168
|
+
const o = R(e), n = f(s, "js", o + ".js"), p = await X(t), m = Y(t);
|
169
|
+
await H.build({
|
170
|
+
entryPoints: [e],
|
171
|
+
minify: !0,
|
172
|
+
treeShaking: !0,
|
173
|
+
bundle: !0,
|
174
|
+
outfile: n,
|
175
|
+
format: p,
|
176
|
+
target: ["es2022"],
|
177
|
+
keepNames: !0,
|
178
|
+
external: m
|
179
|
+
});
|
180
|
+
const a = Date.now();
|
181
|
+
return await import(`${n}?t=${a}`);
|
182
|
+
}, I = async (t) => {
|
183
|
+
const e = V(t), s = f(e, "salty.config.js"), { config: o } = await import(s);
|
184
|
+
return o;
|
185
|
+
}, $t = () => {
|
186
|
+
try {
|
187
|
+
return process.env.NODE_ENV === "production";
|
188
|
+
} catch {
|
189
|
+
return !1;
|
190
|
+
}
|
191
|
+
}, Ft = async (t, e = $t()) => {
|
192
|
+
try {
|
193
|
+
e ? G.info("Generating CSS in production mode! 🔥") : G.info("Generating CSS in development mode! 🚀");
|
194
|
+
const s = [], o = [], n = V(t), p = f(n, "index.css");
|
195
|
+
(() => {
|
196
|
+
K(n) && st("rm -rf " + n), J(n), J(f(n, "css")), J(f(n, "types"));
|
197
|
+
})(), await ht(t);
|
198
|
+
const a = await I(t);
|
199
|
+
async function i(l, j) {
|
200
|
+
const k = ["node_modules", "saltygen"], d = nt(l);
|
201
|
+
if (d.isDirectory()) {
|
202
|
+
const F = ot(l);
|
203
|
+
if (k.some((c) => l.includes(c))) return;
|
204
|
+
await Promise.all(F.map((c) => i(f(l, c), f(j, c))));
|
205
|
+
} else if (d.isFile() && W(l)) {
|
206
|
+
const g = await B(t, l, n), c = [];
|
207
|
+
Object.entries(g).forEach(([w, $]) => {
|
208
|
+
if ($.isKeyframes && $.css) {
|
209
|
+
const Z = `${$.animationName}.css`, tt = `css/${Z}`, et = f(n, tt);
|
210
|
+
s.push(Z), E(et, $.css);
|
211
|
+
return;
|
212
|
+
}
|
213
|
+
if (!$.generator) return;
|
214
|
+
const S = $.generator._withBuildContext({
|
215
|
+
name: w,
|
216
|
+
config: a
|
217
|
+
}), D = `${S.hash}-${S.priority}.css`;
|
218
|
+
o[S.priority] || (o[S.priority] = []), o[S.priority].push(D), c.push(D);
|
219
|
+
const Q = `css/${D}`, v = f(n, Q);
|
220
|
+
E(v, S.css);
|
221
|
+
});
|
222
|
+
const h = c.map((w) => `@import url('./${w}');`).join(`
|
223
|
+
`), y = R(l, 6), x = f(n, `css/${y}.css`);
|
224
|
+
E(x, h);
|
225
|
+
}
|
226
|
+
}
|
227
|
+
await i(t, n);
|
228
|
+
const r = s.map((l) => `@import url('./css/${l}');`).join(`
|
229
|
+
`);
|
230
|
+
let C = `@layer l0, l1, l2, l3, l4, l5, l6, l7, l8;
|
231
|
+
|
232
|
+
${["variables.css", "global.css", "templates.css"].filter((l) => {
|
233
|
+
try {
|
234
|
+
return O(f(n, "css", l), "utf8").length > 0;
|
235
|
+
} catch {
|
236
|
+
return !1;
|
237
|
+
}
|
238
|
+
}).map((l) => `@import url('./css/${l}');`).join(`
|
239
|
+
`)}
|
240
|
+
${r}`;
|
241
|
+
if (a.importStrategy !== "component") {
|
242
|
+
const l = o.flat().map((j) => `@import url('./css/${j}');`).join(`
|
243
|
+
`);
|
244
|
+
C += l;
|
245
|
+
}
|
246
|
+
E(p, C);
|
247
|
+
} catch (s) {
|
248
|
+
console.error(s);
|
249
|
+
}
|
250
|
+
}, kt = async (t, e) => {
|
251
|
+
try {
|
252
|
+
const s = [], o = f(t, "./saltygen"), n = f(o, "index.css");
|
253
|
+
if (W(e)) {
|
254
|
+
const m = await I(t), a = await B(t, e, o);
|
255
|
+
Object.entries(a).forEach(([b, C]) => {
|
256
|
+
if (!C.generator) return;
|
257
|
+
const l = C.generator._withBuildContext({
|
258
|
+
name: b,
|
259
|
+
config: m
|
260
|
+
}), j = `${l.hash}-${l.priority}.css`, k = `css/${j}`, d = f(o, k);
|
261
|
+
s.push(j), E(d, l.css);
|
262
|
+
});
|
263
|
+
const i = O(n, "utf8").split(`
|
264
|
+
`), r = s.map((b) => `@import url('../saltygen/css/${b}');`), P = [.../* @__PURE__ */ new Set([...i, ...r])].join(`
|
265
|
+
`);
|
266
|
+
E(n, P);
|
267
|
+
}
|
268
|
+
} catch (s) {
|
269
|
+
console.error(s);
|
270
|
+
}
|
271
|
+
}, xt = async (t, e) => {
|
272
|
+
try {
|
273
|
+
const s = f(t, "./saltygen");
|
274
|
+
if (W(e)) {
|
275
|
+
const n = O(e, "utf8");
|
276
|
+
n.replace(/^(?!export\s)const\s.*/gm, (u) => `export ${u}`) !== n && await ct(e, n);
|
277
|
+
const m = await I(t), a = await B(t, e, s);
|
278
|
+
let i = n;
|
279
|
+
Object.entries(a).forEach(([u, P]) => {
|
280
|
+
var S;
|
281
|
+
if (P.isKeyframes || !P.generator) return;
|
282
|
+
const b = P.generator._withBuildContext({
|
283
|
+
name: u,
|
284
|
+
config: m
|
285
|
+
}), C = new RegExp(`\\s${u}[=\\s]+[^()]+styled\\(([^,]+),`, "g").exec(n);
|
286
|
+
if (!C) return console.error("Could not find the original declaration");
|
287
|
+
const l = (S = C.at(1)) == null ? void 0 : S.trim(), j = new RegExp(`\\s${u}[=\\s]+styled\\(`, "g").exec(i);
|
288
|
+
if (!j) return console.error("Could not find the original declaration");
|
289
|
+
const { index: k } = j;
|
290
|
+
let d = !1;
|
291
|
+
const F = setTimeout(() => d = !0, 5e3);
|
292
|
+
let g = 0, c = !1, h = 0;
|
293
|
+
for (; !c && !d; ) {
|
294
|
+
const D = i[k + g];
|
295
|
+
D === "(" && h++, D === ")" && h--, h === 0 && D === ")" && (c = !0), g > i.length && (d = !0), g++;
|
296
|
+
}
|
297
|
+
if (!d) clearTimeout(F);
|
298
|
+
else throw new Error("Failed to find the end of the styled call and timed out");
|
299
|
+
const y = k + g, x = i.slice(k, y), w = i, $ = ` ${u} = styled(${l}, "${b.classNames}", "${b._callerName}", ${JSON.stringify(b.props)});`;
|
300
|
+
i = i.replace(x, $), w === i && console.error("Minimize file failed to change content", { name: u, tagName: l });
|
301
|
+
});
|
302
|
+
const r = R(e, 6);
|
303
|
+
return m.importStrategy === "component" && (i = `import '../../saltygen/css/${r}.css';
|
304
|
+
${i}`), i = i.replace("{ styled }", "{ styledClient as styled }"), i = i.replace("@salty-css/react/styled", "@salty-css/react/styled-client"), i;
|
305
|
+
}
|
306
|
+
} catch (s) {
|
307
|
+
console.error("Error in minimizeFile:", s);
|
308
|
+
}
|
309
|
+
};
|
310
|
+
export {
|
311
|
+
kt as a,
|
312
|
+
Ft as g,
|
313
|
+
xt as m,
|
314
|
+
yt as s
|
315
|
+
};
|
@@ -0,0 +1,18 @@
|
|
1
|
+
"use strict";const st=require("esbuild"),nt=require("child_process"),f=require("path"),g=require("fs"),Z=require("fs/promises"),M=require("winston");var _=typeof document<"u"?document.currentScript:null;function ot(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const s in t)if(s!=="default"){const o=Object.getOwnPropertyDescriptor(t,s);Object.defineProperty(e,s,o.get?o:{enumerable:!0,get:()=>t[s]})}}return e.default=t,Object.freeze(e)}const L=ot(st),W=t=>String.fromCharCode(t+(t>25?39:97)),rt=(t,e)=>{let s="",o;for(o=Math.abs(t);o>52;o=o/52|0)s=W(o%52)+s;return s=W(o%52)+s,s.length<e?s=s.padStart(e,"a"):s.length>e&&(s=s.slice(-e)),s},it=(t,e)=>{let s=e.length;for(;s;)t=t*33^e.charCodeAt(--s);return t},R=(t,e=3)=>{const s=it(5381,JSON.stringify(t))>>>0;return rt(s,e)};function N(t){return t?typeof t!="string"?N(String(t)):t.replace(/\s/g,"-").replace(/[A-Z](?:(?=[^A-Z])|[A-Z]*(?=[A-Z][^A-Z]|$))/g,(e,s)=>(s>0?"-":"")+e.toLowerCase()):""}const ct=(t,e)=>{if(typeof t!="string")return{result:t};if(!e)return{result:t};const s=[];return Object.values(e).forEach(o=>{const{pattern:n,transform:u}=o;t=t.replace(n,h=>{const{value:a,css:c}=u(h);return c&&s.push(c),a})}),{result:t,additionalCss:s}},U=t=>typeof t!="string"?{result:t}:/\{[^{}]+\}/g.test(t)?{result:t.replace(/\{([^{}]+)\}/g,(...o)=>`var(--${N(o[1].replaceAll(".","-"))})`)}:{result:t},D=(t,e,s,o)=>{if(!t)return"";const n=[],u=Object.entries(t).reduce((a,[c,r])=>{const p=c.trim();if(typeof r=="function"&&(r=r()),typeof r=="object"){if(!r)return a;if(p==="variants")return Object.entries(r).forEach(([d,i])=>{i&&Object.entries(i).forEach(([j,m])=>{if(!m)return;const P=`${e}.${d}-${j}`,w=D(m,P);n.push(w)})}),a;if(p==="defaultVariants")return a;if(p==="compoundVariants")return r.forEach(d=>{const{css:i,...j}=d,m=Object.entries(j).reduce((w,[$,F])=>`${w}.${$}-${F}`,e),P=D(i,m);n.push(P)}),a;if(p.startsWith("@")){const d=D(r,e),i=`${p} {
|
2
|
+
${d.replace(`
|
3
|
+
`,`
|
4
|
+
`)}
|
5
|
+
}`;return n.push(i),a}const y=c.includes("&")?p.replace("&",e):p.startsWith(":")?`${e}${p}`:`${e} ${p}`,k=D(r,y);return n.push(k),a}const O=p.startsWith("-")?p:N(p),b=(y,k=";")=>a=`${a}${y}${k}`,C=y=>b(`${O}:${y}`);if(typeof r=="number")return C(r);if(typeof r!="string")if("toString"in r)r=r.toString();else return a;const{modifiers:l}={},x=function*(){yield U(r),yield ct(r,l)}();for(const{result:y,additionalCss:k=[]}of x)r=y,k.forEach(d=>{const i=D(d,"");b(i,"")});return C(r)},"");if(!u)return n.join(`
|
6
|
+
`);if(!e)return u;let h="";return h=`${e} { ${u} }`,[h,...n].join(`
|
7
|
+
`)},G=(t,e=[])=>{if(!t)return"";const s=[],o={};if(Object.entries(t).forEach(([n,u])=>{if(typeof u=="object"){if(!u)return;const h=n.trim(),a=G(u,[...e,h]);s.push(a)}else o[n]=u}),Object.keys(o).length){const n=e.map(N).join("-"),u=D(o,`.${n}`);s.push(u)}return s.join(`
|
8
|
+
`)},H=t=>{if(!t||t==="/")throw new Error("Could not find package.json file");const e=f.join(t,"package.json");return g.existsSync(e)?e:H(f.join(t,".."))},at=async t=>{const e=H(t);return await Z.readFile(e,"utf-8").then(JSON.parse).catch(()=>{})},lt=async t=>{const e=await at(t);if(e)return e.type};let E;const K=async t=>{if(E)return E;const e=await lt(t);return e==="module"?E="esm":(e==="commonjs"||(typeof document>"u"?require("url").pathToFileURL(__filename).href:_&&_.tagName.toUpperCase()==="SCRIPT"&&_.src||new URL("index-CZ6C_--G.cjs",document.baseURI).href).endsWith(".cjs"))&&(E="cjs"),E||"esm"},B=M.createLogger({level:"debug",format:M.format.combine(M.format.colorize(),M.format.cli()),transports:[new M.transports.Console({})]}),J={externalModules:[]},X=t=>{if(J.externalModules.length>0)return J.externalModules;const e=f.join(t,"salty.config.ts"),o=g.readFileSync(e,"utf8").match(/externalModules:\s?\[(.*)\]/);if(!o)return[];const n=o[1].split(",").map(u=>u.replace(/['"`]/g,"").trim());return J.externalModules=n,n},V=t=>f.join(t,"./saltygen"),ft=["salty","css","styles","styled"],Y=(t=[])=>new RegExp(`\\.(${[...ft,...t].join("|")})\\.`),A=(t,e=[])=>Y(e).test(t),ut=async t=>{const e=V(t),s=f.join(t,"salty.config.ts"),o=f.join(e,"salty.config.js"),n=await K(t),u=X(t);await L.build({entryPoints:[s],minify:!0,treeShaking:!0,bundle:!0,outfile:o,format:n,external:u});const h=Date.now(),{config:a}=await import(`${o}?t=${h}`);return a},pt=async t=>{const e=await ut(t),s=new Set,o=(d,i=[])=>d?Object.entries(d).flatMap(([j,m])=>{if(!m)return;if(typeof m=="object")return o(m,[...i,j]);const P=[...i,j].join(".");s.add(`"${P}"`);const w=[...i.map(N),N(j)].join("-"),{result:$}=U(m);return`--${w}: ${$};`}):[],n=d=>d?Object.entries(d).flatMap(([i,j])=>{const m=o(j);return i==="base"?m.join(""):`${i} { ${m.join("")} }`}):[],u=d=>d?Object.entries(d).flatMap(([i,j])=>Object.entries(j).flatMap(([m,P])=>{const w=o(P,[i]),$=`.${i}-${m}, [data-${i}="${m}"]`,F=w.join("");return`${$} { ${F} }`})):[],h=o(e.variables),a=n(e.responsiveVariables),c=u(e.conditionalVariables),r=V(t),p=f.join(r,"css/variables.css"),O=`:root { ${h.join("")} ${a.join("")} } ${c.join("")}`;g.writeFileSync(p,O);const b=f.join(r,"types/css-tokens.d.ts"),l=`type VariableTokens = ${[...s].join("|")||'""'}; type PropertyValueToken = \`{\${VariableTokens}}\``;g.writeFileSync(b,l);const S=f.join(r,"css/global.css"),x=D(e.global,"");g.writeFileSync(S,x);const y=f.join(r,"css/templates.css"),k=G(e.templates);g.writeFileSync(y,k)},q=async(t,e,s)=>{const o=R(e),n=f.join(s,"js",o+".js"),u=await K(t),h=X(t);await L.build({entryPoints:[e],minify:!0,treeShaking:!0,bundle:!0,outfile:n,format:u,target:["es2022"],keepNames:!0,external:h});const a=Date.now();return await import(`${n}?t=${a}`)},I=async t=>{const e=V(t),s=f.join(e,"salty.config.js"),{config:o}=await import(s);return o},dt=()=>{try{return process.env.NODE_ENV==="production"}catch{return!1}},gt=async(t,e=dt())=>{try{e?B.info("Generating CSS in production mode! 🔥"):B.info("Generating CSS in development mode! 🚀");const s=[],o=[],n=V(t),u=f.join(n,"index.css");(()=>{g.existsSync(n)&&nt.execSync("rm -rf "+n),g.mkdirSync(n),g.mkdirSync(f.join(n,"css")),g.mkdirSync(f.join(n,"types"))})(),await pt(t);const a=await I(t);async function c(l,S){const x=["node_modules","saltygen"],y=g.statSync(l);if(y.isDirectory()){const k=g.readdirSync(l);if(x.some(i=>l.includes(i)))return;await Promise.all(k.map(i=>c(f.join(l,i),f.join(S,i))))}else if(y.isFile()&&A(l)){const d=await q(t,l,n),i=[];Object.entries(d).forEach(([w,$])=>{if($.isKeyframes&&$.css){const z=`${$.animationName}.css`,tt=`css/${z}`,et=f.join(n,tt);s.push(z),g.writeFileSync(et,$.css);return}if(!$.generator)return;const F=$.generator._withBuildContext({name:w,config:a}),T=`${F.hash}-${F.priority}.css`;o[F.priority]||(o[F.priority]=[]),o[F.priority].push(T),i.push(T);const Q=`css/${T}`,v=f.join(n,Q);g.writeFileSync(v,F.css)});const j=i.map(w=>`@import url('./${w}');`).join(`
|
9
|
+
`),m=R(l,6),P=f.join(n,`css/${m}.css`);g.writeFileSync(P,j)}}await c(t,n);const r=s.map(l=>`@import url('./css/${l}');`).join(`
|
10
|
+
`);let C=`@layer l0, l1, l2, l3, l4, l5, l6, l7, l8;
|
11
|
+
|
12
|
+
${["variables.css","global.css","templates.css"].filter(l=>{try{return g.readFileSync(f.join(n,"css",l),"utf8").length>0}catch{return!1}}).map(l=>`@import url('./css/${l}');`).join(`
|
13
|
+
`)}
|
14
|
+
${r}`;if(a.importStrategy!=="component"){const l=o.flat().map(S=>`@import url('./css/${S}');`).join(`
|
15
|
+
`);C+=l}g.writeFileSync(u,C)}catch(s){console.error(s)}},yt=async(t,e)=>{try{const s=[],o=f.join(t,"./saltygen"),n=f.join(o,"index.css");if(A(e)){const h=await I(t),a=await q(t,e,o);Object.entries(a).forEach(([b,C])=>{if(!C.generator)return;const l=C.generator._withBuildContext({name:b,config:h}),S=`${l.hash}-${l.priority}.css`,x=`css/${S}`,y=f.join(o,x);s.push(S),g.writeFileSync(y,l.css)});const c=g.readFileSync(n,"utf8").split(`
|
16
|
+
`),r=s.map(b=>`@import url('../saltygen/css/${b}');`),O=[...new Set([...c,...r])].join(`
|
17
|
+
`);g.writeFileSync(n,O)}}catch(s){console.error(s)}},mt=async(t,e)=>{try{const s=f.join(t,"./saltygen");if(A(e)){const n=g.readFileSync(e,"utf8");n.replace(/^(?!export\s)const\s.*/gm,p=>`export ${p}`)!==n&&await Z.writeFile(e,n);const h=await I(t),a=await q(t,e,s);let c=n;Object.entries(a).forEach(([p,O])=>{var F;if(O.isKeyframes||!O.generator)return;const b=O.generator._withBuildContext({name:p,config:h}),C=new RegExp(`\\s${p}[=\\s]+[^()]+styled\\(([^,]+),`,"g").exec(n);if(!C)return console.error("Could not find the original declaration");const l=(F=C.at(1))==null?void 0:F.trim(),S=new RegExp(`\\s${p}[=\\s]+styled\\(`,"g").exec(c);if(!S)return console.error("Could not find the original declaration");const{index:x}=S;let y=!1;const k=setTimeout(()=>y=!0,5e3);let d=0,i=!1,j=0;for(;!i&&!y;){const T=c[x+d];T==="("&&j++,T===")"&&j--,j===0&&T===")"&&(i=!0),d>c.length&&(y=!0),d++}if(!y)clearTimeout(k);else throw new Error("Failed to find the end of the styled call and timed out");const m=x+d,P=c.slice(x,m),w=c,$=` ${p} = styled(${l}, "${b.classNames}", "${b._callerName}", ${JSON.stringify(b.props)});`;c=c.replace(P,$),w===c&&console.error("Minimize file failed to change content",{name:p,tagName:l})});const r=R(e,6);return h.importStrategy==="component"&&(c=`import '../../saltygen/css/${r}.css';
|
18
|
+
${c}`),c=c.replace("{ styled }","{ styledClient as styled }"),c=c.replace("@salty-css/react/styled","@salty-css/react/styled-client"),c}}catch(s){console.error("Error in minimizeFile:",s)}};exports.generateCss=gt;exports.generateFile=yt;exports.minimizeFile=mt;exports.saltyFileRegExp=Y;
|
package/index.cjs
CHANGED
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const p=require("path"),u=require("./index-
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const p=require("path"),u=require("./index-CZ6C_--G.cjs"),r=(e,s,o=!1,n=!1)=>{var a,l,t;(l=(a=e.module)==null?void 0:a.rules)==null||l.push({test:u.saltyFileRegExp(),use:[{loader:p.resolve(__dirname,n?"./loader.cjs":"./loader.js"),options:{dir:s}}]}),o||(t=e.plugins)==null||t.push({apply:i=>{i.hooks.afterPlugins.tap({name:"generateCss"},async()=>{await u.generateCss(s)})}})};exports.default=r;exports.saltyPlugin=r;
|
package/index.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { resolve as n } from "path";
|
2
|
-
import { s as u, g as i } from "./index-
|
2
|
+
import { s as u, g as i } from "./index-CHPHy_LU.js";
|
3
3
|
const g = (s, e, o = !1, r = !1) => {
|
4
4
|
var a, l, t;
|
5
5
|
(l = (a = s.module) == null ? void 0 : a.rules) == null || l.push({
|
package/loader.cjs
CHANGED
@@ -1 +1 @@
|
|
1
|
-
"use strict";const i=require("./index-
|
1
|
+
"use strict";const i=require("./index-CZ6C_--G.cjs");async function n(){const{dir:e}=this.getOptions(),{resourcePath:t}=this;return await i.generateFile(e,t),await i.minimizeFile(e,t)}module.exports=n;
|
package/loader.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salty-css/webpack",
|
3
|
-
"version": "0.0.1-alpha.
|
3
|
+
"version": "0.0.1-alpha.85",
|
4
4
|
"main": "./dist/index.js",
|
5
5
|
"module": "./dist/index.mjs",
|
6
6
|
"typings": "./dist/index.d.ts",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
}
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
|
-
"@salty-css/core": "^0.0.1-alpha.
|
37
|
+
"@salty-css/core": "^0.0.1-alpha.85",
|
38
38
|
"webpack": ">=5.x"
|
39
39
|
}
|
40
40
|
}
|
package/index-BMmpNOqR.cjs
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
"use strict";const v=require("esbuild"),tt=require("child_process"),f=require("path"),y=require("fs"),z=require("fs/promises");var V=typeof document<"u"?document.currentScript:null;function et(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const s in t)if(s!=="default"){const n=Object.getOwnPropertyDescriptor(t,s);Object.defineProperty(e,s,n.get?n:{enumerable:!0,get:()=>t[s]})}}return e.default=t,Object.freeze(e)}const B=et(v),W=t=>String.fromCharCode(t+(t>25?39:97)),st=(t,e)=>{let s="",n;for(n=Math.abs(t);n>52;n=n/52|0)s=W(n%52)+s;return s=W(n%52)+s,s.length<e?s=s.padStart(e,"a"):s.length>e&&(s=s.slice(-e)),s},nt=(t,e)=>{let s=e.length;for(;s;)t=t*33^e.charCodeAt(--s);return t},J=(t,e=3)=>{const s=nt(5381,JSON.stringify(t))>>>0;return st(s,e)};function M(t){return t?typeof t!="string"?M(String(t)):t.replace(/\s/g,"-").replace(/[A-Z](?:(?=[^A-Z])|[A-Z]*(?=[A-Z][^A-Z]|$))/g,(e,s)=>(s>0?"-":"")+e.toLowerCase()):""}const ot=(t,e)=>{if(typeof t!="string")return{result:t};if(!e)return{result:t};const s=[];return Object.values(e).forEach(n=>{const{pattern:o,transform:d}=n;t=t.replace(o,g=>{const{value:a,css:c}=d(g);return c&&s.push(c),a})}),{result:t,additionalCss:s}},Z=t=>typeof t!="string"?{result:t}:/\{[^{}]+\}/g.test(t)?{result:t.replace(/\{([^{}]+)\}/g,(...n)=>`var(--${M(n[1].replaceAll(".","-"))})`)}:{result:t},O=(t,e,s,n)=>{if(!t)return"";const o=[],d=Object.entries(t).reduce((a,[c,r])=>{const u=c.trim();if(typeof r=="function"&&(r=r()),typeof r=="object"){if(!r)return a;if(u==="variants")return Object.entries(r).forEach(([i,p])=>{p&&Object.entries(p).forEach(([j,m])=>{if(!m)return;const F=`${e}.${i}-${j}`,$=O(m,F);o.push($)})}),a;if(u==="defaultVariants")return a;if(u==="compoundVariants")return r.forEach(i=>{const{css:p,...j}=i,m=Object.entries(j).reduce(($,[w,T])=>`${$}.${w}-${T}`,e),F=O(p,m);o.push(F)}),a;if(u.startsWith("@")){const i=O(r,e),p=`${u} {
|
2
|
-
${i.replace(`
|
3
|
-
`,`
|
4
|
-
`)}
|
5
|
-
}`;return o.push(p),a}const h=c.includes("&")?u.replace("&",e):u.startsWith(":")?`${e}${u}`:`${e} ${u}`,C=O(r,h);return o.push(C),a}const x=u.startsWith("-")?u:M(u),b=(h,C=";")=>a=`${a}${h}${C}`,l=h=>b(`${x}:${h}`);if(typeof r=="number")return l(r);if(typeof r!="string")if("toString"in r)r=r.toString();else return a;const{modifiers:S}={},k=function*(){yield Z(r),yield ot(r,S)}();for(const{result:h,additionalCss:C=[]}of k)r=h,C.forEach(i=>{const p=O(i,"");b(p,"")});return l(r)},"");if(!d)return o.join(`
|
6
|
-
`);if(!e)return d;let g="";return g=`${e} { ${d} }`,[g,...o].join(`
|
7
|
-
`)},U=(t,e=[])=>{if(!t)return"";const s=[],n={};if(Object.entries(t).forEach(([o,d])=>{if(typeof d=="object"){if(!d)return;const g=o.trim(),a=U(d,[...e,g]);s.push(a)}else n[o]=d}),Object.keys(n).length){const o=e.map(M).join("-"),d=O(n,`.${o}`);s.push(d)}return s.join(`
|
8
|
-
`)},H=t=>{if(!t||t==="/")throw new Error("Could not find package.json file");const e=f.join(t,"package.json");return y.existsSync(e)?e:H(f.join(t,".."))},rt=async t=>{const e=H(t);return await z.readFile(e,"utf-8").then(JSON.parse).catch(()=>{})},it=async t=>{const e=await rt(t);if(e)return e.type};let D;const L=async t=>{if(D)return D;const e=await it(t);return e==="module"?D="esm":(e==="commonjs"||(typeof document>"u"?require("url").pathToFileURL(__filename).href:V&&V.tagName.toUpperCase()==="SCRIPT"&&V.src||new URL("index-BMmpNOqR.cjs",document.baseURI).href).endsWith(".cjs"))&&(D="cjs"),D||"esm"},_={externalModules:[]},K=t=>{if(_.externalModules.length>0)return _.externalModules;const e=f.join(t,"salty.config.ts"),n=y.readFileSync(e,"utf8").match(/externalModules:\s?\[(.*)\]/);if(!n)return[];const o=n[1].split(",").map(d=>d.replace(/['"`]/g,"").trim());return _.externalModules=o,o},N=t=>f.join(t,"./saltygen"),ct=["salty","css","styles","styled"],G=(t=[])=>new RegExp(`\\.(${[...ct,...t].join("|")})\\.`),R=(t,e=[])=>G(e).test(t),at=async t=>{const e=N(t),s=f.join(t,"salty.config.ts"),n=f.join(e,"salty.config.js"),o=await L(t),d=K(t);await B.build({entryPoints:[s],minify:!0,treeShaking:!0,bundle:!0,outfile:n,format:o,external:d});const g=Date.now(),{config:a}=await import(`${n}?t=${g}`);return a},lt=async t=>{const e=await at(t),s=new Set,n=(i,p=[])=>i?Object.entries(i).flatMap(([j,m])=>{if(!m)return;if(typeof m=="object")return n(m,[...p,j]);const F=[...p,j].join(".");s.add(`"${F}"`);const $=[...p.map(M),M(j)].join("-"),{result:w}=Z(m);return`--${$}: ${w};`}):[],o=i=>i?Object.entries(i).flatMap(([p,j])=>{const m=n(j);return p==="base"?m.join(""):`${p} { ${m.join("")} }`}):[],d=i=>i?Object.entries(i).flatMap(([p,j])=>Object.entries(j).flatMap(([m,F])=>{const $=n(F,[p]),w=`.${p}-${m}, [data-${p}="${m}"]`,T=$.join("");return`${w} { ${T} }`})):[],g=n(e.variables),a=o(e.responsiveVariables),c=d(e.conditionalVariables),r=N(t),u=f.join(r,"css/variables.css"),x=`:root { ${g.join("")} ${a.join("")} } ${c.join("")}`;y.writeFileSync(u,x);const b=f.join(r,"types/css-tokens.d.ts"),S=`type VariableTokens = ${[...s].join("|")||'""'}; type PropertyValueToken = \`{\${VariableTokens}}\``;y.writeFileSync(b,S);const P=f.join(r,"css/global.css"),k=O(e.global,"");y.writeFileSync(P,k);const h=f.join(r,"css/templates.css"),C=U(e.templates);y.writeFileSync(h,C)},A=async(t,e,s)=>{const n=J(e),o=f.join(s,"js",n+".js"),d=await L(t),g=K(t);await B.build({entryPoints:[e],minify:!0,treeShaking:!0,bundle:!0,outfile:o,format:d,target:["es2022"],keepNames:!0,external:g});const a=Date.now();return await import(`${o}?t=${a}`)},q=async t=>{const e=N(t),s=f.join(e,"salty.config.js"),{config:n}=await import(s);return n},ft=async t=>{try{const e=[],s=[],n=N(t),o=f.join(n,"index.css");(()=>{y.existsSync(n)&&tt.execSync("rm -rf "+n),y.mkdirSync(n),y.mkdirSync(f.join(n,"css")),y.mkdirSync(f.join(n,"types"))})(),await lt(t);const g=await q(t);async function a(l,S){const P=["node_modules","saltygen"],k=y.statSync(l);if(k.isDirectory()){const h=y.readdirSync(l);if(P.some(i=>l.includes(i)))return;await Promise.all(h.map(i=>a(f.join(l,i),f.join(S,i))))}else if(k.isFile()&&R(l)){const C=await A(t,l,n),i=[];Object.entries(C).forEach(([F,$])=>{if($.isKeyframes&&$.css){const I=`${$.animationName}.css`,Y=`css/${I}`,Q=f.join(n,Y);e.push(I),y.writeFileSync(Q,$.css);return}if(!$.generator)return;const w=$.generator._withBuildContext({name:F,config:g}),T=`${w.hash}-${w.priority}.css`;s[w.priority]||(s[w.priority]=[]),s[w.priority].push(T),i.push(T);const E=`css/${T}`,X=f.join(n,E);y.writeFileSync(X,w.css)});const p=i.map(F=>`@import url('./${F}');`).join(`
|
9
|
-
`),j=J(l,6),m=f.join(n,`css/${j}.css`);y.writeFileSync(m,p)}}await a(t,n);const c=e.map(l=>`@import url('./css/${l}');`).join(`
|
10
|
-
`);let b=`@layer l0, l1, l2, l3, l4, l5, l6, l7, l8;
|
11
|
-
|
12
|
-
${["variables.css","global.css","templates.css"].filter(l=>{try{return y.readFileSync(f.join(n,"css",l),"utf8").length>0}catch{return!1}}).map(l=>`@import url('./css/${l}');`).join(`
|
13
|
-
`)}
|
14
|
-
${c}`;if(g.importStrategy!=="component"){const l=s.flat().map(S=>`@import url('./css/${S}');`).join(`
|
15
|
-
`);b+=l}y.writeFileSync(o,b)}catch(e){console.error(e)}},ut=async(t,e)=>{try{const s=[],n=f.join(t,"./saltygen"),o=f.join(n,"index.css");if(R(e)){const g=await q(t),a=await A(t,e,n);Object.entries(a).forEach(([b,l])=>{if(!l.generator)return;const S=l.generator._withBuildContext({name:b,config:g}),P=`${S.hash}-${S.priority}.css`,k=`css/${P}`,h=f.join(n,k);s.push(P),y.writeFileSync(h,S.css)});const c=y.readFileSync(o,"utf8").split(`
|
16
|
-
`),r=s.map(b=>`@import url('../saltygen/css/${b}');`),x=[...new Set([...c,...r])].join(`
|
17
|
-
`);y.writeFileSync(o,x)}}catch(s){console.error(s)}},pt=async(t,e)=>{try{const s=f.join(t,"./saltygen");if(R(e)){const o=y.readFileSync(e,"utf8");o.replace(/^(?!export\s)const\s.*/gm,u=>`export ${u}`)!==o&&await z.writeFile(e,o);const g=await q(t),a=await A(t,e,s);let c=o;Object.entries(a).forEach(([u,x])=>{var T;if(x.isKeyframes||!x.generator)return;const b=x.generator._withBuildContext({name:u,config:g}),l=new RegExp(`\\s${u}[=\\s]+[^()]+styled\\(([^,]+),`,"g").exec(o);if(!l)return console.error("Could not find the original declaration");const S=(T=l.at(1))==null?void 0:T.trim(),P=new RegExp(`\\s${u}[=\\s]+styled\\(`,"g").exec(c);if(!P)return console.error("Could not find the original declaration");const{index:k}=P;let h=!1;const C=setTimeout(()=>h=!0,5e3);let i=0,p=!1,j=0;for(;!p&&!h;){const E=c[k+i];E==="("&&j++,E===")"&&j--,j===0&&E===")"&&(p=!0),i>c.length&&(h=!0),i++}if(!h)clearTimeout(C);else throw new Error("Failed to find the end of the styled call and timed out");const m=k+i,F=c.slice(k,m),$=c,w=` ${u} = styled(${S}, "${b.classNames}", "${b._callerName}", ${JSON.stringify(b.props)});`;c=c.replace(F,w),$===c&&console.error("Minimize file failed to change content",{name:u,tagName:S})});const r=J(e,6);return g.importStrategy==="component"&&(c=`import '../../saltygen/css/${r}.css';
|
18
|
-
${c}`),c=c.replace("{ styled }","{ styledClient as styled }"),c=c.replace("@salty-css/react/styled","@salty-css/react/styled-client"),c}}catch(s){console.error("Error in minimizeFile:",s)}};exports.generateCss=ft;exports.generateFile=ut;exports.minimizeFile=pt;exports.saltyFileRegExp=G;
|
package/index-ePp5EJ2T.js
DELETED
@@ -1,303 +0,0 @@
|
|
1
|
-
import * as z from "esbuild";
|
2
|
-
import { execSync as v } from "child_process";
|
3
|
-
import { join as f } from "path";
|
4
|
-
import { existsSync as H, writeFileSync as M, readFileSync as O, mkdirSync as J, statSync as tt, readdirSync as st } from "fs";
|
5
|
-
import { readFile as et, writeFile as nt } from "fs/promises";
|
6
|
-
const Z = (t) => String.fromCharCode(t + (t > 25 ? 39 : 97)), ot = (t, s) => {
|
7
|
-
let e = "", n;
|
8
|
-
for (n = Math.abs(t); n > 52; n = n / 52 | 0) e = Z(n % 52) + e;
|
9
|
-
return e = Z(n % 52) + e, e.length < s ? e = e.padStart(s, "a") : e.length > s && (e = e.slice(-s)), e;
|
10
|
-
}, rt = (t, s) => {
|
11
|
-
let e = s.length;
|
12
|
-
for (; e; ) t = t * 33 ^ s.charCodeAt(--e);
|
13
|
-
return t;
|
14
|
-
}, R = (t, s = 3) => {
|
15
|
-
const e = rt(5381, JSON.stringify(t)) >>> 0;
|
16
|
-
return ot(e, s);
|
17
|
-
};
|
18
|
-
function E(t) {
|
19
|
-
return t ? typeof t != "string" ? E(String(t)) : t.replace(/\s/g, "-").replace(/[A-Z](?:(?=[^A-Z])|[A-Z]*(?=[A-Z][^A-Z]|$))/g, (s, e) => (e > 0 ? "-" : "") + s.toLowerCase()) : "";
|
20
|
-
}
|
21
|
-
const ct = (t, s) => {
|
22
|
-
if (typeof t != "string") return { result: t };
|
23
|
-
if (!s) return { result: t };
|
24
|
-
const e = [];
|
25
|
-
return Object.values(s).forEach((n) => {
|
26
|
-
const { pattern: o, transform: g } = n;
|
27
|
-
t = t.replace(o, (y) => {
|
28
|
-
const { value: a, css: i } = g(y);
|
29
|
-
return i && e.push(i), a;
|
30
|
-
});
|
31
|
-
}), { result: t, additionalCss: e };
|
32
|
-
}, K = (t) => typeof t != "string" ? { result: t } : /\{[^{}]+\}/g.test(t) ? { result: t.replace(/\{([^{}]+)\}/g, (...n) => `var(--${E(n[1].replaceAll(".", "-"))})`) } : { result: t }, T = (t, s, e, n) => {
|
33
|
-
if (!t) return "";
|
34
|
-
const o = [], g = Object.entries(t).reduce((a, [i, r]) => {
|
35
|
-
const p = i.trim();
|
36
|
-
if (typeof r == "function" && (r = r()), typeof r == "object") {
|
37
|
-
if (!r) return a;
|
38
|
-
if (p === "variants")
|
39
|
-
return Object.entries(r).forEach(([c, u]) => {
|
40
|
-
u && Object.entries(u).forEach(([m, h]) => {
|
41
|
-
if (!h) return;
|
42
|
-
const S = `${s}.${c}-${m}`, $ = T(h, S);
|
43
|
-
o.push($);
|
44
|
-
});
|
45
|
-
}), a;
|
46
|
-
if (p === "defaultVariants")
|
47
|
-
return a;
|
48
|
-
if (p === "compoundVariants")
|
49
|
-
return r.forEach((c) => {
|
50
|
-
const { css: u, ...m } = c, h = Object.entries(m).reduce(($, [w, P]) => `${$}.${w}-${P}`, s), S = T(u, h);
|
51
|
-
o.push(S);
|
52
|
-
}), a;
|
53
|
-
if (p.startsWith("@")) {
|
54
|
-
const c = T(r, s), u = `${p} {
|
55
|
-
${c.replace(`
|
56
|
-
`, `
|
57
|
-
`)}
|
58
|
-
}`;
|
59
|
-
return o.push(u), a;
|
60
|
-
}
|
61
|
-
const d = i.includes("&") ? p.replace("&", s) : p.startsWith(":") ? `${s}${p}` : `${s} ${p}`, k = T(r, d);
|
62
|
-
return o.push(k), a;
|
63
|
-
}
|
64
|
-
const x = p.startsWith("-") ? p : E(p), b = (d, k = ";") => a = `${a}${d}${k}`, l = (d) => b(`${x}:${d}`);
|
65
|
-
if (typeof r == "number") return l(r);
|
66
|
-
if (typeof r != "string")
|
67
|
-
if ("toString" in r) r = r.toString();
|
68
|
-
else return a;
|
69
|
-
const { modifiers: j } = {}, F = function* () {
|
70
|
-
yield K(r), yield ct(r, j);
|
71
|
-
}();
|
72
|
-
for (const { result: d, additionalCss: k = [] } of F)
|
73
|
-
r = d, k.forEach((c) => {
|
74
|
-
const u = T(c, "");
|
75
|
-
b(u, "");
|
76
|
-
});
|
77
|
-
return l(r);
|
78
|
-
}, "");
|
79
|
-
if (!g) return o.join(`
|
80
|
-
`);
|
81
|
-
if (!s) return g;
|
82
|
-
let y = "";
|
83
|
-
return y = `${s} { ${g} }`, [y, ...o].join(`
|
84
|
-
`);
|
85
|
-
}, q = (t, s = []) => {
|
86
|
-
if (!t) return "";
|
87
|
-
const e = [], n = {};
|
88
|
-
if (Object.entries(t).forEach(([o, g]) => {
|
89
|
-
if (typeof g == "object") {
|
90
|
-
if (!g) return;
|
91
|
-
const y = o.trim(), a = q(g, [...s, y]);
|
92
|
-
e.push(a);
|
93
|
-
} else
|
94
|
-
n[o] = g;
|
95
|
-
}), Object.keys(n).length) {
|
96
|
-
const o = s.map(E).join("-"), g = T(n, `.${o}`);
|
97
|
-
e.push(g);
|
98
|
-
}
|
99
|
-
return e.join(`
|
100
|
-
`);
|
101
|
-
}, G = (t) => {
|
102
|
-
if (!t || t === "/") throw new Error("Could not find package.json file");
|
103
|
-
const s = f(t, "package.json");
|
104
|
-
return H(s) ? s : G(f(t, ".."));
|
105
|
-
}, it = async (t) => {
|
106
|
-
const s = G(t);
|
107
|
-
return await et(s, "utf-8").then(JSON.parse).catch(() => {
|
108
|
-
});
|
109
|
-
}, at = async (t) => {
|
110
|
-
const s = await it(t);
|
111
|
-
if (s)
|
112
|
-
return s.type;
|
113
|
-
};
|
114
|
-
let D;
|
115
|
-
const L = async (t) => {
|
116
|
-
if (D) return D;
|
117
|
-
const s = await at(t);
|
118
|
-
return s === "module" ? D = "esm" : (s === "commonjs" || import.meta.url.endsWith(".cjs")) && (D = "cjs"), D || "esm";
|
119
|
-
}, A = {
|
120
|
-
externalModules: []
|
121
|
-
}, U = (t) => {
|
122
|
-
if (A.externalModules.length > 0) return A.externalModules;
|
123
|
-
const s = f(t, "salty.config.ts"), n = O(s, "utf8").match(/externalModules:\s?\[(.*)\]/);
|
124
|
-
if (!n) return [];
|
125
|
-
const o = n[1].split(",").map((g) => g.replace(/['"`]/g, "").trim());
|
126
|
-
return A.externalModules = o, o;
|
127
|
-
}, V = (t) => f(t, "./saltygen"), lt = ["salty", "css", "styles", "styled"], ft = (t = []) => new RegExp(`\\.(${[...lt, ...t].join("|")})\\.`), _ = (t, s = []) => ft(s).test(t), pt = async (t) => {
|
128
|
-
const s = V(t), e = f(t, "salty.config.ts"), n = f(s, "salty.config.js"), o = await L(t), g = U(t);
|
129
|
-
await z.build({
|
130
|
-
entryPoints: [e],
|
131
|
-
minify: !0,
|
132
|
-
treeShaking: !0,
|
133
|
-
bundle: !0,
|
134
|
-
outfile: n,
|
135
|
-
format: o,
|
136
|
-
external: g
|
137
|
-
});
|
138
|
-
const y = Date.now(), { config: a } = await import(`${n}?t=${y}`);
|
139
|
-
return a;
|
140
|
-
}, ut = async (t) => {
|
141
|
-
const s = await pt(t), e = /* @__PURE__ */ new Set(), n = (c, u = []) => c ? Object.entries(c).flatMap(([m, h]) => {
|
142
|
-
if (!h) return;
|
143
|
-
if (typeof h == "object") return n(h, [...u, m]);
|
144
|
-
const S = [...u, m].join(".");
|
145
|
-
e.add(`"${S}"`);
|
146
|
-
const $ = [...u.map(E), E(m)].join("-"), { result: w } = K(h);
|
147
|
-
return `--${$}: ${w};`;
|
148
|
-
}) : [], o = (c) => c ? Object.entries(c).flatMap(([u, m]) => {
|
149
|
-
const h = n(m);
|
150
|
-
return u === "base" ? h.join("") : `${u} { ${h.join("")} }`;
|
151
|
-
}) : [], g = (c) => c ? Object.entries(c).flatMap(([u, m]) => Object.entries(m).flatMap(([h, S]) => {
|
152
|
-
const $ = n(S, [u]), w = `.${u}-${h}, [data-${u}="${h}"]`, P = $.join("");
|
153
|
-
return `${w} { ${P} }`;
|
154
|
-
})) : [], y = n(s.variables), a = o(s.responsiveVariables), i = g(s.conditionalVariables), r = V(t), p = f(r, "css/variables.css"), x = `:root { ${y.join("")} ${a.join("")} } ${i.join("")}`;
|
155
|
-
M(p, x);
|
156
|
-
const b = f(r, "types/css-tokens.d.ts"), j = `type VariableTokens = ${[...e].join("|") || '""'}; type PropertyValueToken = \`{\${VariableTokens}}\``;
|
157
|
-
M(b, j);
|
158
|
-
const C = f(r, "css/global.css"), F = T(s.global, "");
|
159
|
-
M(C, F);
|
160
|
-
const d = f(r, "css/templates.css"), k = q(s.templates);
|
161
|
-
M(d, k);
|
162
|
-
}, W = async (t, s, e) => {
|
163
|
-
const n = R(s), o = f(e, "js", n + ".js"), g = await L(t), y = U(t);
|
164
|
-
await z.build({
|
165
|
-
entryPoints: [s],
|
166
|
-
minify: !0,
|
167
|
-
treeShaking: !0,
|
168
|
-
bundle: !0,
|
169
|
-
outfile: o,
|
170
|
-
format: g,
|
171
|
-
target: ["es2022"],
|
172
|
-
keepNames: !0,
|
173
|
-
external: y
|
174
|
-
});
|
175
|
-
const a = Date.now();
|
176
|
-
return await import(`${o}?t=${a}`);
|
177
|
-
}, B = async (t) => {
|
178
|
-
const s = V(t), e = f(s, "salty.config.js"), { config: n } = await import(e);
|
179
|
-
return n;
|
180
|
-
}, mt = async (t) => {
|
181
|
-
try {
|
182
|
-
const s = [], e = [], n = V(t), o = f(n, "index.css");
|
183
|
-
(() => {
|
184
|
-
H(n) && v("rm -rf " + n), J(n), J(f(n, "css")), J(f(n, "types"));
|
185
|
-
})(), await ut(t);
|
186
|
-
const y = await B(t);
|
187
|
-
async function a(l, j) {
|
188
|
-
const C = ["node_modules", "saltygen"], F = tt(l);
|
189
|
-
if (F.isDirectory()) {
|
190
|
-
const d = st(l);
|
191
|
-
if (C.some((c) => l.includes(c))) return;
|
192
|
-
await Promise.all(d.map((c) => a(f(l, c), f(j, c))));
|
193
|
-
} else if (F.isFile() && _(l)) {
|
194
|
-
const k = await W(t, l, n), c = [];
|
195
|
-
Object.entries(k).forEach(([S, $]) => {
|
196
|
-
if ($.isKeyframes && $.css) {
|
197
|
-
const I = `${$.animationName}.css`, Y = `css/${I}`, Q = f(n, Y);
|
198
|
-
s.push(I), M(Q, $.css);
|
199
|
-
return;
|
200
|
-
}
|
201
|
-
if (!$.generator) return;
|
202
|
-
const w = $.generator._withBuildContext({
|
203
|
-
name: S,
|
204
|
-
config: y
|
205
|
-
}), P = `${w.hash}-${w.priority}.css`;
|
206
|
-
e[w.priority] || (e[w.priority] = []), e[w.priority].push(P), c.push(P);
|
207
|
-
const N = `css/${P}`, X = f(n, N);
|
208
|
-
M(X, w.css);
|
209
|
-
});
|
210
|
-
const u = c.map((S) => `@import url('./${S}');`).join(`
|
211
|
-
`), m = R(l, 6), h = f(n, `css/${m}.css`);
|
212
|
-
M(h, u);
|
213
|
-
}
|
214
|
-
}
|
215
|
-
await a(t, n);
|
216
|
-
const i = s.map((l) => `@import url('./css/${l}');`).join(`
|
217
|
-
`);
|
218
|
-
let b = `@layer l0, l1, l2, l3, l4, l5, l6, l7, l8;
|
219
|
-
|
220
|
-
${["variables.css", "global.css", "templates.css"].filter((l) => {
|
221
|
-
try {
|
222
|
-
return O(f(n, "css", l), "utf8").length > 0;
|
223
|
-
} catch {
|
224
|
-
return !1;
|
225
|
-
}
|
226
|
-
}).map((l) => `@import url('./css/${l}');`).join(`
|
227
|
-
`)}
|
228
|
-
${i}`;
|
229
|
-
if (y.importStrategy !== "component") {
|
230
|
-
const l = e.flat().map((j) => `@import url('./css/${j}');`).join(`
|
231
|
-
`);
|
232
|
-
b += l;
|
233
|
-
}
|
234
|
-
M(o, b);
|
235
|
-
} catch (s) {
|
236
|
-
console.error(s);
|
237
|
-
}
|
238
|
-
}, $t = async (t, s) => {
|
239
|
-
try {
|
240
|
-
const e = [], n = f(t, "./saltygen"), o = f(n, "index.css");
|
241
|
-
if (_(s)) {
|
242
|
-
const y = await B(t), a = await W(t, s, n);
|
243
|
-
Object.entries(a).forEach(([b, l]) => {
|
244
|
-
if (!l.generator) return;
|
245
|
-
const j = l.generator._withBuildContext({
|
246
|
-
name: b,
|
247
|
-
config: y
|
248
|
-
}), C = `${j.hash}-${j.priority}.css`, F = `css/${C}`, d = f(n, F);
|
249
|
-
e.push(C), M(d, j.css);
|
250
|
-
});
|
251
|
-
const i = O(o, "utf8").split(`
|
252
|
-
`), r = e.map((b) => `@import url('../saltygen/css/${b}');`), x = [.../* @__PURE__ */ new Set([...i, ...r])].join(`
|
253
|
-
`);
|
254
|
-
M(o, x);
|
255
|
-
}
|
256
|
-
} catch (e) {
|
257
|
-
console.error(e);
|
258
|
-
}
|
259
|
-
}, bt = async (t, s) => {
|
260
|
-
try {
|
261
|
-
const e = f(t, "./saltygen");
|
262
|
-
if (_(s)) {
|
263
|
-
const o = O(s, "utf8");
|
264
|
-
o.replace(/^(?!export\s)const\s.*/gm, (p) => `export ${p}`) !== o && await nt(s, o);
|
265
|
-
const y = await B(t), a = await W(t, s, e);
|
266
|
-
let i = o;
|
267
|
-
Object.entries(a).forEach(([p, x]) => {
|
268
|
-
var P;
|
269
|
-
if (x.isKeyframes || !x.generator) return;
|
270
|
-
const b = x.generator._withBuildContext({
|
271
|
-
name: p,
|
272
|
-
config: y
|
273
|
-
}), l = new RegExp(`\\s${p}[=\\s]+[^()]+styled\\(([^,]+),`, "g").exec(o);
|
274
|
-
if (!l) return console.error("Could not find the original declaration");
|
275
|
-
const j = (P = l.at(1)) == null ? void 0 : P.trim(), C = new RegExp(`\\s${p}[=\\s]+styled\\(`, "g").exec(i);
|
276
|
-
if (!C) return console.error("Could not find the original declaration");
|
277
|
-
const { index: F } = C;
|
278
|
-
let d = !1;
|
279
|
-
const k = setTimeout(() => d = !0, 5e3);
|
280
|
-
let c = 0, u = !1, m = 0;
|
281
|
-
for (; !u && !d; ) {
|
282
|
-
const N = i[F + c];
|
283
|
-
N === "(" && m++, N === ")" && m--, m === 0 && N === ")" && (u = !0), c > i.length && (d = !0), c++;
|
284
|
-
}
|
285
|
-
if (!d) clearTimeout(k);
|
286
|
-
else throw new Error("Failed to find the end of the styled call and timed out");
|
287
|
-
const h = F + c, S = i.slice(F, h), $ = i, w = ` ${p} = styled(${j}, "${b.classNames}", "${b._callerName}", ${JSON.stringify(b.props)});`;
|
288
|
-
i = i.replace(S, w), $ === i && console.error("Minimize file failed to change content", { name: p, tagName: j });
|
289
|
-
});
|
290
|
-
const r = R(s, 6);
|
291
|
-
return y.importStrategy === "component" && (i = `import '../../saltygen/css/${r}.css';
|
292
|
-
${i}`), i = i.replace("{ styled }", "{ styledClient as styled }"), i = i.replace("@salty-css/react/styled", "@salty-css/react/styled-client"), i;
|
293
|
-
}
|
294
|
-
} catch (e) {
|
295
|
-
console.error("Error in minimizeFile:", e);
|
296
|
-
}
|
297
|
-
};
|
298
|
-
export {
|
299
|
-
$t as a,
|
300
|
-
mt as g,
|
301
|
-
bt as m,
|
302
|
-
ft as s
|
303
|
-
};
|