@moser-inc/moser-labs-react 6.4.1 → 6.4.2

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.
@@ -14,7 +14,7 @@ import { InputTextarea as bg } from "primereact/inputtextarea";
14
14
  import { Panel as xg } from "primereact/panel";
15
15
  import { createHead as Cg, UnheadProvider as wg } from "@unhead/react/client";
16
16
  import { PrimeReactProvider as Eg } from "primereact/api";
17
- const _g = "6.4.1", Sg = {
17
+ const _g = "6.4.2", Sg = {
18
18
  version: _g
19
19
  }, aE = Sg.version;
20
20
  var kg = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
@@ -6861,10 +6861,7 @@ const nb = 24 * 60 * 60 * 1e3, xE = ({
6861
6861
  className: t,
6862
6862
  children: n,
6863
6863
  ...r
6864
- }) => {
6865
- const i = e?.TITLE ?? "";
6866
- return Gp({ title: i }), /* @__PURE__ */ ee.jsx("main", { className: at(t, "labs-main"), ...r, children: n });
6867
- }, rb = ({
6864
+ }) => (Gp({ title: e?.TITLE }), /* @__PURE__ */ ee.jsx("main", { className: at(t, "labs-main"), ...r, children: n })), rb = ({
6868
6865
  model: e,
6869
6866
  items: t,
6870
6867
  renderItem: n,
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "name": "@moser-inc/moser-labs-react",
3
- "version": "6.4.1",
3
+ "version": "6.4.2",
4
4
  "description": "React components for the Moser Labs suite of applications.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,7 +1,7 @@
1
1
  import { ComponentProps, ReactNode } from 'react';
2
2
  import { DirectoryValue } from '../types/DirectoryValue.type';
3
3
  export interface LabsMainProps extends ComponentProps<'main'> {
4
- children: ReactNode;
5
4
  item?: DirectoryValue;
5
+ children: ReactNode;
6
6
  }
7
7
  export declare const LabsMain: ({ item, className, children, ...rest }: LabsMainProps) => import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moser-inc/moser-labs-react",
3
- "version": "6.4.1",
3
+ "version": "6.4.2",
4
4
  "description": "React components for the Moser Labs suite of applications.",
5
5
  "repository": {
6
6
  "type": "git",