@happeouikit/content-renderer 3.5.7 → 3.5.8
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/index.cjs.js +2 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -0
- package/dist/index.es.js.map +1 -1
- package/dist/utils.d.ts +1 -1
- package/package.json +2 -3
package/dist/index.es.js
CHANGED
|
@@ -5816,12 +5816,14 @@ const mi = gi(), bi = new RegExp(tt, "gi"), vi = new RegExp(
|
|
|
5816
5816
|
|
|
5817
5817
|
&.highlight-first-row > tbody > {
|
|
5818
5818
|
tr:first-child > td {
|
|
5819
|
+
background: light-dark(var(--color-black10), var(--color-white10));
|
|
5819
5820
|
font-weight: bold;
|
|
5820
5821
|
}
|
|
5821
5822
|
}
|
|
5822
5823
|
|
|
5823
5824
|
&.highlight-first-column > tbody > {
|
|
5824
5825
|
tr > td:first-child {
|
|
5826
|
+
background: light-dark(var(--color-black10), var(--color-white10));
|
|
5825
5827
|
font-weight: bold;
|
|
5826
5828
|
}
|
|
5827
5829
|
}
|