@smartico/public-api 0.0.118 → 0.0.119

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.
@@ -284,6 +284,7 @@ const SAWTemplatesTransform = items => {
284
284
  prize_type: MiniGamePrizeTypeNamed(p.prize_type_id),
285
285
  prize_value: p.prize_value,
286
286
  font_size: p.saw_prize_ui_definition.font_size,
287
+ font_size_mobile: p.saw_prize_ui_definition.font_size_mobile,
287
288
  icon: p.saw_prize_ui_definition.icon,
288
289
  position: p.saw_prize_ui_definition.position,
289
290
  aknowledge_message: p.saw_prize_ui_definition.aknowledge_message,