@awell-health/ui-library 0.1.107 → 0.1.108

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/index.css CHANGED
@@ -6687,17 +6687,14 @@ html {
6687
6687
  left: 0;
6688
6688
  }
6689
6689
  .awell__hostedPageFooter_footer .awell__hostedPageFooter_scrollHint {
6690
- position: absolute;
6690
+ position: fixed;
6691
6691
  bottom: var(--awell-mobile-footer-height);
6692
6692
  padding: var(--awell-spacing-2) 0;
6693
6693
  left: 0;
6694
6694
  display: flex;
6695
6695
  justify-content: center;
6696
6696
  width: 100%;
6697
- z-index: 1;
6698
- background: #fff;
6699
- transition: opacity 0.3s ease-in-out;
6700
- opacity: 1;
6697
+ z-index: 1001;
6701
6698
  }
6702
6699
  @media (min-width: 640px) {
6703
6700
  .awell__hostedPageFooter_footer .awell__hostedPageFooter_scrollHint {
@@ -6707,9 +6704,11 @@ html {
6707
6704
  }
6708
6705
  .awell__hostedPageFooter_footer .awell__hostedPageFooter_scrollHint.awell__hostedPageFooter_visible {
6709
6706
  opacity: 1;
6707
+ transition: opacity 0.3s ease-in-out;
6710
6708
  }
6711
6709
  .awell__hostedPageFooter_footer .awell__hostedPageFooter_scrollHint.awell__hostedPageFooter_hidden {
6712
6710
  opacity: 0;
6711
+ transition: opacity 0.3s ease-in-out;
6713
6712
  }
6714
6713
  @import 'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap';
6715
6714
  :root {
package/dist/index.js CHANGED
@@ -48550,7 +48550,7 @@ var Kr=[{
48550
48550
  var handleScroll = function () {
48551
48551
  if (scrollIndicatorRef.current) {
48552
48552
  var _a = document.documentElement,scrollTop = _a.scrollTop,scrollHeight = _a.scrollHeight,clientHeight = _a.clientHeight;
48553
- var isAtBottom = scrollTop + clientHeight >= scrollHeight - 1;
48553
+ var isAtBottom = scrollTop + clientHeight >= scrollHeight - 2;
48554
48554
  scrollIndicatorRef.current.classList.toggle(classes$7.hidden, isAtBottom);
48555
48555
  }
48556
48556
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awell-health/ui-library",
3
- "version": "0.1.107",
3
+ "version": "0.1.108",
4
4
  "description": "UI components to integrate with Awell Health",
5
5
  "repository": {
6
6
  "type": "git",