@redseed/redseed-ui-tailwindcss 7.1.4 → 7.1.6

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.
@@ -63,6 +63,9 @@
63
63
  @apply pl-[2.25rem];
64
64
  }
65
65
 
66
+ .rsui-checkbox-card__badge {
67
+ @apply pl-[2.25rem] flex gap-space-xs;
68
+ }
66
69
  .rsui-checkbox-card__title-text--strikethrough {
67
70
  @apply line-through;
68
71
  }
@@ -29,7 +29,7 @@
29
29
  }
30
30
 
31
31
  .rsui-section-header__subtitle {
32
- @apply text-sm line-clamp-3 md:line-clamp-1 text-text-secondary;
32
+ @apply text-sm text-text-secondary;
33
33
  }
34
34
 
35
35
  .rsui-section-header__toolbar {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "7.1.4",
3
+ "version": "7.1.6",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",