@chrome-devtools/inspector 1.20260322.0 → 1.20260329.0
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/Images.js +1 -0
- package/Images.prebundle.js +1 -0
- package/{chunk-cyc056gk.js → chunk-c4mxax9m.js} +5868 -5270
- package/dots-circle.svg +1 -0
- package/inspector.html +1 -1
- package/locales/en-US.json +1 -1
- package/locales/generated/collected-ui-strings.d +1 -1
- package/locales/generated/en-US.json +111 -15
- package/package.json +1 -1
- package/src/dots-circle.svg +10 -0
package/Images.js
CHANGED
|
@@ -132,6 +132,7 @@ style.setProperty('--image-file-document', 'url(\"' + new URL(new URL('document.
|
|
|
132
132
|
style.setProperty('--image-file-dog-paw', 'url(\"' + new URL(new URL('dog-paw.svg', import.meta.url).href).toString() + '\")');
|
|
133
133
|
style.setProperty('--image-file-dom-detective-badge', 'url(\"' + new URL(new URL('dom-detective-badge.svg', import.meta.url).href).toString() + '\")');
|
|
134
134
|
style.setProperty('--image-file-domain', 'url(\"' + new URL(new URL('domain.svg', import.meta.url).href).toString() + '\")');
|
|
135
|
+
style.setProperty('--image-file-dots-circle', 'url(\"' + new URL(new URL('dots-circle.svg', import.meta.url).href).toString() + '\")');
|
|
135
136
|
style.setProperty('--image-file-dots-horizontal', 'url(\"' + new URL(new URL('dots-horizontal.svg', import.meta.url).href).toString() + '\")');
|
|
136
137
|
style.setProperty('--image-file-dots-vertical', 'url(\"' + new URL(new URL('dots-vertical.svg', import.meta.url).href).toString() + '\")');
|
|
137
138
|
style.setProperty('--image-file-download', 'url(\"' + new URL(new URL('download.svg', import.meta.url).href).toString() + '\")');
|
package/Images.prebundle.js
CHANGED
|
@@ -133,6 +133,7 @@ style.setProperty('--image-file-document', 'url(\"' + new URL('./src/document.sv
|
|
|
133
133
|
style.setProperty('--image-file-dog-paw', 'url(\"' + new URL('./src/dog-paw.svg', import.meta.url).toString() + '\")');
|
|
134
134
|
style.setProperty('--image-file-dom-detective-badge', 'url(\"' + new URL('./src/dom-detective-badge.svg', import.meta.url).toString() + '\")');
|
|
135
135
|
style.setProperty('--image-file-domain', 'url(\"' + new URL('./src/domain.svg', import.meta.url).toString() + '\")');
|
|
136
|
+
style.setProperty('--image-file-dots-circle', 'url(\"' + new URL('./src/dots-circle.svg', import.meta.url).toString() + '\")');
|
|
136
137
|
style.setProperty('--image-file-dots-horizontal', 'url(\"' + new URL('./src/dots-horizontal.svg', import.meta.url).toString() + '\")');
|
|
137
138
|
style.setProperty('--image-file-dots-vertical', 'url(\"' + new URL('./src/dots-vertical.svg', import.meta.url).toString() + '\")');
|
|
138
139
|
style.setProperty('--image-file-download', 'url(\"' + new URL('./src/download.svg', import.meta.url).toString() + '\")');
|