@getmicdrop/svelte-components 1.0.7 → 1.0.8

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.
@@ -4,8 +4,8 @@
4
4
  import { Calendar } from '@fullcalendar/core';
5
5
  import dayGridPlugin from '@fullcalendar/daygrid';
6
6
  import interactionPlugin from '@fullcalendar/interaction';
7
- import Icon from '/components/Icons/Icon.svelte';
8
- import Button from '/components/Button/Button.svelte';
7
+ import Icon from '../Icons/Icon.svelte';
8
+ import Button from '../Button/Button.svelte';
9
9
 
10
10
  // Props
11
11
  export let variant = 'availability'; // 'availability' | 'scheduler' | 'display' | 'public'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmicdrop/svelte-components",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Shared component library for Micdrop applications",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",