@steedos-widgets/fullcalendar 1.2.42 → 1.3.0-beta.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.
package/dist/assets.json CHANGED
@@ -3,8 +3,8 @@
3
3
  {
4
4
  "package": "@steedos-widgets/fullcalendar",
5
5
  "urls": [
6
- "https://unpkg.com/@steedos-widgets/fullcalendar@1.2.42/dist/fullcalendar.umd.js",
7
- "https://unpkg.com/@steedos-widgets/fullcalendar@1.2.42/dist/fullcalendar.umd.css"
6
+ "https://unpkg.com/@steedos-widgets/fullcalendar@1.3.0-beta.10/dist/fullcalendar.umd.js",
7
+ "https://unpkg.com/@steedos-widgets/fullcalendar@1.3.0-beta.10/dist/fullcalendar.umd.css"
8
8
  ],
9
9
  "library": "BuilderFullCalendar"
10
10
  }
@@ -15,10 +15,10 @@
15
15
  "npm": {
16
16
  "package": "@steedos-widgets/fullcalendar"
17
17
  },
18
- "url": "https://unpkg.com/@steedos-widgets/fullcalendar@1.2.42/dist/meta.js",
18
+ "url": "https://unpkg.com/@steedos-widgets/fullcalendar@1.3.0-beta.10/dist/meta.js",
19
19
  "urls": {
20
- "default": "https://unpkg.com/@steedos-widgets/fullcalendar@1.2.42/dist/meta.js",
21
- "design": "https://unpkg.com/@steedos-widgets/fullcalendar@1.2.42/dist/meta.js"
20
+ "default": "https://unpkg.com/@steedos-widgets/fullcalendar@1.3.0-beta.10/dist/meta.js",
21
+ "design": "https://unpkg.com/@steedos-widgets/fullcalendar@1.3.0-beta.10/dist/meta.js"
22
22
  }
23
23
  }
24
24
  ]
@@ -1494,8 +1494,8 @@ A VERTICAL event
1494
1494
  margin: var(--gap-md);
1495
1495
  margin-top: var(--gap-sm);
1496
1496
  }
1497
- .steedos-object-listview .fc-timegrid-event-harness a:hover{
1498
- background-color: var(--fc-event-bg-color, #3788d8);
1497
+ .fc-media-screen a:hover{
1498
+ background-color: var(--fc-event-bg-color, #3788d8) !important;
1499
1499
  }
1500
1500
 
1501
1501
  @media (max-width: 768px){