@smartico/public-api 0.0.179 → 0.0.180
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/dist/index.modern.mjs
CHANGED
|
@@ -361,12 +361,12 @@ const MiniGamePrizeTypeNamed = type => {
|
|
|
361
361
|
|
|
362
362
|
const SAWTemplatesTransform = items => {
|
|
363
363
|
return items.map(r => {
|
|
364
|
-
var _r$saw_skin_ui_defini
|
|
364
|
+
var _r$saw_skin_ui_defini;
|
|
365
365
|
const x = {
|
|
366
366
|
id: r.saw_template_id,
|
|
367
367
|
name: r.saw_template_ui_definition.name,
|
|
368
368
|
description: r.saw_template_ui_definition.description,
|
|
369
|
-
thumbnail: (_r$saw_skin_ui_defini = r.saw_skin_ui_definition) != null && _r$saw_skin_ui_defini.skin_folder ?
|
|
369
|
+
thumbnail: r.saw_template_ui_definition.thumbnail ? r.saw_template_ui_definition.thumbnail : (_r$saw_skin_ui_defini = r.saw_skin_ui_definition) != null && _r$saw_skin_ui_defini.skin_folder ? `${r.saw_skin_ui_definition.skin_folder}/ico.png` : `https://d312ucx3huj7iy.cloudfront.net/gf/images/saw/${r.saw_skin_key}/ico.png`,
|
|
370
370
|
over_limit_message: r.saw_template_ui_definition.over_limit_message,
|
|
371
371
|
no_attempts_message: r.saw_template_ui_definition.no_attempts_message,
|
|
372
372
|
jackpot_symbol: r.saw_template_ui_definition.jackpot_symbol,
|