From a87bcea7c3be95583f6e745da3819bfa22f30d4a Mon Sep 17 00:00:00 2001 From: scottkiener-at-safelite Date: Thu, 12 Feb 2026 17:08:10 -0500 Subject: [PATCH] Remove availability indicator logic --- .../tpa-shop-list-button.vue | 120 ------------------ 1 file changed, 120 deletions(-) diff --git a/src/iss-components/tpa-shop-list-button/tpa-shop-list-button.vue b/src/iss-components/tpa-shop-list-button/tpa-shop-list-button.vue index 9cbd5961..8fbe5146 100644 --- a/src/iss-components/tpa-shop-list-button/tpa-shop-list-button.vue +++ b/src/iss-components/tpa-shop-list-button/tpa-shop-list-button.vue @@ -20,28 +20,6 @@ class="m-0 caption ms-2" :class="textPosition">{{ buttonLabelSubCopy }} -
- -
-
-
- {{ badgeText }} -
-
{ - this.availabilityRating = data; - }); - } - } }; @@ -165,68 +107,6 @@ export default { font-size: .75rem; line-height: 1.5rem; } - - .availability-indicator { - background-repeat: no-repeat; - display: flex; - align-items: center; - margin-left: auto; - padding: 0.125rem 0.5rem; - - .availability-badge { - display: inline-flex; - width: .8125rem; - height: .75rem; - background-position: center; - background-repeat: no-repeat; - margin: 0 0.25rem 0 0; - - &.green { - background-image: url($svg-shop-list-button-green-availability); - } - - &.orange { - background-image: url($svg-shop-list-button-orange-availability); - } - } - .button-auxillary-copy { - box-sizing: border-box; - justify-content: right; - line-height: 1.25rem; - font-weight: 500; - font-size: 0.75rem; - align-items: center; - } - - .loader { - padding: 0 0.25rem 0 0.25rem; - padding-top: 0.125rem; - padding-bottom: 0.125rem; - } - - .loader:after { - background-color: $gray-550; - height: 1rem; - width: 1rem; - } - - &.green { - color: $green-700; - background-color: $green-100; - } - - &.orange { - color: $orange-600; - background-color: $orange-100; - } - - &.gray { - color: $gray-600; - background-color: $gray-100; - padding-left: 0.125rem; - padding-right: 0.125rem; - } - } } .row-two {