@redseed/redseed-ui-tailwindcss 7.20.1 → 7.20.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.
@@ -25,9 +25,9 @@
25
25
  }
26
26
 
27
27
  .rsui-form-field-select__options {
28
- @apply hidden absolute top-0 w-full z-50;
28
+ @apply hidden absolute top-0 z-50;
29
29
  @apply bg-background-primary p-2 mt-2 rounded-lg shadow-full-light;
30
- @apply max-h-[80vh] sm:max-h-[60vh] overflow-y-auto;
30
+ @apply overflow-y-auto overflow-x-hidden;
31
31
  }
32
32
  .rsui-form-field-select__options--open {
33
33
  @apply block;
@@ -44,7 +44,7 @@
44
44
  @apply bg-background-secondary;
45
45
  }
46
46
  .rsui-form-field-select__option-label {
47
- @apply text-base truncate;
47
+ @apply text-base break-words min-w-0 flex-1;
48
48
  }
49
49
  .rsui-form-field-select__option-icon {
50
50
  @apply size-5;
@@ -78,6 +78,9 @@
78
78
  @apply text-left;
79
79
  @apply focus-visible:ring-offset-2 focus-visible:ring-2 focus-visible:ring-border-primary;
80
80
  }
81
+ .rsui-form-field-select__trigger--invalid {
82
+ @apply border-border-error ring-0;
83
+ }
81
84
 
82
85
  .rsui-form-field-select select {
83
86
  @apply sr-only;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "7.20.1",
3
+ "version": "7.20.2",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",