@redseed/redseed-ui-vue3 2.23.2 → 2.23.3

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.23.2",
3
+ "version": "2.23.3",
4
4
  "description": "RedSeed UI Vue 3 components",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -116,14 +116,15 @@ function handleClick(event) {
116
116
  }
117
117
 
118
118
  &--selected {
119
- @apply bg-primary/10 border-primary;
120
- @apply focus-visible:ring-4 focus-visible:ring-primary/10;
119
+ @apply focus-visible:ring-0 border-primary;
120
+ @apply after:absolute after:content-[''] after:inset-0 after:bg-primary;
121
+ @apply after:rounded-md after:opacity-10;
121
122
  }
122
123
 
123
124
  &--disabled {
124
- @apply bg-white border-rsui-grey-200 focus-visible:ring-0 cursor-default;
125
- @apply after:absolute after:content-[''] after:inset-0 after:bg-rsui-grey-200/65;
126
- @apply after:rounded-md;
125
+ @apply focus-visible:ring-0 border-rsui-grey-200 cursor-default;
126
+ @apply after:absolute after:content-[''] after:inset-0 after:bg-rsui-grey-200;
127
+ @apply after:rounded-md after:opacity-65;
127
128
  }
128
129
 
129
130
  &__title-row {