@opengeoweb/theme 12.2.0 → 12.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/index.esm.js +1 -1
- package/package.json +3 -3
package/index.esm.js
CHANGED
|
@@ -1733,7 +1733,7 @@ var SharedPresetsMyUser = function SharedPresetsMyUser(props) {
|
|
|
1733
1733
|
var Sources = function Sources(props) {
|
|
1734
1734
|
return jsx(SvgIcon, Object.assign({}, props, {
|
|
1735
1735
|
children: jsx("path", {
|
|
1736
|
-
d: "
|
|
1736
|
+
d: "M6.5 2a3.5 3.5 0 0 1 1 6.855v4.376c.439-.994 1.345-1.491 2.719-1.491h1.471c2.608-.005 3.298-.034 3.774-.24.837-.363 1.012-1.089 1.034-1.648a3.5 3.5 0 1 1 2 .003c-.029 1.289-.491 2.615-1.72 3.196-2.093.99-5.55.68-6.559.68-1.08 0-1.82.568-2.219 1.704l.032-.083a3.5 3.5 0 1 1-2.532-.207v-6.29A3.502 3.502 0 0 1 6.5 2zm0 15a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11-12a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-11-1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"
|
|
1737
1737
|
})
|
|
1738
1738
|
}));
|
|
1739
1739
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opengeoweb/theme",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.3.0",
|
|
4
4
|
"description": "GeoWeb Theme library for the opengeoweb project",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
"url": "git@gitlab.com:opengeoweb/opengeoweb.git"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@mui/system": "^
|
|
11
|
+
"@mui/system": "^7.0.1",
|
|
12
12
|
"@mui/x-date-pickers": "^7.17.0",
|
|
13
13
|
"i18next": "^23.11.5",
|
|
14
|
-
"@mui/material": "^
|
|
14
|
+
"@mui/material": "^7.0.1",
|
|
15
15
|
"react-i18next": "^15.1.1",
|
|
16
16
|
"lodash": "^4.17.21"
|
|
17
17
|
},
|