@chrome-devtools/trace-app 1.20251910.0 → 1.20252610.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
@@ -196,6 +196,7 @@ style.setProperty('--image-file-justify-content-space-around', 'url(\"' + new UR
196
196
  style.setProperty('--image-file-justify-content-space-between', 'url(\"' + new URL(new URL('justify-content-space-between.svg', import.meta.url).href).toString() + '\")');
197
197
  style.setProperty('--image-file-justify-content-space-evenly', 'url(\"' + new URL(new URL('justify-content-space-evenly.svg', import.meta.url).href).toString() + '\")');
198
198
  style.setProperty('--image-file-justify-content-start', 'url(\"' + new URL(new URL('justify-content-start.svg', import.meta.url).href).toString() + '\")');
199
+ style.setProperty('--image-file-justify-content-stretch', 'url(\"' + new URL(new URL('justify-content-stretch.svg', import.meta.url).href).toString() + '\")');
199
200
  style.setProperty('--image-file-justify-items-center', 'url(\"' + new URL(new URL('justify-items-center.svg', import.meta.url).href).toString() + '\")');
200
201
  style.setProperty('--image-file-justify-items-end', 'url(\"' + new URL(new URL('justify-items-end.svg', import.meta.url).href).toString() + '\")');
201
202
  style.setProperty('--image-file-justify-items-start', 'url(\"' + new URL(new URL('justify-items-start.svg', import.meta.url).href).toString() + '\")');
@@ -197,6 +197,7 @@ style.setProperty('--image-file-justify-content-space-around', 'url(\"' + new UR
197
197
  style.setProperty('--image-file-justify-content-space-between', 'url(\"' + new URL('./src/justify-content-space-between.svg', import.meta.url).toString() + '\")');
198
198
  style.setProperty('--image-file-justify-content-space-evenly', 'url(\"' + new URL('./src/justify-content-space-evenly.svg', import.meta.url).toString() + '\")');
199
199
  style.setProperty('--image-file-justify-content-start', 'url(\"' + new URL('./src/justify-content-start.svg', import.meta.url).toString() + '\")');
200
+ style.setProperty('--image-file-justify-content-stretch', 'url(\"' + new URL('./src/justify-content-stretch.svg', import.meta.url).toString() + '\")');
200
201
  style.setProperty('--image-file-justify-items-center', 'url(\"' + new URL('./src/justify-items-center.svg', import.meta.url).toString() + '\")');
201
202
  style.setProperty('--image-file-justify-items-end', 'url(\"' + new URL('./src/justify-items-end.svg', import.meta.url).toString() + '\")');
202
203
  style.setProperty('--image-file-justify-items-start', 'url(\"' + new URL('./src/justify-items-start.svg', import.meta.url).toString() + '\")');