tabler-react-2 0.1.113 → 0.1.114

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.
@@ -39,7 +39,7 @@ var Offcanvas = exports.Offcanvas = /*#__PURE__*/_react["default"].memo(function
39
39
  width: "100vw",
40
40
  height: "100vh",
41
41
  backgroundColor: "rgba(0,0,0,0.1)",
42
- zIndex: 999
42
+ zIndex: 9999
43
43
  };
44
44
  }, []);
45
45
 
@@ -50,7 +50,7 @@ var Offcanvas = exports.Offcanvas = /*#__PURE__*/_react["default"].memo(function
50
50
  backgroundColor: "#fff",
51
51
  boxShadow: show ? "0 0.5rem 1rem rgba(0,0,0,0.15)" : "none",
52
52
  transition: "transform 0.3s ease-out",
53
- zIndex: 1000,
53
+ zIndex: 10000,
54
54
  padding: 20,
55
55
  overflow: "auto"
56
56
  };
@@ -2,6 +2,10 @@
2
2
  title: Changelog
3
3
  ---
4
4
 
5
+ ## 0.1.113
6
+
7
+ - Fix issue with where table causes crash when the column that the table is being sorted on is suddenly removed from the columns array.
8
+
5
9
  ## 0.1.112
6
10
 
7
11
  - Fix overflow issue in the `Modal` component.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabler-react-2",
3
- "version": "0.1.113",
3
+ "version": "0.1.114",
4
4
  "description": "A react implementation of Tabler ui",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {