tabler-react-2 0.1.135 → 0.1.136

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.
@@ -114,9 +114,9 @@ var DropdownInput = exports.DropdownInput = function DropdownInput(_ref) {
114
114
  className: "dropdown"
115
115
  }, props), /*#__PURE__*/_react["default"].createElement("a", _extends({
116
116
  href: "javascript:void(0)",
117
- className: "btn dropdown-toggle ".concat(props.disabled ? "disabled" : "", " ").concat(color ? "btn-".concat(outline ? "outline-" : "").concat(color) : ""),
117
+ className: "btn dropdown-toggle ".concat(props.disabled ? "disabled" : "", " ").concat(color ? "btn-".concat(outline ? "outline-" : "").concat(color) : "", " ").concat(props.className || ""),
118
118
  "data-bs-toggle": "dropdown"
119
- }, aprops), selectedValue ? selectedValue.label : prompt), /*#__PURE__*/_react["default"].createElement("div", {
119
+ }, aprops), selectedValue && props.showIconInPrompt ? selectedValue.icon : null, selectedValue ? selectedValue.label : prompt), /*#__PURE__*/_react["default"].createElement("div", {
120
120
  className: "dropdown-menu"
121
121
  }, showSearch && /*#__PURE__*/_react["default"].createElement("div", {
122
122
  className: "px-2 py-1"
@@ -2,6 +2,10 @@
2
2
  title: Changelog
3
3
  ---
4
4
 
5
+ # 0.1.135
6
+
7
+ - Fixed awkward sizing of Hr's without text.
8
+
5
9
  # 0.1.134
6
10
 
7
11
  - Fixed issue with `useModal` where the `resolve` function was not being set correctly, preventing the modal from opening after being closed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabler-react-2",
3
- "version": "0.1.135",
3
+ "version": "0.1.136",
4
4
  "description": "A react implementation of Tabler ui",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {