Skip to content

Commit

Permalink
Merge pull request #7174 from Expensify/OSBotify-cherry-pick-staging-…
Browse files Browse the repository at this point in the history
…7154
  • Loading branch information
OSBotify authored Jan 12, 2022
2 parents 0b22229 + be17e57 commit 14c6889
Show file tree
Hide file tree
Showing 12 changed files with 5,457 additions and 4,702 deletions.
3 changes: 3 additions & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ module.exports = {
'@storybook/addon-essentials',
'@storybook/addon-a11y',
],
staticDirs: [
'./public',
],
};
2 changes: 2 additions & 0 deletions .storybook/manager-head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<link rel="icon" type="image/png" href="logo.png" />
<link rel="stylesheet" type="text/css" href="index.css" />
6 changes: 6 additions & 0 deletions .storybook/manager.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import {addons} from '@storybook/addons';
import theme from './theme';

addons.setConfig({
theme,
});
20 changes: 20 additions & 0 deletions .storybook/public/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.search-field *, .sidebar-item, .search-result-item--label {
color: #fff !important;
}

.sidebar-subheading *, .search-result-item {
color: #fff;
}

a.sidebar-item > svg {
color: #03d47c;
}

.search-result-item--label span {
color: #ffffffaa !important;
}

#panel-tab-content :is(input:checked ~ span:last-of-type, input:not(:checked) ~ span:first-of-type) {
background: #ff7101;
color: #fff;
}
Binary file added .storybook/public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions .storybook/public/logomark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions .storybook/theme.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import {create} from '@storybook/theming';
import colors from '../src/styles/colors';

export default create({
appBg: colors.dark,
barSelectedColor: colors.blue,
base: 'light',
brandTitle: 'Expensify UI Docs',
brandImage: 'logomark.svg',
colorPrimary: colors.dark,
colorSecondary: colors.orange,
fontBase: 'GTAmericaExp-Regular',
fontCode: 'monospace',
textInverseColor: colors.black,
});
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled rootProject.ext.multiDexEnabled
versionCode 1001012900
versionName "1.1.29-0"
versionCode 1001012901
versionName "1.1.29-1"
}
splits {
abi {
Expand Down
2 changes: 1 addition & 1 deletion ios/NewExpensify/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.1.29.0</string>
<string>1.1.29.1</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/NewExpensifyTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.1.29.0</string>
<string>1.1.29.1</string>
</dict>
</plist>
Loading

0 comments on commit 14c6889

Please sign in to comment.