devtools-protocol 0.0.1338258 → 0.0.1338866

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.
@@ -5603,6 +5603,8 @@
5603
5603
  "first-line-inherited",
5604
5604
  "scroll-marker",
5605
5605
  "scroll-marker-group",
5606
+ "scroll-next-button",
5607
+ "scroll-prev-button",
5606
5608
  "scrollbar",
5607
5609
  "scrollbar-thumb",
5608
5610
  "scrollbar-button",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1338258",
3
+ "version": "0.0.1338866",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -2660,6 +2660,8 @@ domain DOM
2660
2660
  first-line-inherited
2661
2661
  scroll-marker
2662
2662
  scroll-marker-group
2663
+ scroll-next-button
2664
+ scroll-prev-button
2663
2665
  scrollbar
2664
2666
  scrollbar-thumb
2665
2667
  scrollbar-button
@@ -5976,7 +5976,7 @@ export namespace Protocol {
5976
5976
  /**
5977
5977
  * Pseudo element type.
5978
5978
  */
5979
- 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');
5979
+ 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' | 'scroll-next-button' | 'scroll-prev-button' | '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');
5980
5980
 
5981
5981
  /**
5982
5982
  * Shadow root type.