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/CHANGES.md +4 -0
- package/README.md +2 -2
- package/dist/index-es.js +1 -1
- package/dist/index-es.min.js +1 -1
- package/dist/index-umd.js +1 -1
- package/dist/index-umd.min.js +1 -1
- package/package.json +1 -1
- package/resources/index.js +1 -1
- package/sw-sample.js +1 -1
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('
|
|
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;
|