-
-
-
- Color: {{ color }}
-
-
-
-
-
-
- Color: {{ color }}
-
-
-
-
-
- Color: {{ color }}
-
-
-
-
-
- Color: {{ color }}
-
-
+export const OnlyIcon: StoryObj = {
+ args: {
+ square: true,
+ },
+ render: renderTemplate('
'),
+};
-
-
-
-
-
+export const Dot: StoryObj = {
+ render: renderTemplate(`
`),
+};
-
-
-
-
-
+export const AllSizes: StoryObj = {
+ render: () => ({
+ components: { VcBadge },
+ setup: () => ({ sizes: SIZES }),
+ template: `
+
+ {{ size }}:
+ 35
+ 35
+
+
+
+
+
+
`,
+ }),
+};
-
-
-
+export const AllColors: StoryObj = {
+ render: () => ({
+ setup: () => ({ colors: COLORS }),
+ template: `
+
+ {{ color }}:
+ 35
+ 35
+ 35
+ 35
+
+
`,
+ }),
+};
-
-
+export const AllStates: StoryObj = {
+ render: () => ({
+ setup: () => ({ colors: COLORS, variants: VARIANTS, sizes: SIZES }),
+ template: `
+
+
Size: {{ size }}
+
+
+
Variant: {{ variant }}
+
+
+
+
+
+ Color: {{ color }}
+
+
+
+
+
+
+ Color: {{ color }}
+
+
+
+
+
+ Color: {{ color }}
+
+
+
+
+
+ Color: {{ color }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- `,
-});
+ `,
+ }),
+};
diff --git a/client-app/ui-kit/components/atoms/badge/vc-badge.vue b/client-app/ui-kit/components/atoms/badge/vc-badge.vue
index 4ca09275d4..4878eb39e7 100644
--- a/client-app/ui-kit/components/atoms/badge/vc-badge.vue
+++ b/client-app/ui-kit/components/atoms/badge/vc-badge.vue
@@ -39,7 +39,7 @@ withDefaults(defineProps
(), {