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.
- package/dist/index.js +1 -3
- 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
|
-
|
|
36867
|
+
'data-src': option
|
|
36870
36868
|
};
|
|
36871
36869
|
}
|
|
36872
36870
|
},
|