tailwind-styled-v4 5.0.24 → 5.0.26

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.
@@ -328,6 +328,7 @@ var init_src2 = __esm({
328
328
  init_cache();
329
329
  init_redis();
330
330
  init_watch();
331
+ module$1.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('webpackLoader.js', document.baseURI).href)));
331
332
  transformSource = (source, opts) => {
332
333
  const native = getNativeBridge();
333
334
  if (!native?.transformSource) {