@awell-health/ui-library 0.1.128 → 0.1.130

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
@@ -1625,6 +1625,10 @@ html {
1625
1625
  margin-bottom: var(--awell-spacing-4);
1626
1626
  line-height: var(--awell-leading-normal);
1627
1627
  }
1628
+ .awell__richTextViewer_content ul,
1629
+ .awell__richTextViewer_content ol {
1630
+ line-height: var(--awell-leading-tight);
1631
+ }
1628
1632
  .awell__richTextViewer_content ul li,
1629
1633
  .awell__richTextViewer_content ol li {
1630
1634
  margin-top: var(--awell-spacing-2);
package/dist/index.js CHANGED
@@ -35113,7 +35113,7 @@ Check the top-level render call using <` + t + ">.");
35113
35113
  window.addEventListener('resize', handleResize);
35114
35114
  return function () {return window.removeEventListener('resize', handleResize);};
35115
35115
  }, []);
35116
- return jsxRuntime.exports.jsx("div", __assign({ className: "".concat(classes$d.awell_navbar, " ").concat(isHeightReduced ? classes$d.awell_navbar_keyboard_open : '') }, { children: isHeightReduced ? jsxRuntime.exports.jsx(jsxRuntime.exports.Fragment, {}) : jsxRuntime.exports.jsx(Logo, { logo: logo, companyName: companyName }) }));
35116
+ return jsxRuntime.exports.jsx("div", __assign({ className: "".concat(classes$d.awell_navbar, " ").concat(isHeightReduced ? classes$d.awell_navbar_keyboard_open : '') }, { children: jsxRuntime.exports.jsx(Logo, { logo: logo, companyName: companyName }) }));
35117
35117
  };
35118
35118
 
35119
35119
  var isCheckBoxInput = (element) => element.type === 'checkbox';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awell-health/ui-library",
3
- "version": "0.1.128",
3
+ "version": "0.1.130",
4
4
  "description": "UI components to integrate with Awell Health",
5
5
  "repository": {
6
6
  "type": "git",