@redseed/redseed-ui-tailwindcss 7.24.0 → 7.24.2

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-section-header {
2
- @apply flex flex-col gap-x-space-sm gap-y-space-lg transition-all;
2
+ @apply flex flex-col gap-x-space-sm gap-y-space-lg transition-all overflow-hidden;
3
3
  @apply md:flex-row md:justify-between md:items-center;
4
4
  }
5
5
 
@@ -8,7 +8,7 @@
8
8
  }
9
9
 
10
10
  .rsui-section-header__header {
11
- @apply flex-1 flex justify-between items-start gap-x-space-sm;
11
+ @apply flex-1 min-w-0 flex justify-between items-start gap-x-space-sm;
12
12
  }
13
13
 
14
14
  .rsui-section-header__icon {
@@ -1,5 +1,5 @@
1
1
  .rsui-tab-slider {
2
- @apply w-fit flex items-center overflow-x-auto border-b border-border-secondary;
2
+ @apply w-full flex items-center overflow-x-auto border-b border-border-secondary;
3
3
  scrollbar-width: none;
4
4
  }
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "7.24.0",
3
+ "version": "7.24.2",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",