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/package.json
CHANGED
package/resources/index.js
CHANGED
|
@@ -176,7 +176,7 @@ class TextBrowser {
|
|
|
176
176
|
builtinIndex,
|
|
177
177
|
1,
|
|
178
178
|
new URL('index.css', moduleURL).href,
|
|
179
|
-
new URL('
|
|
179
|
+
new URL('../../dialog-polyfill/dist/dialog-polyfill.css', moduleURL).href
|
|
180
180
|
);
|
|
181
181
|
}
|
|
182
182
|
this.stylesheets = stylesheets;
|
package/sw-sample.js
CHANGED
|
@@ -136,7 +136,7 @@ const defaultUserStaticFiles = [
|
|
|
136
136
|
// get these as reliable full paths without hard-coding or needing to
|
|
137
137
|
// actually be in `node_modules/textbrowser`; see `resources/index.js`
|
|
138
138
|
const textbrowserStaticResourceFiles = [
|
|
139
|
-
'node_modules/
|
|
139
|
+
'node_modules/dialog-polyfill/dist/dialog-polyfill.esm.js',
|
|
140
140
|
|
|
141
141
|
'node_modules/textbrowser/appdata/languages.json',
|
|
142
142
|
|