@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.
- package/dist/index.js +1 -1
- 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:
|
|
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';
|