arengibook 2.4.573 → 2.4.575

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -35938,7 +35938,7 @@ var Dropdown = function Dropdown(_ref) {
35938
35938
  },
35939
35939
  className: "mr-2"
35940
35940
  }), generalIcon && /*#__PURE__*/React__default.createElement("i", {
35941
- className: "mr-2 ".concat(generalIcon)
35941
+ className: 'mr-2 ' + generalIcon
35942
35942
  }), showImage && option[imageKey] && /*#__PURE__*/React__default.createElement("img", {
35943
35943
  alt: option.label,
35944
35944
  src: option[imageKey],
@@ -35948,7 +35948,7 @@ var Dropdown = function Dropdown(_ref) {
35948
35948
  },
35949
35949
  className: "mr-2"
35950
35950
  }), showIcon && icon && /*#__PURE__*/React__default.createElement("i", {
35951
- className: "mr-2 ".concat(icon)
35951
+ className: 'mr-2 ' + icon
35952
35952
  }), /*#__PURE__*/React__default.createElement("div", {
35953
35953
  style: _objectSpread2({}, labelStyle)
35954
35954
  }, option.label));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "arengibook",
3
3
  "private": false,
4
- "version": "2.4.573",
4
+ "version": "2.4.575",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "exports": {