arengibook 2.4.676 → 2.4.679

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 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -36852,7 +36852,7 @@ var DropdownPresets = {
36852
36852
  },
36853
36853
  choice_attr: function choice_attr(option) {
36854
36854
  return {
36855
- className: 'material-icons bobo'
36855
+ className: ''
36856
36856
  };
36857
36857
  }
36858
36858
  },
@@ -39909,9 +39909,6 @@ var MultiSelect = function MultiSelect(props) {
39909
39909
  ongletID = _props$ongletID === void 0 ? null : _props$ongletID,
39910
39910
  badgeSize = props.badgeSize,
39911
39911
  optionsUrl = props.optionsUrl;
39912
- console.log("optionsUrl");
39913
- console.log(optionsUrl);
39914
- console.log(!!optionsUrl);
39915
39912
  var isAsyncOptions = typeof options === 'function' || optionsUrl;
39916
39913
  if (isAsyncOptions) {
39917
39914
  return /*#__PURE__*/React__default.createElement(MultiSelectMetaAsync, props);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "arengibook",
3
3
  "private": false,
4
- "version": "2.4.676",
4
+ "version": "2.4.679",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "exports": {