@redseed/redseed-ui-tailwindcss 7.20.2 → 7.20.4

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.
@@ -44,7 +44,7 @@
44
44
  @apply bg-background-secondary;
45
45
  }
46
46
  .rsui-form-field-select__option-label {
47
- @apply text-base break-words min-w-0 flex-1;
47
+ @apply text-base truncate min-w-0 flex-1;
48
48
  }
49
49
  .rsui-form-field-select__option-icon {
50
50
  @apply size-5;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "7.20.2",
3
+ "version": "7.20.4",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",
@@ -12,7 +12,7 @@
12
12
  "author": "",
13
13
  "license": "ISC",
14
14
  "dependencies": {
15
- "@tailwindcss/vite": "4.2.1",
16
- "tailwindcss": "4.2.1"
15
+ "@tailwindcss/vite": "4.2.2",
16
+ "tailwindcss": "4.2.2"
17
17
  }
18
18
  }