@everymatrix/casino-categories-slider 1.29.6 → 1.29.7
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-categories-slider",
|
3
|
-
"version": "1.29.
|
3
|
+
"version": "1.29.7",
|
4
4
|
"main": "dist/casino-categories-slider.js",
|
5
5
|
"svelte": "src/index.ts",
|
6
6
|
"scripts": {
|
@@ -35,5 +35,5 @@
|
|
35
35
|
"publishConfig": {
|
36
36
|
"access": "public"
|
37
37
|
},
|
38
|
-
"gitHead": "
|
38
|
+
"gitHead": "6774dd803fe9ab951334d05d7f0ec99f78b6c0a0"
|
39
39
|
}
|
@@ -18,7 +18,6 @@
|
|
18
18
|
export let favorites:string = ''; // True - add Favorites category in slider
|
19
19
|
export let clientstyling:string = '';
|
20
20
|
export let clientstylingurl:string = '';
|
21
|
-
export let containermaxwidth:string = '';
|
22
21
|
export let activecategory:string = '';
|
23
22
|
export let actionevent:string = '';
|
24
23
|
export let sessioncheck:string = '';
|
@@ -227,8 +226,7 @@
|
|
227
226
|
use:sendSliderData
|
228
227
|
{showsubgroups}
|
229
228
|
{clientstyling}
|
230
|
-
{clientstylingurl}
|
231
|
-
{containermaxwidth}
|
229
|
+
{clientstylingurl}
|
232
230
|
activeindex={activecategory}
|
233
231
|
{actionevent}
|
234
232
|
{location}
|