@everymatrix/player-bonus-history 1.44.0 → 1.45.2
Sign up to get free protection for your applications and to get access to all the features.
- package/components/PlayerBonusCard-BHtjhHA4.cjs +14 -0
- package/components/PlayerBonusCard-c7uGr4D2.js +7387 -0
- package/components/PlayerBonusHistory-D16FFI-R.js +16161 -0
- package/components/PlayerBonusHistory-DgH7mufO.cjs +3693 -0
- package/es2015/player-bonus-history.cjs +1 -0
- package/es2015/player-bonus-history.js +16 -0
- package/package.json +17 -32
- package/CHANGELOG.md +0 -9
- package/README.md +0 -30
- package/dist/player-bonus-history.js +0 -2219
- package/dist/player-bonus-history.js.map +0 -1
- package/index.html +0 -21
- package/index.js +0 -1
- package/public/favicon.png +0 -0
- package/public/reset.css +0 -48
- package/rollup.config.js +0 -67
- package/src/PlayerBonusHistory.svelte +0 -430
- package/src/i18n.js +0 -27
- package/src/index.ts +0 -22
- package/src/translations.js +0 -72
- package/stories/PlayerBonusHistory.stories.js +0 -13
- package/tsconfig.json +0 -6
@@ -1,13 +0,0 @@
|
|
1
|
-
import { html } from 'lit-element';
|
2
|
-
|
3
|
-
import PlayerBonusHistory from '../src/PlayerBonusHistory';
|
4
|
-
|
5
|
-
// This default export determines where your story goes in the story list
|
6
|
-
export default {
|
7
|
-
title: 'PlayerBonusHistory',
|
8
|
-
};
|
9
|
-
|
10
|
-
// 👇 We create a “template” of how args map to rendering
|
11
|
-
const PlayerBonusHistory = ({ aProperty }) => html`<player-bonus-history></player-bonus-history>`;
|
12
|
-
|
13
|
-
export const FirstStory = PlayerBonusHistory.bind({});
|