arengibook 2.4.571 → 2.4.573
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 +4 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -35912,6 +35912,10 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
35912
35912
|
labelStyle = _ref6.labelStyle,
|
|
35913
35913
|
generalIcon = _ref6.generalIcon,
|
|
35914
35914
|
generalImage = _ref6.generalImage;
|
|
35915
|
+
console.log(option);
|
|
35916
|
+
console.log(generalImage);
|
|
35917
|
+
console.log(generalIcon);
|
|
35918
|
+
console.log(option[imageKey]);
|
|
35915
35919
|
if (option.group) {
|
|
35916
35920
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
35917
35921
|
className: "flex align-items-center"
|