@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 +1 -0
- package/Images.prebundle.js +1 -0
- package/{chunk-rcmy6e6a.js → chunk-sa5rnqa6.js} +2319 -2280
- package/justify-content-stretch.svg +1 -0
- package/locales/en-US.json +1 -1
- package/locales/generated/collected-ui-strings.d +1 -1
- package/locales/generated/en-US.json +104 -47
- package/package.json +1 -1
- package/src/justify-content-stretch.svg +4 -0
- package/trace_app.html +1 -1
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() + '\")');
|
package/Images.prebundle.js
CHANGED
|
@@ -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() + '\")');
|