@chrome-devtools/trace-app 1.20260705.0 → 1.20260712.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/ads.svg +1 -0
- package/{chunk-qa53vnts.js → chunk-0hf128y7.js} +3383 -3358
- package/{chunk-9s9mfj17.css → chunk-7zwk8ke4.css} +1 -1
- package/locales/en-US.json +1 -1
- package/locales/generated/collected-ui-strings.d +1 -1
- package/locales/generated/en-US.json +248 -215
- package/package.json +1 -1
- package/src/ads.svg +1 -0
- package/trace_app.html +1 -1
package/Images.js
CHANGED
|
@@ -28,6 +28,7 @@ style.setProperty('--image-file-accelerometer-back', 'url(\"' + new URL(new URL(
|
|
|
28
28
|
style.setProperty('--image-file-accelerometer-front', 'url(\"' + new URL(new URL('accelerometer-front.svg', import.meta.url).href).toString() + '\")');
|
|
29
29
|
style.setProperty('--image-file-account-tree', 'url(\"' + new URL(new URL('account-tree.svg', import.meta.url).href).toString() + '\")');
|
|
30
30
|
style.setProperty('--image-file-add-photo', 'url(\"' + new URL(new URL('add-photo.svg', import.meta.url).href).toString() + '\")');
|
|
31
|
+
style.setProperty('--image-file-ads', 'url(\"' + new URL(new URL('ads.svg', import.meta.url).href).toString() + '\")');
|
|
31
32
|
style.setProperty('--image-file-ai-explorer-badge', 'url(\"' + new URL(new URL('ai-explorer-badge.svg', import.meta.url).href).toString() + '\")');
|
|
32
33
|
style.setProperty('--image-file-align-content-center', 'url(\"' + new URL(new URL('align-content-center.svg', import.meta.url).href).toString() + '\")');
|
|
33
34
|
style.setProperty('--image-file-align-content-end', 'url(\"' + new URL(new URL('align-content-end.svg', import.meta.url).href).toString() + '\")');
|
package/Images.prebundle.js
CHANGED
|
@@ -29,6 +29,7 @@ style.setProperty('--image-file-accelerometer-back', 'url(\"' + new URL('./src/a
|
|
|
29
29
|
style.setProperty('--image-file-accelerometer-front', 'url(\"' + new URL('./src/accelerometer-front.svg', import.meta.url).toString() + '\")');
|
|
30
30
|
style.setProperty('--image-file-account-tree', 'url(\"' + new URL('./src/account-tree.svg', import.meta.url).toString() + '\")');
|
|
31
31
|
style.setProperty('--image-file-add-photo', 'url(\"' + new URL('./src/add-photo.svg', import.meta.url).toString() + '\")');
|
|
32
|
+
style.setProperty('--image-file-ads', 'url(\"' + new URL('./src/ads.svg', import.meta.url).toString() + '\")');
|
|
32
33
|
style.setProperty('--image-file-ai-explorer-badge', 'url(\"' + new URL('./src/ai-explorer-badge.svg', import.meta.url).toString() + '\")');
|
|
33
34
|
style.setProperty('--image-file-align-content-center', 'url(\"' + new URL('./src/align-content-center.svg', import.meta.url).toString() + '\")');
|
|
34
35
|
style.setProperty('--image-file-align-content-end', 'url(\"' + new URL('./src/align-content-end.svg', import.meta.url).toString() + '\")');
|
package/ads.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 -960 960 960"><path d="M288-384h48v-48h48v48h48v-168q0-10.2-6.9-17.1T408-576h-96q-10.2 0-17.1 6.9T288-552zm48-96v-48h48v48zm192 96h96q20.4 0 34.2-13.8T672-432v-96q0-20.4-13.8-34.2T624-576h-96zm48-48v-96h48v96zM168-192q-29.7 0-50.85-21.16T96-264.04v-432.24Q96-726 117.15-747T168-768h624q29.7 0 50.85 21.16T864-695.96v432.24Q864-234 842.85-213T792-192zm0-72h624v-432H168zm0 0v-432z"/></svg>
|