devtools-protocol 0.0.1299070 → 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.
@@ -5546,13 +5546,14 @@
5546
5546
  "marker",
5547
5547
  "backdrop",
5548
5548
  "selection",
5549
+ "search-text",
5549
5550
  "target-text",
5550
5551
  "spelling-error",
5551
5552
  "grammar-error",
5552
5553
  "highlight",
5553
5554
  "first-line-inherited",
5554
5555
  "scroll-marker",
5555
- "scroll-markers",
5556
+ "scroll-marker-group",
5556
5557
  "scrollbar",
5557
5558
  "scrollbar-thumb",
5558
5559
  "scrollbar-button",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1299070",
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",
@@ -2626,13 +2626,14 @@ domain DOM
2626
2626
  marker
2627
2627
  backdrop
2628
2628
  selection
2629
+ search-text
2629
2630
  target-text
2630
2631
  spelling-error
2631
2632
  grammar-error
2632
2633
  highlight
2633
2634
  first-line-inherited
2634
2635
  scroll-marker
2635
- scroll-markers
2636
+ scroll-marker-group
2636
2637
  scrollbar
2637
2638
  scrollbar-thumb
2638
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' | '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.