@shoutem/ui 8.2.3-rc.2 → 8.2.4-rc.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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg height="32px" id="Layer_1" style="enable-background:new 0 0 32 32;" version="1.1" viewBox="0 0 32 32" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M28,2h-6c-1.104,0-2,0.896-2,2s0.896,2,2,2h1.2l-4.6,4.601C18.28,10.921,18,11.344,18,12c0,1.094,0.859,2,2,2 c0.641,0,1.049-0.248,1.4-0.6L26,8.8V10c0,1.104,0.896,2,2,2s2-0.896,2-2V4C30,2.896,29.104,2,28,2z M12,18 c-0.641,0-1.049,0.248-1.4,0.6L6,23.2V22c0-1.104-0.896-2-2-2s-2,0.896-2,2v6c0,1.104,0.896,2,2,2h6c1.104,0,2-0.896,2-2 s-0.896-2-2-2H8.8l4.6-4.601C13.72,21.079,14,20.656,14,20C14,18.906,13.141,18,12,18z"/></svg>
|
|
@@ -48,6 +48,7 @@ import forward5 from './forward-5.svg';
|
|
|
48
48
|
import forward10 from './forward-10.svg';
|
|
49
49
|
import forward30 from './forward-30.svg';
|
|
50
50
|
import friends from './friends.svg';
|
|
51
|
+
import fullScreen from './full-screen.svg';
|
|
51
52
|
import gallery from './gallery.svg';
|
|
52
53
|
import garbageCan from './garbage-can.svg';
|
|
53
54
|
import gift from './gift.svg';
|
|
@@ -126,6 +127,7 @@ import users from './users.svg';
|
|
|
126
127
|
import videoCam from './video-cam.svg';
|
|
127
128
|
import videoCamOff from './video-cam-off.svg';
|
|
128
129
|
import videoChat from './video-chat.svg';
|
|
130
|
+
import videoRecording from './video-recording.svg';
|
|
129
131
|
import web from './web.svg';
|
|
130
132
|
import wheelchair from './wheelchair.svg';
|
|
131
133
|
|
|
@@ -181,6 +183,7 @@ export const defaultConfig = [
|
|
|
181
183
|
{ name: 'forward', icon: forward },
|
|
182
184
|
{ name: 'gallery', icon: gallery },
|
|
183
185
|
{ name: 'friends', icon: friends },
|
|
186
|
+
{ name: 'full-screen', icon: fullScreen },
|
|
184
187
|
{ name: 'garbage-can', icon: garbageCan },
|
|
185
188
|
{ name: 'gift', icon: gift },
|
|
186
189
|
{ name: 'github', icon: github },
|
|
@@ -258,6 +261,7 @@ export const defaultConfig = [
|
|
|
258
261
|
{ name: 'video-cam', icon: videoCam },
|
|
259
262
|
{ name: 'video-cam-off', icon: videoCamOff },
|
|
260
263
|
{ name: 'video-chat', icon: videoChat },
|
|
264
|
+
{ name: 'video-recording', icon: videoRecording },
|
|
261
265
|
{ name: 'web', icon: web },
|
|
262
266
|
{ name: 'wheelchair', icon: wheelchair },
|
|
263
267
|
];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg enable-background="new 0 0 32 32" height="32px" id="Layer_1" version="1.1" viewBox="0 0 32 32" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M30,6h-0.887c-0.525,0-1.029,0.207-1.404,0.576L25,9.248V8c0-1.657-1.344-3-3-3H3 C1.346,5,0,6.345,0,8v6.972V24c0,1.656,1.343,3,3,3h19c1.656,0,3-1.344,3-3v-1.221l2.709,2.672c0.375,0.369,0.879,0.576,1.404,0.576 H30c1.104,0,2-0.895,2-2V8C32,6.895,31.104,6,30,6z M3,25c-0.552,0-1-0.449-1-1V8c0-0.553,0.447-1,1-1h19c0.551,0,1,0.448,1,1v16 c0,0.551-0.449,1-1,1H3z M30,24.027h-0.887H29l-4-4V20l-1-1v-6l5-5h0.113H30V24.027z" fill="#333333" id="video"/></svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shoutem/ui",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.4-rc.0",
|
|
4
4
|
"description": "Styleable set of components for React Native applications",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"lint": "eslint .",
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"@native-html/iframe-plugin": "2.6.1",
|
|
15
15
|
"@native-html/table-plugin": "5.3.1",
|
|
16
16
|
"@openspacelabs/react-native-zoomable-view": "2.0.4",
|
|
17
|
-
"@react-native-camera-roll/camera-roll": "5.7.2",
|
|
18
17
|
"@react-native-community/datetimepicker": "6.2.0",
|
|
19
18
|
"@shoutem/animation": "0.17.0",
|
|
20
19
|
"@shoutem/eslint-config-react": "~1.0.6",
|
|
@@ -31,9 +30,7 @@
|
|
|
31
30
|
"lottie-react-native": "6.7.0",
|
|
32
31
|
"prop-types": "15.8.1",
|
|
33
32
|
"qs": "6.9.3",
|
|
34
|
-
"react-native-actions-sheet": "0.9.3",
|
|
35
33
|
"react-native-device-info": "10.13.2",
|
|
36
|
-
"react-native-fast-image": "^8.6.3",
|
|
37
34
|
"react-native-haptic-feedback": "2.3.3",
|
|
38
35
|
"react-native-lightbox-v2": "0.9.0",
|
|
39
36
|
"react-native-linear-gradient": "2.8.3",
|
|
@@ -46,6 +43,7 @@
|
|
|
46
43
|
"react-native-web-refresh-control": "1.1.2",
|
|
47
44
|
"react-native-webview": "11.23.0",
|
|
48
45
|
"react-native-youtube-iframe": "2.2.2",
|
|
46
|
+
"react-native-actions-sheet": "0.9.3",
|
|
49
47
|
"stream": "0.0.2",
|
|
50
48
|
"tinycolor2": "1.4.1"
|
|
51
49
|
},
|
|
@@ -86,9 +84,7 @@
|
|
|
86
84
|
"react-native-linear-gradient",
|
|
87
85
|
"react-native-photo-view",
|
|
88
86
|
"react-native-svg",
|
|
89
|
-
"react-native-webview"
|
|
90
|
-
"react-native-fast-image",
|
|
91
|
-
"@react-native-camera-roll/camera-roll"
|
|
87
|
+
"react-native-webview"
|
|
92
88
|
],
|
|
93
89
|
"homepage": "http://shoutem.github.io/docs/ui-toolkit/introduction",
|
|
94
90
|
"bugs": {
|