@pocketprep/ui-kit 3.4.76 → 3.4.77

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.
@@ -28,6 +28,8 @@ defineProps<{
28
28
  .uikit-radio-btn {
29
29
  width: 18px;
30
30
  height: 18px;
31
+ min-height: 18px;
32
+ min-width: 18px;
31
33
  border: 1px solid $steel;
32
34
  background: $white;
33
35
  border-radius: 18px;
@@ -102,9 +102,9 @@ const stripText = (string?: string) => {
102
102
 
103
103
  &__option {
104
104
  display: flex;
105
- align-items: center;
106
- padding-left: 15px;
107
- min-height: 47px;
105
+ align-items: flex-start;
106
+ align-self: stretch;
107
+ padding: 11px 15px 12px 15px;
108
108
  max-width: 325px;
109
109
  border: 0.5px solid rgba($pewter, 0.85);
110
110
  border-top: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.4.76",
3
+ "version": "3.4.77",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {