@moser-inc/moser-labs-react 7.2.2 → 7.2.3

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.d.ts CHANGED
@@ -242,8 +242,9 @@ declare const LabsMainMobileNav: <TDirectoryValue extends DirectoryValueBase = D
242
242
  declare module 'react/jsx-runtime' {
243
243
  namespace JSX {
244
244
  interface IntrinsicElements {
245
- 'labs-app-switcher': HTMLAttributes<HTMLElement>;
246
245
  'labs-account': HTMLAttributes<HTMLElement>;
246
+ 'labs-app-switcher': HTMLAttributes<HTMLElement>;
247
+ 'labs-avatar': HTMLAttributes<HTMLElement>;
247
248
  }
248
249
  }
249
250
  }
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.2";
32
+ const VERSION = "7.2.3";
33
33
  //#endregion
34
34
  //#region src/lib/head/headContext.tsx
35
35
  const head = createHead();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moser-inc/moser-labs-react",
3
- "version": "7.2.2",
3
+ "version": "7.2.3",
4
4
  "description": "React components for the Moser Labs suite of applications.",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Moser Consulting",
@@ -48,8 +48,8 @@
48
48
  "devDependencies": {
49
49
  "@hookform/resolvers": "^5.2.2",
50
50
  "@moser-inc/eslint-config-react": "^5.1.5",
51
- "@moser-inc/moser-labs-themes": "1.4.3",
52
- "@moser-inc/unocss-preset-moser-labs": "6.4.1",
51
+ "@moser-inc/moser-labs-themes": "1.4.4",
52
+ "@moser-inc/unocss-preset-moser-labs": "6.4.2",
53
53
  "@tsconfig/node24": "^24.0.4",
54
54
  "@tsconfig/vite-react": "^7.0.2",
55
55
  "@types/node": "~24.10.15",