@hkdigital/lib-core 0.5.8 → 0.5.9

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.
@@ -360,9 +360,9 @@
360
360
  $effect(() => {
361
361
  const html = document.documentElement;
362
362
  if (iosLandscapeHeightQuirk) {
363
- html.classList.add('game-box-has-quirk');
363
+ html.classList.add('ios-height-quirck');
364
364
  } else {
365
- html.classList.remove('game-box-has-quirk');
365
+ html.classList.remove('ios-height-quirck');
366
366
  }
367
367
  });
368
368
 
@@ -725,7 +725,7 @@
725
725
  -ms-overflow-style: none; /* IE and Edge */
726
726
  }
727
727
  /* Only add overflow content when quirk is detected */
728
- :global(html.game-box-no-scroll.game-box-has-quirk::after) {
728
+ :global(html.game-box-no-scroll.ios-height-quirck::after) {
729
729
  content: '\A'; /* newline character */
730
730
  white-space: pre; /* preserve newline */
731
731
  display: block;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hkdigital/lib-core",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "author": {
5
5
  "name": "HKdigital",
6
6
  "url": "https://hkdigital.nl"