@moser-inc/moser-labs-react 6.1.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.1.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,37 +43,37 @@ declare const _default: {
43
43
  },
44
44
  "dependencies": {
45
45
  "@analytics/mixpanel": "^0.4.0",
46
- "@moser-inc/moser-labs-custom-elements": "2.3.8",
46
+ "@moser-inc/moser-labs-custom-elements": "2.4.1",
47
47
  "@react-hookz/web": "^25.1.1",
48
- "@unhead/react": "^2.0.10",
48
+ "@unhead/react": "^2.0.11",
49
49
  "analytics": "^0.8.16",
50
50
  "clsx": "^2.1.1",
51
51
  "dayjs": "^1.11.13",
52
52
  "keycloak-js": "23.0.3",
53
53
  "mixpanel-browser": "^2.65.0",
54
- "motion": "^12.17.0",
54
+ "motion": "^12.23.0",
55
55
  "react-idle-timer": "^5.7.2"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@hookform/resolvers": "^5.1.1",
59
59
  "@moser-inc/eslint-config-react": "^4.1.0",
60
- "@moser-inc/unocss-preset-moser-labs": "^2.4.0",
60
+ "@moser-inc/unocss-preset-moser-labs": "^3.0.0",
61
61
  "@tsconfig/node22": "^22.0.2",
62
- "@tsconfig/vite-react": "^6.3.5",
63
- "@unocss/eslint-config": "^66.2.0",
64
- "@vitejs/plugin-basic-ssl": "^2.0.0",
62
+ "@tsconfig/vite-react": "^6.3.6",
63
+ "@unocss/eslint-config": "^66.3.2",
64
+ "@vitejs/plugin-basic-ssl": "^2.1.0",
65
65
  "@vitejs/plugin-react-swc": "^3.10.2",
66
- "eslint": "^9.28.0",
67
- "prettier": "^3.5.3",
68
- "react-hook-form": "^7.57.0",
69
- "react-router": "^7.6.2",
70
- "react-router-dom": "^7.6.2",
66
+ "eslint": "^9.30.1",
67
+ "prettier": "^3.6.2",
68
+ "react-hook-form": "^7.59.0",
69
+ "react-router": "^7.6.3",
70
+ "react-router-dom": "^7.6.3",
71
71
  "sass": "^1.89.2",
72
72
  "typescript": "^5.8.3",
73
- "unocss": "^66.2.0",
74
- "vite": "^6.3.5",
73
+ "unocss": "^66.3.2",
74
+ "vite": "^7.0.1",
75
75
  "vite-plugin-dts": "^4.5.4",
76
- "zod": "^3.25.61"
76
+ "zod": "^3.25.71"
77
77
  }
78
78
  }
79
79
  ;
@@ -203,7 +203,7 @@ export declare const useSampleForm: ({ resolver, defaultValues, ...rest }?: UseF
203
203
  textSearch: string;
204
204
  textArea: string;
205
205
  }>;
206
- readonly subscribe: import('react-hook-form').UseFromSubscribe<{
206
+ readonly subscribe: import('react-hook-form').UseFormSubscribe<{
207
207
  select: string;
208
208
  text: string;
209
209
  checkbox: boolean;
@@ -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.1.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,36 +43,36 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@analytics/mixpanel": "^0.4.0",
46
- "@moser-inc/moser-labs-custom-elements": "2.3.8",
46
+ "@moser-inc/moser-labs-custom-elements": "2.4.1",
47
47
  "@react-hookz/web": "^25.1.1",
48
- "@unhead/react": "^2.0.10",
48
+ "@unhead/react": "^2.0.11",
49
49
  "analytics": "^0.8.16",
50
50
  "clsx": "^2.1.1",
51
51
  "dayjs": "^1.11.13",
52
52
  "keycloak-js": "23.0.3",
53
53
  "mixpanel-browser": "^2.65.0",
54
- "motion": "^12.17.0",
54
+ "motion": "^12.23.0",
55
55
  "react-idle-timer": "^5.7.2"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@hookform/resolvers": "^5.1.1",
59
59
  "@moser-inc/eslint-config-react": "^4.1.0",
60
- "@moser-inc/unocss-preset-moser-labs": "^2.4.0",
60
+ "@moser-inc/unocss-preset-moser-labs": "^3.0.0",
61
61
  "@tsconfig/node22": "^22.0.2",
62
- "@tsconfig/vite-react": "^6.3.5",
63
- "@unocss/eslint-config": "^66.2.0",
64
- "@vitejs/plugin-basic-ssl": "^2.0.0",
62
+ "@tsconfig/vite-react": "^6.3.6",
63
+ "@unocss/eslint-config": "^66.3.2",
64
+ "@vitejs/plugin-basic-ssl": "^2.1.0",
65
65
  "@vitejs/plugin-react-swc": "^3.10.2",
66
- "eslint": "^9.28.0",
67
- "prettier": "^3.5.3",
68
- "react-hook-form": "^7.57.0",
69
- "react-router": "^7.6.2",
70
- "react-router-dom": "^7.6.2",
66
+ "eslint": "^9.30.1",
67
+ "prettier": "^3.6.2",
68
+ "react-hook-form": "^7.59.0",
69
+ "react-router": "^7.6.3",
70
+ "react-router-dom": "^7.6.3",
71
71
  "sass": "^1.89.2",
72
72
  "typescript": "^5.8.3",
73
- "unocss": "^66.2.0",
74
- "vite": "^6.3.5",
73
+ "unocss": "^66.3.2",
74
+ "vite": "^7.0.1",
75
75
  "vite-plugin-dts": "^4.5.4",
76
- "zod": "^3.25.61"
76
+ "zod": "^3.25.71"
77
77
  }
78
78
  }