diff --git a/libs/components/src/button/button.stories.ts b/libs/components/src/button/button.stories.ts
index 29c4dea3088..24c263f240a 100644
--- a/libs/components/src/button/button.stories.ts
+++ b/libs/components/src/button/button.stories.ts
@@ -81,10 +81,10 @@ export const Small: Story = {
props: args,
template: /*html*/ `
-
-
-
-
+
+
+
+
`,
}),
diff --git a/libs/components/src/copy-click/copy-click.stories.ts b/libs/components/src/copy-click/copy-click.stories.ts
index 208d42b44c4..5de150d7e3d 100644
--- a/libs/components/src/copy-click/copy-click.stories.ts
+++ b/libs/components/src/copy-click/copy-click.stories.ts
@@ -64,7 +64,7 @@ export const Default: Story = {
type="button"
bitSuffix
bitIconButton="bwi-clone"
- [label]="'Copy'"
+ label="Copy"
[appCopyClick]="value"
>
@@ -86,7 +86,7 @@ export const WithDefaultToast: Story = {
type="button"
bitSuffix
bitIconButton="bwi-clone"
- [label]="'Copy'"
+ label="Copy"
[appCopyClick]="value"
showToast
>
@@ -109,7 +109,7 @@ export const WithCustomToastVariant: Story = {
type="button"
bitSuffix
bitIconButton="bwi-clone"
- [label]="'Copy'"
+ label="Copy"
[appCopyClick]="value"
showToast="info"
>
@@ -132,7 +132,7 @@ export const WithCustomValueLabel: Story = {
type="button"
bitSuffix
bitIconButton="bwi-clone"
- [label]="'Copy'"
+ label="Copy"
[appCopyClick]="value"
showToast
valueLabel="API Key"
diff --git a/libs/components/src/form-field/form-field.stories.ts b/libs/components/src/form-field/form-field.stories.ts
index 01aa56f896c..6a72f7d018f 100644
--- a/libs/components/src/form-field/form-field.stories.ts
+++ b/libs/components/src/form-field/form-field.stories.ts
@@ -241,7 +241,7 @@ export const Readonly: Story = {
Input
-
+
@@ -262,7 +262,7 @@ export const Readonly: Story = {
Input
-
+
@@ -310,11 +310,11 @@ export const ButtonInputGroup: Story = {
-
+
-
-
-
+
+
+
`,
}),
@@ -327,12 +327,11 @@ export const DisabledButtonInputGroup: Story = {
template: /*html*/ `
Label
-
+
-
-
-
-
+
+
+
`,
}),
@@ -346,9 +345,9 @@ export const PartiallyDisabledButtonInputGroup: Story = {
Label
-
-
-
+
+
+
`,
}),
diff --git a/libs/components/src/item/item.stories.ts b/libs/components/src/item/item.stories.ts
index 36bbebee940..d2c197d0088 100644
--- a/libs/components/src/item/item.stories.ts
+++ b/libs/components/src/item/item.stories.ts
@@ -97,7 +97,7 @@ export const ContentSlots: Story = {