cozy-harvest-lib 32.5.2 → 33.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 +10 -0
- package/dist/components/AccountForm/__snapshots__/index.spec.jsx.snap +3 -0
- package/dist/components/AccountsList/__snapshots__/AccountsList.spec.js.snap +1 -0
- package/dist/components/__snapshots__/OAuthForm.spec.js.snap +3 -3
- package/package.json +8 -8
- package/src/components/AccountForm/__snapshots__/index.spec.jsx.snap +3 -0
- package/src/components/AccountsList/__snapshots__/AccountsList.spec.js.snap +1 -0
- package/src/components/__snapshots__/OAuthForm.spec.js.snap +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
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
|
+
# [33.0.0](https://github.com/cozy/cozy-libs/compare/cozy-harvest-lib@32.5.2...cozy-harvest-lib@33.0.0) (2025-09-05)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **cozy-harvest-lib:** Update packages ([0a7eb3d](https://github.com/cozy/cozy-libs/commit/0a7eb3de040632fd0abe0a6ff8f12812e768b91c))
|
|
11
|
+
|
|
12
|
+
### BREAKING CHANGES
|
|
13
|
+
|
|
14
|
+
- **cozy-harvest-lib:** You must includes `cozy-client` >= 122.14.1 and 'cozy-client` >= 52.1.0
|
|
15
|
+
|
|
6
16
|
## [32.5.2](https://github.com/cozy/cozy-libs/compare/cozy-harvest-lib@32.5.1...cozy-harvest-lib@32.5.2) (2025-09-04)
|
|
7
17
|
|
|
8
18
|
**Note:** Version bump only for package cozy-harvest-lib
|
|
@@ -33,6 +33,7 @@ exports[`AccountForm should not render error 1`] = `
|
|
|
33
33
|
data-testid="submit-btn"
|
|
34
34
|
disabled={false}
|
|
35
35
|
fullWidth={true}
|
|
36
|
+
height="default"
|
|
36
37
|
label="Connect"
|
|
37
38
|
onClick={[Function]}
|
|
38
39
|
variant="primary"
|
|
@@ -73,6 +74,7 @@ exports[`AccountForm should render 1`] = `
|
|
|
73
74
|
data-testid="submit-btn"
|
|
74
75
|
disabled={true}
|
|
75
76
|
fullWidth={true}
|
|
77
|
+
height="default"
|
|
76
78
|
label="Connect"
|
|
77
79
|
onClick={[Function]}
|
|
78
80
|
variant="primary"
|
|
@@ -130,6 +132,7 @@ exports[`AccountForm should render error 1`] = `
|
|
|
130
132
|
data-testid="submit-btn"
|
|
131
133
|
disabled={false}
|
|
132
134
|
fullWidth={true}
|
|
135
|
+
height="default"
|
|
133
136
|
label="Connect"
|
|
134
137
|
onClick={[Function]}
|
|
135
138
|
variant="primary"
|
|
@@ -65,7 +65,7 @@ exports[`OAuthForm should handle oauth cancelation 1`] = `
|
|
|
65
65
|
/>
|
|
66
66
|
</div>
|
|
67
67
|
<button
|
|
68
|
-
class="MuiButtonBase-root MuiButton-root MuiButton-contained customColor-primary u-mh-auto MuiButton-containedPrimary MuiButton-disableElevation Mui-disabled Mui-disabled"
|
|
68
|
+
class="MuiButtonBase-root MuiButton-root MuiButton-contained customColor-primary customSize-default u-mh-auto MuiButton-containedPrimary MuiButton-disableElevation Mui-disabled Mui-disabled"
|
|
69
69
|
disabled=""
|
|
70
70
|
tabindex="-1"
|
|
71
71
|
type="button"
|
|
@@ -160,7 +160,7 @@ exports[`OAuthForm should handle oauth cancelation 2`] = `
|
|
|
160
160
|
/>
|
|
161
161
|
</div>
|
|
162
162
|
<button
|
|
163
|
-
class="MuiButtonBase-root MuiButton-root MuiButton-contained customColor-primary u-mh-auto MuiButton-containedPrimary MuiButton-disableElevation"
|
|
163
|
+
class="MuiButtonBase-root MuiButton-root MuiButton-contained customColor-primary customSize-default u-mh-auto MuiButton-containedPrimary MuiButton-disableElevation"
|
|
164
164
|
tabindex="0"
|
|
165
165
|
type="button"
|
|
166
166
|
>
|
|
@@ -205,7 +205,7 @@ exports[`OAuthForm should render 1`] = `
|
|
|
205
205
|
/>
|
|
206
206
|
</div>
|
|
207
207
|
<button
|
|
208
|
-
class="MuiButtonBase-root MuiButton-root MuiButton-contained customColor-primary u-mh-auto MuiButton-containedPrimary MuiButton-disableElevation"
|
|
208
|
+
class="MuiButtonBase-root MuiButton-root MuiButton-contained customColor-primary customSize-default u-mh-auto MuiButton-containedPrimary MuiButton-disableElevation"
|
|
209
209
|
tabindex="0"
|
|
210
210
|
type="button"
|
|
211
211
|
>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cozy-harvest-lib",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "33.0.0",
|
|
4
4
|
"description": "Provides logic, modules and components for Cozy's harvest applications.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"author": "Cozy",
|
|
@@ -65,16 +65,16 @@
|
|
|
65
65
|
"babel-jest": "26.6.3",
|
|
66
66
|
"babel-plugin-inline-react-svg": "1.1.2",
|
|
67
67
|
"babel-preset-cozy-app": "^2.8.1",
|
|
68
|
-
"cozy-client": "^
|
|
69
|
-
"cozy-device-helper": "^
|
|
68
|
+
"cozy-client": "^52.1.0",
|
|
69
|
+
"cozy-device-helper": "^4.0.0",
|
|
70
70
|
"cozy-flags": "^4.7.0",
|
|
71
71
|
"cozy-intent": "^2.30.0",
|
|
72
72
|
"cozy-interapp": "^0.16.0",
|
|
73
73
|
"cozy-keys-lib": "^6.1.1",
|
|
74
74
|
"cozy-realtime": "^5.7.0",
|
|
75
75
|
"cozy-tsconfig": "^1.8.1",
|
|
76
|
-
"cozy-ui": "^
|
|
77
|
-
"cozy-viewer": "^23.3.
|
|
76
|
+
"cozy-ui": "^122.14.1",
|
|
77
|
+
"cozy-viewer": "^23.3.2",
|
|
78
78
|
"enzyme": "3.11.0",
|
|
79
79
|
"enzyme-adapter-react-16": "1.15.6",
|
|
80
80
|
"form-data": "4.0.0",
|
|
@@ -97,18 +97,18 @@
|
|
|
97
97
|
"peerDependencies": {
|
|
98
98
|
"@babel/runtime": ">=7.12.5",
|
|
99
99
|
"@sentry/react": ">=7.118.0",
|
|
100
|
-
"cozy-client": ">=
|
|
100
|
+
"cozy-client": ">=52.1.0",
|
|
101
101
|
"cozy-device-helper": ">=2.6.0",
|
|
102
102
|
"cozy-flags": ">=2.3.5",
|
|
103
103
|
"cozy-intent": ">=2.29.1",
|
|
104
104
|
"cozy-interapp": ">=0.9.0",
|
|
105
105
|
"cozy-keys-lib": ">=6.1.1",
|
|
106
106
|
"cozy-realtime": ">=4.2.8",
|
|
107
|
-
"cozy-ui": ">=
|
|
107
|
+
"cozy-ui": ">=122.14.1",
|
|
108
108
|
"cozy-viewer": ">=11.3.1",
|
|
109
109
|
"leaflet": "^1.7.1",
|
|
110
110
|
"react-router-dom": ">=6.14.2"
|
|
111
111
|
},
|
|
112
112
|
"sideEffects": false,
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "45fc219944e7ab10ba023c1b36454fc3fcc1f438"
|
|
114
114
|
}
|
|
@@ -33,6 +33,7 @@ exports[`AccountForm should not render error 1`] = `
|
|
|
33
33
|
data-testid="submit-btn"
|
|
34
34
|
disabled={false}
|
|
35
35
|
fullWidth={true}
|
|
36
|
+
height="default"
|
|
36
37
|
label="Connect"
|
|
37
38
|
onClick={[Function]}
|
|
38
39
|
variant="primary"
|
|
@@ -73,6 +74,7 @@ exports[`AccountForm should render 1`] = `
|
|
|
73
74
|
data-testid="submit-btn"
|
|
74
75
|
disabled={true}
|
|
75
76
|
fullWidth={true}
|
|
77
|
+
height="default"
|
|
76
78
|
label="Connect"
|
|
77
79
|
onClick={[Function]}
|
|
78
80
|
variant="primary"
|
|
@@ -130,6 +132,7 @@ exports[`AccountForm should render error 1`] = `
|
|
|
130
132
|
data-testid="submit-btn"
|
|
131
133
|
disabled={false}
|
|
132
134
|
fullWidth={true}
|
|
135
|
+
height="default"
|
|
133
136
|
label="Connect"
|
|
134
137
|
onClick={[Function]}
|
|
135
138
|
variant="primary"
|
|
@@ -65,7 +65,7 @@ exports[`OAuthForm should handle oauth cancelation 1`] = `
|
|
|
65
65
|
/>
|
|
66
66
|
</div>
|
|
67
67
|
<button
|
|
68
|
-
class="MuiButtonBase-root MuiButton-root MuiButton-contained customColor-primary u-mh-auto MuiButton-containedPrimary MuiButton-disableElevation Mui-disabled Mui-disabled"
|
|
68
|
+
class="MuiButtonBase-root MuiButton-root MuiButton-contained customColor-primary customSize-default u-mh-auto MuiButton-containedPrimary MuiButton-disableElevation Mui-disabled Mui-disabled"
|
|
69
69
|
disabled=""
|
|
70
70
|
tabindex="-1"
|
|
71
71
|
type="button"
|
|
@@ -160,7 +160,7 @@ exports[`OAuthForm should handle oauth cancelation 2`] = `
|
|
|
160
160
|
/>
|
|
161
161
|
</div>
|
|
162
162
|
<button
|
|
163
|
-
class="MuiButtonBase-root MuiButton-root MuiButton-contained customColor-primary u-mh-auto MuiButton-containedPrimary MuiButton-disableElevation"
|
|
163
|
+
class="MuiButtonBase-root MuiButton-root MuiButton-contained customColor-primary customSize-default u-mh-auto MuiButton-containedPrimary MuiButton-disableElevation"
|
|
164
164
|
tabindex="0"
|
|
165
165
|
type="button"
|
|
166
166
|
>
|
|
@@ -205,7 +205,7 @@ exports[`OAuthForm should render 1`] = `
|
|
|
205
205
|
/>
|
|
206
206
|
</div>
|
|
207
207
|
<button
|
|
208
|
-
class="MuiButtonBase-root MuiButton-root MuiButton-contained customColor-primary u-mh-auto MuiButton-containedPrimary MuiButton-disableElevation"
|
|
208
|
+
class="MuiButtonBase-root MuiButton-root MuiButton-contained customColor-primary customSize-default u-mh-auto MuiButton-containedPrimary MuiButton-disableElevation"
|
|
209
209
|
tabindex="0"
|
|
210
210
|
type="button"
|
|
211
211
|
>
|