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.
Files changed (116) hide show
  1. package/lib/commonjs/Components/Icons.js +30 -0
  2. package/lib/commonjs/Components/Icons.js.map +1 -1
  3. package/lib/commonjs/Components/SearchBox.js +17 -23
  4. package/lib/commonjs/Components/SearchBox.js.map +1 -1
  5. package/lib/commonjs/Components/Themed.js +2 -2
  6. package/lib/commonjs/Components/Themed.js.map +1 -1
  7. package/lib/commonjs/Engage/components/BracketCompetitionCard.js +75 -58
  8. package/lib/commonjs/Engage/components/BracketCompetitionCard.js.map +1 -1
  9. package/lib/commonjs/Engage/components/CompanyCard.js +31 -26
  10. package/lib/commonjs/Engage/components/CompanyCard.js.map +1 -1
  11. package/lib/commonjs/Engage/components/CompetitionCard.js +85 -68
  12. package/lib/commonjs/Engage/components/CompetitionCard.js.map +1 -1
  13. package/lib/commonjs/Engage/components/EngageHeader.js +62 -36
  14. package/lib/commonjs/Engage/components/EngageHeader.js.map +1 -1
  15. package/lib/commonjs/Engage/components/PrivateCodePrompt.js +47 -45
  16. package/lib/commonjs/Engage/components/PrivateCodePrompt.js.map +1 -1
  17. package/lib/commonjs/Engage/components/SquaresCompetitionCard.js +69 -56
  18. package/lib/commonjs/Engage/components/SquaresCompetitionCard.js.map +1 -1
  19. package/lib/commonjs/Engage/index.js +262 -259
  20. package/lib/commonjs/Engage/index.js.map +1 -1
  21. package/lib/commonjs/MarketComponents/components/TeamEventMarket/index.js +69 -46
  22. package/lib/commonjs/MarketComponents/components/TeamEventMarket/index.js.map +1 -1
  23. package/lib/commonjs/constants/styles.js +1 -1
  24. package/lib/commonjs/constants/styles.js.map +1 -1
  25. package/lib/commonjs/constants/useColors.js +6 -3
  26. package/lib/commonjs/constants/useColors.js.map +1 -1
  27. package/lib/module/Components/Icons.js +30 -0
  28. package/lib/module/Components/Icons.js.map +1 -1
  29. package/lib/module/Components/SearchBox.js +11 -17
  30. package/lib/module/Components/SearchBox.js.map +1 -1
  31. package/lib/module/Components/Themed.js +2 -2
  32. package/lib/module/Components/Themed.js.map +1 -1
  33. package/lib/module/Engage/components/BracketCompetitionCard.js +52 -35
  34. package/lib/module/Engage/components/BracketCompetitionCard.js.map +1 -1
  35. package/lib/module/Engage/components/CompanyCard.js +27 -21
  36. package/lib/module/Engage/components/CompanyCard.js.map +1 -1
  37. package/lib/module/Engage/components/CompetitionCard.js +57 -40
  38. package/lib/module/Engage/components/CompetitionCard.js.map +1 -1
  39. package/lib/module/Engage/components/EngageHeader.js +53 -27
  40. package/lib/module/Engage/components/EngageHeader.js.map +1 -1
  41. package/lib/module/Engage/components/PrivateCodePrompt.js +36 -33
  42. package/lib/module/Engage/components/PrivateCodePrompt.js.map +1 -1
  43. package/lib/module/Engage/components/SquaresCompetitionCard.js +51 -38
  44. package/lib/module/Engage/components/SquaresCompetitionCard.js.map +1 -1
  45. package/lib/module/Engage/index.js +262 -259
  46. package/lib/module/Engage/index.js.map +1 -1
  47. package/lib/module/MarketComponents/components/TeamEventMarket/index.js +69 -46
  48. package/lib/module/MarketComponents/components/TeamEventMarket/index.js.map +1 -1
  49. package/lib/module/constants/styles.js +1 -1
  50. package/lib/module/constants/styles.js.map +1 -1
  51. package/lib/module/constants/useColors.js +6 -3
  52. package/lib/module/constants/useColors.js.map +1 -1
  53. package/lib/typescript/lib/commonjs/Components/Icons.d.ts +5 -0
  54. package/lib/typescript/lib/commonjs/Components/Icons.d.ts.map +1 -1
  55. package/lib/typescript/lib/commonjs/Components/SearchBox.d.ts.map +1 -1
  56. package/lib/typescript/lib/commonjs/Engage/components/BracketCompetitionCard.d.ts.map +1 -1
  57. package/lib/typescript/lib/commonjs/Engage/components/CompanyCard.d.ts.map +1 -1
  58. package/lib/typescript/lib/commonjs/Engage/components/CompetitionCard.d.ts.map +1 -1
  59. package/lib/typescript/lib/commonjs/Engage/components/EngageHeader.d.ts.map +1 -1
  60. package/lib/typescript/lib/commonjs/Engage/components/PrivateCodePrompt.d.ts +1 -2
  61. package/lib/typescript/lib/commonjs/Engage/components/PrivateCodePrompt.d.ts.map +1 -1
  62. package/lib/typescript/lib/commonjs/Engage/components/SquaresCompetitionCard.d.ts.map +1 -1
  63. package/lib/typescript/lib/commonjs/Engage/index.d.ts +2 -1
  64. package/lib/typescript/lib/commonjs/Engage/index.d.ts.map +1 -1
  65. package/lib/typescript/lib/commonjs/constants/styles.d.ts +1 -1
  66. package/lib/typescript/lib/commonjs/constants/useColors.d.ts +5 -4
  67. package/lib/typescript/lib/commonjs/constants/useColors.d.ts.map +1 -1
  68. package/lib/typescript/lib/module/Components/Icons.d.ts +5 -0
  69. package/lib/typescript/lib/module/Components/Icons.d.ts.map +1 -1
  70. package/lib/typescript/lib/module/Components/SearchBox.d.ts +1 -2
  71. package/lib/typescript/lib/module/Components/SearchBox.d.ts.map +1 -1
  72. package/lib/typescript/lib/module/Engage/components/BracketCompetitionCard.d.ts +1 -2
  73. package/lib/typescript/lib/module/Engage/components/BracketCompetitionCard.d.ts.map +1 -1
  74. package/lib/typescript/lib/module/Engage/components/CompanyCard.d.ts +1 -2
  75. package/lib/typescript/lib/module/Engage/components/CompanyCard.d.ts.map +1 -1
  76. package/lib/typescript/lib/module/Engage/components/CompetitionCard.d.ts +1 -2
  77. package/lib/typescript/lib/module/Engage/components/CompetitionCard.d.ts.map +1 -1
  78. package/lib/typescript/lib/module/Engage/components/EngageHeader.d.ts +1 -2
  79. package/lib/typescript/lib/module/Engage/components/EngageHeader.d.ts.map +1 -1
  80. package/lib/typescript/lib/module/Engage/components/PrivateCodePrompt.d.ts +2 -4
  81. package/lib/typescript/lib/module/Engage/components/PrivateCodePrompt.d.ts.map +1 -1
  82. package/lib/typescript/lib/module/Engage/components/SquaresCompetitionCard.d.ts +1 -2
  83. package/lib/typescript/lib/module/Engage/components/SquaresCompetitionCard.d.ts.map +1 -1
  84. package/lib/typescript/lib/module/Engage/index.d.ts +3 -3
  85. package/lib/typescript/lib/module/Engage/index.d.ts.map +1 -1
  86. package/lib/typescript/lib/module/constants/useColors.d.ts +71 -0
  87. package/lib/typescript/lib/module/constants/useColors.d.ts.map +1 -1
  88. package/lib/typescript/src/Components/Icons.d.ts +1 -0
  89. package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
  90. package/lib/typescript/src/Components/SearchBox.d.ts.map +1 -1
  91. package/lib/typescript/src/Engage/components/BracketCompetitionCard.d.ts.map +1 -1
  92. package/lib/typescript/src/Engage/components/CompanyCard.d.ts.map +1 -1
  93. package/lib/typescript/src/Engage/components/CompetitionCard.d.ts.map +1 -1
  94. package/lib/typescript/src/Engage/components/EngageHeader.d.ts.map +1 -1
  95. package/lib/typescript/src/Engage/components/PrivateCodePrompt.d.ts +1 -2
  96. package/lib/typescript/src/Engage/components/PrivateCodePrompt.d.ts.map +1 -1
  97. package/lib/typescript/src/Engage/components/SquaresCompetitionCard.d.ts.map +1 -1
  98. package/lib/typescript/src/Engage/index.d.ts +5 -1
  99. package/lib/typescript/src/Engage/index.d.ts.map +1 -1
  100. package/lib/typescript/src/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -1
  101. package/lib/typescript/src/constants/useColors.d.ts +71 -0
  102. package/lib/typescript/src/constants/useColors.d.ts.map +1 -1
  103. package/package.json +1 -1
  104. package/src/Components/Icons.tsx +16 -0
  105. package/src/Components/SearchBox.tsx +11 -13
  106. package/src/Components/Themed.tsx +3 -3
  107. package/src/Engage/components/BracketCompetitionCard.tsx +34 -31
  108. package/src/Engage/components/CompanyCard.tsx +17 -19
  109. package/src/Engage/components/CompetitionCard.tsx +40 -35
  110. package/src/Engage/components/EngageHeader.tsx +30 -29
  111. package/src/Engage/components/PrivateCodePrompt.tsx +29 -33
  112. package/src/Engage/components/SquaresCompetitionCard.tsx +33 -29
  113. package/src/Engage/index.tsx +191 -187
  114. package/src/MarketComponents/components/TeamEventMarket/index.tsx +55 -44
  115. package/src/constants/styles.ts +1 -1
  116. package/src/constants/useColors.tsx +7 -5
@@ -61,6 +61,7 @@ declare namespace _default {
61
61
  export { PlusCircleIcon };
62
62
  export { PausedIcon };
63
63
  export { TwitterXIcon };
64
+ export { RefreshIcon };
64
65
  export { ChangeIcon };
65
66
  export { USDIcon };
66
67
  export { EyeOffIcon };
@@ -317,6 +318,10 @@ declare function PausedIcon({ color, size }: {
317
318
  declare function TwitterXIcon({ size }: {
318
319
  size: any;
319
320
  }): any;
321
+ declare function RefreshIcon({ color, size }: {
322
+ color: any;
323
+ size: any;
324
+ }): any;
320
325
  declare function ChangeIcon({ color, size }: {
321
326
  color: any;
322
327
  size: any;
@@ -1 +1 @@
1
- {"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../commonjs/Components/Icons.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoDA;;;QAwBC;AAkwFD;;;QA6BC;AA/uED;;;QAiCC;AAuuED;;;QA2CC;AAn6FD;;;QAuCC;AA64FD;;;QAqCC;AArcD;;;QA2BC;AA96BD;;;QAyBC;AAq8BD;;;QAwJC;AAljBD;;;QA4BC;AA98BD;;;QAsBC;AAujDD;;;QAuBC;AAn4BD;;;QA4BC;AAkND;;;QAqCC;AAzFD;;;QAsBC;AApFD;;;QA6DC;AA5FD;;;QA8BC;AAv4DD;;QA4BC;AACD;;QAgCC;AACD;;;QAsBC;AAqgED;;;QAkCC;AACD;;;QAmCC;AA1hDD;;;QAkCC;AAy2DD;;;QAyBC;AAjOD;;;QA8CC;AA1iBD;;;QA4BC;AAl9BD;;;QAmCC;AAinDD;;;QAyBC;AA1xBD;;;QAkCC;AA7FD;;;QA6BC;AAqZD;;;QAkCC;AA3eD;;;QAsBC;AAnqCD;;;QAuBC;AAjoBD;;;;QA+BC;AAkrDD;;;QAqCC;AA7ED;;QAuCC;AAxFD;;;;QAgDC;AA7ED;;;QA4BC;AAppCD;;;QA8CC;AAktDD;;QAwGC;AA/xBD;;;QA8CC;AApGD;;;QAqDC;AAxFD;;;QAkCC;AA9gDD;;QAwBC;AAm5CD;;;QAsCC;AA9+BD;;QAwBC;AA8lDD;;;QA4BC;AAzuBD;;QA8BC;AAxhDD;;;QA+BC;AAi2CD;;;;QAyHC;AAjkBD;;;QA4BC;AAgYD;;;QA2CC;AA42CD;;QAqBC;AA3yDD;;;QAyBC;AAjFD;;;QA0BC;AAoVD;;;QAwEC;AA1GD;;;QAiCC;AAzFD;;;QAgCC;AAxED;;;QAuCC;AA/ED;;;QAuCC;AAljCD;;QAuBC;AAk4BD;;;QA6EC;AA7OD;;;QAwBC;AA9FD;;;QAkCC;AA6DD;;;QAoDC;AAvkBD;;QAsDC;AAw9ED;;;QAeC;AAj4ED;;QA6DC;AAsrDD;;;QA2BC;AAngED;;;QA0BC;AAmYD;;QA2CC;AApqBD;;;QAyBC;AACD;;;QA2BC;AAgnBD;;QA2CC;AApWD;;QAiDC;AACD;;QAkDC;AAzND;;;;QA6DC"}
1
+ {"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../commonjs/Components/Icons.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiFA;;;QAwBC;AAkwFD;;;QA6BC;AA/uED;;;QAiCC;AAuuED;;;QA2CC;AAh8FD;;;QAuCC;AA06FD;;;QAqCC;AArcD;;;QA2BC;AA96BD;;;QAyBC;AAq8BD;;;QAwJC;AAljBD;;;QA4BC;AA98BD;;;QAsBC;AAujDD;;;QAuBC;AAn4BD;;;QA4BC;AAkND;;;QAqCC;AAzFD;;;QAsBC;AApFD;;;QA6DC;AA5FD;;;QA8BC;AAv4DD;;QA4BC;AACD;;QAgCC;AACD;;;QAsBC;AAqgED;;;QAkCC;AACD;;;QAmCC;AA1hDD;;;QAkCC;AAy2DD;;;QAyBC;AAjOD;;;QA8CC;AA1iBD;;;QA4BC;AAl9BD;;;QAmCC;AAinDD;;;QAyBC;AA1xBD;;;QAkCC;AA7FD;;;QA6BC;AAqZD;;;QAkCC;AA3eD;;;QAsBC;AAnqCD;;;QAuBC;AAjoBD;;;;QA+BC;AAkrDD;;;QAqCC;AA7ED;;QAuCC;AAxFD;;;;QAgDC;AA7ED;;;QA4BC;AAppCD;;;QA8CC;AAktDD;;QAwGC;AA/xBD;;;QA8CC;AApGD;;;QAqDC;AAxFD;;;QAkCC;AA9gDD;;QAwBC;AAm5CD;;;QAsCC;AA9+BD;;QAwBC;AA8lDD;;;QA4BC;AAzuBD;;QA8BC;AAxhDD;;;QA+BC;AAi2CD;;;;QAyHC;AAjkBD;;;QA4BC;AAgYD;;;QA2CC;AA42CD;;QAqBC;AA3yDD;;;QAyBC;AAjFD;;;QA0BC;AAoVD;;;QAwEC;AA1GD;;;QAiCC;AAzFD;;;QAgCC;AAxED;;;QAuCC;AA/ED;;;QAuCC;AAljCD;;QAuBC;AAnKD;;;QA4BC;AAygCD;;;QA6EC;AA7OD;;;QAwBC;AA9FD;;;QAkCC;AA6DD;;;QAoDC;AAvkBD;;QAsDC;AAw9ED;;;QAeC;AAj4ED;;QA6DC;AAsrDD;;;QA2BC;AAngED;;;QA0BC;AAmYD;;QA2CC;AApqBD;;;QAyBC;AACD;;;QA2BC;AAgnBD;;QA2CC;AApWD;;QAiDC;AACD;;QAkDC;AAzND;;;;QA6DC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SearchBox.d.ts","sourceRoot":"","sources":["../../../../commonjs/Components/SearchBox.js"],"names":[],"mappings":";;AAcA;;;;;;QAmEC"}
1
+ {"version":3,"file":"SearchBox.d.ts","sourceRoot":"","sources":["../../../../commonjs/Components/SearchBox.js"],"names":[],"mappings":";;AAaA;;;;;;QA8DC"}
@@ -1 +1 @@
1
- {"version":3,"file":"BracketCompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Engage/components/BracketCompetitionCard.js"],"names":[],"mappings":";;AAaA;;;;;;;QA+MC"}
1
+ {"version":3,"file":"BracketCompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Engage/components/BracketCompetitionCard.js"],"names":[],"mappings":";;AAaA;;;;;;;QAgOC"}
@@ -1 +1 @@
1
- {"version":3,"file":"CompanyCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Engage/components/CompanyCard.js"],"names":[],"mappings":";;AAgBA;;;;;QAwFC"}
1
+ {"version":3,"file":"CompanyCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Engage/components/CompanyCard.js"],"names":[],"mappings":";;AAaA;;;;;QAgGC"}
@@ -1 +1 @@
1
- {"version":3,"file":"CompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Engage/components/CompetitionCard.js"],"names":[],"mappings":";;AAaA;;;;;;QA+OC"}
1
+ {"version":3,"file":"CompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Engage/components/CompetitionCard.js"],"names":[],"mappings":";;AAaA;;;;;;QAgQC"}
@@ -1 +1 @@
1
- {"version":3,"file":"EngageHeader.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Engage/components/EngageHeader.js"],"names":[],"mappings":";;AAkBA;;;;;;QAiLC"}
1
+ {"version":3,"file":"EngageHeader.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Engage/components/EngageHeader.js"],"names":[],"mappings":";;AAmBA;;;;;;QA0MC"}
@@ -1,7 +1,6 @@
1
1
  export const __esModule: boolean;
2
2
  export default PrivateCodePrompt;
3
- declare function PrivateCodePrompt({ width, onFoundCompetition, onFoundSquaresCompetition, onFoundSeason, onFoundBracket, onClose }: {
4
- width: any;
3
+ declare function PrivateCodePrompt({ onFoundCompetition, onFoundSquaresCompetition, onFoundSeason, onFoundBracket, onClose }: {
5
4
  onFoundCompetition: any;
6
5
  onFoundSquaresCompetition: any;
7
6
  onFoundSeason: any;
@@ -1 +1 @@
1
- {"version":3,"file":"PrivateCodePrompt.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Engage/components/PrivateCodePrompt.js"],"names":[],"mappings":";;AAeA;;;;;;;QA4IC"}
1
+ {"version":3,"file":"PrivateCodePrompt.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Engage/components/PrivateCodePrompt.js"],"names":[],"mappings":";;AAaA;;;;;;QAgJC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SquaresCompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Engage/components/SquaresCompetitionCard.js"],"names":[],"mappings":";;AAaA;;;;;;QAiLC"}
1
+ {"version":3,"file":"SquaresCompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Engage/components/SquaresCompetitionCard.js"],"names":[],"mappings":";;AAaA;;;;;;QA8LC"}
@@ -1,6 +1,7 @@
1
1
  export const __esModule: boolean;
2
2
  export default EngageModule;
3
- declare function EngageModule({ onSelectBracketCompetition, onSelectCompetition, onSelectSquaresCompetition, onSelectCompetitionSeason, onCreateSeason, onCreateCompetition, onCreateBracketCompetition, onCreateSquares, onManage, onEvent, onSelectCompany }: {
3
+ declare function EngageModule({ insets, onSelectBracketCompetition, onSelectCompetition, onSelectSquaresCompetition, onSelectCompetitionSeason, onCreateSeason, onCreateCompetition, onCreateBracketCompetition, onCreateSquares, onManage, onEvent, onSelectCompany }: {
4
+ insets: any;
4
5
  onSelectBracketCompetition: any;
5
6
  onSelectCompetition: any;
6
7
  onSelectSquaresCompetition: any;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/Engage/index.js"],"names":[],"mappings":";;AAuBA;;;;;;;;;;;;QAidC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/Engage/index.js"],"names":[],"mappings":";;AAwBA;;;;;;;;;;;;;QAmdC"}
@@ -265,7 +265,7 @@ export namespace MyViewStyles {
265
265
  export { shadowRadius_3 as shadowRadius };
266
266
  let shadowOpacity_3: number;
267
267
  export { shadowOpacity_3 as shadowOpacity };
268
- let borderColor_2: string;
268
+ let borderColor_2: any;
269
269
  export { borderColor_2 as borderColor };
270
270
  let borderWidth_2: number;
271
271
  export { borderWidth_2 as borderWidth };
@@ -1,5 +1,6 @@
1
1
  export const __esModule: boolean;
2
2
  export function useColors(): {
3
+ absolutes: any;
3
4
  toggle: {
4
5
  background: any;
5
6
  button: {
@@ -43,9 +44,9 @@ export function useColors(): {
43
44
  background: any;
44
45
  header: any;
45
46
  body: any;
46
- input: any;
47
47
  footer: any;
48
48
  gold: any;
49
+ input: any;
49
50
  blur: string;
50
51
  liquidMarket: any;
51
52
  illiquidMarket: any;
@@ -59,12 +60,12 @@ export function useColors(): {
59
60
  white: any;
60
61
  h1: any;
61
62
  h2: any;
62
- description: any;
63
63
  highlight: any;
64
- input: any;
65
- placholder: any;
64
+ description: any;
66
65
  descriptionLight: any;
67
66
  action: any;
67
+ input: any;
68
+ placholder: any;
68
69
  warning: any;
69
70
  success: any;
70
71
  error: any;
@@ -1 +1 @@
1
- {"version":3,"file":"useColors.d.ts","sourceRoot":"","sources":["../../../../commonjs/constants/useColors.js"],"names":[],"mappings":";AASA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgLC"}
1
+ {"version":3,"file":"useColors.d.ts","sourceRoot":"","sources":["../../../../commonjs/constants/useColors.js"],"names":[],"mappings":";AASA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmLC"}
@@ -60,6 +60,7 @@ declare namespace _default {
60
60
  export { PlusCircleIcon };
61
61
  export { PausedIcon };
62
62
  export { TwitterXIcon };
63
+ export { RefreshIcon };
63
64
  export { ChangeIcon };
64
65
  export { USDIcon };
65
66
  export { EyeOffIcon };
@@ -316,6 +317,10 @@ declare function PausedIcon({ color, size }: {
316
317
  declare function TwitterXIcon({ size }: {
317
318
  size: any;
318
319
  }): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
320
+ declare function RefreshIcon({ color, size }: {
321
+ color: any;
322
+ size: any;
323
+ }): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
319
324
  declare function ChangeIcon({ color, size }: {
320
325
  color: any;
321
326
  size: any;
@@ -1 +1 @@
1
- {"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../module/Components/Icons.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2CA;;;6GAwBC;AAkwFD;;;6GA6BC;AA/uED;;;6GAiCC;AAuuED;;;6GA2CC;AAn6FD;;;6GAuCC;AA64FD;;;6GAqCC;AArcD;;;6GA2BC;AA96BD;;;6GAyBC;AAq8BD;;;6GAwJC;AAljBD;;;6GA4BC;AA98BD;;;6GAsBC;AAujDD;;;6GAuBC;AAn4BD;;;6GA4BC;AAkND;;;6GAqCC;AAzFD;;;6GAsBC;AApFD;;;6GA6DC;AA5FD;;;6GA8BC;AAv4DD;;6GA4BC;AACD;;6GAgCC;AACD;;;6GAsBC;AAqgED;;;6GAkCC;AACD;;;6GAmCC;AA1hDD;;;6GAkCC;AAy2DD;;;6GAyBC;AAjOD;;;6GA8CC;AA1iBD;;;6GA4BC;AAl9BD;;;6GAmCC;AAinDD;;;6GAyBC;AA1xBD;;;6GAkCC;AA7FD;;;6GA6BC;AAqZD;;;6GAkCC;AA3eD;;;6GAsBC;AAnqCD;;;6GAuBC;AAjoBD;;;;6GA+BC;AAkrDD;;;6GAqCC;AA7ED;;6GAuCC;AAxFD;;;;6GAgDC;AA7ED;;;6GA4BC;AAppCD;;;6GA8CC;AAktDD;;6GAwGC;AA/xBD;;;6GA8CC;AApGD;;;6GAqDC;AAxFD;;;6GAkCC;AA9gDD;;6GAwBC;AAm5CD;;;6GAsCC;AA9+BD;;6GAwBC;AA8lDD;;;6GA4BC;AAzuBD;;6GA8BC;AAxhDD;;;6GA+BC;AAi2CD;;;;6GAyHC;AAjkBD;;;6GA4BC;AAgYD;;;6GA2CC;AA42CD;;6GAqBC;AA3yDD;;;6GAyBC;AAjFD;;;6GA0BC;AAoVD;;;6GAwEC;AA1GD;;;6GAiCC;AAzFD;;;6GAgCC;AAxED;;;6GAuCC;AA/ED;;;6GAuCC;AAljCD;;6GAuBC;AAk4BD;;;6GA6EC;AA7OD;;;6GAwBC;AA9FD;;;6GAkCC;AA6DD;;;6GAoDC;AAvkBD;;6GAsDC;AAw9ED;;;6GAeC;AAj4ED;;6GA6DC;AAsrDD;;;6GA2BC;AAngED;;;6GA0BC;AAmYD;;6GA2CC;AApqBD;;;6GAyBC;AACD;;;6GA2BC;AAgnBD;;6GA2CC;AApWD;;6GAiDC;AACD;;6GAkDC;AAzND;;;;6GA6DC;gBAtZqF,kBAAkB;kBAFtF,OAAO"}
1
+ {"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../module/Components/Icons.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwEA;;;6GAwBC;AAkwFD;;;6GA6BC;AA/uED;;;6GAiCC;AAuuED;;;6GA2CC;AAh8FD;;;6GAuCC;AA06FD;;;6GAqCC;AArcD;;;6GA2BC;AA96BD;;;6GAyBC;AAq8BD;;;6GAwJC;AAljBD;;;6GA4BC;AA98BD;;;6GAsBC;AAujDD;;;6GAuBC;AAn4BD;;;6GA4BC;AAkND;;;6GAqCC;AAzFD;;;6GAsBC;AApFD;;;6GA6DC;AA5FD;;;6GA8BC;AAv4DD;;6GA4BC;AACD;;6GAgCC;AACD;;;6GAsBC;AAqgED;;;6GAkCC;AACD;;;6GAmCC;AA1hDD;;;6GAkCC;AAy2DD;;;6GAyBC;AAjOD;;;6GA8CC;AA1iBD;;;6GA4BC;AAl9BD;;;6GAmCC;AAinDD;;;6GAyBC;AA1xBD;;;6GAkCC;AA7FD;;;6GA6BC;AAqZD;;;6GAkCC;AA3eD;;;6GAsBC;AAnqCD;;;6GAuBC;AAjoBD;;;;6GA+BC;AAkrDD;;;6GAqCC;AA7ED;;6GAuCC;AAxFD;;;;6GAgDC;AA7ED;;;6GA4BC;AAppCD;;;6GA8CC;AAktDD;;6GAwGC;AA/xBD;;;6GA8CC;AApGD;;;6GAqDC;AAxFD;;;6GAkCC;AA9gDD;;6GAwBC;AAm5CD;;;6GAsCC;AA9+BD;;6GAwBC;AA8lDD;;;6GA4BC;AAzuBD;;6GA8BC;AAxhDD;;;6GA+BC;AAi2CD;;;;6GAyHC;AAjkBD;;;6GA4BC;AAgYD;;;6GA2CC;AA42CD;;6GAqBC;AA3yDD;;;6GAyBC;AAjFD;;;6GA0BC;AAoVD;;;6GAwEC;AA1GD;;;6GAiCC;AAzFD;;;6GAgCC;AAxED;;;6GAuCC;AA/ED;;;6GAuCC;AAljCD;;6GAuBC;AAnKD;;;6GA4BC;AAygCD;;;6GA6EC;AA7OD;;;6GAwBC;AA9FD;;;6GAkCC;AA6DD;;;6GAoDC;AAvkBD;;6GAsDC;AAw9ED;;;6GAeC;AAj4ED;;6GA6DC;AAsrDD;;;6GA2BC;AAngED;;;6GA0BC;AAmYD;;6GA2CC;AApqBD;;;6GAyBC;AACD;;;6GA2BC;AAgnBD;;6GA2CC;AApWD;;6GAiDC;AACD;;6GAkDC;AAzND;;;;6GA6DC;gBAnbqF,kBAAkB;kBAFtF,OAAO"}
@@ -5,7 +5,6 @@ declare function SearchBox({ placeholder, onSearch, onChange, hide_search_button
5
5
  onChange: any;
6
6
  hide_search_button: any;
7
7
  style: any;
8
- }): React.CElement<import("react-native").ViewProps, View>;
9
- import { View } from "react-native";
8
+ }): React.FunctionComponentElement<any>;
10
9
  import React from "react";
11
10
  //# sourceMappingURL=SearchBox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SearchBox.d.ts","sourceRoot":"","sources":["../../../../module/Components/SearchBox.js"],"names":[],"mappings":";AAKA;;;;;;2DAmEC;qBAxE+B,cAAc;kBAEd,OAAO"}
1
+ {"version":3,"file":"SearchBox.d.ts","sourceRoot":"","sources":["../../../../module/Components/SearchBox.js"],"names":[],"mappings":";AAIA;;;;;;wCA8DC;kBAlE+B,OAAO"}
@@ -6,7 +6,6 @@ declare function BracketCompetitionCard({ bracket_competition, bracket, league,
6
6
  company: any;
7
7
  admin: any;
8
8
  onCompetitionSelect: any;
9
- }): React.FunctionComponentElement<import("react-native").TouchableOpacityProps & React.RefAttributes<View>>;
10
- import { View } from 'react-native';
9
+ }): React.FunctionComponentElement<any>;
11
10
  import React from 'react';
12
11
  //# sourceMappingURL=BracketCompetitionCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BracketCompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../module/Engage/components/BracketCompetitionCard.js"],"names":[],"mappings":";AAMA;;;;;;;6GA+MC;qBApN6C,cAAc;kBAD1C,OAAO"}
1
+ {"version":3,"file":"BracketCompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../module/Engage/components/BracketCompetitionCard.js"],"names":[],"mappings":";AAMA;;;;;;;wCAgOC;kBAtOiB,OAAO"}
@@ -4,7 +4,6 @@ declare function CompanyCard({ company, width, onEvent, onSelectCompany }: {
4
4
  width: any;
5
5
  onEvent: any;
6
6
  onSelectCompany: any;
7
- }): React.FunctionComponentElement<import("react-native").TouchableOpacityProps & React.RefAttributes<View>>;
8
- import { View } from 'react-native';
7
+ }): React.FunctionComponentElement<any>;
9
8
  import React from 'react';
10
9
  //# sourceMappingURL=CompanyCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CompanyCard.d.ts","sourceRoot":"","sources":["../../../../../module/Engage/components/CompanyCard.js"],"names":[],"mappings":";AAOA;;;;;6GAwFC;qBA9FsD,cAAc;kBAD5B,OAAO"}
1
+ {"version":3,"file":"CompanyCard.d.ts","sourceRoot":"","sources":["../../../../../module/Engage/components/CompanyCard.js"],"names":[],"mappings":";AAKA;;;;;wCAgGC;kBArGgC,OAAO"}
@@ -5,7 +5,6 @@ declare function CompetitionCard({ competition, competition_type, company, admin
5
5
  company: any;
6
6
  admin: any;
7
7
  onCompetitionSelect: any;
8
- }): React.FunctionComponentElement<import("react-native").TouchableOpacityProps & React.RefAttributes<View>>;
9
- import { View } from 'react-native';
8
+ }): React.FunctionComponentElement<any>;
10
9
  import React from 'react';
11
10
  //# sourceMappingURL=CompetitionCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../module/Engage/components/CompetitionCard.js"],"names":[],"mappings":";AAMA;;;;;;6GA+OC;qBApP6C,cAAc;kBAD1C,OAAO"}
1
+ {"version":3,"file":"CompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../module/Engage/components/CompetitionCard.js"],"names":[],"mappings":";AAMA;;;;;;wCAgQC;kBAtQiB,OAAO"}
@@ -5,7 +5,6 @@ declare function EngageHeader({ companies, width, onManage, onEvent, onSelectCom
5
5
  onManage: any;
6
6
  onEvent: any;
7
7
  onSelectCompany: any;
8
- }): React.CElement<import("react-native").ViewProps, View>;
9
- import { View } from "react-native";
8
+ }): React.FunctionComponentElement<any>;
10
9
  import React from 'react';
11
10
  //# sourceMappingURL=EngageHeader.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EngageHeader.d.ts","sourceRoot":"","sources":["../../../../../module/Engage/components/EngageHeader.js"],"names":[],"mappings":";AASA;;;;;;2DAiLC;qBAzL0E,cAAc;kBAD9C,OAAO"}
1
+ {"version":3,"file":"EngageHeader.d.ts","sourceRoot":"","sources":["../../../../../module/Engage/components/EngageHeader.js"],"names":[],"mappings":";AAUA;;;;;;wCA0MC;kBApN0C,OAAO"}
@@ -1,12 +1,10 @@
1
1
  export default PrivateCodePrompt;
2
- declare function PrivateCodePrompt({ width, onFoundCompetition, onFoundSquaresCompetition, onFoundSeason, onFoundBracket, onClose }: {
3
- width: any;
2
+ declare function PrivateCodePrompt({ onFoundCompetition, onFoundSquaresCompetition, onFoundSeason, onFoundBracket, onClose }: {
4
3
  onFoundCompetition: any;
5
4
  onFoundSquaresCompetition: any;
6
5
  onFoundSeason: any;
7
6
  onFoundBracket: any;
8
7
  onClose: any;
9
- }): React.CElement<import("react-native").ViewProps, View>;
10
- import { View } from "react-native";
8
+ }): React.FunctionComponentElement<any>;
11
9
  import React from 'react';
12
10
  //# sourceMappingURL=PrivateCodePrompt.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PrivateCodePrompt.d.ts","sourceRoot":"","sources":["../../../../../module/Engage/components/PrivateCodePrompt.js"],"names":[],"mappings":";AAMA;;;;;;;2DA4IC;qBAjJoB,cAAc;kBADH,OAAO"}
1
+ {"version":3,"file":"PrivateCodePrompt.d.ts","sourceRoot":"","sources":["../../../../../module/Engage/components/PrivateCodePrompt.js"],"names":[],"mappings":";AAKA;;;;;;wCAgJC;kBArJ+B,OAAO"}
@@ -5,7 +5,6 @@ declare function SquaresCompetitionCard({ squares_competition, admin, event, com
5
5
  event: any;
6
6
  company: any;
7
7
  onSelectCompetition: any;
8
- }): React.FunctionComponentElement<import("react-native").TouchableOpacityProps & React.RefAttributes<View>>;
9
- import { View } from 'react-native';
8
+ }): React.FunctionComponentElement<any>;
10
9
  import React from 'react';
11
10
  //# sourceMappingURL=SquaresCompetitionCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SquaresCompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../module/Engage/components/SquaresCompetitionCard.js"],"names":[],"mappings":";AAMA;;;;;;6GAiLC;qBAtL6C,cAAc;kBAD1C,OAAO"}
1
+ {"version":3,"file":"SquaresCompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../module/Engage/components/SquaresCompetitionCard.js"],"names":[],"mappings":";AAMA;;;;;;wCA8LC;kBApMiB,OAAO"}
@@ -1,5 +1,6 @@
1
1
  export default EngageModule;
2
- declare function EngageModule({ onSelectBracketCompetition, onSelectCompetition, onSelectSquaresCompetition, onSelectCompetitionSeason, onCreateSeason, onCreateCompetition, onCreateBracketCompetition, onCreateSquares, onManage, onEvent, onSelectCompany }: {
2
+ declare function EngageModule({ insets, onSelectBracketCompetition, onSelectCompetition, onSelectSquaresCompetition, onSelectCompetitionSeason, onCreateSeason, onCreateCompetition, onCreateBracketCompetition, onCreateSquares, onManage, onEvent, onSelectCompany }: {
3
+ insets: any;
3
4
  onSelectBracketCompetition: any;
4
5
  onSelectCompetition: any;
5
6
  onSelectSquaresCompetition: any;
@@ -11,7 +12,6 @@ declare function EngageModule({ onSelectBracketCompetition, onSelectCompetition,
11
12
  onManage: any;
12
13
  onEvent: any;
13
14
  onSelectCompany: any;
14
- }): React.CElement<import("react-native").ViewProps, View>;
15
- import { View } from 'react-native';
15
+ }): React.FunctionComponentElement<any>;
16
16
  import React from 'react';
17
17
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Engage/index.js"],"names":[],"mappings":";AAcA;;;;;;;;;;;;2DAidC;qBA9d6D,cAAc;kBADjC,OAAO"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Engage/index.js"],"names":[],"mappings":";AAeA;;;;;;;;;;;;;wCAmdC;kBAle0C,OAAO"}
@@ -1,4 +1,75 @@
1
1
  export function useColors(): {
2
+ absolutes: {
3
+ brand: {
4
+ cobalt: string;
5
+ midnight: string;
6
+ midnightTopGradient: string;
7
+ electric: string;
8
+ cyan: string;
9
+ slate: string;
10
+ slateLight: string;
11
+ mint: string;
12
+ yellow: string;
13
+ facebook: string;
14
+ new: string;
15
+ midnightLight: string;
16
+ electricLight: string;
17
+ successDark: string;
18
+ errorDark: string;
19
+ };
20
+ chart: {
21
+ cyan: string;
22
+ electric: string;
23
+ };
24
+ company: {
25
+ paypal: string;
26
+ paypal_blue: string;
27
+ };
28
+ shades: {
29
+ white: string;
30
+ shade100: string;
31
+ shade200: string;
32
+ shade300: string;
33
+ shade400: string;
34
+ shade500: string;
35
+ shade600: string;
36
+ black: string;
37
+ black_faded: string;
38
+ black_faded_heavy: string;
39
+ black_faded_super_heavy: string;
40
+ blackFadedHeavy: string;
41
+ };
42
+ accents: {
43
+ accent100: string;
44
+ accent200: string;
45
+ };
46
+ highlights: {
47
+ highlight100: string;
48
+ highlight100Faded: string;
49
+ highlight200: string;
50
+ highlight200Faded: string;
51
+ highlight300: string;
52
+ highlight300Faded: string;
53
+ highlight400: string;
54
+ highlight400Faded: string;
55
+ highlight500: string;
56
+ highlight500Faded: string;
57
+ };
58
+ utility: {
59
+ success: string;
60
+ error: string;
61
+ warning: string;
62
+ };
63
+ incentive: {
64
+ gold: string;
65
+ gold_faded: string;
66
+ silver: string;
67
+ bronze: string;
68
+ goldDark: string;
69
+ silverDark: string;
70
+ bronzeDark: string;
71
+ };
72
+ };
2
73
  toggle: {
3
74
  background: string;
4
75
  button: {
@@ -1 +1 @@
1
- {"version":3,"file":"useColors.d.ts","sourceRoot":"","sources":["../../../../module/constants/useColors.js"],"names":[],"mappings":"AAEO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgLN"}
1
+ {"version":3,"file":"useColors.d.ts","sourceRoot":"","sources":["../../../../module/constants/useColors.js"],"names":[],"mappings":"AAEO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmLN"}
@@ -67,6 +67,7 @@ declare const _default: {
67
67
  PlusCircleIcon: ({ color, size }: IconProps) => React.JSX.Element;
68
68
  PausedIcon: ({ color, size }: IconProps) => React.JSX.Element;
69
69
  TwitterXIcon: ({ size }: IconProps) => React.JSX.Element;
70
+ RefreshIcon: ({ color, size }: IconProps) => React.JSX.Element;
70
71
  ChangeIcon: ({ color, size }: IconProps) => React.JSX.Element;
71
72
  USDIcon: ({ color, size }: IconProps) => React.JSX.Element;
72
73
  EyeOffIcon: ({ color, size }: IconProps) => React.JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../src/Components/Icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,KAAK,SAAS,GAAG;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAC,MAAM,CAAC;IACxB,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,SAAS,CAAC,EAAC,IAAI,GAAC,MAAM,GAAC,MAAM,GAAC,OAAO,CAAA;CACxC,CAAA;;kCAiBqC,SAAS;qCAkvCR,SAAS;iCAn+Bd,SAAS;wCAggCH,SAAS;iCA7xCd,SAAS;oCA2zCN,SAAS;+BAhKd,SAAS;gCA/ZP,SAAS;mCAkcP,SAAS;gCAlMX,SAAS;uCAlbH,SAAS;kCAusBd,SAAS;uCA7WF,SAAS;iCAsGd,SAAS;kCA3BT,SAAS;gCApBX,SAAS;gCAdT,SAAS;4BAt1Bf,SAAS;6BAcR,SAAS;gCAgBN,SAAS;iCAs6BN,SAAS;iCAiBT,SAAS;wCArrBN,SAAS;uCAi0BR,SAAS;sCAhDV,SAAS;sCAzOV,SAAS;sCA9aP,SAAS;oCAmtBZ,SAAS;iCAlTV,SAAS;sCAjCJ,SAAS;oCA2MX,SAAS;iCAzNZ,SAAS;kCAzgBZ,SAAS;mDAnRU,SAAS;iCA6wB1B,SAAS;0BAff,SAAS;2CA3BO,SAAS;kCAhBlB,SAAS;gCA7fd,SAAS;4BAkzBV,SAAS;oCArUD,SAAS;mCAjBV,SAAS;uCAjBL,SAAS;6BAhrBpB,SAAS;sCAopBE,SAAS;0BA9bvB,SAAS;oCA6uBG,SAAS;2BA1TlB,SAAS;iCAtsBL,SAAS;8CA0nBM,SAAS;oCAlMrB,SAAS;uCA+KL,SAAS;8BAknBlB,SAAS;sCAlxBF,SAAS;oCA5BX,SAAS;oCAiKR,SAAS;uCAhBN,SAAS;8BA1BlB,SAAS;sCAdD,SAAS;kCAdb,SAAS;6BAxdf,SAAS;kCAwaH,SAAS;+BA1EZ,SAAS;kCAhCR,SAAS;qCA6CL,SAAS;iCAjPb,SAAS;gCAgnCV,SAAS;6BAljCZ,SAAS;uCA0yBC,SAAS;iCAz4Bf,SAAS;uCA8KH,SAAS;gCApShB,SAAS;iCAeR,SAAS;qCA0SP,SAAS;6BA1If,SAAS;+BAmBP,SAAS;oDA7DY,SAAS;;AA0pC/D,wBA+EC"}
1
+ {"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../src/Components/Icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,KAAK,SAAS,GAAG;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAC,MAAM,CAAC;IACxB,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,SAAS,CAAC,EAAC,IAAI,GAAC,MAAM,GAAC,MAAM,GAAC,OAAO,CAAA;CACxC,CAAA;;kCAgCqC,SAAS;qCAkvCR,SAAS;iCAn+Bd,SAAS;wCAggCH,SAAS;iCA5yCd,SAAS;oCA00CN,SAAS;+BAhKd,SAAS;gCA/ZP,SAAS;mCAkcP,SAAS;gCAlMX,SAAS;uCAlbH,SAAS;kCAusBd,SAAS;uCA7WF,SAAS;iCAsGd,SAAS;kCA3BT,SAAS;gCApBX,SAAS;gCAdT,SAAS;4BAt1Bf,SAAS;6BAcR,SAAS;gCAgBN,SAAS;iCAs6BN,SAAS;iCAiBT,SAAS;wCArrBN,SAAS;uCAi0BR,SAAS;sCAhDV,SAAS;sCAzOV,SAAS;sCA9aP,SAAS;oCAmtBZ,SAAS;iCAlTV,SAAS;sCAjCJ,SAAS;oCA2MX,SAAS;iCAzNZ,SAAS;kCAzgBZ,SAAS;mDAnRU,SAAS;iCA6wB1B,SAAS;0BAff,SAAS;2CA3BO,SAAS;kCAhBlB,SAAS;gCA7fd,SAAS;4BAkzBV,SAAS;oCArUD,SAAS;mCAjBV,SAAS;uCAjBL,SAAS;6BAhrBpB,SAAS;sCAopBE,SAAS;0BA9bvB,SAAS;oCA6uBG,SAAS;2BA1TlB,SAAS;iCAtsBL,SAAS;8CA0nBM,SAAS;oCAlMrB,SAAS;uCA+KL,SAAS;8BAknBlB,SAAS;sCAlxBF,SAAS;oCA5BX,SAAS;oCAiKR,SAAS;uCAhBN,SAAS;8BA1BlB,SAAS;sCAdD,SAAS;kCAdb,SAAS;6BAxdf,SAAS;mCA1EH,SAAS;kCAkfT,SAAS;+BA1EZ,SAAS;kCAhCR,SAAS;qCA6CL,SAAS;iCAjPb,SAAS;gCAgnCV,SAAS;6BAljCZ,SAAS;uCA0yBC,SAAS;iCAz4Bf,SAAS;uCA8KH,SAAS;gCApShB,SAAS;iCAeR,SAAS;qCA0SP,SAAS;6BA1If,SAAS;+BAmBP,SAAS;oDA7DY,SAAS;;AA0pC/D,wBAgFC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SearchBox.d.ts","sourceRoot":"","sources":["../../../../src/Components/SearchBox.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,KAAK,cAAc,GAAG;IAClB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAC,MAAM,KAAK,IAAI,CAAC;IACjC,QAAQ,CAAC,EAAG,CAAC,IAAI,EAAC,MAAM,KAAK,IAAI,CAAC;IAClC,kBAAkB,CAAC,EAAC,OAAO,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAC,GAAG,CAAA;CACb,CAAA;AAED,QAAA,MAAM,SAAS,mEAAmE,cAAc,sBAsC/F,CAAA;AAED,eAAe,SAAS,CAAA"}
1
+ {"version":3,"file":"SearchBox.d.ts","sourceRoot":"","sources":["../../../../src/Components/SearchBox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAKxC,KAAK,cAAc,GAAG;IAClB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAC,MAAM,KAAK,IAAI,CAAC;IACjC,QAAQ,CAAC,EAAG,CAAC,IAAI,EAAC,MAAM,KAAK,IAAI,CAAC;IAClC,kBAAkB,CAAC,EAAC,OAAO,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAC,GAAG,CAAA;CACb,CAAA;AAED,QAAA,MAAM,SAAS,mEAAmE,cAAc,sBAqC/F,CAAA;AAED,eAAe,SAAS,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"BracketCompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../src/Engage/components/BracketCompetitionCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,uBAAuB,EAAE,YAAY,EAAE,YAAY,EAAE,0BAA0B,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAMnJ,KAAK,2BAA2B,GAAG;IAC/B,mBAAmB,EAAC,uBAAuB,CAAC;IAC5C,uBAAuB,EAAC,0BAA0B,CAAC;IACnD,OAAO,CAAC,EAAC,YAAY,CAAC;IACtB,KAAK,CAAC,EAAC,iBAAiB,CAAC;IACzB,KAAK,CAAC,EAAC,iBAAiB,CAAC;IACzB,MAAM,CAAC,EAAC,WAAW,CAAC;IACpB,OAAO,CAAC,EAAC,YAAY,CAAC;IACtB,mBAAmB,EAAC,CAAC,CAAC,EAAC,uBAAuB,KAAK,IAAI,CAAA;CAC1D,CAAA;AACD,QAAA,MAAM,sBAAsB,kFAAkF,2BAA2B,sBAgGxI,CAAA;AAED,eAAe,sBAAsB,CAAA"}
1
+ {"version":3,"file":"BracketCompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../src/Engage/components/BracketCompetitionCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,uBAAuB,EAAE,YAAY,EAAE,YAAY,EAAE,0BAA0B,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAMnJ,KAAK,2BAA2B,GAAG;IAC/B,mBAAmB,EAAC,uBAAuB,CAAC;IAC5C,uBAAuB,EAAC,0BAA0B,CAAC;IACnD,OAAO,CAAC,EAAC,YAAY,CAAC;IACtB,KAAK,CAAC,EAAC,iBAAiB,CAAC;IACzB,KAAK,CAAC,EAAC,iBAAiB,CAAC;IACzB,MAAM,CAAC,EAAC,WAAW,CAAC;IACpB,OAAO,CAAC,EAAC,YAAY,CAAC;IACtB,mBAAmB,EAAC,CAAC,CAAC,EAAC,uBAAuB,KAAK,IAAI,CAAA;CAC1D,CAAA;AACD,QAAA,MAAM,sBAAsB,kFAAkF,2BAA2B,sBAmGxI,CAAA;AAED,eAAe,sBAAsB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"CompanyCard.d.ts","sourceRoot":"","sources":["../../../../../src/Engage/components/CompanyCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAM9D,KAAK,gBAAgB,GAAG;IACpB,OAAO,EAAC,YAAY,CAAC;IACrB,KAAK,EAAC,MAAM,CAAC;IACb,OAAO,CAAC,EAAC,CAAC,QAAQ,EAAC,YAAY,KAAK,IAAI,CAAC;IACzC,eAAe,CAAC,EAAC,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAA;CAClD,CAAA;AAGD,QAAA,MAAM,WAAW,iDAA+C,gBAAgB,sBAkD/E,CAAA;AAED,eAAe,WAAW,CAAA"}
1
+ {"version":3,"file":"CompanyCard.d.ts","sourceRoot":"","sources":["../../../../../src/Engage/components/CompanyCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAEzC,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAI9D,KAAK,gBAAgB,GAAG;IACpB,OAAO,EAAC,YAAY,CAAC;IACrB,KAAK,EAAC,MAAM,CAAC;IACb,OAAO,CAAC,EAAC,CAAC,QAAQ,EAAC,YAAY,KAAK,IAAI,CAAC;IACzC,eAAe,CAAC,EAAC,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAA;CAClD,CAAA;AAGD,QAAA,MAAM,WAAW,iDAA+C,gBAAgB,sBAkD/E,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"CompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../src/Engage/components/CompetitionCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAMvI,KAAK,oBAAoB,GAAG;IACxB,WAAW,EAAC,gBAAgB,CAAC;IAC7B,gBAAgB,EAAC,oBAAoB,CAAC;IACtC,uBAAuB,EAAC,0BAA0B,CAAC;IACnD,OAAO,CAAC,EAAC,YAAY,CAAC;IACtB,KAAK,CAAC,EAAC,iBAAiB,CAAC;IACzB,KAAK,CAAC,EAAC,iBAAiB,CAAC;IACzB,mBAAmB,EAAC,CAAC,CAAC,EAAC,gBAAgB,KAAK,IAAI,CAAA;CACnD,CAAA;AACD,QAAA,MAAM,eAAe,2EAA2E,oBAAoB,sBA0GnH,CAAA;AAED,eAAe,eAAe,CAAA"}
1
+ {"version":3,"file":"CompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../src/Engage/components/CompetitionCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAMvI,KAAK,oBAAoB,GAAG;IACxB,WAAW,EAAC,gBAAgB,CAAC;IAC7B,gBAAgB,EAAC,oBAAoB,CAAC;IACtC,uBAAuB,EAAC,0BAA0B,CAAC;IACnD,OAAO,CAAC,EAAC,YAAY,CAAC;IACtB,KAAK,CAAC,EAAC,iBAAiB,CAAC;IACzB,KAAK,CAAC,EAAC,iBAAiB,CAAC;IACzB,mBAAmB,EAAC,CAAC,CAAC,EAAC,gBAAgB,KAAK,IAAI,CAAA;CACnD,CAAA;AACD,QAAA,MAAM,eAAe,2EAA2E,oBAAoB,sBA+GnH,CAAA;AAED,eAAe,eAAe,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"EngageHeader.d.ts","sourceRoot":"","sources":["../../../../../src/Engage/components/EngageHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAS9D,KAAK,iBAAiB,GAAG;IACrB,SAAS,EAAC,YAAY,EAAE,CAAC;IACzB,KAAK,EAAC,MAAM,CAAC;IACb,OAAO,CAAC,EAAC,CAAC,QAAQ,EAAC,YAAY,KAAK,IAAI,CAAC;IACzC,eAAe,CAAC,EAAC,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAC;IAChD,QAAQ,CAAC,EAAC,MAAM,IAAI,CAAA;CACvB,CAAA;AAED,QAAA,MAAM,YAAY,6DAA6D,iBAAiB,sBAqI/F,CAAA;AAED,eAAe,YAAY,CAAA"}
1
+ {"version":3,"file":"EngageHeader.d.ts","sourceRoot":"","sources":["../../../../../src/Engage/components/EngageHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAU9D,KAAK,iBAAiB,GAAG;IACrB,SAAS,EAAC,YAAY,EAAE,CAAC;IACzB,KAAK,EAAC,MAAM,CAAC;IACb,OAAO,CAAC,EAAC,CAAC,QAAQ,EAAC,YAAY,KAAK,IAAI,CAAC;IACzC,eAAe,CAAC,EAAC,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAC;IAChD,QAAQ,CAAC,EAAC,MAAM,IAAI,CAAA;CACvB,CAAA;AAED,QAAA,MAAM,YAAY,6DAA6D,iBAAiB,sBAqI/F,CAAA;AAED,eAAe,YAAY,CAAA"}
@@ -1,13 +1,12 @@
1
1
  import React from 'react';
2
2
  import type { BracketCompetitionProps, CompetitionProps, CompetitionSeasonProps, SquaresCompetitionProps } from '../../types';
3
3
  type PrivateCodePromptProps = {
4
- width: number;
5
4
  onFoundCompetition: (c: CompetitionProps) => void;
6
5
  onFoundSquaresCompetition: (sc: SquaresCompetitionProps) => void;
7
6
  onFoundSeason: (cs: CompetitionSeasonProps) => void;
8
7
  onFoundBracket: (b: BracketCompetitionProps) => void;
9
8
  onClose: () => void;
10
9
  };
11
- declare const PrivateCodePrompt: ({ width, onFoundCompetition, onFoundSquaresCompetition, onFoundSeason, onFoundBracket, onClose }: PrivateCodePromptProps) => React.JSX.Element;
10
+ declare const PrivateCodePrompt: ({ onFoundCompetition, onFoundSquaresCompetition, onFoundSeason, onFoundBracket, onClose }: PrivateCodePromptProps) => React.JSX.Element;
12
11
  export default PrivateCodePrompt;
13
12
  //# sourceMappingURL=PrivateCodePrompt.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PrivateCodePrompt.d.ts","sourceRoot":"","sources":["../../../../../src/Engage/components/PrivateCodePrompt.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAM9H,KAAK,sBAAsB,GAAG;IAC1B,KAAK,EAAC,MAAM,CAAC;IACb,kBAAkB,EAAC,CAAC,CAAC,EAAC,gBAAgB,KAAK,IAAI,CAAC;IAChD,yBAAyB,EAAC,CAAC,EAAE,EAAC,uBAAuB,KAAK,IAAI,CAAC;IAC/D,aAAa,EAAC,CAAC,EAAE,EAAC,sBAAsB,KAAK,IAAI,CAAC;IAClD,cAAc,EAAC,CAAC,CAAC,EAAC,uBAAuB,KAAK,IAAI,CAAC;IACnD,OAAO,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,iBAAiB,qGAAqG,sBAAsB,sBA0EjJ,CAAA;AAED,eAAe,iBAAiB,CAAA"}
1
+ {"version":3,"file":"PrivateCodePrompt.d.ts","sourceRoot":"","sources":["../../../../../src/Engage/components/PrivateCodePrompt.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,KAAK,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAM9H,KAAK,sBAAsB,GAAG;IAC1B,kBAAkB,EAAC,CAAC,CAAC,EAAC,gBAAgB,KAAK,IAAI,CAAC;IAChD,yBAAyB,EAAC,CAAC,EAAE,EAAC,uBAAuB,KAAK,IAAI,CAAC;IAC/D,aAAa,EAAC,CAAC,EAAE,EAAC,sBAAsB,KAAK,IAAI,CAAC;IAClD,cAAc,EAAC,CAAC,CAAC,EAAC,uBAAuB,KAAK,IAAI,CAAC;IACnD,OAAO,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,iBAAiB,8FAA8F,sBAAsB,sBAwE1I,CAAA;AAED,eAAe,iBAAiB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"SquaresCompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../src/Engage/components/SquaresCompetitionCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,YAAY,EAAE,UAAU,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAGxG,KAAK,2BAA2B,GAAG;IAC/B,mBAAmB,EAAC,uBAAuB,CAAC;IAC5C,KAAK,CAAC,EAAC,iBAAiB,CAAC;IACzB,KAAK,CAAC,EAAC,UAAU,CAAA;IACjB,OAAO,CAAC,EAAC,YAAY,CAAC;IACtB,mBAAmB,EAAC,CAAC,EAAE,EAAC,uBAAuB,KAAK,IAAI,CAAA;CAC3D,CAAA;AAED,QAAA,MAAM,sBAAsB,wEAAwE,2BAA2B,sBAyE9H,CAAA;AAED,eAAe,sBAAsB,CAAA"}
1
+ {"version":3,"file":"SquaresCompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../src/Engage/components/SquaresCompetitionCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,YAAY,EAAE,UAAU,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAKxG,KAAK,2BAA2B,GAAG;IAC/B,mBAAmB,EAAC,uBAAuB,CAAC;IAC5C,KAAK,CAAC,EAAC,iBAAiB,CAAC;IACzB,KAAK,CAAC,EAAC,UAAU,CAAA;IACjB,OAAO,CAAC,EAAC,YAAY,CAAC;IACtB,mBAAmB,EAAC,CAAC,EAAE,EAAC,uBAAuB,KAAK,IAAI,CAAA;CAC3D,CAAA;AAED,QAAA,MAAM,sBAAsB,wEAAwE,2BAA2B,sBA6E9H,CAAA;AAED,eAAe,sBAAsB,CAAA"}
@@ -2,6 +2,10 @@ import React from 'react';
2
2
  import type { BEEventProps, BracketCompetitionProps, CompanyProps, CompetitionProps, CompetitionSeasonProps, SquaresCompetitionProps } from '../types';
3
3
  type EngageModuleProps = {
4
4
  player_id?: string;
5
+ insets?: {
6
+ top: number;
7
+ bottom: number;
8
+ };
5
9
  onEvent?: (be_event: BEEventProps) => void;
6
10
  onManage: () => void;
7
11
  onCreateSeason?: () => void;
@@ -14,6 +18,6 @@ type EngageModuleProps = {
14
18
  onSelectSquaresCompetition: (sc: SquaresCompetitionProps) => void;
15
19
  onSelectCompetitionSeason: (cs: CompetitionSeasonProps) => void;
16
20
  };
17
- declare const EngageModule: ({ onSelectBracketCompetition, onSelectCompetition, onSelectSquaresCompetition, onSelectCompetitionSeason, onCreateSeason, onCreateCompetition, onCreateBracketCompetition, onCreateSquares, onManage, onEvent, onSelectCompany }: EngageModuleProps) => React.JSX.Element;
21
+ declare const EngageModule: ({ insets, onSelectBracketCompetition, onSelectCompetition, onSelectSquaresCompetition, onSelectCompetitionSeason, onCreateSeason, onCreateCompetition, onCreateBracketCompetition, onCreateSquares, onManage, onEvent, onSelectCompany }: EngageModuleProps) => React.JSX.Element;
18
22
  export default EngageModule;
19
23
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Engage/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,YAAY,EAAE,uBAAuB,EAAgB,YAAY,EAA8B,gBAAgB,EAA8B,sBAAsB,EAAoE,uBAAuB,EAAE,MAAM,UAAU,CAAC;AAe/R,KAAK,iBAAiB,GAAG;IACrB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,OAAO,CAAC,EAAC,CAAC,QAAQ,EAAC,YAAY,KAAK,IAAI,CAAC;IACzC,QAAQ,EAAC,MAAM,IAAI,CAAC;IACpB,cAAc,CAAC,EAAC,MAAM,IAAI,CAAC;IAC3B,eAAe,CAAC,EAAC,CAAC,CAAC,EAAC,YAAY,KAAK,IAAI,CAAC;IAC1C,mBAAmB,CAAC,EAAC,MAAM,IAAI,CAAC;IAChC,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,0BAA0B,CAAC,EAAC,MAAM,IAAI,CAAC;IACvC,mBAAmB,EAAC,CAAC,CAAC,EAAC,gBAAgB,KAAK,IAAI,CAAC;IACjD,0BAA0B,EAAC,CAAC,EAAE,EAAC,uBAAuB,KAAK,IAAI,CAAC;IAChE,0BAA0B,EAAC,CAAC,EAAE,EAAC,uBAAuB,KAAK,IAAI,CAAC;IAChE,yBAAyB,EAAC,CAAC,EAAE,EAAC,sBAAsB,KAAK,IAAI,CAAA;CAChE,CAAA;AAED,QAAA,MAAM,YAAY,qOAEf,iBAAiB,sBAyXnB,CAAA;AAED,eAAe,YAAY,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Engage/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,YAAY,EAAE,uBAAuB,EAAgB,YAAY,EAA8B,gBAAgB,EAA8B,sBAAsB,EAAoE,uBAAuB,EAAE,MAAM,UAAU,CAAC;AAe/R,KAAK,iBAAiB,GAAG;IACrB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE;QAAE,GAAG,EAAC,MAAM,CAAC;QAAC,MAAM,EAAC,MAAM,CAAA;KAAE,CAAC;IACvC,OAAO,CAAC,EAAC,CAAC,QAAQ,EAAC,YAAY,KAAK,IAAI,CAAC;IACzC,QAAQ,EAAC,MAAM,IAAI,CAAC;IACpB,cAAc,CAAC,EAAC,MAAM,IAAI,CAAC;IAC3B,eAAe,CAAC,EAAC,CAAC,CAAC,EAAC,YAAY,KAAK,IAAI,CAAC;IAC1C,mBAAmB,CAAC,EAAC,MAAM,IAAI,CAAC;IAChC,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,0BAA0B,CAAC,EAAC,MAAM,IAAI,CAAC;IACvC,mBAAmB,EAAC,CAAC,CAAC,EAAC,gBAAgB,KAAK,IAAI,CAAC;IACjD,0BAA0B,EAAC,CAAC,EAAE,EAAC,uBAAuB,KAAK,IAAI,CAAC;IAChE,0BAA0B,EAAC,CAAC,EAAE,EAAC,uBAAuB,KAAK,IAAI,CAAC;IAChE,yBAAyB,EAAC,CAAC,EAAE,EAAC,sBAAsB,KAAK,IAAI,CAAA;CAChE,CAAA;AAID,QAAA,MAAM,YAAY,6OAEf,iBAAiB,sBA0XnB,CAAA;AAED,eAAe,YAAY,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/MarketComponents/components/TeamEventMarket/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAEjF,OAAO,KAAK,EAAgB,YAAY,EAAE,uBAAuB,EAAgB,gBAAgB,EAAE,mBAAmB,EAAE,UAAU,EAAE,WAAW,EAAE,WAAW,EAAyB,UAAU,EAAE,YAAY,EAAE,uBAAuB,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAkB3Q,KAAK,oBAAoB,GAAG;IACxB,KAAK,EAAC,UAAU,CAAC;IACjB,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,aAAa,CAAC,EAAC,OAAO,CAAC;IACvB,MAAM,CAAC,EAAC,WAAW,CAAC;IACpB,YAAY,CAAC,EAAC,gBAAgB,EAAE,CAAC;IACjC,OAAO,CAAC,EAAC,MAAM,CAAC;IAChB,cAAc,CAAC,EAAC,OAAO,CAAC;IACxB,KAAK,CAAC,EAAC,OAAO,CAAC;IACf,qBAAqB,CAAC,EAAC,UAAU,GAAC,YAAY,CAAA;IAC9C,aAAa,CAAC,EAAC,OAAO,CAAC;IACvB,oBAAoB,CAAC,EAAC,uBAAuB,EAAE,CAAC;IAChD,aAAa,EAAC,UAAU,EAAE,CAAC;IAC3B,KAAK,CAAC,EAAC,GAAG,CAAC;IACX,qBAAqB,EAAC,uBAAuB,EAAE,CAAC;IAChD,iBAAiB,EAAC,mBAAmB,EAAE,CAAC;IACxC,kBAAkB,EAAE,YAAY,GAAC,gBAAgB,CAAC;IAClD,MAAM,EAAC,CAAC,IAAI,EAAC;QAAE,QAAQ,EAAC,MAAM,CAAC;QAAC,UAAU,EAAC,MAAM,CAAC;QAAC,SAAS,EAAC,MAAM,CAAC;QAAC,SAAS,CAAC,EAAC,MAAM,CAAC;QAAC,OAAO,CAAC,EAAC,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IACnH,OAAO,EAAC,CAAC,KAAK,EAAC,UAAU,KAAK,IAAI,CAAC;IACnC,OAAO,CAAC,EAAC,CAAC,QAAQ,EAAC,YAAY,KAAK,IAAI,CAAC;IACzC,QAAQ,CAAC,EAAC,CAAC,QAAQ,EAAC,OAAO,KAAK,IAAI,CAAC;IACrC,YAAY,CAAC,EAAC,CAAC,OAAO,EAAC,MAAM,KAAK,IAAI,CAAC;IACvC,OAAO,CAAC,EAAC,CAAC,KAAK,EAAC,UAAU,KAAK,IAAI,CAAC;IACpC,eAAe,CAAC,EAAC,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAC;IAChD,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,mBAAmB,EAAC,CAAC,cAAc,EAAC,MAAM,KAAK,IAAI,CAAC;IACpD,eAAe,EAAE,CAAC,UAAU,EAAC,MAAM,KAAK,IAAI,CAAC;IAC7C,uBAAuB,EAAE,CAAC,QAAQ,EAAC,MAAM,EAAE,UAAU,EAAC,MAAM,KAAK,IAAI,CAAC;IACtE,gBAAgB,EAAC,CAAC,KAAK,EAAC,UAAU,KAAK,IAAI,CAAC;IAC5C,UAAU,CAAC,EAAC,CAAC,QAAQ,EAAC,MAAM,EAAE,UAAU,EAAC,MAAM,KAAK,IAAI,CAAA;IACxD,gBAAgB,CAAC,EAAC,OAAO,CAAA;CAC5B,CAAA;oeACwc,oBAAoB;AA6mB7d,wBAGE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/MarketComponents/components/TeamEventMarket/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAEjF,OAAO,KAAK,EAAgB,YAAY,EAAE,uBAAuB,EAAgB,gBAAgB,EAAE,mBAAmB,EAAE,UAAU,EAAE,WAAW,EAAE,WAAW,EAAyB,UAAU,EAAE,YAAY,EAAE,uBAAuB,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAkB3Q,KAAK,oBAAoB,GAAG;IACxB,KAAK,EAAC,UAAU,CAAC;IACjB,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,aAAa,CAAC,EAAC,OAAO,CAAC;IACvB,MAAM,CAAC,EAAC,WAAW,CAAC;IACpB,YAAY,CAAC,EAAC,gBAAgB,EAAE,CAAC;IACjC,OAAO,CAAC,EAAC,MAAM,CAAC;IAChB,cAAc,CAAC,EAAC,OAAO,CAAC;IACxB,KAAK,CAAC,EAAC,OAAO,CAAC;IACf,qBAAqB,CAAC,EAAC,UAAU,GAAC,YAAY,CAAA;IAC9C,aAAa,CAAC,EAAC,OAAO,CAAC;IACvB,oBAAoB,CAAC,EAAC,uBAAuB,EAAE,CAAC;IAChD,aAAa,EAAC,UAAU,EAAE,CAAC;IAC3B,KAAK,CAAC,EAAC,GAAG,CAAC;IACX,qBAAqB,EAAC,uBAAuB,EAAE,CAAC;IAChD,iBAAiB,EAAC,mBAAmB,EAAE,CAAC;IACxC,kBAAkB,EAAE,YAAY,GAAC,gBAAgB,CAAC;IAClD,MAAM,EAAC,CAAC,IAAI,EAAC;QAAE,QAAQ,EAAC,MAAM,CAAC;QAAC,UAAU,EAAC,MAAM,CAAC;QAAC,SAAS,EAAC,MAAM,CAAC;QAAC,SAAS,CAAC,EAAC,MAAM,CAAC;QAAC,OAAO,CAAC,EAAC,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IACnH,OAAO,EAAC,CAAC,KAAK,EAAC,UAAU,KAAK,IAAI,CAAC;IACnC,OAAO,CAAC,EAAC,CAAC,QAAQ,EAAC,YAAY,KAAK,IAAI,CAAC;IACzC,QAAQ,CAAC,EAAC,CAAC,QAAQ,EAAC,OAAO,KAAK,IAAI,CAAC;IACrC,YAAY,CAAC,EAAC,CAAC,OAAO,EAAC,MAAM,KAAK,IAAI,CAAC;IACvC,OAAO,CAAC,EAAC,CAAC,KAAK,EAAC,UAAU,KAAK,IAAI,CAAC;IACpC,eAAe,CAAC,EAAC,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAC;IAChD,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,mBAAmB,EAAC,CAAC,cAAc,EAAC,MAAM,KAAK,IAAI,CAAC;IACpD,eAAe,EAAE,CAAC,UAAU,EAAC,MAAM,KAAK,IAAI,CAAC;IAC7C,uBAAuB,EAAE,CAAC,QAAQ,EAAC,MAAM,EAAE,UAAU,EAAC,MAAM,KAAK,IAAI,CAAC;IACtE,gBAAgB,EAAC,CAAC,KAAK,EAAC,UAAU,KAAK,IAAI,CAAC;IAC5C,UAAU,CAAC,EAAC,CAAC,QAAQ,EAAC,MAAM,EAAE,UAAU,EAAC,MAAM,KAAK,IAAI,CAAA;IACxD,gBAAgB,CAAC,EAAC,OAAO,CAAA;CAC5B,CAAA;oeACwc,oBAAoB;AAwnB7d,wBAGE"}
@@ -1,4 +1,75 @@
1
1
  export declare const useColors: () => {
2
+ absolutes: {
3
+ brand: {
4
+ cobalt: string;
5
+ midnight: string;
6
+ midnightTopGradient: string;
7
+ electric: string;
8
+ cyan: string;
9
+ slate: string;
10
+ slateLight: string;
11
+ mint: string;
12
+ yellow: string;
13
+ facebook: string;
14
+ new: string;
15
+ midnightLight: string;
16
+ electricLight: string;
17
+ successDark: string;
18
+ errorDark: string;
19
+ };
20
+ chart: {
21
+ cyan: string;
22
+ electric: string;
23
+ };
24
+ company: {
25
+ paypal: string;
26
+ paypal_blue: string;
27
+ };
28
+ shades: {
29
+ white: string;
30
+ shade100: string;
31
+ shade200: string;
32
+ shade300: string;
33
+ shade400: string;
34
+ shade500: string;
35
+ shade600: string;
36
+ black: string;
37
+ black_faded: string;
38
+ black_faded_heavy: string;
39
+ black_faded_super_heavy: string;
40
+ blackFadedHeavy: string;
41
+ };
42
+ accents: {
43
+ accent100: string;
44
+ accent200: string;
45
+ };
46
+ highlights: {
47
+ highlight100: string;
48
+ highlight100Faded: string;
49
+ highlight200: string;
50
+ highlight200Faded: string;
51
+ highlight300: string;
52
+ highlight300Faded: string;
53
+ highlight400: string;
54
+ highlight400Faded: string;
55
+ highlight500: string;
56
+ highlight500Faded: string;
57
+ };
58
+ utility: {
59
+ success: string;
60
+ error: string;
61
+ warning: string;
62
+ };
63
+ incentive: {
64
+ gold: string;
65
+ gold_faded: string;
66
+ silver: string;
67
+ bronze: string;
68
+ goldDark: string;
69
+ silverDark: string;
70
+ bronzeDark: string;
71
+ };
72
+ };
2
73
  toggle: {
3
74
  background: string;
4
75
  button: {
@@ -1 +1 @@
1
- {"version":3,"file":"useColors.d.ts","sourceRoot":"","sources":["../../../../src/constants/useColors.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+JrB,CAAA"}
1
+ {"version":3,"file":"useColors.d.ts","sourceRoot":"","sources":["../../../../src/constants/useColors.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiKrB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "be-components",
3
- "version": "3.4.2",
3
+ "version": "3.4.3",
4
4
  "description": "Components for BettorEdge Apps",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",