@redseed/redseed-ui-tailwindcss 6.2.5 → 6.2.7

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,13 @@
1
1
  .rsui-section {
2
- @apply border border-solid rounded-xl p-6 space-y-4 border-border-primary ;
2
+ @apply border border-solid rounded-xl p-6 border-border-primary;
3
+ }
4
+
5
+ .rsui-section__content {
6
+ @apply pt-4;
7
+ }
8
+
9
+ .rsui-section__content--no-header {
10
+ @apply pt-0;
3
11
  }
4
12
 
5
13
  .rsui-section--primary {
@@ -9,10 +9,18 @@
9
9
 
10
10
  .rsui-section-header__icon {
11
11
  @apply size-10;
12
+
13
+ svg {
14
+ @apply size-10;
15
+ }
12
16
  }
13
17
 
14
18
  .rsui-section-header__text {
15
- @apply flex-1 flex flex-col gap-y-0.5 pt-2 md:pt-1.5;
19
+ @apply flex-1 flex flex-col gap-y-0.5;
20
+ }
21
+
22
+ .rsui-section-header__text--with-toolbar {
23
+ @apply pt-2 md:pt-1.5;
16
24
  }
17
25
 
18
26
  .rsui-section-header__title {
@@ -38,4 +46,3 @@
38
46
  .rsui-section-header__more-actions-icon {
39
47
  @apply size-5 text-text-secondary;
40
48
  }
41
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "6.2.5",
3
+ "version": "6.2.7",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",