@mjsz-vbr-elements/shared 2.33.0 → 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.
@@ -129,7 +129,7 @@
129
129
  }
130
130
 
131
131
  > * {
132
- padding: 10px;
132
+ padding: var(--size-12);
133
133
  }
134
134
 
135
135
  .is-team-logo-cell {
@@ -263,8 +263,8 @@
263
263
  border: 1px solid var(--mvw-gamecenter-team-container-border-color);
264
264
  min-width: 0;
265
265
 
266
- h2 {
267
- padding: 8px;
266
+ h3 {
267
+ padding: var(--size-8);
268
268
  margin: 0;
269
269
  font-size: var(--mvw-gamecenter-team-container-title-size);
270
270
  font-weight: 500;
@@ -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.0",
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/",