devtools-protocol 0.0.975298 → 0.0.975498

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.
@@ -14107,6 +14107,7 @@
14107
14107
  "enum": [
14108
14108
  "rgb",
14109
14109
  "hsl",
14110
+ "hwb",
14110
14111
  "hex"
14111
14112
  ]
14112
14113
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.975298",
3
+ "version": "0.0.975498",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -6540,6 +6540,7 @@ experimental domain Overlay
6540
6540
  enum
6541
6541
  rgb
6542
6542
  hsl
6543
+ hwb
6543
6544
  hex
6544
6545
 
6545
6546
  # Configurations for Persistent Grid Highlight
@@ -11515,7 +11515,7 @@ export namespace Protocol {
11515
11515
  containerQueryContainerHighlightConfig?: ContainerQueryContainerHighlightConfig;
11516
11516
  }
11517
11517
 
11518
- export type ColorFormat = ('rgb' | 'hsl' | 'hex');
11518
+ export type ColorFormat = ('rgb' | 'hsl' | 'hwb' | 'hex');
11519
11519
 
11520
11520
  /**
11521
11521
  * Configurations for Persistent Grid Highlight