@micromag/screen-game-sort 0.4.52 → 0.4.55

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.
Files changed (2) hide show
  1. package/es/index.js +2 -1
  2. package/package.json +13 -13
package/es/index.js CHANGED
@@ -363,7 +363,8 @@ function GameSort(_ref) {
363
363
  verticalAlign: layout,
364
364
  fullscreen: true,
365
365
  style: !isPlaceholder ? {
366
- padding: spacing,
366
+ paddingLeft: spacing,
367
+ paddingRight: spacing,
367
368
  paddingTop: (!isPreview ? viewerTopHeight : 0) + (headerHeight || spacing),
368
369
  paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + (footerHeight || spacing)
369
370
  } : null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-game-sort",
3
- "version": "0.4.52",
3
+ "version": "0.4.55",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -65,17 +65,17 @@
65
65
  },
66
66
  "dependencies": {
67
67
  "@babel/runtime": "^7.28.6",
68
- "@micromag/core": "^0.4.52",
69
- "@micromag/element-background": "^0.4.52",
70
- "@micromag/element-button": "^0.4.52",
71
- "@micromag/element-container": "^0.4.52",
72
- "@micromag/element-footer": "^0.4.52",
73
- "@micromag/element-header": "^0.4.52",
74
- "@micromag/element-heading": "^0.4.52",
75
- "@micromag/element-layout": "^0.4.52",
76
- "@micromag/element-text": "^0.4.52",
77
- "@micromag/element-visual": "^0.4.52",
78
- "@micromag/transforms": "^0.4.52",
68
+ "@micromag/core": "^0.4.55",
69
+ "@micromag/element-background": "^0.4.55",
70
+ "@micromag/element-button": "^0.4.55",
71
+ "@micromag/element-container": "^0.4.55",
72
+ "@micromag/element-footer": "^0.4.55",
73
+ "@micromag/element-header": "^0.4.55",
74
+ "@micromag/element-heading": "^0.4.55",
75
+ "@micromag/element-layout": "^0.4.55",
76
+ "@micromag/element-text": "^0.4.55",
77
+ "@micromag/element-visual": "^0.4.55",
78
+ "@micromag/transforms": "^0.4.55",
79
79
  "@react-spring/web": "^10.0.3",
80
80
  "@use-gesture/react": "^10.3.0",
81
81
  "classnames": "^2.2.6",
@@ -87,6 +87,6 @@
87
87
  "access": "public",
88
88
  "registry": "https://registry.npmjs.org/"
89
89
  },
90
- "gitHead": "7e9283049e6904a73ed2c8ac47b2e45465823656",
90
+ "gitHead": "9708f0016de0cf18dcd6a6aa5bc70d7f00b86d9f",
91
91
  "types": "es/index.d.ts"
92
92
  }