@topconsultnpm/sdkui-react-beta 6.15.63 → 6.15.64

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.
@@ -221,7 +221,6 @@ const TMTextBox = ({ autoFocus, maxLength, labelColor, precision, fromModal = fa
221
221
  };
222
222
  const renderInputField = () => {
223
223
  const bulletEntity = '\u2022'; // •
224
- console.log("currentValue", currentValue);
225
224
  const displayedValue = initialType === 'secureText'
226
225
  ? (currentType === 'secureText'
227
226
  ? bulletEntity.repeat(currentValue?.length ?? 0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.15.63",
3
+ "version": "6.15.64",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",