@linzjs/lui 17.14.1 → 17.15.0

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.
@@ -179,10 +179,10 @@ $screen-md-min: $screen-sm + 0.1px;
179
179
  $screen-md: breakpoints.$breakpoint3; // 1024px
180
180
 
181
181
  $screen-lg-min: $screen-md + 0.1px;
182
- $screen-lg: breakpoints.$breakpoint4; // 1200px
182
+ $screen-lg: breakpoints.$breakpoint4; // 1280px
183
183
 
184
184
  $screen-xl-min: $screen-lg + 0.1px;
185
- $screen-xl: breakpoints.$breakpoint5;
185
+ $screen-xl: breakpoints.$breakpoint5; // 1600px;
186
186
 
187
187
  .lui-hide-xs {
188
188
  @media only screen and (max-width: $screen-xs) {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "17.14.1",
2
+ "version": "17.15.0",
3
3
  "license": "MIT",
4
4
  "repository": {
5
5
  "type": "git",