@syncfusion/ej2-react-schedule 20.1.59 → 20.2.38

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.
@@ -1,6 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
- /*! recurrence editor theme wise definitions*/
3
- /*! Schedule component's tailwind theme definitions and variables */
2
+ /*! recurrence editor theme wise definitions*/ /*! Schedule component's tailwind theme definitions and variables */
4
3
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
5
4
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
6
5
  content: "\e765";
@@ -1080,8 +1079,6 @@
1080
1079
  height: 70px;
1081
1080
  }
1082
1081
  .e-schedule .e-month-view .e-content-wrap {
1083
- display: -ms-flexbox;
1084
- display: flex;
1085
1082
  font-size: 14px;
1086
1083
  }
1087
1084
  .e-schedule .e-month-view .e-date-header-wrap table col {
@@ -1511,6 +1508,10 @@
1511
1508
  position: absolute;
1512
1509
  top: 0;
1513
1510
  }
1511
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
1512
+ height: 75px;
1513
+ position: relative;
1514
+ }
1514
1515
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1515
1516
  position: absolute;
1516
1517
  }
@@ -2489,7 +2490,7 @@
2489
2490
  }
2490
2491
 
2491
2492
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2492
- width: 485px;
2493
+ width: 502px;
2493
2494
  }
2494
2495
 
2495
2496
  .e-dialog.e-quick-dialog.e-following-events-dialog {