be-components 6.7.1 → 6.7.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 (94) hide show
  1. package/lib/commonjs/Components/Switch.js +30 -7
  2. package/lib/commonjs/Components/Switch.js.map +1 -1
  3. package/lib/commonjs/Components/Themed.js +2 -0
  4. package/lib/commonjs/Components/Themed.js.map +1 -1
  5. package/lib/commonjs/Group/api/index.js +20 -2
  6. package/lib/commonjs/Group/api/index.js.map +1 -1
  7. package/lib/commonjs/Group/components/CreateGroupWizard.js +8 -0
  8. package/lib/commonjs/Group/components/CreateGroupWizard.js.map +1 -1
  9. package/lib/commonjs/Group/components/GroupPlayerActionForm.js +2 -1
  10. package/lib/commonjs/Group/components/GroupPlayerActionForm.js.map +1 -1
  11. package/lib/commonjs/Group/components/ManageGroupForm.js +68 -1
  12. package/lib/commonjs/Group/components/ManageGroupForm.js.map +1 -1
  13. package/lib/commonjs/Group/components/MySettingsForm.js +215 -0
  14. package/lib/commonjs/Group/components/MySettingsForm.js.map +1 -0
  15. package/lib/commonjs/Group/index.js +255 -19
  16. package/lib/commonjs/Group/index.js.map +1 -1
  17. package/lib/commonjs/constants/useColors.js +2 -0
  18. package/lib/commonjs/constants/useColors.js.map +1 -1
  19. package/lib/commonjs/types.d.js.map +1 -1
  20. package/lib/module/Components/Switch.js +26 -3
  21. package/lib/module/Components/Switch.js.map +1 -1
  22. package/lib/module/Components/Themed.js +2 -0
  23. package/lib/module/Components/Themed.js.map +1 -1
  24. package/lib/module/Group/api/index.js +20 -2
  25. package/lib/module/Group/api/index.js.map +1 -1
  26. package/lib/module/Group/components/CreateGroupWizard.js +8 -0
  27. package/lib/module/Group/components/CreateGroupWizard.js.map +1 -1
  28. package/lib/module/Group/components/GroupPlayerActionForm.js +2 -1
  29. package/lib/module/Group/components/GroupPlayerActionForm.js.map +1 -1
  30. package/lib/module/Group/components/ManageGroupForm.js +68 -1
  31. package/lib/module/Group/components/ManageGroupForm.js.map +1 -1
  32. package/lib/module/Group/components/MySettingsForm.js +208 -0
  33. package/lib/module/Group/components/MySettingsForm.js.map +1 -0
  34. package/lib/module/Group/index.js +256 -20
  35. package/lib/module/Group/index.js.map +1 -1
  36. package/lib/module/constants/useColors.js +2 -0
  37. package/lib/module/constants/useColors.js.map +1 -1
  38. package/lib/module/types.d.js.map +1 -1
  39. package/lib/typescript/lib/commonjs/Components/Switch.d.ts +2 -1
  40. package/lib/typescript/lib/commonjs/Components/Switch.d.ts.map +1 -1
  41. package/lib/typescript/lib/commonjs/Components/Themed.d.ts.map +1 -1
  42. package/lib/typescript/lib/commonjs/Group/api/index.d.ts +2 -1
  43. package/lib/typescript/lib/commonjs/Group/api/index.d.ts.map +1 -1
  44. package/lib/typescript/lib/commonjs/Group/components/CreateGroupWizard.d.ts +3 -1
  45. package/lib/typescript/lib/commonjs/Group/components/CreateGroupWizard.d.ts.map +1 -1
  46. package/lib/typescript/lib/commonjs/Group/components/GroupPlayerActionForm.d.ts.map +1 -1
  47. package/lib/typescript/lib/commonjs/Group/components/ManageGroupForm.d.ts.map +1 -1
  48. package/lib/typescript/lib/commonjs/Group/components/MySettingsForm.d.ts +8 -0
  49. package/lib/typescript/lib/commonjs/Group/components/MySettingsForm.d.ts.map +1 -0
  50. package/lib/typescript/lib/commonjs/Group/index.d.ts +3 -1
  51. package/lib/typescript/lib/commonjs/Group/index.d.ts.map +1 -1
  52. package/lib/typescript/lib/commonjs/constants/useColors.d.ts +1 -0
  53. package/lib/typescript/lib/commonjs/constants/useColors.d.ts.map +1 -1
  54. package/lib/typescript/lib/module/Components/Switch.d.ts +3 -3
  55. package/lib/typescript/lib/module/Components/Switch.d.ts.map +1 -1
  56. package/lib/typescript/lib/module/Components/Themed.d.ts.map +1 -1
  57. package/lib/typescript/lib/module/Group/api/index.d.ts +2 -1
  58. package/lib/typescript/lib/module/Group/api/index.d.ts.map +1 -1
  59. package/lib/typescript/lib/module/Group/components/CreateGroupWizard.d.ts +3 -1
  60. package/lib/typescript/lib/module/Group/components/CreateGroupWizard.d.ts.map +1 -1
  61. package/lib/typescript/lib/module/Group/components/GroupPlayerActionForm.d.ts.map +1 -1
  62. package/lib/typescript/lib/module/Group/components/ManageGroupForm.d.ts.map +1 -1
  63. package/lib/typescript/lib/module/Group/components/MySettingsForm.d.ts +8 -0
  64. package/lib/typescript/lib/module/Group/components/MySettingsForm.d.ts.map +1 -0
  65. package/lib/typescript/lib/module/Group/index.d.ts +3 -1
  66. package/lib/typescript/lib/module/Group/index.d.ts.map +1 -1
  67. package/lib/typescript/lib/module/constants/useColors.d.ts +1 -0
  68. package/lib/typescript/lib/module/constants/useColors.d.ts.map +1 -1
  69. package/lib/typescript/src/Components/Switch.d.ts +2 -1
  70. package/lib/typescript/src/Components/Switch.d.ts.map +1 -1
  71. package/lib/typescript/src/Components/Themed.d.ts +1 -1
  72. package/lib/typescript/src/Components/Themed.d.ts.map +1 -1
  73. package/lib/typescript/src/Group/api/index.d.ts +2 -1
  74. package/lib/typescript/src/Group/api/index.d.ts.map +1 -1
  75. package/lib/typescript/src/Group/components/CreateGroupWizard.d.ts +4 -2
  76. package/lib/typescript/src/Group/components/CreateGroupWizard.d.ts.map +1 -1
  77. package/lib/typescript/src/Group/components/ManageGroupForm.d.ts.map +1 -1
  78. package/lib/typescript/src/Group/components/MySettingsForm.d.ts +10 -0
  79. package/lib/typescript/src/Group/components/MySettingsForm.d.ts.map +1 -0
  80. package/lib/typescript/src/Group/index.d.ts +4 -2
  81. package/lib/typescript/src/Group/index.d.ts.map +1 -1
  82. package/lib/typescript/src/constants/useColors.d.ts +1 -0
  83. package/lib/typescript/src/constants/useColors.d.ts.map +1 -1
  84. package/package.json +1 -1
  85. package/src/Components/Switch.tsx +15 -8
  86. package/src/Components/Themed.tsx +2 -1
  87. package/src/Group/api/index.ts +13 -2
  88. package/src/Group/components/CreateGroupWizard.tsx +11 -5
  89. package/src/Group/components/GroupPlayerActionForm.tsx +1 -1
  90. package/src/Group/components/ManageGroupForm.tsx +41 -1
  91. package/src/Group/components/MySettingsForm.tsx +144 -0
  92. package/src/Group/index.tsx +146 -17
  93. package/src/constants/useColors.tsx +2 -0
  94. package/src/types.d.ts +7 -0
@@ -59,6 +59,7 @@ export const useColors = (props?:UseColorProps) => {
59
59
  input: Colors.shades.white,
60
60
  disabled_input: Colors.shades.shade400,
61
61
  blur: 'rgba(242, 245, 247, 0.7)',
62
+ dark_blur: 'rgba(242, 245, 247, 0.9)',
62
63
  liquidMarket: Colors.highlights.highlight500Faded,
63
64
  illiquidMarket: Colors.shades.shade100
64
65
  },
@@ -139,6 +140,7 @@ export const useColors = (props?:UseColorProps) => {
139
140
  footer: Colors.shades.blackFadedHeavy, // **(NEW)** #222831,
140
141
  gold: Colors.incentive.goldDark,
141
142
  blur: 'rgba(17, 17, 17, 0.7)',
143
+ dark_blur: 'rgba(17, 17, 17, 0.9)',
142
144
  liquidMarket: Colors.highlights.highlight500,
143
145
  illiquidMarket: Colors.shades.shade500
144
146
 
package/src/types.d.ts CHANGED
@@ -807,6 +807,7 @@ export interface GroupProps {
807
807
  invite_only: boolean,
808
808
  invite_code?:string,
809
809
  group_image?:any,
810
+ allow_member_invites?:boolean,
810
811
  order_alerts:boolean,
811
812
  position_alerts:boolean,
812
813
  leaderboard_ind:boolean,
@@ -823,6 +824,12 @@ export interface GroupPlayerProps {
823
824
  group_player_id:string,
824
825
  group_id:string,
825
826
  player_id:string,
827
+ banned?:boolean,
828
+ leaderboard?:boolean,
829
+ activity?:boolean,
830
+ chat_notifications?:boolean,
831
+ member_notifications?:boolean,
832
+ activity_notifications?:string[],
826
833
  create_datetime:any,
827
834
  status:'invited'|'active'|'inactive',
828
835
  last_update_datetime:any,