@awell-health/ui-library 0.1.53 → 0.1.56

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
@@ -7029,6 +7029,7 @@ html {
7029
7029
  }
7030
7030
  .awell__hostedPageLayout_layout_container.awell__hostedPageLayout_flexible {
7031
7031
  height: auto;
7032
+ min-height: 100vh;
7032
7033
  }
7033
7034
 
7034
7035
  .awell__hostedPageLayout_main_content {
package/dist/index.js CHANGED
@@ -51789,10 +51789,12 @@ Check the top-level render call using <` + t + ">.");
51789
51789
  exports.HeadingSecondary = HeadingSecondary;
51790
51790
  exports.HeadingTertiary = HeadingTertiary;
51791
51791
  exports.HorizontalSpinner = HorizontalSpinner;
51792
+ exports.HostedPageFooter = HostedPageFooter;
51792
51793
  exports.HostedPageLayout = HostedPageLayout;
51793
51794
  exports.InlineText = InlineText;
51794
51795
  exports.InnerText = InnerText;
51795
51796
  exports.InputField = InputField;
51797
+ exports.LoadActivityPlaceholder = LoadActivityPlaceholder;
51796
51798
  exports.Logo = Logo;
51797
51799
  exports.LongTextField = LongTextField;
51798
51800
  exports.Message = Message;
@@ -5,6 +5,4 @@ export { WizardForm } from './activities/wizardForm';
5
5
  export { CalDotcomActivity } from './activities/scheduling';
6
6
  export { CloudinaryUpload } from './activities/cloudinary';
7
7
  export { CloudinarySingleFileUpload } from './activities/cloudinary';
8
- export { HostedPageLayout } from './layouts/HostedPageLayout';
9
- export { CloseButton } from './layouts/HostedPageLayout';
10
- export { LoadActivityPlaceholder } from './layouts/HostedPageLayout/LoadActivityPlaceholder';
8
+ export { HostedPageLayout, CloseButton, HostedPageFooter, LoadActivityPlaceholder, } from './layouts/HostedPageLayout';
@@ -1,5 +1,5 @@
1
1
  export { Button, CheckboxButton, DatePicker, Description, InputField, QuestionLabel, Logo, LongTextField, RadioButton, RangeInput, RichTextViewer, HeadingMain, HeadingSecondary, HeadingTertiary, SubHeading, Heading5, Heading6, Text, InlineText, ExternalLink, InnerText, CircularSpinner, HorizontalSpinner, ThemeProvider, useTheme, ScrollIndicator, Modal, CalDotComScheduling, type CalDotComBookingSuccessfulFunction, ProgressIndicator, TypingCaret, WithTypingCaret, Select, } from './atoms';
2
2
  export { MultipleChoiceQuestion, Navbar, Question, SingleChoiceQuestion, AttachmentList, } from './molecules';
3
- export { Checklist, ConversationalForm, TraditionalForm, WizardForm, Message, HostedPageLayout, CloseButton, CloudinaryUpload, CloudinarySingleFileUpload, } from './hostedPages';
3
+ export { Checklist, ConversationalForm, TraditionalForm, WizardForm, Message, HostedPageLayout, CloseButton, CloudinaryUpload, CloudinarySingleFileUpload, HostedPageFooter, LoadActivityPlaceholder, } from './hostedPages';
4
4
  export { useClickOutsideNotifier, useScrollHint, useConversationalForm, useTraditionalForm, } from './hooks';
5
5
  export * from './types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awell-health/ui-library",
3
- "version": "0.1.53",
3
+ "version": "0.1.56",
4
4
  "private": false,
5
5
  "description": "UI components to integrate with Awell Health",
6
6
  "repository": {
@@ -193,4 +193,4 @@
193
193
  ]
194
194
  },
195
195
  "homepage": "https://github.com/awell-health/ui-library#readme"
196
- }
196
+ }