@moser-inc/moser-labs-react 6.2.0 → 6.3.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.
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "name": "@moser-inc/moser-labs-react",
3
- "version": "6.2.0",
3
+ "version": "6.3.0",
4
4
  "description": "React components for the Moser Labs suite of applications.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,7 +43,7 @@ declare const _default: {
43
43
  },
44
44
  "dependencies": {
45
45
  "@analytics/mixpanel": "^0.4.0",
46
- "@moser-inc/moser-labs-custom-elements": "2.4.0",
46
+ "@moser-inc/moser-labs-custom-elements": "2.4.1",
47
47
  "@react-hookz/web": "^25.1.1",
48
48
  "@unhead/react": "^2.0.11",
49
49
  "analytics": "^0.8.16",
@@ -51,7 +51,7 @@ declare const _default: {
51
51
  "dayjs": "^1.11.13",
52
52
  "keycloak-js": "23.0.3",
53
53
  "mixpanel-browser": "^2.65.0",
54
- "motion": "^12.20.5",
54
+ "motion": "^12.23.0",
55
55
  "react-idle-timer": "^5.7.2"
56
56
  },
57
57
  "devDependencies": {
@@ -63,7 +63,7 @@ declare const _default: {
63
63
  "@unocss/eslint-config": "^66.3.2",
64
64
  "@vitejs/plugin-basic-ssl": "^2.1.0",
65
65
  "@vitejs/plugin-react-swc": "^3.10.2",
66
- "eslint": "^9.30.0",
66
+ "eslint": "^9.30.1",
67
67
  "prettier": "^3.6.2",
68
68
  "react-hook-form": "^7.59.0",
69
69
  "react-router": "^7.6.3",
@@ -71,9 +71,9 @@ declare const _default: {
71
71
  "sass": "^1.89.2",
72
72
  "typescript": "^5.8.3",
73
73
  "unocss": "^66.3.2",
74
- "vite": "^7.0.0",
74
+ "vite": "^7.0.1",
75
75
  "vite-plugin-dts": "^4.5.4",
76
- "zod": "^3.25.67"
76
+ "zod": "^3.25.71"
77
77
  }
78
78
  }
79
79
  ;
@@ -0,0 +1 @@
1
+ export * from './primeContext';
@@ -0,0 +1,4 @@
1
+ export interface LabsPrimeProviderProps {
2
+ children: React.ReactNode;
3
+ }
4
+ export declare const LabsPrimeProvider: ({ children }: LabsPrimeProviderProps) => 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.2.0",
3
+ "version": "6.3.0",
4
4
  "description": "React components for the Moser Labs suite of applications.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@analytics/mixpanel": "^0.4.0",
46
- "@moser-inc/moser-labs-custom-elements": "2.4.0",
46
+ "@moser-inc/moser-labs-custom-elements": "2.4.1",
47
47
  "@react-hookz/web": "^25.1.1",
48
48
  "@unhead/react": "^2.0.11",
49
49
  "analytics": "^0.8.16",
@@ -51,7 +51,7 @@
51
51
  "dayjs": "^1.11.13",
52
52
  "keycloak-js": "23.0.3",
53
53
  "mixpanel-browser": "^2.65.0",
54
- "motion": "^12.20.5",
54
+ "motion": "^12.23.0",
55
55
  "react-idle-timer": "^5.7.2"
56
56
  },
57
57
  "devDependencies": {
@@ -63,7 +63,7 @@
63
63
  "@unocss/eslint-config": "^66.3.2",
64
64
  "@vitejs/plugin-basic-ssl": "^2.1.0",
65
65
  "@vitejs/plugin-react-swc": "^3.10.2",
66
- "eslint": "^9.30.0",
66
+ "eslint": "^9.30.1",
67
67
  "prettier": "^3.6.2",
68
68
  "react-hook-form": "^7.59.0",
69
69
  "react-router": "^7.6.3",
@@ -71,8 +71,8 @@
71
71
  "sass": "^1.89.2",
72
72
  "typescript": "^5.8.3",
73
73
  "unocss": "^66.3.2",
74
- "vite": "^7.0.0",
74
+ "vite": "^7.0.1",
75
75
  "vite-plugin-dts": "^4.5.4",
76
- "zod": "^3.25.67"
76
+ "zod": "^3.25.71"
77
77
  }
78
78
  }