cozy-bar 8.7.2 → 8.7.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/dist/cozy-bar.min.js +10 -10
- package/dist/cozy-bar.min.js.map +1 -1
- package/package.json +16 -10
- package/src/styles/apps.css +4 -2
- package/transpiled/cozy-bar.css +4 -2
- package/transpiled/styles/apps.css +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cozy-bar",
|
|
3
|
-
"version": "8.7.
|
|
3
|
+
"version": "8.7.5",
|
|
4
4
|
"description": "cozy-bar.js library, a small lib provided by cozy-stack to inject the Cozy-bar component into each app",
|
|
5
5
|
"main": "dist/cozy-bar.js",
|
|
6
6
|
"author": "Cozy Cloud <contact@cozycloud.cc> (https://cozy.io/)",
|
|
@@ -54,6 +54,13 @@
|
|
|
54
54
|
"bundlesize": "0.18.0",
|
|
55
55
|
"cozy-authentication": "1.19.1",
|
|
56
56
|
"cozy-intent": "^1.7.0",
|
|
57
|
+
"@cozy/minilog": "^1.0.0",
|
|
58
|
+
"cozy-client": "^27.17.0",
|
|
59
|
+
"cozy-device-helper": "1.17.0",
|
|
60
|
+
"cozy-flags": "^2.8.5",
|
|
61
|
+
"cozy-interapp": "0.4.9",
|
|
62
|
+
"cozy-realtime": "^4.0.5",
|
|
63
|
+
"cozy-ui": "^51.8.0",
|
|
57
64
|
"css-loader": "1.0.1",
|
|
58
65
|
"css-mqpacker": "7.0.0",
|
|
59
66
|
"cssnano-preset-advanced": "4.0.7",
|
|
@@ -95,13 +102,6 @@
|
|
|
95
102
|
"webpack-merge": "4.2.2"
|
|
96
103
|
},
|
|
97
104
|
"dependencies": {
|
|
98
|
-
"@cozy/minilog": "^1.0.0",
|
|
99
|
-
"cozy-client": "^27.17.0",
|
|
100
|
-
"cozy-device-helper": "^1.16.1",
|
|
101
|
-
"cozy-flags": "^2.8.5",
|
|
102
|
-
"cozy-interapp": "0.4.9",
|
|
103
|
-
"cozy-realtime": "^4.0.5",
|
|
104
|
-
"cozy-ui": "^51.8.0",
|
|
105
105
|
"hammerjs": "2.0.8",
|
|
106
106
|
"lodash.debounce": "4.0.8",
|
|
107
107
|
"lodash.set": "^4.3.2",
|
|
@@ -115,8 +115,14 @@
|
|
|
115
115
|
"semver-compare": "^1.0.0"
|
|
116
116
|
},
|
|
117
117
|
"peerDependencies": {
|
|
118
|
-
"cozy-
|
|
119
|
-
"cozy
|
|
118
|
+
"cozy-intent": ">=1.7.0",
|
|
119
|
+
"@cozy/minilog": "^1.0.0",
|
|
120
|
+
"cozy-client": "^27.17.0",
|
|
121
|
+
"cozy-device-helper": "1.17.0",
|
|
122
|
+
"cozy-flags": "^2.8.5",
|
|
123
|
+
"cozy-interapp": "0.4.9",
|
|
124
|
+
"cozy-realtime": "^4.0.5",
|
|
125
|
+
"cozy-ui": "^51.8.0"
|
|
120
126
|
},
|
|
121
127
|
"bundlesize": [
|
|
122
128
|
{
|
package/src/styles/apps.css
CHANGED
|
@@ -53,9 +53,11 @@
|
|
|
53
53
|
[role=banner] .coz-nav-apps-btns-home.--is-flagship {
|
|
54
54
|
align-items: center;
|
|
55
55
|
display: flex;
|
|
56
|
+
flex-shrink: 0;
|
|
56
57
|
height: 100%;
|
|
57
|
-
|
|
58
|
-
|
|
58
|
+
justify-content: center;
|
|
59
|
+
margin-right: .25rem;
|
|
60
|
+
width: 3rem;
|
|
59
61
|
}
|
|
60
62
|
|
|
61
63
|
|
package/transpiled/cozy-bar.css
CHANGED
|
@@ -423,9 +423,11 @@
|
|
|
423
423
|
[role=banner] .coz-nav-apps-btns-home.--is-flagship {
|
|
424
424
|
align-items: center;
|
|
425
425
|
display: flex;
|
|
426
|
+
flex-shrink: 0;
|
|
426
427
|
height: 100%;
|
|
427
|
-
|
|
428
|
-
|
|
428
|
+
justify-content: center;
|
|
429
|
+
margin-right: .25rem;
|
|
430
|
+
width: 3rem;
|
|
429
431
|
}
|
|
430
432
|
|
|
431
433
|
|
|
@@ -53,9 +53,11 @@
|
|
|
53
53
|
[role=banner] .coz-nav-apps-btns-home.--is-flagship {
|
|
54
54
|
align-items: center;
|
|
55
55
|
display: flex;
|
|
56
|
+
flex-shrink: 0;
|
|
56
57
|
height: 100%;
|
|
57
|
-
|
|
58
|
-
|
|
58
|
+
justify-content: center;
|
|
59
|
+
margin-right: .25rem;
|
|
60
|
+
width: 3rem;
|
|
59
61
|
}
|
|
60
62
|
|
|
61
63
|
|