@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.
- package/CHANGELOG.md +35 -0
- package/dist/ej2-react-schedule.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +6 -5
- package/styles/bootstrap.css +6 -5
- package/styles/bootstrap4.css +6 -5
- package/styles/bootstrap5-dark.css +5 -3
- package/styles/bootstrap5.css +6 -5
- package/styles/fabric-dark.css +6 -5
- package/styles/fabric.css +6 -5
- package/styles/fluent-dark.css +20 -18
- package/styles/fluent.css +8 -7
- package/styles/highcontrast-light.css +6 -5
- package/styles/highcontrast.css +6 -5
- package/styles/material-dark.css +6 -5
- package/styles/material.css +6 -5
- package/styles/schedule/bootstrap-dark.css +6 -5
- package/styles/schedule/bootstrap.css +6 -5
- package/styles/schedule/bootstrap4.css +6 -5
- package/styles/schedule/bootstrap5-dark.css +5 -3
- package/styles/schedule/bootstrap5.css +6 -5
- package/styles/schedule/fabric-dark.css +6 -5
- package/styles/schedule/fabric.css +6 -5
- package/styles/schedule/fluent-dark.css +20 -18
- package/styles/schedule/fluent.css +8 -7
- package/styles/schedule/highcontrast-light.css +6 -5
- package/styles/schedule/highcontrast.css +6 -5
- package/styles/schedule/material-dark.css +6 -5
- package/styles/schedule/material.css +6 -5
- package/styles/schedule/tailwind-dark.css +5 -3
- package/styles/schedule/tailwind.css +6 -5
- package/styles/tailwind-dark.css +5 -3
- package/styles/tailwind.css +6 -5
package/styles/tailwind.css
CHANGED
|
@@ -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:
|
|
2493
|
+
width: 502px;
|
|
2493
2494
|
}
|
|
2494
2495
|
|
|
2495
2496
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|