cozy-bar 7.17.8 → 7.19.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/.releaserc ADDED
@@ -0,0 +1,3 @@
1
+ {
2
+ "branches": ["v7-stable", "master"]
3
+ }
package/.travis.yml CHANGED
@@ -24,5 +24,6 @@ deploy:
24
24
  skip_cleanup: true
25
25
  script: npm run semantic-release
26
26
  on:
27
- branch: master
27
+ all_branches: true
28
+ condition: $TRAVIS_BRANCH =~ ^(v7-stable|master)$
28
29
  repo: cozy/cozy-bar
package/CODEOWNERS CHANGED
@@ -1,2 +1,2 @@
1
1
  # General code owners
2
- * @Crash-- @ptbrowne
2
+ * @Crash-- @acezard @trollepierre
package/README.md CHANGED
@@ -124,6 +124,22 @@ setTheme('default')
124
124
  setTheme('primary')
125
125
  ```
126
126
 
127
+ Development mode
128
+ ----------
129
+
130
+ In order to add new features to the cozy-bar v7 while working on another cozy-app:
131
+
132
+ * Please ensure your app has the latest v7-stable `cozy-bar` version
133
+
134
+ * Please ensure your app has at least the 6.3.4 `cozy-scripts` version
135
+
136
+ * Then, follow these steps:
137
+
138
+ `$ yarn link` // in cozy-bar
139
+ `$ rlink cozy-bar` // in the cozy-app
140
+ `$ yarn start` // in cozy-bar
141
+ `$ yarn start` // in the cozy-app
142
+
127
143
  Contribute
128
144
  ----------
129
145
 
package/dist/cozy-bar.css CHANGED
@@ -457,9 +457,11 @@
457
457
  [role=banner] .coz-nav-apps-btns-home.\--is-flagship {
458
458
  align-items: center;
459
459
  display: flex;
460
+ flex-shrink: 0;
460
461
  height: 100%;
461
- margin: 0;
462
- padding: 0 1rem;
462
+ justify-content: center;
463
+ margin-right: .25rem;
464
+ width: 3rem;
463
465
  }
464
466
 
465
467
  [role=banner] .coz-nav-apps-btns-home-svg {