@kiva/kv-components 3.70.0 → 3.71.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,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
+ # [3.71.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.70.0...@kiva/kv-components@3.71.0) (2024-04-02)
7
+
8
+
9
+ ### Features
10
+
11
+ * pass error message to loan card and activity feed ([#384](https://github.com/kiva/kv-ui-elements/issues/384)) ([90f3ebc](https://github.com/kiva/kv-ui-elements/commit/90f3ebc45594ffbcacabe19d454b184573208257))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.70.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.69.1...@kiva/kv-components@3.70.0) (2024-04-01)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "3.70.0",
3
+ "version": "3.71.0",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -75,5 +75,5 @@
75
75
  "optional": true
76
76
  }
77
77
  },
78
- "gitHead": "8e428b2a434b924a6a345f133e1a6e80bbede201"
78
+ "gitHead": "b197fd66a43c4ad6c800a2fa9e0df7987bbfac45"
79
79
  }
@@ -245,6 +245,7 @@
245
245
  :user-balance="userBalance"
246
246
  :get-cookie="getCookie"
247
247
  :set-cookie="setCookie"
248
+ :error-msg="errorMsg"
248
249
  @add-to-basket="$emit('add-to-basket', $event)"
249
250
  />
250
251
  </div>
@@ -378,6 +379,10 @@ export default {
378
379
  type: Array,
379
380
  default: () => ([]),
380
381
  },
382
+ errorMsg: {
383
+ type: String,
384
+ default: '',
385
+ },
381
386
  },
382
387
  setup(props) {
383
388
  const {