Skip to content

Commit 839bb12

Browse files
committed
chore: clean up "sx" props from docs.json files
1 parent ac734c3 commit 839bb12

3 files changed

Lines changed: 1 addition & 27 deletions

File tree

packages/react/src/deprecated/FilteredSearch/FilteredSearch.docs.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
"name": "children",
1111
"type": "React.ReactNode",
1212
"description": "FilteredSearch is expected to contain an `ActionMenu` followed by a `TextInput`."
13-
},
14-
{
15-
"name": "sx",
16-
"type": "SystemStyleObject",
17-
"deprecated": true
1813
}
1914
],
2015
"subcomponents": []

packages/react/src/deprecated/UnderlineNav/UnderlineNav.docs.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@
4343
{
4444
"name": "selected",
4545
"type": "boolean"
46-
},
47-
{
48-
"name": "sx",
49-
"type": "SystemStyleObject",
50-
"deprecated": true
5146
}
5247
]
5348
}

packages/react/src/experimental/UnderlinePanels/UnderlinePanels.docs.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@
5858
"type": "boolean",
5959
"defaultValue": "false",
6060
"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."
61-
},
62-
{
63-
"name": "sx",
64-
"type": "SystemStyleObject",
65-
"deprecated": true
6661
}
6762
],
6863
"subcomponents": [
@@ -92,23 +87,12 @@
9287
"type": "Component",
9388
"defaultValue": "",
9489
"description": "Icon rendered before the tab text label"
95-
},
96-
{
97-
"name": "sx",
98-
"type": "SystemStyleObject",
99-
"deprecated": true
10090
}
10191
]
10292
},
10393
{
10494
"name": "UnderlinePanels.Panel",
105-
"props": [
106-
{
107-
"name": "sx",
108-
"type": "SystemStyleObject",
109-
"deprecated": true
110-
}
111-
],
95+
"props": [],
11296
"passthrough": {
11397
"element": "div",
11498
"url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div#Attributes"

0 commit comments

Comments
 (0)