be-components 3.4.2 → 3.4.3
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/Icons.js +30 -0
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/SearchBox.js +17 -23
- package/lib/commonjs/Components/SearchBox.js.map +1 -1
- package/lib/commonjs/Components/Themed.js +2 -2
- package/lib/commonjs/Components/Themed.js.map +1 -1
- package/lib/commonjs/Engage/components/BracketCompetitionCard.js +75 -58
- package/lib/commonjs/Engage/components/BracketCompetitionCard.js.map +1 -1
- package/lib/commonjs/Engage/components/CompanyCard.js +31 -26
- package/lib/commonjs/Engage/components/CompanyCard.js.map +1 -1
- package/lib/commonjs/Engage/components/CompetitionCard.js +85 -68
- package/lib/commonjs/Engage/components/CompetitionCard.js.map +1 -1
- package/lib/commonjs/Engage/components/EngageHeader.js +62 -36
- package/lib/commonjs/Engage/components/EngageHeader.js.map +1 -1
- package/lib/commonjs/Engage/components/PrivateCodePrompt.js +47 -45
- package/lib/commonjs/Engage/components/PrivateCodePrompt.js.map +1 -1
- package/lib/commonjs/Engage/components/SquaresCompetitionCard.js +69 -56
- package/lib/commonjs/Engage/components/SquaresCompetitionCard.js.map +1 -1
- package/lib/commonjs/Engage/index.js +262 -259
- package/lib/commonjs/Engage/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/TeamEventMarket/index.js +69 -46
- package/lib/commonjs/MarketComponents/components/TeamEventMarket/index.js.map +1 -1
- package/lib/commonjs/constants/styles.js +1 -1
- package/lib/commonjs/constants/styles.js.map +1 -1
- package/lib/commonjs/constants/useColors.js +6 -3
- package/lib/commonjs/constants/useColors.js.map +1 -1
- package/lib/module/Components/Icons.js +30 -0
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Components/SearchBox.js +11 -17
- package/lib/module/Components/SearchBox.js.map +1 -1
- package/lib/module/Components/Themed.js +2 -2
- package/lib/module/Components/Themed.js.map +1 -1
- package/lib/module/Engage/components/BracketCompetitionCard.js +52 -35
- package/lib/module/Engage/components/BracketCompetitionCard.js.map +1 -1
- package/lib/module/Engage/components/CompanyCard.js +27 -21
- package/lib/module/Engage/components/CompanyCard.js.map +1 -1
- package/lib/module/Engage/components/CompetitionCard.js +57 -40
- package/lib/module/Engage/components/CompetitionCard.js.map +1 -1
- package/lib/module/Engage/components/EngageHeader.js +53 -27
- package/lib/module/Engage/components/EngageHeader.js.map +1 -1
- package/lib/module/Engage/components/PrivateCodePrompt.js +36 -33
- package/lib/module/Engage/components/PrivateCodePrompt.js.map +1 -1
- package/lib/module/Engage/components/SquaresCompetitionCard.js +51 -38
- package/lib/module/Engage/components/SquaresCompetitionCard.js.map +1 -1
- package/lib/module/Engage/index.js +262 -259
- package/lib/module/Engage/index.js.map +1 -1
- package/lib/module/MarketComponents/components/TeamEventMarket/index.js +69 -46
- package/lib/module/MarketComponents/components/TeamEventMarket/index.js.map +1 -1
- package/lib/module/constants/styles.js +1 -1
- package/lib/module/constants/styles.js.map +1 -1
- package/lib/module/constants/useColors.js +6 -3
- package/lib/module/constants/useColors.js.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Icons.d.ts +5 -0
- package/lib/typescript/lib/commonjs/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/SearchBox.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Engage/components/BracketCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Engage/components/CompanyCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Engage/components/CompetitionCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Engage/components/EngageHeader.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Engage/components/PrivateCodePrompt.d.ts +1 -2
- package/lib/typescript/lib/commonjs/Engage/components/PrivateCodePrompt.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Engage/components/SquaresCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Engage/index.d.ts +2 -1
- package/lib/typescript/lib/commonjs/Engage/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/constants/styles.d.ts +1 -1
- package/lib/typescript/lib/commonjs/constants/useColors.d.ts +5 -4
- package/lib/typescript/lib/commonjs/constants/useColors.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Icons.d.ts +5 -0
- package/lib/typescript/lib/module/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/SearchBox.d.ts +1 -2
- package/lib/typescript/lib/module/Components/SearchBox.d.ts.map +1 -1
- package/lib/typescript/lib/module/Engage/components/BracketCompetitionCard.d.ts +1 -2
- package/lib/typescript/lib/module/Engage/components/BracketCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Engage/components/CompanyCard.d.ts +1 -2
- package/lib/typescript/lib/module/Engage/components/CompanyCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Engage/components/CompetitionCard.d.ts +1 -2
- package/lib/typescript/lib/module/Engage/components/CompetitionCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Engage/components/EngageHeader.d.ts +1 -2
- package/lib/typescript/lib/module/Engage/components/EngageHeader.d.ts.map +1 -1
- package/lib/typescript/lib/module/Engage/components/PrivateCodePrompt.d.ts +2 -4
- package/lib/typescript/lib/module/Engage/components/PrivateCodePrompt.d.ts.map +1 -1
- package/lib/typescript/lib/module/Engage/components/SquaresCompetitionCard.d.ts +1 -2
- package/lib/typescript/lib/module/Engage/components/SquaresCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Engage/index.d.ts +3 -3
- package/lib/typescript/lib/module/Engage/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/constants/useColors.d.ts +71 -0
- package/lib/typescript/lib/module/constants/useColors.d.ts.map +1 -1
- package/lib/typescript/src/Components/Icons.d.ts +1 -0
- package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/src/Components/SearchBox.d.ts.map +1 -1
- package/lib/typescript/src/Engage/components/BracketCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Engage/components/CompanyCard.d.ts.map +1 -1
- package/lib/typescript/src/Engage/components/CompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Engage/components/EngageHeader.d.ts.map +1 -1
- package/lib/typescript/src/Engage/components/PrivateCodePrompt.d.ts +1 -2
- package/lib/typescript/src/Engage/components/PrivateCodePrompt.d.ts.map +1 -1
- package/lib/typescript/src/Engage/components/SquaresCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Engage/index.d.ts +5 -1
- package/lib/typescript/src/Engage/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/constants/useColors.d.ts +71 -0
- package/lib/typescript/src/constants/useColors.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/Components/Icons.tsx +16 -0
- package/src/Components/SearchBox.tsx +11 -13
- package/src/Components/Themed.tsx +3 -3
- package/src/Engage/components/BracketCompetitionCard.tsx +34 -31
- package/src/Engage/components/CompanyCard.tsx +17 -19
- package/src/Engage/components/CompetitionCard.tsx +40 -35
- package/src/Engage/components/EngageHeader.tsx +30 -29
- package/src/Engage/components/PrivateCodePrompt.tsx +29 -33
- package/src/Engage/components/SquaresCompetitionCard.tsx +33 -29
- package/src/Engage/index.tsx +191 -187
- package/src/MarketComponents/components/TeamEventMarket/index.tsx +55 -44
- package/src/constants/styles.ts +1 -1
- package/src/constants/useColors.tsx +7 -5
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import React, { useState } from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import { view_styles } from '../../constants/styles';
|
|
4
|
-
import { Button, Icons, Text, TextInput } from '../../Components';
|
|
5
|
-
import Colors from '../../constants/colors';
|
|
2
|
+
import { Icons } from '../../Components';
|
|
6
3
|
import { EngageApi } from '../api';
|
|
4
|
+
import { useColors } from '../../constants/useColors';
|
|
5
|
+
import { Button, Text, TextInput, View } from '../../Components/Themed';
|
|
7
6
|
const PrivateCodePrompt = ({
|
|
8
|
-
width,
|
|
9
7
|
onFoundCompetition,
|
|
10
8
|
onFoundSquaresCompetition,
|
|
11
9
|
onFoundSeason,
|
|
@@ -21,6 +19,7 @@ const PrivateCodePrompt = ({
|
|
|
21
19
|
loading,
|
|
22
20
|
value
|
|
23
21
|
} = search;
|
|
22
|
+
const Colors = useColors();
|
|
24
23
|
const handleSearch = async () => {
|
|
25
24
|
setSearch({
|
|
26
25
|
...search,
|
|
@@ -47,58 +46,62 @@ const PrivateCodePrompt = ({
|
|
|
47
46
|
};
|
|
48
47
|
const search_valid = value ? true : false;
|
|
49
48
|
return /*#__PURE__*/React.createElement(View, {
|
|
49
|
+
float: true,
|
|
50
50
|
style: {
|
|
51
|
-
|
|
52
|
-
width
|
|
51
|
+
margin: 10
|
|
53
52
|
}
|
|
54
53
|
}, /*#__PURE__*/React.createElement(View, {
|
|
54
|
+
type: "header",
|
|
55
55
|
style: {
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
padding: 15,
|
|
57
|
+
flexDirection: 'row',
|
|
58
|
+
alignItems: 'center',
|
|
59
|
+
borderTopRightRadius: 8,
|
|
60
|
+
borderTopLeftRadius: 8
|
|
58
61
|
}
|
|
59
62
|
}, /*#__PURE__*/React.createElement(Icons.SearchIcon, {
|
|
60
|
-
color: Colors.
|
|
63
|
+
color: Colors.text.h1,
|
|
61
64
|
size: 20
|
|
62
65
|
}), /*#__PURE__*/React.createElement(View, {
|
|
66
|
+
transparent: true,
|
|
63
67
|
style: {
|
|
64
68
|
flex: 1,
|
|
65
69
|
marginLeft: 10
|
|
66
70
|
}
|
|
67
71
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
68
|
-
theme: "
|
|
72
|
+
theme: "h1"
|
|
69
73
|
}, "Find Private Competition!"))), /*#__PURE__*/React.createElement(View, {
|
|
70
74
|
style: {
|
|
71
|
-
|
|
75
|
+
padding: 10
|
|
72
76
|
}
|
|
73
77
|
}, /*#__PURE__*/React.createElement(View, {
|
|
74
78
|
style: {
|
|
75
79
|
borderRadius: 8,
|
|
76
|
-
backgroundColor: Colors.shades.shade100,
|
|
77
80
|
padding: 10
|
|
78
81
|
}
|
|
79
82
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
80
83
|
size: 18,
|
|
81
|
-
color: Colors.
|
|
84
|
+
color: Colors.text.h1,
|
|
82
85
|
textAlign: "center",
|
|
83
|
-
|
|
86
|
+
theme: "h1"
|
|
84
87
|
}, "Did you receive a private code?"), /*#__PURE__*/React.createElement(Text, {
|
|
85
88
|
style: {
|
|
86
89
|
marginTop: 10
|
|
87
90
|
},
|
|
88
91
|
size: 14,
|
|
89
|
-
color: Colors.
|
|
92
|
+
color: Colors.text.h1,
|
|
90
93
|
textAlign: "center",
|
|
91
94
|
weight: "regular"
|
|
92
|
-
}, "Enter the code in the input section below and press FIND. If we find the competition / squares / bracket, we will send you to it!"), /*#__PURE__*/React.createElement(
|
|
95
|
+
}, "Enter the code in the input section below and press FIND. If we find the competition / squares / bracket, we will send you to it!"), /*#__PURE__*/React.createElement(View, {
|
|
96
|
+
type: "input",
|
|
93
97
|
style: {
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
borderRadius: 22,
|
|
98
|
-
padding: 15
|
|
99
|
-
},
|
|
98
|
+
marginTop: 10
|
|
99
|
+
}
|
|
100
|
+
}, /*#__PURE__*/React.createElement(TextInput, {
|
|
100
101
|
placeholder: "Enter Private Code",
|
|
101
|
-
|
|
102
|
+
style: {
|
|
103
|
+
textAlign: 'center'
|
|
104
|
+
},
|
|
102
105
|
onChangeText: text => {
|
|
103
106
|
if (error) {
|
|
104
107
|
setError(undefined);
|
|
@@ -108,39 +111,39 @@ const PrivateCodePrompt = ({
|
|
|
108
111
|
value: text
|
|
109
112
|
});
|
|
110
113
|
}
|
|
111
|
-
}), error ? /*#__PURE__*/React.createElement(View, {
|
|
114
|
+
})), error ? /*#__PURE__*/React.createElement(View, {
|
|
112
115
|
style: {
|
|
113
116
|
marginTop: 10,
|
|
114
117
|
padding: 10
|
|
115
118
|
}
|
|
116
119
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
117
120
|
size: 14,
|
|
118
|
-
color: Colors.
|
|
121
|
+
color: Colors.text.error,
|
|
119
122
|
weight: "bold",
|
|
120
123
|
textAlign: "center"
|
|
121
124
|
}, error)) : /*#__PURE__*/React.createElement(React.Fragment, null))), /*#__PURE__*/React.createElement(View, {
|
|
125
|
+
type: "footer",
|
|
122
126
|
style: {
|
|
123
|
-
|
|
127
|
+
flexDirection: 'row',
|
|
128
|
+
padding: 10,
|
|
129
|
+
borderBottomRightRadius: 8,
|
|
130
|
+
borderBottomLeftRadius: 8
|
|
124
131
|
}
|
|
125
132
|
}, /*#__PURE__*/React.createElement(Button, {
|
|
126
133
|
title: "CANCEL",
|
|
127
|
-
|
|
128
|
-
title_color: Colors.shades.white,
|
|
134
|
+
type: "close",
|
|
129
135
|
style: {
|
|
130
136
|
marginRight: 5
|
|
131
137
|
},
|
|
132
|
-
padding: 15,
|
|
133
138
|
onPress: () => onClose()
|
|
134
139
|
}), /*#__PURE__*/React.createElement(Button, {
|
|
135
140
|
style: {
|
|
136
141
|
flex: 1,
|
|
137
142
|
opacity: search_valid && !loading ? 1 : 0.5
|
|
138
143
|
},
|
|
139
|
-
padding: 15,
|
|
140
144
|
disabled: loading || !search_valid,
|
|
141
145
|
loading: loading,
|
|
142
|
-
|
|
143
|
-
title_color: Colors.shades.white,
|
|
146
|
+
type: "success",
|
|
144
147
|
title: "FIND",
|
|
145
148
|
onPress: async () => handleSearch()
|
|
146
149
|
})));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useState","
|
|
1
|
+
{"version":3,"names":["React","useState","Icons","EngageApi","useColors","Button","Text","TextInput","View","PrivateCodePrompt","onFoundCompetition","onFoundSquaresCompetition","onFoundSeason","onFoundBracket","onClose","search","setSearch","loading","value","error","setError","Colors","handleSearch","result","getPrivateEngage","competition","competition_season","bracket_competition","squares_competition","search_valid","createElement","float","style","margin","type","padding","flexDirection","alignItems","borderTopRightRadius","borderTopLeftRadius","SearchIcon","color","text","h1","size","transparent","flex","marginLeft","theme","borderRadius","textAlign","marginTop","weight","placeholder","onChangeText","undefined","Fragment","borderBottomRightRadius","borderBottomLeftRadius","title","marginRight","onPress","opacity","disabled"],"sourceRoot":"../../../../src","sources":["Engage/components/PrivateCodePrompt.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { Image
|
|
3
|
-
import {
|
|
4
|
-
import { Icons, Text } from '../../Components';
|
|
5
|
-
import Colors from '../../constants/colors';
|
|
2
|
+
import { Image } from 'react-native';
|
|
3
|
+
import { Icons } from '../../Components';
|
|
6
4
|
import moment from 'moment-mini';
|
|
5
|
+
import { useColors } from '../../constants/useColors';
|
|
6
|
+
import { Button, View, Text } from '../../Components/Themed';
|
|
7
7
|
const SquaresCompetitionCard = ({
|
|
8
8
|
squares_competition,
|
|
9
9
|
admin,
|
|
@@ -11,23 +11,27 @@ const SquaresCompetitionCard = ({
|
|
|
11
11
|
company,
|
|
12
12
|
onSelectCompetition
|
|
13
13
|
}) => {
|
|
14
|
+
const Colors = useColors();
|
|
14
15
|
let current_payout = squares_competition.potential_winnings;
|
|
15
16
|
if (squares_competition.guaranteed_payout && squares_competition.guaranteed_payout > current_payout) {
|
|
16
17
|
current_payout = squares_competition.guaranteed_payout;
|
|
17
18
|
}
|
|
18
19
|
const is_live = moment().isAfter(moment(squares_competition.begin_datetime)) ? true : false;
|
|
19
|
-
|
|
20
|
+
const is_closed = squares_competition.complete_ind ? true : false;
|
|
21
|
+
return /*#__PURE__*/React.createElement(Button, {
|
|
22
|
+
float: true,
|
|
20
23
|
style: {
|
|
21
|
-
|
|
22
|
-
padding: 0,
|
|
23
|
-
borderWidth: 1,
|
|
24
|
-
borderColor: Colors.shades.shade600
|
|
24
|
+
padding: 0
|
|
25
25
|
},
|
|
26
26
|
onPress: () => onSelectCompetition(squares_competition)
|
|
27
27
|
}, /*#__PURE__*/React.createElement(View, {
|
|
28
|
+
type: "header",
|
|
28
29
|
style: {
|
|
29
|
-
|
|
30
|
-
|
|
30
|
+
flexDirection: 'row',
|
|
31
|
+
alignItems: 'center',
|
|
32
|
+
padding: 10,
|
|
33
|
+
borderTopRightRadius: 8,
|
|
34
|
+
borderTopLeftRadius: 8
|
|
31
35
|
}
|
|
32
36
|
}, /*#__PURE__*/React.createElement(Image, {
|
|
33
37
|
source: {
|
|
@@ -40,43 +44,38 @@ const SquaresCompetitionCard = ({
|
|
|
40
44
|
},
|
|
41
45
|
resizeMode: "cover"
|
|
42
46
|
}), /*#__PURE__*/React.createElement(View, {
|
|
47
|
+
transparent: true,
|
|
43
48
|
style: {
|
|
44
49
|
flex: 1,
|
|
45
50
|
marginLeft: 10,
|
|
46
|
-
marginRight: 10
|
|
47
|
-
borderRightWidth: 1,
|
|
48
|
-
borderRightColor: Colors.shades.shade600
|
|
51
|
+
marginRight: 10
|
|
49
52
|
}
|
|
50
53
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
51
|
-
theme: "
|
|
54
|
+
theme: "h2"
|
|
52
55
|
}, squares_competition.sq_comp_name), /*#__PURE__*/React.createElement(Text, {
|
|
53
56
|
style: {
|
|
54
57
|
marginTop: 3
|
|
55
58
|
},
|
|
56
|
-
theme: "
|
|
59
|
+
theme: "description"
|
|
57
60
|
}, squares_competition.sq_comp_description)), /*#__PURE__*/React.createElement(Text, {
|
|
58
61
|
size: 20,
|
|
59
|
-
color: Colors.
|
|
62
|
+
color: Colors.text.action,
|
|
60
63
|
weight: "bold"
|
|
61
64
|
}, "$", squares_competition.minimum_square_price)), /*#__PURE__*/React.createElement(View, {
|
|
65
|
+
type: "body",
|
|
62
66
|
style: {
|
|
63
|
-
|
|
64
|
-
padding: 10,
|
|
65
|
-
paddingTop: 20,
|
|
66
|
-
paddingBottom: 20
|
|
67
|
+
padding: 10
|
|
67
68
|
}
|
|
68
69
|
}, /*#__PURE__*/React.createElement(View, {
|
|
69
|
-
|
|
70
|
-
...view_styles.body_row,
|
|
71
|
-
padding: 0
|
|
72
|
-
}
|
|
70
|
+
type: "row"
|
|
73
71
|
}, event ? /*#__PURE__*/React.createElement(View, {
|
|
72
|
+
transparent: true,
|
|
74
73
|
style: {
|
|
75
74
|
flex: 1,
|
|
76
75
|
flexDirection: 'row',
|
|
77
76
|
marginRight: 10,
|
|
78
77
|
borderRightWidth: 1,
|
|
79
|
-
borderColor: Colors.
|
|
78
|
+
borderColor: Colors.borders.light
|
|
80
79
|
}
|
|
81
80
|
}, /*#__PURE__*/React.createElement(View, {
|
|
82
81
|
style: {
|
|
@@ -96,7 +95,7 @@ const SquaresCompetitionCard = ({
|
|
|
96
95
|
style: {
|
|
97
96
|
padding: 5
|
|
98
97
|
},
|
|
99
|
-
theme: "
|
|
98
|
+
theme: "h2"
|
|
100
99
|
}, "VS"), /*#__PURE__*/React.createElement(Image, {
|
|
101
100
|
source: {
|
|
102
101
|
uri: event.home?.image?.url
|
|
@@ -107,34 +106,40 @@ const SquaresCompetitionCard = ({
|
|
|
107
106
|
},
|
|
108
107
|
resizeMode: "cover"
|
|
109
108
|
})), /*#__PURE__*/React.createElement(View, {
|
|
109
|
+
transparent: true,
|
|
110
110
|
style: {
|
|
111
111
|
flex: 1,
|
|
112
112
|
marginLeft: 10
|
|
113
113
|
}
|
|
114
114
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
115
|
-
theme: "
|
|
115
|
+
theme: "h2"
|
|
116
116
|
}, event.event_title), /*#__PURE__*/React.createElement(Text, {
|
|
117
117
|
style: {
|
|
118
118
|
marginTop: 3
|
|
119
119
|
},
|
|
120
|
-
theme: "
|
|
120
|
+
theme: "description"
|
|
121
121
|
}, event.time_detail == 'scheduled' ? moment(event.scheduled_datetime).format('MMM DD hh:mm a') : event.time_detail))) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(View, {
|
|
122
|
+
transparent: true,
|
|
122
123
|
style: {
|
|
123
124
|
justifyContent: 'center',
|
|
124
125
|
alignItems: 'center'
|
|
125
126
|
}
|
|
126
127
|
}, /*#__PURE__*/React.createElement(Icons.SquaresIcon, {
|
|
127
128
|
size: 24,
|
|
128
|
-
color: Colors.
|
|
129
|
+
color: Colors.text.h1
|
|
129
130
|
}), /*#__PURE__*/React.createElement(Text, {
|
|
130
131
|
style: {
|
|
131
132
|
marginTop: 3
|
|
132
133
|
},
|
|
133
|
-
theme: "
|
|
134
|
+
theme: "h2"
|
|
134
135
|
}, "AUCTION")))), /*#__PURE__*/React.createElement(View, {
|
|
136
|
+
type: "footer",
|
|
135
137
|
style: {
|
|
136
|
-
|
|
137
|
-
|
|
138
|
+
flexDirection: 'row',
|
|
139
|
+
alignItems: 'center',
|
|
140
|
+
padding: 10,
|
|
141
|
+
borderBottomRightRadius: 8,
|
|
142
|
+
borderBottomLeftRadius: 8
|
|
138
143
|
}
|
|
139
144
|
}, company ? /*#__PURE__*/React.createElement(Image, {
|
|
140
145
|
source: {
|
|
@@ -157,27 +162,35 @@ const SquaresCompetitionCard = ({
|
|
|
157
162
|
},
|
|
158
163
|
resizeMode: "cover"
|
|
159
164
|
}) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(View, {
|
|
165
|
+
transparent: true,
|
|
160
166
|
style: {
|
|
161
167
|
flex: 1,
|
|
162
168
|
marginLeft: 20,
|
|
163
169
|
marginRight: 20
|
|
164
170
|
}
|
|
165
171
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
166
|
-
theme: "
|
|
167
|
-
},
|
|
172
|
+
theme: "h2"
|
|
173
|
+
}, is_closed ? 'TOTAL PAID OUT' : 'CURRENT PAYOUT'), is_closed ? /*#__PURE__*/React.createElement(Text, {
|
|
174
|
+
style: {
|
|
175
|
+
marginTop: 3
|
|
176
|
+
},
|
|
177
|
+
color: Colors.text.gold,
|
|
178
|
+
weight: "bold",
|
|
179
|
+
size: 12
|
|
180
|
+
}, "COMPLETED") : is_live ? /*#__PURE__*/React.createElement(Text, {
|
|
168
181
|
style: {
|
|
169
182
|
marginTop: 3
|
|
170
183
|
},
|
|
171
|
-
color: Colors.
|
|
184
|
+
color: Colors.text.error,
|
|
172
185
|
weight: "bold",
|
|
173
186
|
size: 12
|
|
174
187
|
}, "AUCTION COMPLETE") : /*#__PURE__*/React.createElement(Text, {
|
|
175
188
|
style: {
|
|
176
189
|
marginTop: 3
|
|
177
190
|
},
|
|
178
|
-
theme: "
|
|
191
|
+
theme: "light"
|
|
179
192
|
}, "Auction Ends ", moment(squares_competition.begin_datetime).fromNow())), /*#__PURE__*/React.createElement(Text, {
|
|
180
|
-
color: Colors.
|
|
193
|
+
color: Colors.text.success,
|
|
181
194
|
size: 20,
|
|
182
195
|
weight: "bold"
|
|
183
196
|
}, "$", current_payout.toFixed(2))));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Image","
|
|
1
|
+
{"version":3,"names":["React","Image","Icons","moment","useColors","Button","View","Text","SquaresCompetitionCard","squares_competition","admin","event","company","onSelectCompetition","Colors","current_payout","potential_winnings","guaranteed_payout","is_live","isAfter","begin_datetime","is_closed","complete_ind","createElement","float","style","padding","onPress","type","flexDirection","alignItems","borderTopRightRadius","borderTopLeftRadius","source","uri","image","url","height","width","borderRadius","resizeMode","transparent","flex","marginLeft","marginRight","theme","sq_comp_name","marginTop","sq_comp_description","size","color","text","action","weight","minimum_square_price","borderRightWidth","borderColor","borders","light","away","home","event_title","time_detail","scheduled_datetime","format","Fragment","justifyContent","SquaresIcon","h1","borderBottomRightRadius","borderBottomLeftRadius","company_image","profile_pic","gold","error","fromNow","success","toFixed"],"sourceRoot":"../../../../src","sources":["Engage/components/SquaresCompetitionCard.tsx"],"mappings":"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","ignoreList":[]}
|