cozy-harvest-lib 26.0.3 → 26.2.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,28 @@
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.2.0](https://github.com/cozy/cozy-libs/compare/cozy-harvest-lib@26.1.0...cozy-harvest-lib@26.2.0) (2024-07-05)
7
+
8
+
9
+ ### Features
10
+
11
+ * Update cozy-keys-lib from 6.0.0 to 6.1.1 ([dff0db3](https://github.com/cozy/cozy-libs/commit/dff0db3d30bcbe4d93d9399e4916dc01181d750e))
12
+
13
+
14
+
15
+
16
+
17
+ # [26.1.0](https://github.com/cozy/cozy-libs/compare/cozy-harvest-lib@26.0.3...cozy-harvest-lib@26.1.0) (2024-07-02)
18
+
19
+
20
+ ### Features
21
+
22
+ * **harvest:** Replace background color for MaintenanceAlert ([23d5678](https://github.com/cozy/cozy-libs/commit/23d5678872e27f8ea65aa828b3c73f5d7b9b9902))
23
+
24
+
25
+
26
+
27
+
6
28
  ## [26.0.3](https://github.com/cozy/cozy-libs/compare/cozy-harvest-lib@26.0.2...cozy-harvest-lib@26.0.3) (2024-06-13)
7
29
 
8
30
  **Note:** Version bump only for package cozy-harvest-lib
@@ -42,7 +42,7 @@ function MaintenanceAlert(_ref) {
42
42
  isDisconnected: isKonnectorDisconnected
43
43
  };
44
44
  return /*#__PURE__*/React.createElement(TriggerAlertTemplate, {
45
- color: "var(--grey50)",
45
+ color: "var(--defaultBackgroundColor)",
46
46
  icon: /*#__PURE__*/React.createElement(Icon, {
47
47
  icon: WrenchCircleIcon,
48
48
  color: "var(--secondaryTextColor)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-harvest-lib",
3
- "version": "26.0.3",
3
+ "version": "26.2.0",
4
4
  "description": "Provides logic, modules and components for Cozy's harvest applications.",
5
5
  "main": "dist/index.js",
6
6
  "author": "Cozy",
@@ -70,7 +70,7 @@
70
70
  "cozy-flags": "^3.2.2",
71
71
  "cozy-intent": "^2.22.0",
72
72
  "cozy-interapp": "^0.9.0",
73
- "cozy-keys-lib": "^6.0.0",
73
+ "cozy-keys-lib": "^6.1.1",
74
74
  "cozy-realtime": "^5.0.1",
75
75
  "cozy-tsconfig": "^1.2.0",
76
76
  "cozy-ui": "^108.0.0",
@@ -99,7 +99,7 @@
99
99
  "cozy-flags": ">=2.3.5",
100
100
  "cozy-intent": ">=1.14.1",
101
101
  "cozy-interapp": ">=0.9.0",
102
- "cozy-keys-lib": ">=6.0.0",
102
+ "cozy-keys-lib": ">=6.1.1",
103
103
  "cozy-realtime": ">=4.2.8",
104
104
  "cozy-ui": ">=108.0.0",
105
105
  "leaflet": "^1.7.1",
@@ -107,5 +107,5 @@
107
107
  "react-router-dom": ">=4.3.1"
108
108
  },
109
109
  "sideEffects": false,
110
- "gitHead": "40688933ab31dd9ec261ba98add6062eac33fe0e"
110
+ "gitHead": "be77d460607ec83143827a6d01677f0def225f4d"
111
111
  }
@@ -48,7 +48,7 @@ function MaintenanceAlert({
48
48
 
49
49
  return (
50
50
  <TriggerAlertTemplate
51
- color="var(--grey50)"
51
+ color="var(--defaultBackgroundColor)"
52
52
  icon={<Icon icon={WrenchCircleIcon} color="var(--secondaryTextColor)" />}
53
53
  block={isBlock}
54
54
  label={label}