intelicoreact 0.2.83 → 0.2.84

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.
@@ -50,7 +50,9 @@ var SwitcherRadio = function SwitcherRadio(_ref) {
50
50
 
51
51
  var renderRadioGroup = function renderRadioGroup() {
52
52
  return /*#__PURE__*/_react.default.createElement("div", {
53
- className: (0, _classnames.default)("".concat(RC, "__wrap"), (0, _defineProperty2.default)({}, "switcher-radio_".concat(direction), direction))
53
+ className: (0, _classnames.default)("".concat(RC, "__wrap"), (0, _defineProperty2.default)({}, "switcher-radio_".concat(direction), direction), {
54
+ disabled: disabled
55
+ })
54
56
  }, options === null || options === void 0 ? void 0 : options.map(function (option, index) {
55
57
  return /*#__PURE__*/_react.default.createElement(_RadioInput.default, (0, _extends2.default)({}, option, {
56
58
  key: option.id || option.value || index,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "0.2.83",
3
+ "version": "0.2.84",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [