arengibook 2.4.681 → 2.4.682

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 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -36530,6 +36530,8 @@ var Dropdown = function Dropdown(props) {
36530
36530
  }
36531
36531
  };
36532
36532
  var attrs = typeof choice_attr === 'function' ? choice_attr(option) : defaultAttrs;
36533
+ console.log('choice_attr');
36534
+ console.log(choice_attr);
36533
36535
  var srcLink = option === null || option === void 0 || (_option$attrs = option.attrs) === null || _option$attrs === void 0 ? void 0 : _option$attrs['data-src'];
36534
36536
  return /*#__PURE__*/React__default.createElement("div", {
36535
36537
  className: attrs.className,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "arengibook",
3
3
  "private": false,
4
- "version": "2.4.681",
4
+ "version": "2.4.682",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "exports": {