@tet/tet-components 1.3.85-testing → 1.3.86-testing
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/tet-address-offers-filters-products_4.cjs.entry.js +1 -1
- package/dist/collection/components/advanced/cards/tet-compare-card/tet-compare-card.css +8 -3
- package/dist/components/{p-153c686c.js → p-9d6df162.js} +1 -1
- package/dist/components/{p-6fdb0f33.js → p-bef81fa6.js} +1 -1
- package/dist/components/{p-5ab32165.js → p-eeb3391e.js} +1 -1
- package/dist/components/tet-address-offers-view.js +2 -2
- package/dist/components/tet-address-offers.js +1 -1
- package/dist/components/tet-compare-card.js +1 -1
- package/dist/components/tet-compare-cards-tab.js +2 -2
- package/dist/components/tet-compare-cards.js +1 -1
- package/dist/esm/tet-address-offers-filters-products_4.entry.js +1 -1
- package/dist/tet-components/{p-084b8f5a.entry.js → p-2f051837.entry.js} +1 -1
- package/dist/tet-components/tet-components.esm.js +1 -1
- package/package.json +1 -1
|
@@ -7584,7 +7584,7 @@
|
|
|
7584
7584
|
--compare-card-price-text-color: var(--tc-text-primary);
|
|
7585
7585
|
--compare-card-old-price-text-color: var(--tc-text-tertiary);
|
|
7586
7586
|
--compare-card-helper-text-color: var(--tc-text-secondary);
|
|
7587
|
-
--compare-card-secondary-link-text-color: var(--tc-text-
|
|
7587
|
+
--compare-card-secondary-link-text-color: var(--tc-text-primary);
|
|
7588
7588
|
--compare-card-hover-box-shadow: 0 0 0.0625rem rgba(10, 11, 13, 0.08), 0 0.1875rem 0.25rem rgba(10, 11, 13, 0.12);
|
|
7589
7589
|
--compare-card-bullet-point-icon-color: var(--tc-text-primary);
|
|
7590
7590
|
--compare-card-price-icon-color: var(--tc-grey-70);
|
|
@@ -7818,7 +7818,7 @@
|
|
|
7818
7818
|
--compare-card-price-text-color: var(--tc-text-primary-dark);
|
|
7819
7819
|
--compare-card-old-price-text-color: var(--tc-text-tertiary-dark);
|
|
7820
7820
|
--compare-card-helper-text-color: var(--tc-text-secondary-dark);
|
|
7821
|
-
--compare-card-secondary-link-text-color: var(--tc-text-
|
|
7821
|
+
--compare-card-secondary-link-text-color: var(--tc-text-primary-dark);
|
|
7822
7822
|
--compare-card-bullet-point-icon-color: var(--tc-text-primary-dark);
|
|
7823
7823
|
--compare-card-price-icon-color: var(--tc-tooltip-text-inverse-secondary-dark);
|
|
7824
7824
|
--compare-card-background-netflix-color: var(--tc-layer-primary-dark);
|
|
@@ -8202,12 +8202,17 @@
|
|
|
8202
8202
|
flex-grow: 1;
|
|
8203
8203
|
flex-wrap: wrap;
|
|
8204
8204
|
}
|
|
8205
|
+
.price .price-wrapper .price-container .new-price {
|
|
8206
|
+
font-size: var(--compare-card-new-price-font-size);
|
|
8207
|
+
}
|
|
8208
|
+
.price .price-wrapper .price-container .price-prefix {
|
|
8209
|
+
font-size: 1.5rem;
|
|
8210
|
+
}
|
|
8205
8211
|
.price .price-wrapper .price-container .new-price,
|
|
8206
8212
|
.price .price-wrapper .price-container .price-prefix {
|
|
8207
8213
|
font-family: var(--font-family-headline);
|
|
8208
8214
|
color: var(--compare-card-price-text-color);
|
|
8209
8215
|
font-weight: 600;
|
|
8210
|
-
font-size: var(--compare-card-new-price-font-size);
|
|
8211
8216
|
line-height: var(--compare-card-price-line-height);
|
|
8212
8217
|
font-variant-numeric: tabular-nums;
|
|
8213
8218
|
}
|