@redseed/redseed-ui-tailwindcss 7.10.1 → 7.11.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.
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
.rsui-metric-card {
|
|
2
2
|
}
|
|
3
3
|
|
|
4
|
+
.rsui-metric-card__heading {
|
|
5
|
+
@apply flex items-center gap-space-sm;
|
|
6
|
+
}
|
|
7
|
+
|
|
4
8
|
.rsui-metric-card__number {
|
|
5
|
-
@apply text-text-primary text-
|
|
9
|
+
@apply text-text-primary text-3xl font-semibold;
|
|
6
10
|
}
|
|
7
11
|
|
|
8
12
|
.rsui-metric-card__label {
|
|
9
|
-
@apply text-text-tertiary text-
|
|
13
|
+
@apply text-text-tertiary text-base font-semibold;
|
|
10
14
|
}
|
package/components/table.css
CHANGED
|
@@ -18,6 +18,14 @@
|
|
|
18
18
|
@apply border-b-border-primary;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
+
.rsui-table--no-header table thead tr:first-child th:first-child {
|
|
22
|
+
@apply rounded-tl-xl;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.rsui-table--no-header table thead tr:first-child th:last-child {
|
|
26
|
+
@apply rounded-tr-xl;
|
|
27
|
+
}
|
|
28
|
+
|
|
21
29
|
.rsui-table table thead th {
|
|
22
30
|
@apply bg-background-disabled font-semibold text-xs leading-6 text-text-secondary hover:text-text-primary;
|
|
23
31
|
}
|