Skip to content

Commit

Permalink
docs: hide hover, focus, active from controls
Browse files Browse the repository at this point in the history
  • Loading branch information
mdt2 committed Apr 29, 2024
1 parent 4c424b8 commit e5e36b9
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions components/actionbutton/stories/actionbutton.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,33 +75,9 @@ export default {
},
control: "boolean",
},
isHovered: {
name: "Hovered",
type: { name: "boolean" },
table: {
type: { summary: "boolean" },
category: "State",
},
control: "boolean",
},
isFocused: {
name: "Focused",
type: { name: "boolean" },
table: {
type: { summary: "boolean" },
category: "State",
},
control: "boolean",
},
isActive: {
name: "Active",
type: { name: "boolean" },
table: {
type: { summary: "boolean" },
category: "State",
},
control: "boolean",
},
isHovered: { table: { disable: true } },
isFocused: { table: { disable: true } },
isActive: { table: { disable: true } },
hideLabel: {
name: "Hide label",
type: { name: "boolean" },
Expand Down

0 comments on commit e5e36b9

Please sign in to comment.