@telia/teddy 0.7.47 → 0.7.49
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/components/checkbox-card-group/checkbox-card-group-indicator.cjs +4 -3
- package/dist/components/checkbox-card-group/checkbox-card-group-indicator.js +4 -3
- package/dist/components/shopping-cart/index.d.ts +2 -2
- package/dist/components/shopping-cart/shopping-cart-context.cjs +2 -1
- package/dist/components/shopping-cart/shopping-cart-context.d.ts +1 -0
- package/dist/components/shopping-cart/shopping-cart-context.js +2 -1
- package/dist/components/shopping-cart/shopping-cart-continue.cjs +1 -1
- package/dist/components/shopping-cart/shopping-cart-continue.js +1 -1
- package/dist/components/shopping-cart/shopping-cart-item.cjs +33 -33
- package/dist/components/shopping-cart/shopping-cart-item.js +33 -33
- package/dist/components/shopping-cart/shopping-cart-items.cjs +1 -1
- package/dist/components/shopping-cart/shopping-cart-items.js +1 -1
- package/dist/components/shopping-cart/shopping-cart-payment.cjs +93 -69
- package/dist/components/shopping-cart/shopping-cart-payment.d.ts +10 -1
- package/dist/components/shopping-cart/shopping-cart-payment.js +94 -70
- package/dist/components/shopping-cart/shopping-cart-root.cjs +3 -3
- package/dist/components/shopping-cart/shopping-cart-root.d.ts +1 -1
- package/dist/components/shopping-cart/shopping-cart-root.js +3 -3
- package/dist/shopping-cart.module-C9EOksct.cjs +62 -0
- package/dist/shopping-cart.module-ClaAAxQV.js +63 -0
- package/dist/style.css +114 -75
- package/package.json +1 -1
- package/dist/shopping-cart.module-BCoLrcMI.cjs +0 -48
- package/dist/shopping-cart.module-DA25l2hr.js +0 -49
package/dist/style.css
CHANGED
|
@@ -663,20 +663,20 @@
|
|
|
663
663
|
font-size: clamp(var(--teddy-typography-scale-800), 3cqw, var(--teddy-typography-scale-1000));
|
|
664
664
|
line-height: var(--teddy-typography-line-height-tight);
|
|
665
665
|
}
|
|
666
|
-
}.
|
|
666
|
+
}._shoppingCart_ct6d7_1 {
|
|
667
667
|
margin-bottom: var(--teddy-spacing-300);
|
|
668
668
|
width: 100%;
|
|
669
669
|
color: var(--teddy-color-gray-900);
|
|
670
670
|
line-height: var(--teddy-typography-line-height-loose);
|
|
671
671
|
}
|
|
672
672
|
|
|
673
|
-
.
|
|
673
|
+
._section_ct6d7_8 {
|
|
674
674
|
background-color: var(--teddy-color-gray-50);
|
|
675
675
|
border-top-right-radius: var(--teddy-border-radius-md);
|
|
676
676
|
border-top-left-radius: var(--teddy-border-radius-md);
|
|
677
677
|
}
|
|
678
678
|
|
|
679
|
-
.
|
|
679
|
+
._sectionBody_ct6d7_14 {
|
|
680
680
|
background-color: var(--teddy-color-functional-white);
|
|
681
681
|
margin-bottom: var(--teddy-spacing-200);
|
|
682
682
|
border: var(--teddy-border-width-sm) solid var(--teddy-color-gray-150);
|
|
@@ -684,20 +684,20 @@
|
|
|
684
684
|
overflow: visible;
|
|
685
685
|
}
|
|
686
686
|
|
|
687
|
-
.
|
|
687
|
+
._sectionInner_ct6d7_22 {
|
|
688
688
|
padding: var(--teddy-spacing-200);
|
|
689
689
|
}
|
|
690
690
|
|
|
691
|
-
.
|
|
691
|
+
._horizontalRuleWrapper_ct6d7_26 {
|
|
692
692
|
padding: var(--teddy-spacing-200) var(--teddy-spacing-200) 0 var(--teddy-spacing-200);
|
|
693
693
|
background-color: var(--teddy-color-functional-white);
|
|
694
694
|
}
|
|
695
695
|
|
|
696
|
-
.
|
|
696
|
+
._horizontalRuleWrapper_ct6d7_26 ._horizontalRule_ct6d7_26 {
|
|
697
697
|
margin: 0;
|
|
698
698
|
}
|
|
699
699
|
|
|
700
|
-
.
|
|
700
|
+
._horizontalRule_ct6d7_26 {
|
|
701
701
|
width: 100%;
|
|
702
702
|
border-bottom: var(--teddy-border-width-xs) solid var(--teddy-color-gray-150);
|
|
703
703
|
border-left: none;
|
|
@@ -706,11 +706,11 @@
|
|
|
706
706
|
margin: var(--teddy-spacing-200) 0;
|
|
707
707
|
}
|
|
708
708
|
|
|
709
|
-
.
|
|
709
|
+
._heading_ct6d7_43 {
|
|
710
710
|
margin: 0;
|
|
711
711
|
}
|
|
712
712
|
|
|
713
|
-
.
|
|
713
|
+
._continueContainer_ct6d7_47 {
|
|
714
714
|
display: flex;
|
|
715
715
|
flex-direction: column;
|
|
716
716
|
justify-content: center;
|
|
@@ -718,23 +718,23 @@
|
|
|
718
718
|
margin-top: var(--teddy-spacing-300);
|
|
719
719
|
}
|
|
720
720
|
|
|
721
|
-
.
|
|
721
|
+
._continueContainer_ct6d7_47 button {
|
|
722
722
|
margin: 0;
|
|
723
723
|
width: 100%;
|
|
724
724
|
max-width: 18rem;
|
|
725
725
|
}
|
|
726
726
|
|
|
727
|
-
.
|
|
727
|
+
._continueContainer_ct6d7_47 button:not(:first-of-type) {
|
|
728
728
|
margin-top: var(--teddy-spacing-200) !important;
|
|
729
729
|
}
|
|
730
730
|
|
|
731
|
-
.
|
|
731
|
+
._deliveryContainer_ct6d7_63 {
|
|
732
732
|
display: flex;
|
|
733
733
|
justify-content: space-between;
|
|
734
734
|
align-items: center;
|
|
735
735
|
}
|
|
736
736
|
|
|
737
|
-
.
|
|
737
|
+
._deliveryProgressbar_ct6d7_69 {
|
|
738
738
|
display: flex;
|
|
739
739
|
flex-direction: column;
|
|
740
740
|
justify-content: flex-start;
|
|
@@ -742,29 +742,29 @@
|
|
|
742
742
|
margin: var(--teddy-spacing-200) 0;
|
|
743
743
|
}
|
|
744
744
|
|
|
745
|
-
.
|
|
745
|
+
._deliveryProgressbarText_ct6d7_77 {
|
|
746
746
|
margin-bottom: var(--teddy-spacing-100);
|
|
747
747
|
}
|
|
748
748
|
|
|
749
|
-
.
|
|
749
|
+
._deliveryLeft_ct6d7_81 {
|
|
750
750
|
display: flex;
|
|
751
751
|
align-items: center;
|
|
752
752
|
margin-right: var(--teddy-spacing-200);
|
|
753
753
|
}
|
|
754
754
|
|
|
755
|
-
.
|
|
755
|
+
._labelMedium_ct6d7_87 {
|
|
756
756
|
color: var(--teddy-color-gray-900);
|
|
757
757
|
font-family: var(--teddy-typography-family-default);
|
|
758
758
|
font-weight: var(--teddy-typography-weight-medium);
|
|
759
759
|
}
|
|
760
760
|
|
|
761
|
-
.
|
|
761
|
+
._deliveryIcon_ct6d7_93 {
|
|
762
762
|
width: 1.5rem;
|
|
763
763
|
height: 1.5rem;
|
|
764
764
|
margin-right: var(--teddy-spacing-150);
|
|
765
765
|
}
|
|
766
766
|
|
|
767
|
-
.
|
|
767
|
+
._priceUpfrontContainer_ct6d7_99 {
|
|
768
768
|
background-color: var(--teddy-color-functional-white);
|
|
769
769
|
border: var(--teddy-border-width-sm) solid var(--teddy-color-gray-150);
|
|
770
770
|
padding: var(--teddy-spacing-200);
|
|
@@ -772,67 +772,105 @@
|
|
|
772
772
|
border-bottom-right-radius: var(--teddy-border-radius-md);
|
|
773
773
|
}
|
|
774
774
|
|
|
775
|
-
.
|
|
775
|
+
._priceMonthlyDetailsTotal_ct6d7_107 {
|
|
776
776
|
margin-top: var(--teddy-spacing-300);
|
|
777
777
|
}
|
|
778
778
|
|
|
779
|
-
.
|
|
779
|
+
._priceRow_ct6d7_111 {
|
|
780
780
|
display: flex;
|
|
781
781
|
justify-content: space-between;
|
|
782
782
|
align-items: center;
|
|
783
783
|
}
|
|
784
784
|
|
|
785
|
-
.
|
|
785
|
+
._priceRow_ct6d7_111 > :first-child {
|
|
786
786
|
margin-right: var(--teddy-spacing-100);
|
|
787
787
|
}
|
|
788
788
|
|
|
789
|
-
.
|
|
789
|
+
._tooltipIconWrapper_ct6d7_120 {
|
|
790
790
|
margin-left: var(--teddy-spacing-100);
|
|
791
791
|
width: 1.5rem;
|
|
792
792
|
height: 1.5rem;
|
|
793
793
|
}
|
|
794
794
|
|
|
795
|
-
.
|
|
795
|
+
._tooltipIcon_ct6d7_120 {
|
|
796
796
|
cursor: pointer;
|
|
797
797
|
width: 1.5rem;
|
|
798
798
|
height: 1.5rem;
|
|
799
799
|
color: var(--teddy-color-purple-700);
|
|
800
800
|
}
|
|
801
801
|
|
|
802
|
-
.
|
|
802
|
+
._tooltipContent_ct6d7_133 {
|
|
803
803
|
width: 15rem;
|
|
804
804
|
}
|
|
805
805
|
|
|
806
806
|
@media all and (min-width: 600px) {
|
|
807
|
-
.
|
|
807
|
+
._tooltipContent_ct6d7_133 {
|
|
808
808
|
width: 22rem;
|
|
809
809
|
}
|
|
810
810
|
}
|
|
811
811
|
|
|
812
|
-
.
|
|
812
|
+
._priceMonthlyContainer_ct6d7_142 {
|
|
813
813
|
display: block;
|
|
814
814
|
}
|
|
815
815
|
|
|
816
|
-
.
|
|
816
|
+
._priceMonthlyDetails_ct6d7_107 {
|
|
817
817
|
display: block;
|
|
818
818
|
}
|
|
819
819
|
|
|
820
|
-
.
|
|
820
|
+
._flexRow_ct6d7_150 {
|
|
821
821
|
display: flex;
|
|
822
822
|
align-items: center;
|
|
823
823
|
}
|
|
824
824
|
|
|
825
|
-
.
|
|
825
|
+
._tooltipTrigger_ct6d7_155 {
|
|
826
826
|
padding: var(--teddy-spacing-100);
|
|
827
827
|
}
|
|
828
828
|
|
|
829
|
-
.
|
|
829
|
+
._tooltipTrigger_ct6d7_155 svg {
|
|
830
830
|
width: 1.25rem;
|
|
831
831
|
height: 1.25rem;
|
|
832
832
|
}
|
|
833
833
|
|
|
834
|
-
.
|
|
834
|
+
._progressBarWrapper_ct6d7_163 {
|
|
835
835
|
width: 100%;
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
._highlightedLine_ct6d7_167 {
|
|
839
|
+
color: var(--teddy-color-purple-700);
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
._highlightedLineTop_ct6d7_171 {
|
|
843
|
+
display: flex;
|
|
844
|
+
justify-content: space-between;
|
|
845
|
+
align-items: center;
|
|
846
|
+
gap: var(--teddy-spacing-100);
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
._highlightedLineLeft_ct6d7_178 {
|
|
850
|
+
display: flex;
|
|
851
|
+
align-items: center;
|
|
852
|
+
gap: var(--teddy-spacing-100);
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
._highlightedLineIcon_ct6d7_184 {
|
|
856
|
+
width: 1.5rem;
|
|
857
|
+
height: 1.5rem;
|
|
858
|
+
flex-shrink: 0;
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
._highlightedLineHeading_ct6d7_190 {
|
|
862
|
+
font-family: var(--teddy-typography-family-default);
|
|
863
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
._highlightedLinePrice_ct6d7_195 {
|
|
867
|
+
font-family: var(--teddy-typography-family-default);
|
|
868
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
869
|
+
white-space: nowrap;
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
._highlightedLineDescription_ct6d7_201 {
|
|
873
|
+
margin: var(--teddy-spacing-050) 0 0;
|
|
836
874
|
}@layer text {
|
|
837
875
|
._teddy-text_19etp_2 {
|
|
838
876
|
color: inherit;
|
|
@@ -1151,13 +1189,13 @@
|
|
|
1151
1189
|
opacity: 1;
|
|
1152
1190
|
transform: translateX(0);
|
|
1153
1191
|
}
|
|
1154
|
-
}.
|
|
1192
|
+
}._item_1rldv_1 {
|
|
1155
1193
|
position: relative;
|
|
1156
1194
|
background-color: var(--teddy-color-functional-white);
|
|
1157
1195
|
border-radius: var(--teddy-border-radius-md);
|
|
1158
1196
|
}
|
|
1159
1197
|
|
|
1160
|
-
.
|
|
1198
|
+
._breakageFeeInfo_1rldv_7 {
|
|
1161
1199
|
position: relative;
|
|
1162
1200
|
font-family: var(--teddy-typography-family-default);
|
|
1163
1201
|
font-weight: var(--teddy-typography-weight-normal);
|
|
@@ -1165,7 +1203,7 @@
|
|
|
1165
1203
|
font-size: var(--teddy-typography-scale-100);
|
|
1166
1204
|
}
|
|
1167
1205
|
|
|
1168
|
-
.
|
|
1206
|
+
._itemIcon_1rldv_15 {
|
|
1169
1207
|
display: flex;
|
|
1170
1208
|
height: 2rem;
|
|
1171
1209
|
width: 2rem;
|
|
@@ -1176,14 +1214,14 @@
|
|
|
1176
1214
|
color: var(--teddy-color-purple-700);
|
|
1177
1215
|
}
|
|
1178
1216
|
|
|
1179
|
-
.
|
|
1217
|
+
._nameWrapper_1rldv_26 {
|
|
1180
1218
|
max-width: 18rem;
|
|
1181
1219
|
display: flex;
|
|
1182
1220
|
align-items: flex-start;
|
|
1183
1221
|
flex-direction: column;
|
|
1184
1222
|
}
|
|
1185
1223
|
|
|
1186
|
-
.
|
|
1224
|
+
._link_1rldv_33 {
|
|
1187
1225
|
display: flex;
|
|
1188
1226
|
align-items: center;
|
|
1189
1227
|
padding-right: var(--teddy-spacing-400);
|
|
@@ -1194,77 +1232,78 @@
|
|
|
1194
1232
|
}
|
|
1195
1233
|
|
|
1196
1234
|
@media all and (min-width: 600px) {
|
|
1197
|
-
.
|
|
1235
|
+
._link_1rldv_33 {
|
|
1198
1236
|
padding-right: 0;
|
|
1199
1237
|
}
|
|
1200
1238
|
}
|
|
1201
1239
|
|
|
1202
|
-
.
|
|
1240
|
+
._link_1rldv_33 span {
|
|
1203
1241
|
margin-right: var(--teddy-spacing-100);
|
|
1204
1242
|
}
|
|
1205
1243
|
|
|
1206
|
-
.
|
|
1244
|
+
._cartLink_1rldv_51 {
|
|
1207
1245
|
font-weight: var(--teddy-typography-weight-bold);
|
|
1208
1246
|
color: var(--teddy-color-functional-black);
|
|
1209
1247
|
}
|
|
1210
1248
|
|
|
1211
|
-
.
|
|
1249
|
+
._cartLink_1rldv_51:hover, ._cartLink_1rldv_51:active, ._cartLink_1rldv_51:focus {
|
|
1212
1250
|
color: var(--teddy-color-text-interactive-primary);
|
|
1213
1251
|
}
|
|
1214
1252
|
|
|
1215
|
-
.
|
|
1253
|
+
._discountDescription_1rldv_59 {
|
|
1216
1254
|
margin-right: var(--teddy-spacing-600);
|
|
1217
1255
|
overflow: visible;
|
|
1218
1256
|
margin-top: var(--teddy-spacing-50);
|
|
1219
1257
|
}
|
|
1220
1258
|
|
|
1221
|
-
.
|
|
1259
|
+
._name_1rldv_26 {
|
|
1222
1260
|
box-sizing: border-box;
|
|
1223
1261
|
width: 100%;
|
|
1224
1262
|
padding: var(--teddy-spacing-200) var(--teddy-spacing-200) 0 0;
|
|
1225
1263
|
font-size: var(--teddy-typography-scale-100);
|
|
1226
1264
|
}
|
|
1227
1265
|
|
|
1228
|
-
.
|
|
1266
|
+
._nameContainer_1rldv_72 {
|
|
1229
1267
|
display: flex;
|
|
1230
1268
|
}
|
|
1231
1269
|
|
|
1232
|
-
.
|
|
1270
|
+
._subtitle_1rldv_76 {
|
|
1233
1271
|
display: flex;
|
|
1234
1272
|
flex-direction: column;
|
|
1235
1273
|
}
|
|
1236
1274
|
|
|
1237
|
-
.
|
|
1275
|
+
._subtitle_1rldv_76 p {
|
|
1238
1276
|
margin: 0;
|
|
1239
1277
|
}
|
|
1240
1278
|
|
|
1241
|
-
.
|
|
1279
|
+
._quantityPickerWrapper_1rldv_84 {
|
|
1242
1280
|
display: flex;
|
|
1243
1281
|
justify-content: flex-start;
|
|
1244
1282
|
align-items: center;
|
|
1245
1283
|
flex-wrap: wrap;
|
|
1246
1284
|
}
|
|
1247
1285
|
|
|
1248
|
-
.
|
|
1286
|
+
._pricePer_1rldv_91 {
|
|
1249
1287
|
margin-left: var(--teddy-spacing-200);
|
|
1250
1288
|
}
|
|
1251
1289
|
|
|
1252
|
-
.
|
|
1290
|
+
._quantityPicker_1rldv_84 {
|
|
1253
1291
|
display: flex;
|
|
1254
1292
|
align-items: center;
|
|
1255
1293
|
}
|
|
1256
1294
|
|
|
1257
|
-
.
|
|
1295
|
+
._quantityPicker_1rldv_84 p {
|
|
1258
1296
|
margin: 0 var(--teddy-spacing-100);
|
|
1259
1297
|
}
|
|
1260
1298
|
|
|
1261
|
-
.
|
|
1299
|
+
._priceContainer_1rldv_103 {
|
|
1262
1300
|
display: flex;
|
|
1263
1301
|
justify-content: space-between;
|
|
1264
1302
|
margin-bottom: var(--teddy-spacing-100);
|
|
1303
|
+
gap: var(--teddy-spacing-100);
|
|
1265
1304
|
}
|
|
1266
1305
|
|
|
1267
|
-
.
|
|
1306
|
+
._priceCost_1rldv_110 {
|
|
1268
1307
|
display: flex;
|
|
1269
1308
|
flex-direction: column;
|
|
1270
1309
|
font-family: var(--teddy-typography-family-default);
|
|
@@ -1272,12 +1311,12 @@
|
|
|
1272
1311
|
margin-bottom: 0;
|
|
1273
1312
|
}
|
|
1274
1313
|
|
|
1275
|
-
.
|
|
1314
|
+
._priceLabel_1rldv_118 {
|
|
1276
1315
|
text-align: right;
|
|
1277
1316
|
margin-bottom: 0;
|
|
1278
1317
|
}
|
|
1279
1318
|
|
|
1280
|
-
.
|
|
1319
|
+
._priceLinethrough_1rldv_123 {
|
|
1281
1320
|
font-size: var(--teddy-typography-scale-100);
|
|
1282
1321
|
font-family: var(--teddy-typography-family-default);
|
|
1283
1322
|
font-weight: var(--teddy-typography-weight-normal);
|
|
@@ -1287,7 +1326,7 @@
|
|
|
1287
1326
|
color: var(--teddy-color-gray-500);
|
|
1288
1327
|
}
|
|
1289
1328
|
|
|
1290
|
-
.
|
|
1329
|
+
._priceLinethroughDisclaimer_1rldv_133 {
|
|
1291
1330
|
font-size: var(--teddy-typography-scale-100);
|
|
1292
1331
|
font-family: var(--teddy-typography-family-default);
|
|
1293
1332
|
font-weight: var(--teddy-typography-weight-normal);
|
|
@@ -1296,39 +1335,39 @@
|
|
|
1296
1335
|
color: var(--teddy-color-gray-500);
|
|
1297
1336
|
}
|
|
1298
1337
|
|
|
1299
|
-
.
|
|
1338
|
+
._imageContainer_1rldv_142 {
|
|
1300
1339
|
max-width: 2.5rem;
|
|
1301
1340
|
width: 2.5rem;
|
|
1302
1341
|
margin: var(--teddy-spacing-200) var(--teddy-spacing-200) 0 var(--teddy-spacing-200);
|
|
1303
1342
|
}
|
|
1304
1343
|
|
|
1305
|
-
.
|
|
1306
|
-
.
|
|
1307
|
-
.
|
|
1308
|
-
.
|
|
1344
|
+
._imageContainer_1rldv_142 a:hover,
|
|
1345
|
+
._imageContainer_1rldv_142 a:active,
|
|
1346
|
+
._imageContainer_1rldv_142 a:focus,
|
|
1347
|
+
._imageContainer_1rldv_142 a:focus-within {
|
|
1309
1348
|
color: var(--teddy-color-text-interactive-primary);
|
|
1310
1349
|
}
|
|
1311
1350
|
|
|
1312
|
-
.
|
|
1351
|
+
._noImageContainer_1rldv_154 {
|
|
1313
1352
|
max-width: 2.5rem;
|
|
1314
1353
|
width: 2.5rem;
|
|
1315
1354
|
margin: var(--teddy-spacing-200) var(--teddy-spacing-200) 0 var(--teddy-spacing-200);
|
|
1316
1355
|
}
|
|
1317
1356
|
|
|
1318
|
-
.
|
|
1357
|
+
._image_1rldv_142 {
|
|
1319
1358
|
display: block;
|
|
1320
1359
|
height: auto;
|
|
1321
1360
|
max-width: 2.5rem;
|
|
1322
1361
|
width: 2.5rem;
|
|
1323
1362
|
}
|
|
1324
1363
|
|
|
1325
|
-
.
|
|
1364
|
+
._iconImage_1rldv_167 {
|
|
1326
1365
|
display: block;
|
|
1327
1366
|
width: 2.5rem;
|
|
1328
1367
|
height: 2.5rem;
|
|
1329
1368
|
}
|
|
1330
1369
|
|
|
1331
|
-
.
|
|
1370
|
+
._deleteButtonContainer_1rldv_173 {
|
|
1332
1371
|
box-sizing: border-box;
|
|
1333
1372
|
display: flex;
|
|
1334
1373
|
justify-content: center;
|
|
@@ -1346,71 +1385,71 @@
|
|
|
1346
1385
|
padding: var(--teddy-spacing-50) var(--teddy-spacing-100);
|
|
1347
1386
|
}
|
|
1348
1387
|
|
|
1349
|
-
.
|
|
1388
|
+
._deleteButtonContainer_1rldv_173:active, ._deleteButtonContainer_1rldv_173:hover, ._deleteButtonContainer_1rldv_173:focus {
|
|
1350
1389
|
background-color: var(--teddy-color-purple-700);
|
|
1351
1390
|
color: var(--teddy-color-functional-white);
|
|
1352
1391
|
}
|
|
1353
1392
|
|
|
1354
|
-
.
|
|
1393
|
+
._deleteButtonContainer_1rldv_173 svg {
|
|
1355
1394
|
width: 1.06rem;
|
|
1356
1395
|
height: 1.1rem;
|
|
1357
1396
|
margin-bottom: 1px;
|
|
1358
1397
|
}
|
|
1359
1398
|
|
|
1360
|
-
.
|
|
1399
|
+
._uniqueDiscount_1rldv_200 {
|
|
1361
1400
|
display: flex;
|
|
1362
1401
|
justify-content: space-between;
|
|
1363
1402
|
margin-top: var(--teddy-spacing-100);
|
|
1364
1403
|
margin-bottom: var(--teddy-spacing-100);
|
|
1365
1404
|
}
|
|
1366
1405
|
|
|
1367
|
-
.
|
|
1406
|
+
._uniqueDiscountLabel_1rldv_207 {
|
|
1368
1407
|
font-family: var(--teddy-typography-family-default);
|
|
1369
1408
|
font-weight: var(--teddy-typography-weight-normal);
|
|
1370
1409
|
font-style: italic;
|
|
1371
1410
|
}
|
|
1372
1411
|
|
|
1373
|
-
.
|
|
1412
|
+
._uniqueDiscountPrice_1rldv_213 {
|
|
1374
1413
|
font-family: var(--teddy-typography-family-default);
|
|
1375
1414
|
font-weight: var(--teddy-typography-weight-bold);
|
|
1376
1415
|
}
|
|
1377
1416
|
|
|
1378
|
-
.
|
|
1417
|
+
._onlyInShops_1rldv_218 {
|
|
1379
1418
|
display: flex;
|
|
1380
1419
|
align-items: center;
|
|
1381
1420
|
margin-top: var(--teddy-spacing-100);
|
|
1382
1421
|
margin-bottom: var(--teddy-spacing-100);
|
|
1383
1422
|
}
|
|
1384
1423
|
|
|
1385
|
-
.
|
|
1424
|
+
._onlyInShopsLabel_1rldv_225 {
|
|
1386
1425
|
font-style: italic;
|
|
1387
1426
|
font-family: var(--teddy-typography-family-default);
|
|
1388
1427
|
font-weight: var(--teddy-typography-weight-normal);
|
|
1389
1428
|
}
|
|
1390
1429
|
|
|
1391
|
-
.
|
|
1430
|
+
._onlyInShopsTooltipWrapper_1rldv_231 {
|
|
1392
1431
|
margin-left: var(--teddy-spacing-100);
|
|
1393
1432
|
display: flex;
|
|
1394
1433
|
align-items: center;
|
|
1395
1434
|
}
|
|
1396
1435
|
|
|
1397
|
-
.
|
|
1436
|
+
._onlyInShopsTooltipIcon_1rldv_237 {
|
|
1398
1437
|
cursor: pointer;
|
|
1399
1438
|
width: 1.2rem;
|
|
1400
1439
|
height: 1.2rem;
|
|
1401
1440
|
color: var(--teddy-color-functional-black);
|
|
1402
1441
|
}
|
|
1403
1442
|
|
|
1404
|
-
.
|
|
1443
|
+
._tooltipTrigger_1rldv_244 {
|
|
1405
1444
|
padding: var(--teddy-spacing-100);
|
|
1406
1445
|
}
|
|
1407
1446
|
|
|
1408
|
-
.
|
|
1447
|
+
._tooltipTrigger_1rldv_244 svg {
|
|
1409
1448
|
width: 1.25rem;
|
|
1410
1449
|
height: 1.25rem;
|
|
1411
1450
|
}
|
|
1412
1451
|
|
|
1413
|
-
.
|
|
1452
|
+
._priceWrapper_1rldv_252 {
|
|
1414
1453
|
display: flex;
|
|
1415
1454
|
align-items: center;
|
|
1416
1455
|
justify-content: flex-end;
|
package/package.json
CHANGED
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const shoppingCart = "_shoppingCart_121r0_1";
|
|
3
|
-
const section = "_section_121r0_8";
|
|
4
|
-
const sectionBody = "_sectionBody_121r0_14";
|
|
5
|
-
const sectionInner = "_sectionInner_121r0_22";
|
|
6
|
-
const horizontalRule = "_horizontalRule_121r0_26";
|
|
7
|
-
const heading = "_heading_121r0_43";
|
|
8
|
-
const continueContainer = "_continueContainer_121r0_47";
|
|
9
|
-
const deliveryContainer = "_deliveryContainer_121r0_63";
|
|
10
|
-
const deliveryProgressbar = "_deliveryProgressbar_121r0_69";
|
|
11
|
-
const deliveryProgressbarText = "_deliveryProgressbarText_121r0_77";
|
|
12
|
-
const deliveryLeft = "_deliveryLeft_121r0_81";
|
|
13
|
-
const labelMedium = "_labelMedium_121r0_87";
|
|
14
|
-
const deliveryIcon = "_deliveryIcon_121r0_93";
|
|
15
|
-
const priceUpfrontContainer = "_priceUpfrontContainer_121r0_99";
|
|
16
|
-
const priceMonthlyDetailsTotal = "_priceMonthlyDetailsTotal_121r0_107";
|
|
17
|
-
const priceRow = "_priceRow_121r0_111";
|
|
18
|
-
const tooltipContent = "_tooltipContent_121r0_133";
|
|
19
|
-
const priceMonthlyContainer = "_priceMonthlyContainer_121r0_142";
|
|
20
|
-
const priceMonthlyDetails = "_priceMonthlyDetails_121r0_107";
|
|
21
|
-
const flexRow = "_flexRow_121r0_150";
|
|
22
|
-
const tooltipTrigger = "_tooltipTrigger_121r0_155";
|
|
23
|
-
const progressBarWrapper = "_progressBarWrapper_121r0_163";
|
|
24
|
-
const styles = {
|
|
25
|
-
shoppingCart,
|
|
26
|
-
section,
|
|
27
|
-
sectionBody,
|
|
28
|
-
sectionInner,
|
|
29
|
-
horizontalRule,
|
|
30
|
-
heading,
|
|
31
|
-
continueContainer,
|
|
32
|
-
deliveryContainer,
|
|
33
|
-
deliveryProgressbar,
|
|
34
|
-
deliveryProgressbarText,
|
|
35
|
-
deliveryLeft,
|
|
36
|
-
labelMedium,
|
|
37
|
-
deliveryIcon,
|
|
38
|
-
priceUpfrontContainer,
|
|
39
|
-
priceMonthlyDetailsTotal,
|
|
40
|
-
priceRow,
|
|
41
|
-
tooltipContent,
|
|
42
|
-
priceMonthlyContainer,
|
|
43
|
-
priceMonthlyDetails,
|
|
44
|
-
flexRow,
|
|
45
|
-
tooltipTrigger,
|
|
46
|
-
progressBarWrapper
|
|
47
|
-
};
|
|
48
|
-
exports.styles = styles;
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
const shoppingCart = "_shoppingCart_121r0_1";
|
|
2
|
-
const section = "_section_121r0_8";
|
|
3
|
-
const sectionBody = "_sectionBody_121r0_14";
|
|
4
|
-
const sectionInner = "_sectionInner_121r0_22";
|
|
5
|
-
const horizontalRule = "_horizontalRule_121r0_26";
|
|
6
|
-
const heading = "_heading_121r0_43";
|
|
7
|
-
const continueContainer = "_continueContainer_121r0_47";
|
|
8
|
-
const deliveryContainer = "_deliveryContainer_121r0_63";
|
|
9
|
-
const deliveryProgressbar = "_deliveryProgressbar_121r0_69";
|
|
10
|
-
const deliveryProgressbarText = "_deliveryProgressbarText_121r0_77";
|
|
11
|
-
const deliveryLeft = "_deliveryLeft_121r0_81";
|
|
12
|
-
const labelMedium = "_labelMedium_121r0_87";
|
|
13
|
-
const deliveryIcon = "_deliveryIcon_121r0_93";
|
|
14
|
-
const priceUpfrontContainer = "_priceUpfrontContainer_121r0_99";
|
|
15
|
-
const priceMonthlyDetailsTotal = "_priceMonthlyDetailsTotal_121r0_107";
|
|
16
|
-
const priceRow = "_priceRow_121r0_111";
|
|
17
|
-
const tooltipContent = "_tooltipContent_121r0_133";
|
|
18
|
-
const priceMonthlyContainer = "_priceMonthlyContainer_121r0_142";
|
|
19
|
-
const priceMonthlyDetails = "_priceMonthlyDetails_121r0_107";
|
|
20
|
-
const flexRow = "_flexRow_121r0_150";
|
|
21
|
-
const tooltipTrigger = "_tooltipTrigger_121r0_155";
|
|
22
|
-
const progressBarWrapper = "_progressBarWrapper_121r0_163";
|
|
23
|
-
const styles = {
|
|
24
|
-
shoppingCart,
|
|
25
|
-
section,
|
|
26
|
-
sectionBody,
|
|
27
|
-
sectionInner,
|
|
28
|
-
horizontalRule,
|
|
29
|
-
heading,
|
|
30
|
-
continueContainer,
|
|
31
|
-
deliveryContainer,
|
|
32
|
-
deliveryProgressbar,
|
|
33
|
-
deliveryProgressbarText,
|
|
34
|
-
deliveryLeft,
|
|
35
|
-
labelMedium,
|
|
36
|
-
deliveryIcon,
|
|
37
|
-
priceUpfrontContainer,
|
|
38
|
-
priceMonthlyDetailsTotal,
|
|
39
|
-
priceRow,
|
|
40
|
-
tooltipContent,
|
|
41
|
-
priceMonthlyContainer,
|
|
42
|
-
priceMonthlyDetails,
|
|
43
|
-
flexRow,
|
|
44
|
-
tooltipTrigger,
|
|
45
|
-
progressBarWrapper
|
|
46
|
-
};
|
|
47
|
-
export {
|
|
48
|
-
styles as s
|
|
49
|
-
};
|