Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Sep 20, 2023
1 parent 0567e2c commit 0645f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions docs/pages/joy-ui/api/drawer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,7 @@
"describedArgs": ["event", "reason"]
}
},
"scrollLockContainer": {
"type": {
"name": "custom",
"description": "function (props, propName) {\n if (props[propName] == null) {\n return null;\n } else if (typeof props[propName] !== 'object' || props[propName].nodeType !== 1) {\n return new Error(\"Expected prop '\" + propName + \"' to be of type Element\");\n }\n}"
}
},
"scrollLockContainer": { "type": { "name": "custom", "description": "HTML element" } },
"size": {
"type": { "name": "enum", "description": "'sm'<br>&#124;&nbsp;'md'<br>&#124;&nbsp;'lg'" },
"default": "'md'",
Expand Down
7 changes: 1 addition & 6 deletions docs/pages/joy-ui/api/modal.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@
"describedArgs": ["event", "reason"]
}
},
"scrollLockContainer": {
"type": {
"name": "custom",
"description": "function (props, propName) {\n if (props[propName] == null) {\n return null;\n } else if (typeof props[propName] !== 'object' || props[propName].nodeType !== 1) {\n return new Error(\"Expected prop '\" + propName + \"' to be of type Element\");\n }\n}"
}
},
"scrollLockContainer": { "type": { "name": "custom", "description": "HTML element" } },
"slotProps": {
"type": {
"name": "shape",
Expand Down

0 comments on commit 0645f5a

Please sign in to comment.