@mjsz-vbr-elements/shared 2.33.1 → 2.33.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.
@@ -137,7 +137,7 @@
137
137
  --align-items: center;
138
138
 
139
139
  display: grid;
140
- grid-template-columns: repeat(auto-fit, minmax(var(--min-width), var(--max-width)));
140
+ grid-template-columns: repeat(auto-fit, minmax(min(var(--min-width), 100%), var(--max-width)));
141
141
  align-items: var(--align-items);
142
142
  gap: var(--gap);
143
143
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mjsz-vbr-elements/shared",
3
3
  "type": "module",
4
- "version": "2.33.1",
4
+ "version": "2.33.2",
5
5
  "private": false,
6
6
  "author": "Ákos Stegner <akos.stegner@gmail.com>",
7
7
  "homepage": "https://api.icehockey.hu/widgets/docs/v2/",