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
package/pdl/browser_protocol.pdl
CHANGED
package/types/protocol.d.ts
CHANGED
@@ -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
|