devtools-protocol 0.0.1299070 → 0.0.1300426

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,6 +5546,7 @@
5546
5546
  "marker",
5547
5547
  "backdrop",
5548
5548
  "selection",
5549
+ "search-text",
5549
5550
  "target-text",
5550
5551
  "spelling-error",
5551
5552
  "grammar-error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1299070",
3
+ "version": "0.0.1300426",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -2626,6 +2626,7 @@ 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
@@ -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-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');
5960
5960
 
5961
5961
  /**
5962
5962
  * Shadow root type.