imbric-theme 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -280,7 +280,7 @@ export const RowTable = ({
280
280
  </span>
281
281
 
282
282
  {isToolTipMounted ? (
283
- <ReactTooltip id='listInvoice' type='error'>
283
+ <ReactTooltip id='listInvoice' type='error' place='left'>
284
284
  <span>{txtTootipIconListInvoice}</span>
285
285
  </ReactTooltip>
286
286
  ) : null}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imbric-theme",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "Components library IMBRIC",
5
5
  "private": false,
6
6
  "main": "index.js",