@chrome-devtools/inspector 1.20260111.0 → 1.20260125.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 +4 -0
- package/Images.prebundle.js +4 -0
- package/{chunk-xc4tgv5a.js → chunk-m0mdrbh2.js} +6831 -6598
- package/database-off.svg +1 -0
- package/geminiInDevTools.png +0 -0
- package/geminiInDevTools_2x.png +0 -0
- package/grid-direction.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 +40 -16
- package/lock-person.svg +1 -1
- package/package.json +1 -1
- package/src/database-off.svg +1 -0
- package/src/grid-direction.svg +6 -0
- package/src/lock-person.svg +1 -1
package/Images.js
CHANGED
|
@@ -19,6 +19,8 @@ style.setProperty('--image-file-nodeIcon', 'url(\"' + new URL('./nodeIcon.avif',
|
|
|
19
19
|
style.setProperty('--image-file-popoverArrows', 'url(\"' + new URL('./popoverArrows.png', import.meta.url).toString() + '\")');
|
|
20
20
|
style.setProperty('--image-file-toolbarResizerVertical', 'url(\"' + new URL('./toolbarResizerVertical.png', import.meta.url).toString() + '\")');
|
|
21
21
|
style.setProperty('--image-file-touchCursor_2x', 'url(\"' + new URL('./touchCursor_2x.png', import.meta.url).toString() + '\")');
|
|
22
|
+
style.setProperty('--image-file-geminiInDevTools', 'url(\"' + new URL('./geminiInDevTools.png', import.meta.url).toString() + '\")');
|
|
23
|
+
style.setProperty('--image-file-geminiInDevTools_2x', 'url(\"' + new URL('./geminiInDevTools_2x.png', import.meta.url).toString() + '\")');
|
|
22
24
|
style.setProperty('--image-file-touchCursor', 'url(\"' + new URL('./touchCursor.png', import.meta.url).toString() + '\")');
|
|
23
25
|
style.setProperty('--image-file-gdp-logo-light', 'url(\"' + new URL('./gdp-logo-light.png', import.meta.url).toString() + '\")');
|
|
24
26
|
style.setProperty('--image-file-gdp-logo-dark', 'url(\"' + new URL('./gdp-logo-dark.png', import.meta.url).toString() + '\")');
|
|
@@ -112,6 +114,7 @@ style.setProperty('--image-file-cross-circle-filled', 'url(\"' + new URL(new URL
|
|
|
112
114
|
style.setProperty('--image-file-cross-circle', 'url(\"' + new URL(new URL('cross-circle.svg', import.meta.url).href).toString() + '\")');
|
|
113
115
|
style.setProperty('--image-file-cross', 'url(\"' + new URL(new URL('cross.svg', import.meta.url).href).toString() + '\")');
|
|
114
116
|
style.setProperty('--image-file-custom-typography', 'url(\"' + new URL(new URL('custom-typography.svg', import.meta.url).href).toString() + '\")');
|
|
117
|
+
style.setProperty('--image-file-database-off', 'url(\"' + new URL(new URL('database-off.svg', import.meta.url).href).toString() + '\")');
|
|
115
118
|
style.setProperty('--image-file-database', 'url(\"' + new URL(new URL('database.svg', import.meta.url).href).toString() + '\")');
|
|
116
119
|
style.setProperty('--image-file-deployed', 'url(\"' + new URL(new URL('deployed.svg', import.meta.url).href).toString() + '\")');
|
|
117
120
|
style.setProperty('--image-file-device-fold', 'url(\"' + new URL(new URL('device-fold.svg', import.meta.url).href).toString() + '\")');
|
|
@@ -173,6 +176,7 @@ style.setProperty('--image-file-gears', 'url(\"' + new URL(new URL('gears.svg',
|
|
|
173
176
|
style.setProperty('--image-file-global', 'url(\"' + new URL(new URL('global.svg', import.meta.url).href).toString() + '\")');
|
|
174
177
|
style.setProperty('--image-file-google', 'url(\"' + new URL(new URL('google.svg', import.meta.url).href).toString() + '\")');
|
|
175
178
|
style.setProperty('--image-file-goto-filled', 'url(\"' + new URL(new URL('goto-filled.svg', import.meta.url).href).toString() + '\")');
|
|
179
|
+
style.setProperty('--image-file-grid-direction', 'url(\"' + new URL(new URL('grid-direction.svg', import.meta.url).href).toString() + '\")');
|
|
176
180
|
style.setProperty('--image-file-grid-on', 'url(\"' + new URL(new URL('grid-on.svg', import.meta.url).href).toString() + '\")');
|
|
177
181
|
style.setProperty('--image-file-group', 'url(\"' + new URL(new URL('group.svg', import.meta.url).href).toString() + '\")');
|
|
178
182
|
style.setProperty('--image-file-heap-snapshot', 'url(\"' + new URL(new URL('heap-snapshot.svg', import.meta.url).href).toString() + '\")');
|
package/Images.prebundle.js
CHANGED
|
@@ -20,6 +20,8 @@ style.setProperty('--image-file-nodeIcon', 'url(\"' + new URL('./nodeIcon.avif',
|
|
|
20
20
|
style.setProperty('--image-file-popoverArrows', 'url(\"' + new URL('./popoverArrows.png', import.meta.url).toString() + '\")');
|
|
21
21
|
style.setProperty('--image-file-toolbarResizerVertical', 'url(\"' + new URL('./toolbarResizerVertical.png', import.meta.url).toString() + '\")');
|
|
22
22
|
style.setProperty('--image-file-touchCursor_2x', 'url(\"' + new URL('./touchCursor_2x.png', import.meta.url).toString() + '\")');
|
|
23
|
+
style.setProperty('--image-file-geminiInDevTools', 'url(\"' + new URL('./geminiInDevTools.png', import.meta.url).toString() + '\")');
|
|
24
|
+
style.setProperty('--image-file-geminiInDevTools_2x', 'url(\"' + new URL('./geminiInDevTools_2x.png', import.meta.url).toString() + '\")');
|
|
23
25
|
style.setProperty('--image-file-touchCursor', 'url(\"' + new URL('./touchCursor.png', import.meta.url).toString() + '\")');
|
|
24
26
|
style.setProperty('--image-file-gdp-logo-light', 'url(\"' + new URL('./gdp-logo-light.png', import.meta.url).toString() + '\")');
|
|
25
27
|
style.setProperty('--image-file-gdp-logo-dark', 'url(\"' + new URL('./gdp-logo-dark.png', import.meta.url).toString() + '\")');
|
|
@@ -113,6 +115,7 @@ style.setProperty('--image-file-cross-circle-filled', 'url(\"' + new URL('./src/
|
|
|
113
115
|
style.setProperty('--image-file-cross-circle', 'url(\"' + new URL('./src/cross-circle.svg', import.meta.url).toString() + '\")');
|
|
114
116
|
style.setProperty('--image-file-cross', 'url(\"' + new URL('./src/cross.svg', import.meta.url).toString() + '\")');
|
|
115
117
|
style.setProperty('--image-file-custom-typography', 'url(\"' + new URL('./src/custom-typography.svg', import.meta.url).toString() + '\")');
|
|
118
|
+
style.setProperty('--image-file-database-off', 'url(\"' + new URL('./src/database-off.svg', import.meta.url).toString() + '\")');
|
|
116
119
|
style.setProperty('--image-file-database', 'url(\"' + new URL('./src/database.svg', import.meta.url).toString() + '\")');
|
|
117
120
|
style.setProperty('--image-file-deployed', 'url(\"' + new URL('./src/deployed.svg', import.meta.url).toString() + '\")');
|
|
118
121
|
style.setProperty('--image-file-device-fold', 'url(\"' + new URL('./src/device-fold.svg', import.meta.url).toString() + '\")');
|
|
@@ -174,6 +177,7 @@ style.setProperty('--image-file-gears', 'url(\"' + new URL('./src/gears.svg', im
|
|
|
174
177
|
style.setProperty('--image-file-global', 'url(\"' + new URL('./src/global.svg', import.meta.url).toString() + '\")');
|
|
175
178
|
style.setProperty('--image-file-google', 'url(\"' + new URL('./src/google.svg', import.meta.url).toString() + '\")');
|
|
176
179
|
style.setProperty('--image-file-goto-filled', 'url(\"' + new URL('./src/goto-filled.svg', import.meta.url).toString() + '\")');
|
|
180
|
+
style.setProperty('--image-file-grid-direction', 'url(\"' + new URL('./src/grid-direction.svg', import.meta.url).toString() + '\")');
|
|
177
181
|
style.setProperty('--image-file-grid-on', 'url(\"' + new URL('./src/grid-on.svg', import.meta.url).toString() + '\")');
|
|
178
182
|
style.setProperty('--image-file-group', 'url(\"' + new URL('./src/group.svg', import.meta.url).toString() + '\")');
|
|
179
183
|
style.setProperty('--image-file-heap-snapshot', 'url(\"' + new URL('./src/heap-snapshot.svg', import.meta.url).toString() + '\")');
|