@redseed/redseed-ui-tailwindcss 7.1.0 → 7.1.1

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.
@@ -35,6 +35,7 @@
35
35
  }
36
36
 
37
37
  .rsui-card-header__title {
38
+ @apply flex;
38
39
  @apply text-lg leading-7 font-semibold text-text-primary;
39
40
  }
40
41
 
@@ -58,6 +58,11 @@
58
58
  @apply inline-flex items-start gap-2;
59
59
  }
60
60
 
61
+ .rsui-checkbox-card__subtitle {
62
+ @apply text-sm text-text-quaternary;
63
+ @apply pl-[2.25rem];
64
+ }
65
+
61
66
  .rsui-checkbox-card__title-text--strikethrough {
62
67
  @apply line-through;
63
68
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "7.1.0",
3
+ "version": "7.1.1",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",
package/tokens.css CHANGED
@@ -2,8 +2,9 @@
2
2
  --color-text-primary: var(--Colors-Grey-900);
3
3
  --color-text-secondary: var(--Colors-Grey-700);
4
4
  --color-text-tertiary: var(--Colors-Grey-600);
5
- --color-text-brand: var(--Colors-Brand-500);
5
+ --color-text-quaternary: var(--Colors-Grey-500);
6
6
  --color-text-disabled: var(--Colors-Grey-300);
7
+ --color-text-brand: var(--Colors-Brand-500);
7
8
  --color-text-success: var(--Colors-RedSeed-Green-500);
8
9
  --color-text-warning: var(--Colors-RedSeed-Yellow-500);
9
10
  --color-text-error: var(--Colors-RedSeed-Red-500);