@redseed/redseed-ui-tailwindcss 7.9.0 → 7.10.0

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.
@@ -1,5 +1,5 @@
1
1
  .rsui-message-box {
2
- @apply border rounded-lg overflow-hidden p-4;
2
+ @apply border rounded-lg overflow-hidden p-4 flex flex-col gap-y-3;
3
3
  }
4
4
 
5
5
  .rsui-message-box--default {
@@ -23,7 +23,11 @@
23
23
  }
24
24
 
25
25
  .rsui-message-box__head {
26
- @apply flex justify-between items-center;
26
+ @apply flex justify-between items-center gap-x-2;
27
+ }
28
+
29
+ .rsui-message-box__content {
30
+ @apply flex justify-between items-start gap-x-2;
27
31
  }
28
32
 
29
33
  .rsui-message-box__close {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "7.9.0",
3
+ "version": "7.10.0",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",