@chrome-devtools/trace-app 1.20260628.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrome-devtools/trace-app",
3
- "version": "1.20260628.0",
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-9s9mfj17.css"><script type="module" crossorigin src="./chunk-y2w42wpa.js"></script>
26
+ <link rel="stylesheet" crossorigin href="./chunk-7zwk8ke4.css"><script type="module" crossorigin src="./chunk-0hf128y7.js"></script>
@@ -1173,7 +1173,7 @@
1173
1173
  name: 'LCP',
1174
1174
  value: metric.value,
1175
1175
  startedHidden: Boolean(startedHidden),
1176
- phases: {
1176
+ subparts: {
1177
1177
  timeToFirstByte: metric.attribution.timeToFirstByte,
1178
1178
  resourceLoadDelay: metric.attribution.resourceLoadDelay,
1179
1179
  resourceLoadTime: metric.attribution.resourceLoadDuration,
@@ -1201,7 +1201,7 @@
1201
1201
  const event = {
1202
1202
  name: 'InteractionEntry',
1203
1203
  duration: interaction.value,
1204
- phases: {
1204
+ subparts: {
1205
1205
  inputDelay: interaction.attribution.inputDelay,
1206
1206
  processingDuration: interaction.attribution.processingDuration,
1207
1207
  presentationDelay: interaction.attribution.presentationDelay,
@@ -1224,7 +1224,7 @@
1224
1224
  const event = {
1225
1225
  name: 'INP',
1226
1226
  value: metric.value,
1227
- phases: {
1227
+ subparts: {
1228
1228
  inputDelay: metric.attribution.inputDelay,
1229
1229
  processingDuration: metric.attribution.processingDuration,
1230
1230
  presentationDelay: metric.attribution.presentationDelay,