arengibook 2.4.574 → 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.
- package/dist/index.js +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:
|
|
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:
|
|
35951
|
+
className: 'mr-2 ' + icon
|
|
35952
35952
|
}), /*#__PURE__*/React__default.createElement("div", {
|
|
35953
35953
|
style: _objectSpread2({}, labelStyle)
|
|
35954
35954
|
}, option.label));
|