diff --git a/packages/unity-bootstrap-theme/stories/molecules/cards/cards.examples.stories.js b/packages/unity-bootstrap-theme/stories/molecules/cards/cards.examples.stories.js index 6e26e221eb..3445109adb 100644 --- a/packages/unity-bootstrap-theme/stories/molecules/cards/cards.examples.stories.js +++ b/packages/unity-bootstrap-theme/stories/molecules/cards/cards.examples.stories.js @@ -172,14 +172,16 @@ export const cardTags = () => (
+

Tags:

test tag + tag - test tag 2 + test tag 2 tag - test tag 3 + test tag 3 tag
@@ -193,14 +195,24 @@ export const cardTags = () => ( background class too.
- No button class - No hover effects - Dark mode +

Tags:

+ + No button class + tag + + + No hover effects + tag + + + Dark mode + tag +
); -cardTags.decorators = [ defaultDecorator ]; +cardTags.decorators = [defaultDecorator]; export const cardDegree = () => (
@@ -259,19 +271,20 @@ export const cardDegree = () => (
+

Tags:

- test tag + test tag tag - test tag 2 + test tag 2 tag - test tag 3 + test tag 3 tag
); -cardDegree.decorators = [ defaultDecorator ]; +cardDegree.decorators = [defaultDecorator]; export const cardStory = () => (
@@ -330,33 +343,34 @@ export const cardStory = () => (
+

Tags:

- test tag + test tag tag - test tag 2 + test tag 2 tag - test tag 3 + test tag 3 tag
); -cardStory.decorators = [ defaultDecorator ]; +cardStory.decorators = [defaultDecorator]; export const cardEvent = () => (
- Card image cap + Card image cap

@@ -417,19 +431,20 @@ export const cardEvent = () => (

+

Tags:

- test tag + test tag tag - test tag 2 + test tag 2 tag - test tag 3 + test tag 3 tag
); -cardEvent.decorators = [ defaultDecorator ]; +cardEvent.decorators = [defaultDecorator]; export const cardVariations = () => (
@@ -515,14 +530,15 @@ export const cardVariations = () => (
+

Tags:

- test tag + test tag tag - test tag 2 + test tag 2 tag - test tag 3 + test tag 3 tag
@@ -561,14 +577,15 @@ export const cardVariations = () => (
+

Tags:

- test tag + test tag tag - test tag 2 + test tag 2 tag - test tag 3 + test tag 3 tag
@@ -624,14 +641,15 @@ export const cardVariations = () => (
+

Tags:

- test tag + test tag tag - test tag 2 + test tag 2 tag - test tag 3 + test tag 3 tag
@@ -777,14 +795,15 @@ export const cardVariations = () => (
+

Tags:

- test tag + test tag tag - test tag 2 + test tag 2 tag - test tag 3 + test tag 3 tag
@@ -1128,19 +1147,20 @@ export const checkboxStackedCard = () => (
+

Tags:

- test tag + test tag tag - test tag 2 + test tag 2 tag - test tag 3 + test tag 3 tag
); -checkboxStackedCard.decorators = [ defaultDecorator ]; +checkboxStackedCard.decorators = [defaultDecorator]; export const checkboxInlineCard = () => (
@@ -1230,19 +1250,20 @@ export const checkboxInlineCard = () => (
+

Tags:

- test tag + test tag tag - test tag 2 + test tag 2 tag - test tag 3 + test tag 3 tag
); -checkboxInlineCard.decorators = [ defaultDecorator ]; +checkboxInlineCard.decorators = [defaultDecorator]; export const mediaTypeOverlayCard = () => (
@@ -1314,14 +1335,15 @@ export const mediaTypeOverlayCard = () => (
+

Tags:

- test tag + test tag tag - test tag 2 + test tag 2 tag - test tag 3 + test tag 3 tag
@@ -1393,14 +1415,15 @@ export const mediaTypeOverlayCard = () => (
+

Tags:

- test tag + test tag tag - test tag 2 + test tag 2 tag - test tag 3 + test tag 3 tag
diff --git a/packages/unity-bootstrap-theme/stories/molecules/cards/cards.templates.stories.js b/packages/unity-bootstrap-theme/stories/molecules/cards/cards.templates.stories.js index ed9a5871e7..c898955b54 100644 --- a/packages/unity-bootstrap-theme/stories/molecules/cards/cards.templates.stories.js +++ b/packages/unity-bootstrap-theme/stories/molecules/cards/cards.templates.stories.js @@ -144,14 +144,18 @@ export const cardNoTemplates = args => { )} {args.tags && (
+

Tags:

test tag + tag test tag 2 + tag test tag 3 + tag
)}