textbrowser 0.41.1 → 0.41.2

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/index-umd.js CHANGED
@@ -19433,7 +19433,7 @@ body {
19433
19433
  const builtinIndex = stylesheets.indexOf('@builtin');
19434
19434
 
19435
19435
  if (builtinIndex !== -1) {
19436
- stylesheets.splice(builtinIndex, 1, new URL('index.css', moduleURL).href, new URL('node_modules/textbrowser/node_modules/dialog-polyfill/dist/dialog-polyfill.css', location).href);
19436
+ stylesheets.splice(builtinIndex, 1, new URL('index.css', moduleURL).href, new URL('../../dialog-polyfill/dist/dialog-polyfill.css', moduleURL).href);
19437
19437
  }
19438
19438
 
19439
19439
  this.stylesheets = stylesheets;