tabler-react-2 0.1.75 → 0.1.76

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.
@@ -91,7 +91,7 @@ var EnclosedSelectGroup = exports.EnclosedSelectGroup = function EnclosedSelectG
91
91
  },
92
92
  disabled: item.disabled
93
93
  }), /*#__PURE__*/_react["default"].createElement("div", {
94
- className: "form-selectgroup-label d-flex p-3 ".concat((item === null || item === void 0 ? void 0 : item.disabled) && "bg-gray-600"),
94
+ className: "form-selectgroup-label d-flex p-3 ".concat((item === null || item === void 0 ? void 0 : item.disabled) && "bg-gray-400"),
95
95
  style: {
96
96
  pointerEvents: item.disabled,
97
97
  cursor: item.disabled ? "not-allowed" : null
@@ -104,9 +104,7 @@ var EnclosedSelectGroup = exports.EnclosedSelectGroup = function EnclosedSelectG
104
104
  style: {
105
105
  textAlign: "left"
106
106
  }
107
- }, item.content, " ", JSON.stringify({
108
- disabled: item.disabled
109
- }))));
107
+ }, item.content)));
110
108
  }));
111
109
  };
112
110
  EnclosedSelectGroup.propTypes = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabler-react-2",
3
- "version": "0.1.75",
3
+ "version": "0.1.76",
4
4
  "description": "A react implementation of Tabler ui",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {