@shoutem/ui 7.0.2-rc.0 → 7.1.0-beta.0

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.
@@ -83,7 +83,6 @@ import playlistPlay from './playlist-play.svg';
83
83
  import plusButton from './plus-button.svg';
84
84
  import podcasts from './podcasts.svg';
85
85
  import products from './products.svg';
86
- import queue from './queue.svg';
87
86
  import radio from './radio.svg';
88
87
  import radiobuttonOff from './radiobutton-off.svg';
89
88
  import radiobuttonOn from './radiobutton-on.svg';
@@ -211,7 +210,6 @@ export const defaultConfig = [
211
210
  { name: 'plus-button', icon: plusButton },
212
211
  { name: 'podcasts', icon: podcasts },
213
212
  { name: 'products', icon: products },
214
- { name: 'queue', icon: queue },
215
213
  { name: 'radio', icon: radio },
216
214
  { name: 'radiobutton-off', icon: radiobuttonOff },
217
215
  { name: 'radiobutton-on', icon: radiobuttonOn },
@@ -72,7 +72,7 @@ export const NAVIGATION_BAR_HEIGHT = select({
72
72
  });
73
73
 
74
74
  export const getHomeIndicatorPadding = () => {
75
- if (Platform.OS === 'android') {
75
+ if (Platform.OS === 'android' || Platform.OS === 'web') {
76
76
  return 0;
77
77
  }
78
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoutem/ui",
3
- "version": "7.0.2-rc.0",
3
+ "version": "7.1.0-beta.0",
4
4
  "description": "Styleable set of components for React Native applications",
5
5
  "scripts": {
6
6
  "lint": "eslint .",
@@ -1 +0,0 @@
1
- <?xml version="1.0" ?><svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M0 2h20v4H0V2zm0 8h20v2H0v-2zm0 6h20v2H0v-2z"/></svg>