@forcecalendar/interface 1.0.36 → 1.0.37
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/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -24,9 +24,3 @@ export { DayViewRenderer } from './renderers/DayViewRenderer.js';
|
|
|
24
24
|
// Components
|
|
25
25
|
import './components/ForceCalendar.js';
|
|
26
26
|
export { ForceCalendar } from './components/ForceCalendar.js';
|
|
27
|
-
|
|
28
|
-
// Auto-register main component if in browser environment
|
|
29
|
-
if (typeof window !== 'undefined' && typeof customElements !== 'undefined') {
|
|
30
|
-
// The ForceCalendar component self-registers
|
|
31
|
-
console.log('Force Calendar Interface loading...');
|
|
32
|
-
}
|