devtools-protocol 0.0.1300426 → 0.0.1301093

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.
@@ -5553,7 +5553,7 @@
5553
5553
  "highlight",
5554
5554
  "first-line-inherited",
5555
5555
  "scroll-marker",
5556
- "scroll-markers",
5556
+ "scroll-marker-group",
5557
5557
  "scrollbar",
5558
5558
  "scrollbar-thumb",
5559
5559
  "scrollbar-button",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1300426",
3
+ "version": "0.0.1301093",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -2633,7 +2633,7 @@ domain DOM
2633
2633
  highlight
2634
2634
  first-line-inherited
2635
2635
  scroll-marker
2636
- scroll-markers
2636
+ scroll-marker-group
2637
2637
  scrollbar
2638
2638
  scrollbar-thumb
2639
2639
  scrollbar-button
@@ -5956,7 +5956,7 @@ export namespace Protocol {
5956
5956
  /**
5957
5957
  * Pseudo element type.
5958
5958
  */
5959
- export type PseudoType = ('first-line' | 'first-letter' | 'before' | 'after' | 'marker' | 'backdrop' | 'selection' | 'search-text' | 'target-text' | 'spelling-error' | 'grammar-error' | 'highlight' | 'first-line-inherited' | 'scroll-marker' | 'scroll-markers' | 'scrollbar' | 'scrollbar-thumb' | 'scrollbar-button' | 'scrollbar-track' | 'scrollbar-track-piece' | 'scrollbar-corner' | 'resizer' | 'input-list-button' | 'view-transition' | 'view-transition-group' | 'view-transition-image-pair' | 'view-transition-old' | 'view-transition-new');
5959
+ export type PseudoType = ('first-line' | 'first-letter' | 'before' | 'after' | 'marker' | 'backdrop' | 'selection' | 'search-text' | 'target-text' | 'spelling-error' | 'grammar-error' | 'highlight' | 'first-line-inherited' | 'scroll-marker' | 'scroll-marker-group' | 'scrollbar' | 'scrollbar-thumb' | 'scrollbar-button' | 'scrollbar-track' | 'scrollbar-track-piece' | 'scrollbar-corner' | 'resizer' | 'input-list-button' | 'view-transition' | 'view-transition-group' | 'view-transition-image-pair' | 'view-transition-old' | 'view-transition-new');
5960
5960
 
5961
5961
  /**
5962
5962
  * Shadow root type.