next-chessground 0.13.6 → 0.13.7

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/dist/index.es.js CHANGED
@@ -49,7 +49,7 @@ const ThemeContext = /*#__PURE__*/createContext({
49
49
  const Hydrate = ({
50
50
  children
51
51
  }) => {
52
- return /*#__PURE__*/React.createElement("div", {
52
+ return /*#__PURE__*/React.createElement(React.Fragment, {
53
53
  suppressHydrationWarning: true
54
54
  }, typeof window === 'undefined' ? null : children);
55
55
  };
package/dist/index.js CHANGED
@@ -58,7 +58,7 @@ const ThemeContext = /*#__PURE__*/React.createContext({
58
58
  const Hydrate = ({
59
59
  children
60
60
  }) => {
61
- return /*#__PURE__*/React__default['default'].createElement("div", {
61
+ return /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, {
62
62
  suppressHydrationWarning: true
63
63
  }, typeof window === 'undefined' ? null : children);
64
64
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-chessground",
3
- "version": "0.13.6",
3
+ "version": "0.13.7",
4
4
  "description": "React and Next wrapper for Chessground with chessboard and pieces out of the box",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -53,6 +53,6 @@
53
53
  "rollup": "^2.32.1",
54
54
  "rollup-plugin-babel": "^4.4.0",
55
55
  "rollup-plugin-peer-deps-external": "^2.2.4",
56
- "rollup-plugin-postcss": "^3.1.8"
56
+ "rollup-plugin-postcss": "^4.0.2"
57
57
  }
58
58
  }