@andreyshpigunov/x 0.5.24 → 0.5.25

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.
package/index.html CHANGED
@@ -19,7 +19,7 @@
19
19
  "functionName": "headerAnimation"
20
20
  }'>
21
21
  <header class="header flex aic sticky t0 px5 m:px6 l:px8 unselectable">
22
- <div class="header-version nowrap">0.5.24</div>
22
+ <div class="header-version nowrap">0.5.25</div>
23
23
  <div class="header-logo mxa">
24
24
  <a role="button" x-scrollto="#top">
25
25
  <img src="assets/img/logo.png" alt="x" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andreyshpigunov/x",
3
- "version": "0.5.24",
3
+ "version": "0.5.25",
4
4
  "x-js": "dist/x.js",
5
5
  "app-js": "assets/js/app.js",
6
6
  "targets": {
@@ -544,7 +544,7 @@ html.touch .touch-hide { display: none }
544
544
  height: 100vh;
545
545
  }
546
546
  .wmax { width: 100%; }
547
- .hmax { width: 100%; }
547
+ .hmax { height: 100%; }
548
548
  .wscreen { width: 100vw; }
549
549
  .hscreen { height: 100vh; }
550
550
  .max { max-width: 100%; }