@redseed/redseed-ui-vue3 2.2.1 → 2.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-vue3",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "RedSeed UI Vue 3 components",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -64,7 +64,7 @@ const proxyChecked = computed({
64
64
  @apply ml-2;
65
65
  }
66
66
  &__check {
67
- @apply w-6 h-6 shrink-0 relative bg-white;
67
+ @apply w-6 h-6 shrink-0 relative bg-white rounded-md;
68
68
 
69
69
  input[type="checkbox"] {
70
70
  @apply appearance-none absolute inset-0 rounded-md transition shadow-sm;
@@ -167,7 +167,7 @@ function choose(option) {
167
167
  }
168
168
 
169
169
  select {
170
- @apply pr-14 truncate;
170
+ @apply pr-14 truncate bg-none;
171
171
  }
172
172
 
173
173
  &__options {