josenanodev-react-components-library 0.0.28 → 0.0.29

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.
@@ -48,7 +48,7 @@ const Multicalendar = ({ multicalendarId, ReactCellChildren, ReactListElementChi
48
48
  x: pastDatesVisible ? Math.ceil(pastDaysInitialQuantity) * cellsWidth : 0,
49
49
  y: 0,
50
50
  };
51
- const initialDateOffset = 2 + chunkRenderX;
51
+ const initialDateOffset = 1 + chunkRenderX;
52
52
  //Refs
53
53
  const datesRowRef = (0, react_1.useRef)(null);
54
54
  const destiniesColumnRef = (0, react_1.useRef)(null);
@@ -20,7 +20,7 @@ const Multicalendar = ({ multicalendarId, ReactCellChildren, ReactListElementChi
20
20
  x: pastDatesVisible ? Math.ceil(pastDaysInitialQuantity) * cellsWidth : 0,
21
21
  y: 0,
22
22
  };
23
- const initialDateOffset = 2 + chunkRenderX;
23
+ const initialDateOffset = 1 + chunkRenderX;
24
24
  //Refs
25
25
  const datesRowRef = useRef(null);
26
26
  const destiniesColumnRef = useRef(null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "josenanodev-react-components-library",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "author": {
5
5
  "name": "Jose Carlos Cardenas Martinez"
6
6
  },