prlg-ui 1.8.43 → 1.8.45

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.
@@ -3,7 +3,6 @@
3
3
  @use './root-vars.scss';
4
4
  @use './mixins.scss' as *;
5
5
  @use './fonts.scss';
6
- @use './animations.scss';
7
6
 
8
7
  .container {
9
8
  width: 100%;
@@ -113,11 +113,11 @@
113
113
  @content;
114
114
  }
115
115
  } @else if $breakpoint == lg {
116
- @media (min-width: 1024px) {
116
+ @media (min-width: 1010px) {
117
117
  @content;
118
118
  }
119
119
  } @else if $breakpoint == xl {
120
- @media (min-width: 1280px) {
120
+ @media (min-width: 1220px) {
121
121
  @content;
122
122
  }
123
123
  } @else if $breakpoint == xxl {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.43",
4
+ "version": "1.8.45",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",