@shoutem/ui 7.2.0-rc.0 → 7.2.0-rc.1

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.
@@ -90,6 +90,7 @@ import radiobuttonOff from './radiobutton-off.svg';
90
90
  import radiobuttonOn from './radiobutton-on.svg';
91
91
  import receipt from './receipt.svg';
92
92
  import refresh from './refresh.svg';
93
+ import repeat from './repeat.svg';
93
94
  import replay from './replay.svg';
94
95
  import replay5 from './replay-5.svg';
95
96
  import replay10 from './replay-10.svg';
@@ -220,6 +221,7 @@ export const defaultConfig = [
220
221
  { name: 'radiobutton-on', icon: radiobuttonOn },
221
222
  { name: 'receipt', icon: receipt },
222
223
  { name: 'refresh', icon: refresh },
224
+ { name: 'repeat', icon: repeat },
223
225
  { name: 'replay-5', icon: replay5 },
224
226
  { name: 'replay-10', icon: replay10 },
225
227
  { name: 'replay-30', icon: replay30 },
@@ -0,0 +1 @@
1
+ <?xml version="1.0" ?><svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg"><rect fill="none" height="256" width="256"/><polyline fill="none" points="200 88 224 64 200 40" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M32,128A64.1,64.1,0,0,1,96,64H224" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><polyline fill="none" points="56 168 32 192 56 216" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M224,128a64.1,64.1,0,0,1-64,64H32" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoutem/ui",
3
- "version": "7.2.0-rc.0",
3
+ "version": "7.2.0-rc.1",
4
4
  "description": "Styleable set of components for React Native applications",
5
5
  "scripts": {
6
6
  "lint": "eslint .",