arengibook 2.4.706 → 2.4.707

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 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -39988,7 +39988,7 @@ var MultiSelect = function MultiSelect(props) {
39988
39988
  console.log("placeholder");
39989
39989
  }
39990
39990
  if (labelElement && labelElement.textContent === 'empty') {
39991
- labelElement.textContent = placeholder;
39991
+ labelElement.textContent = multipleplaceholder;
39992
39992
  }
39993
39993
  });
39994
39994
  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.706",
4
+ "version": "2.4.707",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "exports": {