be-components 6.0.4 → 6.0.5

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 (109) 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/Pagination.js +70 -6
  4. package/lib/commonjs/Components/Pagination.js.map +1 -1
  5. package/lib/commonjs/LocationTracker/api/index.js +2 -0
  6. package/lib/commonjs/LocationTracker/api/index.js.map +1 -1
  7. package/lib/commonjs/LocationTracker/index.js +39 -54
  8. package/lib/commonjs/LocationTracker/index.js.map +1 -1
  9. package/lib/commonjs/MarketComponents/api/index.js +137 -2
  10. package/lib/commonjs/MarketComponents/api/index.js.map +1 -1
  11. package/lib/commonjs/MarketComponents/components/AthleteMarket/index.js +2 -2
  12. package/lib/commonjs/MarketComponents/components/AthleteMarket/index.js.map +1 -1
  13. package/lib/commonjs/MarketComponents/components/TeamEventMarket/api/index.js +28 -0
  14. package/lib/commonjs/MarketComponents/components/TeamEventMarket/api/index.js.map +1 -1
  15. package/lib/commonjs/MarketComponents/components/TeamEventMarket/index.js +3 -2
  16. package/lib/commonjs/MarketComponents/components/TeamEventMarket/index.js.map +1 -1
  17. package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +1 -130
  18. package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
  19. package/lib/commonjs/ProfileManager/index.js +15 -5
  20. package/lib/commonjs/ProfileManager/index.js.map +1 -1
  21. package/lib/commonjs/SocialComponents/SocialOrderCard.js +50 -1
  22. package/lib/commonjs/SocialComponents/SocialOrderCard.js.map +1 -1
  23. package/lib/module/Components/Icons.js +30 -0
  24. package/lib/module/Components/Icons.js.map +1 -1
  25. package/lib/module/Components/Pagination.js +68 -5
  26. package/lib/module/Components/Pagination.js.map +1 -1
  27. package/lib/module/LocationTracker/api/index.js +2 -0
  28. package/lib/module/LocationTracker/api/index.js.map +1 -1
  29. package/lib/module/LocationTracker/index.js +16 -31
  30. package/lib/module/LocationTracker/index.js.map +1 -1
  31. package/lib/module/MarketComponents/api/index.js +137 -2
  32. package/lib/module/MarketComponents/api/index.js.map +1 -1
  33. package/lib/module/MarketComponents/components/AthleteMarket/index.js +2 -2
  34. package/lib/module/MarketComponents/components/AthleteMarket/index.js.map +1 -1
  35. package/lib/module/MarketComponents/components/TeamEventMarket/api/index.js +28 -0
  36. package/lib/module/MarketComponents/components/TeamEventMarket/api/index.js.map +1 -1
  37. package/lib/module/MarketComponents/components/TeamEventMarket/index.js +3 -2
  38. package/lib/module/MarketComponents/components/TeamEventMarket/index.js.map +1 -1
  39. package/lib/module/ProfileManager/Components/ProfileWizard.js +1 -132
  40. package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
  41. package/lib/module/ProfileManager/index.js +15 -5
  42. package/lib/module/ProfileManager/index.js.map +1 -1
  43. package/lib/module/SocialComponents/SocialOrderCard.js +50 -1
  44. package/lib/module/SocialComponents/SocialOrderCard.js.map +1 -1
  45. package/lib/typescript/lib/commonjs/Components/Icons.d.ts +5 -0
  46. package/lib/typescript/lib/commonjs/Components/Icons.d.ts.map +1 -1
  47. package/lib/typescript/lib/commonjs/Components/Pagination.d.ts +3 -1
  48. package/lib/typescript/lib/commonjs/Components/Pagination.d.ts.map +1 -1
  49. package/lib/typescript/lib/commonjs/LocationTracker/api/index.d.ts +1 -0
  50. package/lib/typescript/lib/commonjs/LocationTracker/api/index.d.ts.map +1 -1
  51. package/lib/typescript/lib/commonjs/LocationTracker/index.d.ts.map +1 -1
  52. package/lib/typescript/lib/commonjs/MarketComponents/api/index.d.ts +10 -0
  53. package/lib/typescript/lib/commonjs/MarketComponents/api/index.d.ts.map +1 -1
  54. package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventMarket/api/index.d.ts.map +1 -1
  55. package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
  56. package/lib/typescript/lib/commonjs/ProfileManager/index.d.ts +3 -1
  57. package/lib/typescript/lib/commonjs/ProfileManager/index.d.ts.map +1 -1
  58. package/lib/typescript/lib/commonjs/SocialComponents/SocialOrderCard.d.ts +2 -1
  59. package/lib/typescript/lib/commonjs/SocialComponents/SocialOrderCard.d.ts.map +1 -1
  60. package/lib/typescript/lib/module/Components/Icons.d.ts +5 -0
  61. package/lib/typescript/lib/module/Components/Icons.d.ts.map +1 -1
  62. package/lib/typescript/lib/module/Components/Pagination.d.ts +3 -1
  63. package/lib/typescript/lib/module/Components/Pagination.d.ts.map +1 -1
  64. package/lib/typescript/lib/module/LocationTracker/api/index.d.ts +1 -0
  65. package/lib/typescript/lib/module/LocationTracker/api/index.d.ts.map +1 -1
  66. package/lib/typescript/lib/module/LocationTracker/index.d.ts +1 -2
  67. package/lib/typescript/lib/module/LocationTracker/index.d.ts.map +1 -1
  68. package/lib/typescript/lib/module/MarketComponents/api/index.d.ts +10 -0
  69. package/lib/typescript/lib/module/MarketComponents/api/index.d.ts.map +1 -1
  70. package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/api/index.d.ts.map +1 -1
  71. package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts +2 -1
  72. package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -1
  73. package/lib/typescript/lib/module/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
  74. package/lib/typescript/lib/module/ProfileManager/index.d.ts +3 -1
  75. package/lib/typescript/lib/module/ProfileManager/index.d.ts.map +1 -1
  76. package/lib/typescript/lib/module/SocialComponents/SocialOrderCard.d.ts +2 -1
  77. package/lib/typescript/lib/module/SocialComponents/SocialOrderCard.d.ts.map +1 -1
  78. package/lib/typescript/src/Components/Icons.d.ts +1 -0
  79. package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
  80. package/lib/typescript/src/Components/Pagination.d.ts +3 -1
  81. package/lib/typescript/src/Components/Pagination.d.ts.map +1 -1
  82. package/lib/typescript/src/LocationTracker/api/index.d.ts.map +1 -1
  83. package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -1
  84. package/lib/typescript/src/MarketComponents/api/index.d.ts +22 -2
  85. package/lib/typescript/src/MarketComponents/api/index.d.ts.map +1 -1
  86. package/lib/typescript/src/MarketComponents/components/AthleteMarket/index.d.ts.map +1 -1
  87. package/lib/typescript/src/MarketComponents/components/TeamEventMarket/api/index.d.ts.map +1 -1
  88. package/lib/typescript/src/MarketComponents/components/TeamEventMarket/index.d.ts +2 -1
  89. package/lib/typescript/src/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -1
  90. package/lib/typescript/src/MarketComponents/index.d.ts +2 -1
  91. package/lib/typescript/src/MarketComponents/index.d.ts.map +1 -1
  92. package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
  93. package/lib/typescript/src/ProfileManager/index.d.ts +3 -1
  94. package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
  95. package/lib/typescript/src/SocialComponents/SocialOrderCard.d.ts +4 -3
  96. package/lib/typescript/src/SocialComponents/SocialOrderCard.d.ts.map +1 -1
  97. package/package.json +1 -1
  98. package/src/Components/Icons.tsx +17 -0
  99. package/src/Components/Pagination.tsx +46 -6
  100. package/src/LocationTracker/api/index.tsx +2 -0
  101. package/src/LocationTracker/index.tsx +16 -26
  102. package/src/MarketComponents/api/index.ts +110 -4
  103. package/src/MarketComponents/components/AthleteMarket/index.tsx +2 -3
  104. package/src/MarketComponents/components/TeamEventMarket/api/index.ts +27 -1
  105. package/src/MarketComponents/components/TeamEventMarket/index.tsx +4 -4
  106. package/src/ProfileManager/Components/ProfileWizard.tsx +2 -139
  107. package/src/ProfileManager/index.tsx +9 -7
  108. package/src/SocialComponents/SocialOrderCard.tsx +24 -3
  109. package/src/types.d.ts +11 -1
package/src/types.d.ts CHANGED
@@ -1,5 +1,12 @@
1
1
  import type { Moment } from "moment-mini";
2
2
 
3
+ //LOCAL TYPES
4
+ export interface ErrorProps {
5
+ type: 'GENERAL'|'AUTH'|'OBJECT'
6
+ key: string,
7
+ message: string
8
+ }
9
+
3
10
  export interface PublicPlayerProps {
4
11
  player_id:string,
5
12
  username:string,
@@ -330,6 +337,7 @@ export interface LocationProps {
330
337
  value:string,
331
338
  label:string,
332
339
  legal_ind:boolean,
340
+ commission_pct:number,
333
341
  location_image: string,
334
342
  create_datetime:any,
335
343
  last_update_datetime: any
@@ -514,7 +522,9 @@ export interface EventScoringProps {
514
522
  home_period_score:number
515
523
  }
516
524
 
517
-
525
+ export interface ExpirationProps {
526
+ type: 'timestamp'|'increment', default?:boolean, label:string, increment?:string, increment_value?:number, expire_datetime?:Moment
527
+ }
518
528
  export interface TournamentProps {
519
529
  tournament_id:string,
520
530
  league_id:string,