@uniai-fe/uds-primitives 0.3.50 → 0.3.51
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.
package/dist/styles.css
CHANGED
|
@@ -4490,10 +4490,10 @@ figure.chip {
|
|
|
4490
4490
|
height: var(--table-line-cell-height-body);
|
|
4491
4491
|
}
|
|
4492
4492
|
.table[data-layout=line] :where(.table-body) :where(.table-native-cell):where(.table-th) :where(.table-native-cell-text) {
|
|
4493
|
-
|
|
4493
|
+
--table-th-text-weight: 600;
|
|
4494
4494
|
}
|
|
4495
4495
|
.table[data-layout=line] :where(.table-body) :where(.table-native-cell):where(.table-th) :where(.table-cell-text) {
|
|
4496
|
-
|
|
4496
|
+
--table-th-text-weight: 600;
|
|
4497
4497
|
}
|
|
4498
4498
|
.table[data-layout=line] :where(.table-foot) :where(.table-native-cell):where(.table-td) {
|
|
4499
4499
|
height: var(--table-line-cell-height-body);
|
package/package.json
CHANGED
|
@@ -82,11 +82,11 @@
|
|
|
82
82
|
:where(.table-native-cell) {
|
|
83
83
|
&:where(.table-th) {
|
|
84
84
|
:where(.table-native-cell-text) {
|
|
85
|
-
|
|
85
|
+
--table-th-text-weight: 600;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
:where(.table-cell-text) {
|
|
89
|
-
|
|
89
|
+
--table-th-text-weight: 600;
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
92
|
}
|