@heycater/qualification-funnel 1.19.24 → 1.19.27

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.
@@ -2620,17 +2620,17 @@
2620
2620
  from { opacity: 0; transform: translateY(8px); }
2621
2621
  to { opacity: 1; transform: none; }
2622
2622
  `,qH=_p.div`
2623
+ position: fixed;
2624
+ inset: 0;
2623
2625
  display: flex;
2624
- min-height: 100vh;
2625
2626
  background: ${PW};
2627
+ z-index: 1000;
2626
2628
  `,WH=_p.div`
2627
2629
  flex: 1;
2628
2630
  display: flex;
2629
2631
  flex-direction: column;
2630
2632
  min-width: 0;
2631
- min-height: 0;
2632
- height: 100vh;
2633
- overflow: hidden;
2633
+ overflow-y: auto;
2634
2634
  ${({$fullWidth:e})=>e&&"width: 100%;"}
2635
2635
  `,VH=_p.div`
2636
2636
  flex: none;
@@ -2698,7 +2698,6 @@
2698
2698
  flex-direction: column;
2699
2699
  align-items: center;
2700
2700
  justify-content: flex-start;
2701
- overflow-y: auto;
2702
2701
  padding: 14px 18px 20px;
2703
2702
  animation: ${BH} 0.34s cubic-bezier(0.2, 0.8, 0.2, 1) both;
2704
2703
 
@@ -2745,7 +2744,8 @@
2745
2744
  margin-top: 32px;
2746
2745
  }
2747
2746
  `,oZ=_p.div`
2748
- flex: none;
2747
+ position: sticky;
2748
+ bottom: 0;
2749
2749
  padding: 12px 18px 16px;
2750
2750
  display: flex;
2751
2751
  flex-direction: column;
@@ -2754,6 +2754,7 @@
2754
2754
  border-top: 1px solid #f0f0f0;
2755
2755
  background: ${PW};
2756
2756
  z-index: 10;
2757
+ margin-top: auto;
2757
2758
 
2758
2759
  @media (min-width: 960px) {
2759
2760
  padding: 16px 44px 22px;
package/dist/index.cjs.js CHANGED
@@ -2532,17 +2532,17 @@ object-assign
2532
2532
  from { opacity: 0; transform: translateY(8px); }
2533
2533
  to { opacity: 1; transform: none; }
2534
2534
  `,$D=o.div`
2535
+ position: fixed;
2536
+ inset: 0;
2535
2537
  display: flex;
2536
- min-height: 100vh;
2537
2538
  background: ${CE};
2539
+ z-index: 1000;
2538
2540
  `,DD=o.div`
2539
2541
  flex: 1;
2540
2542
  display: flex;
2541
2543
  flex-direction: column;
2542
2544
  min-width: 0;
2543
- min-height: 0;
2544
- height: 100vh;
2545
- overflow: hidden;
2545
+ overflow-y: auto;
2546
2546
  ${({$fullWidth:e})=>e&&"width: 100%;"}
2547
2547
  `,zD=o.div`
2548
2548
  flex: none;
@@ -2610,7 +2610,6 @@ object-assign
2610
2610
  flex-direction: column;
2611
2611
  align-items: center;
2612
2612
  justify-content: flex-start;
2613
- overflow-y: auto;
2614
2613
  padding: 14px 18px 20px;
2615
2614
  animation: ${OD} 0.34s cubic-bezier(0.2, 0.8, 0.2, 1) both;
2616
2615
 
@@ -2657,7 +2656,8 @@ object-assign
2657
2656
  margin-top: 32px;
2658
2657
  }
2659
2658
  `,HD=o.div`
2660
- flex: none;
2659
+ position: sticky;
2660
+ bottom: 0;
2661
2661
  padding: 12px 18px 16px;
2662
2662
  display: flex;
2663
2663
  flex-direction: column;
@@ -2666,6 +2666,7 @@ object-assign
2666
2666
  border-top: 1px solid #f0f0f0;
2667
2667
  background: ${CE};
2668
2668
  z-index: 10;
2669
+ margin-top: auto;
2669
2670
 
2670
2671
  @media (min-width: 960px) {
2671
2672
  padding: 16px 44px 22px;
package/dist/index.esm.js CHANGED
@@ -32588,18 +32588,18 @@ const fadeIn = keyframes`
32588
32588
  to { opacity: 1; transform: none; }
32589
32589
  `;
32590
32590
  const FunnelContainer = styled.div`
32591
+ position: fixed;
32592
+ inset: 0;
32591
32593
  display: flex;
32592
- min-height: 100vh;
32593
32594
  background: ${REDESIGN_COLORS.white};
32595
+ z-index: 1000;
32594
32596
  `;
32595
32597
  const MainContent = styled.div`
32596
32598
  flex: 1;
32597
32599
  display: flex;
32598
32600
  flex-direction: column;
32599
32601
  min-width: 0;
32600
- min-height: 0;
32601
- height: 100vh;
32602
- overflow: hidden;
32602
+ overflow-y: auto;
32603
32603
  ${({ $fullWidth }) => $fullWidth && "width: 100%;"}
32604
32604
  `;
32605
32605
  const MobileHeader = styled.div`
@@ -32678,7 +32678,6 @@ const ContentArea = styled.div`
32678
32678
  flex-direction: column;
32679
32679
  align-items: center;
32680
32680
  justify-content: flex-start;
32681
- overflow-y: auto;
32682
32681
  padding: 14px 18px 20px;
32683
32682
  animation: ${fadeIn} 0.34s cubic-bezier(0.2, 0.8, 0.2, 1) both;
32684
32683
 
@@ -32729,7 +32728,8 @@ const StepContent = styled.div`
32729
32728
  }
32730
32729
  `;
32731
32730
  const FooterBar = styled.div`
32732
- flex: none;
32731
+ position: sticky;
32732
+ bottom: 0;
32733
32733
  padding: 12px 18px 16px;
32734
32734
  display: flex;
32735
32735
  flex-direction: column;
@@ -32738,6 +32738,7 @@ const FooterBar = styled.div`
32738
32738
  border-top: 1px solid #f0f0f0;
32739
32739
  background: ${REDESIGN_COLORS.white};
32740
32740
  z-index: 10;
32741
+ margin-top: auto;
32741
32742
 
32742
32743
  @media (min-width: 960px) {
32743
32744
  padding: 16px 44px 22px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heycater/qualification-funnel",
3
- "version": "1.19.24",
3
+ "version": "1.19.27",
4
4
  "type": "module",
5
5
  "description": "Heycater embedded qualification funnel widget",
6
6
  "main": "dist/index.cjs.js",