@stream-io/video-react-native-sdk 0.1.5 → 0.1.7
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/CHANGELOG.md +27 -0
- package/dist/commonjs/components/Call/CallContent/CallContent.js +2 -2
- package/dist/commonjs/components/Call/CallContent/CallContent.js.map +1 -1
- package/dist/commonjs/components/Call/CallControls/CallControls.js +2 -2
- package/dist/commonjs/components/Call/CallControls/CallControls.js.map +1 -1
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js +2 -2
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js +2 -2
- package/dist/commonjs/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
- package/dist/commonjs/components/Call/Lobby/Lobby.js +22 -6
- package/dist/commonjs/components/Call/Lobby/Lobby.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js +23 -11
- package/dist/commonjs/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js +21 -8
- package/dist/commonjs/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js +5 -3
- package/dist/commonjs/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
- package/dist/commonjs/components/Call/RingingCallContent/UserInfo.js +1 -1
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +11 -10
- package/dist/commonjs/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
- package/dist/commonjs/constants/index.js +1 -1
- package/dist/commonjs/theme/theme.js +10 -4
- package/dist/commonjs/theme/theme.js.map +1 -1
- package/dist/commonjs/version.js +1 -1
- package/dist/module/components/Call/CallContent/CallContent.js +2 -2
- package/dist/module/components/Call/CallContent/CallContent.js.map +1 -1
- package/dist/module/components/Call/CallControls/CallControls.js +2 -2
- package/dist/module/components/Call/CallControls/CallControls.js.map +1 -1
- package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js +2 -2
- package/dist/module/components/Call/CallLayout/CallParticipantsGrid.js.map +1 -1
- package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js +2 -2
- package/dist/module/components/Call/CallLayout/CallParticipantsSpotlight.js.map +1 -1
- package/dist/module/components/Call/Lobby/Lobby.js +22 -6
- package/dist/module/components/Call/Lobby/Lobby.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/IncomingCall.js +23 -11
- package/dist/module/components/Call/RingingCallContent/IncomingCall.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/OutgoingCall.js +21 -8
- package/dist/module/components/Call/RingingCallContent/OutgoingCall.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/RingingCallContent.js +5 -3
- package/dist/module/components/Call/RingingCallContent/RingingCallContent.js.map +1 -1
- package/dist/module/components/Call/RingingCallContent/UserInfo.js +1 -1
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js +12 -11
- package/dist/module/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.js.map +1 -1
- package/dist/module/constants/index.js +1 -1
- package/dist/module/theme/theme.js +10 -4
- package/dist/module/theme/theme.js.map +1 -1
- package/dist/module/version.js +1 -1
- package/dist/typescript/components/Call/Lobby/Lobby.d.ts +6 -1
- package/dist/typescript/components/Call/Lobby/Lobby.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/IncomingCall.d.ts +15 -6
- package/dist/typescript/components/Call/RingingCallContent/IncomingCall.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/OutgoingCall.d.ts +6 -1
- package/dist/typescript/components/Call/RingingCallContent/OutgoingCall.d.ts.map +1 -1
- package/dist/typescript/components/Call/RingingCallContent/RingingCallContent.d.ts.map +1 -1
- package/dist/typescript/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.d.ts.map +1 -1
- package/dist/typescript/constants/index.d.ts +1 -1
- package/dist/typescript/theme/theme.d.ts +6 -0
- package/dist/typescript/theme/theme.d.ts.map +1 -1
- package/dist/typescript/version.d.ts +1 -1
- package/expo-config-plugin/dist/common/addNewLinesToAppDelegate.d.ts +1 -0
- package/expo-config-plugin/dist/common/addNewLinesToAppDelegate.js +17 -0
- package/expo-config-plugin/dist/common/types.d.ts +8 -0
- package/expo-config-plugin/dist/common/types.js +2 -0
- package/expo-config-plugin/dist/index.js +4 -0
- package/expo-config-plugin/dist/withAppBuildGradle.d.ts +3 -0
- package/expo-config-plugin/dist/withAppBuildGradle.js +21 -0
- package/expo-config-plugin/dist/withBuildProperties.d.ts +3 -0
- package/expo-config-plugin/dist/withBuildProperties.js +13 -0
- package/package.json +15 -5
- package/src/components/Call/CallContent/CallContent.tsx +2 -2
- package/src/components/Call/CallControls/CallControls.tsx +2 -2
- package/src/components/Call/CallLayout/CallParticipantsGrid.tsx +2 -2
- package/src/components/Call/CallLayout/CallParticipantsSpotlight.tsx +2 -2
- package/src/components/Call/Lobby/Lobby.tsx +32 -11
- package/src/components/Call/RingingCallContent/IncomingCall.tsx +54 -32
- package/src/components/Call/RingingCallContent/OutgoingCall.tsx +40 -24
- package/src/components/Call/RingingCallContent/RingingCallContent.tsx +7 -3
- package/src/components/Call/RingingCallContent/UserInfo.tsx +1 -1
- package/src/components/Participant/FloatingParticipantView/FloatingView/ReanimatedFloatingView.tsx +43 -51
- package/src/constants/index.ts +1 -1
- package/src/theme/theme.ts +16 -4
- package/src/version.ts +1 -1
package/src/theme/theme.ts
CHANGED
|
@@ -101,9 +101,11 @@ export type Theme = {
|
|
|
101
101
|
};
|
|
102
102
|
lobby: {
|
|
103
103
|
container: ViewStyle;
|
|
104
|
+
topContainer: ViewStyle;
|
|
104
105
|
heading: TextStyle;
|
|
105
106
|
subHeading: TextStyle;
|
|
106
107
|
videoContainer: ViewStyle;
|
|
108
|
+
bottomContainer: ViewStyle;
|
|
107
109
|
infoContainer: ViewStyle;
|
|
108
110
|
infoText: TextStyle;
|
|
109
111
|
participantStatusContainer: ViewStyle;
|
|
@@ -148,8 +150,10 @@ export type Theme = {
|
|
|
148
150
|
incomingCall: {
|
|
149
151
|
background: ViewStyle;
|
|
150
152
|
content: ViewStyle;
|
|
153
|
+
topContainer: ViewStyle;
|
|
151
154
|
incomingCallText: TextStyle;
|
|
152
155
|
incomingCallControls: ViewStyle;
|
|
156
|
+
bottomContainer: ViewStyle;
|
|
153
157
|
buttonGroup: ViewStyle;
|
|
154
158
|
};
|
|
155
159
|
joiningCallIndicator: {
|
|
@@ -159,8 +163,10 @@ export type Theme = {
|
|
|
159
163
|
container: ViewStyle;
|
|
160
164
|
background: ViewStyle;
|
|
161
165
|
content: ViewStyle;
|
|
166
|
+
topContainer: ViewStyle;
|
|
162
167
|
callingText: TextStyle;
|
|
163
168
|
outgoingCallControls: ViewStyle;
|
|
169
|
+
bottomContainer: ViewStyle;
|
|
164
170
|
buttonGroup: ViewStyle;
|
|
165
171
|
deviceControlButtons: ViewStyle;
|
|
166
172
|
};
|
|
@@ -213,10 +219,10 @@ export const defaultTheme: Theme = {
|
|
|
213
219
|
},
|
|
214
220
|
avatarSizes: {
|
|
215
221
|
xs: 50,
|
|
216
|
-
sm:
|
|
217
|
-
md:
|
|
218
|
-
lg:
|
|
219
|
-
xl:
|
|
222
|
+
sm: 90,
|
|
223
|
+
md: 100,
|
|
224
|
+
lg: 160,
|
|
225
|
+
xl: 180,
|
|
220
226
|
},
|
|
221
227
|
},
|
|
222
228
|
typefaces: {
|
|
@@ -318,8 +324,10 @@ export const defaultTheme: Theme = {
|
|
|
318
324
|
},
|
|
319
325
|
lobby: {
|
|
320
326
|
container: {},
|
|
327
|
+
topContainer: {},
|
|
321
328
|
heading: {},
|
|
322
329
|
subHeading: {},
|
|
330
|
+
bottomContainer: {},
|
|
323
331
|
videoContainer: {},
|
|
324
332
|
infoContainer: {},
|
|
325
333
|
infoText: {},
|
|
@@ -373,16 +381,20 @@ export const defaultTheme: Theme = {
|
|
|
373
381
|
incomingCall: {
|
|
374
382
|
background: {},
|
|
375
383
|
content: {},
|
|
384
|
+
topContainer: {},
|
|
376
385
|
incomingCallText: {},
|
|
377
386
|
incomingCallControls: {},
|
|
387
|
+
bottomContainer: {},
|
|
378
388
|
buttonGroup: {},
|
|
379
389
|
},
|
|
380
390
|
outgoingCall: {
|
|
381
391
|
container: {},
|
|
382
392
|
background: {},
|
|
383
393
|
content: {},
|
|
394
|
+
topContainer: {},
|
|
384
395
|
callingText: {},
|
|
385
396
|
outgoingCallControls: {},
|
|
397
|
+
bottomContainer: {},
|
|
386
398
|
buttonGroup: {},
|
|
387
399
|
deviceControlButtons: {},
|
|
388
400
|
},
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '0.1.
|
|
1
|
+
export const version = '0.1.7';
|