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.
- package/dist/index.js +2 -0
- 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,
|