@redseed/redseed-ui-vue3 2.12.0 → 2.12.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-vue3",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
4
4
  "description": "RedSeed UI Vue 3 components",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -64,7 +64,7 @@ function setValue(value) {
64
64
  @apply appearance-none;
65
65
  }
66
66
  &__control {
67
- @apply size-6 border border-gray-400 rounded-full bg-white;
67
+ @apply shrink-0 size-6 border border-gray-400 rounded-full bg-white;
68
68
  &--active {
69
69
  @apply bg-primary border-primary flex items-center justify-center;
70
70
  div {
@@ -73,7 +73,7 @@ function setValue(value) {
73
73
  }
74
74
  }
75
75
  &__item-label {
76
- @apply font-normal cursor-pointer;
76
+ @apply font-normal cursor-pointer mb-0;
77
77
  }
78
78
  }
79
79