@ctlyst.id/internal-ui 2.0.13 → 2.0.14
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.
- package/dist/internal-ui.cjs.development.js +1 -1
- package/dist/internal-ui.cjs.development.js.map +1 -1
- package/dist/internal-ui.cjs.production.min.js +4 -4
- package/dist/internal-ui.cjs.production.min.js.map +1 -1
- package/dist/internal-ui.esm.js +1 -1
- package/dist/internal-ui.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/internal-ui.esm.js
CHANGED
|
@@ -2287,7 +2287,7 @@ const InputField = /*#__PURE__*/React__default.forwardRef((props, ref) => {
|
|
|
2287
2287
|
}, inputProps, {
|
|
2288
2288
|
fontSize: fontSize
|
|
2289
2289
|
})), (withClear || isLoading || type === 'password') && /*#__PURE__*/React__default.createElement(Box, {
|
|
2290
|
-
"data-test-id": "
|
|
2290
|
+
"data-test-id": "CT_Component_ClearInput",
|
|
2291
2291
|
display: "flex",
|
|
2292
2292
|
alignItems: "center",
|
|
2293
2293
|
justifyContent: "center",
|