@redseed/redseed-ui-tailwindcss 7.10.2 → 7.11.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.
@@ -1,10 +1,34 @@
1
1
  .rsui-metric-card {
2
2
  }
3
3
 
4
+ .rsui-metric-card--left {
5
+ @apply text-left;
6
+ }
7
+
8
+ .rsui-metric-card--center {
9
+ @apply text-center justify-center;
10
+ }
11
+
12
+ .rsui-metric-card--right {
13
+ @apply text-right justify-end;
14
+ }
15
+
16
+ .rsui-metric-card__heading {
17
+ @apply w-full flex items-center gap-space-sm;
18
+ }
19
+
20
+ .rsui-metric-card__icon {
21
+ @apply shrink-0 grow-0 size-10;
22
+ }
23
+
24
+ .rsui-metric-card__heading .rsui-metric-card__label {
25
+ @apply flex-1 min-w-0;
26
+ }
27
+
4
28
  .rsui-metric-card__number {
5
- @apply text-text-primary text-xl font-bold;
29
+ @apply text-text-primary text-3xl font-semibold;
6
30
  }
7
31
 
8
32
  .rsui-metric-card__label {
9
- @apply text-text-tertiary text-sm;
33
+ @apply text-text-tertiary text-base font-semibold;
10
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "7.10.2",
3
+ "version": "7.11.1",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",