@mjsz-vbr-elements/shared 2.1.0-rc.2 → 2.1.0-rc.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.
@@ -133,6 +133,10 @@
133
133
  mix-blend-mode: multiply;
134
134
  }
135
135
 
136
+ .mjsz-vbr-main-image-wrapper .is-main-image img:not(.is-default) {
137
+ width: 100%;
138
+ }
139
+
136
140
  .mjsz-vbr-main-image-wrapper .is-ovarlay-image {
137
141
  grid-row: 4/-1;
138
142
  grid-column: 2;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mjsz-vbr-elements/shared",
3
3
  "private": false,
4
- "version": "2.1.0-rc.2",
4
+ "version": "2.1.0-rc.3",
5
5
  "author": "Ákos Stegner <akos.stegner@gmail.com>",
6
6
  "homepage": "https://api.icehockey.hu/widgets/docs/v2/",
7
7
  "type": "module",