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.
Files changed (2) hide show
  1. package/dist/index.js +4 -0
  2. 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"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "arengibook",
3
3
  "private": false,
4
- "version": "2.4.571",
4
+ "version": "2.4.573",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "exports": {