@myelmut/design-system 0.1.19 → 0.1.21

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myelmut/design-system",
3
- "version": "0.1.19",
3
+ "version": "0.1.21",
4
4
  "description": "Design system for Elmut project",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,7 +35,7 @@
35
35
 
36
36
  @font-face {
37
37
  font-family: 'Mori';
38
- src: url('../assets/fonts/PPMori-Semibold.woff2') format('woff2');
38
+ src: url('../assets/fonts/PPMori-SemiBold.woff2') format('woff2');
39
39
  font-weight: 600;
40
40
  font-style: normal;
41
41
  font-display: swap;
@@ -185,10 +185,12 @@
185
185
  }
186
186
 
187
187
  @variant xl {
188
+ padding-inline: 3.75rem;
188
189
  max-width: var(--container-xl);
189
190
  }
190
191
 
191
192
  @variant 2xl {
193
+ padding-inline: 5rem;
192
194
  max-width: var(--container-2xl);
193
195
  }
194
196
  }