josenanodev-react-components-library 0.2.9 → 0.2.10

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.
@@ -253,7 +253,7 @@ const Multicalendar = ({ multicalendarId, ReactCellChildren, ReactListElementChi
253
253
  }
254
254
  }, [draggingOverDateCells, clientXPositionOnGrid, clientYPositionOnGrid]);
255
255
  //Render
256
- return (react_1.default.createElement("div", { "data-testid": "multicalendar", className: "multicalendar", style: {
256
+ return (react_1.default.createElement("div", { key: multicalendarId, id: multicalendarId, "data-testid": multicalendarId, className: "multicalendar", style: {
257
257
  gridTemplateColumns: `${verticalAxisWidth}px`,
258
258
  gridTemplateRows: `70px ${horizontalAxisHeight - 70}px calc(100% - ${horizontalAxisHeight}px`,
259
259
  } },
@@ -225,7 +225,7 @@ const Multicalendar = ({ multicalendarId, ReactCellChildren, ReactListElementChi
225
225
  }
226
226
  }, [draggingOverDateCells, clientXPositionOnGrid, clientYPositionOnGrid]);
227
227
  //Render
228
- return (React.createElement("div", { "data-testid": "multicalendar", className: "multicalendar", style: {
228
+ return (React.createElement("div", { key: multicalendarId, id: multicalendarId, "data-testid": multicalendarId, className: "multicalendar", style: {
229
229
  gridTemplateColumns: `${verticalAxisWidth}px`,
230
230
  gridTemplateRows: `70px ${horizontalAxisHeight - 70}px calc(100% - ${horizontalAxisHeight}px`,
231
231
  } },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "josenanodev-react-components-library",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "author": {
5
5
  "name": "Jose Carlos Cardenas Martinez"
6
6
  },