@matrix-widget-toolkit/mui 1.1.3 → 1.1.4

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.
@@ -132,12 +132,12 @@ function EmotionCacheProvider(_a) {
132
132
  */
133
133
  var fontFamily = [
134
134
  'Inter',
135
- 'Twemoji',
136
- '"Apple Color Emoji"',
137
- '"Segoe UI Emoji"',
138
135
  'Arial',
139
136
  'Helvetica',
140
137
  'sans-serif',
138
+ 'Twemoji',
139
+ '"Apple Color Emoji"',
140
+ '"Segoe UI Emoji"',
141
141
  '"Noto Color Emoji"',
142
142
  ].join(',');
143
143
  var primaryColor = getEnvironment('REACT_APP_PRIMARY_COLOR', '#0dbd8b');
@@ -120,12 +120,12 @@ function EmotionCacheProvider(_a) {
120
120
  */
121
121
  var fontFamily = [
122
122
  'Inter',
123
- 'Twemoji',
124
- '"Apple Color Emoji"',
125
- '"Segoe UI Emoji"',
126
123
  'Arial',
127
124
  'Helvetica',
128
125
  'sans-serif',
126
+ 'Twemoji',
127
+ '"Apple Color Emoji"',
128
+ '"Segoe UI Emoji"',
129
129
  '"Noto Color Emoji"',
130
130
  ].join(',');
131
131
  var primaryColor = getEnvironment('REACT_APP_PRIMARY_COLOR', '#0dbd8b');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matrix-widget-toolkit/mui",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "A customized material-ui theme that matches the style of the Element Matrix client",
5
5
  "author": "Nordeck IT + Consulting GmbH",
6
6
  "license": "Apache-2.0",
@@ -14,11 +14,11 @@
14
14
  "@testing-library/user-event": "^14.4.3",
15
15
  "@types/jest": "^27.5.2",
16
16
  "@types/jest-axe": "^3.5.5",
17
- "@types/lodash": "^4.14.194",
18
- "@types/node": "^16.18.23",
17
+ "@types/lodash": "^4.14.195",
18
+ "@types/node": "^16.18.34",
19
19
  "@types/react": "^17.0.45",
20
20
  "copyfiles": "^2.4.1",
21
- "i18next-parser": "^7.7.0",
21
+ "i18next-parser": "^8.0.0",
22
22
  "jest-axe": "^7.0.1",
23
23
  "react": "^17.0.2",
24
24
  "react-scripts": "5.0.1",
@@ -38,22 +38,22 @@
38
38
  "generate-api-report": "tsc && api-extractor run --verbose --local"
39
39
  },
40
40
  "dependencies": {
41
- "@emotion/cache": "^11.10.7",
42
- "@emotion/react": "^11.10.6",
43
- "@emotion/styled": "^11.10.6",
44
- "@fontsource/inter": "^4.5.15",
41
+ "@emotion/cache": "^11.11.0",
42
+ "@emotion/react": "^11.11.1",
43
+ "@emotion/styled": "^11.11.0",
44
+ "@fontsource/inter": "^5.0.2",
45
45
  "@mui/icons-material": "^5.11.16",
46
- "@mui/material": "^5.12.0",
47
- "@mui/utils": "^5.12.0",
48
- "@matrix-widget-toolkit/api": "^3.2.0",
46
+ "@mui/material": "^5.13.4",
47
+ "@mui/utils": "^5.13.1",
48
+ "@matrix-widget-toolkit/api": "^3.2.1",
49
49
  "@matrix-widget-toolkit/react": "^1.0.5",
50
- "i18next": "^22.4.14",
51
- "i18next-browser-languagedetector": "^7.0.1",
50
+ "i18next": "^22.5.1",
51
+ "i18next-browser-languagedetector": "^7.0.2",
52
52
  "i18next-resources-to-backend": "^1.1.3",
53
53
  "lodash": "^4.17.21",
54
54
  "matrix-widget-api": "^1.3.1",
55
55
  "react": "^17.0.2",
56
- "react-i18next": "^12.2.0",
56
+ "react-i18next": "^12.3.1",
57
57
  "react-use": "^17.4.0"
58
58
  },
59
59
  "repository": {