@sumup/react-native-checkout 0.0.0-alpha.1 → 0.0.0-alpha.2
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/lib/commonjs/components/AnimatedContainer/styles.js +1 -1
- package/lib/commonjs/components/AnimatedContainer/styles.js.map +1 -1
- package/lib/commonjs/components/ApplePayButton/styles.js +3 -2
- package/lib/commonjs/components/ApplePayButton/styles.js.map +1 -1
- package/lib/commonjs/components/Button/styles.js +9 -7
- package/lib/commonjs/components/Button/styles.js.map +1 -1
- package/lib/commonjs/components/CardInformation/styles.js +3 -3
- package/lib/commonjs/components/CardInformation/styles.js.map +1 -1
- package/lib/commonjs/components/CardSheet/styles.js +3 -3
- package/lib/commonjs/components/CardSheet/styles.js.map +1 -1
- package/lib/commonjs/components/Checkbox/styles.js +5 -3
- package/lib/commonjs/components/Checkbox/styles.js.map +1 -1
- package/lib/commonjs/components/GooglePayButton/styles.js +4 -3
- package/lib/commonjs/components/GooglePayButton/styles.js.map +1 -1
- package/lib/commonjs/components/Header/styles.js +1 -1
- package/lib/commonjs/components/Header/styles.js.map +1 -1
- package/lib/commonjs/components/InputFields/BaseInputField/index.js +1 -1
- package/lib/commonjs/components/InputFields/BaseInputField/index.js.map +1 -1
- package/lib/commonjs/components/InputFields/BaseInputField/styles.js +12 -9
- package/lib/commonjs/components/InputFields/BaseInputField/styles.js.map +1 -1
- package/lib/commonjs/components/LoadingSpinner/styles.js +6 -5
- package/lib/commonjs/components/LoadingSpinner/styles.js.map +1 -1
- package/lib/commonjs/components/Modal/styles.js +1 -1
- package/lib/commonjs/components/Modal/styles.js.map +1 -1
- package/lib/commonjs/components/NoInternetConnection/styles.js +1 -1
- package/lib/commonjs/components/NoInternetConnection/styles.js.map +1 -1
- package/lib/commonjs/components/OptionMenuModal/index.js +1 -1
- package/lib/commonjs/components/OptionMenuModal/index.js.map +1 -1
- package/lib/commonjs/components/OptionMenuModal/styles.js +7 -6
- package/lib/commonjs/components/OptionMenuModal/styles.js.map +1 -1
- package/lib/commonjs/components/PayButton/styles.js +1 -1
- package/lib/commonjs/components/PayButton/styles.js.map +1 -1
- package/lib/commonjs/components/PaymentMethodFormHeaderOption/styles.js +10 -7
- package/lib/commonjs/components/PaymentMethodFormHeaderOption/styles.js.map +1 -1
- package/lib/commonjs/components/PaymentMethodsForm/styles.js +10 -7
- package/lib/commonjs/components/PaymentMethodsForm/styles.js.map +1 -1
- package/lib/commonjs/components/ProcessButton/styles.js +6 -5
- package/lib/commonjs/components/ProcessButton/styles.js.map +1 -1
- package/lib/commonjs/components/SaveCardButton/styles.js +1 -1
- package/lib/commonjs/components/SaveCardButton/styles.js.map +1 -1
- package/lib/commonjs/components/SavedCard/styles.js +2 -2
- package/lib/commonjs/components/SavedCard/styles.js.map +1 -1
- package/lib/commonjs/components/Switch/styles.js +7 -6
- package/lib/commonjs/components/Switch/styles.js.map +1 -1
- package/lib/commonjs/components/WebViewSheet/index.js +1 -1
- package/lib/commonjs/components/WebViewSheet/index.js.map +1 -1
- package/lib/commonjs/components/WebViewSheet/styles.js +1 -1
- package/lib/commonjs/components/WebViewSheet/styles.js.map +1 -1
- package/lib/commonjs/contexts/ThemeContext.js +5 -1
- package/lib/commonjs/contexts/ThemeContext.js.map +1 -1
- package/lib/commonjs/styles/borderWidths.js +10 -0
- package/lib/commonjs/styles/borderWidths.js.map +1 -0
- package/lib/commonjs/styles/colors.js +18 -20
- package/lib/commonjs/styles/colors.js.map +1 -1
- package/lib/commonjs/styles/designTokens.js +57 -0
- package/lib/commonjs/styles/designTokens.js.map +1 -0
- package/lib/commonjs/styles/index.js +9 -1
- package/lib/commonjs/styles/index.js.map +1 -1
- package/lib/commonjs/styles/radii.js +10 -0
- package/lib/commonjs/styles/radii.js.map +1 -0
- package/lib/commonjs/styles/spacings.js +10 -0
- package/lib/commonjs/styles/spacings.js.map +1 -0
- package/lib/module/components/AnimatedContainer/styles.js +1 -1
- package/lib/module/components/AnimatedContainer/styles.js.map +1 -1
- package/lib/module/components/ApplePayButton/styles.js +3 -2
- package/lib/module/components/ApplePayButton/styles.js.map +1 -1
- package/lib/module/components/Button/styles.js +9 -7
- package/lib/module/components/Button/styles.js.map +1 -1
- package/lib/module/components/CardInformation/styles.js +3 -3
- package/lib/module/components/CardInformation/styles.js.map +1 -1
- package/lib/module/components/CardSheet/styles.js +3 -3
- package/lib/module/components/CardSheet/styles.js.map +1 -1
- package/lib/module/components/Checkbox/styles.js +5 -3
- package/lib/module/components/Checkbox/styles.js.map +1 -1
- package/lib/module/components/GooglePayButton/styles.js +4 -3
- package/lib/module/components/GooglePayButton/styles.js.map +1 -1
- package/lib/module/components/Header/styles.js +1 -1
- package/lib/module/components/Header/styles.js.map +1 -1
- package/lib/module/components/InputFields/BaseInputField/index.js +1 -1
- package/lib/module/components/InputFields/BaseInputField/index.js.map +1 -1
- package/lib/module/components/InputFields/BaseInputField/styles.js +12 -9
- package/lib/module/components/InputFields/BaseInputField/styles.js.map +1 -1
- package/lib/module/components/LoadingSpinner/styles.js +6 -5
- package/lib/module/components/LoadingSpinner/styles.js.map +1 -1
- package/lib/module/components/Modal/styles.js +1 -1
- package/lib/module/components/Modal/styles.js.map +1 -1
- package/lib/module/components/NoInternetConnection/styles.js +1 -1
- package/lib/module/components/NoInternetConnection/styles.js.map +1 -1
- package/lib/module/components/OptionMenuModal/index.js +1 -1
- package/lib/module/components/OptionMenuModal/index.js.map +1 -1
- package/lib/module/components/OptionMenuModal/styles.js +7 -6
- package/lib/module/components/OptionMenuModal/styles.js.map +1 -1
- package/lib/module/components/PayButton/styles.js +1 -1
- package/lib/module/components/PayButton/styles.js.map +1 -1
- package/lib/module/components/PaymentMethodFormHeaderOption/styles.js +10 -7
- package/lib/module/components/PaymentMethodFormHeaderOption/styles.js.map +1 -1
- package/lib/module/components/PaymentMethodsForm/styles.js +10 -7
- package/lib/module/components/PaymentMethodsForm/styles.js.map +1 -1
- package/lib/module/components/ProcessButton/styles.js +6 -5
- package/lib/module/components/ProcessButton/styles.js.map +1 -1
- package/lib/module/components/SaveCardButton/styles.js +1 -1
- package/lib/module/components/SaveCardButton/styles.js.map +1 -1
- package/lib/module/components/SavedCard/styles.js +2 -2
- package/lib/module/components/SavedCard/styles.js.map +1 -1
- package/lib/module/components/Switch/styles.js +7 -6
- package/lib/module/components/Switch/styles.js.map +1 -1
- package/lib/module/components/WebViewSheet/index.js +1 -1
- package/lib/module/components/WebViewSheet/index.js.map +1 -1
- package/lib/module/components/WebViewSheet/styles.js +1 -1
- package/lib/module/components/WebViewSheet/styles.js.map +1 -1
- package/lib/module/contexts/ThemeContext.js +6 -2
- package/lib/module/contexts/ThemeContext.js.map +1 -1
- package/lib/module/styles/borderWidths.js +3 -0
- package/lib/module/styles/borderWidths.js.map +1 -0
- package/lib/module/styles/colors.js +18 -20
- package/lib/module/styles/colors.js.map +1 -1
- package/lib/module/styles/designTokens.js +48 -0
- package/lib/module/styles/designTokens.js.map +1 -0
- package/lib/module/styles/index.js +5 -1
- package/lib/module/styles/index.js.map +1 -1
- package/lib/module/styles/radii.js +3 -0
- package/lib/module/styles/radii.js.map +1 -0
- package/lib/module/styles/spacings.js +3 -0
- package/lib/module/styles/spacings.js.map +1 -0
- package/lib/typescript/components/AnimatedContainer/styles.d.ts +1 -1
- package/lib/typescript/components/ApplePayButton/styles.d.ts +2 -2
- package/lib/typescript/components/ApplePayButton/styles.d.ts.map +1 -1
- package/lib/typescript/components/Button/styles.d.ts +4 -4
- package/lib/typescript/components/Button/styles.d.ts.map +1 -1
- package/lib/typescript/components/CardInformation/styles.d.ts +3 -3
- package/lib/typescript/components/CardSheet/styles.d.ts +3 -3
- package/lib/typescript/components/Checkbox/styles.d.ts +3 -3
- package/lib/typescript/components/Checkbox/styles.d.ts.map +1 -1
- package/lib/typescript/components/GooglePayButton/styles.d.ts +3 -3
- package/lib/typescript/components/GooglePayButton/styles.d.ts.map +1 -1
- package/lib/typescript/components/Header/styles.d.ts +1 -1
- package/lib/typescript/components/InputFields/BaseInputField/styles.d.ts +7 -7
- package/lib/typescript/components/LoadingSpinner/styles.d.ts +5 -5
- package/lib/typescript/components/LoadingSpinner/styles.d.ts.map +1 -1
- package/lib/typescript/components/Modal/styles.d.ts +1 -1
- package/lib/typescript/components/NoInternetConnection/styles.d.ts +1 -1
- package/lib/typescript/components/OptionMenuModal/index.d.ts.map +1 -1
- package/lib/typescript/components/OptionMenuModal/styles.d.ts +5 -6
- package/lib/typescript/components/OptionMenuModal/styles.d.ts.map +1 -1
- package/lib/typescript/components/PayButton/styles.d.ts +1 -1
- package/lib/typescript/components/PaymentMethodFormHeaderOption/styles.d.ts +7 -7
- package/lib/typescript/components/PaymentMethodFormHeaderOption/styles.d.ts.map +1 -1
- package/lib/typescript/components/PaymentMethodsForm/styles.d.ts +6 -6
- package/lib/typescript/components/PaymentMethodsForm/styles.d.ts.map +1 -1
- package/lib/typescript/components/ProcessButton/styles.d.ts +2 -2
- package/lib/typescript/components/ProcessButton/styles.d.ts.map +1 -1
- package/lib/typescript/components/SaveCardButton/styles.d.ts +1 -1
- package/lib/typescript/components/SavedCard/styles.d.ts +2 -2
- package/lib/typescript/components/Switch/styles.d.ts +5 -5
- package/lib/typescript/components/WebViewSheet/index.d.ts.map +1 -1
- package/lib/typescript/components/WebViewSheet/styles.d.ts +1 -1
- package/lib/typescript/contexts/ThemeContext.d.ts +82 -20
- package/lib/typescript/contexts/ThemeContext.d.ts.map +1 -1
- package/lib/typescript/styles/borderWidths.d.ts +5 -0
- package/lib/typescript/styles/borderWidths.d.ts.map +1 -0
- package/lib/typescript/styles/colors.d.ts +17 -20
- package/lib/typescript/styles/colors.d.ts.map +1 -1
- package/lib/typescript/styles/designTokens.d.ts +87 -0
- package/lib/typescript/styles/designTokens.d.ts.map +1 -0
- package/lib/typescript/styles/index.d.ts +5 -1
- package/lib/typescript/styles/index.d.ts.map +1 -1
- package/lib/typescript/styles/radii.d.ts +8 -0
- package/lib/typescript/styles/radii.d.ts.map +1 -0
- package/lib/typescript/styles/spacings.d.ts +12 -0
- package/lib/typescript/styles/spacings.d.ts.map +1 -0
- package/package.json +1 -1
- package/src/components/AnimatedContainer/styles.tsx +1 -1
- package/src/components/ApplePayButton/styles.tsx +3 -2
- package/src/components/Button/styles.tsx +9 -7
- package/src/components/CardInformation/styles.tsx +3 -3
- package/src/components/CardSheet/styles.tsx +3 -3
- package/src/components/Checkbox/styles.tsx +5 -3
- package/src/components/GooglePayButton/styles.tsx +4 -3
- package/src/components/Header/styles.tsx +1 -1
- package/src/components/InputFields/BaseInputField/index.tsx +1 -1
- package/src/components/InputFields/BaseInputField/styles.tsx +9 -9
- package/src/components/LoadingSpinner/styles.tsx +6 -5
- package/src/components/Modal/styles.tsx +1 -1
- package/src/components/NoInternetConnection/styles.tsx +1 -1
- package/src/components/OptionMenuModal/index.tsx +3 -1
- package/src/components/OptionMenuModal/styles.tsx +7 -6
- package/src/components/PayButton/styles.tsx +1 -1
- package/src/components/PaymentMethodFormHeaderOption/styles.tsx +10 -7
- package/src/components/PaymentMethodsForm/styles.tsx +10 -7
- package/src/components/ProcessButton/styles.tsx +6 -5
- package/src/components/SaveCardButton/styles.tsx +1 -1
- package/src/components/SavedCard/styles.tsx +2 -2
- package/src/components/Switch/styles.tsx +6 -6
- package/src/components/WebViewSheet/index.tsx +3 -1
- package/src/components/WebViewSheet/styles.tsx +1 -1
- package/src/contexts/ThemeContext.tsx +13 -1
- package/src/styles/borderWidths.ts +3 -0
- package/src/styles/colors.ts +19 -20
- package/src/styles/designTokens.ts +49 -0
- package/src/styles/index.ts +5 -1
- package/src/styles/radii.ts +3 -0
- package/src/styles/spacings.ts +3 -0
- package/{sumup-react-native.podspec → sumup-react-native-checkout.podspec} +5 -3
|
@@ -31,7 +31,7 @@ export const WebViewSheet = props => {
|
|
|
31
31
|
style: styles.loaderContainer
|
|
32
32
|
}, /*#__PURE__*/React.createElement(ActivityIndicator, {
|
|
33
33
|
size: 'large',
|
|
34
|
-
color: Platform.OS === 'android' ? colors.
|
|
34
|
+
color: Platform.OS === 'android' ? colors.bgAccentStrong : undefined,
|
|
35
35
|
style: styles.activityIndicator
|
|
36
36
|
}))));
|
|
37
37
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useState","Modal","WebView","useStyles","ActivityIndicator","Platform","View","useTheme","Header","WebViewSheet","props","styles","colors","loading","setLoading","createElement","isVisible","style","container","headerContainer","title","onCloseButtonPress","onClose","containerStyle","webview","onLoadEnd","event","nativeEvent","url","onShouldStartLoadWithRequest","source","loaderContainer","size","color","OS","
|
|
1
|
+
{"version":3,"names":["React","useState","Modal","WebView","useStyles","ActivityIndicator","Platform","View","useTheme","Header","WebViewSheet","props","styles","colors","loading","setLoading","createElement","isVisible","style","container","headerContainer","title","onCloseButtonPress","onClose","containerStyle","webview","onLoadEnd","event","nativeEvent","url","onShouldStartLoadWithRequest","source","loaderContainer","size","color","OS","bgAccentStrong","undefined","activityIndicator"],"sourceRoot":"../../../../src","sources":["components/WebViewSheet/index.tsx"],"mappings":"AAAA,OAAOA,KAAK,IAAIC,QAAQ,QAAQ,OAAO;AACvC,SAASC,KAAK,QAAQ,UAAU;AAChC,OAAOC,OAAO,MAAwB,sBAAsB;AAC5D,SAASC,SAAS,QAAQ,UAAU;AACpC,SAASC,iBAAiB,EAAEC,QAAQ,EAAEC,IAAI,QAAQ,cAAc;AAChE,SAASC,QAAQ,QAAQ,6BAA6B;AACtD,SAASC,MAAM,QAAQ,WAAW;AAUlC,OAAO,MAAMC,YAAY,GAAIC,KAAwB,IAAK;EACxD,MAAMC,MAAM,GAAGR,SAAS,CAAC,CAAC;EAE1B,MAAM;IAAES;EAAO,CAAC,GAAGL,QAAQ,CAAC,CAAC;EAE7B,MAAM,CAACM,OAAO,EAAEC,UAAU,CAAC,GAAGd,QAAQ,CAAC,IAAI,CAAC;EAE5C,oBACED,KAAA,CAAAgB,aAAA,CAACd,KAAK;IAACe,SAAS,EAAEN,KAAK,CAACM;EAAU,gBAChCjB,KAAA,CAAAgB,aAAA,CAACT,IAAI;IAACW,KAAK,EAAEN,MAAM,CAACO;EAAU,gBAC5BnB,KAAA,CAAAgB,aAAA,CAACT,IAAI;IAACW,KAAK,EAAEN,MAAM,CAACQ;EAAgB,gBAClCpB,KAAA,CAAAgB,aAAA,CAACP,MAAM;IAACY,KAAK,EAAE,EAAG;IAACC,kBAAkB,EAAEX,KAAK,CAACY;EAAQ,CAAE,CACnD,CAAC,EACNZ,KAAK,CAACM,SAAS,iBACdjB,KAAA,CAAAgB,aAAA,CAACb,OAAO;IACNqB,cAAc,EAAEZ,MAAM,CAACa,OAAQ;IAC/BC,SAAS,EAAGC,KAAK,IAAK;MACpBZ,UAAU,CAACY,KAAK,CAACC,WAAW,CAACC,GAAG,KAAK,aAAa,CAAC;IACrD,CAAE;IACFC,4BAA4B,EAAEnB,KAAK,CAACmB,4BAA6B;IACjEC,MAAM,EAAEpB,KAAK,CAACoB;EAAO,CACtB,CACF,EACAjB,OAAO,iBACNd,KAAA,CAAAgB,aAAA,CAACT,IAAI;IAACW,KAAK,EAAEN,MAAM,CAACoB;EAAgB,gBAClChC,KAAA,CAAAgB,aAAA,CAACX,iBAAiB;IAChB4B,IAAI,EAAE,OAAQ;IACdC,KAAK,EACH5B,QAAQ,CAAC6B,EAAE,KAAK,SAAS,GAAGtB,MAAM,CAACuB,cAAc,GAAGC,SACrD;IACDnB,KAAK,EAAEN,MAAM,CAAC0B;EAAkB,CACjC,CACG,CAEJ,CACD,CAAC;AAEZ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["StyleSheet","useWindowDimensions","useSafeArea","useTheme","useStyles","top","height","colors","styles","create","container","width","marginTop","borderTopLeftRadius","borderTopRightRadius","overflow","backgroundColor","
|
|
1
|
+
{"version":3,"names":["StyleSheet","useWindowDimensions","useSafeArea","useTheme","useStyles","top","height","colors","styles","create","container","width","marginTop","borderTopLeftRadius","borderTopRightRadius","overflow","backgroundColor","bgNormal","headerContainer","paddingHorizontal","marginBottom","webview","flex","loaderContainer","position","left","right","bottom","justifyContent","alignItems","paddingBottom","activityIndicator","transform","scale"],"sourceRoot":"../../../../src","sources":["components/WebViewSheet/styles.tsx"],"mappings":"AAAA,SAASA,UAAU,EAAEC,mBAAmB,QAAQ,cAAc;AAC9D,SAASC,WAAW,QAAQ,yBAAyB;AACrD,SAASC,QAAQ,QAAQ,6BAA6B;AAEtD,OAAO,MAAMC,SAAS,GAAGA,CAAA,KAAM;EAC7B,MAAM;IAAEC;EAAI,CAAC,GAAGH,WAAW,CAAC,CAAC;EAE7B,MAAMI,MAAM,GAAGL,mBAAmB,CAAC,CAAC,CAACK,MAAM;EAE3C,MAAM;IAAEC;EAAO,CAAC,GAAGJ,QAAQ,CAAC,CAAC;EAE7B,MAAMK,MAAM,GAAGR,UAAU,CAACS,MAAM,CAAC;IAC/BC,SAAS,EAAE;MACTC,KAAK,EAAE,MAAM;MACbL,MAAM,EAAEA,MAAM,GAAGD,GAAG;MACpBO,SAAS,EAAEP,GAAG;MACdQ,mBAAmB,EAAE,CAAC;MACtBC,oBAAoB,EAAE,CAAC;MACvBC,QAAQ,EAAE,QAAQ;MAClBC,eAAe,EAAET,MAAM,CAACU;IAC1B,CAAC;IACDC,eAAe,EAAE;MACfC,iBAAiB,EAAE,EAAE;MACrBC,YAAY,EAAE,CAAC;IACjB,CAAC;IACDC,OAAO,EAAE;MACPC,IAAI,EAAE;IACR,CAAC;IACDC,eAAe,EAAE;MACfC,QAAQ,EAAE,UAAU;MACpBC,IAAI,EAAE,CAAC;MACPC,KAAK,EAAE,CAAC;MACRrB,GAAG,EAAE,CAAC;MACNsB,MAAM,EAAE,CAAC;MACTC,cAAc,EAAE,QAAQ;MACxBC,UAAU,EAAE,QAAQ;MACpBC,aAAa,EAAE;IACjB,CAAC;IACDC,iBAAiB,EAAE;MACjBC,SAAS,EAAE,CAAC;QAAEC,KAAK,EAAE;MAAI,CAAC;IAC5B;EACF,CAAC,CAAC;EAEF,OAAOzB,MAAM;AACf,CAAC"}
|
|
@@ -1,8 +1,12 @@
|
|
|
1
|
-
import { Colors, Images, Fonts } from '../styles';
|
|
1
|
+
import { Colors, Images, Fonts, Radii, BorderWidths, Spacings, DesignTokens } from '../styles';
|
|
2
2
|
const DEFAULT_THEME = {
|
|
3
3
|
colors: Colors.light,
|
|
4
4
|
images: Images.light,
|
|
5
|
-
fonts: Fonts.light
|
|
5
|
+
fonts: Fonts.light,
|
|
6
|
+
radii: Radii.radii,
|
|
7
|
+
borderWidths: BorderWidths.borderWidths,
|
|
8
|
+
spacings: Spacings.spacings,
|
|
9
|
+
designTokens: DesignTokens.light
|
|
6
10
|
};
|
|
7
11
|
export const useTheme = () => DEFAULT_THEME;
|
|
8
12
|
//# sourceMappingURL=ThemeContext.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Colors","Images","Fonts","DEFAULT_THEME","colors","light","images","fonts","useTheme"],"sourceRoot":"../../../src","sources":["contexts/ThemeContext.tsx"],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"names":["Colors","Images","Fonts","Radii","BorderWidths","Spacings","DesignTokens","DEFAULT_THEME","colors","light","images","fonts","radii","borderWidths","spacings","designTokens","useTheme"],"sourceRoot":"../../../src","sources":["contexts/ThemeContext.tsx"],"mappings":"AAAA,SACEA,MAAM,EACNC,MAAM,EACNC,KAAK,EACLC,KAAK,EACLC,YAAY,EACZC,QAAQ,EACRC,YAAY,QACP,WAAW;AAElB,MAAMC,aAAa,GAAG;EACpBC,MAAM,EAAER,MAAM,CAACS,KAAK;EACpBC,MAAM,EAAET,MAAM,CAACQ,KAAK;EACpBE,KAAK,EAAET,KAAK,CAACO,KAAK;EAClBG,KAAK,EAAET,KAAK,CAACS,KAAK;EAClBC,YAAY,EAAET,YAAY,CAACS,YAAY;EACvCC,QAAQ,EAAET,QAAQ,CAACS,QAAQ;EAC3BC,YAAY,EAAET,YAAY,CAACG;AAC7B,CAAC;AAED,OAAO,MAAMO,QAAQ,GAAGA,CAAA,KAAMT,aAAa"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["shared","borderWidths"],"sourceRoot":"../../../src","sources":["styles/borderWidths.ts"],"mappings":"AAAA,SAASA,MAAM,QAAQ,gBAAgB;AAEvC,OAAO,MAAMC,YAAY,GAAGD,MAAM,CAACC,YAAY"}
|
|
@@ -1,23 +1,21 @@
|
|
|
1
|
+
import { lightColors } from './designTokens';
|
|
1
2
|
export const light = {
|
|
2
|
-
transparent:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
alizarinCrimson: '#DE331D',
|
|
20
|
-
deepSea: '#018850',
|
|
21
|
-
valencia: '#D23F47'
|
|
3
|
+
transparent: lightColors.transparent,
|
|
4
|
+
bgNormal: lightColors.bgNormal,
|
|
5
|
+
bgSubtle: lightColors.bgSubtle,
|
|
6
|
+
bgHighlight: lightColors.bgHighlight,
|
|
7
|
+
bgStrong: lightColors.bgStrong,
|
|
8
|
+
bgAccentStrong: lightColors.bgAccentStrong,
|
|
9
|
+
bgSuccessStrong: lightColors.bgSuccessStrong,
|
|
10
|
+
fgNormal: lightColors.fgNormal,
|
|
11
|
+
fgSubtle: lightColors.fgSubtle,
|
|
12
|
+
fgPlaceholder: lightColors.fgPlaceholder,
|
|
13
|
+
fgAccent: lightColors.fgAccent,
|
|
14
|
+
fgDanger: lightColors.fgDanger,
|
|
15
|
+
fgOnStrong: lightColors.fgOnStrong,
|
|
16
|
+
borderNormal: lightColors.borderNormal,
|
|
17
|
+
borderSubtle: lightColors.borderSubtle,
|
|
18
|
+
borderDivider: lightColors.borderDivider,
|
|
19
|
+
borderDanger: lightColors.borderDanger
|
|
22
20
|
};
|
|
23
21
|
//# sourceMappingURL=colors.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["lightColors","light","transparent","bgNormal","bgSubtle","bgHighlight","bgStrong","bgAccentStrong","bgSuccessStrong","fgNormal","fgSubtle","fgPlaceholder","fgAccent","fgDanger","fgOnStrong","borderNormal","borderSubtle","borderDivider","borderDanger"],"sourceRoot":"../../../src","sources":["styles/colors.ts"],"mappings":"AAAA,SAASA,WAAW,QAAQ,gBAAgB;AAE5C,OAAO,MAAMC,KAAK,GAAG;EACnBC,WAAW,EAAEF,WAAW,CAACE,WAAW;EACpCC,QAAQ,EAAEH,WAAW,CAACG,QAAQ;EAC9BC,QAAQ,EAAEJ,WAAW,CAACI,QAAQ;EAC9BC,WAAW,EAAEL,WAAW,CAACK,WAAW;EACpCC,QAAQ,EAAEN,WAAW,CAACM,QAAQ;EAC9BC,cAAc,EAAEP,WAAW,CAACO,cAAc;EAC1CC,eAAe,EAAER,WAAW,CAACQ,eAAe;EAC5CC,QAAQ,EAAET,WAAW,CAACS,QAAQ;EAC9BC,QAAQ,EAAEV,WAAW,CAACU,QAAQ;EAC9BC,aAAa,EAAEX,WAAW,CAACW,aAAa;EACxCC,QAAQ,EAAEZ,WAAW,CAACY,QAAQ;EAC9BC,QAAQ,EAAEb,WAAW,CAACa,QAAQ;EAC9BC,UAAU,EAAEd,WAAW,CAACc,UAAU;EAClCC,YAAY,EAAEf,WAAW,CAACe,YAAY;EACtCC,YAAY,EAAEhB,WAAW,CAACgB,YAAY;EACtCC,aAAa,EAAEjB,WAAW,CAACiB,aAAa;EACxCC,YAAY,EAAElB,WAAW,CAACkB;AAC5B,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export const shared = {
|
|
2
|
+
radii: {
|
|
3
|
+
bit: 4,
|
|
4
|
+
byte: 8,
|
|
5
|
+
kilo: 12,
|
|
6
|
+
mega: 16,
|
|
7
|
+
pill: 999999
|
|
8
|
+
},
|
|
9
|
+
borderWidths: {
|
|
10
|
+
kilo: 1,
|
|
11
|
+
mega: 2
|
|
12
|
+
},
|
|
13
|
+
spacings: {
|
|
14
|
+
bit: 4,
|
|
15
|
+
byte: 8,
|
|
16
|
+
kilo: 12,
|
|
17
|
+
mega: 16,
|
|
18
|
+
giga: 24,
|
|
19
|
+
tera: 32,
|
|
20
|
+
peta: 40,
|
|
21
|
+
exa: 48,
|
|
22
|
+
zetta: 56
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
export const lightColors = {
|
|
26
|
+
transparent: 'transparent',
|
|
27
|
+
bgNormal: '#ffffff',
|
|
28
|
+
bgSubtle: '#f0f1f5',
|
|
29
|
+
bgHighlight: '#e3e7eb',
|
|
30
|
+
bgStrong: '#000000',
|
|
31
|
+
bgAccentStrong: '#0f131a',
|
|
32
|
+
bgSuccessStrong: '#018850',
|
|
33
|
+
fgNormal: '#0f131a',
|
|
34
|
+
fgSubtle: '#6a737c',
|
|
35
|
+
fgPlaceholder: '#929396',
|
|
36
|
+
fgAccent: '#0f131a',
|
|
37
|
+
fgDanger: '#de331d',
|
|
38
|
+
fgOnStrong: '#ffffff',
|
|
39
|
+
borderNormal: '#aeb6be',
|
|
40
|
+
borderSubtle: '#e3e7ec',
|
|
41
|
+
borderDivider: '#e3e7eb',
|
|
42
|
+
borderDanger: '#de331d'
|
|
43
|
+
};
|
|
44
|
+
export const light = {
|
|
45
|
+
colors: lightColors,
|
|
46
|
+
...shared
|
|
47
|
+
};
|
|
48
|
+
//# sourceMappingURL=designTokens.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["shared","radii","bit","byte","kilo","mega","pill","borderWidths","spacings","giga","tera","peta","exa","zetta","lightColors","transparent","bgNormal","bgSubtle","bgHighlight","bgStrong","bgAccentStrong","bgSuccessStrong","fgNormal","fgSubtle","fgPlaceholder","fgAccent","fgDanger","fgOnStrong","borderNormal","borderSubtle","borderDivider","borderDanger","light","colors"],"sourceRoot":"../../../src","sources":["styles/designTokens.ts"],"mappings":"AAAA,OAAO,MAAMA,MAAM,GAAG;EACpBC,KAAK,EAAE;IACLC,GAAG,EAAE,CAAC;IACNC,IAAI,EAAE,CAAC;IACPC,IAAI,EAAE,EAAE;IACRC,IAAI,EAAE,EAAE;IACRC,IAAI,EAAE;EACR,CAAC;EACDC,YAAY,EAAE;IACZH,IAAI,EAAE,CAAC;IACPC,IAAI,EAAE;EACR,CAAC;EACDG,QAAQ,EAAE;IACRN,GAAG,EAAE,CAAC;IACNC,IAAI,EAAE,CAAC;IACPC,IAAI,EAAE,EAAE;IACRC,IAAI,EAAE,EAAE;IACRI,IAAI,EAAE,EAAE;IACRC,IAAI,EAAE,EAAE;IACRC,IAAI,EAAE,EAAE;IACRC,GAAG,EAAE,EAAE;IACPC,KAAK,EAAE;EACT;AACF,CAAU;AAEV,OAAO,MAAMC,WAAW,GAAG;EACzBC,WAAW,EAAE,aAAa;EAC1BC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,SAAS;EACnBC,WAAW,EAAE,SAAS;EACtBC,QAAQ,EAAE,SAAS;EACnBC,cAAc,EAAE,SAAS;EACzBC,eAAe,EAAE,SAAS;EAC1BC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,SAAS;EACnBC,aAAa,EAAE,SAAS;EACxBC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,SAAS;EACnBC,UAAU,EAAE,SAAS;EACrBC,YAAY,EAAE,SAAS;EACvBC,YAAY,EAAE,SAAS;EACvBC,aAAa,EAAE,SAAS;EACxBC,YAAY,EAAE;AAChB,CAAU;AAEV,OAAO,MAAMC,KAAK,GAAG;EACnBC,MAAM,EAAEnB,WAAW;EACnB,GAAGd;AACL,CAAC"}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import * as Colors from './colors';
|
|
2
2
|
import * as Images from './images';
|
|
3
3
|
import * as Fonts from './fonts';
|
|
4
|
-
|
|
4
|
+
import * as Radii from './radii';
|
|
5
|
+
import * as BorderWidths from './borderWidths';
|
|
6
|
+
import * as Spacings from './spacings';
|
|
7
|
+
import * as DesignTokens from './designTokens';
|
|
8
|
+
export { Colors, Images, Fonts, Radii, BorderWidths, Spacings, DesignTokens };
|
|
5
9
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Colors","Images","Fonts"],"sourceRoot":"../../../src","sources":["styles/index.ts"],"mappings":"AAAA,OAAO,KAAKA,MAAM,MAAM,UAAU;AAClC,OAAO,KAAKC,MAAM,MAAM,UAAU;AAClC,OAAO,KAAKC,KAAK,MAAM,SAAS;
|
|
1
|
+
{"version":3,"names":["Colors","Images","Fonts","Radii","BorderWidths","Spacings","DesignTokens"],"sourceRoot":"../../../src","sources":["styles/index.ts"],"mappings":"AAAA,OAAO,KAAKA,MAAM,MAAM,UAAU;AAClC,OAAO,KAAKC,MAAM,MAAM,UAAU;AAClC,OAAO,KAAKC,KAAK,MAAM,SAAS;AAChC,OAAO,KAAKC,KAAK,MAAM,SAAS;AAChC,OAAO,KAAKC,YAAY,MAAM,gBAAgB;AAC9C,OAAO,KAAKC,QAAQ,MAAM,YAAY;AACtC,OAAO,KAAKC,YAAY,MAAM,gBAAgB;AAE9C,SAASN,MAAM,EAAEC,MAAM,EAAEC,KAAK,EAAEC,KAAK,EAAEC,YAAY,EAAEC,QAAQ,EAAEC,YAAY"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["shared","radii"],"sourceRoot":"../../../src","sources":["styles/radii.ts"],"mappings":"AAAA,SAASA,MAAM,QAAQ,gBAAgB;AAEvC,OAAO,MAAMC,KAAK,GAAGD,MAAM,CAACC,KAAK"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["shared","spacings"],"sourceRoot":"../../../src","sources":["styles/spacings.ts"],"mappings":"AAAA,SAASA,MAAM,QAAQ,gBAAgB;AAEvC,OAAO,MAAMC,QAAQ,GAAGD,MAAM,CAACC,QAAQ"}
|
|
@@ -3,8 +3,8 @@ export declare const useStyles: (disabled?: boolean) => {
|
|
|
3
3
|
opacity: number;
|
|
4
4
|
height: number;
|
|
5
5
|
width: "100%";
|
|
6
|
-
backgroundColor:
|
|
7
|
-
borderRadius:
|
|
6
|
+
backgroundColor: "#000000";
|
|
7
|
+
borderRadius: 8;
|
|
8
8
|
justifyContent: "center";
|
|
9
9
|
alignItems: "center";
|
|
10
10
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/ApplePayButton/styles.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/ApplePayButton/styles.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS,GAAI,WAAW,OAAO;;;;;;;;;;;;;;CAoB3C,CAAC"}
|
|
@@ -2,18 +2,18 @@ import { ButtonType } from '.';
|
|
|
2
2
|
export declare const useStyles: (type: ButtonType) => {
|
|
3
3
|
container: {
|
|
4
4
|
height: number;
|
|
5
|
-
borderRadius:
|
|
5
|
+
borderRadius: 8;
|
|
6
6
|
width: "100%";
|
|
7
7
|
justifyContent: "center";
|
|
8
8
|
alignItems: "center";
|
|
9
|
-
backgroundColor:
|
|
9
|
+
backgroundColor: "transparent" | "#0f131a";
|
|
10
10
|
borderWidth: number;
|
|
11
|
-
borderColor:
|
|
11
|
+
borderColor: "transparent" | "#aeb6be";
|
|
12
12
|
};
|
|
13
13
|
text: {
|
|
14
14
|
fontSize: number;
|
|
15
15
|
lineHeight: number;
|
|
16
|
-
color:
|
|
16
|
+
color: "#ffffff" | "#0f131a" | "#de331d";
|
|
17
17
|
fontFamily: string;
|
|
18
18
|
};
|
|
19
19
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/styles.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/styles.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,GAAG,CAAC;AAE/B,eAAO,MAAM,SAAS,GAAI,MAAM,UAAU;;;;;;;;;;;;;;;;;CA+CzC,CAAC"}
|
|
@@ -14,14 +14,14 @@ export declare const useStyles: () => {
|
|
|
14
14
|
title: {
|
|
15
15
|
fontWeight: "600";
|
|
16
16
|
fontSize: number;
|
|
17
|
-
color:
|
|
17
|
+
color: "#6a737c";
|
|
18
18
|
marginBottom: number;
|
|
19
19
|
};
|
|
20
20
|
privacyPolicyText: {
|
|
21
|
-
color:
|
|
21
|
+
color: "#6a737c";
|
|
22
22
|
};
|
|
23
23
|
privacyPolicyLink: {
|
|
24
|
-
color:
|
|
24
|
+
color: "#0f131a";
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
27
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const useStyles: () => {
|
|
2
2
|
container: {
|
|
3
|
-
backgroundColor:
|
|
3
|
+
backgroundColor: "#ffffff";
|
|
4
4
|
maxHeight: number;
|
|
5
5
|
paddingBottom: number;
|
|
6
6
|
};
|
|
@@ -8,12 +8,12 @@ export declare const useStyles: () => {
|
|
|
8
8
|
fontWeight: "bold";
|
|
9
9
|
fontSize: number;
|
|
10
10
|
marginBottom: number;
|
|
11
|
-
color:
|
|
11
|
+
color: "#0f131a";
|
|
12
12
|
};
|
|
13
13
|
separatorText: {
|
|
14
14
|
fontSize: number;
|
|
15
15
|
lineHeight: number;
|
|
16
|
-
color:
|
|
16
|
+
color: "#0f131a";
|
|
17
17
|
width: "100%";
|
|
18
18
|
textAlign: "center";
|
|
19
19
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const useStyles: (selected: boolean) => {
|
|
2
2
|
container: {
|
|
3
|
-
borderRadius:
|
|
3
|
+
borderRadius: 12;
|
|
4
4
|
width: number;
|
|
5
5
|
height: number;
|
|
6
|
-
borderWidth:
|
|
7
|
-
borderColor:
|
|
6
|
+
borderWidth: 2;
|
|
7
|
+
borderColor: "#0f131a" | "#6a737c";
|
|
8
8
|
};
|
|
9
9
|
image: {
|
|
10
10
|
width: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Checkbox/styles.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Checkbox/styles.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,SAAS,GAAI,UAAU,OAAO;;;;;;;;;;;;;;CAoB1C,CAAC"}
|
|
@@ -4,14 +4,14 @@ export declare const useStyles: (disabled?: boolean) => {
|
|
|
4
4
|
opacity: number;
|
|
5
5
|
height: number;
|
|
6
6
|
width: "100%";
|
|
7
|
-
backgroundColor:
|
|
8
|
-
borderRadius:
|
|
7
|
+
backgroundColor: "#000000";
|
|
8
|
+
borderRadius: 8;
|
|
9
9
|
justifyContent: "center";
|
|
10
10
|
alignItems: "center";
|
|
11
11
|
};
|
|
12
12
|
text: {
|
|
13
13
|
fontSize: number;
|
|
14
|
-
color:
|
|
14
|
+
color: "#ffffff";
|
|
15
15
|
};
|
|
16
16
|
image: {
|
|
17
17
|
width: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/GooglePayButton/styles.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/GooglePayButton/styles.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS,GAAI,WAAW,OAAO;;;;;;;;;;;;;;;;;;;CAyB3C,CAAC"}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
export declare const useStyles: () => {
|
|
2
2
|
input: {
|
|
3
3
|
fontSize: number;
|
|
4
|
-
paddingHorizontal:
|
|
4
|
+
paddingHorizontal: 16;
|
|
5
5
|
width: "100%";
|
|
6
|
-
color:
|
|
6
|
+
color: "#0f131a";
|
|
7
7
|
fontFamily: string;
|
|
8
8
|
};
|
|
9
9
|
title: {
|
|
10
10
|
fontSize: number;
|
|
11
11
|
lineHeight: number;
|
|
12
|
-
color:
|
|
12
|
+
color: "#0f131a";
|
|
13
13
|
fontFamily: string;
|
|
14
14
|
};
|
|
15
15
|
container: {
|
|
16
|
-
borderColor:
|
|
17
|
-
borderWidth:
|
|
16
|
+
borderColor: "#aeb6be";
|
|
17
|
+
borderWidth: 1;
|
|
18
18
|
height: number;
|
|
19
19
|
justifyContent: "center";
|
|
20
|
-
borderRadius:
|
|
20
|
+
borderRadius: 8;
|
|
21
21
|
};
|
|
22
22
|
errorText: {
|
|
23
|
-
color:
|
|
23
|
+
color: "#de331d";
|
|
24
24
|
fontSize: number;
|
|
25
25
|
marginVertical: number;
|
|
26
26
|
fontFamily: string;
|
|
@@ -6,13 +6,13 @@ export declare const useStyles: () => {
|
|
|
6
6
|
alignItems: "center";
|
|
7
7
|
};
|
|
8
8
|
progress: {
|
|
9
|
-
borderTopColor:
|
|
9
|
+
borderTopColor: "#ffffff";
|
|
10
10
|
width: "100%";
|
|
11
11
|
height: "100%";
|
|
12
|
-
borderRadius:
|
|
13
|
-
borderLeftColor:
|
|
14
|
-
borderRightColor:
|
|
15
|
-
borderBottomColor:
|
|
12
|
+
borderRadius: 16;
|
|
13
|
+
borderLeftColor: "#ffffff";
|
|
14
|
+
borderRightColor: "#ffffff";
|
|
15
|
+
borderBottomColor: "#0f131a";
|
|
16
16
|
borderWidth: number;
|
|
17
17
|
position: "absolute";
|
|
18
18
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/LoadingSpinner/styles.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/LoadingSpinner/styles.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;CAwBrB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/OptionMenuModal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,UAAU,oBAAoB;IAC5B,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB;AAID,eAAO,MAAM,eAAe,GAAI,OAAO,oBAAoB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/OptionMenuModal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,UAAU,oBAAoB;IAC5B,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB;AAID,eAAO,MAAM,eAAe,GAAI,OAAO,oBAAoB,sBA+E1D,CAAC"}
|
|
@@ -3,10 +3,10 @@ export declare const useStyles: () => {
|
|
|
3
3
|
margin: number;
|
|
4
4
|
};
|
|
5
5
|
container: {
|
|
6
|
-
borderRadius:
|
|
7
|
-
backgroundColor:
|
|
6
|
+
borderRadius: 12;
|
|
7
|
+
backgroundColor: "#ffffff";
|
|
8
8
|
position: "absolute";
|
|
9
|
-
shadowColor:
|
|
9
|
+
shadowColor: "#0f131a";
|
|
10
10
|
shadowOffset: {
|
|
11
11
|
width: number;
|
|
12
12
|
height: number;
|
|
@@ -17,13 +17,12 @@ export declare const useStyles: () => {
|
|
|
17
17
|
};
|
|
18
18
|
separator: {
|
|
19
19
|
height: number;
|
|
20
|
-
backgroundColor:
|
|
21
|
-
opacity: number;
|
|
20
|
+
backgroundColor: "#e3e7eb";
|
|
22
21
|
};
|
|
23
22
|
optionContainer: {
|
|
24
23
|
width: number;
|
|
25
24
|
paddingVertical: number;
|
|
26
|
-
paddingHorizontal:
|
|
25
|
+
paddingHorizontal: 16;
|
|
27
26
|
};
|
|
28
27
|
optionText: {
|
|
29
28
|
fontFamily: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/OptionMenuModal/styles.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/OptionMenuModal/styles.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsCrB,CAAC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export declare const useStyles: () => {
|
|
2
2
|
container: {
|
|
3
|
-
borderColor:
|
|
4
|
-
borderWidth:
|
|
5
|
-
borderRadius:
|
|
6
|
-
paddingHorizontal:
|
|
3
|
+
borderColor: "#e3e7eb";
|
|
4
|
+
borderWidth: 2;
|
|
5
|
+
borderRadius: 16;
|
|
6
|
+
paddingHorizontal: 16;
|
|
7
7
|
};
|
|
8
8
|
title: {
|
|
9
9
|
fontWeight: "700";
|
|
10
10
|
fontSize: number;
|
|
11
11
|
lineHeight: number;
|
|
12
|
-
color:
|
|
12
|
+
color: "#0f131a";
|
|
13
13
|
flex: number;
|
|
14
14
|
fontFamily: string;
|
|
15
15
|
};
|
|
@@ -18,10 +18,10 @@ export declare const useStyles: () => {
|
|
|
18
18
|
height: number;
|
|
19
19
|
};
|
|
20
20
|
optionContainer: {
|
|
21
|
-
backgroundColor:
|
|
21
|
+
backgroundColor: "#ffffff";
|
|
22
22
|
flexDirection: "row";
|
|
23
23
|
alignItems: "center";
|
|
24
|
-
paddingVertical:
|
|
24
|
+
paddingVertical: 12;
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
27
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/PaymentMethodFormHeaderOption/styles.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/PaymentMethodFormHeaderOption/styles.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;CA+BrB,CAAC"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
export declare const useStyles: () => {
|
|
2
2
|
container: {
|
|
3
|
-
borderColor:
|
|
4
|
-
borderWidth:
|
|
5
|
-
borderRadius:
|
|
6
|
-
paddingHorizontal:
|
|
3
|
+
borderColor: "#e3e7eb";
|
|
4
|
+
borderWidth: 2;
|
|
5
|
+
borderRadius: 16;
|
|
6
|
+
paddingHorizontal: 16;
|
|
7
7
|
};
|
|
8
8
|
separator: {
|
|
9
9
|
height: number;
|
|
10
|
-
backgroundColor:
|
|
11
|
-
marginLeft:
|
|
10
|
+
backgroundColor: "#e3e7eb";
|
|
11
|
+
marginLeft: 40;
|
|
12
12
|
marginRight: number;
|
|
13
13
|
};
|
|
14
14
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/PaymentMethodsForm/styles.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/PaymentMethodsForm/styles.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,SAAS;;;;;;;;;;;;;CAmBrB,CAAC"}
|
|
@@ -3,8 +3,8 @@ export declare const useStyles: (type: ProcessButtonType) => {
|
|
|
3
3
|
container: {
|
|
4
4
|
height: number;
|
|
5
5
|
width: "100%";
|
|
6
|
-
backgroundColor:
|
|
7
|
-
borderRadius:
|
|
6
|
+
backgroundColor: "#0f131a" | "#018850";
|
|
7
|
+
borderRadius: 8;
|
|
8
8
|
justifyContent: "center";
|
|
9
9
|
alignItems: "center";
|
|
10
10
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/ProcessButton/styles.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/ProcessButton/styles.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,iBAAiB,GACzB,UAAU,GACV,QAAQ,GACR,YAAY,GACZ,SAAS,CAAC;AAEd,eAAO,MAAM,SAAS,GAAI,MAAM,iBAAiB;;;;;;;;;;;;;CA0BhD,CAAC"}
|
|
@@ -10,13 +10,13 @@ export declare const useStyles: () => {
|
|
|
10
10
|
};
|
|
11
11
|
title: {
|
|
12
12
|
fontSize: number;
|
|
13
|
-
color:
|
|
13
|
+
color: "#0f131a";
|
|
14
14
|
fontFamily: string;
|
|
15
15
|
};
|
|
16
16
|
text: {
|
|
17
17
|
fontSize: number;
|
|
18
18
|
lineHeight: number;
|
|
19
|
-
color:
|
|
19
|
+
color: "#6a737c";
|
|
20
20
|
fontFamily: string;
|
|
21
21
|
};
|
|
22
22
|
};
|