@everymatrix/casino-slider 1.44.0 → 1.45.0

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,13 +0,0 @@
1
- import { html } from 'lit-element';
2
-
3
- import CasinoSlider from '../src/CasinoSlider';
4
-
5
- // This default export determines where your story goes in the story list
6
- export default {
7
- title: 'CasinoSlider',
8
- };
9
-
10
- // 👇 We create a “template” of how args map to rendering
11
- const CasinoSlider = ({ aProperty }) => html`<casino-slider></casino-slider>`;
12
-
13
- export const FirstStory = CasinoSlider.bind({});
package/tsconfig.json DELETED
@@ -1,6 +0,0 @@
1
- {
2
- "extends": "@tsconfig/svelte/tsconfig.json",
3
-
4
- "include": ["src/**/*"],
5
- "exclude": ["node_modules/*", "__sapper__/*", "public/*"]
6
- }