@24i/bigscreen-sdk 1.0.4-alpha.2118 → 1.0.4-alpha.2120

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": "@24i/bigscreen-sdk",
3
- "version": "1.0.4-alpha.2118",
3
+ "version": "1.0.4-alpha.2120",
4
4
  "description": "SmartApps BIGscreen SDK monorepo",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -31,7 +31,7 @@ export class CenteredListController<T> extends UnifiedListController<T, Props<an
31
31
  if (initialFocusIndex !== 0) {
32
32
  base.index = initialFocusIndex!;
33
33
  this.focusCurrentItem();
34
- this.scroll(base.index);
34
+ this.scroll(base.index, false);
35
35
  }
36
36
  }
37
37
 
@@ -240,6 +240,7 @@ export class NumericZapper extends Component<Props> {
240
240
  className={`numeric-zapper ${className || ''} ${DISPLAY_NONE}`}
241
241
  ref={this.div}
242
242
  tabIndex={0}
243
+ dir="ltr"
243
244
  data-zapper-allowed
244
245
  >
245
246
  {nTimes(MAX_DIGITS, (_, index) => (