@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.
- package/dist/moser-labs-react.css +1 -1
- package/dist/moser-labs-react.js +13103 -13052
- package/dist/package.json.d.ts +16 -16
- package/dist/src/_dev/views/Inputs.view.d.ts +1 -1
- package/dist/src/lib/prime/index.d.ts +1 -0
- package/dist/src/lib/prime/primeContext.d.ts +4 -0
- package/package.json +16 -16
package/dist/package.json.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
"name": "@moser-inc/moser-labs-react",
|
|
3
|
-
"version": "6.
|
|
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.
|
|
46
|
+
"@moser-inc/moser-labs-custom-elements": "2.4.1",
|
|
47
47
|
"@react-hookz/web": "^25.1.1",
|
|
48
|
-
"@unhead/react": "^2.0.
|
|
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.
|
|
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": "^
|
|
60
|
+
"@moser-inc/unocss-preset-moser-labs": "^3.0.0",
|
|
61
61
|
"@tsconfig/node22": "^22.0.2",
|
|
62
|
-
"@tsconfig/vite-react": "^6.3.
|
|
63
|
-
"@unocss/eslint-config": "^66.2
|
|
64
|
-
"@vitejs/plugin-basic-ssl": "^2.
|
|
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.
|
|
67
|
-
"prettier": "^3.
|
|
68
|
-
"react-hook-form": "^7.
|
|
69
|
-
"react-router": "^7.6.
|
|
70
|
-
"react-router-dom": "^7.6.
|
|
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
|
|
74
|
-
"vite": "^
|
|
73
|
+
"unocss": "^66.3.2",
|
|
74
|
+
"vite": "^7.0.1",
|
|
75
75
|
"vite-plugin-dts": "^4.5.4",
|
|
76
|
-
"zod": "^3.25.
|
|
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').
|
|
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';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moser-inc/moser-labs-react",
|
|
3
|
-
"version": "6.
|
|
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.
|
|
46
|
+
"@moser-inc/moser-labs-custom-elements": "2.4.1",
|
|
47
47
|
"@react-hookz/web": "^25.1.1",
|
|
48
|
-
"@unhead/react": "^2.0.
|
|
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.
|
|
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": "^
|
|
60
|
+
"@moser-inc/unocss-preset-moser-labs": "^3.0.0",
|
|
61
61
|
"@tsconfig/node22": "^22.0.2",
|
|
62
|
-
"@tsconfig/vite-react": "^6.3.
|
|
63
|
-
"@unocss/eslint-config": "^66.2
|
|
64
|
-
"@vitejs/plugin-basic-ssl": "^2.
|
|
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.
|
|
67
|
-
"prettier": "^3.
|
|
68
|
-
"react-hook-form": "^7.
|
|
69
|
-
"react-router": "^7.6.
|
|
70
|
-
"react-router-dom": "^7.6.
|
|
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
|
|
74
|
-
"vite": "^
|
|
73
|
+
"unocss": "^66.3.2",
|
|
74
|
+
"vite": "^7.0.1",
|
|
75
75
|
"vite-plugin-dts": "^4.5.4",
|
|
76
|
-
"zod": "^3.25.
|
|
76
|
+
"zod": "^3.25.71"
|
|
77
77
|
}
|
|
78
78
|
}
|