cozy-sharing 37.2.6 → 37.2.7
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/CHANGELOG.md +6 -0
- package/dist/styles/share.styl +1 -2
- package/dist/stylesheet.css +1 -2
- package/package.json +3 -3
- package/src/styles/share.styl +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [37.2.7](https://github.com/cozy/cozy-libs/compare/cozy-sharing@37.2.6...cozy-sharing@37.2.7) (2026-07-29)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **cozy-sharing:** Style of shared only by link banner wasn't correct ([1f63fca](https://github.com/cozy/cozy-libs/commit/1f63fca78e72670f47100950fef8f699b518889a))
|
|
11
|
+
|
|
6
12
|
## [37.2.6](https://github.com/cozy/cozy-libs/compare/cozy-sharing@37.2.5...cozy-sharing@37.2.6) (2026-07-28)
|
|
7
13
|
|
|
8
14
|
**Note:** Version bump only for package cozy-sharing
|
package/dist/styles/share.styl
CHANGED
|
@@ -38,11 +38,10 @@
|
|
|
38
38
|
.share-byemail-onlybylink
|
|
39
39
|
background var(--defaultBackgroundColor)
|
|
40
40
|
padding 1rem 2rem
|
|
41
|
-
margin -
|
|
41
|
+
margin -0.1rem -2rem 1rem
|
|
42
42
|
|
|
43
43
|
+small-screen()
|
|
44
44
|
padding 1rem
|
|
45
|
-
margin -1.5rem -1rem 1rem
|
|
46
45
|
|
|
47
46
|
.share-modal-content
|
|
48
47
|
@extend $form
|
package/dist/stylesheet.css
CHANGED
|
@@ -304,12 +304,11 @@
|
|
|
304
304
|
.share__share-byemail-onlybylink___29W-t {
|
|
305
305
|
background: var(--defaultBackgroundColor);
|
|
306
306
|
padding: 1rem 2rem;
|
|
307
|
-
margin: -
|
|
307
|
+
margin: -0.1rem -2rem 1rem;
|
|
308
308
|
}
|
|
309
309
|
@media (max-width: 48rem) {
|
|
310
310
|
.share__share-byemail-onlybylink___29W-t {
|
|
311
311
|
padding: 1rem;
|
|
312
|
-
margin: -1.5rem -1rem 1rem;
|
|
313
312
|
}
|
|
314
313
|
}
|
|
315
314
|
.share__share-modal-content___1iqEq {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cozy-sharing",
|
|
3
|
-
"version": "37.2.
|
|
3
|
+
"version": "37.2.7",
|
|
4
4
|
"description": "Provides sharing login for React applications.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"author": "Cozy",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"cozy-intent": "^2.31.1",
|
|
60
60
|
"cozy-minilog": "^3.10.1",
|
|
61
61
|
"cozy-ui": "^140.5.0",
|
|
62
|
-
"cozy-ui-plus": "^12.3.
|
|
62
|
+
"cozy-ui-plus": "^12.3.1",
|
|
63
63
|
"jest": "30.3.0",
|
|
64
64
|
"jest-environment-jsdom": "30.3.0",
|
|
65
65
|
"react": "16.12.0",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"sideEffects": [
|
|
86
86
|
"*.css"
|
|
87
87
|
],
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "d1b71486a45b2a87c7d93311d09b7bb4bd58a8af"
|
|
89
89
|
}
|
package/src/styles/share.styl
CHANGED
|
@@ -38,11 +38,10 @@
|
|
|
38
38
|
.share-byemail-onlybylink
|
|
39
39
|
background var(--defaultBackgroundColor)
|
|
40
40
|
padding 1rem 2rem
|
|
41
|
-
margin -
|
|
41
|
+
margin -0.1rem -2rem 1rem
|
|
42
42
|
|
|
43
43
|
+small-screen()
|
|
44
44
|
padding 1rem
|
|
45
|
-
margin -1.5rem -1rem 1rem
|
|
46
45
|
|
|
47
46
|
.share-modal-content
|
|
48
47
|
@extend $form
|