You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react/src/SegmentedControl/SegmentedControl.docs.json
+3-18Lines changed: 3 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -78,12 +78,7 @@
78
78
"type": "'small' | 'medium'",
79
79
"description": "The size of the buttons",
80
80
"defaultValue": ""
81
-
},
82
-
{
83
-
"name": "sx",
84
-
"type": "SystemStyleObject",
85
-
"deprecated": true
86
-
},
81
+
},
87
82
{
88
83
"name": "ref",
89
84
"type": "React.RefObject<HTMLDivElement>"
@@ -110,12 +105,7 @@
110
105
"type": "boolean",
111
106
"defaultValue": "",
112
107
"description": "Whether the segment is selected. This is used for uncontrolled SegmentedControls to pick one SegmentedControlButton that is selected on the initial render."
113
-
},
114
-
{
115
-
"name": "sx",
116
-
"type": "SystemStyleObject",
117
-
"deprecated": true
118
-
},
108
+
},
119
109
{
120
110
"name": "ref",
121
111
"type": "React.RefObject<HTMLButtonElement>"
@@ -156,12 +146,7 @@
156
146
"type": "boolean",
157
147
"defaultValue": "",
158
148
"description": "Whether the segment is selected. This is used for uncontrolled SegmentedControls to pick one SegmentedControlButton that is selected on the initial render."
// Note: this value is read in the `SegmentedControl` component to determine which button is selected but we do not need to apply it to an underlying element
0 commit comments