From 1e64ce49b94c740bbd699658dff86b47ff8b7010 Mon Sep 17 00:00:00 2001 From: Steven Thomas Date: Fri, 21 Feb 2025 10:59:13 -0500 Subject: [PATCH 1/2] testing PR Agent --- .../src/stories/data-display/SolaceChip.stories.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/storybook/src/stories/data-display/SolaceChip.stories.tsx b/storybook/src/stories/data-display/SolaceChip.stories.tsx index a91a20701..f0ee08327 100644 --- a/storybook/src/stories/data-display/SolaceChip.stories.tsx +++ b/storybook/src/stories/data-display/SolaceChip.stories.tsx @@ -39,17 +39,21 @@ export default { label: {}, variant: { options: [CHIP_VARIANT.FILLED, CHIP_VARIANT.OUTLINED], - control: { type: "radio" } + control: { type: "radio" }, + description: "The variant to use for the chip ... accepted values are 'filled' or 'outlined'" }, disabled: { - control: { type: "boolean" } + control: { type: "boolean" }, + description: "If true, the chip will be disabled" }, clickable: { - control: { type: "boolean" } + control: { type: "boolean" }, + description: "If true, the chip will be clickable" }, mode: { options: [MODES.LIGHT_MODE, MODES.DARK_MODE], - control: { type: "radio" } + control: { type: "radio" }, + description: "The mode of the chip ... accepted values are 'light' or 'dark'" } } } as Meta; From 94ad2ca8e83f01b0a411c2ea89ce5f128c88aa22 Mon Sep 17 00:00:00 2001 From: Steven Thomas Date: Fri, 21 Feb 2025 11:00:00 -0500 Subject: [PATCH 2/2] testing PR Agent --- storybook/src/stories/data-display/SolaceChip.stories.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/storybook/src/stories/data-display/SolaceChip.stories.tsx b/storybook/src/stories/data-display/SolaceChip.stories.tsx index f0ee08327..813e4c488 100644 --- a/storybook/src/stories/data-display/SolaceChip.stories.tsx +++ b/storybook/src/stories/data-display/SolaceChip.stories.tsx @@ -40,11 +40,11 @@ export default { variant: { options: [CHIP_VARIANT.FILLED, CHIP_VARIANT.OUTLINED], control: { type: "radio" }, - description: "The variant to use for the chip ... accepted values are 'filled' or 'outlined'" + description: "The varient to use for the chip ... accepted values are 'filled' or 'outlined'" }, disabled: { control: { type: "boolean" }, - description: "If true, the chip will be disabled" + description: "If true, the chip will be disabled with speling erors" }, clickable: { control: { type: "boolean" }, @@ -53,7 +53,7 @@ export default { mode: { options: [MODES.LIGHT_MODE, MODES.DARK_MODE], control: { type: "radio" }, - description: "The mode of the chip ... accepted values are 'light' or 'dark'" + description: "The mode of the chip ... accepptted values are 'light' or 'dark'" } } } as Meta;