@mjsz-vbr-elements/shared 2.2.4 → 2.2.6

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.
@@ -252,6 +252,10 @@
252
252
  color: var(--vbr-widget-danger-color-a400);
253
253
  }
254
254
 
255
+ .mjsz-vbr-table tr.is-optional {
256
+ opacity: 0.5;
257
+ }
258
+
255
259
  .mjsz-vbr-table tr:nth-child(even) {
256
260
  background-color: var(--vbr-widget-table-stripped-bg-color);
257
261
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mjsz-vbr-elements/shared",
3
3
  "private": false,
4
- "version": "2.2.4",
4
+ "version": "2.2.6",
5
5
  "author": "Ákos Stegner <akos.stegner@gmail.com>",
6
6
  "homepage": "https://api.icehockey.hu/widgets/docs/v2/",
7
7
  "type": "module",