From 55cc3f9a8c0d0bbf1436460fbec47f89628a7aee Mon Sep 17 00:00:00 2001 From: Olivier Floch Date: Wed, 18 Sep 2024 15:07:06 +0200 Subject: [PATCH] fix(xo-lite/stories): add missing required props for UiButton component configs --- .../stories/modals/layouts/confirm-modal-layout.story.vue | 4 ++-- .../src/stories/modals/layouts/form-modal-layout.story.vue | 4 ++-- .../lite/src/stories/web-core/button/button-group.story.vue | 6 +++--- .../lite/src/stories/web-core/button/ui-button.story.md | 2 +- .../lite/src/stories/web-core/card/card-title.story.vue | 2 +- .../lite/src/stories/web-core/head-bar/head-bar.story.md | 4 ++-- .../lite/src/stories/web-core/head-bar/head-bar.story.vue | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/@xen-orchestra/lite/src/stories/modals/layouts/confirm-modal-layout.story.vue b/@xen-orchestra/lite/src/stories/modals/layouts/confirm-modal-layout.story.vue index 1cb36c9af58..83edbe3980b 100644 --- a/@xen-orchestra/lite/src/stories/modals/layouts/confirm-modal-layout.story.vue +++ b/@xen-orchestra/lite/src/stories/modals/layouts/confirm-modal-layout.story.vue @@ -15,8 +15,8 @@ diff --git a/@xen-orchestra/lite/src/stories/modals/layouts/form-modal-layout.story.vue b/@xen-orchestra/lite/src/stories/modals/layouts/form-modal-layout.story.vue index 7d7ab7866ff..1da17fcc961 100644 --- a/@xen-orchestra/lite/src/stories/modals/layouts/form-modal-layout.story.vue +++ b/@xen-orchestra/lite/src/stories/modals/layouts/form-modal-layout.story.vue @@ -23,8 +23,8 @@ diff --git a/@xen-orchestra/lite/src/stories/web-core/button/button-group.story.vue b/@xen-orchestra/lite/src/stories/web-core/button/button-group.story.vue index 797fe10e2be..3510d9eebc7 100644 --- a/@xen-orchestra/lite/src/stories/web-core/button/button-group.story.vue +++ b/@xen-orchestra/lite/src/stories/web-core/button/button-group.story.vue @@ -7,10 +7,10 @@ ]" > - Cancel - Call to action + Cancel + Call to action diff --git a/@xen-orchestra/lite/src/stories/web-core/button/ui-button.story.md b/@xen-orchestra/lite/src/stories/web-core/button/ui-button.story.md index cb41639e59f..c5006989479 100644 --- a/@xen-orchestra/lite/src/stories/web-core/button/ui-button.story.md +++ b/@xen-orchestra/lite/src/stories/web-core/button/ui-button.story.md @@ -1,5 +1,5 @@ Here is some doc for UiButton component ```vue-template -Click me +Click me ``` diff --git a/@xen-orchestra/lite/src/stories/web-core/card/card-title.story.vue b/@xen-orchestra/lite/src/stories/web-core/card/card-title.story.vue index ca5d018b953..5c27f77c692 100644 --- a/@xen-orchestra/lite/src/stories/web-core/card/card-title.story.vue +++ b/@xen-orchestra/lite/src/stories/web-core/card/card-title.story.vue @@ -15,7 +15,7 @@ diff --git a/@xen-orchestra/lite/src/stories/web-core/head-bar/head-bar.story.md b/@xen-orchestra/lite/src/stories/web-core/head-bar/head-bar.story.md index 68f83934e12..981bd7a3f19 100644 --- a/@xen-orchestra/lite/src/stories/web-core/head-bar/head-bar.story.md +++ b/@xen-orchestra/lite/src/stories/web-core/head-bar/head-bar.story.md @@ -7,8 +7,8 @@ ``` diff --git a/@xen-orchestra/lite/src/stories/web-core/head-bar/head-bar.story.vue b/@xen-orchestra/lite/src/stories/web-core/head-bar/head-bar.story.vue index 3a0290b8e64..3276e4ae6ae 100644 --- a/@xen-orchestra/lite/src/stories/web-core/head-bar/head-bar.story.vue +++ b/@xen-orchestra/lite/src/stories/web-core/head-bar/head-bar.story.vue @@ -19,8 +19,8 @@ migrating... (34%)