diff --git a/package.json b/package.json index 6861e1b1..f8e4b65f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/core/Accordion/Accordion.stories.tsx b/src/core/Accordion/Accordion.stories.tsx index 5d40c1ef..792f74cc 100644 --- a/src/core/Accordion/Accordion.stories.tsx +++ b/src/core/Accordion/Accordion.stories.tsx @@ -210,7 +210,7 @@ export const StaticAndFullyOpen = { }, }; -export const CustomClickableButton = { +export const WithCustomOnClick = { render: () => AccordionPresentation({ data: dataWithCustomClickable, @@ -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.", }, }, },