@redseed/redseed-ui-tailwindcss 6.2.7 → 6.2.8

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,13 +1,9 @@
1
1
  .rsui-section {
2
- @apply border border-solid rounded-xl p-6 border-border-primary;
2
+ @apply flex flex-col border border-solid rounded-xl p-6 border-border-primary;
3
3
  }
4
4
 
5
- .rsui-section__content {
6
- @apply pt-4;
7
- }
8
-
9
- .rsui-section__content--no-header {
10
- @apply pt-0;
5
+ .rsui-section--show-gap {
6
+ @apply gap-y-4;
11
7
  }
12
8
 
13
9
  .rsui-section--primary {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "6.2.7",
3
+ "version": "6.2.8",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",