@awell-health/ui-library 0.1.139 → 0.1.140
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 +9 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -8253,12 +8253,20 @@ html {
|
|
|
8253
8253
|
justify-content: space-between;
|
|
8254
8254
|
align-items: center;
|
|
8255
8255
|
width: 100%;
|
|
8256
|
-
padding-bottom: var(--awell-spacing-6);
|
|
8257
8256
|
max-width: var(--awell-activity-form-max-width);
|
|
8258
8257
|
padding: var(--awell-activity-form-padding);
|
|
8259
8258
|
margin: 0 auto;
|
|
8260
8259
|
}
|
|
8261
8260
|
|
|
8261
|
+
.awell__form_traditional_form {
|
|
8262
|
+
padding-bottom: calc(var(--awell-mobile-footer-height) + var(--awell-spacing-24));
|
|
8263
|
+
}
|
|
8264
|
+
@media (min-width: 640px) {
|
|
8265
|
+
.awell__form_traditional_form {
|
|
8266
|
+
padding-bottom: calc(var(--awell-footer-height) + var(--awell-spacing-24));
|
|
8267
|
+
}
|
|
8268
|
+
}
|
|
8269
|
+
|
|
8262
8270
|
.awell__form_traditional_form_question {
|
|
8263
8271
|
margin-bottom: var(--awell-spacing-8);
|
|
8264
8272
|
}
|
package/dist/index.js
CHANGED
|
@@ -51877,7 +51877,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
51877
51877
|
return jsxRuntime.exports.jsxs(jsxRuntime.exports.Fragment, { children: [jsxRuntime.exports.jsx("main", __assign({ id: "ahp_main_content_with_scroll_hint", className: layoutClasses.main_content }, { children: jsxRuntime.exports.jsxs("article", __assign({ className: "".concat(classes$5.awell_message, " ").concat(classes$5.container) }, { children: [jsxRuntime.exports.jsx("div", __assign({ className: classes$5.message_title }, { children: subject })), jsxRuntime.exports.jsx("div", __assign({ className: classes$5.content }, { children: jsxRuntime.exports.jsx(RichTextViewer, { content: cleanContent }) })), jsxRuntime.exports.jsxs("div", __assign({ className: classes$5.attachmentList }, { children: [jsxRuntime.exports.jsx(AttachmentList, { attachments: attachments, icon: attachmentIcon, labels: attachmentLabels }), children] }))] })) })), jsxRuntime.exports.jsx(HostedPageFooter, { children: jsxRuntime.exports.jsx("div", __assign({ className: "".concat(classes$5.button_wrapper, " ").concat(classes$5.container) }, { children: jsxRuntime.exports.jsx(Button, __assign({ "data-cy": "markMessageAsReadButton", variant: "secondary", onClick: onMessageRead }, { children: buttonLabels.readMessage })) })) })] });
|
|
51878
51878
|
};
|
|
51879
51879
|
|
|
51880
|
-
var classes$4 = {"container":"awell__form_container","traditional_container":"awell__form_traditional_container","awell_wizard_form":"awell__form_awell_wizard_form","form_progress":"awell__form_form_progress","loadingContainer":"awell__form_loadingContainer","title":"awell__form_title","wizard_form":"awell__form_wizard_form","conversational_button_wrapper":"awell__form_conversational_button_wrapper","traditional_button_wrapper":"awell__form_traditional_button_wrapper","traditional_form_question":"awell__form_traditional_form_question","trademark":"awell__form_trademark","conversational":"awell__form_conversational"};
|
|
51880
|
+
var classes$4 = {"container":"awell__form_container","traditional_container":"awell__form_traditional_container","awell_wizard_form":"awell__form_awell_wizard_form","form_progress":"awell__form_form_progress","loadingContainer":"awell__form_loadingContainer","title":"awell__form_title","wizard_form":"awell__form_wizard_form","conversational_button_wrapper":"awell__form_conversational_button_wrapper","traditional_button_wrapper":"awell__form_traditional_button_wrapper","traditional_form":"awell__form_traditional_form","traditional_form_question":"awell__form_traditional_form_question","trademark":"awell__form_trademark","conversational":"awell__form_conversational"};
|
|
51881
51881
|
|
|
51882
51882
|
var useClickOutsideNotifier = function (_a) {
|
|
51883
51883
|
var ref = _a.ref,clickOutsideHandler = _a.clickOutsideHandler;
|