tabler-react-2 0.1.143 → 0.1.144

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.
@@ -156,7 +156,7 @@ var DropdownInput = exports.DropdownInput = function DropdownInput(_ref) {
156
156
  var isActive = (selectedValue === null || selectedValue === void 0 ? void 0 : selectedValue.id) === v.id;
157
157
  var isItemDisabled = v.disabled === true;
158
158
  return /*#__PURE__*/_react["default"].createElement("a", {
159
- key: (_v$id = v.id) !== null && _v$id !== void 0 ? _v$id : i,
159
+ key: ((_v$id = v.id) !== null && _v$id !== void 0 ? _v$id : i) + "__" + i,
160
160
  className: "dropdown-item".concat(isActive ? " active" : "").concat(isItemDisabled ? " disabled" : ""),
161
161
  onClick: function onClick() {
162
162
  return !isItemDisabled && handleSelection(v);
@@ -2,6 +2,10 @@
2
2
  title: Changelog
3
3
  ---
4
4
 
5
+ # 0.1.143
6
+
7
+ - Added `invalid` prop to the `DropdownInput` component.
8
+
5
9
  # 0.1.142
6
10
 
7
11
  - Added `invalid` prop to the `Input` component.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabler-react-2",
3
- "version": "0.1.143",
3
+ "version": "0.1.144",
4
4
  "description": "A react implementation of Tabler ui",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {