@mirweb/mir-web-components 2.2.2 → 2.2.3

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.
@@ -111,6 +111,10 @@ defineProps({
111
111
 
112
112
  .table-row.highlight:first-of-type {
113
113
  border-radius: 0.4rem 0.4rem 0 0;
114
+
115
+ .table-cell {
116
+ border-radius: 0.4rem 0.4rem 0 0;
117
+ }
114
118
  }
115
119
 
116
120
  .table-cell {
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.2",
4
+ "version": "2.2.3",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"