@redseed/redseed-ui-tailwindcss 5.4.0 → 5.4.1

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,12 +1,12 @@
1
1
  .rsui-card-header {
2
2
  @apply flex flex-col gap-x-3 gap-y-5 transition-all;
3
3
  @apply md:flex-row md:justify-between md:items-center;
4
- @apply py-4 px-4 sm:px-6;
4
+ @apply pt-4 pb-0 px-4 sm:px-6;
5
5
  @apply border-b border-transparent;
6
6
  }
7
7
 
8
8
  .rsui-card-header--divider {
9
- @apply border-border-primary;
9
+ @apply border-border-primary pb-4;
10
10
  }
11
11
 
12
12
  .rsui-card-header__header {
@@ -61,4 +61,3 @@
61
61
  .rsui-card-header__more-actions-icon {
62
62
  @apply size-5 text-text-secondary;
63
63
  }
64
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "5.4.0",
3
+ "version": "5.4.1",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "repository": "https://github.com/redseedtraining/redseed-ui",