@redseed/redseed-ui-tailwindcss 7.24.1 → 7.24.3

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.
@@ -10,8 +10,8 @@
10
10
  @apply pt-3 whitespace-nowrap;
11
11
  }
12
12
 
13
- .rsui-form-field-slot__label--required {
14
- @apply after:content-['*'] after:text-text-error after:ml-1;
13
+ .rsui-form-field-slot__asterisk {
14
+ @apply text-text-error ml-1;
15
15
  }
16
16
 
17
17
  .rsui-form-field-slot__label label {
@@ -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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "7.24.1",
3
+ "version": "7.24.3",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",