makula-schedule 2.2.5 → 2.2.6

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.
@@ -631,11 +631,11 @@ var EventItem = /*#__PURE__*/function (_Component) {
631
631
  };
632
632
  var showLeftArrow = showOverflowArrows && !isStart;
633
633
  var showRightArrow = showOverflowArrows && !isEnd;
634
- var leftArrow = showLeftArrow ? /*#__PURE__*/_react["default"].createElement("span", {
634
+ var leftArrow = showLeftArrow && !eventItemTemplateResolver ? /*#__PURE__*/_react["default"].createElement("span", {
635
635
  className: "event-overflow-arrow event-overflow-arrow-left",
636
636
  style: arrowStyle
637
637
  }, "\u2039") : null;
638
- var rightArrow = showRightArrow ? /*#__PURE__*/_react["default"].createElement("span", {
638
+ var rightArrow = showRightArrow && !eventItemTemplateResolver ? /*#__PURE__*/_react["default"].createElement("span", {
639
639
  className: "event-overflow-arrow event-overflow-arrow-right",
640
640
  style: arrowStyle
641
641
  }, "\u203A") : null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "makula-schedule",
3
- "version": "2.2.5",
3
+ "version": "2.2.6",
4
4
  "description": "React Big Schedule is a powerful and intuitive scheduler and resource planning solution built with React. Seamlessly integrate this modern browser-compatible component into your applications to effectively manage time, appointments, and resources. With drag-and-drop functionality, interactive UI, and granular views, react-big-schedule empowers users to effortlessly schedule and allocate resources with precision. Enhance productivity and streamline your workflow with this React-based solution, designed to optimize time management and simplify calendar-based operations. Perfect for applications requiring advanced scheduling capabilities, react-big-schedule offers a seamless and intuitive experience for managing appointments, resource allocation, and time slots. Unlock the potential of your React projects with react-big-schedule and revolutionize the way you handle scheduling and resource planning. It is the updated version of react-big-scheduler",
5
5
  "keywords": [
6
6
  "react-big-schedule",