@hkdigital/lib-sveltekit 0.1.36 → 0.1.37

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.
@@ -160,10 +160,10 @@
160
160
  style:height="{gameHeight}px"
161
161
  style:--game-width={gameWidth}
162
162
  style:--game-height={gameHeight}
163
- style:margin-left={marginLeft}
164
- style:margin-right={marginRight}
165
- style:margin-top={marginTop}
166
- style:margin-bottom={marginBottom}
163
+ style:margin-left="{marginLeft}px"
164
+ style:margin-right="{marginRight}px"
165
+ style:margin-top="{marginTop}px"
166
+ style:margin-bottom="{marginBottom}px"
167
167
  {style}
168
168
  >
169
169
  {#if isLandscape}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hkdigital/lib-sveltekit",
3
- "version": "0.1.36",
3
+ "version": "0.1.37",
4
4
  "author": {
5
5
  "name": "HKdigital",
6
6
  "url": "https://hkdigital.nl"