@getmicdrop/svelte-components 2.0.1 → 2.0.3

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.
@@ -1,6 +1,6 @@
1
1
  <script>
2
2
  import { onMount, onDestroy, createEventDispatcher } from 'svelte';
3
- import { browser } from './__LIB_ENVIRONMENT__.js';
3
+ import { browser } from '../../__LIB_ENVIRONMENT__.js';
4
4
  import { Calendar } from '@fullcalendar/core';
5
5
  import dayGridPlugin from '@fullcalendar/daygrid';
6
6
  import interactionPlugin from '@fullcalendar/interaction';
@@ -1,6 +1,6 @@
1
1
  <script>
2
- import { page } from './__LIB_STORES__.js';
3
- import { base } from './__LIB_PATHS__.js';
2
+ import { page } from '../../__LIB_STORES__.js';
3
+ import { base } from '../../__LIB_PATHS__.js';
4
4
  import Icon from "../Icons/Icon.svelte";
5
5
  import { onMount } from "svelte";
6
6
 
@@ -1,7 +1,7 @@
1
1
  <script>
2
- import { page } from './__LIB_STORES__.js';
3
- import { base } from './__LIB_PATHS__.js';
4
- import { goto } from './__LIB_NAVIGATION__.js';
2
+ import { page } from '../../__LIB_STORES__.js';
3
+ import { base } from '../../__LIB_PATHS__.js';
4
+ import { goto } from '../../__LIB_NAVIGATION__.js';
5
5
  import Logo from "../../../assets/images/Logo.png";
6
6
  import { Avatar } from "flowbite-svelte";
7
7
  import DarkModeToggle from "../DarkModeToggle.svelte";
@@ -1,5 +1,5 @@
1
1
  <script>
2
- import { goto } from './__LIB_NAVIGATION__.js';
2
+ import { goto } from '../../../__LIB_NAVIGATION__.js';
3
3
  import Icon from "../../Icons/Icon.svelte";
4
4
  import Input from "../../Input/Input.svelte";
5
5
  import Modal from "../../Modal/Modal.svelte";
@@ -1,6 +1,6 @@
1
1
  <script>
2
2
  import { onMount, onDestroy } from "svelte";
3
- import { browser } from './__LIB_ENVIRONMENT__.js';
3
+ import { browser } from '../../../__LIB_ENVIRONMENT__.js';
4
4
  import SectionHeader from "../performers/SectionHeader.svelte";
5
5
  import ShowList from "./ShowList.svelte";
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmicdrop/svelte-components",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "description": "Shared component library for Micdrop applications",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",