Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
"name": "children",
"type": "React.ReactNode",
"description": "FilteredSearch is expected to contain an `ActionMenu` followed by a `TextInput`."
},
{
"name": "sx",
"type": "SystemStyleObject",
"deprecated": true
}
],
"subcomponents": []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@
{
"name": "selected",
"type": "boolean"
},
{
"name": "sx",
"type": "SystemStyleObject",
"deprecated": true
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@
"type": "boolean",
"defaultValue": "false",
"description": "Loading state for all counters. It displays loading animation for individual counters until all are resolved. It is needed to prevent multiple layout shift."
},
{
"name": "sx",
"type": "SystemStyleObject",
"deprecated": true
}
],
"subcomponents": [
Expand Down Expand Up @@ -92,23 +87,12 @@
"type": "Component",
"defaultValue": "",
"description": "Icon rendered before the tab text label"
},
{
"name": "sx",
"type": "SystemStyleObject",
"deprecated": true
}
]
},
{
"name": "UnderlinePanels.Panel",
"props": [
{
"name": "sx",
"type": "SystemStyleObject",
"deprecated": true
}
],
"props": [],
"passthrough": {
"element": "div",
"url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div#Attributes"
Expand Down
Loading