@chrome-devtools/inspector 1.20260809.0 → 1.20260823.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 -1
- package/Images.prebundle.js +1 -1
- package/{chunk-peymg6w9.js → chunk-04tz7xf1.js} +39118 -38809
- package/comment-mode.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 +893 -791
- package/package.json +1 -1
- package/src/comment-mode.svg +5 -0
package/Images.js
CHANGED
|
@@ -14,7 +14,6 @@ style.setProperty('--image-file-chromeMiddle', 'url(\"' + new URL('./chromeMiddl
|
|
|
14
14
|
style.setProperty('--image-file-chromeRight', 'url(\"' + new URL('./chromeRight.avif', import.meta.url).toString() + '\")');
|
|
15
15
|
style.setProperty('--image-file-cssoverview_icons_2x', 'url(\"' + new URL('./cssoverview_icons_2x.avif', import.meta.url).toString() + '\")');
|
|
16
16
|
style.setProperty('--image-file-nodeIcon', 'url(\"' + new URL('./nodeIcon.avif', import.meta.url).toString() + '\")');
|
|
17
|
-
style.setProperty('--image-file-toolbarResizerVertical', 'url(\"' + new URL('./toolbarResizerVertical.png', import.meta.url).toString() + '\")');
|
|
18
17
|
style.setProperty('--image-file-touchCursor_2x', 'url(\"' + new URL('./touchCursor_2x.png', import.meta.url).toString() + '\")');
|
|
19
18
|
style.setProperty('--image-file-geminiInDevTools', 'url(\"' + new URL('./geminiInDevTools.png', import.meta.url).toString() + '\")');
|
|
20
19
|
style.setProperty('--image-file-geminiInDevTools_2x', 'url(\"' + new URL('./geminiInDevTools_2x.png', import.meta.url).toString() + '\")');
|
|
@@ -99,6 +98,7 @@ style.setProperty('--image-file-code', 'url(\"' + new URL(new URL('code.svg', im
|
|
|
99
98
|
style.setProperty('--image-file-colon', 'url(\"' + new URL(new URL('colon.svg', import.meta.url).href).toString() + '\")');
|
|
100
99
|
style.setProperty('--image-file-color-picker-filled', 'url(\"' + new URL(new URL('color-picker-filled.svg', import.meta.url).href).toString() + '\")');
|
|
101
100
|
style.setProperty('--image-file-color-picker', 'url(\"' + new URL(new URL('color-picker.svg', import.meta.url).href).toString() + '\")');
|
|
101
|
+
style.setProperty('--image-file-comment-mode', 'url(\"' + new URL(new URL('comment-mode.svg', import.meta.url).href).toString() + '\")');
|
|
102
102
|
style.setProperty('--image-file-compress', 'url(\"' + new URL(new URL('compress.svg', import.meta.url).href).toString() + '\")');
|
|
103
103
|
style.setProperty('--image-file-console-conditional-breakpoint', 'url(\"' + new URL(new URL('console-conditional-breakpoint.svg', import.meta.url).href).toString() + '\")');
|
|
104
104
|
style.setProperty('--image-file-console-logpoint', 'url(\"' + new URL(new URL('console-logpoint.svg', import.meta.url).href).toString() + '\")');
|
package/Images.prebundle.js
CHANGED
|
@@ -15,7 +15,6 @@ style.setProperty('--image-file-chromeMiddle', 'url(\"' + new URL('./chromeMiddl
|
|
|
15
15
|
style.setProperty('--image-file-chromeRight', 'url(\"' + new URL('./chromeRight.avif', import.meta.url).toString() + '\")');
|
|
16
16
|
style.setProperty('--image-file-cssoverview_icons_2x', 'url(\"' + new URL('./cssoverview_icons_2x.avif', import.meta.url).toString() + '\")');
|
|
17
17
|
style.setProperty('--image-file-nodeIcon', 'url(\"' + new URL('./nodeIcon.avif', import.meta.url).toString() + '\")');
|
|
18
|
-
style.setProperty('--image-file-toolbarResizerVertical', 'url(\"' + new URL('./toolbarResizerVertical.png', import.meta.url).toString() + '\")');
|
|
19
18
|
style.setProperty('--image-file-touchCursor_2x', 'url(\"' + new URL('./touchCursor_2x.png', import.meta.url).toString() + '\")');
|
|
20
19
|
style.setProperty('--image-file-geminiInDevTools', 'url(\"' + new URL('./geminiInDevTools.png', import.meta.url).toString() + '\")');
|
|
21
20
|
style.setProperty('--image-file-geminiInDevTools_2x', 'url(\"' + new URL('./geminiInDevTools_2x.png', import.meta.url).toString() + '\")');
|
|
@@ -100,6 +99,7 @@ style.setProperty('--image-file-code', 'url(\"' + new URL('./src/code.svg', impo
|
|
|
100
99
|
style.setProperty('--image-file-colon', 'url(\"' + new URL('./src/colon.svg', import.meta.url).toString() + '\")');
|
|
101
100
|
style.setProperty('--image-file-color-picker-filled', 'url(\"' + new URL('./src/color-picker-filled.svg', import.meta.url).toString() + '\")');
|
|
102
101
|
style.setProperty('--image-file-color-picker', 'url(\"' + new URL('./src/color-picker.svg', import.meta.url).toString() + '\")');
|
|
102
|
+
style.setProperty('--image-file-comment-mode', 'url(\"' + new URL('./src/comment-mode.svg', import.meta.url).toString() + '\")');
|
|
103
103
|
style.setProperty('--image-file-compress', 'url(\"' + new URL('./src/compress.svg', import.meta.url).toString() + '\")');
|
|
104
104
|
style.setProperty('--image-file-console-conditional-breakpoint', 'url(\"' + new URL('./src/console-conditional-breakpoint.svg', import.meta.url).toString() + '\")');
|
|
105
105
|
style.setProperty('--image-file-console-logpoint', 'url(\"' + new URL('./src/console-logpoint.svg', import.meta.url).toString() + '\")');
|