arengibook 2.4.711 → 2.4.712

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