Skip to content

Commit

Permalink
chore: rename Story component and update it's story description
Browse files Browse the repository at this point in the history
  • Loading branch information
aralovelace committed Oct 17, 2024
1 parent 82256ee commit 86e2861
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ably/ui",
"version": "14.7.1",
"version": "14.7.8",
"description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/core/Accordion/Accordion.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export const StaticAndFullyOpen = {
},
};

export const CustomClickableButton = {
export const WithCustomOnClick = {
render: () =>
AccordionPresentation({
data: dataWithCustomClickable,
Expand All @@ -219,7 +219,7 @@ export const CustomClickableButton = {
docs: {
description: {
story:
"Supplying an `onClick` function to a section adds a clickable function. This can be useful for custom actions.",
"When you set an onClick entry, it will be called when the section is clicked. It will add an additional action to be performed apart from the open/close behavior.",
},
},
},
Expand Down

0 comments on commit 86e2861

Please sign in to comment.