@devrongx/games 0.3.2 → 0.3.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/package.json
CHANGED
|
@@ -227,18 +227,26 @@ function MatchCard({ match }: { match: ITDMatch }) {
|
|
|
227
227
|
style={{ background: "rgba(34,227,232,0.06)" }}
|
|
228
228
|
>
|
|
229
229
|
<Target size={9} style={{ color: "#22E3E8" }} />
|
|
230
|
-
<span className="text-[8px] barlowcondensedBold tracking-wide text-white">
|
|
230
|
+
<span className="text-[8px] barlowcondensedBold tracking-wide text-white flex-1">
|
|
231
231
|
Pre-Match Bets
|
|
232
232
|
</span>
|
|
233
|
+
<span className="flex items-center gap-0.5">
|
|
234
|
+
<svg width="8" height="8" viewBox="0 0 32 32" fill="none"><circle cx="16" cy="16" r="16" fill="#2775CA"/><path d="M20.5 18.2c0-2.1-1.3-2.8-3.8-3.1-1.8-.3-2.2-.7-2.2-1.5s.7-1.3 1.8-1.3c1 0 1.6.4 1.9 1.1.1.1.2.2.3.2h.7c.2 0 .3-.1.3-.3-.3-1-1-1.8-2.1-2v-1.2c0-.2-.1-.3-.3-.3h-.6c-.2 0-.3.1-.3.3v1.2c-1.5.2-2.5 1.2-2.5 2.4 0 2 1.2 2.7 3.7 3 1.7.3 2.3.8 2.3 1.6 0 1-.8 1.6-2 1.6-1.5 0-2-.6-2.2-1.4 0-.1-.2-.2-.3-.2h-.7c-.2 0-.3.1-.3.3.3 1.2 1 2 2.5 2.3v1.2c0 .2.1.3.3.3h.6c.2 0 .3-.1.3-.3v-1.2c1.6-.2 2.6-1.3 2.6-2.6z" fill="#fff"/></svg>
|
|
235
|
+
<span className="text-[7px] text-white" style={OUTFIT}>0.4</span>
|
|
236
|
+
</span>
|
|
233
237
|
</div>
|
|
234
238
|
<div
|
|
235
239
|
className="flex items-center gap-1.5 px-2 py-1 rounded-lg"
|
|
236
240
|
style={{ background: "rgba(153,69,255,0.06)" }}
|
|
237
241
|
>
|
|
238
242
|
<Users size={9} style={{ color: "#9945FF" }} />
|
|
239
|
-
<span className="text-[8px] barlowcondensedBold tracking-wide text-white">
|
|
243
|
+
<span className="text-[8px] barlowcondensedBold tracking-wide text-white flex-1">
|
|
240
244
|
Fantasy 11
|
|
241
245
|
</span>
|
|
246
|
+
<span className="flex items-center gap-0.5">
|
|
247
|
+
<svg width="8" height="8" viewBox="0 0 32 32" fill="none"><circle cx="16" cy="16" r="16" fill="#2775CA"/><path d="M20.5 18.2c0-2.1-1.3-2.8-3.8-3.1-1.8-.3-2.2-.7-2.2-1.5s.7-1.3 1.8-1.3c1 0 1.6.4 1.9 1.1.1.1.2.2.3.2h.7c.2 0 .3-.1.3-.3-.3-1-1-1.8-2.1-2v-1.2c0-.2-.1-.3-.3-.3h-.6c-.2 0-.3.1-.3.3v1.2c-1.5.2-2.5 1.2-2.5 2.4 0 2 1.2 2.7 3.7 3 1.7.3 2.3.8 2.3 1.6 0 1-.8 1.6-2 1.6-1.5 0-2-.6-2.2-1.4 0-.1-.2-.2-.3-.2h-.7c-.2 0-.3.1-.3.3.3 1.2 1 2 2.5 2.3v1.2c0 .2.1.3.3.3h.6c.2 0 .3-.1.3-.3v-1.2c1.6-.2 2.6-1.3 2.6-2.6z" fill="#fff"/></svg>
|
|
248
|
+
<span className="text-[7px] text-white" style={OUTFIT}>0.4</span>
|
|
249
|
+
</span>
|
|
242
250
|
</div>
|
|
243
251
|
</div>
|
|
244
252
|
)}
|