@bolttech/atoms-date-input 0.4.6 → 0.4.7

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/index.cjs.js +1 -1
  2. package/package.json +1 -1
package/index.cjs.js CHANGED
@@ -3023,8 +3023,8 @@ const DateInput = /*#__PURE__*/react.forwardRef(({
3023
3023
  })
3024
3024
  }), !!errorMessage && jsxRuntime.jsx(Error, {
3025
3025
  id: `${_id}-error`,
3026
- "datatest-id": `${_dataTestId}-error`,
3027
3026
  "$variant": _variant,
3027
+ "data-testId": `${_dataTestId}-error`,
3028
3028
  children: errorMessage
3029
3029
  })]
3030
3030
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bolttech/atoms-date-input",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "dependencies": {
5
5
  "styled-components": "6.1.1",
6
6
  "react": "19.1.2",