@awell-health/ui-library 0.1.128 → 0.1.129

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
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.129",
4
4
  "description": "UI components to integrate with Awell Health",
5
5
  "repository": {
6
6
  "type": "git",