tabler-react-2 0.1.108 → 0.1.110

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.
@@ -26,7 +26,7 @@ var Alert = exports.Alert = function Alert(_ref) {
26
26
  }, icon && /*#__PURE__*/_react["default"].createElement("div", {
27
27
  className: "me-2"
28
28
  }, icon), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("h4", {
29
- className: "alert-title"
29
+ className: "alert-title alert-heading"
30
30
  }, title), /*#__PURE__*/_react["default"].createElement("div", {
31
31
  className: "text-secondary"
32
32
  }, children))), onDismiss && /*#__PURE__*/_react["default"].createElement("a", {
@@ -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,
@@ -2,6 +2,10 @@
2
2
  title: Changelog
3
3
  ---
4
4
 
5
+ ## 0.1.109
6
+
7
+ - Removed the box shadow from the `Offcanvas` component when it is not shown.
8
+
5
9
  ## 0.1.108
6
10
 
7
11
  - Added `required` prop to the `DropdownInput` component.
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.110",
4
4
  "description": "A react implementation of Tabler ui",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {