arengibook 2.4.682 → 2.4.683

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 +1 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -36530,8 +36530,6 @@ 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);
36535
36533
  var srcLink = option === null || option === void 0 || (_option$attrs = option.attrs) === null || _option$attrs === void 0 ? void 0 : _option$attrs['data-src'];
36536
36534
  return /*#__PURE__*/React__default.createElement("div", {
36537
36535
  className: attrs.className,
@@ -36866,7 +36864,7 @@ var DropdownPresets = {
36866
36864
  },
36867
36865
  choice_attr: function choice_attr(option) {
36868
36866
  return {
36869
- className: ''
36867
+ 'data-src': option
36870
36868
  };
36871
36869
  }
36872
36870
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "arengibook",
3
3
  "private": false,
4
- "version": "2.4.682",
4
+ "version": "2.4.683",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "exports": {