@moser-inc/moser-labs-react 7.0.1 → 7.1.0

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 +3 -3
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.0.1";
32
+ const VERSION = "7.1.0";
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.0.1",
3
+ "version": "7.1.0",
4
4
  "description": "React components for the Moser Labs suite of applications.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@analytics/mixpanel": "^0.4.0",
54
- "@moser-inc/moser-labs-custom-elements": "3.0.1",
54
+ "@moser-inc/moser-labs-custom-elements": "3.1.0",
55
55
  "@react-hookz/web": "^25.2.0",
56
56
  "analytics": "^0.8.19",
57
57
  "clsx": "^2.1.1",
@@ -63,7 +63,7 @@
63
63
  "devDependencies": {
64
64
  "@hookform/resolvers": "^5.2.2",
65
65
  "@moser-inc/eslint-config-react": "^5.1.4",
66
- "@moser-inc/moser-labs-themes": "1.1.0",
66
+ "@moser-inc/moser-labs-themes": "1.2.0",
67
67
  "@moser-inc/unocss-preset-moser-labs": "^6.1.4",
68
68
  "@tsconfig/node24": "^24.0.4",
69
69
  "@tsconfig/vite-react": "^7.0.2",