@chrome-devtools/rehydrated-devtools-app 1.20260426.0 → 1.20260510.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
@@ -113,7 +113,6 @@ style.setProperty('--image-file-credit-card', 'url(\"' + new URL(new URL('credit
113
113
  style.setProperty('--image-file-cross-circle-filled', 'url(\"' + new URL(new URL('cross-circle-filled.svg', import.meta.url).href).toString() + '\")');
114
114
  style.setProperty('--image-file-cross-circle', 'url(\"' + new URL(new URL('cross-circle.svg', import.meta.url).href).toString() + '\")');
115
115
  style.setProperty('--image-file-cross', 'url(\"' + new URL(new URL('cross.svg', import.meta.url).href).toString() + '\")');
116
- style.setProperty('--image-file-custom-typography', 'url(\"' + new URL(new URL('custom-typography.svg', import.meta.url).href).toString() + '\")');
117
116
  style.setProperty('--image-file-database-off', 'url(\"' + new URL(new URL('database-off.svg', import.meta.url).href).toString() + '\")');
118
117
  style.setProperty('--image-file-database', 'url(\"' + new URL(new URL('database.svg', import.meta.url).href).toString() + '\")');
119
118
  style.setProperty('--image-file-deployed', 'url(\"' + new URL(new URL('deployed.svg', import.meta.url).href).toString() + '\")');
@@ -132,7 +131,6 @@ style.setProperty('--image-file-document', 'url(\"' + new URL(new URL('document.
132
131
  style.setProperty('--image-file-dog-paw', 'url(\"' + new URL(new URL('dog-paw.svg', import.meta.url).href).toString() + '\")');
133
132
  style.setProperty('--image-file-dom-detective-badge', 'url(\"' + new URL(new URL('dom-detective-badge.svg', import.meta.url).href).toString() + '\")');
134
133
  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() + '\")');
136
134
  style.setProperty('--image-file-dots-horizontal', 'url(\"' + new URL(new URL('dots-horizontal.svg', import.meta.url).href).toString() + '\")');
137
135
  style.setProperty('--image-file-dots-vertical', 'url(\"' + new URL(new URL('dots-vertical.svg', import.meta.url).href).toString() + '\")');
138
136
  style.setProperty('--image-file-download', 'url(\"' + new URL(new URL('download.svg', import.meta.url).href).toString() + '\")');
@@ -140,6 +138,7 @@ style.setProperty('--image-file-edit', 'url(\"' + new URL(new URL('edit.svg', im
140
138
  style.setProperty('--image-file-empty', 'url(\"' + new URL(new URL('empty.svg', import.meta.url).href).toString() + '\")');
141
139
  style.setProperty('--image-file-errorWave', 'url(\"' + new URL(new URL('errorWave.svg', import.meta.url).href).toString() + '\")');
142
140
  style.setProperty('--image-file-exclamation', 'url(\"' + new URL(new URL('exclamation.svg', import.meta.url).href).toString() + '\")');
141
+ style.setProperty('--image-file-expand', 'url(\"' + new URL(new URL('expand.svg', import.meta.url).href).toString() + '\")');
143
142
  style.setProperty('--image-file-experiment-check', 'url(\"' + new URL(new URL('experiment-check.svg', import.meta.url).href).toString() + '\")');
144
143
  style.setProperty('--image-file-experiment', 'url(\"' + new URL(new URL('experiment.svg', import.meta.url).href).toString() + '\")');
145
144
  style.setProperty('--image-file-extension', 'url(\"' + new URL(new URL('extension.svg', import.meta.url).href).toString() + '\")');
@@ -114,7 +114,6 @@ style.setProperty('--image-file-credit-card', 'url(\"' + new URL('./src/credit-c
114
114
  style.setProperty('--image-file-cross-circle-filled', 'url(\"' + new URL('./src/cross-circle-filled.svg', import.meta.url).toString() + '\")');
115
115
  style.setProperty('--image-file-cross-circle', 'url(\"' + new URL('./src/cross-circle.svg', import.meta.url).toString() + '\")');
116
116
  style.setProperty('--image-file-cross', 'url(\"' + new URL('./src/cross.svg', import.meta.url).toString() + '\")');
117
- style.setProperty('--image-file-custom-typography', 'url(\"' + new URL('./src/custom-typography.svg', import.meta.url).toString() + '\")');
118
117
  style.setProperty('--image-file-database-off', 'url(\"' + new URL('./src/database-off.svg', import.meta.url).toString() + '\")');
119
118
  style.setProperty('--image-file-database', 'url(\"' + new URL('./src/database.svg', import.meta.url).toString() + '\")');
120
119
  style.setProperty('--image-file-deployed', 'url(\"' + new URL('./src/deployed.svg', import.meta.url).toString() + '\")');
@@ -133,7 +132,6 @@ style.setProperty('--image-file-document', 'url(\"' + new URL('./src/document.sv
133
132
  style.setProperty('--image-file-dog-paw', 'url(\"' + new URL('./src/dog-paw.svg', import.meta.url).toString() + '\")');
134
133
  style.setProperty('--image-file-dom-detective-badge', 'url(\"' + new URL('./src/dom-detective-badge.svg', import.meta.url).toString() + '\")');
135
134
  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() + '\")');
137
135
  style.setProperty('--image-file-dots-horizontal', 'url(\"' + new URL('./src/dots-horizontal.svg', import.meta.url).toString() + '\")');
138
136
  style.setProperty('--image-file-dots-vertical', 'url(\"' + new URL('./src/dots-vertical.svg', import.meta.url).toString() + '\")');
139
137
  style.setProperty('--image-file-download', 'url(\"' + new URL('./src/download.svg', import.meta.url).toString() + '\")');
@@ -141,6 +139,7 @@ style.setProperty('--image-file-edit', 'url(\"' + new URL('./src/edit.svg', impo
141
139
  style.setProperty('--image-file-empty', 'url(\"' + new URL('./src/empty.svg', import.meta.url).toString() + '\")');
142
140
  style.setProperty('--image-file-errorWave', 'url(\"' + new URL('./src/errorWave.svg', import.meta.url).toString() + '\")');
143
141
  style.setProperty('--image-file-exclamation', 'url(\"' + new URL('./src/exclamation.svg', import.meta.url).toString() + '\")');
142
+ style.setProperty('--image-file-expand', 'url(\"' + new URL('./src/expand.svg', import.meta.url).toString() + '\")');
144
143
  style.setProperty('--image-file-experiment-check', 'url(\"' + new URL('./src/experiment-check.svg', import.meta.url).toString() + '\")');
145
144
  style.setProperty('--image-file-experiment', 'url(\"' + new URL('./src/experiment.svg', import.meta.url).toString() + '\")');
146
145
  style.setProperty('--image-file-extension', 'url(\"' + new URL('./src/extension.svg', import.meta.url).toString() + '\")');