@open-slot-ui/core 0.4.0 → 0.4.1

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.cjs CHANGED
@@ -1456,10 +1456,12 @@ var openuiDefaults = {
1456
1456
  };
1457
1457
  var openuiSocialDefaults = {
1458
1458
  "openui.bet": "Play",
1459
- "openui.balance": "Credits",
1459
+ "openui.balance": "Balance",
1460
1460
  "openui.win": "Prize",
1461
1461
  "openui.buyFeature.title": "Play bonus",
1462
- "openui.buyFeature.message": "Play this bonus now?"
1462
+ "openui.buyFeature.message": "Play this bonus now?",
1463
+ "openui.err.insufficient.message": "You don't have enough balance for this play.",
1464
+ "openui.err.limit.message": "A play limit has been reached. Please try again later."
1463
1465
  };
1464
1466
  function interpolate(template, vars) {
1465
1467
  if (!vars) return template;