@chrome-devtools/devtools-app 1.20260222.0 → 1.20260308.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 CHANGED
@@ -290,6 +290,7 @@ style.setProperty('--image-file-step', 'url(\"' + new URL(new URL('step.svg', im
290
290
  style.setProperty('--image-file-stop', 'url(\"' + new URL(new URL('stop.svg', import.meta.url).href).toString() + '\")');
291
291
  style.setProperty('--image-file-symbol', 'url(\"' + new URL(new URL('symbol.svg', import.meta.url).href).toString() + '\")');
292
292
  style.setProperty('--image-file-sync', 'url(\"' + new URL(new URL('sync.svg', import.meta.url).href).toString() + '\")');
293
+ style.setProperty('--image-file-tab-move', 'url(\"' + new URL(new URL('tab-move.svg', import.meta.url).href).toString() + '\")');
293
294
  style.setProperty('--image-file-table', 'url(\"' + new URL(new URL('table.svg', import.meta.url).href).toString() + '\")');
294
295
  style.setProperty('--image-file-terminal', 'url(\"' + new URL(new URL('terminal.svg', import.meta.url).href).toString() + '\")');
295
296
  style.setProperty('--image-file-text-analysis', 'url(\"' + new URL(new URL('text-analysis.svg', import.meta.url).href).toString() + '\")');
@@ -291,6 +291,7 @@ style.setProperty('--image-file-step', 'url(\"' + new URL('./src/step.svg', impo
291
291
  style.setProperty('--image-file-stop', 'url(\"' + new URL('./src/stop.svg', import.meta.url).toString() + '\")');
292
292
  style.setProperty('--image-file-symbol', 'url(\"' + new URL('./src/symbol.svg', import.meta.url).toString() + '\")');
293
293
  style.setProperty('--image-file-sync', 'url(\"' + new URL('./src/sync.svg', import.meta.url).toString() + '\")');
294
+ style.setProperty('--image-file-tab-move', 'url(\"' + new URL('./src/tab-move.svg', import.meta.url).toString() + '\")');
294
295
  style.setProperty('--image-file-table', 'url(\"' + new URL('./src/table.svg', import.meta.url).toString() + '\")');
295
296
  style.setProperty('--image-file-terminal', 'url(\"' + new URL('./src/terminal.svg', import.meta.url).toString() + '\")');
296
297
  style.setProperty('--image-file-text-analysis', 'url(\"' + new URL('./src/text-analysis.svg', import.meta.url).toString() + '\")');