From 53c209ff120afd6d127784116bade66713527ade Mon Sep 17 00:00:00 2001 From: alicegoarnisson Date: Fri, 15 Nov 2024 15:29:09 +0100 Subject: [PATCH] feat(pix-ui): mutualized pix select list --- addon/components/pix-select-list.hbs | 83 +++++++++++++++++++++++ addon/components/pix-select.hbs | 98 ++++------------------------ app/components/pix-select-list.js | 1 + 3 files changed, 96 insertions(+), 86 deletions(-) create mode 100644 addon/components/pix-select-list.hbs create mode 100644 app/components/pix-select-list.js diff --git a/addon/components/pix-select-list.hbs b/addon/components/pix-select-list.hbs new file mode 100644 index 000000000..57cbd55ba --- /dev/null +++ b/addon/components/pix-select-list.hbs @@ -0,0 +1,83 @@ + \ No newline at end of file diff --git a/addon/components/pix-select.hbs b/addon/components/pix-select.hbs index db94f27c6..4a3c63535 100644 --- a/addon/components/pix-select.hbs +++ b/addon/components/pix-select.hbs @@ -68,92 +68,18 @@ /> {{/if}} - + {{#if @errorMessage}} diff --git a/app/components/pix-select-list.js b/app/components/pix-select-list.js new file mode 100644 index 000000000..1ebed758c --- /dev/null +++ b/app/components/pix-select-list.js @@ -0,0 +1 @@ +export { default } from '@1024pix/pix-ui/components/pix-select-list';