tabler-react-2 0.1.108 → 0.1.109

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.
@@ -48,7 +48,7 @@ var Offcanvas = exports.Offcanvas = /*#__PURE__*/_react["default"].memo(function
48
48
  var base = {
49
49
  position: "fixed",
50
50
  backgroundColor: "#fff",
51
- boxShadow: "0 0.5rem 1rem rgba(0,0,0,0.15)",
51
+ boxShadow: show ? "0 0.5rem 1rem rgba(0,0,0,0.15)" : "none",
52
52
  transition: "transform 0.3s ease-out",
53
53
  zIndex: 1000,
54
54
  padding: 20,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabler-react-2",
3
- "version": "0.1.108",
3
+ "version": "0.1.109",
4
4
  "description": "A react implementation of Tabler ui",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {