From e7e0f234d44c0157815b9d9c6327ec9f0b83debe Mon Sep 17 00:00:00 2001 From: bmauger Date: Tue, 14 Dec 2021 08:49:46 -0500 Subject: [PATCH] Renam radio components, css naming. --- src/layouts/component-test/component-test.vue | 30 +++++++++---------- ...io-styles.scss => common-list-styles.scss} | 4 +-- .../list-button-horizontal.spec.js} | 0 .../list-button-horizontal.vue} | 6 ++-- src/ux-components/list-button/list-button.vue | 2 +- .../list-card.spec.js} | 0 .../list-card.vue} | 6 ++-- src/ux-components/loader/loader.vue | 1 + vue.config.js | 2 +- vue.release.config.js | 2 +- 10 files changed, 27 insertions(+), 26 deletions(-) rename src/styles/{common-radio-styles.scss => common-list-styles.scss} (95%) rename src/ux-components/{radio-horizontal/radio-horizontal.spec.js => list-button-horizontal/list-button-horizontal.spec.js} (100%) rename src/ux-components/{radio-horizontal/radio-horizontal.vue => list-button-horizontal/list-button-horizontal.vue} (96%) rename src/ux-components/{radio-card/radio-card.spec.js => list-card/list-card.spec.js} (100%) rename src/ux-components/{radio-card/radio-card.vue => list-card/list-card.vue} (95%) diff --git a/src/layouts/component-test/component-test.vue b/src/layouts/component-test/component-test.vue index 9729477d1..5ce2f5590 100644 --- a/src/layouts/component-test/component-test.vue +++ b/src/layouts/component-test/component-test.vue @@ -2,25 +2,25 @@
-

Radio Card

+

List Card

- - -
-

Radio - Single-Line

+

List Button - Single-Line

@@ -108,7 +108,7 @@
-

Radio - Multi-Line

+

List Button - Multi-Line

@@ -159,7 +159,7 @@
-

Radio - Multi-Line Centered

+

List Button - Multi-Line Centered

@@ -210,7 +210,7 @@
-

Radio Horizontal

+

List Button Horizontal

@@ -224,7 +224,7 @@

Select Vehicle Year

- - -