@armoyu/ui 1.0.0
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/dist/app/layout.d.ts +7 -0
- package/dist/app/layout.d.ts.map +1 -0
- package/dist/app/layout.js +31 -0
- package/dist/app/layout.js.map +1 -0
- package/dist/app/page.d.ts +2 -0
- package/dist/app/page.d.ts.map +1 -0
- package/dist/app/page.js +40 -0
- package/dist/app/page.js.map +1 -0
- package/dist/components/Button.d.ts +8 -0
- package/dist/components/Button.d.ts.map +1 -0
- package/dist/components/Button.js +16 -0
- package/dist/components/Button.js.map +1 -0
- package/dist/components/GenderStatsBar.d.ts +6 -0
- package/dist/components/GenderStatsBar.d.ts.map +1 -0
- package/dist/components/GenderStatsBar.js +8 -0
- package/dist/components/GenderStatsBar.js.map +1 -0
- package/dist/components/RollingNumber.d.ts +7 -0
- package/dist/components/RollingNumber.d.ts.map +1 -0
- package/dist/components/RollingNumber.js +24 -0
- package/dist/components/RollingNumber.js.map +1 -0
- package/dist/components/Slider.d.ts +11 -0
- package/dist/components/Slider.d.ts.map +1 -0
- package/dist/components/Slider.js +36 -0
- package/dist/components/Slider.js.map +1 -0
- package/dist/components/StatsGrid.d.ts +6 -0
- package/dist/components/StatsGrid.d.ts.map +1 -0
- package/dist/components/StatsGrid.js +14 -0
- package/dist/components/StatsGrid.js.map +1 -0
- package/dist/components/ViewModeToggle.d.ts +8 -0
- package/dist/components/ViewModeToggle.d.ts.map +1 -0
- package/dist/components/ViewModeToggle.js +10 -0
- package/dist/components/ViewModeToggle.js.map +1 -0
- package/dist/components/modules/auth/Dashboard.d.ts +2 -0
- package/dist/components/modules/auth/Dashboard.d.ts.map +1 -0
- package/dist/components/modules/auth/Dashboard.js +251 -0
- package/dist/components/modules/auth/Dashboard.js.map +1 -0
- package/dist/components/modules/auth/MediaLightbox.d.ts +14 -0
- package/dist/components/modules/auth/MediaLightbox.d.ts.map +1 -0
- package/dist/components/modules/auth/MediaLightbox.js +47 -0
- package/dist/components/modules/auth/MediaLightbox.js.map +1 -0
- package/dist/components/modules/auth/PostCard.d.ts +25 -0
- package/dist/components/modules/auth/PostCard.d.ts.map +1 -0
- package/dist/components/modules/auth/PostCard.js +113 -0
- package/dist/components/modules/auth/PostCard.js.map +1 -0
- package/dist/components/modules/auth/PostInteractionsModal.d.ts +12 -0
- package/dist/components/modules/auth/PostInteractionsModal.d.ts.map +1 -0
- package/dist/components/modules/auth/PostInteractionsModal.js +13 -0
- package/dist/components/modules/auth/PostInteractionsModal.js.map +1 -0
- package/dist/components/modules/auth/RepostModal.d.ts +22 -0
- package/dist/components/modules/auth/RepostModal.d.ts.map +1 -0
- package/dist/components/modules/auth/RepostModal.js +76 -0
- package/dist/components/modules/auth/RepostModal.js.map +1 -0
- package/dist/components/modules/auth/SidebarLeft.d.ts +2 -0
- package/dist/components/modules/auth/SidebarLeft.d.ts.map +1 -0
- package/dist/components/modules/auth/SidebarLeft.js +41 -0
- package/dist/components/modules/auth/SidebarLeft.js.map +1 -0
- package/dist/components/modules/auth/Stories.d.ts +2 -0
- package/dist/components/modules/auth/Stories.d.ts.map +1 -0
- package/dist/components/modules/auth/Stories.js +16 -0
- package/dist/components/modules/auth/Stories.js.map +1 -0
- package/dist/components/modules/auth/StoryViewer.d.ts +10 -0
- package/dist/components/modules/auth/StoryViewer.d.ts.map +1 -0
- package/dist/components/modules/auth/StoryViewer.js +48 -0
- package/dist/components/modules/auth/StoryViewer.js.map +1 -0
- package/dist/components/modules/chat/ChatContainer.d.ts +2 -0
- package/dist/components/modules/chat/ChatContainer.d.ts.map +1 -0
- package/dist/components/modules/chat/ChatContainer.js +197 -0
- package/dist/components/modules/chat/ChatContainer.js.map +1 -0
- package/dist/components/modules/chat/ChatInput.d.ts +5 -0
- package/dist/components/modules/chat/ChatInput.d.ts.map +1 -0
- package/dist/components/modules/chat/ChatInput.js +31 -0
- package/dist/components/modules/chat/ChatInput.js.map +1 -0
- package/dist/components/modules/chat/ChatList.d.ts +7 -0
- package/dist/components/modules/chat/ChatList.d.ts.map +1 -0
- package/dist/components/modules/chat/ChatList.js +52 -0
- package/dist/components/modules/chat/ChatList.js.map +1 -0
- package/dist/components/modules/chat/ChatMessage.d.ts +12 -0
- package/dist/components/modules/chat/ChatMessage.d.ts.map +1 -0
- package/dist/components/modules/chat/ChatMessage.js +7 -0
- package/dist/components/modules/chat/ChatMessage.js.map +1 -0
- package/dist/components/modules/chat/ChatNotes.d.ts +2 -0
- package/dist/components/modules/chat/ChatNotes.d.ts.map +1 -0
- package/dist/components/modules/chat/ChatNotes.js +12 -0
- package/dist/components/modules/chat/ChatNotes.js.map +1 -0
- package/dist/components/modules/community/GroupHeader.d.ts +11 -0
- package/dist/components/modules/community/GroupHeader.d.ts.map +1 -0
- package/dist/components/modules/community/GroupHeader.js +18 -0
- package/dist/components/modules/community/GroupHeader.js.map +1 -0
- package/dist/components/modules/community/GroupMenu.d.ts +10 -0
- package/dist/components/modules/community/GroupMenu.d.ts.map +1 -0
- package/dist/components/modules/community/GroupMenu.js +17 -0
- package/dist/components/modules/community/GroupMenu.js.map +1 -0
- package/dist/components/modules/community/SchoolCard.d.ts +7 -0
- package/dist/components/modules/community/SchoolCard.d.ts.map +1 -0
- package/dist/components/modules/community/SchoolCard.js +8 -0
- package/dist/components/modules/community/SchoolCard.js.map +1 -0
- package/dist/components/modules/community/SurveyCard.d.ts +7 -0
- package/dist/components/modules/community/SurveyCard.d.ts.map +1 -0
- package/dist/components/modules/community/SurveyCard.js +38 -0
- package/dist/components/modules/community/SurveyCard.js.map +1 -0
- package/dist/components/modules/forum/ForumBoard.d.ts +17 -0
- package/dist/components/modules/forum/ForumBoard.d.ts.map +1 -0
- package/dist/components/modules/forum/ForumBoard.js +7 -0
- package/dist/components/modules/forum/ForumBoard.js.map +1 -0
- package/dist/components/modules/forum/ForumPost.d.ts +14 -0
- package/dist/components/modules/forum/ForumPost.d.ts.map +1 -0
- package/dist/components/modules/forum/ForumPost.js +6 -0
- package/dist/components/modules/forum/ForumPost.js.map +1 -0
- package/dist/components/modules/forum/NewTopicModal.d.ts +8 -0
- package/dist/components/modules/forum/NewTopicModal.d.ts.map +1 -0
- package/dist/components/modules/forum/NewTopicModal.js +27 -0
- package/dist/components/modules/forum/NewTopicModal.js.map +1 -0
- package/dist/components/modules/forum/TopicItem.d.ts +16 -0
- package/dist/components/modules/forum/TopicItem.d.ts.map +1 -0
- package/dist/components/modules/forum/TopicItem.js +7 -0
- package/dist/components/modules/forum/TopicItem.js.map +1 -0
- package/dist/components/modules/galleries/GalleryCard.d.ts +10 -0
- package/dist/components/modules/galleries/GalleryCard.d.ts.map +1 -0
- package/dist/components/modules/galleries/GalleryCard.js +6 -0
- package/dist/components/modules/galleries/GalleryCard.js.map +1 -0
- package/dist/components/modules/giveaways/GiveawayCard.d.ts +10 -0
- package/dist/components/modules/giveaways/GiveawayCard.d.ts.map +1 -0
- package/dist/components/modules/giveaways/GiveawayCard.js +7 -0
- package/dist/components/modules/giveaways/GiveawayCard.js.map +1 -0
- package/dist/components/modules/groups/ApplicationModal.d.ts +8 -0
- package/dist/components/modules/groups/ApplicationModal.d.ts.map +1 -0
- package/dist/components/modules/groups/ApplicationModal.js +28 -0
- package/dist/components/modules/groups/ApplicationModal.js.map +1 -0
- package/dist/components/modules/groups/GroupCard.d.ts +13 -0
- package/dist/components/modules/groups/GroupCard.d.ts.map +1 -0
- package/dist/components/modules/groups/GroupCard.js +7 -0
- package/dist/components/modules/groups/GroupCard.js.map +1 -0
- package/dist/components/modules/guest/Introduction.d.ts +2 -0
- package/dist/components/modules/guest/Introduction.d.ts.map +1 -0
- package/dist/components/modules/guest/Introduction.js +14 -0
- package/dist/components/modules/guest/Introduction.js.map +1 -0
- package/dist/components/modules/magaza/BackToStore.d.ts +2 -0
- package/dist/components/modules/magaza/BackToStore.d.ts.map +1 -0
- package/dist/components/modules/magaza/BackToStore.js +11 -0
- package/dist/components/modules/magaza/BackToStore.js.map +1 -0
- package/dist/components/modules/magaza/StoreHeader.d.ts +6 -0
- package/dist/components/modules/magaza/StoreHeader.d.ts.map +1 -0
- package/dist/components/modules/magaza/StoreHeader.js +9 -0
- package/dist/components/modules/magaza/StoreHeader.js.map +1 -0
- package/dist/components/modules/news/NewsCard.d.ts +12 -0
- package/dist/components/modules/news/NewsCard.d.ts.map +1 -0
- package/dist/components/modules/news/NewsCard.js +7 -0
- package/dist/components/modules/news/NewsCard.js.map +1 -0
- package/dist/components/modules/news/NewsComments.d.ts +2 -0
- package/dist/components/modules/news/NewsComments.d.ts.map +1 -0
- package/dist/components/modules/news/NewsComments.js +53 -0
- package/dist/components/modules/news/NewsComments.js.map +1 -0
- package/dist/components/modules/profile/CloudStorageModal.d.ts +9 -0
- package/dist/components/modules/profile/CloudStorageModal.d.ts.map +1 -0
- package/dist/components/modules/profile/CloudStorageModal.js +32 -0
- package/dist/components/modules/profile/CloudStorageModal.js.map +1 -0
- package/dist/components/modules/profile/EditProfileModal.d.ts +9 -0
- package/dist/components/modules/profile/EditProfileModal.d.ts.map +1 -0
- package/dist/components/modules/profile/EditProfileModal.js +28 -0
- package/dist/components/modules/profile/EditProfileModal.js.map +1 -0
- package/dist/components/modules/profile/ProfileContent.d.ts +5 -0
- package/dist/components/modules/profile/ProfileContent.d.ts.map +1 -0
- package/dist/components/modules/profile/ProfileContent.js +71 -0
- package/dist/components/modules/profile/ProfileContent.js.map +1 -0
- package/dist/components/modules/profile/ProfileHeader.d.ts +8 -0
- package/dist/components/modules/profile/ProfileHeader.d.ts.map +1 -0
- package/dist/components/modules/profile/ProfileHeader.js +20 -0
- package/dist/components/modules/profile/ProfileHeader.js.map +1 -0
- package/dist/components/modules/profile/ProfileStats.d.ts +2 -0
- package/dist/components/modules/profile/ProfileStats.d.ts.map +1 -0
- package/dist/components/modules/profile/ProfileStats.js +15 -0
- package/dist/components/modules/profile/ProfileStats.js.map +1 -0
- package/dist/components/modules/profile/TeamSelectorModal.d.ts +11 -0
- package/dist/components/modules/profile/TeamSelectorModal.d.ts.map +1 -0
- package/dist/components/modules/profile/TeamSelectorModal.js +17 -0
- package/dist/components/modules/profile/TeamSelectorModal.js.map +1 -0
- package/dist/components/modules/stations/StationCard.d.ts +3 -0
- package/dist/components/modules/stations/StationCard.d.ts.map +1 -0
- package/dist/components/modules/stations/StationCard.js +26 -0
- package/dist/components/modules/stations/StationCard.js.map +1 -0
- package/dist/components/modules/stations/StationQRModal.d.ts +10 -0
- package/dist/components/modules/stations/StationQRModal.d.ts.map +1 -0
- package/dist/components/modules/stations/StationQRModal.js +13 -0
- package/dist/components/modules/stations/StationQRModal.js.map +1 -0
- package/dist/components/shared/FloatingChatButton.d.ts +5 -0
- package/dist/components/shared/FloatingChatButton.d.ts.map +1 -0
- package/dist/components/shared/FloatingChatButton.js +21 -0
- package/dist/components/shared/FloatingChatButton.js.map +1 -0
- package/dist/components/shared/Footer.d.ts +2 -0
- package/dist/components/shared/Footer.d.ts.map +1 -0
- package/dist/components/shared/Footer.js +10 -0
- package/dist/components/shared/Footer.js.map +1 -0
- package/dist/components/shared/Header.d.ts +2 -0
- package/dist/components/shared/Header.d.ts.map +1 -0
- package/dist/components/shared/Header.js +98 -0
- package/dist/components/shared/Header.js.map +1 -0
- package/dist/components/shared/LoginModal.d.ts +5 -0
- package/dist/components/shared/LoginModal.d.ts.map +1 -0
- package/dist/components/shared/LoginModal.js +70 -0
- package/dist/components/shared/LoginModal.js.map +1 -0
- package/dist/components/shared/MainLayoutWrapper.d.ts +4 -0
- package/dist/components/shared/MainLayoutWrapper.d.ts.map +1 -0
- package/dist/components/shared/MainLayoutWrapper.js +8 -0
- package/dist/components/shared/MainLayoutWrapper.js.map +1 -0
- package/dist/components/shared/PageWidth.d.ts +6 -0
- package/dist/components/shared/PageWidth.d.ts.map +1 -0
- package/dist/components/shared/PageWidth.js +14 -0
- package/dist/components/shared/PageWidth.js.map +1 -0
- package/dist/components/showcase/CommunityTab.d.ts +2 -0
- package/dist/components/showcase/CommunityTab.d.ts.map +1 -0
- package/dist/components/showcase/CommunityTab.js +6 -0
- package/dist/components/showcase/CommunityTab.js.map +1 -0
- package/dist/components/showcase/CorporateTab.d.ts +2 -0
- package/dist/components/showcase/CorporateTab.d.ts.map +1 -0
- package/dist/components/showcase/CorporateTab.js +6 -0
- package/dist/components/showcase/CorporateTab.js.map +1 -0
- package/dist/components/showcase/GeneralTab.d.ts +2 -0
- package/dist/components/showcase/GeneralTab.d.ts.map +1 -0
- package/dist/components/showcase/GeneralTab.js +6 -0
- package/dist/components/showcase/GeneralTab.js.map +1 -0
- package/dist/components/showcase/MessagesTab.d.ts +2 -0
- package/dist/components/showcase/MessagesTab.d.ts.map +1 -0
- package/dist/components/showcase/MessagesTab.js +6 -0
- package/dist/components/showcase/MessagesTab.js.map +1 -0
- package/dist/components/showcase/ProfileTab.d.ts +2 -0
- package/dist/components/showcase/ProfileTab.d.ts.map +1 -0
- package/dist/components/showcase/ProfileTab.js +7 -0
- package/dist/components/showcase/ProfileTab.js.map +1 -0
- package/dist/components/showcase/ShopTab.d.ts +2 -0
- package/dist/components/showcase/ShopTab.d.ts.map +1 -0
- package/dist/components/showcase/ShopTab.js +6 -0
- package/dist/components/showcase/ShopTab.js.map +1 -0
- package/dist/components/showcase/SocialTab.d.ts +2 -0
- package/dist/components/showcase/SocialTab.d.ts.map +1 -0
- package/dist/components/showcase/SocialTab.js +7 -0
- package/dist/components/showcase/SocialTab.js.map +1 -0
- package/dist/context/AuthContext.d.ts +19 -0
- package/dist/context/AuthContext.d.ts.map +1 -0
- package/dist/context/AuthContext.js +75 -0
- package/dist/context/AuthContext.js.map +1 -0
- package/dist/context/CartContext.d.ts +17 -0
- package/dist/context/CartContext.d.ts.map +1 -0
- package/dist/context/CartContext.js +64 -0
- package/dist/context/CartContext.js.map +1 -0
- package/dist/context/ChatContext.d.ts +13 -0
- package/dist/context/ChatContext.d.ts.map +1 -0
- package/dist/context/ChatContext.js +18 -0
- package/dist/context/ChatContext.js.map +1 -0
- package/dist/context/LayoutContext.d.ts +11 -0
- package/dist/context/LayoutContext.d.ts.map +1 -0
- package/dist/context/LayoutContext.js +17 -0
- package/dist/context/LayoutContext.js.map +1 -0
- package/dist/context/SocketContext.d.ts +13 -0
- package/dist/context/SocketContext.d.ts.map +1 -0
- package/dist/context/SocketContext.js +31 -0
- package/dist/context/SocketContext.js.map +1 -0
- package/dist/context/ThemeContext.d.ts +11 -0
- package/dist/context/ThemeContext.d.ts.map +1 -0
- package/dist/context/ThemeContext.js +40 -0
- package/dist/context/ThemeContext.js.map +1 -0
- package/dist/index.d.ts +66 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +81 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/constants/educationData.d.ts +8 -0
- package/dist/lib/constants/educationData.d.ts.map +1 -0
- package/dist/lib/constants/educationData.js +118 -0
- package/dist/lib/constants/educationData.js.map +1 -0
- package/dist/lib/constants/punishmentData.d.ts +30 -0
- package/dist/lib/constants/punishmentData.d.ts.map +1 -0
- package/dist/lib/constants/punishmentData.js +184 -0
- package/dist/lib/constants/punishmentData.js.map +1 -0
- package/dist/lib/constants/seedData.d.ts +165 -0
- package/dist/lib/constants/seedData.d.ts.map +1 -0
- package/dist/lib/constants/seedData.js +709 -0
- package/dist/lib/constants/seedData.js.map +1 -0
- package/dist/lib/constants/stationData.d.ts +14 -0
- package/dist/lib/constants/stationData.d.ts.map +1 -0
- package/dist/lib/constants/stationData.js +167 -0
- package/dist/lib/constants/stationData.js.map +1 -0
- package/dist/lib/constants/surveyData.d.ts +3 -0
- package/dist/lib/constants/surveyData.d.ts.map +1 -0
- package/dist/lib/constants/surveyData.js +50 -0
- package/dist/lib/constants/surveyData.js.map +1 -0
- package/dist/lib/constants/teamData.d.ts +13 -0
- package/dist/lib/constants/teamData.d.ts.map +1 -0
- package/dist/lib/constants/teamData.js +66 -0
- package/dist/lib/constants/teamData.js.map +1 -0
- package/dist/lib/utils/numberFormat.d.ts +10 -0
- package/dist/lib/utils/numberFormat.d.ts.map +1 -0
- package/dist/lib/utils/numberFormat.js +17 -0
- package/dist/lib/utils/numberFormat.js.map +1 -0
- package/dist/lib/utils/odpUtils.d.ts +16 -0
- package/dist/lib/utils/odpUtils.d.ts.map +1 -0
- package/dist/lib/utils/odpUtils.js +44 -0
- package/dist/lib/utils/odpUtils.js.map +1 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +2 -0
- package/dist/types/index.js.map +1 -0
- package/dist/types/stats.d.ts +18 -0
- package/dist/types/stats.d.ts.map +1 -0
- package/dist/types/stats.js +2 -0
- package/dist/types/stats.js.map +1 -0
- package/next.config.ts +13 -0
- package/package.json +46 -0
- package/postcss.config.js +6 -0
- package/src/app/layout.tsx +64 -0
- package/src/app/page.tsx +101 -0
- package/src/components/Button.tsx +41 -0
- package/src/components/GenderStatsBar.tsx +66 -0
- package/src/components/RollingNumber.tsx +50 -0
- package/src/components/Slider.tsx +114 -0
- package/src/components/StatsGrid.tsx +35 -0
- package/src/components/ViewModeToggle.tsx +39 -0
- package/src/components/modules/auth/Dashboard.tsx +649 -0
- package/src/components/modules/auth/MediaLightbox.tsx +112 -0
- package/src/components/modules/auth/PostCard.tsx +556 -0
- package/src/components/modules/auth/PostInteractionsModal.tsx +138 -0
- package/src/components/modules/auth/RepostModal.tsx +167 -0
- package/src/components/modules/auth/SidebarLeft.tsx +237 -0
- package/src/components/modules/auth/Stories.tsx +69 -0
- package/src/components/modules/auth/StoryViewer.tsx +146 -0
- package/src/components/modules/chat/ChatContainer.tsx +332 -0
- package/src/components/modules/chat/ChatInput.tsx +57 -0
- package/src/components/modules/chat/ChatList.tsx +179 -0
- package/src/components/modules/chat/ChatMessage.tsx +43 -0
- package/src/components/modules/chat/ChatNotes.tsx +58 -0
- package/src/components/modules/community/GroupHeader.tsx +111 -0
- package/src/components/modules/community/GroupMenu.tsx +82 -0
- package/src/components/modules/community/SchoolCard.tsx +104 -0
- package/src/components/modules/community/SurveyCard.tsx +149 -0
- package/src/components/modules/forum/ForumBoard.tsx +78 -0
- package/src/components/modules/forum/ForumPost.tsx +71 -0
- package/src/components/modules/forum/NewTopicModal.tsx +112 -0
- package/src/components/modules/forum/TopicItem.tsx +72 -0
- package/src/components/modules/galleries/GalleryCard.tsx +66 -0
- package/src/components/modules/giveaways/GiveawayCard.tsx +76 -0
- package/src/components/modules/groups/ApplicationModal.tsx +133 -0
- package/src/components/modules/groups/GroupCard.tsx +96 -0
- package/src/components/modules/guest/Introduction.tsx +60 -0
- package/src/components/modules/magaza/BackToStore.tsx +53 -0
- package/src/components/modules/magaza/StoreHeader.tsx +74 -0
- package/src/components/modules/news/NewsCard.tsx +66 -0
- package/src/components/modules/news/NewsComments.tsx +141 -0
- package/src/components/modules/profile/CloudStorageModal.tsx +200 -0
- package/src/components/modules/profile/EditProfileModal.tsx +191 -0
- package/src/components/modules/profile/ProfileContent.tsx +491 -0
- package/src/components/modules/profile/ProfileHeader.tsx +128 -0
- package/src/components/modules/profile/ProfileStats.tsx +72 -0
- package/src/components/modules/profile/TeamSelectorModal.tsx +129 -0
- package/src/components/modules/stations/StationCard.tsx +95 -0
- package/src/components/modules/stations/StationQRModal.tsx +102 -0
- package/src/components/shared/FloatingChatButton.tsx +57 -0
- package/src/components/shared/Footer.tsx +77 -0
- package/src/components/shared/Header.tsx +799 -0
- package/src/components/shared/LoginModal.tsx +208 -0
- package/src/components/shared/MainLayoutWrapper.tsx +15 -0
- package/src/components/shared/PageWidth.tsx +22 -0
- package/src/components/showcase/CommunityTab.tsx +22 -0
- package/src/components/showcase/CorporateTab.tsx +38 -0
- package/src/components/showcase/GeneralTab.tsx +41 -0
- package/src/components/showcase/MessagesTab.tsx +26 -0
- package/src/components/showcase/ProfileTab.tsx +20 -0
- package/src/components/showcase/ShopTab.tsx +24 -0
- package/src/components/showcase/SocialTab.tsx +28 -0
- package/src/context/AuthContext.tsx +104 -0
- package/src/context/CartContext.tsx +93 -0
- package/src/context/ChatContext.tsx +32 -0
- package/src/context/LayoutContext.tsx +29 -0
- package/src/context/SocketContext.tsx +50 -0
- package/src/context/ThemeContext.tsx +52 -0
- package/src/globals.css +187 -0
- package/src/index.ts +96 -0
- package/src/lib/constants/educationData.ts +124 -0
- package/src/lib/constants/punishmentData.ts +201 -0
- package/src/lib/constants/seedData.ts +758 -0
- package/src/lib/constants/stationData.ts +170 -0
- package/src/lib/constants/surveyData.ts +53 -0
- package/src/lib/constants/teamData.ts +69 -0
- package/src/lib/utils/numberFormat.ts +16 -0
- package/src/lib/utils/odpUtils.ts +51 -0
- package/src/types/index.ts +1 -0
- package/src/types/stats.ts +17 -0
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
export const PUNISHMENT_RULES = [
|
|
2
|
+
// SOHBET (M1.X)
|
|
3
|
+
{
|
|
4
|
+
id: 'spam-flood',
|
|
5
|
+
article: 'M1.1',
|
|
6
|
+
category: 'SOHBET',
|
|
7
|
+
name: 'Spam / Flood',
|
|
8
|
+
description: 'Sohbet veya yorum alanlarında tekrarlayıcı ve rahatsız edici içerik paylaşımı.',
|
|
9
|
+
duration: 24,
|
|
10
|
+
restrictions: ['CHAT_BAN'],
|
|
11
|
+
severity: 'low',
|
|
12
|
+
isMajor: false
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
id: 'inappropriate-lang',
|
|
16
|
+
article: 'M1.2',
|
|
17
|
+
category: 'SOHBET',
|
|
18
|
+
name: 'Uygunsuz Dil / Küfür',
|
|
19
|
+
description: 'Diğer kullanıcılara yönelik hakaret, küfür veya aşağılayıcı ifadeler.',
|
|
20
|
+
duration: 72,
|
|
21
|
+
restrictions: ['CHAT_BAN'],
|
|
22
|
+
severity: 'medium',
|
|
23
|
+
isMajor: true
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
id: 'toxic-behavior',
|
|
27
|
+
article: 'M1.3',
|
|
28
|
+
category: 'SOHBET',
|
|
29
|
+
name: 'Toksik Davranış / Kışkırtma',
|
|
30
|
+
description: 'Topluluk huzurunu bozmaya yönelik kışkırtmalar ve huzursuzluk çıkarma.',
|
|
31
|
+
duration: 48,
|
|
32
|
+
restrictions: ['CHAT_BAN'],
|
|
33
|
+
severity: 'low',
|
|
34
|
+
isMajor: false
|
|
35
|
+
},
|
|
36
|
+
// İÇERİK (M2.X)
|
|
37
|
+
{
|
|
38
|
+
id: 'misleading-content',
|
|
39
|
+
article: 'M2.1',
|
|
40
|
+
category: 'İÇERİK',
|
|
41
|
+
name: 'Hatalı Paylaşım / Clickbait',
|
|
42
|
+
description: 'Topluluğu yanıltıcı veya gereksiz (çöp) içerik üretimi.',
|
|
43
|
+
duration: 48,
|
|
44
|
+
restrictions: ['POST_BAN'],
|
|
45
|
+
severity: 'low',
|
|
46
|
+
isMajor: false
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
id: 'illegal-content',
|
|
50
|
+
article: 'M2.2',
|
|
51
|
+
category: 'İÇERİK',
|
|
52
|
+
name: 'İllegal / Uygunsuz Paylaşım',
|
|
53
|
+
description: 'Yasal olmayan içeriklerin, korsan yazılım veya uygunsuz medyanın paylaşımı.',
|
|
54
|
+
duration: 0,
|
|
55
|
+
restrictions: ['PERMANENT_BAN'],
|
|
56
|
+
severity: 'critical',
|
|
57
|
+
isMajor: true
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
id: 'ad-sharing',
|
|
61
|
+
article: 'M2.3',
|
|
62
|
+
category: 'İÇERİK',
|
|
63
|
+
name: 'İzinsiz Reklam / Tanıtım',
|
|
64
|
+
description: 'Yönetimden izin almadan yapılan topluluk, yayıncı veya ürün reklamları.',
|
|
65
|
+
duration: 168,
|
|
66
|
+
restrictions: ['POST_BAN', 'CHAT_BAN'],
|
|
67
|
+
severity: 'medium',
|
|
68
|
+
isMajor: false
|
|
69
|
+
},
|
|
70
|
+
// GÜVENLİK (M3.X)
|
|
71
|
+
{
|
|
72
|
+
id: 'harassment',
|
|
73
|
+
article: 'M3.1',
|
|
74
|
+
category: 'GÜVENLİK',
|
|
75
|
+
name: 'Kullanıcı Taciz / Rahatsızlık',
|
|
76
|
+
description: 'Kullanıcıları sistematik olarak rahatsız etme veya taciz etme.',
|
|
77
|
+
duration: 168,
|
|
78
|
+
restrictions: ['CHAT_BAN', 'POST_BAN', 'PROFILE_EDIT_BAN'],
|
|
79
|
+
severity: 'high',
|
|
80
|
+
isMajor: true
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
id: 'doxxing',
|
|
84
|
+
article: 'M3.2',
|
|
85
|
+
category: 'GÜVENLİK',
|
|
86
|
+
name: 'Kişisel Veri İhlali / Doxxing',
|
|
87
|
+
description: 'Bir kullanıcının gerçek hayat verilerini, adresini veya telefonunu izinsiz paylaşma.',
|
|
88
|
+
duration: 0,
|
|
89
|
+
restrictions: ['PERMANENT_BAN'],
|
|
90
|
+
severity: 'critical',
|
|
91
|
+
isMajor: true
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
id: 'bug-abuse',
|
|
95
|
+
article: 'M3.3',
|
|
96
|
+
category: 'GÜVENLİK',
|
|
97
|
+
name: 'Sistem Odaklı Hata Kullanımı',
|
|
98
|
+
description: 'Platformdaki hataları (bug) bildirmek yerine kendi çıkarı için kullanma.',
|
|
99
|
+
duration: 720, // 1 month
|
|
100
|
+
restrictions: ['LOGIN_BAN', 'POST_BAN'],
|
|
101
|
+
severity: 'high',
|
|
102
|
+
isMajor: true
|
|
103
|
+
},
|
|
104
|
+
// HESAP (M4.X)
|
|
105
|
+
{
|
|
106
|
+
id: 'fake-identity',
|
|
107
|
+
article: 'M4.1',
|
|
108
|
+
category: 'HESAP',
|
|
109
|
+
name: 'Sahte Kimlik / Taklit',
|
|
110
|
+
description: 'Başka bir kullanıcıyı veya yetkiliyi taklit etme.',
|
|
111
|
+
duration: 0,
|
|
112
|
+
restrictions: ['PERMANENT_BAN'],
|
|
113
|
+
severity: 'critical',
|
|
114
|
+
isMajor: true
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
id: 'hate-speech',
|
|
118
|
+
article: 'M4.2',
|
|
119
|
+
category: 'HESAP',
|
|
120
|
+
name: 'Nefret Söylemi / Değerlere Hakaret',
|
|
121
|
+
description: 'Dini, milli veya manevi değerlere yönelik ağır hakaret ve saldırı.',
|
|
122
|
+
duration: 0,
|
|
123
|
+
restrictions: ['PERMANENT_BAN'],
|
|
124
|
+
severity: 'critical',
|
|
125
|
+
isMajor: true
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
id: 'fraud',
|
|
129
|
+
article: 'M4.3',
|
|
130
|
+
category: 'HESAP',
|
|
131
|
+
name: 'Dolandırıcılık / Sahtekarlık',
|
|
132
|
+
description: 'Hizmet veya ürün alımlarında kullanıcıları veya sistemi dolandırma girişimi.',
|
|
133
|
+
duration: 0,
|
|
134
|
+
restrictions: ['PERMANENT_BAN'],
|
|
135
|
+
severity: 'critical',
|
|
136
|
+
isMajor: true
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
id: 'multi-account',
|
|
140
|
+
article: 'M4.4',
|
|
141
|
+
category: 'HESAP',
|
|
142
|
+
name: 'Çoklu Hesap / Multi Account',
|
|
143
|
+
description: 'Yasaklandığı halde farklı hesaplarla sisteme tekrar dahil olma girişimi.',
|
|
144
|
+
duration: 0,
|
|
145
|
+
restrictions: ['PERMANENT_BAN'],
|
|
146
|
+
severity: 'critical',
|
|
147
|
+
isMajor: true
|
|
148
|
+
}
|
|
149
|
+
];
|
|
150
|
+
export const getRestrictionLabel = (type) => {
|
|
151
|
+
switch (type) {
|
|
152
|
+
case 'CHAT_BAN': return 'Sohbet Yasağı';
|
|
153
|
+
case 'POST_BAN': return 'Paylaşım Yasağı';
|
|
154
|
+
case 'PROFILE_EDIT_BAN': return 'Profil Düzenleme Yasağı';
|
|
155
|
+
case 'LOGIN_BAN': return 'Giriş Yasağı';
|
|
156
|
+
case 'PERMANENT_BAN': return 'Kalıcı Yasaklama (Ban)';
|
|
157
|
+
default: return 'Bilinmeyen Kısıtlama';
|
|
158
|
+
}
|
|
159
|
+
};
|
|
160
|
+
/**
|
|
161
|
+
* Calculates the escalated duration based on the number of previous punishments.
|
|
162
|
+
* Formula: base * multiplier
|
|
163
|
+
*/
|
|
164
|
+
export const calculateEscalatedDuration = (baseDuration, punishmentCount) => {
|
|
165
|
+
if (baseDuration === 0)
|
|
166
|
+
return 0; // Permanent stays permanent
|
|
167
|
+
const level = getCommunityComplianceLevel(punishmentCount);
|
|
168
|
+
return Math.round(baseDuration * level.multiplier);
|
|
169
|
+
};
|
|
170
|
+
/**
|
|
171
|
+
* Returns the community compliance level details based on involvement count.
|
|
172
|
+
*/
|
|
173
|
+
export const getCommunityComplianceLevel = (count) => {
|
|
174
|
+
if (count === 0)
|
|
175
|
+
return { label: 'Tam Uyumlu', color: '#10b981', multiplier: 1.0, severity: 'safe' };
|
|
176
|
+
if (count < 3)
|
|
177
|
+
return { label: 'Biliyor', color: '#3b82f6', multiplier: 1.1, severity: 'low' };
|
|
178
|
+
if (count < 6)
|
|
179
|
+
return { label: 'Dikkat Etmeli', color: '#eab308', multiplier: 1.3, severity: 'medium' };
|
|
180
|
+
if (count < 9)
|
|
181
|
+
return { label: 'Rehberlik Gerekli', color: '#f97316', multiplier: 1.6, severity: 'high' };
|
|
182
|
+
return { label: 'İnceleme Altında', color: '#ef4444', multiplier: 2.0, severity: 'critical' };
|
|
183
|
+
};
|
|
184
|
+
//# sourceMappingURL=punishmentData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"punishmentData.js","sourceRoot":"","sources":["../../../src/lib/constants/punishmentData.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
import { User, Post, Role, Group, Product, Note, Story, News, Mod, Forum, Giveaway, Project, Survey, School, Faculty, Classroom, SchoolTeam, Session } from '@armoyu/core';
|
|
2
|
+
import { GlobalStats } from '../../types';
|
|
3
|
+
export * from './stationData';
|
|
4
|
+
export * from './surveyData';
|
|
5
|
+
export * from './educationData';
|
|
6
|
+
/**
|
|
7
|
+
* Common Roles
|
|
8
|
+
*/
|
|
9
|
+
export declare const roles: {
|
|
10
|
+
admin: Role;
|
|
11
|
+
memberMgmt: Role;
|
|
12
|
+
discipline: Role;
|
|
13
|
+
eventMgmt: Role;
|
|
14
|
+
assettoOfficial: Role;
|
|
15
|
+
mcOfficial: Role;
|
|
16
|
+
responsible: Role;
|
|
17
|
+
gameDev: Role;
|
|
18
|
+
softwareDev: Role;
|
|
19
|
+
frontendDev: Role;
|
|
20
|
+
backendDev: Role;
|
|
21
|
+
fullstackDev: Role;
|
|
22
|
+
streamerContent: Role;
|
|
23
|
+
streamerGaming: Role;
|
|
24
|
+
streamer: Role;
|
|
25
|
+
esports: Role;
|
|
26
|
+
user: Role;
|
|
27
|
+
qualified: Role;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Seed data for Groups (Guilds/Communities)
|
|
31
|
+
*/
|
|
32
|
+
export declare const groupList: Group[];
|
|
33
|
+
/**
|
|
34
|
+
* Seed data for users (Team Members)
|
|
35
|
+
*/
|
|
36
|
+
export declare const userList: User[];
|
|
37
|
+
export declare const MOCK_SURVEYS: Survey[];
|
|
38
|
+
export declare const surveyList: Survey[];
|
|
39
|
+
export declare const schoolList: School[];
|
|
40
|
+
export declare const facultyList: Faculty[];
|
|
41
|
+
export declare const schoolTeamList: SchoolTeam[];
|
|
42
|
+
export declare const classroomList: Classroom[];
|
|
43
|
+
/**
|
|
44
|
+
* Seed data for posts
|
|
45
|
+
*/
|
|
46
|
+
export declare const postList: Post[];
|
|
47
|
+
/**
|
|
48
|
+
* Mock Session for Auto-Login
|
|
49
|
+
* notifications and chatList live on Session, not User.
|
|
50
|
+
*/
|
|
51
|
+
export declare const MOCK_SESSION: Session;
|
|
52
|
+
/**
|
|
53
|
+
* Shop & News Mock Data (Migrated from mockData.ts)
|
|
54
|
+
*/
|
|
55
|
+
export declare const MOCK_PRODUCTS: Product[];
|
|
56
|
+
export declare const MOCK_NEWS: News[];
|
|
57
|
+
export declare const newsList: News[];
|
|
58
|
+
export declare const MOCK_NOTES: Note[];
|
|
59
|
+
/**
|
|
60
|
+
* Global Statistics (Migrated from mockData.ts)
|
|
61
|
+
*/
|
|
62
|
+
export declare const mockGlobalStats: GlobalStats;
|
|
63
|
+
/**
|
|
64
|
+
* Rankings (Derived from userList)
|
|
65
|
+
*/
|
|
66
|
+
export declare const MOCK_RANKING_LEVEL: User[];
|
|
67
|
+
export declare const MOCK_RANKING_POPULARITY: User[];
|
|
68
|
+
/**
|
|
69
|
+
* Stories Mock Data (Migrated and Reconstructed)
|
|
70
|
+
*/
|
|
71
|
+
export declare const MOCK_STORIES: Story[];
|
|
72
|
+
/**
|
|
73
|
+
* Game Mods Mock Data
|
|
74
|
+
*/
|
|
75
|
+
export declare const MOCK_MODS: Mod[];
|
|
76
|
+
/**
|
|
77
|
+
* Forum Categories Mock Data
|
|
78
|
+
*/
|
|
79
|
+
export declare const MOCK_FORUM_CATEGORIES: {
|
|
80
|
+
title: string;
|
|
81
|
+
boards: Forum[];
|
|
82
|
+
}[];
|
|
83
|
+
/**
|
|
84
|
+
* Giveaways Mock Data
|
|
85
|
+
*/
|
|
86
|
+
export declare const MOCK_GIVEAWAYS: Giveaway[];
|
|
87
|
+
export declare const giveawayList: Giveaway[];
|
|
88
|
+
/**
|
|
89
|
+
* Mock Projects Data
|
|
90
|
+
*/
|
|
91
|
+
export declare const MOCK_PROJECTS: Project[];
|
|
92
|
+
export declare const projectList: Project[];
|
|
93
|
+
export declare const sessionList: Session[];
|
|
94
|
+
export declare const armoyuProjects: Project[];
|
|
95
|
+
export declare const armoyuGiveaways: Giveaway[];
|
|
96
|
+
/**
|
|
97
|
+
* Forum Topics Mock Data
|
|
98
|
+
*/
|
|
99
|
+
export declare const MOCK_FORUM_TOPICS: ({
|
|
100
|
+
id: string;
|
|
101
|
+
boardId: string;
|
|
102
|
+
title: string;
|
|
103
|
+
author: string;
|
|
104
|
+
authorAvatar: string;
|
|
105
|
+
replies: number;
|
|
106
|
+
views: number;
|
|
107
|
+
lastActivity: string;
|
|
108
|
+
lastAuthor: string;
|
|
109
|
+
isPinned: boolean;
|
|
110
|
+
isHot: boolean;
|
|
111
|
+
isSolved?: undefined;
|
|
112
|
+
} | {
|
|
113
|
+
id: string;
|
|
114
|
+
boardId: string;
|
|
115
|
+
title: string;
|
|
116
|
+
author: string;
|
|
117
|
+
authorAvatar: string;
|
|
118
|
+
replies: number;
|
|
119
|
+
views: number;
|
|
120
|
+
lastActivity: string;
|
|
121
|
+
lastAuthor: string;
|
|
122
|
+
isSolved: boolean;
|
|
123
|
+
isPinned?: undefined;
|
|
124
|
+
isHot?: undefined;
|
|
125
|
+
} | {
|
|
126
|
+
id: string;
|
|
127
|
+
boardId: string;
|
|
128
|
+
title: string;
|
|
129
|
+
author: string;
|
|
130
|
+
authorAvatar: string;
|
|
131
|
+
replies: number;
|
|
132
|
+
views: number;
|
|
133
|
+
lastActivity: string;
|
|
134
|
+
lastAuthor: string;
|
|
135
|
+
isHot: boolean;
|
|
136
|
+
isPinned?: undefined;
|
|
137
|
+
isSolved?: undefined;
|
|
138
|
+
} | {
|
|
139
|
+
id: string;
|
|
140
|
+
boardId: string;
|
|
141
|
+
title: string;
|
|
142
|
+
author: string;
|
|
143
|
+
authorAvatar: string;
|
|
144
|
+
replies: number;
|
|
145
|
+
views: number;
|
|
146
|
+
lastActivity: string;
|
|
147
|
+
lastAuthor: string;
|
|
148
|
+
isPinned?: undefined;
|
|
149
|
+
isHot?: undefined;
|
|
150
|
+
isSolved?: undefined;
|
|
151
|
+
} | {
|
|
152
|
+
id: string;
|
|
153
|
+
boardId: string;
|
|
154
|
+
title: string;
|
|
155
|
+
author: string;
|
|
156
|
+
authorAvatar: string;
|
|
157
|
+
replies: number;
|
|
158
|
+
views: number;
|
|
159
|
+
lastActivity: string;
|
|
160
|
+
lastAuthor: string;
|
|
161
|
+
isPinned: boolean;
|
|
162
|
+
isHot?: undefined;
|
|
163
|
+
isSolved?: undefined;
|
|
164
|
+
})[];
|
|
165
|
+
//# sourceMappingURL=seedData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"seedData.d.ts","sourceRoot":"","sources":["../../../src/lib/constants/seedData.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAoC,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,GAAG,EAAE,KAAK,EAAE,QAAQ,EAC1B,OAAO,EAAE,MAAM,EAChG,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,UAAU,EAAqB,OAAO,EACnE,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAM1C,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAEhC;;GAEG;AACH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;CAmBjB,CAAC;AA6BF;;GAEG;AACH,eAAO,MAAM,SAAS,EAAE,KAAK,EAmE5B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,QAAQ,EAAE,IAAI,EAkC1B,CAAC;AAgCF,eAAO,MAAM,YAAY,UAA8B,CAAC;AACxD,eAAO,MAAM,UAAU,EAAE,MAAM,EAAiB,CAAC;AAIjD,eAAO,MAAM,UAAU,EAAE,MAAM,EAAgB,CAAC;AAChD,eAAO,MAAM,WAAW,EAAE,OAAO,EAAkB,CAAC;AACpD,eAAO,MAAM,cAAc,EAAE,UAAU,EAAc,CAAC;AACtD,eAAO,MAAM,aAAa,EAAE,SAAS,EAAmB,CAAC;AAkEzD;;GAEG;AACH,eAAO,MAAM,QAAQ,EAAE,IAAI,EAoE1B,CAAC;AAcF;;;GAGG;AACH,eAAO,MAAM,YAAY,SA6EvB,CAAC;AAOH;;GAEG;AACH,eAAO,MAAM,aAAa,WAuDzB,CAAC;AAEF,eAAO,MAAM,SAAS,QAmCrB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,IAAI,EAAc,CAAC;AAE1C,eAAO,MAAM,UAAU,QA+BtB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,WAW7B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,kBAAkB,QAEhB,CAAC;AAEhB,eAAO,MAAM,uBAAuB,QAErB,CAAC;AAEhB;;GAEG;AACH,eAAO,MAAM,YAAY,SAQxB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,SAAS,OAOrB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;GAuBjC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,YAI1B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,QAAQ,EAAmB,CAAC;AACvD;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,OAAO,EA2ClC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,OAAO,EAAkB,CAAC;AACpD,eAAO,MAAM,WAAW,EAAE,OAAO,EAAO,CAAC;AACzC,eAAO,MAAM,cAAc,EAAE,OAAO,EAAkB,CAAC;AACvD,eAAO,MAAM,eAAe,EAAE,QAAQ,EAAiB,CAAC;AAExD;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyB7B,CAAC"}
|