@salty-css/webpack 0.0.1-alpha.135 → 0.0.1-alpha.136

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.
@@ -0,0 +1,29 @@
1
+ "use strict";const ue=require("esbuild"),pe=require("child_process"),l=require("path"),u=require("fs"),U=require("fs/promises"),z=require("winston");var W=typeof document<"u"?document.currentScript:null;function de(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const s in e)if(s!=="default"){const n=Object.getOwnPropertyDescriptor(e,s);Object.defineProperty(t,s,n.get?n:{enumerable:!0,get:()=>e[s]})}}return t.default=e,Object.freeze(t)}const X=de(ue),G=e=>String.fromCharCode(e+(e>25?39:97)),ye=(e,t)=>{let s="",n;for(n=Math.abs(e);n>52;n=n/52|0)s=G(n%52)+s;return s=G(n%52)+s,s.length<t?s=s.padStart(t,"a"):s.length>t&&(s=s.slice(-t)),s},ge=(e,t)=>{let s=t.length;for(;s;)e=e*33^t.charCodeAt(--s);return e},q=(e,t=5)=>{const s=ge(5381,JSON.stringify(e))>>>0;return ye(s,t)};function E(e){return e?typeof e!="string"?E(String(e)):e.replace(/[\s.]/g,"-").replace(/[A-Z](?:(?=[^A-Z])|[A-Z]*(?=[A-Z][^A-Z]|$))/g,(t,s)=>(s>0?"-":"")+t.toLowerCase()):""}const me=(e,t)=>{if(typeof e!="string")return{result:e};if(!t)return{result:e};const s=[];return Object.values(t).forEach(n=>{const{pattern:i,transform:o}=n;e=e.replace(i,f=>{const{value:m,css:a}=o(f);return a&&s.push(a),m})}),{result:e,additionalCss:s}},Y=e=>typeof e!="string"?{result:e}:/\{[^{}]+\}/g.test(e)?{result:e.replace(/\{([^{}]+)\}/g,(...n)=>`var(--${E(n[1].replaceAll(".","-"))})`)}:{result:e},O=(e,t,s)=>{if(!e)return"";const n=[],i=Object.entries(e).reduce((f,[m,a])=>{const r=m.trim();if(typeof a=="function"&&(a=a()),typeof a=="object"){if(!a)return f;if(r==="variants")return Object.entries(a).forEach(([c,y])=>{y&&Object.entries(y).forEach(([x,w])=>{if(!w)return;const T=`${t}.${c}-${x}`,P=O(w,T);n.push(P)})}),f;if(r==="defaultVariants")return f;if(r==="compoundVariants")return a.forEach(c=>{const{css:y,...x}=c,w=Object.entries(x).reduce((P,[p,g])=>`${P}.${p}-${g}`,t),T=O(y,w);n.push(T)}),f;if(r.startsWith("@")){const c=O(a,t),y=`${r} {
2
+ ${c.replace(`
3
+ `,`
4
+ `)}
5
+ }`;return n.push(y),f}const d=m.includes("&")?r.replace("&",t):r.startsWith(":")?`${t}${r}`:`${t} ${r}`,S=O(a,d);return n.push(S),f}const h=r.startsWith("-")?r:E(r),F=(d,S=";")=>f=`${f}${d}${S}`,j=d=>F(`${h}:${d}`);if(typeof a=="number")return j(a);if(typeof a!="string")if("toString"in a)a=a.toString();else return f;const{modifiers:$}={},N=function*(){yield Y(a),yield me(a,$)}();for(const{result:d,additionalCss:S=[]}of N)a=d,S.forEach(c=>{const y=O(c,"");F(y,"")});return j(a)},"");return i?t?[`${t} { ${i} }`,...n].join(`
6
+ `):i:n.join(`
7
+ `)},Q=(e,t=[])=>{if(!e)return"";const s=[],n={};if(Object.entries(e).forEach(([i,o])=>{if(typeof o=="object"){if(!o)return;const f=i.trim(),m=Q(o,[...t,f]);s.push(m)}else n[i]=o}),Object.keys(n).length){const i=t.map(E).join("-"),o=O(n,`.${i}`);s.push(o)}return s.join(`
8
+ `)},he=e=>Object.entries(e).reduce((t,[s,n])=>(typeof n=="object"&&(t[s]=v(n).map(i=>`"${i}"`).join(" | ")),t),{}),v=(e,t="",s=new Set)=>e?(Object.entries(e).forEach(([n,i])=>{const o=t?`${t}.${n}`:n;return typeof i=="object"?v(i,o,s):s.add(t)}),[...s]):[],ee=e=>{if(!e||e==="/")throw new Error("Could not find package.json file");const t=l.join(e,"package.json");return u.existsSync(t)?t:ee(l.join(e,".."))},$e=async e=>{const t=ee(e);return await U.readFile(t,"utf-8").then(JSON.parse).catch(()=>{})},Se=async e=>{const t=await $e(e);if(t)return t.type};let R;const te=async e=>{if(R)return R;const t=await Se(e);return t==="module"?R="esm":(t==="commonjs"||(typeof document>"u"?require("url").pathToFileURL(__filename).href:W&&W.tagName.toUpperCase()==="SCRIPT"&&W.src||new URL("index-B3d_60Gq.cjs",document.baseURI).href).endsWith(".cjs"))&&(R="cjs"),R||"esm"},I=z.createLogger({level:"debug",format:z.format.combine(z.format.colorize(),z.format.cli()),transports:[new z.transports.Console({})]});function se(e){return e?typeof e!="string"?se(String(e)):e.replace(/[\s-]/g,".").replace(/[A-Z](?:(?=[^A-Z])|[A-Z]*(?=[A-Z][^A-Z]|$))/g,(t,s)=>(s>0?".":"")+t.toLowerCase()):""}const be={"*, *::before, *::after":{boxSizing:"border-box"},"*":{margin:0},html:{lineHeight:1.15,textSizeAdjust:"100%",WebkitFontSmoothing:"antialiased"},"img, picture, video, canvas, svg":{display:"block",maxWidth:"100%"},"p, h1, h2, h3, h4, h5, h6":{overflowWrap:"break-word"},p:{textWrap:"pretty"},"h1, h2, h3, h4, h5, h6":{textWrap:"balance"},a:{color:"currentColor"},button:{lineHeight:"1em",color:"currentColor"},"input, optgroup, select, textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"1.15em"}},Z={externalModules:[]},ne=e=>{if(Z.externalModules.length>0)return Z.externalModules;const t=l.join(e,"salty.config.ts"),n=u.readFileSync(t,"utf8").match(/externalModules:\s?\[(.*)\]/);if(!n)return[];const i=n[1].split(",").map(o=>o.replace(/['"`]/g,"").trim());return Z.externalModules=i,i},J=e=>l.join(e,"./saltygen"),oe=["salty","css","styles","styled"],re=(e=[])=>new RegExp(`\\.(${[...oe,...e].join("|")})\\.`),H=(e,t=[])=>re(t).test(e),je=async e=>{const t=J(e),s=l.join(e,"salty.config.ts"),n=l.join(t,"salty.config.js"),i=await te(e),o=ne(e);await X.build({entryPoints:[s],minify:!0,treeShaking:!0,bundle:!0,outfile:n,format:i,external:o});const f=Date.now(),{config:m}=await import(`${n}?t=${f}`);return m},we=async e=>{const t=await je(e),s=new Set,n=(p,g=[])=>p?Object.entries(p).flatMap(([C,b])=>{if(!b)return;if(typeof b=="object")return n(b,[...g,C]);const M=se(C),A=E(C),V=[...g,M].join(".");s.add(`"${V}"`);const _=[...g.map(E),A].join("-"),{result:D}=Y(b);return`--${_}: ${D};`}):[],i=p=>p?Object.entries(p).flatMap(([g,C])=>{const b=n(C);return g==="base"?b.join(""):`${g} { ${b.join("")} }`}):[],o=p=>p?Object.entries(p).flatMap(([g,C])=>Object.entries(C).flatMap(([b,M])=>{const A=n(M,[g]),V=`.${g}-${b}, [data-${g}="${b}"]`,_=A.join("");return`${V} { ${_} }`})):[],f=n(t.variables),m=i(t.responsiveVariables),a=o(t.conditionalVariables),r=J(e),h=l.join(r,"css/_variables.css"),F=`:root { ${f.join("")} ${m.join("")} } ${a.join("")}`;u.writeFileSync(h,F);const j=l.join(r,"css/_global.css"),$=O(t.global,"");u.writeFileSync(j,`@layer global { ${$} }`);const k=l.join(r,"css/_reset.css"),d=t.reset==="none"?{}:typeof t.reset=="object"?t.reset:be,S=O(d,"");u.writeFileSync(k,`@layer reset { ${S} }`);const c=l.join(r,"css/_templates.css"),y=Q(t.templates),x=he(t.templates);u.writeFileSync(c,y);const w=l.join(r,"types/css-tokens.d.ts"),P=`
9
+ // Variable types
10
+ type VariableTokens = ${[...s].join("|")};
11
+ type PropertyValueToken = \`{\${VariableTokens}}\`;
12
+
13
+ // Template types
14
+ type TemplateTokens = {
15
+ ${Object.entries(x).map(([p,g])=>`${p}?: ${g}`).join(`
16
+ `)}
17
+ }
18
+ `;u.writeFileSync(w,P)},L=async(e,t,s)=>{const n=q(t),i=l.join(s,"./temp");u.existsSync(i)||u.mkdirSync(i);const o=l.parse(t);let f=u.readFileSync(t,"utf8");f=f.replace(/styled\(([^"'`{,]+),/g,(j,$)=>{if(/^['"`]/.test($))return j;const N=new RegExp(`import\\s?\\{[^{}]*${$}[^{}]*\\}\\s?from\\s?([^{};]+);`);if(!N.test(f))return j;const S=N.exec(f);if(S){const c=S.at(1);if(oe.some(x=>c==null?void 0:c.includes(x)))return j}return"styled('div',"});const m=l.join(s,"js",n+".js"),a=ne(e),r=await te(e);await X.build({stdin:{contents:f,sourcefile:o.base,resolveDir:o.dir,loader:"tsx"},minify:!1,treeShaking:!0,bundle:!0,outfile:m,format:r,target:["node20"],keepNames:!0,external:a,packages:"external"});const h=Date.now();return await import(`${m}?t=${h}`)},B=async e=>{const t=J(e),s=l.join(t,"salty.config.js"),n=Date.now(),{config:i}=await import(`${s}?t=${n}`);return i},ie=()=>{try{return process.env.NODE_ENV==="production"}catch{return!1}},Fe=async(e,t=ie())=>{try{const s=Date.now();t?I.info("Generating CSS in production mode! 🔥"):I.info("Generating CSS in development mode! 🚀");const n=[],i=[],o=J(e),f=l.join(o,"index.css");(()=>{u.existsSync(o)&&pe.execSync("rm -rf "+o),u.mkdirSync(o),u.mkdirSync(l.join(o,"css")),u.mkdirSync(l.join(o,"types"))})(),await we(e);const a=await B(e);async function r(c,y){const x=["node_modules","saltygen"],w=u.statSync(c);if(w.isDirectory()){const T=u.readdirSync(c);if(x.some(p=>c.includes(p)))return;await Promise.all(T.map(p=>r(l.join(c,p),l.join(y,p))))}else if(w.isFile()&&H(c)){const P=await L(e,c,o),p=[];Object.entries(P).forEach(([V,_])=>{if(_.isKeyframes&&_.css){const K=`a_${_.animationName}.css`,le=`css/${K}`,fe=l.join(o,le);n.push(K),u.writeFileSync(fe,_.css);return}if(!_.generator)return;const D=_.generator._withBuildContext({name:V,config:a,prod:t});i[D.priority]||(i[D.priority]=[]),i[D.priority].push(D.cssFileName),p.push(D.cssFileName);const ce=`css/${D.cssFileName}`,ae=l.join(o,ce);u.writeFileSync(ae,D.css)});const g=p.map(V=>`@import url('./${V}');`).join(`
19
+ `),C=q(c,6),b=l.parse(c),M=E(b.name),A=l.join(o,`css/f_${M}-${C}.css`);u.writeFileSync(A,g)}}await r(e,o);const h=n.map(c=>`@import url('./css/${c}');`).join(`
20
+ `);let k=`@layer reset, global, l0, l1, l2, l3, l4, l5, l6, l7, l8;
21
+
22
+ ${["_variables.css","_reset.css","_global.css","_templates.css"].filter(c=>{try{return u.readFileSync(l.join(o,"css",c),"utf8").length>0}catch{return!1}}).map(c=>`@import url('./css/${c}');`).join(`
23
+ `)}
24
+ ${h}`;if(a.importStrategy!=="component"){const c=i.reduce((y,x,w)=>{const T=x.reduce((C,b)=>{const M=u.readFileSync(l.join(o,"css",b),"utf8");return`${C}
25
+ ${M}`},""),P=`l_${w}.css`,p=l.join(o,"css",P),g=`@layer l${w} { ${T} }`;return u.writeFileSync(p,g),`${y}
26
+ @import url('./css/${P}');`},"");k+=c}u.writeFileSync(f,k);const d=Date.now()-s,S=d<200?"🔥":d<500?"🚀":d<1e3?"🎉":d<2e3?"🚗":d<5e3?"🤔":"🥴";I.info(`Generated CSS in ${d}ms! ${S}`)}catch(s){console.error(s)}},xe=async(e,t)=>{try{const s=[],n=l.join(e,"./saltygen"),i=l.join(n,"index.css");if(H(t)){const f=await B(e),m=await L(e,t,n);Object.entries(m).forEach(([j,$])=>{if($.isKeyframes&&$.css){const c=`css/${`a_${$.animationName}.css`}`,y=l.join(n,c);u.writeFileSync(y,$.css);return}if(!$.generator)return;const k=$.generator._withBuildContext({name:j,config:f}),N=`css/${k.cssFileName}`,d=l.join(n,N);s.push(k.cssFileName),u.writeFileSync(d,k.css)});const a=u.readFileSync(i,"utf8").split(`
27
+ `),r=s.map(j=>`@import url('../saltygen/css/${j}');`),F=[...new Set([...a,...r])].join(`
28
+ `);u.writeFileSync(i,F)}}catch(s){console.error(s)}},Ce=async(e,t,s=ie())=>{try{const n=l.join(e,"./saltygen");if(H(t)){const o=u.readFileSync(t,"utf8");o.replace(/^(?!export\s)const\s.*/gm,h=>`export ${h}`)!==o&&await U.writeFile(t,o);const m=await B(e),a=await L(e,t,n);let r=o;if(Object.entries(a).forEach(([h,F])=>{var C;if(F.isKeyframes||!F.generator)return;const j=F.generator._withBuildContext({name:h,config:m,prod:s}),$=new RegExp(`\\s${h}[=\\s]+[^()]+styled\\(([^,]+),`,"g").exec(o);if(!$)return console.error("Could not find the original declaration");const k=(C=$.at(1))==null?void 0:C.trim(),N=new RegExp(`\\s${h}[=\\s]+styled\\(`,"g").exec(r);if(!N)return console.error("Could not find the original declaration");const{index:d}=N;let S=!1;const c=setTimeout(()=>S=!0,5e3);let y=0,x=!1,w=0;for(;!x&&!S;){const b=r[d+y];b==="("&&w++,b===")"&&w--,w===0&&b===")"&&(x=!0),y>r.length&&(S=!0),y++}if(!S)clearTimeout(c);else throw new Error("Failed to find the end of the styled call and timed out");const T=d+y,P=r.slice(d,T),p=r,g=` ${h} = styled(${k}, "${j.classNames}", ${JSON.stringify(j.props)});`;r=r.replace(P,g),p===r&&console.error("Minimize file failed to change content",{name:h,tagName:k})}),m.importStrategy==="component"){const h=q(t,6),F=l.parse(t);r=`import '../../saltygen/css/${`f_${E(F.name)}-${h}.css`}';
29
+ ${r}`}return r=r.replace("{ styled }","{ styledClient as styled }"),r=r.replace("@salty-css/react/styled","@salty-css/react/styled-client"),r}}catch(n){console.error("Error in minimizeFile:",n)}};exports.generateCss=Fe;exports.generateFile=xe;exports.minimizeFile=Ce;exports.saltyFileRegExp=re;
@@ -0,0 +1,417 @@
1
+ import * as Q from "esbuild";
2
+ import { execSync as ut } from "child_process";
3
+ import { join as l, parse as B } from "path";
4
+ import { existsSync as K, writeFileSync as N, readFileSync as R, mkdirSync as W, statSync as dt, readdirSync as gt } from "fs";
5
+ import { readFile as mt, writeFile as yt } from "fs/promises";
6
+ import { createLogger as ht, format as Z, transports as $t } from "winston";
7
+ const Y = (t) => String.fromCharCode(t + (t > 25 ? 39 : 97)), bt = (t, e) => {
8
+ let s = "", n;
9
+ for (n = Math.abs(t); n > 52; n = n / 52 | 0) s = Y(n % 52) + s;
10
+ return s = Y(n % 52) + s, s.length < e ? s = s.padStart(e, "a") : s.length > e && (s = s.slice(-e)), s;
11
+ }, St = (t, e) => {
12
+ let s = e.length;
13
+ for (; s; ) t = t * 33 ^ e.charCodeAt(--s);
14
+ return t;
15
+ }, G = (t, e = 5) => {
16
+ const s = St(5381, JSON.stringify(t)) >>> 0;
17
+ return bt(s, e);
18
+ };
19
+ function V(t) {
20
+ return t ? typeof t != "string" ? V(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 jt = (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((n) => {
27
+ const { pattern: i, transform: o } = n;
28
+ t = t.replace(i, (f) => {
29
+ const { value: m, css: a } = o(f);
30
+ return a && s.push(a), m;
31
+ });
32
+ }), { result: t, additionalCss: s };
33
+ }, v = (t) => typeof t != "string" ? { result: t } : /\{[^{}]+\}/g.test(t) ? { result: t.replace(/\{([^{}]+)\}/g, (...n) => `var(--${V(n[1].replaceAll(".", "-"))})`) } : { result: t }, O = (t, e, s) => {
34
+ if (!t) return "";
35
+ const n = [], i = Object.entries(t).reduce((f, [m, a]) => {
36
+ const r = m.trim();
37
+ if (typeof a == "function" && (a = a()), typeof a == "object") {
38
+ if (!a) return f;
39
+ if (r === "variants")
40
+ return Object.entries(a).forEach(([c, d]) => {
41
+ d && Object.entries(d).forEach(([x, j]) => {
42
+ if (!j) return;
43
+ const T = `${e}.${c}-${x}`, k = O(j, T);
44
+ n.push(k);
45
+ });
46
+ }), f;
47
+ if (r === "defaultVariants")
48
+ return f;
49
+ if (r === "compoundVariants")
50
+ return a.forEach((c) => {
51
+ const { css: d, ...x } = c, j = Object.entries(x).reduce((k, [p, g]) => `${k}.${p}-${g}`, e), T = O(d, j);
52
+ n.push(T);
53
+ }), f;
54
+ if (r.startsWith("@")) {
55
+ const c = O(a, e), d = `${r} {
56
+ ${c.replace(`
57
+ `, `
58
+ `)}
59
+ }`;
60
+ return n.push(d), f;
61
+ }
62
+ const u = m.includes("&") ? r.replace("&", e) : r.startsWith(":") ? `${e}${r}` : `${e} ${r}`, $ = O(a, u);
63
+ return n.push($), f;
64
+ }
65
+ const y = r.startsWith("-") ? r : V(r), w = (u, $ = ";") => f = `${f}${u}${$}`, S = (u) => w(`${y}:${u}`);
66
+ if (typeof a == "number") return S(a);
67
+ if (typeof a != "string")
68
+ if ("toString" in a) a = a.toString();
69
+ else return f;
70
+ const { modifiers: h } = {}, P = function* () {
71
+ yield v(a), yield jt(a, h);
72
+ }();
73
+ for (const { result: u, additionalCss: $ = [] } of P)
74
+ a = u, $.forEach((c) => {
75
+ const d = O(c, "");
76
+ w(d, "");
77
+ });
78
+ return S(a);
79
+ }, "");
80
+ return i ? e ? [`${e} { ${i} }`, ...n].join(`
81
+ `) : i : n.join(`
82
+ `);
83
+ }, tt = (t, e = []) => {
84
+ if (!t) return "";
85
+ const s = [], n = {};
86
+ if (Object.entries(t).forEach(([i, o]) => {
87
+ if (typeof o == "object") {
88
+ if (!o) return;
89
+ const f = i.trim(), m = tt(o, [...e, f]);
90
+ s.push(m);
91
+ } else
92
+ n[i] = o;
93
+ }), Object.keys(n).length) {
94
+ const i = e.map(V).join("-"), o = O(n, `.${i}`);
95
+ s.push(o);
96
+ }
97
+ return s.join(`
98
+ `);
99
+ }, wt = (t) => Object.entries(t).reduce((e, [s, n]) => (typeof n == "object" && (e[s] = et(n).map((i) => `"${i}"`).join(" | ")), e), {}), et = (t, e = "", s = /* @__PURE__ */ new Set()) => t ? (Object.entries(t).forEach(([n, i]) => {
100
+ const o = e ? `${e}.${n}` : n;
101
+ return typeof i == "object" ? et(i, o, s) : s.add(e);
102
+ }), [...s]) : [], st = (t) => {
103
+ if (!t || t === "/") throw new Error("Could not find package.json file");
104
+ const e = l(t, "package.json");
105
+ return K(e) ? e : st(l(t, ".."));
106
+ }, xt = async (t) => {
107
+ const e = st(t);
108
+ return await mt(e, "utf-8").then(JSON.parse).catch(() => {
109
+ });
110
+ }, Ft = async (t) => {
111
+ const e = await xt(t);
112
+ if (e)
113
+ return e.type;
114
+ };
115
+ let A;
116
+ const nt = async (t) => {
117
+ if (A) return A;
118
+ const e = await Ft(t);
119
+ return e === "module" ? A = "esm" : (e === "commonjs" || import.meta.url.endsWith(".cjs")) && (A = "cjs"), A || "esm";
120
+ }, I = ht({
121
+ level: "debug",
122
+ format: Z.combine(Z.colorize(), Z.cli()),
123
+ transports: [new $t.Console({})]
124
+ });
125
+ function ot(t) {
126
+ return t ? typeof t != "string" ? ot(String(t)) : t.replace(/[\s-]/g, ".").replace(/[A-Z](?:(?=[^A-Z])|[A-Z]*(?=[A-Z][^A-Z]|$))/g, (e, s) => (s > 0 ? "." : "") + e.toLowerCase()) : "";
127
+ }
128
+ const Ct = {
129
+ /** Set box model to border-box */
130
+ "*, *::before, *::after": {
131
+ boxSizing: "border-box"
132
+ },
133
+ /** Remove default margin and padding */
134
+ "*": {
135
+ margin: 0
136
+ },
137
+ /** Remove adjust font properties */
138
+ html: {
139
+ lineHeight: 1.15,
140
+ textSizeAdjust: "100%",
141
+ WebkitFontSmoothing: "antialiased"
142
+ },
143
+ /** Make media elements responsive */
144
+ "img, picture, video, canvas, svg": {
145
+ display: "block",
146
+ maxWidth: "100%"
147
+ },
148
+ /** Avoid overflow of text */
149
+ "p, h1, h2, h3, h4, h5, h6": {
150
+ overflowWrap: "break-word"
151
+ },
152
+ /** Improve text wrapping */
153
+ p: {
154
+ textWrap: "pretty"
155
+ },
156
+ "h1, h2, h3, h4, h5, h6": {
157
+ textWrap: "balance"
158
+ },
159
+ /** Improve link color */
160
+ a: {
161
+ color: "currentColor"
162
+ },
163
+ /** Improve button line height */
164
+ button: {
165
+ lineHeight: "1em",
166
+ color: "currentColor"
167
+ },
168
+ /** Improve form elements */
169
+ "input, optgroup, select, textarea": {
170
+ fontFamily: "inherit",
171
+ fontSize: "100%",
172
+ lineHeight: "1.15em"
173
+ }
174
+ }, H = {
175
+ externalModules: []
176
+ }, rt = (t) => {
177
+ if (H.externalModules.length > 0) return H.externalModules;
178
+ const e = l(t, "salty.config.ts"), n = R(e, "utf8").match(/externalModules:\s?\[(.*)\]/);
179
+ if (!n) return [];
180
+ const i = n[1].split(",").map((o) => o.replace(/['"`]/g, "").trim());
181
+ return H.externalModules = i, i;
182
+ }, z = (t) => l(t, "./saltygen"), it = ["salty", "css", "styles", "styled"], kt = (t = []) => new RegExp(`\\.(${[...it, ...t].join("|")})\\.`), L = (t, e = []) => kt(e).test(t), Nt = async (t) => {
183
+ const e = z(t), s = l(t, "salty.config.ts"), n = l(e, "salty.config.js"), i = await nt(t), o = rt(t);
184
+ await Q.build({
185
+ entryPoints: [s],
186
+ minify: !0,
187
+ treeShaking: !0,
188
+ bundle: !0,
189
+ outfile: n,
190
+ format: i,
191
+ external: o
192
+ });
193
+ const f = Date.now(), { config: m } = await import(`${n}?t=${f}`);
194
+ return m;
195
+ }, Pt = async (t) => {
196
+ const e = await Nt(t), s = /* @__PURE__ */ new Set(), n = (p, g = []) => p ? Object.entries(p).flatMap(([F, b]) => {
197
+ if (!b) return;
198
+ if (typeof b == "object") return n(b, [...g, F]);
199
+ const M = ot(F), J = V(F), _ = [...g, M].join(".");
200
+ s.add(`"${_}"`);
201
+ const D = [...g.map(V), J].join("-"), { result: E } = v(b);
202
+ return `--${D}: ${E};`;
203
+ }) : [], i = (p) => p ? Object.entries(p).flatMap(([g, F]) => {
204
+ const b = n(F);
205
+ return g === "base" ? b.join("") : `${g} { ${b.join("")} }`;
206
+ }) : [], o = (p) => p ? Object.entries(p).flatMap(([g, F]) => Object.entries(F).flatMap(([b, M]) => {
207
+ const J = n(M, [g]), _ = `.${g}-${b}, [data-${g}="${b}"]`, D = J.join("");
208
+ return `${_} { ${D} }`;
209
+ })) : [], f = n(e.variables), m = i(e.responsiveVariables), a = o(e.conditionalVariables), r = z(t), y = l(r, "css/_variables.css"), w = `:root { ${f.join("")} ${m.join("")} } ${a.join("")}`;
210
+ N(y, w);
211
+ const S = l(r, "css/_global.css"), h = O(e.global, "");
212
+ N(S, `@layer global { ${h} }`);
213
+ const C = l(r, "css/_reset.css"), u = e.reset === "none" ? {} : typeof e.reset == "object" ? e.reset : Ct, $ = O(u, "");
214
+ N(C, `@layer reset { ${$} }`);
215
+ const c = l(r, "css/_templates.css"), d = tt(e.templates), x = wt(e.templates);
216
+ N(c, d);
217
+ const j = l(r, "types/css-tokens.d.ts"), k = `
218
+ // Variable types
219
+ type VariableTokens = ${[...s].join("|")};
220
+ type PropertyValueToken = \`{\${VariableTokens}}\`;
221
+
222
+ // Template types
223
+ type TemplateTokens = {
224
+ ${Object.entries(x).map(([p, g]) => `${p}?: ${g}`).join(`
225
+ `)}
226
+ }
227
+ `;
228
+ N(j, k);
229
+ }, q = async (t, e, s) => {
230
+ const n = G(e), i = l(s, "./temp");
231
+ K(i) || W(i);
232
+ const o = B(e);
233
+ let f = R(e, "utf8");
234
+ f = f.replace(/styled\(([^"'`{,]+),/g, (S, h) => {
235
+ if (/^['"`]/.test(h)) return S;
236
+ const P = new RegExp(`import\\s?\\{[^{}]*${h}[^{}]*\\}\\s?from\\s?([^{};]+);`);
237
+ if (!P.test(f)) return S;
238
+ const $ = P.exec(f);
239
+ if ($) {
240
+ const c = $.at(1);
241
+ if (it.some((x) => c == null ? void 0 : c.includes(x))) return S;
242
+ }
243
+ return "styled('div',";
244
+ });
245
+ const m = l(s, "js", n + ".js"), a = rt(t), r = await nt(t);
246
+ await Q.build({
247
+ stdin: {
248
+ contents: f,
249
+ sourcefile: o.base,
250
+ resolveDir: o.dir,
251
+ loader: "tsx"
252
+ },
253
+ minify: !1,
254
+ treeShaking: !0,
255
+ bundle: !0,
256
+ outfile: m,
257
+ format: r,
258
+ target: ["node20"],
259
+ keepNames: !0,
260
+ external: a,
261
+ packages: "external"
262
+ });
263
+ const y = Date.now();
264
+ return await import(`${m}?t=${y}`);
265
+ }, U = async (t) => {
266
+ const e = z(t), s = l(e, "salty.config.js"), n = Date.now(), { config: i } = await import(`${s}?t=${n}`);
267
+ return i;
268
+ }, ct = () => {
269
+ try {
270
+ return process.env.NODE_ENV === "production";
271
+ } catch {
272
+ return !1;
273
+ }
274
+ }, Mt = async (t, e = ct()) => {
275
+ try {
276
+ const s = Date.now();
277
+ e ? I.info("Generating CSS in production mode! 🔥") : I.info("Generating CSS in development mode! 🚀");
278
+ const n = [], i = [], o = z(t), f = l(o, "index.css");
279
+ (() => {
280
+ K(o) && ut("rm -rf " + o), W(o), W(l(o, "css")), W(l(o, "types"));
281
+ })(), await Pt(t);
282
+ const a = await U(t);
283
+ async function r(c, d) {
284
+ const x = ["node_modules", "saltygen"], j = dt(c);
285
+ if (j.isDirectory()) {
286
+ const T = gt(c);
287
+ if (x.some((p) => c.includes(p))) return;
288
+ await Promise.all(T.map((p) => r(l(c, p), l(d, p))));
289
+ } else if (j.isFile() && L(c)) {
290
+ const k = await q(t, c, o), p = [];
291
+ Object.entries(k).forEach(([_, D]) => {
292
+ if (D.isKeyframes && D.css) {
293
+ const X = `a_${D.animationName}.css`, ft = `css/${X}`, pt = l(o, ft);
294
+ n.push(X), N(pt, D.css);
295
+ return;
296
+ }
297
+ if (!D.generator) return;
298
+ const E = D.generator._withBuildContext({
299
+ name: _,
300
+ config: a,
301
+ prod: e
302
+ });
303
+ i[E.priority] || (i[E.priority] = []), i[E.priority].push(E.cssFileName), p.push(E.cssFileName);
304
+ const at = `css/${E.cssFileName}`, lt = l(o, at);
305
+ N(lt, E.css);
306
+ });
307
+ const g = p.map((_) => `@import url('./${_}');`).join(`
308
+ `), F = G(c, 6), b = B(c), M = V(b.name), J = l(o, `css/f_${M}-${F}.css`);
309
+ N(J, g);
310
+ }
311
+ }
312
+ await r(t, o);
313
+ const y = n.map((c) => `@import url('./css/${c}');`).join(`
314
+ `);
315
+ let C = `@layer reset, global, l0, l1, l2, l3, l4, l5, l6, l7, l8;
316
+
317
+ ${["_variables.css", "_reset.css", "_global.css", "_templates.css"].filter((c) => {
318
+ try {
319
+ return R(l(o, "css", c), "utf8").length > 0;
320
+ } catch {
321
+ return !1;
322
+ }
323
+ }).map((c) => `@import url('./css/${c}');`).join(`
324
+ `)}
325
+ ${y}`;
326
+ if (a.importStrategy !== "component") {
327
+ const c = i.reduce((d, x, j) => {
328
+ const T = x.reduce((F, b) => {
329
+ const M = R(l(o, "css", b), "utf8");
330
+ return `${F}
331
+ ${M}`;
332
+ }, ""), k = `l_${j}.css`, p = l(o, "css", k), g = `@layer l${j} { ${T} }`;
333
+ return N(p, g), `${d}
334
+ @import url('./css/${k}');`;
335
+ }, "");
336
+ C += c;
337
+ }
338
+ N(f, C);
339
+ const u = Date.now() - s, $ = u < 200 ? "🔥" : u < 500 ? "🚀" : u < 1e3 ? "🎉" : u < 2e3 ? "🚗" : u < 5e3 ? "🤔" : "🥴";
340
+ I.info(`Generated CSS in ${u}ms! ${$}`);
341
+ } catch (s) {
342
+ console.error(s);
343
+ }
344
+ }, _t = async (t, e) => {
345
+ try {
346
+ const s = [], n = l(t, "./saltygen"), i = l(n, "index.css");
347
+ if (L(e)) {
348
+ const f = await U(t), m = await q(t, e, n);
349
+ Object.entries(m).forEach(([S, h]) => {
350
+ if (h.isKeyframes && h.css) {
351
+ const c = `css/${`a_${h.animationName}.css`}`, d = l(n, c);
352
+ N(d, h.css);
353
+ return;
354
+ }
355
+ if (!h.generator) return;
356
+ const C = h.generator._withBuildContext({
357
+ name: S,
358
+ config: f
359
+ }), P = `css/${C.cssFileName}`, u = l(n, P);
360
+ s.push(C.cssFileName), N(u, C.css);
361
+ });
362
+ const a = R(i, "utf8").split(`
363
+ `), r = s.map((S) => `@import url('../saltygen/css/${S}');`), w = [.../* @__PURE__ */ new Set([...a, ...r])].join(`
364
+ `);
365
+ N(i, w);
366
+ }
367
+ } catch (s) {
368
+ console.error(s);
369
+ }
370
+ }, At = async (t, e, s = ct()) => {
371
+ try {
372
+ const n = l(t, "./saltygen");
373
+ if (L(e)) {
374
+ const o = R(e, "utf8");
375
+ o.replace(/^(?!export\s)const\s.*/gm, (y) => `export ${y}`) !== o && await yt(e, o);
376
+ const m = await U(t), a = await q(t, e, n);
377
+ let r = o;
378
+ if (Object.entries(a).forEach(([y, w]) => {
379
+ var F;
380
+ if (w.isKeyframes || !w.generator) return;
381
+ const S = w.generator._withBuildContext({
382
+ name: y,
383
+ config: m,
384
+ prod: s
385
+ }), h = new RegExp(`\\s${y}[=\\s]+[^()]+styled\\(([^,]+),`, "g").exec(o);
386
+ if (!h) return console.error("Could not find the original declaration");
387
+ const C = (F = h.at(1)) == null ? void 0 : F.trim(), P = new RegExp(`\\s${y}[=\\s]+styled\\(`, "g").exec(r);
388
+ if (!P) return console.error("Could not find the original declaration");
389
+ const { index: u } = P;
390
+ let $ = !1;
391
+ const c = setTimeout(() => $ = !0, 5e3);
392
+ let d = 0, x = !1, j = 0;
393
+ for (; !x && !$; ) {
394
+ const b = r[u + d];
395
+ b === "(" && j++, b === ")" && j--, j === 0 && b === ")" && (x = !0), d > r.length && ($ = !0), d++;
396
+ }
397
+ if (!$) clearTimeout(c);
398
+ else throw new Error("Failed to find the end of the styled call and timed out");
399
+ const T = u + d, k = r.slice(u, T), p = r, g = ` ${y} = styled(${C}, "${S.classNames}", ${JSON.stringify(S.props)});`;
400
+ r = r.replace(k, g), p === r && console.error("Minimize file failed to change content", { name: y, tagName: C });
401
+ }), m.importStrategy === "component") {
402
+ const y = G(e, 6), w = B(e);
403
+ r = `import '../../saltygen/css/${`f_${V(w.name)}-${y}.css`}';
404
+ ${r}`;
405
+ }
406
+ return r = r.replace("{ styled }", "{ styledClient as styled }"), r = r.replace("@salty-css/react/styled", "@salty-css/react/styled-client"), r;
407
+ }
408
+ } catch (n) {
409
+ console.error("Error in minimizeFile:", n);
410
+ }
411
+ };
412
+ export {
413
+ _t as a,
414
+ Mt as g,
415
+ At as m,
416
+ kt as s
417
+ };
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-1gsL9S8s.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;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const p=require("path"),u=require("./index-B3d_60Gq.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-cNXYz3Jt.js";
2
+ import { s as u, g as i } from "./index-Bsx1QEJo.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-1gsL9S8s.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;
1
+ "use strict";const i=require("./index-B3d_60Gq.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
@@ -1,4 +1,4 @@
1
- import { a as e, m as i } from "./index-cNXYz3Jt.js";
1
+ import { a as e, m as i } from "./index-Bsx1QEJo.js";
2
2
  async function s() {
3
3
  const { dir: t } = this.getOptions(), { resourcePath: a } = this;
4
4
  return await e(t, a), await i(t, a);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salty-css/webpack",
3
- "version": "0.0.1-alpha.135",
3
+ "version": "0.0.1-alpha.136",
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.135",
37
+ "@salty-css/core": "^0.0.1-alpha.136",
38
38
  "webpack": ">=5.x"
39
39
  }
40
40
  }
@@ -1,28 +0,0 @@
1
- "use strict";const ue=require("esbuild"),pe=require("child_process"),l=require("path"),u=require("fs"),U=require("fs/promises"),z=require("winston");var J=typeof document<"u"?document.currentScript:null;function de(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const s in e)if(s!=="default"){const n=Object.getOwnPropertyDescriptor(e,s);Object.defineProperty(t,s,n.get?n:{enumerable:!0,get:()=>e[s]})}}return t.default=e,Object.freeze(t)}const X=de(ue),G=e=>String.fromCharCode(e+(e>25?39:97)),ge=(e,t)=>{let s="",n;for(n=Math.abs(e);n>52;n=n/52|0)s=G(n%52)+s;return s=G(n%52)+s,s.length<t?s=s.padStart(t,"a"):s.length>t&&(s=s.slice(-t)),s},ye=(e,t)=>{let s=t.length;for(;s;)e=e*33^t.charCodeAt(--s);return e},q=(e,t=5)=>{const s=ye(5381,JSON.stringify(e))>>>0;return ge(s,t)};function E(e){return e?typeof e!="string"?E(String(e)):e.replace(/[\s.]/g,"-").replace(/[A-Z](?:(?=[^A-Z])|[A-Z]*(?=[A-Z][^A-Z]|$))/g,(t,s)=>(s>0?"-":"")+t.toLowerCase()):""}const me=(e,t)=>{if(typeof e!="string")return{result:e};if(!t)return{result:e};const s=[];return Object.values(t).forEach(n=>{const{pattern:i,transform:r}=n;e=e.replace(i,f=>{const{value:y,css:a}=r(f);return a&&s.push(a),y})}),{result:e,additionalCss:s}},Y=e=>typeof e!="string"?{result:e}:/\{[^{}]+\}/g.test(e)?{result:e.replace(/\{([^{}]+)\}/g,(...n)=>`var(--${E(n[1].replaceAll(".","-"))})`)}:{result:e},_=(e,t,s)=>{if(!e)return"";const n=[],i=Object.entries(e).reduce((f,[y,a])=>{const o=y.trim();if(typeof a=="function"&&(a=a()),typeof a=="object"){if(!a)return f;if(o==="variants")return Object.entries(a).forEach(([c,g])=>{g&&Object.entries(g).forEach(([x,w])=>{if(!w)return;const T=`${t}.${c}-${x}`,k=_(w,T);n.push(k)})}),f;if(o==="defaultVariants")return f;if(o==="compoundVariants")return a.forEach(c=>{const{css:g,...x}=c,w=Object.entries(x).reduce((k,[p,S])=>`${k}.${p}-${S}`,t),T=_(g,w);n.push(T)}),f;if(o.startsWith("@")){const c=_(a,t),g=`${o} {
2
- ${c.replace(`
3
- `,`
4
- `)}
5
- }`;return n.push(g),f}const d=y.includes("&")?o.replace("&",t):o.startsWith(":")?`${t}${o}`:`${t} ${o}`,b=_(a,d);return n.push(b),f}const m=o.startsWith("-")?o:E(o),F=(d,b=";")=>f=`${f}${d}${b}`,$=d=>F(`${m}:${d}`);if(typeof a=="number")return $(a);if(typeof a!="string")if("toString"in a)a=a.toString();else return f;const{modifiers:h}={},N=function*(){yield Y(a),yield me(a,h)}();for(const{result:d,additionalCss:b=[]}of N)a=d,b.forEach(c=>{const g=_(c,"");F(g,"")});return $(a)},"");return i?t?[`${t} { ${i} }`,...n].join(`
6
- `):i:n.join(`
7
- `)},Q=(e,t=[])=>{if(!e)return"";const s=[],n={};if(Object.entries(e).forEach(([i,r])=>{if(typeof r=="object"){if(!r)return;const f=i.trim(),y=Q(r,[...t,f]);s.push(y)}else n[i]=r}),Object.keys(n).length){const i=t.map(E).join("-"),r=_(n,`.${i}`);s.push(r)}return s.join(`
8
- `)},he=e=>Object.entries(e).reduce((t,[s,n])=>(typeof n=="object"&&(t[s]=v(n).map(i=>`"${i}"`).join(" | ")),t),{}),v=(e,t="",s=new Set)=>e?(Object.entries(e).forEach(([n,i])=>{const r=t?`${t}.${n}`:n;return typeof i=="object"?v(i,r,s):s.add(t)}),[...s]):[],ee=e=>{if(!e||e==="/")throw new Error("Could not find package.json file");const t=l.join(e,"package.json");return u.existsSync(t)?t:ee(l.join(e,".."))},be=async e=>{const t=ee(e);return await U.readFile(t,"utf-8").then(JSON.parse).catch(()=>{})},Se=async e=>{const t=await be(e);if(t)return t.type};let V;const te=async e=>{if(V)return V;const t=await Se(e);return t==="module"?V="esm":(t==="commonjs"||(typeof document>"u"?require("url").pathToFileURL(__filename).href:J&&J.tagName.toUpperCase()==="SCRIPT"&&J.src||new URL("index-1gsL9S8s.cjs",document.baseURI).href).endsWith(".cjs"))&&(V="cjs"),V||"esm"},W=z.createLogger({level:"debug",format:z.format.combine(z.format.colorize(),z.format.cli()),transports:[new z.transports.Console({})]});function se(e){return e?typeof e!="string"?se(String(e)):e.replace(/[\s-]/g,".").replace(/[A-Z](?:(?=[^A-Z])|[A-Z]*(?=[A-Z][^A-Z]|$))/g,(t,s)=>(s>0?".":"")+t.toLowerCase()):""}const $e={"*, *::before, *::after":{boxSizing:"border-box"},"*":{margin:0},html:{lineHeight:1.15,textSizeAdjust:"100%",WebkitFontSmoothing:"antialiased"},"img, picture, video, canvas, svg":{display:"block",maxWidth:"100%"},"p, h1, h2, h3, h4, h5, h6":{overflowWrap:"break-word"},p:{textWrap:"pretty"},"h1, h2, h3, h4, h5, h6":{textWrap:"balance"},a:{color:"currentColor"},button:{lineHeight:"1em",color:"currentColor"},"input, optgroup, select, textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"1.15em"}},Z={externalModules:[]},ne=e=>{if(Z.externalModules.length>0)return Z.externalModules;const t=l.join(e,"salty.config.ts"),n=u.readFileSync(t,"utf8").match(/externalModules:\s?\[(.*)\]/);if(!n)return[];const i=n[1].split(",").map(r=>r.replace(/['"`]/g,"").trim());return Z.externalModules=i,i},I=e=>l.join(e,"./saltygen"),oe=["salty","css","styles","styled"],re=(e=[])=>new RegExp(`\\.(${[...oe,...e].join("|")})\\.`),H=(e,t=[])=>re(t).test(e),je=async e=>{const t=I(e),s=l.join(e,"salty.config.ts"),n=l.join(t,"salty.config.js"),i=await te(e),r=ne(e);await X.build({entryPoints:[s],minify:!0,treeShaking:!0,bundle:!0,outfile:n,format:i,external:r});const f=Date.now(),{config:y}=await import(`${n}?t=${f}`);return y},we=async e=>{const t=await je(e),s=new Set,n=(p,S=[])=>p?Object.entries(p).flatMap(([P,j])=>{if(!j)return;if(typeof j=="object")return n(j,[...S,P]);const R=se(P),A=E(P),M=[...S,R].join(".");s.add(`"${M}"`);const D=[...S.map(E),A].join("-"),{result:O}=Y(j);return`--${D}: ${O};`}):[],i=p=>p?Object.entries(p).flatMap(([S,P])=>{const j=n(P);return S==="base"?j.join(""):`${S} { ${j.join("")} }`}):[],r=p=>p?Object.entries(p).flatMap(([S,P])=>Object.entries(P).flatMap(([j,R])=>{const A=n(R,[S]),M=`.${S}-${j}, [data-${S}="${j}"]`,D=A.join("");return`${M} { ${D} }`})):[],f=n(t.variables),y=i(t.responsiveVariables),a=r(t.conditionalVariables),o=I(e),m=l.join(o,"css/_variables.css"),F=`:root { ${f.join("")} ${y.join("")} } ${a.join("")}`;u.writeFileSync(m,F);const $=l.join(o,"css/_global.css"),h=_(t.global,"");u.writeFileSync($,`@layer global { ${h} }`);const C=l.join(o,"css/_reset.css"),d=t.reset==="none"?{}:typeof t.reset=="object"?t.reset:$e,b=_(d,"");u.writeFileSync(C,`@layer reset { ${b} }`);const c=l.join(o,"css/_templates.css"),g=Q(t.templates),x=he(t.templates);u.writeFileSync(c,g);const w=l.join(o,"types/css-tokens.d.ts"),k=`
9
- // Variable types
10
- type VariableTokens = ${[...s].join("|")};
11
- type PropertyValueToken = \`{\${VariableTokens}}\`;
12
-
13
- // Template types
14
- type TemplateTokens = {
15
- ${Object.entries(x).map(([p,S])=>`${p}?: ${S}`).join(`
16
- `)}
17
- }
18
- `;u.writeFileSync(w,k)},B=async(e,t,s)=>{const n=q(t),i=l.join(s,"./temp");u.existsSync(i)||u.mkdirSync(i);const r=l.parse(t);let f=u.readFileSync(t,"utf8");f=f.replace(/styled\(([^"'`{,]+),/g,($,h)=>{if(/^['"`]/.test(h))return $;const N=new RegExp(`import\\s?\\{[^{}]*${h}[^{}]*\\}\\s?from\\s?([^{};]+);`);if(!N.test(f))return $;const b=N.exec(f);if(b){const c=b.at(1);if(oe.some(x=>c==null?void 0:c.includes(x)))return $}return"styled('div',"});const y=l.join(s,"js",n+".js"),a=ne(e),o=await te(e);await X.build({stdin:{contents:f,sourcefile:r.base,resolveDir:r.dir,loader:"tsx"},minify:!1,treeShaking:!0,bundle:!0,outfile:y,format:o,target:["node20"],keepNames:!0,external:a,packages:"external"});const m=Date.now();return await import(`${y}?t=${m}`)},K=async e=>{const t=I(e),s=l.join(t,"salty.config.js"),n=Date.now(),{config:i}=await import(`${s}?t=${n}`);return i},ie=()=>{try{return process.env.NODE_ENV==="production"}catch{return!1}},Fe=async(e,t=ie())=>{try{const s=Date.now();t?W.info("Generating CSS in production mode! 🔥"):W.info("Generating CSS in development mode! 🚀");const n=[],i=[],r=I(e),f=l.join(r,"index.css");(()=>{u.existsSync(r)&&pe.execSync("rm -rf "+r),u.mkdirSync(r),u.mkdirSync(l.join(r,"css")),u.mkdirSync(l.join(r,"types"))})(),await we(e);const a=await K(e);async function o(c,g){const x=["node_modules","saltygen"],w=u.statSync(c);if(w.isDirectory()){const T=u.readdirSync(c);if(x.some(p=>c.includes(p)))return;await Promise.all(T.map(p=>o(l.join(c,p),l.join(g,p))))}else if(w.isFile()&&H(c)){const k=await B(e,c,r),p=[];Object.entries(k).forEach(([M,D])=>{if(D.isKeyframes&&D.css){const L=`a_${D.animationName}.css`,le=`css/${L}`,fe=l.join(r,le);n.push(L),u.writeFileSync(fe,D.css);return}if(!D.generator)return;const O=D.generator._withBuildContext({name:M,config:a,prod:t});i[O.priority]||(i[O.priority]=[]),i[O.priority].push(O.cssFileName),p.push(O.cssFileName);const ce=`css/${O.cssFileName}`,ae=l.join(r,ce);u.writeFileSync(ae,O.css)});const S=p.map(M=>`@import url('./${M}');`).join(`
19
- `),P=q(c,6),j=l.parse(c),R=E(j.name),A=l.join(r,`css/f_${R}-${P}.css`);u.writeFileSync(A,S)}}await o(e,r);const m=n.map(c=>`@import url('./css/${c}');`).join(`
20
- `);let C=`@layer reset, global, l0, l1, l2, l3, l4, l5, l6, l7, l8;
21
-
22
- ${["_variables.css","_reset.css","_global.css","_templates.css"].filter(c=>{try{return u.readFileSync(l.join(r,"css",c),"utf8").length>0}catch{return!1}}).map(c=>`@import url('./css/${c}');`).join(`
23
- `)}
24
- ${m}`;if(a.importStrategy!=="component"){const c=i.reduce((g,x,w)=>{const T=x.reduce((k,p)=>k+`@import url('./css/${p}') layer(l${w});`,"");return`${g}
25
- ${T}`},"");C+=c}u.writeFileSync(f,C);const d=Date.now()-s,b=d<200?"🔥":d<500?"🚀":d<1e3?"🎉":d<2e3?"🚗":d<5e3?"🤔":"🥴";W.info(`Generated CSS in ${d}ms! ${b}`)}catch(s){console.error(s)}},xe=async(e,t)=>{try{const s=[],n=l.join(e,"./saltygen"),i=l.join(n,"index.css");if(H(t)){const f=await K(e),y=await B(e,t,n);Object.entries(y).forEach(([$,h])=>{if(h.isKeyframes&&h.css){const c=`css/${`a_${h.animationName}.css`}`,g=l.join(n,c);u.writeFileSync(g,h.css);return}if(!h.generator)return;const C=h.generator._withBuildContext({name:$,config:f}),N=`css/${C.cssFileName}`,d=l.join(n,N);s.push(C.cssFileName),u.writeFileSync(d,C.css)});const a=u.readFileSync(i,"utf8").split(`
26
- `),o=s.map($=>`@import url('../saltygen/css/${$}');`),F=[...new Set([...a,...o])].join(`
27
- `);u.writeFileSync(i,F)}}catch(s){console.error(s)}},Ce=async(e,t,s=ie())=>{try{const n=l.join(e,"./saltygen");if(H(t)){const r=u.readFileSync(t,"utf8");r.replace(/^(?!export\s)const\s.*/gm,m=>`export ${m}`)!==r&&await U.writeFile(t,r);const y=await K(e),a=await B(e,t,n);let o=r;if(Object.entries(a).forEach(([m,F])=>{var P;if(F.isKeyframes||!F.generator)return;const $=F.generator._withBuildContext({name:m,config:y,prod:s}),h=new RegExp(`\\s${m}[=\\s]+[^()]+styled\\(([^,]+),`,"g").exec(r);if(!h)return console.error("Could not find the original declaration");const C=(P=h.at(1))==null?void 0:P.trim(),N=new RegExp(`\\s${m}[=\\s]+styled\\(`,"g").exec(o);if(!N)return console.error("Could not find the original declaration");const{index:d}=N;let b=!1;const c=setTimeout(()=>b=!0,5e3);let g=0,x=!1,w=0;for(;!x&&!b;){const j=o[d+g];j==="("&&w++,j===")"&&w--,w===0&&j===")"&&(x=!0),g>o.length&&(b=!0),g++}if(!b)clearTimeout(c);else throw new Error("Failed to find the end of the styled call and timed out");const T=d+g,k=o.slice(d,T),p=o,S=` ${m} = styled(${C}, "${$.classNames}", ${JSON.stringify($.props)});`;o=o.replace(k,S),p===o&&console.error("Minimize file failed to change content",{name:m,tagName:C})}),y.importStrategy==="component"){const m=q(t,6),F=l.parse(t);o=`import '../../saltygen/css/${`f_${E(F.name)}-${m}.css`}';
28
- ${o}`}return o=o.replace("{ styled }","{ styledClient as styled }"),o=o.replace("@salty-css/react/styled","@salty-css/react/styled-client"),o}}catch(n){console.error("Error in minimizeFile:",n)}};exports.generateCss=Fe;exports.generateFile=xe;exports.minimizeFile=Ce;exports.saltyFileRegExp=re;
package/index-cNXYz3Jt.js DELETED
@@ -1,413 +0,0 @@
1
- import * as Q from "esbuild";
2
- import { execSync as ut } from "child_process";
3
- import { join as f, parse as B } from "path";
4
- import { existsSync as K, writeFileSync as N, readFileSync as J, mkdirSync as W, statSync as dt, readdirSync as gt } from "fs";
5
- import { readFile as mt, writeFile as yt } from "fs/promises";
6
- import { createLogger as ht, format as I, transports as $t } from "winston";
7
- const Y = (t) => String.fromCharCode(t + (t > 25 ? 39 : 97)), bt = (t, e) => {
8
- let s = "", n;
9
- for (n = Math.abs(t); n > 52; n = n / 52 | 0) s = Y(n % 52) + s;
10
- return s = Y(n % 52) + s, s.length < e ? s = s.padStart(e, "a") : s.length > e && (s = s.slice(-e)), s;
11
- }, St = (t, e) => {
12
- let s = e.length;
13
- for (; s; ) t = t * 33 ^ e.charCodeAt(--s);
14
- return t;
15
- }, G = (t, e = 5) => {
16
- const s = St(5381, JSON.stringify(t)) >>> 0;
17
- return bt(s, e);
18
- };
19
- function V(t) {
20
- return t ? typeof t != "string" ? V(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 jt = (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((n) => {
27
- const { pattern: i, transform: r } = n;
28
- t = t.replace(i, (l) => {
29
- const { value: g, css: a } = r(l);
30
- return a && s.push(a), g;
31
- });
32
- }), { result: t, additionalCss: s };
33
- }, v = (t) => typeof t != "string" ? { result: t } : /\{[^{}]+\}/g.test(t) ? { result: t.replace(/\{([^{}]+)\}/g, (...n) => `var(--${V(n[1].replaceAll(".", "-"))})`) } : { result: t }, O = (t, e, s) => {
34
- if (!t) return "";
35
- const n = [], i = Object.entries(t).reduce((l, [g, a]) => {
36
- const o = g.trim();
37
- if (typeof a == "function" && (a = a()), typeof a == "object") {
38
- if (!a) return l;
39
- if (o === "variants")
40
- return Object.entries(a).forEach(([c, d]) => {
41
- d && Object.entries(d).forEach(([x, j]) => {
42
- if (!j) return;
43
- const T = `${e}.${c}-${x}`, C = O(j, T);
44
- n.push(C);
45
- });
46
- }), l;
47
- if (o === "defaultVariants")
48
- return l;
49
- if (o === "compoundVariants")
50
- return a.forEach((c) => {
51
- const { css: d, ...x } = c, j = Object.entries(x).reduce((C, [p, $]) => `${C}.${p}-${$}`, e), T = O(d, j);
52
- n.push(T);
53
- }), l;
54
- if (o.startsWith("@")) {
55
- const c = O(a, e), d = `${o} {
56
- ${c.replace(`
57
- `, `
58
- `)}
59
- }`;
60
- return n.push(d), l;
61
- }
62
- const u = g.includes("&") ? o.replace("&", e) : o.startsWith(":") ? `${e}${o}` : `${e} ${o}`, h = O(a, u);
63
- return n.push(h), l;
64
- }
65
- const m = o.startsWith("-") ? o : V(o), w = (u, h = ";") => l = `${l}${u}${h}`, b = (u) => w(`${m}:${u}`);
66
- if (typeof a == "number") return b(a);
67
- if (typeof a != "string")
68
- if ("toString" in a) a = a.toString();
69
- else return l;
70
- const { modifiers: y } = {}, P = function* () {
71
- yield v(a), yield jt(a, y);
72
- }();
73
- for (const { result: u, additionalCss: h = [] } of P)
74
- a = u, h.forEach((c) => {
75
- const d = O(c, "");
76
- w(d, "");
77
- });
78
- return b(a);
79
- }, "");
80
- return i ? e ? [`${e} { ${i} }`, ...n].join(`
81
- `) : i : n.join(`
82
- `);
83
- }, tt = (t, e = []) => {
84
- if (!t) return "";
85
- const s = [], n = {};
86
- if (Object.entries(t).forEach(([i, r]) => {
87
- if (typeof r == "object") {
88
- if (!r) return;
89
- const l = i.trim(), g = tt(r, [...e, l]);
90
- s.push(g);
91
- } else
92
- n[i] = r;
93
- }), Object.keys(n).length) {
94
- const i = e.map(V).join("-"), r = O(n, `.${i}`);
95
- s.push(r);
96
- }
97
- return s.join(`
98
- `);
99
- }, wt = (t) => Object.entries(t).reduce((e, [s, n]) => (typeof n == "object" && (e[s] = et(n).map((i) => `"${i}"`).join(" | ")), e), {}), et = (t, e = "", s = /* @__PURE__ */ new Set()) => t ? (Object.entries(t).forEach(([n, i]) => {
100
- const r = e ? `${e}.${n}` : n;
101
- return typeof i == "object" ? et(i, r, s) : s.add(e);
102
- }), [...s]) : [], st = (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 : st(f(t, ".."));
106
- }, xt = async (t) => {
107
- const e = st(t);
108
- return await mt(e, "utf-8").then(JSON.parse).catch(() => {
109
- });
110
- }, Ft = async (t) => {
111
- const e = await xt(t);
112
- if (e)
113
- return e.type;
114
- };
115
- let _;
116
- const nt = async (t) => {
117
- if (_) return _;
118
- const e = await Ft(t);
119
- return e === "module" ? _ = "esm" : (e === "commonjs" || import.meta.url.endsWith(".cjs")) && (_ = "cjs"), _ || "esm";
120
- }, Z = ht({
121
- level: "debug",
122
- format: I.combine(I.colorize(), I.cli()),
123
- transports: [new $t.Console({})]
124
- });
125
- function ot(t) {
126
- return t ? typeof t != "string" ? ot(String(t)) : t.replace(/[\s-]/g, ".").replace(/[A-Z](?:(?=[^A-Z])|[A-Z]*(?=[A-Z][^A-Z]|$))/g, (e, s) => (s > 0 ? "." : "") + e.toLowerCase()) : "";
127
- }
128
- const Ct = {
129
- /** Set box model to border-box */
130
- "*, *::before, *::after": {
131
- boxSizing: "border-box"
132
- },
133
- /** Remove default margin and padding */
134
- "*": {
135
- margin: 0
136
- },
137
- /** Remove adjust font properties */
138
- html: {
139
- lineHeight: 1.15,
140
- textSizeAdjust: "100%",
141
- WebkitFontSmoothing: "antialiased"
142
- },
143
- /** Make media elements responsive */
144
- "img, picture, video, canvas, svg": {
145
- display: "block",
146
- maxWidth: "100%"
147
- },
148
- /** Avoid overflow of text */
149
- "p, h1, h2, h3, h4, h5, h6": {
150
- overflowWrap: "break-word"
151
- },
152
- /** Improve text wrapping */
153
- p: {
154
- textWrap: "pretty"
155
- },
156
- "h1, h2, h3, h4, h5, h6": {
157
- textWrap: "balance"
158
- },
159
- /** Improve link color */
160
- a: {
161
- color: "currentColor"
162
- },
163
- /** Improve button line height */
164
- button: {
165
- lineHeight: "1em",
166
- color: "currentColor"
167
- },
168
- /** Improve form elements */
169
- "input, optgroup, select, textarea": {
170
- fontFamily: "inherit",
171
- fontSize: "100%",
172
- lineHeight: "1.15em"
173
- }
174
- }, H = {
175
- externalModules: []
176
- }, rt = (t) => {
177
- if (H.externalModules.length > 0) return H.externalModules;
178
- const e = f(t, "salty.config.ts"), n = J(e, "utf8").match(/externalModules:\s?\[(.*)\]/);
179
- if (!n) return [];
180
- const i = n[1].split(",").map((r) => r.replace(/['"`]/g, "").trim());
181
- return H.externalModules = i, i;
182
- }, z = (t) => f(t, "./saltygen"), it = ["salty", "css", "styles", "styled"], kt = (t = []) => new RegExp(`\\.(${[...it, ...t].join("|")})\\.`), L = (t, e = []) => kt(e).test(t), Nt = async (t) => {
183
- const e = z(t), s = f(t, "salty.config.ts"), n = f(e, "salty.config.js"), i = await nt(t), r = rt(t);
184
- await Q.build({
185
- entryPoints: [s],
186
- minify: !0,
187
- treeShaking: !0,
188
- bundle: !0,
189
- outfile: n,
190
- format: i,
191
- external: r
192
- });
193
- const l = Date.now(), { config: g } = await import(`${n}?t=${l}`);
194
- return g;
195
- }, Pt = async (t) => {
196
- const e = await Nt(t), s = /* @__PURE__ */ new Set(), n = (p, $ = []) => p ? Object.entries(p).flatMap(([k, S]) => {
197
- if (!S) return;
198
- if (typeof S == "object") return n(S, [...$, k]);
199
- const A = ot(k), R = V(k), M = [...$, A].join(".");
200
- s.add(`"${M}"`);
201
- const D = [...$.map(V), R].join("-"), { result: E } = v(S);
202
- return `--${D}: ${E};`;
203
- }) : [], i = (p) => p ? Object.entries(p).flatMap(([$, k]) => {
204
- const S = n(k);
205
- return $ === "base" ? S.join("") : `${$} { ${S.join("")} }`;
206
- }) : [], r = (p) => p ? Object.entries(p).flatMap(([$, k]) => Object.entries(k).flatMap(([S, A]) => {
207
- const R = n(A, [$]), M = `.${$}-${S}, [data-${$}="${S}"]`, D = R.join("");
208
- return `${M} { ${D} }`;
209
- })) : [], l = n(e.variables), g = i(e.responsiveVariables), a = r(e.conditionalVariables), o = z(t), m = f(o, "css/_variables.css"), w = `:root { ${l.join("")} ${g.join("")} } ${a.join("")}`;
210
- N(m, w);
211
- const b = f(o, "css/_global.css"), y = O(e.global, "");
212
- N(b, `@layer global { ${y} }`);
213
- const F = f(o, "css/_reset.css"), u = e.reset === "none" ? {} : typeof e.reset == "object" ? e.reset : Ct, h = O(u, "");
214
- N(F, `@layer reset { ${h} }`);
215
- const c = f(o, "css/_templates.css"), d = tt(e.templates), x = wt(e.templates);
216
- N(c, d);
217
- const j = f(o, "types/css-tokens.d.ts"), C = `
218
- // Variable types
219
- type VariableTokens = ${[...s].join("|")};
220
- type PropertyValueToken = \`{\${VariableTokens}}\`;
221
-
222
- // Template types
223
- type TemplateTokens = {
224
- ${Object.entries(x).map(([p, $]) => `${p}?: ${$}`).join(`
225
- `)}
226
- }
227
- `;
228
- N(j, C);
229
- }, q = async (t, e, s) => {
230
- const n = G(e), i = f(s, "./temp");
231
- K(i) || W(i);
232
- const r = B(e);
233
- let l = J(e, "utf8");
234
- l = l.replace(/styled\(([^"'`{,]+),/g, (b, y) => {
235
- if (/^['"`]/.test(y)) return b;
236
- const P = new RegExp(`import\\s?\\{[^{}]*${y}[^{}]*\\}\\s?from\\s?([^{};]+);`);
237
- if (!P.test(l)) return b;
238
- const h = P.exec(l);
239
- if (h) {
240
- const c = h.at(1);
241
- if (it.some((x) => c == null ? void 0 : c.includes(x))) return b;
242
- }
243
- return "styled('div',";
244
- });
245
- const g = f(s, "js", n + ".js"), a = rt(t), o = await nt(t);
246
- await Q.build({
247
- stdin: {
248
- contents: l,
249
- sourcefile: r.base,
250
- resolveDir: r.dir,
251
- loader: "tsx"
252
- },
253
- minify: !1,
254
- treeShaking: !0,
255
- bundle: !0,
256
- outfile: g,
257
- format: o,
258
- target: ["node20"],
259
- keepNames: !0,
260
- external: a,
261
- packages: "external"
262
- });
263
- const m = Date.now();
264
- return await import(`${g}?t=${m}`);
265
- }, U = async (t) => {
266
- const e = z(t), s = f(e, "salty.config.js"), n = Date.now(), { config: i } = await import(`${s}?t=${n}`);
267
- return i;
268
- }, ct = () => {
269
- try {
270
- return process.env.NODE_ENV === "production";
271
- } catch {
272
- return !1;
273
- }
274
- }, Mt = async (t, e = ct()) => {
275
- try {
276
- const s = Date.now();
277
- e ? Z.info("Generating CSS in production mode! 🔥") : Z.info("Generating CSS in development mode! 🚀");
278
- const n = [], i = [], r = z(t), l = f(r, "index.css");
279
- (() => {
280
- K(r) && ut("rm -rf " + r), W(r), W(f(r, "css")), W(f(r, "types"));
281
- })(), await Pt(t);
282
- const a = await U(t);
283
- async function o(c, d) {
284
- const x = ["node_modules", "saltygen"], j = dt(c);
285
- if (j.isDirectory()) {
286
- const T = gt(c);
287
- if (x.some((p) => c.includes(p))) return;
288
- await Promise.all(T.map((p) => o(f(c, p), f(d, p))));
289
- } else if (j.isFile() && L(c)) {
290
- const C = await q(t, c, r), p = [];
291
- Object.entries(C).forEach(([M, D]) => {
292
- if (D.isKeyframes && D.css) {
293
- const X = `a_${D.animationName}.css`, ft = `css/${X}`, pt = f(r, ft);
294
- n.push(X), N(pt, D.css);
295
- return;
296
- }
297
- if (!D.generator) return;
298
- const E = D.generator._withBuildContext({
299
- name: M,
300
- config: a,
301
- prod: e
302
- });
303
- i[E.priority] || (i[E.priority] = []), i[E.priority].push(E.cssFileName), p.push(E.cssFileName);
304
- const at = `css/${E.cssFileName}`, lt = f(r, at);
305
- N(lt, E.css);
306
- });
307
- const $ = p.map((M) => `@import url('./${M}');`).join(`
308
- `), k = G(c, 6), S = B(c), A = V(S.name), R = f(r, `css/f_${A}-${k}.css`);
309
- N(R, $);
310
- }
311
- }
312
- await o(t, r);
313
- const m = n.map((c) => `@import url('./css/${c}');`).join(`
314
- `);
315
- let F = `@layer reset, global, l0, l1, l2, l3, l4, l5, l6, l7, l8;
316
-
317
- ${["_variables.css", "_reset.css", "_global.css", "_templates.css"].filter((c) => {
318
- try {
319
- return J(f(r, "css", c), "utf8").length > 0;
320
- } catch {
321
- return !1;
322
- }
323
- }).map((c) => `@import url('./css/${c}');`).join(`
324
- `)}
325
- ${m}`;
326
- if (a.importStrategy !== "component") {
327
- const c = i.reduce((d, x, j) => {
328
- const T = x.reduce((C, p) => C + `@import url('./css/${p}') layer(l${j});`, "");
329
- return `${d}
330
- ${T}`;
331
- }, "");
332
- F += c;
333
- }
334
- N(l, F);
335
- const u = Date.now() - s, h = u < 200 ? "🔥" : u < 500 ? "🚀" : u < 1e3 ? "🎉" : u < 2e3 ? "🚗" : u < 5e3 ? "🤔" : "🥴";
336
- Z.info(`Generated CSS in ${u}ms! ${h}`);
337
- } catch (s) {
338
- console.error(s);
339
- }
340
- }, _t = async (t, e) => {
341
- try {
342
- const s = [], n = f(t, "./saltygen"), i = f(n, "index.css");
343
- if (L(e)) {
344
- const l = await U(t), g = await q(t, e, n);
345
- Object.entries(g).forEach(([b, y]) => {
346
- if (y.isKeyframes && y.css) {
347
- const c = `css/${`a_${y.animationName}.css`}`, d = f(n, c);
348
- N(d, y.css);
349
- return;
350
- }
351
- if (!y.generator) return;
352
- const F = y.generator._withBuildContext({
353
- name: b,
354
- config: l
355
- }), P = `css/${F.cssFileName}`, u = f(n, P);
356
- s.push(F.cssFileName), N(u, F.css);
357
- });
358
- const a = J(i, "utf8").split(`
359
- `), o = s.map((b) => `@import url('../saltygen/css/${b}');`), w = [.../* @__PURE__ */ new Set([...a, ...o])].join(`
360
- `);
361
- N(i, w);
362
- }
363
- } catch (s) {
364
- console.error(s);
365
- }
366
- }, At = async (t, e, s = ct()) => {
367
- try {
368
- const n = f(t, "./saltygen");
369
- if (L(e)) {
370
- const r = J(e, "utf8");
371
- r.replace(/^(?!export\s)const\s.*/gm, (m) => `export ${m}`) !== r && await yt(e, r);
372
- const g = await U(t), a = await q(t, e, n);
373
- let o = r;
374
- if (Object.entries(a).forEach(([m, w]) => {
375
- var k;
376
- if (w.isKeyframes || !w.generator) return;
377
- const b = w.generator._withBuildContext({
378
- name: m,
379
- config: g,
380
- prod: s
381
- }), y = new RegExp(`\\s${m}[=\\s]+[^()]+styled\\(([^,]+),`, "g").exec(r);
382
- if (!y) return console.error("Could not find the original declaration");
383
- const F = (k = y.at(1)) == null ? void 0 : k.trim(), P = new RegExp(`\\s${m}[=\\s]+styled\\(`, "g").exec(o);
384
- if (!P) return console.error("Could not find the original declaration");
385
- const { index: u } = P;
386
- let h = !1;
387
- const c = setTimeout(() => h = !0, 5e3);
388
- let d = 0, x = !1, j = 0;
389
- for (; !x && !h; ) {
390
- const S = o[u + d];
391
- S === "(" && j++, S === ")" && j--, j === 0 && S === ")" && (x = !0), d > o.length && (h = !0), d++;
392
- }
393
- if (!h) clearTimeout(c);
394
- else throw new Error("Failed to find the end of the styled call and timed out");
395
- const T = u + d, C = o.slice(u, T), p = o, $ = ` ${m} = styled(${F}, "${b.classNames}", ${JSON.stringify(b.props)});`;
396
- o = o.replace(C, $), p === o && console.error("Minimize file failed to change content", { name: m, tagName: F });
397
- }), g.importStrategy === "component") {
398
- const m = G(e, 6), w = B(e);
399
- o = `import '../../saltygen/css/${`f_${V(w.name)}-${m}.css`}';
400
- ${o}`;
401
- }
402
- return o = o.replace("{ styled }", "{ styledClient as styled }"), o = o.replace("@salty-css/react/styled", "@salty-css/react/styled-client"), o;
403
- }
404
- } catch (n) {
405
- console.error("Error in minimizeFile:", n);
406
- }
407
- };
408
- export {
409
- _t as a,
410
- Mt as g,
411
- At as m,
412
- kt as s
413
- };