@fullcalendar/bootstrap
Advanced tools
Comparing version 6.1.9 to 6.1.10
/*! | ||
FullCalendar Bootstrap 4 Plugin v6.1.9 | ||
FullCalendar Bootstrap 4 Plugin v6.1.10 | ||
Docs & License: https://fullcalendar.io/docs/bootstrap4 | ||
@@ -4,0 +4,0 @@ (c) 2023 Adam Shaw |
/*! | ||
FullCalendar Bootstrap 4 Plugin v6.1.9 | ||
FullCalendar Bootstrap 4 Plugin v6.1.10 | ||
Docs & License: https://fullcalendar.io/docs/bootstrap4 | ||
@@ -4,0 +4,0 @@ (c) 2023 Adam Shaw |
@@ -1,3 +0,6 @@ | ||
import { Theme, injectStyles } from '@fullcalendar/core/internal.js'; | ||
import { injectStyles, Theme } from '@fullcalendar/core/internal.js'; | ||
var css_248z = ".fc-theme-bootstrap a:not([href]){color:inherit}.fc-theme-bootstrap .fc-more-link:hover{text-decoration:none}"; | ||
injectStyles(css_248z); | ||
class BootstrapTheme extends Theme { | ||
@@ -34,5 +37,2 @@ } | ||
var css_248z = ".fc-theme-bootstrap a:not([href]){color:inherit}.fc-theme-bootstrap .fc-more-link:hover{text-decoration:none}"; | ||
injectStyles(css_248z); | ||
export { BootstrapTheme }; |
{ | ||
"name": "@fullcalendar/bootstrap", | ||
"version": "6.1.9", | ||
"version": "6.1.10", | ||
"title": "FullCalendar Bootstrap 4 Plugin", | ||
@@ -16,3 +16,3 @@ "description": "Bootstrap 4 theme for FullCalendar", | ||
"peerDependencies": { | ||
"@fullcalendar/core": "~6.1.9" | ||
"@fullcalendar/core": "~6.1.10" | ||
}, | ||
@@ -19,0 +19,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
11070