devtools-protocol 0.0.1386619 → 0.0.1387316

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.
@@ -5751,7 +5751,7 @@
5751
5751
  "enum": [
5752
5752
  "first-line",
5753
5753
  "first-letter",
5754
- "check",
5754
+ "checkmark",
5755
5755
  "before",
5756
5756
  "after",
5757
5757
  "select-arrow",
@@ -5767,8 +5767,7 @@
5767
5767
  "first-line-inherited",
5768
5768
  "scroll-marker",
5769
5769
  "scroll-marker-group",
5770
- "scroll-next-button",
5771
- "scroll-prev-button",
5770
+ "scroll-button",
5772
5771
  "scrollbar",
5773
5772
  "scrollbar-thumb",
5774
5773
  "scrollbar-button",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1386619",
3
+ "version": "0.0.1387316",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -2733,7 +2733,7 @@ domain DOM
2733
2733
  enum
2734
2734
  first-line
2735
2735
  first-letter
2736
- check
2736
+ checkmark
2737
2737
  before
2738
2738
  after
2739
2739
  select-arrow
@@ -2749,8 +2749,7 @@ domain DOM
2749
2749
  first-line-inherited
2750
2750
  scroll-marker
2751
2751
  scroll-marker-group
2752
- scroll-next-button
2753
- scroll-prev-button
2752
+ scroll-button
2754
2753
  scrollbar
2755
2754
  scrollbar-thumb
2756
2755
  scrollbar-button
@@ -6082,7 +6082,7 @@ export namespace Protocol {
6082
6082
  /**
6083
6083
  * Pseudo element type.
6084
6084
  */
6085
- export type PseudoType = ('first-line' | 'first-letter' | 'check' | 'before' | 'after' | 'select-arrow' | 'marker' | 'backdrop' | 'column' | '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' | 'placeholder' | 'file-selector-button' | 'details-content' | 'picker');
6085
+ export type PseudoType = ('first-line' | 'first-letter' | 'checkmark' | 'before' | 'after' | 'select-arrow' | 'marker' | 'backdrop' | 'column' | 'selection' | 'search-text' | 'target-text' | 'spelling-error' | 'grammar-error' | 'highlight' | 'first-line-inherited' | 'scroll-marker' | 'scroll-marker-group' | 'scroll-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' | 'placeholder' | 'file-selector-button' | 'details-content' | 'picker');
6086
6086
 
6087
6087
  /**
6088
6088
  * Shadow root type.