@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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chrome-devtools/trace-app",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20260712.0",
|
|
4
4
|
"description": "chrome-devtools-frontend built version",
|
|
5
5
|
"repository": "https://github.com/iam-medvedev/chrome-devtools.git",
|
|
6
6
|
"author": "Ilya Medvedev <ilya@medvedev.im>",
|
package/src/ads.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px" fill="#000000"><path d="M288-384h48v-48h48v48h48v-168q0-10.2-6.9-17.1-6.9-6.9-17.1-6.9h-96q-10.2 0-17.1 6.9-6.9 6.9-6.9 17.1v168Zm48-96v-48h48v48h-48Zm192 96h96q20.4 0 34.2-13.8Q672-411.6 672-432v-96q0-20.4-13.8-34.2Q644.4-576 624-576h-96v192Zm48-48v-96h48v96h-48ZM168-192q-29.7 0-50.85-21.16Q96-234.32 96-264.04v-432.24Q96-726 117.15-747T168-768h624q29.7 0 50.85 21.16Q864-725.68 864-695.96v432.24Q864-234 842.85-213T792-192H168Zm0-72h624v-432H168v432Zm0 0v-432 432Z"/></svg>
|
package/trace_app.html
CHANGED
|
@@ -23,4 +23,4 @@
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
<body class="undocked" id="-blink-dev-tools">
|
|
26
|
-
<link rel="stylesheet" crossorigin href="./chunk-
|
|
26
|
+
<link rel="stylesheet" crossorigin href="./chunk-7zwk8ke4.css"><script type="module" crossorigin src="./chunk-0hf128y7.js"></script>
|