@event-calendar/core 5.4.2 → 5.5.0

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/README.md CHANGED
@@ -17,6 +17,10 @@ Inspired by [FullCalendar](https://fullcalendar.io/), it implements similar opti
17
17
  <tr>
18
18
  <td>
19
19
 
20
+ [![@ekwi-tech](https://avatars.githubusercontent.com/u/146312349?s=52&v=4)](https://github.com/ekwi-tech)
21
+ </td>
22
+ <td>
23
+
20
24
  [![@steveb85](https://avatars.githubusercontent.com/u/50031994?s=52&v=4)](https://github.com/steveb85)
21
25
  </td>
22
26
  <td>
package/dist/index.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * EventCalendar v5.4.2
2
+ * EventCalendar v5.5.0
3
3
  * https://github.com/vkurko/calendar
4
4
  */
5
5
  .ec {
@@ -98,7 +98,7 @@
98
98
  100% var(--ec-slot-height);
99
99
  }
100
100
 
101
- .ec-timeline:not(.ec-month-view) .ec-body & {
101
+ .ec-timeline:not(.ec-month-view, .ec-year-view) .ec-body & {
102
102
  --ec-last-line-color: transparent;
103
103
  --ec-direction: to left;
104
104
  [dir="rtl"] & {
@@ -680,7 +680,7 @@
680
680
  flex-grow: 1;
681
681
  }
682
682
 
683
- .ec-timeline.ec-month-view & {
683
+ .ec-timeline:is(.ec-month-view, .ec-year-view) & {
684
684
  grid-template-columns: max-content repeat(var(--ec-grid-cols), var(--ec-col-width));
685
685
  }
686
686
 
@@ -755,3 +755,4 @@
755
755
  .ec-hidden {
756
756
  visibility: hidden;
757
757
  }
758
+ /*$vite$:1*/