@everymatrix/casino-game-thumb-view 1.73.1 → 1.73.2

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-game-thumb-view",
3
- "version": "1.73.1",
3
+ "version": "1.73.2",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.js",
6
6
  "es2015": "./dist/esm/index.mjs",
@@ -1,138 +0,0 @@
1
- import { html } from "lit";
2
- import "@everymatrix/casino-game-thumb-view";
3
- const meta = {
4
- title: 'Casino/Components/casino-game-thumb-view',
5
- component: 'casino-game-thumb-view',
6
- args: {
7
- language: "en",
8
- endpoint: "",
9
- userId: "",
10
- showGameName: "",
11
- session: "",
12
- showFavoredCategory: "",
13
- clientStyling: "",
14
- clientStylingUrl: "",
15
- integratedGameframeMobile: "false",
16
- gamepageModalurl: "",
17
- integratedGameframeDesktop: "false",
18
- loadDetails: "false",
19
- showRoundBoard: "false",
20
- visibilityConnect: "",
21
- connectLive: "",
22
- gameCategory: "",
23
- livelobbyEndpoint: "",
24
- gameId: "",
25
- gameName: "",
26
- subVendor: "",
27
- gameVendor: "",
28
- hasFunMode: "",
29
- hasAnonymousFunMode: "",
30
- platform: "PC",
31
- thumbnail: "",
32
- isFavorite: "",
33
- isNew: "",
34
- cellSize: "",
35
- gameTag: "",
36
- type: "",
37
- },
38
- argTypes: {
39
- language: { control: 'text', description: '' },
40
- endpoint: { control: 'text', description: '' },
41
- userId: { control: 'text', description: '' },
42
- showGameName: { control: 'text', description: '' },
43
- session: { control: 'text', description: '' },
44
- showFavoredCategory: { control: 'text', description: '' },
45
- clientStyling: { control: 'text', description: '' },
46
- clientStylingUrl: { control: 'text', description: '' },
47
- integratedGameframeMobile: { control: 'text', description: '' },
48
- gamepageModalurl: { control: 'text', description: '' },
49
- integratedGameframeDesktop: { control: 'text', description: '' },
50
- loadDetails: { control: 'text', description: '' },
51
- showRoundBoard: { control: 'text', description: '' },
52
- visibilityConnect: { control: 'text', description: '' },
53
- connectLive: { control: 'text', description: '' },
54
- gameCategory: { control: 'text', description: '' },
55
- livelobbyEndpoint: { control: 'text', description: '' },
56
- gameId: { control: 'text', description: '' },
57
- gameName: { control: 'text', description: '' },
58
- subVendor: { control: 'text', description: '' },
59
- gameVendor: { control: 'text', description: '' },
60
- hasFunMode: { control: 'text', description: '' },
61
- hasAnonymousFunMode: { control: 'text', description: '' },
62
- platform: { control: 'text', description: '' },
63
- thumbnail: { control: 'text', description: '' },
64
- isFavorite: { control: 'text', description: '' },
65
- isNew: { control: 'text', description: '' },
66
- cellSize: { control: 'text', description: '' },
67
- gameTag: { control: 'text', description: '' },
68
- type: { control: 'text', description: '' },
69
- },
70
- };
71
- export default meta;
72
- const Template = (args) => {
73
- return html `<casino-game-thumb-view
74
- language="${args.language}"
75
- endpoint="${args.endpoint}"
76
- userId="${args.userId}"
77
- showGameName="${args.showGameName}"
78
- session="${args.session}"
79
- showFavoredCategory="${args.showFavoredCategory}"
80
- clientStyling="${args.clientStyling}"
81
- clientStylingUrl="${args.clientStylingUrl}"
82
- integratedGameframeMobile="${args.integratedGameframeMobile}"
83
- gamepageModalurl="${args.gamepageModalurl}"
84
- integratedGameframeDesktop="${args.integratedGameframeDesktop}"
85
- loadDetails="${args.loadDetails}"
86
- showRoundBoard="${args.showRoundBoard}"
87
- visibilityConnect="${args.visibilityConnect}"
88
- connectLive="${args.connectLive}"
89
- gameCategory="${args.gameCategory}"
90
- livelobbyEndpoint="${args.livelobbyEndpoint}"
91
- gameId="${args.gameId}"
92
- gameName="${args.gameName}"
93
- subVendor="${args.subVendor}"
94
- gameVendor="${args.gameVendor}"
95
- hasFunMode="${args.hasFunMode}"
96
- hasAnonymousFunMode="${args.hasAnonymousFunMode}"
97
- platform="${args.platform}"
98
- thumbnail="${args.thumbnail}"
99
- isFavorite="${args.isFavorite}"
100
- isNew="${args.isNew}"
101
- cellSize="${args.cellSize}"
102
- gameTag="${args.gameTag}"
103
- type="${args.type}"
104
- ></casino-game-thumb-view>`;
105
- };
106
- export const Default = Template.bind({});
107
- Default.args = {
108
- language: "en",
109
- endpoint: "",
110
- userId: "",
111
- showGameName: "",
112
- session: "",
113
- showFavoredCategory: "",
114
- clientStyling: "",
115
- clientStylingUrl: "",
116
- integratedGameframeMobile: "false",
117
- gamepageModalurl: "",
118
- integratedGameframeDesktop: "false",
119
- loadDetails: "false",
120
- showRoundBoard: "false",
121
- visibilityConnect: "",
122
- connectLive: "",
123
- gameCategory: "",
124
- livelobbyEndpoint: "",
125
- gameId: "",
126
- gameName: "",
127
- subVendor: "",
128
- gameVendor: "",
129
- hasFunMode: "",
130
- hasAnonymousFunMode: "",
131
- platform: "PC",
132
- thumbnail: "",
133
- isFavorite: "",
134
- isNew: "",
135
- cellSize: "",
136
- gameTag: "",
137
- type: "",
138
- };
@@ -1,5 +0,0 @@
1
- import type { Meta } from '@storybook/web-components';
2
- import '@everymatrix/casino-game-thumb-view';
3
- declare const meta: Meta;
4
- export default meta;
5
- export declare const Default: any;