cozy-harvest-lib 20.2.3 → 20.2.4

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,17 @@
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
+ ## [20.2.4](https://github.com/cozy/cozy-libs/compare/cozy-harvest-lib@20.2.3...cozy-harvest-lib@20.2.4) (2023-11-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **harvest:** Remove SuggestionContainer from flow ([24db015](https://github.com/cozy/cozy-libs/commit/24db0153359fd50b46950fa9898c87099d8faa74))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [20.2.3](https://github.com/cozy/cozy-libs/compare/cozy-harvest-lib@20.2.2...cozy-harvest-lib@20.2.3) (2023-11-15)
7
18
 
8
19
 
@@ -83,7 +83,8 @@ var KonnectorSuggestionModal = function KonnectorSuggestionModal(_ref) {
83
83
  }();
84
84
 
85
85
  return /*#__PURE__*/React.createElement(CozyTheme, {
86
- variant: "normal"
86
+ variant: "normal",
87
+ className: "u-pos-absolute"
87
88
  }, /*#__PURE__*/React.createElement(IllustrationDialog, {
88
89
  open: true,
89
90
  onClose: onClose,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-harvest-lib",
3
- "version": "20.2.3",
3
+ "version": "20.2.4",
4
4
  "description": "Provides logic, modules and components for Cozy's harvest applications.",
5
5
  "main": "dist/index.js",
6
6
  "author": "Cozy",
@@ -112,5 +112,5 @@
112
112
  "react-router-dom": ">=4.3.1"
113
113
  },
114
114
  "sideEffects": false,
115
- "gitHead": "3164146a21d9137b145a3ed37d466e57acb4f63c"
115
+ "gitHead": "c97ab0de526c3e7bf6fa81fd2a5f57c0c2bd4cfb"
116
116
  }
@@ -44,7 +44,7 @@ const KonnectorSuggestionModal = ({
44
44
  }
45
45
 
46
46
  return (
47
- <CozyTheme variant="normal">
47
+ <CozyTheme variant="normal" className="u-pos-absolute">
48
48
  <IllustrationDialog
49
49
  open
50
50
  onClose={onClose}