@telia/teddy 0.7.48 → 0.7.50

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.
Files changed (33) hide show
  1. package/dist/components/checkbox-card-group/checkbox-card-group-indicator.cjs +1 -1
  2. package/dist/components/checkbox-card-group/checkbox-card-group-indicator.js +1 -1
  3. package/dist/components/modal/modal-close.cjs +1 -1
  4. package/dist/components/modal/modal-close.js +1 -1
  5. package/dist/components/modal/modal-content.cjs +6 -7
  6. package/dist/components/modal/modal-content.d.ts +7 -2
  7. package/dist/components/modal/modal-content.js +6 -7
  8. package/dist/components/modal/modal-group.cjs +1 -1
  9. package/dist/components/modal/modal-group.js +1 -1
  10. package/dist/components/modal/modal-image.cjs +1 -1
  11. package/dist/components/modal/modal-image.js +1 -1
  12. package/dist/components/modal/modal-overlay.cjs +1 -1
  13. package/dist/components/modal/modal-overlay.js +1 -1
  14. package/dist/components/shopping-cart/index.d.ts +1 -1
  15. package/dist/components/shopping-cart/shopping-cart-continue.cjs +1 -1
  16. package/dist/components/shopping-cart/shopping-cart-continue.js +1 -1
  17. package/dist/components/shopping-cart/shopping-cart-items.cjs +1 -1
  18. package/dist/components/shopping-cart/shopping-cart-items.js +1 -1
  19. package/dist/components/shopping-cart/shopping-cart-payment.cjs +93 -69
  20. package/dist/components/shopping-cart/shopping-cart-payment.d.ts +10 -1
  21. package/dist/components/shopping-cart/shopping-cart-payment.js +94 -70
  22. package/dist/components/shopping-cart/shopping-cart-root.cjs +1 -1
  23. package/dist/components/shopping-cart/shopping-cart-root.js +1 -1
  24. package/dist/modal.module-1dzCSzkb.js +23 -0
  25. package/dist/modal.module-DC_f9KzI.cjs +22 -0
  26. package/dist/shopping-cart.module-C9EOksct.cjs +62 -0
  27. package/dist/shopping-cart.module-ClaAAxQV.js +63 -0
  28. package/dist/style.css +116 -63
  29. package/package.json +1 -1
  30. package/dist/modal.module-BfeNqXoN.cjs +0 -19
  31. package/dist/modal.module-DuP4in7f.js +0 -20
  32. package/dist/shopping-cart.module-BCoLrcMI.cjs +0 -48
  33. 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
- }._shoppingCart_121r0_1 {
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
- ._section_121r0_8 {
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
- ._sectionBody_121r0_14 {
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
- ._sectionInner_121r0_22 {
687
+ ._sectionInner_ct6d7_22 {
688
688
  padding: var(--teddy-spacing-200);
689
689
  }
690
690
 
691
- ._horizontalRuleWrapper_121r0_26 {
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
- ._horizontalRuleWrapper_121r0_26 ._horizontalRule_121r0_26 {
696
+ ._horizontalRuleWrapper_ct6d7_26 ._horizontalRule_ct6d7_26 {
697
697
  margin: 0;
698
698
  }
699
699
 
700
- ._horizontalRule_121r0_26 {
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
- ._heading_121r0_43 {
709
+ ._heading_ct6d7_43 {
710
710
  margin: 0;
711
711
  }
712
712
 
713
- ._continueContainer_121r0_47 {
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
- ._continueContainer_121r0_47 button {
721
+ ._continueContainer_ct6d7_47 button {
722
722
  margin: 0;
723
723
  width: 100%;
724
724
  max-width: 18rem;
725
725
  }
726
726
 
727
- ._continueContainer_121r0_47 button:not(:first-of-type) {
727
+ ._continueContainer_ct6d7_47 button:not(:first-of-type) {
728
728
  margin-top: var(--teddy-spacing-200) !important;
729
729
  }
730
730
 
731
- ._deliveryContainer_121r0_63 {
731
+ ._deliveryContainer_ct6d7_63 {
732
732
  display: flex;
733
733
  justify-content: space-between;
734
734
  align-items: center;
735
735
  }
736
736
 
737
- ._deliveryProgressbar_121r0_69 {
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
- ._deliveryProgressbarText_121r0_77 {
745
+ ._deliveryProgressbarText_ct6d7_77 {
746
746
  margin-bottom: var(--teddy-spacing-100);
747
747
  }
748
748
 
749
- ._deliveryLeft_121r0_81 {
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
- ._labelMedium_121r0_87 {
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
- ._deliveryIcon_121r0_93 {
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
- ._priceUpfrontContainer_121r0_99 {
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
- ._priceMonthlyDetailsTotal_121r0_107 {
775
+ ._priceMonthlyDetailsTotal_ct6d7_107 {
776
776
  margin-top: var(--teddy-spacing-300);
777
777
  }
778
778
 
779
- ._priceRow_121r0_111 {
779
+ ._priceRow_ct6d7_111 {
780
780
  display: flex;
781
781
  justify-content: space-between;
782
782
  align-items: center;
783
783
  }
784
784
 
785
- ._priceRow_121r0_111 > :first-child {
785
+ ._priceRow_ct6d7_111 > :first-child {
786
786
  margin-right: var(--teddy-spacing-100);
787
787
  }
788
788
 
789
- ._tooltipIconWrapper_121r0_120 {
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
- ._tooltipIcon_121r0_120 {
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
- ._tooltipContent_121r0_133 {
802
+ ._tooltipContent_ct6d7_133 {
803
803
  width: 15rem;
804
804
  }
805
805
 
806
806
  @media all and (min-width: 600px) {
807
- ._tooltipContent_121r0_133 {
807
+ ._tooltipContent_ct6d7_133 {
808
808
  width: 22rem;
809
809
  }
810
810
  }
811
811
 
812
- ._priceMonthlyContainer_121r0_142 {
812
+ ._priceMonthlyContainer_ct6d7_142 {
813
813
  display: block;
814
814
  }
815
815
 
816
- ._priceMonthlyDetails_121r0_107 {
816
+ ._priceMonthlyDetails_ct6d7_107 {
817
817
  display: block;
818
818
  }
819
819
 
820
- ._flexRow_121r0_150 {
820
+ ._flexRow_ct6d7_150 {
821
821
  display: flex;
822
822
  align-items: center;
823
823
  }
824
824
 
825
- ._tooltipTrigger_121r0_155 {
825
+ ._tooltipTrigger_ct6d7_155 {
826
826
  padding: var(--teddy-spacing-100);
827
827
  }
828
828
 
829
- ._tooltipTrigger_121r0_155 svg {
829
+ ._tooltipTrigger_ct6d7_155 svg {
830
830
  width: 1.25rem;
831
831
  height: 1.25rem;
832
832
  }
833
833
 
834
- ._progressBarWrapper_121r0_163 {
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;
@@ -5762,7 +5800,7 @@
5762
5800
  }
5763
5801
  ._teddy-chip__indicator_69tae_83 {
5764
5802
  display: none;
5765
- }@keyframes _teddy-fade-in_1mjv8_1 {
5803
+ }@keyframes _teddy-fade-in_mucyt_1 {
5766
5804
  from {
5767
5805
  opacity: 0;
5768
5806
  }
@@ -5770,7 +5808,7 @@
5770
5808
  opacity: 1;
5771
5809
  }
5772
5810
  }
5773
- @keyframes _teddy-fade-out_1mjv8_1 {
5811
+ @keyframes _teddy-fade-out_mucyt_1 {
5774
5812
  from {
5775
5813
  opacity: 1;
5776
5814
  }
@@ -5778,7 +5816,7 @@
5778
5816
  opacity: 0;
5779
5817
  }
5780
5818
  }
5781
- @keyframes _teddy-overlay-no-op_1mjv8_1 {
5819
+ @keyframes _teddy-overlay-no-op_mucyt_1 {
5782
5820
  from {
5783
5821
  opacity: 1;
5784
5822
  }
@@ -5786,19 +5824,19 @@
5786
5824
  opacity: 1;
5787
5825
  }
5788
5826
  }
5789
- ._teddy-modal__overlay_1mjv8_25 {
5827
+ ._teddy-modal__overlay_mucyt_25 {
5790
5828
  position: fixed;
5791
5829
  inset: 0;
5792
5830
  display: grid;
5793
5831
  place-items: center;
5794
5832
  }
5795
- ._teddy-modal__overlay_1mjv8_25::before {
5833
+ ._teddy-modal__overlay_mucyt_25::before {
5796
5834
  position: fixed;
5797
5835
  content: "";
5798
5836
  inset: 0;
5799
5837
  background-color: var(--teddy-color-overlay-default);
5800
5838
  }
5801
- ._teddy-modal__content_1mjv8_37 {
5839
+ ._teddy-modal__content_mucyt_37 {
5802
5840
  background-color: var(--teddy-color-background-primary);
5803
5841
  box-shadow: var(--teddy-shadow-lg);
5804
5842
  position: relative;
@@ -5807,7 +5845,7 @@
5807
5845
  width: 100%;
5808
5846
  }
5809
5847
  @media (min-width: 600px) {
5810
- ._teddy-modal__content_1mjv8_37 {
5848
+ ._teddy-modal__content_mucyt_37 {
5811
5849
  max-width: 720px;
5812
5850
  max-height: 80%;
5813
5851
  min-height: 360px;
@@ -5816,11 +5854,26 @@
5816
5854
  border-radius: var(--teddy-border-radius-lg);
5817
5855
  }
5818
5856
  }
5819
- ._teddy-modal__scroll_1mjv8_55 {
5857
+ @media (min-width: 600px) {
5858
+ ._teddy-modal__content--sm_mucyt_56 {
5859
+ max-width: 480px;
5860
+ }
5861
+ }
5862
+ @media (min-width: 600px) {
5863
+ ._teddy-modal__content--md_mucyt_61 {
5864
+ max-width: 720px;
5865
+ }
5866
+ }
5867
+ @media (min-width: 600px) {
5868
+ ._teddy-modal__content--lg_mucyt_66 {
5869
+ max-width: 1000px;
5870
+ }
5871
+ }
5872
+ ._teddy-modal__scroll_mucyt_70 {
5820
5873
  overflow: auto;
5821
5874
  padding-inline: var(--teddy-spacing-300);
5822
5875
  }
5823
- ._teddy-modal__image_1mjv8_59 {
5876
+ ._teddy-modal__image_mucyt_74 {
5824
5877
  max-width: calc(100% + var(--teddy-spacing-300) * 2);
5825
5878
  height: auto;
5826
5879
  vertical-align: middle;
@@ -5830,41 +5883,41 @@
5830
5883
  shape-margin: 0.75rem;
5831
5884
  margin-inline: calc(var(--teddy-spacing-300) * -1);
5832
5885
  }
5833
- ._teddy-modal__close--floating_1mjv8_69 {
5886
+ ._teddy-modal__close--floating_mucyt_84 {
5834
5887
  position: absolute;
5835
5888
  top: var(--teddy-spacing-100);
5836
5889
  right: var(--teddy-spacing-100);
5837
5890
  }
5838
5891
  @media (max-width: 600px) {
5839
- ._teddy-modal__close--floating_1mjv8_69 {
5892
+ ._teddy-modal__close--floating_mucyt_84 {
5840
5893
  top: var(--teddy-spacing-50);
5841
5894
  }
5842
5895
  }
5843
- ._teddy-modal__group_1mjv8_79 {
5896
+ ._teddy-modal__group_mucyt_94 {
5844
5897
  width: 100%;
5845
5898
  margin-bottom: var(--teddy-spacing-200);
5846
5899
  }
5847
- ._teddy-modal__group--title_1mjv8_83 {
5900
+ ._teddy-modal__group--title_mucyt_98 {
5848
5901
  position: sticky;
5849
5902
  inset: 0 0 auto 0;
5850
5903
  background-color: var(--teddy-color-background-primary);
5851
5904
  padding-top: var(--teddy-spacing-300);
5852
5905
  }
5853
5906
  @media (max-width: 600px) {
5854
- ._teddy-modal__group--title_1mjv8_83 {
5907
+ ._teddy-modal__group--title_mucyt_98 {
5855
5908
  padding-top: var(--teddy-spacing-250);
5856
5909
  }
5857
5910
  }
5858
- ._teddy-modal__group--title_1mjv8_83._teddy-modal__group--scroll_1mjv8_94 {
5911
+ ._teddy-modal__group--title_mucyt_98._teddy-modal__group--scroll_mucyt_109 {
5859
5912
  padding-block: var(--teddy-spacing-200);
5860
5913
  }
5861
- ._teddy-modal__group--title_1mjv8_83._teddy-modal__group--scroll_1mjv8_94::before {
5914
+ ._teddy-modal__group--title_mucyt_98._teddy-modal__group--scroll_mucyt_109::before {
5862
5915
  content: "";
5863
5916
  position: absolute;
5864
5917
  inset: 0 calc(var(--teddy-spacing-300) * -1) 0 calc(var(--teddy-spacing-300) * -1);
5865
5918
  border-bottom: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
5866
5919
  }
5867
- ._teddy-modal__group--action_1mjv8_103 {
5920
+ ._teddy-modal__group--action_mucyt_118 {
5868
5921
  height: 100%;
5869
5922
  position: sticky;
5870
5923
  inset: auto 0 0 0;
@@ -5872,7 +5925,7 @@
5872
5925
  padding: var(--teddy-spacing-200) 0 var(--teddy-spacing-300);
5873
5926
  background-color: var(--teddy-color-background-primary);
5874
5927
  }
5875
- ._teddy-modal__group--action_1mjv8_103._teddy-modal__group--scroll_1mjv8_94::before {
5928
+ ._teddy-modal__group--action_mucyt_118._teddy-modal__group--scroll_mucyt_109::before {
5876
5929
  content: "";
5877
5930
  position: absolute;
5878
5931
  inset: 0 calc(var(--teddy-spacing-300) * -1) 0 calc(var(--teddy-spacing-300) * -1);
@@ -5880,7 +5933,7 @@
5880
5933
  box-shadow: 0 0 20px 15px var(--teddy-color-background-primary);
5881
5934
  }
5882
5935
  @media (prefers-reduced-motion: no-preference) {
5883
- @keyframes _modal-overlay-no-op_1mjv8_1 {
5936
+ @keyframes _modal-overlay-no-op_mucyt_1 {
5884
5937
  from {
5885
5938
  opacity: 1;
5886
5939
  }
@@ -5888,7 +5941,7 @@
5888
5941
  opacity: 1;
5889
5942
  }
5890
5943
  }
5891
- @keyframes _modal-content-show_1mjv8_1 {
5944
+ @keyframes _modal-content-show_mucyt_1 {
5892
5945
  from {
5893
5946
  opacity: 0;
5894
5947
  transform: translateY(5px) scale(0.97);
@@ -5898,7 +5951,7 @@
5898
5951
  transform: translateY(0px) scale(1);
5899
5952
  }
5900
5953
  }
5901
- @keyframes _modal-content-hide_1mjv8_1 {
5954
+ @keyframes _modal-content-hide_mucyt_1 {
5902
5955
  from {
5903
5956
  opacity: 1;
5904
5957
  transform: translateY(0px) scale(1);
@@ -5908,25 +5961,25 @@
5908
5961
  transform: translateY(5px) scale(0.99);
5909
5962
  }
5910
5963
  }
5911
- ._teddy-modal__overlay_1mjv8_25 {
5964
+ ._teddy-modal__overlay_mucyt_25 {
5912
5965
  /* Keep the overlay mounted until the children have animated */
5913
5966
  }
5914
- ._teddy-modal__overlay_1mjv8_25:where([data-state=closed]) {
5915
- animation: _modal-overlay-no-op_1mjv8_1 250ms cubic-bezier(0.16, 1, 0.3, 1);
5967
+ ._teddy-modal__overlay_mucyt_25:where([data-state=closed]) {
5968
+ animation: _modal-overlay-no-op_mucyt_1 250ms cubic-bezier(0.16, 1, 0.3, 1);
5916
5969
  }
5917
- ._teddy-modal__overlay_1mjv8_25:where([data-state=open])::before {
5918
- animation: _teddy-fade-in_1mjv8_1 400ms cubic-bezier(0.16, 1, 0.3, 1);
5970
+ ._teddy-modal__overlay_mucyt_25:where([data-state=open])::before {
5971
+ animation: _teddy-fade-in_mucyt_1 400ms cubic-bezier(0.16, 1, 0.3, 1);
5919
5972
  }
5920
- ._teddy-modal__overlay_1mjv8_25:where([data-state=closed])::before {
5973
+ ._teddy-modal__overlay_mucyt_25:where([data-state=closed])::before {
5921
5974
  opacity: 0;
5922
- animation: _teddy-fade-out_1mjv8_1 250ms cubic-bezier(0.16, 1, 0.3, 1);
5975
+ animation: _teddy-fade-out_mucyt_1 250ms cubic-bezier(0.16, 1, 0.3, 1);
5923
5976
  }
5924
- ._teddy-modal__content_1mjv8_37:where([data-state=open]) {
5925
- animation: _modal-content-show_1mjv8_1 200ms cubic-bezier(0.16, 1, 0.3, 1);
5977
+ ._teddy-modal__content_mucyt_37:where([data-state=open]) {
5978
+ animation: _modal-content-show_mucyt_1 200ms cubic-bezier(0.16, 1, 0.3, 1);
5926
5979
  }
5927
- ._teddy-modal__content_1mjv8_37:where([data-state=closed]) {
5980
+ ._teddy-modal__content_mucyt_37:where([data-state=closed]) {
5928
5981
  opacity: 0;
5929
- animation: _modal-content-hide_1mjv8_1 150ms cubic-bezier(0.16, 1, 0.3, 1);
5982
+ animation: _modal-content-hide_mucyt_1 150ms cubic-bezier(0.16, 1, 0.3, 1);
5930
5983
  }
5931
5984
  }@layer heading, button, card, notification;
5932
5985
  @layer notification {
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "pnpm": ">=10"
21
21
  },
22
22
  "private": false,
23
- "version": "0.7.48",
23
+ "version": "0.7.50",
24
24
  "sideEffects": [
25
25
  "**/*.css",
26
26
  "**/*.svg"
@@ -1,19 +0,0 @@
1
- "use strict";
2
- const styles = {
3
- "teddy-modal__overlay": "_teddy-modal__overlay_1mjv8_25",
4
- "teddy-modal__content": "_teddy-modal__content_1mjv8_37",
5
- "teddy-modal__scroll": "_teddy-modal__scroll_1mjv8_55",
6
- "teddy-modal__image": "_teddy-modal__image_1mjv8_59",
7
- "teddy-modal__close--floating": "_teddy-modal__close--floating_1mjv8_69",
8
- "teddy-modal__group": "_teddy-modal__group_1mjv8_79",
9
- "teddy-modal__group--title": "_teddy-modal__group--title_1mjv8_83",
10
- "teddy-modal__group--scroll": "_teddy-modal__group--scroll_1mjv8_94",
11
- "teddy-modal__group--action": "_teddy-modal__group--action_1mjv8_103",
12
- "modal-overlay-no-op": "_modal-overlay-no-op_1mjv8_1",
13
- "teddy-fade-in": "_teddy-fade-in_1mjv8_1",
14
- "teddy-fade-out": "_teddy-fade-out_1mjv8_1",
15
- "modal-content-show": "_modal-content-show_1mjv8_1",
16
- "modal-content-hide": "_modal-content-hide_1mjv8_1",
17
- "teddy-overlay-no-op": "_teddy-overlay-no-op_1mjv8_1"
18
- };
19
- exports.styles = styles;
@@ -1,20 +0,0 @@
1
- const styles = {
2
- "teddy-modal__overlay": "_teddy-modal__overlay_1mjv8_25",
3
- "teddy-modal__content": "_teddy-modal__content_1mjv8_37",
4
- "teddy-modal__scroll": "_teddy-modal__scroll_1mjv8_55",
5
- "teddy-modal__image": "_teddy-modal__image_1mjv8_59",
6
- "teddy-modal__close--floating": "_teddy-modal__close--floating_1mjv8_69",
7
- "teddy-modal__group": "_teddy-modal__group_1mjv8_79",
8
- "teddy-modal__group--title": "_teddy-modal__group--title_1mjv8_83",
9
- "teddy-modal__group--scroll": "_teddy-modal__group--scroll_1mjv8_94",
10
- "teddy-modal__group--action": "_teddy-modal__group--action_1mjv8_103",
11
- "modal-overlay-no-op": "_modal-overlay-no-op_1mjv8_1",
12
- "teddy-fade-in": "_teddy-fade-in_1mjv8_1",
13
- "teddy-fade-out": "_teddy-fade-out_1mjv8_1",
14
- "modal-content-show": "_modal-content-show_1mjv8_1",
15
- "modal-content-hide": "_modal-content-hide_1mjv8_1",
16
- "teddy-overlay-no-op": "_teddy-overlay-no-op_1mjv8_1"
17
- };
18
- export {
19
- styles as s
20
- };
@@ -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
- };