@fullcalendar/bootstrap
Advanced tools
Comparing version 6.1.4 to 6.1.5
/*! | ||
FullCalendar Bootstrap 4 Plugin v6.1.4 | ||
FullCalendar Bootstrap 4 Plugin v6.1.5 | ||
Docs & License: https://fullcalendar.io/docs/bootstrap4 | ||
@@ -4,0 +4,0 @@ (c) 2023 Adam Shaw |
/*! | ||
FullCalendar Bootstrap 4 Plugin v6.1.4 | ||
FullCalendar Bootstrap 4 Plugin v6.1.5 | ||
Docs & License: https://fullcalendar.io/docs/bootstrap4 | ||
@@ -4,0 +4,0 @@ (c) 2023 Adam Shaw |
@@ -1,8 +0,5 @@ | ||
import { createPlugin } from '@fullcalendar/core'; | ||
import { createPlugin } from '@fullcalendar/core/index.js'; | ||
import { BootstrapTheme } from './internal.js'; | ||
import { injectStyles } from '@fullcalendar/core/internal'; | ||
import '@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); | ||
var index = createPlugin({ | ||
@@ -9,0 +6,0 @@ name: '@fullcalendar/bootstrap', |
@@ -1,2 +0,2 @@ | ||
import { Theme } from '@fullcalendar/core/internal'; | ||
import { Theme, injectStyles } from '@fullcalendar/core/internal.js'; | ||
@@ -34,2 +34,5 @@ class BootstrapTheme extends Theme { | ||
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.4", | ||
"version": "6.1.5", | ||
"title": "FullCalendar Bootstrap 4 Plugin", | ||
@@ -16,3 +16,3 @@ "description": "Bootstrap 4 theme for FullCalendar", | ||
"peerDependencies": { | ||
"@fullcalendar/core": "~6.1.4" | ||
"@fullcalendar/core": "~6.1.5" | ||
}, | ||
@@ -41,2 +41,3 @@ "type": "module", | ||
"./index.cjs": "./index.cjs", | ||
"./index.js": "./index.js", | ||
".": { | ||
@@ -48,2 +49,3 @@ "types": "./index.d.ts", | ||
"./internal.cjs": "./internal.cjs", | ||
"./internal.js": "./internal.js", | ||
"./internal": { | ||
@@ -50,0 +52,0 @@ "types": "./internal.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11066