cozy-sharing 25.7.2 → 26.0.1
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
CHANGED
|
@@ -3,6 +3,21 @@
|
|
|
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
|
+
## [26.0.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@26.0.0...cozy-sharing@26.0.1) (2025-09-05)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package cozy-sharing
|
|
9
|
+
|
|
10
|
+
# [26.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@25.7.2...cozy-sharing@26.0.0) (2025-09-04)
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- **cozy-sharing:** Update packages ([41c4a07](https://github.com/cozy/cozy-libs/commit/41c4a073a5fc6f9aefe3078ac21a62ff2d2a1f0d))
|
|
15
|
+
|
|
16
|
+
### BREAKING CHANGES
|
|
17
|
+
|
|
18
|
+
- **cozy-sharing:** cozy-sharing requires `cozy-client` >= 60.5.0,
|
|
19
|
+
`cozy-ui` >= 128.3.5
|
|
20
|
+
|
|
6
21
|
## [25.7.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@25.7.1...cozy-sharing@25.7.2) (2025-08-19)
|
|
7
22
|
|
|
8
23
|
### Bug Fixes
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`SharedStatus component should display the link if there is a link 1`] = `
|
|
4
4
|
<div>
|
|
5
5
|
<div
|
|
6
|
-
class="
|
|
6
|
+
class="TwakeTheme--light-normal u-dc"
|
|
7
7
|
>
|
|
8
8
|
<span
|
|
9
9
|
class="shared-status"
|
|
@@ -47,7 +47,7 @@ exports[`SharedStatus component should display the link if there is a link 1`] =
|
|
|
47
47
|
exports[`SharedStatus component should have the right display if there is several recipients 1`] = `
|
|
48
48
|
<div>
|
|
49
49
|
<div
|
|
50
|
-
class="
|
|
50
|
+
class="TwakeTheme--light-normal u-dc"
|
|
51
51
|
>
|
|
52
52
|
<span
|
|
53
53
|
class="shared-status"
|
|
@@ -84,7 +84,7 @@ exports[`SharedStatus component should have the right display if there is severa
|
|
|
84
84
|
exports[`SharedStatus component should just render a span if no sharing 1`] = `
|
|
85
85
|
<div>
|
|
86
86
|
<div
|
|
87
|
-
class="
|
|
87
|
+
class="TwakeTheme--light-normal u-dc"
|
|
88
88
|
>
|
|
89
89
|
<span
|
|
90
90
|
class="shared-status"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cozy-sharing",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "26.0.1",
|
|
4
4
|
"description": "Provides sharing login for React applications.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"author": "Cozy",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@cozy/minilog": "^1.0.0",
|
|
32
32
|
"classnames": "^2.2.6",
|
|
33
|
-
"cozy-device-helper": "^
|
|
33
|
+
"cozy-device-helper": "^4.0.0",
|
|
34
34
|
"cozy-doctypes": "^1.97.2",
|
|
35
35
|
"date-fns": "2.30.0",
|
|
36
36
|
"lodash": "^4.17.19",
|
|
@@ -54,11 +54,11 @@
|
|
|
54
54
|
"babel-jest": "26.6.3",
|
|
55
55
|
"babel-plugin-css-modules-transform": "1.6.2",
|
|
56
56
|
"babel-plugin-inline-react-svg": "1.1.2",
|
|
57
|
-
"cozy-client": "^
|
|
57
|
+
"cozy-client": "^60.5.0",
|
|
58
58
|
"cozy-device-helper": "^3.7.1",
|
|
59
59
|
"cozy-intent": "^2.30.0",
|
|
60
60
|
"cozy-minilog": "^3.10.0",
|
|
61
|
-
"cozy-ui": "^
|
|
61
|
+
"cozy-ui": "^128.3.5",
|
|
62
62
|
"jest": "26.6.3",
|
|
63
63
|
"jest-environment-jsdom": "26.6.2",
|
|
64
64
|
"react": "16.12.0",
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
"storybook": "7.6.0"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
|
-
"cozy-client": ">=
|
|
70
|
+
"cozy-client": ">=60.5.0",
|
|
71
71
|
"cozy-device-helper": ">=3.7.1",
|
|
72
72
|
"cozy-intent": ">=2.29.1",
|
|
73
73
|
"cozy-minilog": ">=3.9.1",
|
|
74
|
-
"cozy-ui": ">=
|
|
74
|
+
"cozy-ui": ">=128.3.5",
|
|
75
75
|
"prop-types": "^15.7.2",
|
|
76
76
|
"react": "^16.12.0",
|
|
77
77
|
"react-router": "^5.0.1"
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"sideEffects": [
|
|
80
80
|
"*.css"
|
|
81
81
|
],
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "45fc219944e7ab10ba023c1b36454fc3fcc1f438"
|
|
83
83
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`SharedStatus component should display the link if there is a link 1`] = `
|
|
4
4
|
<div>
|
|
5
5
|
<div
|
|
6
|
-
class="
|
|
6
|
+
class="TwakeTheme--light-normal u-dc"
|
|
7
7
|
>
|
|
8
8
|
<span
|
|
9
9
|
class="shared-status"
|
|
@@ -47,7 +47,7 @@ exports[`SharedStatus component should display the link if there is a link 1`] =
|
|
|
47
47
|
exports[`SharedStatus component should have the right display if there is several recipients 1`] = `
|
|
48
48
|
<div>
|
|
49
49
|
<div
|
|
50
|
-
class="
|
|
50
|
+
class="TwakeTheme--light-normal u-dc"
|
|
51
51
|
>
|
|
52
52
|
<span
|
|
53
53
|
class="shared-status"
|
|
@@ -84,7 +84,7 @@ exports[`SharedStatus component should have the right display if there is severa
|
|
|
84
84
|
exports[`SharedStatus component should just render a span if no sharing 1`] = `
|
|
85
85
|
<div>
|
|
86
86
|
<div
|
|
87
|
-
class="
|
|
87
|
+
class="TwakeTheme--light-normal u-dc"
|
|
88
88
|
>
|
|
89
89
|
<span
|
|
90
90
|
class="shared-status"
|