@kiva/kv-components 3.49.0 → 3.49.1

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,18 @@
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.49.1](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.49.0...@kiva/kv-components@3.49.1) (2024-01-17)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * correcting mistake with wrong function call ([904d39d](https://github.com/kiva/kv-ui-elements/commit/904d39df4afa9d470fc91a96d7e76fe782898448))
12
+ * editing classes for country / name tag ([aaac1c5](https://github.com/kiva/kv-ui-elements/commit/aaac1c561a24a192031977c7ea5a365789228740))
13
+
14
+
15
+
16
+
17
+
6
18
  # [3.49.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.48.3...@kiva/kv-components@3.49.0) (2024-01-16)
7
19
 
8
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "3.49.0",
3
+ "version": "3.49.1",
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": "efc7a48388a2ed44b08b55c596e5fd261b9e8a2f"
78
+ "gitHead": "189e36f37bd09e01f11d65347e24feafbbba7324"
79
79
  }
@@ -22,7 +22,7 @@
22
22
  :images="images"
23
23
  :photo-path="photoPath"
24
24
  />
25
- <p
25
+ <div
26
26
  class="
27
27
  tw-absolute
28
28
  tw-bottom-1
@@ -36,11 +36,13 @@
36
36
  style="padding: 2px 6px; text-transform: capitalize;"
37
37
  >
38
38
  <kv-material-icon
39
- class="tw-h-2 tw-w-2"
39
+ class="tw-h-2 tw-w-2 tw-truncate"
40
40
  :icon="mapMarkerIcon"
41
41
  />
42
- {{ borrowerName }}, {{ country }}
43
- </p>
42
+ <div>
43
+ {{ borrowerName }}, {{ country }}
44
+ </div>
45
+ </div>
44
46
  </div>
45
47
 
46
48
  <h3 class="tw-font-medium">
@@ -59,7 +61,7 @@
59
61
  <kv-button
60
62
  v-if="showVoteButton"
61
63
  class="tw-w-full"
62
- @click="showVoteButton"
64
+ @click="castVote"
63
65
  >
64
66
  Vote
65
67
  </kv-button>