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.
- package/lib/commonjs/Components/Switch.js +30 -7
- package/lib/commonjs/Components/Switch.js.map +1 -1
- package/lib/commonjs/Components/Themed.js +2 -0
- package/lib/commonjs/Components/Themed.js.map +1 -1
- package/lib/commonjs/Group/api/index.js +20 -2
- package/lib/commonjs/Group/api/index.js.map +1 -1
- package/lib/commonjs/Group/components/CreateGroupWizard.js +8 -0
- package/lib/commonjs/Group/components/CreateGroupWizard.js.map +1 -1
- package/lib/commonjs/Group/components/GroupPlayerActionForm.js +2 -1
- package/lib/commonjs/Group/components/GroupPlayerActionForm.js.map +1 -1
- package/lib/commonjs/Group/components/ManageGroupForm.js +68 -1
- package/lib/commonjs/Group/components/ManageGroupForm.js.map +1 -1
- package/lib/commonjs/Group/components/MySettingsForm.js +215 -0
- package/lib/commonjs/Group/components/MySettingsForm.js.map +1 -0
- package/lib/commonjs/Group/index.js +255 -19
- package/lib/commonjs/Group/index.js.map +1 -1
- package/lib/commonjs/constants/useColors.js +2 -0
- package/lib/commonjs/constants/useColors.js.map +1 -1
- package/lib/commonjs/types.d.js.map +1 -1
- package/lib/module/Components/Switch.js +26 -3
- package/lib/module/Components/Switch.js.map +1 -1
- package/lib/module/Components/Themed.js +2 -0
- package/lib/module/Components/Themed.js.map +1 -1
- package/lib/module/Group/api/index.js +20 -2
- package/lib/module/Group/api/index.js.map +1 -1
- package/lib/module/Group/components/CreateGroupWizard.js +8 -0
- package/lib/module/Group/components/CreateGroupWizard.js.map +1 -1
- package/lib/module/Group/components/GroupPlayerActionForm.js +2 -1
- package/lib/module/Group/components/GroupPlayerActionForm.js.map +1 -1
- package/lib/module/Group/components/ManageGroupForm.js +68 -1
- package/lib/module/Group/components/ManageGroupForm.js.map +1 -1
- package/lib/module/Group/components/MySettingsForm.js +208 -0
- package/lib/module/Group/components/MySettingsForm.js.map +1 -0
- package/lib/module/Group/index.js +256 -20
- package/lib/module/Group/index.js.map +1 -1
- package/lib/module/constants/useColors.js +2 -0
- package/lib/module/constants/useColors.js.map +1 -1
- package/lib/module/types.d.js.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Switch.d.ts +2 -1
- package/lib/typescript/lib/commonjs/Components/Switch.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Themed.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Group/api/index.d.ts +2 -1
- package/lib/typescript/lib/commonjs/Group/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Group/components/CreateGroupWizard.d.ts +3 -1
- package/lib/typescript/lib/commonjs/Group/components/CreateGroupWizard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Group/components/GroupPlayerActionForm.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Group/components/ManageGroupForm.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Group/components/MySettingsForm.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Group/components/MySettingsForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Group/index.d.ts +3 -1
- package/lib/typescript/lib/commonjs/Group/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/constants/useColors.d.ts +1 -0
- package/lib/typescript/lib/commonjs/constants/useColors.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Switch.d.ts +3 -3
- package/lib/typescript/lib/module/Components/Switch.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Themed.d.ts.map +1 -1
- package/lib/typescript/lib/module/Group/api/index.d.ts +2 -1
- package/lib/typescript/lib/module/Group/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Group/components/CreateGroupWizard.d.ts +3 -1
- package/lib/typescript/lib/module/Group/components/CreateGroupWizard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Group/components/GroupPlayerActionForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Group/components/ManageGroupForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Group/components/MySettingsForm.d.ts +8 -0
- package/lib/typescript/lib/module/Group/components/MySettingsForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/Group/index.d.ts +3 -1
- package/lib/typescript/lib/module/Group/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/constants/useColors.d.ts +1 -0
- package/lib/typescript/lib/module/constants/useColors.d.ts.map +1 -1
- package/lib/typescript/src/Components/Switch.d.ts +2 -1
- package/lib/typescript/src/Components/Switch.d.ts.map +1 -1
- package/lib/typescript/src/Components/Themed.d.ts +1 -1
- package/lib/typescript/src/Components/Themed.d.ts.map +1 -1
- package/lib/typescript/src/Group/api/index.d.ts +2 -1
- package/lib/typescript/src/Group/api/index.d.ts.map +1 -1
- package/lib/typescript/src/Group/components/CreateGroupWizard.d.ts +4 -2
- package/lib/typescript/src/Group/components/CreateGroupWizard.d.ts.map +1 -1
- package/lib/typescript/src/Group/components/ManageGroupForm.d.ts.map +1 -1
- package/lib/typescript/src/Group/components/MySettingsForm.d.ts +10 -0
- package/lib/typescript/src/Group/components/MySettingsForm.d.ts.map +1 -0
- package/lib/typescript/src/Group/index.d.ts +4 -2
- package/lib/typescript/src/Group/index.d.ts.map +1 -1
- package/lib/typescript/src/constants/useColors.d.ts +1 -0
- package/lib/typescript/src/constants/useColors.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/Components/Switch.tsx +15 -8
- package/src/Components/Themed.tsx +2 -1
- package/src/Group/api/index.ts +13 -2
- package/src/Group/components/CreateGroupWizard.tsx +11 -5
- package/src/Group/components/GroupPlayerActionForm.tsx +1 -1
- package/src/Group/components/ManageGroupForm.tsx +41 -1
- package/src/Group/components/MySettingsForm.tsx +144 -0
- package/src/Group/index.tsx +146 -17
- package/src/constants/useColors.tsx +2 -0
- 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,
|