@chrome-devtools/trace-app 1.20260503.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() + '\")');
@@ -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() + '\")');