Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/7.2.0 #855

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions components/Icon/assets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ import micOff from './mic-off.svg';
import minusButton from './minus-button.svg';
import missing from './missing.svg';
import moreHorizontal from './more-horizontal.svg';
import musicNote from './music-note.svg';
import musicVideo from './music-video.svg';
import myLocation from './my-location.svg';
import news from './news.svg';
Expand All @@ -89,6 +90,7 @@ import radiobuttonOff from './radiobutton-off.svg';
import radiobuttonOn from './radiobutton-on.svg';
import receipt from './receipt.svg';
import refresh from './refresh.svg';
import repeat from './repeat.svg';
import replay from './replay.svg';
import replay5 from './replay-5.svg';
import replay10 from './replay-10.svg';
Expand Down Expand Up @@ -199,6 +201,7 @@ export const defaultConfig = [
{ name: 'minus-button', icon: minusButton },
{ name: 'missing', icon: missing },
{ name: 'more-horizontal', icon: moreHorizontal },
{ name: 'music-note', icon: musicNote },
{ name: 'music-video', icon: musicVideo },
{ name: 'my-location', icon: myLocation },
{ name: 'news', icon: news },
Expand All @@ -218,6 +221,7 @@ export const defaultConfig = [
{ name: 'radiobutton-on', icon: radiobuttonOn },
{ name: 'receipt', icon: receipt },
{ name: 'refresh', icon: refresh },
{ name: 'repeat', icon: repeat },
{ name: 'replay-5', icon: replay5 },
{ name: 'replay-10', icon: replay10 },
{ name: 'replay-30', icon: replay30 },
Expand Down
1 change: 1 addition & 0 deletions components/Icon/assets/music-note.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions components/Icon/assets/repeat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shoutem/ui",
"version": "7.1.0",
"version": "7.2.0-rc.1",
"description": "Styleable set of components for React Native applications",
"scripts": {
"lint": "eslint .",
Expand Down
1 change: 1 addition & 0 deletions theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -3153,6 +3153,7 @@ export default () => {
lineHeight: 16,
flex: 1,
flexWrap: 'wrap',
maxHeight: resolveVariable('sizes.window.height') / 4,
},
buttonContainer: {
paddingHorizontal: responsiveWidth(12),
Expand Down