feat: overlay close (#7197)

This commit is contained in:
Anshuman Pandey
2026-02-06 10:08:19 +04:00
committed by GitHub
parent 202958cac2
commit 1b81e68106
65 changed files with 663 additions and 291 deletions
+5 -4
View File
@@ -704,10 +704,6 @@
"example": true,
"type": "boolean"
},
"darkOverlay": {
"example": false,
"type": "boolean"
},
"id": {
"example": "cm6orqtcl000319wj9wb7dltl",
"type": "string"
@@ -716,6 +712,11 @@
"example": true,
"type": "boolean"
},
"overlay": {
"enum": ["none", "light", "dark"],
"example": "none",
"type": "string"
},
"placement": {
"example": "bottomRight",
"type": "string"
+7 -2
View File
@@ -5411,10 +5411,15 @@ components:
type:
- boolean
- "null"
darkOverlay:
overlay:
type:
- boolean
- string
- "null"
enum:
- none
- light
- dark
- null
description: Project specific overwrites
styling:
type: