arengibook 2.4.712 → 2.4.713

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 +0 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -39975,14 +39975,8 @@ var MultiSelect = function MultiSelect(props) {
39975
39975
  };
39976
39976
  }, []);
39977
39977
  useEffect(function () {
39978
- console.log(multipleplaceholder);
39979
39978
  var observer = new MutationObserver(function () {
39980
39979
  var labelElement = document.querySelector('.p-multiselect-label');
39981
- if (labelElement) {
39982
- console.log('labelElement');
39983
- console.log(labelElement);
39984
- console.log(labelElement.textContent);
39985
- }
39986
39980
  if (labelElement && labelElement.textContent === 'empty') {
39987
39981
  labelElement.textContent = multipleplaceholder;
39988
39982
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "arengibook",
3
3
  "private": false,
4
- "version": "2.4.712",
4
+ "version": "2.4.713",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "exports": {