@kiva/kv-components 3.71.1 → 3.71.2

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.71.2](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.71.1...@kiva/kv-components@3.71.2) (2024-04-03)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * icon needs to be pulled to the right on voting card for small titles ([571d372](https://github.com/kiva/kv-ui-elements/commit/571d372d54c20c08203ef901cd8d55023e12477a))
12
+ * pinned title to top of area below image and vote + progress to bottom of card ([24f1609](https://github.com/kiva/kv-ui-elements/commit/24f1609f4ccc6211c02baef3530dba6bfe593271))
13
+
14
+
15
+
16
+
17
+
6
18
  ## [3.71.1](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.71.0...@kiva/kv-components@3.71.1) (2024-04-03)
7
19
 
8
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "3.71.1",
3
+ "version": "3.71.2",
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": "0f9330ee9a430eaa837a9dd7fa068afabc3fe756"
78
+ "gitHead": "8befe6efc6052b76c67a4b377b945dd19021f7ee"
79
79
  }
@@ -8,7 +8,6 @@
8
8
  tw-p-1
9
9
  tw-flex
10
10
  tw-flex-col
11
- tw-justify-between
12
11
  tw-max-w-300"
13
12
  >
14
13
  <div class="tw-relative tw-flex tw-w-full tw-bg-black tw-rounded tw-mb-1">
@@ -35,13 +34,13 @@
35
34
  </div>
36
35
  </div>
37
36
  </div>
38
- <div class="tw-flex">
39
- <div>
37
+ <div class="tw-flex tw-flex-grow">
38
+ <div class="tw-flex-grow">
40
39
  <h3 class="tw-font-medium">
41
40
  {{ category }}
42
41
  </h3>
43
42
  </div>
44
- <div>
43
+ <div class="tw-flex-shrink">
45
44
  <kv-material-icon
46
45
  v-if="showInfoIcon"
47
46
  :icon="infoIcon"