tailwind-styled-v4 5.0.39 → 5.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/compiler.js CHANGED
@@ -830,14 +830,13 @@ async function generateRawCss(classes, cssEntryContent, root) {
830
830
  const compiler = await Promise.resolve(tw.compile(input, { loadStylesheet }));
831
831
  return compiler.build(classes);
832
832
  }
833
- var import_node_module3, import_meta, require2, MAX_CACHE_MEMORY, _twEngine, _twEngineError;
833
+ var import_node_module3, require2, MAX_CACHE_MEMORY, _twEngine, _twEngineError;
834
834
  var init_tailwindEngine = __esm({
835
835
  "packages/domain/compiler/src/tailwindEngine.ts"() {
836
836
  "use strict";
837
837
  import_node_module3 = require("module");
838
- import_meta = {};
839
838
  require2 = (0, import_node_module3.createRequire)(
840
- typeof __filename !== "undefined" ? `file://${__filename}` : typeof import_meta !== "undefined" && __importMetaUrl ? __importMetaUrl : "file://unknown"
839
+ typeof __filename !== "undefined" ? `file://${__filename}` : false ? __importMetaUrl : "file://unknown"
841
840
  );
842
841
  MAX_CACHE_MEMORY = 256 * 1024;
843
842
  _twEngine = null;
@@ -1020,7 +1019,7 @@ function processTailwindCssWithTargets(css, targets) {
1020
1019
  }
1021
1020
  return result.css;
1022
1021
  }
1023
- var import_node_module4, import_meta2, require3, _cssCache, _cacheHits, _cacheMisses, MAX_CACHE_SIZE, MAX_CACHE_MEMORY2;
1022
+ var import_node_module4, require3, _cssCache, _cacheHits, _cacheMisses, MAX_CACHE_SIZE, MAX_CACHE_MEMORY2;
1024
1023
  var init_tailwindEngine2 = __esm({
1025
1024
  "packages/domain/compiler/src/compiler/tailwindEngine.ts"() {
1026
1025
  "use strict";
@@ -1029,9 +1028,8 @@ var init_tailwindEngine2 = __esm({
1029
1028
  init_cssGeneratorNative();
1030
1029
  init_cssCompilationNative();
1031
1030
  init_tailwindEngine();
1032
- import_meta2 = {};
1033
1031
  require3 = (0, import_node_module4.createRequire)(
1034
- typeof __filename !== "undefined" ? `file://${__filename}` : typeof import_meta2 !== "undefined" && __importMetaUrl ? __importMetaUrl : "file://unknown"
1032
+ typeof __filename !== "undefined" ? `file://${__filename}` : false ? __importMetaUrl : "file://unknown"
1035
1033
  );
1036
1034
  _cssCache = /* @__PURE__ */ new Map();
1037
1035
  _cacheHits = 0;