@redseed/redseed-ui-tailwindcss 7.11.0 → 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,8 +1,28 @@
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
+
4
16
  .rsui-metric-card__heading {
5
- @apply flex items-center gap-space-sm;
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;
6
26
  }
7
27
 
8
28
  .rsui-metric-card__number {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "7.11.0",
3
+ "version": "7.11.1",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",