@fullcalendar/bootstrap
Advanced tools
Comparing version 7.0.0-beta.3 to 7.0.0-beta.4
/*! | ||
FullCalendar Bootstrap 4 Plugin v7.0.0-beta.3 | ||
FullCalendar Bootstrap 4 Plugin v7.0.0-beta.4 | ||
Docs & License: https://fullcalendar.io/docs/bootstrap4 | ||
@@ -4,0 +4,0 @@ (c) 2024 Adam Shaw |
/*! | ||
FullCalendar Bootstrap 4 Plugin v7.0.0-beta.3 | ||
FullCalendar Bootstrap 4 Plugin v7.0.0-beta.4 | ||
Docs & License: https://fullcalendar.io/docs/bootstrap4 | ||
@@ -4,0 +4,0 @@ (c) 2024 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}.fc-theme-bootstrap,.fc-theme-bootstrap .popover{line-height:normal}"; | ||
injectStyles(css_248z); | ||
class BootstrapTheme extends Theme { | ||
@@ -32,5 +35,2 @@ } | ||
var css_248z = ".fc-theme-bootstrap a:not([href]){color:inherit}.fc-theme-bootstrap .fc-more-link:hover{text-decoration:none}.fc-theme-bootstrap,.fc-theme-bootstrap .popover{line-height:normal}"; | ||
injectStyles(css_248z); | ||
export { BootstrapTheme }; |
{ | ||
"name": "@fullcalendar/bootstrap", | ||
"version": "7.0.0-beta.3", | ||
"version": "7.0.0-beta.4", | ||
"title": "FullCalendar Bootstrap 4 Plugin", | ||
@@ -16,3 +16,3 @@ "description": "Bootstrap 4 theme for FullCalendar", | ||
"peerDependencies": { | ||
"@fullcalendar/core": "7.0.0-beta.3" | ||
"@fullcalendar/core": "7.0.0-beta.4" | ||
}, | ||
@@ -19,0 +19,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet