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.
package/dist/tw.js CHANGED
@@ -6202,6 +6202,7 @@ var init_src4 = __esm({
6202
6202
  init_cache();
6203
6203
  init_redis();
6204
6204
  init_watch();
6205
+ module$1.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('tw.js', document.baseURI).href)));
6205
6206
  compileCssFromClasses = (classes, prefix) => {
6206
6207
  const native = getNativeBridge();
6207
6208
  if (!native?.transformSource) {