@applicaster/zapp-react-native-ui-components 13.0.3 → 13.0.5-alpha.1350540914

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.
@@ -122,7 +122,7 @@ class Focusable extends BaseFocusable<Props> {
122
122
  }
123
123
 
124
124
  render() {
125
- const { children, style, ...otherProps } = this.props;
125
+ const { children, style } = this.props;
126
126
  const { focused } = this.state;
127
127
 
128
128
  const id = this.getId();
@@ -140,7 +140,6 @@ class Focusable extends BaseFocusable<Props> {
140
140
  data-testid={focusableId}
141
141
  focused-teststate={focused ? "focused" : "default"}
142
142
  style={style}
143
- {...otherProps}
144
143
  >
145
144
  {children(focused, { mouse: this.mouse })}
146
145
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applicaster/zapp-react-native-ui-components",
3
- "version": "13.0.3",
3
+ "version": "13.0.5-alpha.1350540914",
4
4
  "description": "Applicaster Zapp React Native ui components for the Quick Brick App",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -31,10 +31,10 @@
31
31
  "redux-mock-store": "^1.5.3"
32
32
  },
33
33
  "dependencies": {
34
- "@applicaster/applicaster-types": "13.0.3",
35
- "@applicaster/zapp-react-native-bridge": "13.0.3",
36
- "@applicaster/zapp-react-native-redux": "13.0.3",
37
- "@applicaster/zapp-react-native-utils": "13.0.3",
34
+ "@applicaster/applicaster-types": "13.0.5-alpha.1350540914",
35
+ "@applicaster/zapp-react-native-bridge": "13.0.5-alpha.1350540914",
36
+ "@applicaster/zapp-react-native-redux": "13.0.5-alpha.1350540914",
37
+ "@applicaster/zapp-react-native-utils": "13.0.5-alpha.1350540914",
38
38
  "promise": "^8.3.0",
39
39
  "react-router-native": "^5.1.2",
40
40
  "url": "^0.11.0",