@moser-inc/moser-labs-react 7.2.0 → 7.2.1

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -29,7 +29,7 @@ import { InputTextarea } from "primereact/inputtextarea";
29
29
  import { Panel } from "primereact/panel";
30
30
  //#endregion
31
31
  //#region src/constants/app.ts
32
- const VERSION = "7.2.0";
32
+ const VERSION = "7.2.1";
33
33
  //#endregion
34
34
  //#region src/lib/head/headContext.tsx
35
35
  const head = createHead();
@@ -719,7 +719,7 @@ const LabsMainHeader = ({ title, prepend, titleContent, prependTitle, appendTitl
719
719
  className: "labs-main-header-title-content",
720
720
  children: [
721
721
  prependTitle,
722
- /* @__PURE__ */ jsx("h2", {
722
+ title && /* @__PURE__ */ jsx("h2", {
723
723
  title,
724
724
  className: "labs-main-header-title",
725
725
  children: title
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moser-inc/moser-labs-react",
3
- "version": "7.2.0",
3
+ "version": "7.2.1",
4
4
  "description": "React components for the Moser Labs suite of applications.",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Moser Consulting",