@redseed/redseed-ui-tailwindcss 7.8.7 → 7.9.0

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.
@@ -3,6 +3,71 @@
3
3
  @apply *:text-base *:text-text-primary;
4
4
  }
5
5
 
6
+ .rsui-body-text--xs {
7
+ @apply text-xs;
8
+ @apply *:text-xs;
9
+ }
10
+
11
+ .rsui-body-text--sm {
12
+ @apply text-sm;
13
+ @apply *:text-sm;
14
+ }
15
+
16
+ .rsui-body-text--secondary {
17
+ @apply text-text-secondary;
18
+ @apply *:text-text-secondary;
19
+ }
20
+
21
+ .rsui-body-text--tertiary {
22
+ @apply text-text-tertiary;
23
+ @apply *:text-text-tertiary;
24
+ }
25
+
26
+ .rsui-body-text--quaternary {
27
+ @apply text-text-quaternary;
28
+ @apply *:text-text-quaternary;
29
+ }
30
+
31
+ .rsui-body-text--disabled {
32
+ @apply text-text-disabled;
33
+ @apply *:text-text-disabled;
34
+ }
35
+
36
+ .rsui-body-text--brand {
37
+ @apply text-text-brand;
38
+ @apply *:text-text-brand;
39
+ }
40
+
41
+ .rsui-body-text--success {
42
+ @apply text-text-success;
43
+ @apply *:text-text-success;
44
+ }
45
+
46
+ .rsui-body-text--warning {
47
+ @apply text-text-warning;
48
+ @apply *:text-text-warning;
49
+ }
50
+
51
+ .rsui-body-text--error {
52
+ @apply text-text-error;
53
+ @apply *:text-text-error;
54
+ }
55
+
56
+ .rsui-body-text--info {
57
+ @apply text-text-info;
58
+ @apply *:text-text-info;
59
+ }
60
+
61
+ .rsui-body-text--ai {
62
+ @apply text-text-ai;
63
+ @apply *:text-text-ai;
64
+ }
65
+
66
+ .rsui-body-text--on-color {
67
+ @apply text-text-on-color;
68
+ @apply *:text-text-on-color;
69
+ }
70
+
6
71
  .rsui-body-text--line-clamp-1 {
7
72
  @apply line-clamp-1;
8
73
  }
@@ -25,7 +25,7 @@
25
25
  }
26
26
 
27
27
  .rsui-card-header__avatar {
28
- @apply size-12 overflow-hidden flex items-center justify-center;
28
+ @apply w-12 overflow-hidden flex items-center justify-center;
29
29
  @apply mt-2;
30
30
 
31
31
  @apply @md/card-header:mt-0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "7.8.7",
3
+ "version": "7.9.0",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",