@moser-inc/moser-labs-react 6.7.7 → 6.7.9
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 +7665 -7048
- package/dist/package.json.d.ts +22 -24
- package/dist/src/lib/labs/labsContext.d.ts +1 -1
- package/package.json +22 -24
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.7.
|
|
3
|
+
"version": "6.7.9",
|
|
4
4
|
"description": "React components for the Moser Labs suite of applications.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,7 +35,6 @@ declare const _default: {
|
|
|
35
35
|
"lint": "eslint --max-warnings 0",
|
|
36
36
|
"preview": "vite preview",
|
|
37
37
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
38
|
-
"generate-theme": "sass --no-source-map --style=compressed ./src/_dev/assets/scss/labs-theme-dark.scss:./public/labs-theme-dark.css ./src/_dev/assets/scss/labs-theme-light.scss:./public/labs-theme-light.css",
|
|
39
38
|
"type-check": "tsc --noEmit -p tsconfig.app.json",
|
|
40
39
|
"prepack": "npm run build"
|
|
41
40
|
},
|
|
@@ -49,36 +48,35 @@ declare const _default: {
|
|
|
49
48
|
},
|
|
50
49
|
"dependencies": {
|
|
51
50
|
"@analytics/mixpanel": "^0.4.0",
|
|
52
|
-
"@moser-inc/moser-labs-custom-elements": "2.5.
|
|
53
|
-
"@react-hookz/web": "^25.
|
|
51
|
+
"@moser-inc/moser-labs-custom-elements": "2.5.7",
|
|
52
|
+
"@react-hookz/web": "^25.2.0",
|
|
54
53
|
"analytics": "^0.8.19",
|
|
55
54
|
"clsx": "^2.1.1",
|
|
56
|
-
"dayjs": "^1.11.
|
|
55
|
+
"dayjs": "^1.11.19",
|
|
57
56
|
"keycloak-js": "23.0.3",
|
|
58
|
-
"mixpanel-browser": "^2.
|
|
59
|
-
"motion": "^12.23.
|
|
57
|
+
"mixpanel-browser": "^2.72.0",
|
|
58
|
+
"motion": "^12.23.26",
|
|
60
59
|
"react-idle-timer": "^5.7.2"
|
|
61
60
|
},
|
|
62
61
|
"devDependencies": {
|
|
63
|
-
"@hookform/resolvers": "^5.2.
|
|
64
|
-
"@moser-inc/eslint-config-react": "^4.
|
|
65
|
-
"@moser-inc/unocss-preset-moser-labs": "^
|
|
66
|
-
"@tsconfig/node22": "^22.0.
|
|
67
|
-
"@tsconfig/vite-react": "^7.0.
|
|
68
|
-
"@unocss/eslint-config": "^66.
|
|
62
|
+
"@hookform/resolvers": "^5.2.2",
|
|
63
|
+
"@moser-inc/eslint-config-react": "^4.2.0",
|
|
64
|
+
"@moser-inc/unocss-preset-moser-labs": "^5.1.0",
|
|
65
|
+
"@tsconfig/node22": "^22.0.5",
|
|
66
|
+
"@tsconfig/vite-react": "^7.0.2",
|
|
67
|
+
"@unocss/eslint-config": "^66.5.10",
|
|
69
68
|
"@vitejs/plugin-basic-ssl": "^2.1.0",
|
|
70
|
-
"@vitejs/plugin-react": "^5.
|
|
71
|
-
"eslint": "^9.
|
|
72
|
-
"prettier": "^3.
|
|
73
|
-
"react-hook-form": "^7.
|
|
74
|
-
"react-router": "^7.
|
|
75
|
-
"react-router-dom": "^7.
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"vite": "^7.1.3",
|
|
69
|
+
"@vitejs/plugin-react": "^5.1.2",
|
|
70
|
+
"eslint": "^9.39.2",
|
|
71
|
+
"prettier": "^3.7.4",
|
|
72
|
+
"react-hook-form": "^7.68.0",
|
|
73
|
+
"react-router": "^7.11.0",
|
|
74
|
+
"react-router-dom": "^7.11.0",
|
|
75
|
+
"typescript": "^5.9.3",
|
|
76
|
+
"unocss": "^66.5.10",
|
|
77
|
+
"vite": "^7.3.0",
|
|
80
78
|
"vite-plugin-dts": "^4.5.4",
|
|
81
|
-
"zod": "^4.
|
|
79
|
+
"zod": "^4.2.1"
|
|
82
80
|
}
|
|
83
81
|
}
|
|
84
82
|
;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moser-inc/moser-labs-react",
|
|
3
|
-
"version": "6.7.
|
|
3
|
+
"version": "6.7.9",
|
|
4
4
|
"description": "React components for the Moser Labs suite of applications.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,7 +35,6 @@
|
|
|
35
35
|
"lint": "eslint --max-warnings 0",
|
|
36
36
|
"preview": "vite preview",
|
|
37
37
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
38
|
-
"generate-theme": "sass --no-source-map --style=compressed ./src/_dev/assets/scss/labs-theme-dark.scss:./public/labs-theme-dark.css ./src/_dev/assets/scss/labs-theme-light.scss:./public/labs-theme-light.css",
|
|
39
38
|
"type-check": "tsc --noEmit -p tsconfig.app.json",
|
|
40
39
|
"prepack": "npm run build"
|
|
41
40
|
},
|
|
@@ -49,35 +48,34 @@
|
|
|
49
48
|
},
|
|
50
49
|
"dependencies": {
|
|
51
50
|
"@analytics/mixpanel": "^0.4.0",
|
|
52
|
-
"@moser-inc/moser-labs-custom-elements": "2.5.
|
|
53
|
-
"@react-hookz/web": "^25.
|
|
51
|
+
"@moser-inc/moser-labs-custom-elements": "2.5.7",
|
|
52
|
+
"@react-hookz/web": "^25.2.0",
|
|
54
53
|
"analytics": "^0.8.19",
|
|
55
54
|
"clsx": "^2.1.1",
|
|
56
|
-
"dayjs": "^1.11.
|
|
55
|
+
"dayjs": "^1.11.19",
|
|
57
56
|
"keycloak-js": "23.0.3",
|
|
58
|
-
"mixpanel-browser": "^2.
|
|
59
|
-
"motion": "^12.23.
|
|
57
|
+
"mixpanel-browser": "^2.72.0",
|
|
58
|
+
"motion": "^12.23.26",
|
|
60
59
|
"react-idle-timer": "^5.7.2"
|
|
61
60
|
},
|
|
62
61
|
"devDependencies": {
|
|
63
|
-
"@hookform/resolvers": "^5.2.
|
|
64
|
-
"@moser-inc/eslint-config-react": "^4.
|
|
65
|
-
"@moser-inc/unocss-preset-moser-labs": "^
|
|
66
|
-
"@tsconfig/node22": "^22.0.
|
|
67
|
-
"@tsconfig/vite-react": "^7.0.
|
|
68
|
-
"@unocss/eslint-config": "^66.
|
|
62
|
+
"@hookform/resolvers": "^5.2.2",
|
|
63
|
+
"@moser-inc/eslint-config-react": "^4.2.0",
|
|
64
|
+
"@moser-inc/unocss-preset-moser-labs": "^5.1.0",
|
|
65
|
+
"@tsconfig/node22": "^22.0.5",
|
|
66
|
+
"@tsconfig/vite-react": "^7.0.2",
|
|
67
|
+
"@unocss/eslint-config": "^66.5.10",
|
|
69
68
|
"@vitejs/plugin-basic-ssl": "^2.1.0",
|
|
70
|
-
"@vitejs/plugin-react": "^5.
|
|
71
|
-
"eslint": "^9.
|
|
72
|
-
"prettier": "^3.
|
|
73
|
-
"react-hook-form": "^7.
|
|
74
|
-
"react-router": "^7.
|
|
75
|
-
"react-router-dom": "^7.
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"vite": "^7.1.3",
|
|
69
|
+
"@vitejs/plugin-react": "^5.1.2",
|
|
70
|
+
"eslint": "^9.39.2",
|
|
71
|
+
"prettier": "^3.7.4",
|
|
72
|
+
"react-hook-form": "^7.68.0",
|
|
73
|
+
"react-router": "^7.11.0",
|
|
74
|
+
"react-router-dom": "^7.11.0",
|
|
75
|
+
"typescript": "^5.9.3",
|
|
76
|
+
"unocss": "^66.5.10",
|
|
77
|
+
"vite": "^7.3.0",
|
|
80
78
|
"vite-plugin-dts": "^4.5.4",
|
|
81
|
-
"zod": "^4.
|
|
79
|
+
"zod": "^4.2.1"
|
|
82
80
|
}
|
|
83
81
|
}
|