@mirweb/mir-web-components 2.2.1 → 2.2.2

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.
@@ -107,6 +107,9 @@ defineProps({
107
107
  .table-row.highlight {
108
108
  background-color: #cbeefa;
109
109
  min-height: 90px;
110
+ }
111
+
112
+ .table-row.highlight:first-of-type {
110
113
  border-radius: 0.4rem 0.4rem 0 0;
111
114
  }
112
115
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mirweb/mir-web-components",
3
3
  "private": false,
4
- "version": "2.2.1",
4
+ "version": "2.2.2",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"