cozy-sharing 14.0.0 → 15.0.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/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
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
+ # [15.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@14.1.0...cozy-sharing@15.0.0) (2024-06-06)
7
+
8
+
9
+ ### Features
10
+
11
+ * **sharing:** Upgrade packages ([5bedfcc](https://github.com/cozy/cozy-libs/commit/5bedfcce4814f50e5f23b451a407c8170c77b1c2))
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * **sharing:** you must have `cozy-client >= 47.6.0` and `cozy-ui => 108.0.0`
17
+
18
+
19
+
20
+
21
+
22
+ # [14.1.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@14.0.0...cozy-sharing@14.1.0) (2024-06-05)
23
+
24
+
25
+ ### Features
26
+
27
+ * Adjust color of recipient avatar border ([55cf911](https://github.com/cozy/cozy-libs/commit/55cf911400aa7a9e269ef1e395dd1b3e80c9edf8))
28
+
29
+
30
+
31
+
32
+
6
33
  # [14.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@13.3.1...cozy-sharing@14.0.0) (2024-05-28)
7
34
 
8
35
 
@@ -69,7 +69,7 @@
69
69
  &--avatar
70
70
  border-width 2px
71
71
  border-style solid
72
- border-color var(--white)
72
+ border-color var(--paperBackgroundColor)
73
73
 
74
74
  &--link
75
75
  background-color var(--genericRecipientBackground)
@@ -159,7 +159,7 @@
159
159
  .recipient__recipients-avatars--avatar___-owjC {
160
160
  border-width: 2px;
161
161
  border-style: solid;
162
- border-color: var(--white);
162
+ border-color: var(--paperBackgroundColor);
163
163
  }
164
164
  .recipient__recipients-avatars--link___1qeON {
165
165
  background-color: var(--genericRecipientBackground);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-sharing",
3
- "version": "14.0.0",
3
+ "version": "15.0.0",
4
4
  "description": "Provides sharing login for React applications.",
5
5
  "main": "dist/index.js",
6
6
  "author": "Cozy",
@@ -49,8 +49,8 @@
49
49
  "babel-jest": "26.6.3",
50
50
  "babel-plugin-css-modules-transform": "1.6.2",
51
51
  "babel-plugin-inline-react-svg": "1.1.2",
52
- "cozy-client": "46.1.0",
53
- "cozy-ui": "106.8.0",
52
+ "cozy-client": "^47.6.0",
53
+ "cozy-ui": "^108.0.0",
54
54
  "enzyme": "3.11.0",
55
55
  "enzyme-adapter-react-16": "1.15.6",
56
56
  "enzyme-to-json": "3.6.2",
@@ -61,9 +61,9 @@
61
61
  "storybook": "7.6.0"
62
62
  },
63
63
  "peerDependencies": {
64
- "cozy-client": ">=46.1.0",
64
+ "cozy-client": ">=47.6.0",
65
65
  "cozy-realtime": "^3.11.0",
66
- "cozy-ui": ">=106.8.0",
66
+ "cozy-ui": ">=108.0.0",
67
67
  "prop-types": "^15.7.2",
68
68
  "react": "^16.12.0",
69
69
  "react-router": "^5.0.1"
@@ -71,5 +71,5 @@
71
71
  "sideEffects": [
72
72
  "*.css"
73
73
  ],
74
- "gitHead": "077aefb7a6fc6037a5b9acb957eae5558cba4ae0"
74
+ "gitHead": "81091722c6e0daf739d1f9e586a186527bfe3c28"
75
75
  }
@@ -69,7 +69,7 @@
69
69
  &--avatar
70
70
  border-width 2px
71
71
  border-style solid
72
- border-color var(--white)
72
+ border-color var(--paperBackgroundColor)
73
73
 
74
74
  &--link
75
75
  background-color var(--genericRecipientBackground)