@applicaster/zapp-react-native-ui-components 13.0.0-rc.115 → 13.0.0-rc.117
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.
|
@@ -22,7 +22,6 @@ type Props = {
|
|
|
22
22
|
audio_player_title_color?: string;
|
|
23
23
|
audio_player_summary_color?: string;
|
|
24
24
|
audio_player_rtl?: boolean;
|
|
25
|
-
audio_player_background_image_query?: string;
|
|
26
25
|
audio_player_background_image_default_color?: string;
|
|
27
26
|
start_time?: string;
|
|
28
27
|
end_time?: string;
|
|
@@ -33,7 +32,6 @@ type Props = {
|
|
|
33
32
|
audio_player_title_color?: string;
|
|
34
33
|
audio_player_summary_color?: string;
|
|
35
34
|
audio_player_rtl?: string;
|
|
36
|
-
audio_player_background_image_query?: string;
|
|
37
35
|
audio_player_background_image_default_color?: string;
|
|
38
36
|
audio_player_background_image?: string;
|
|
39
37
|
audio_player_artwork_aspect_ratio?: string;
|
|
@@ -75,10 +73,6 @@ export function AudioPlayer(props: Props) {
|
|
|
75
73
|
const channelIcon = getProp("audio_player_channel_icon");
|
|
76
74
|
const rtlFlag = getProp("audio_player_rtl");
|
|
77
75
|
|
|
78
|
-
const audioPlayerBackgroundImageQuery = getProp(
|
|
79
|
-
"audio_player_background_image_query"
|
|
80
|
-
);
|
|
81
|
-
|
|
82
76
|
const audioPlayerBackgroundImageDefaultColor = getProp(
|
|
83
77
|
"audio_player_background_image_default_color"
|
|
84
78
|
);
|
|
@@ -159,7 +153,6 @@ export function AudioPlayer(props: Props) {
|
|
|
159
153
|
runTimeFontSize,
|
|
160
154
|
artworkAspectRatio,
|
|
161
155
|
channelIcon,
|
|
162
|
-
audioPlayerBackgroundImageQuery,
|
|
163
156
|
audioPlayerBackgroundImageDefaultColor,
|
|
164
157
|
};
|
|
165
158
|
}, [getProp]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applicaster/zapp-react-native-ui-components",
|
|
3
|
-
"version": "13.0.0-rc.
|
|
3
|
+
"version": "13.0.0-rc.117",
|
|
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.0-rc.
|
|
35
|
-
"@applicaster/zapp-react-native-bridge": "13.0.0-rc.
|
|
36
|
-
"@applicaster/zapp-react-native-redux": "13.0.0-rc.
|
|
37
|
-
"@applicaster/zapp-react-native-utils": "13.0.0-rc.
|
|
34
|
+
"@applicaster/applicaster-types": "13.0.0-rc.117",
|
|
35
|
+
"@applicaster/zapp-react-native-bridge": "13.0.0-rc.117",
|
|
36
|
+
"@applicaster/zapp-react-native-redux": "13.0.0-rc.117",
|
|
37
|
+
"@applicaster/zapp-react-native-utils": "13.0.0-rc.117",
|
|
38
38
|
"promise": "^8.3.0",
|
|
39
39
|
"react-router-native": "^5.1.2",
|
|
40
40
|
"url": "^0.11.0",
|