Skip to content

Commit 6220dae

Browse files
author
Melissa Thompson
committed
docs: hide hover, focus, active from controls
1 parent 42d232d commit 6220dae

File tree

1 file changed

+3
-27
lines changed

1 file changed

+3
-27
lines changed

components/actionbutton/stories/actionbutton.stories.js

+3-27
Original file line numberDiff line numberDiff line change
@@ -75,33 +75,9 @@ export default {
7575
},
7676
control: "boolean",
7777
},
78-
isHovered: {
79-
name: "Hovered",
80-
type: { name: "boolean" },
81-
table: {
82-
type: { summary: "boolean" },
83-
category: "State",
84-
},
85-
control: "boolean",
86-
},
87-
isFocused: {
88-
name: "Focused",
89-
type: { name: "boolean" },
90-
table: {
91-
type: { summary: "boolean" },
92-
category: "State",
93-
},
94-
control: "boolean",
95-
},
96-
isActive: {
97-
name: "Active",
98-
type: { name: "boolean" },
99-
table: {
100-
type: { summary: "boolean" },
101-
category: "State",
102-
},
103-
control: "boolean",
104-
},
78+
isHovered: { table: { disable: true } },
79+
isFocused: { table: { disable: true } },
80+
isActive: { table: { disable: true } },
10581
hideLabel: {
10682
name: "Hide label",
10783
type: { name: "boolean" },

0 commit comments

Comments
 (0)