@maketribe/ms-app 4.0.1 → 4.0.2
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/cjs/style.css +0 -1
- package/dist/esm/style.css +0 -1
- package/package.json +3 -3
package/dist/cjs/style.css
CHANGED
|
@@ -16021,7 +16021,6 @@
|
|
|
16021
16021
|
display: flex;
|
|
16022
16022
|
flex-wrap: wrap;
|
|
16023
16023
|
padding: 10px;
|
|
16024
|
-
justify-content: space-evenly;
|
|
16025
16024
|
}
|
|
16026
16025
|
.mk-material-list__types {
|
|
16027
16026
|
display: flex;
|
package/dist/esm/style.css
CHANGED
|
@@ -16021,7 +16021,6 @@
|
|
|
16021
16021
|
display: flex;
|
|
16022
16022
|
flex-wrap: wrap;
|
|
16023
16023
|
padding: 10px;
|
|
16024
|
-
justify-content: space-evenly;
|
|
16025
16024
|
}
|
|
16026
16025
|
.mk-material-list__types {
|
|
16027
16026
|
display: flex;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maketribe/ms-app",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/cjs",
|
|
6
6
|
"module": "dist/esm",
|
|
@@ -62,10 +62,10 @@
|
|
|
62
62
|
"vue-codemirror": "^6.1.1",
|
|
63
63
|
"vue-cropper": "^1.1.4",
|
|
64
64
|
"vue-router": "^4.2.4",
|
|
65
|
-
"@maketribe/
|
|
65
|
+
"@maketribe/utils": "^4.0.0-alpha.1",
|
|
66
66
|
"@maketribe/locale": "^4.0.0-alpha.2",
|
|
67
67
|
"@maketribe/request": "^4.0.0-alpha.3",
|
|
68
|
-
"@maketribe/
|
|
68
|
+
"@maketribe/dm": "^4.0.0-alpha.7"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@types/path-browserify": "^1.0.2",
|