@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.
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "name": "@moser-inc/moser-labs-react",
3
- "version": "6.7.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.5",
53
- "@react-hookz/web": "^25.1.1",
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.13",
55
+ "dayjs": "^1.11.19",
57
56
  "keycloak-js": "23.0.3",
58
- "mixpanel-browser": "^2.68.0",
59
- "motion": "^12.23.12",
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.1",
64
- "@moser-inc/eslint-config-react": "^4.1.1",
65
- "@moser-inc/unocss-preset-moser-labs": "^4.0.2",
66
- "@tsconfig/node22": "^22.0.2",
67
- "@tsconfig/vite-react": "^7.0.0",
68
- "@unocss/eslint-config": "^66.4.2",
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.0.1",
71
- "eslint": "^9.33.0",
72
- "prettier": "^3.6.2",
73
- "react-hook-form": "^7.62.0",
74
- "react-router": "^7.8.1",
75
- "react-router-dom": "^7.8.1",
76
- "sass": "^1.90.0",
77
- "typescript": "^5.9.2",
78
- "unocss": "^66.4.2",
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.0.17"
79
+ "zod": "^4.2.1"
82
80
  }
83
81
  }
84
82
  ;
@@ -5,7 +5,7 @@ export interface LabsContextValue {
5
5
  dark: string;
6
6
  light: string;
7
7
  };
8
- themes: {
8
+ themes?: {
9
9
  dark: string;
10
10
  light: string;
11
11
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moser-inc/moser-labs-react",
3
- "version": "6.7.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.5",
53
- "@react-hookz/web": "^25.1.1",
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.13",
55
+ "dayjs": "^1.11.19",
57
56
  "keycloak-js": "23.0.3",
58
- "mixpanel-browser": "^2.68.0",
59
- "motion": "^12.23.12",
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.1",
64
- "@moser-inc/eslint-config-react": "^4.1.1",
65
- "@moser-inc/unocss-preset-moser-labs": "^4.0.2",
66
- "@tsconfig/node22": "^22.0.2",
67
- "@tsconfig/vite-react": "^7.0.0",
68
- "@unocss/eslint-config": "^66.4.2",
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.0.1",
71
- "eslint": "^9.33.0",
72
- "prettier": "^3.6.2",
73
- "react-hook-form": "^7.62.0",
74
- "react-router": "^7.8.1",
75
- "react-router-dom": "^7.8.1",
76
- "sass": "^1.90.0",
77
- "typescript": "^5.9.2",
78
- "unocss": "^66.4.2",
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.0.17"
79
+ "zod": "^4.2.1"
82
80
  }
83
81
  }