@digitaldefiance/express-suite-react-components 2.12.31 → 2.13.5
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/README.md +2 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -57,6 +57,8 @@ Pre-configured components that integrate with application contexts. See the [Com
|
|
|
57
57
|
- **TopMenu** - App bar with navigation and menu
|
|
58
58
|
- **TranslatedTitle** - Document title updater with i18n support
|
|
59
59
|
- **UserLanguageSelector** - Language selection component
|
|
60
|
+
- **UserMenu** - User account dropdown menu
|
|
61
|
+
- **UserSettingsForm** - User settings form component
|
|
60
62
|
|
|
61
63
|
### Hooks
|
|
62
64
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/express-suite-react-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.13.5",
|
|
4
4
|
"homepage": "https://github.com/Digital-Defiance/react-components",
|
|
5
5
|
"description": "React MUI components for Digital Defiance Express Suite",
|
|
6
6
|
"repository": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"react-router-dom": "6.29.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@digitaldefiance/i18n-lib": "4.
|
|
35
|
-
"@digitaldefiance/suite-core-lib": "3.
|
|
34
|
+
"@digitaldefiance/i18n-lib": "4.4.0",
|
|
35
|
+
"@digitaldefiance/suite-core-lib": "3.12.5",
|
|
36
36
|
"@emotion/react": "^11.14.0",
|
|
37
37
|
"@emotion/styled": "^11.14.0",
|
|
38
38
|
"@mui/icons-material": "^7.0.2",
|