tabler-react-2 0.1.159 → 0.1.160

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.
@@ -28,7 +28,8 @@ var Alert = exports.Alert = function Alert(_ref) {
28
28
  }, icon), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("h4", {
29
29
  className: "alert-title alert-heading"
30
30
  }, title), /*#__PURE__*/_react["default"].createElement("div", {
31
- className: "text-secondary ".concat(props.contentClassName)
31
+ className: "text-secondary ".concat(props.contentClassName),
32
+ style: props.contentStyle
32
33
  }, children))), onDismiss && /*#__PURE__*/_react["default"].createElement("a", {
33
34
  className: "btn-close",
34
35
  "data-bs-dismiss": "alert",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabler-react-2",
3
- "version": "0.1.159",
3
+ "version": "0.1.160",
4
4
  "description": "A react implementation of Tabler ui",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {