@docthub.frontend/app 0.0.1

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 (221) hide show
  1. package/README.md +59 -0
  2. package/build/Components/ActionMenu/DoctActionMenu.d.ts +17 -0
  3. package/build/Components/ActionMenu/index.d.ts +2 -0
  4. package/build/Components/Alert/DoctAlert.d.ts +9 -0
  5. package/build/Components/Alert/Enum.d.ts +6 -0
  6. package/build/Components/Alert/index.d.ts +2 -0
  7. package/build/Components/AppBar/DoctAppBar.d.ts +16 -0
  8. package/build/Components/AppBar/DoctAppBarDropdown.d.ts +10 -0
  9. package/build/Components/AppBar/index.d.ts +3 -0
  10. package/build/Components/Badge/Badge.d.ts +9 -0
  11. package/build/Components/Badge/index.d.ts +3 -0
  12. package/build/Components/Breadcrumbs/DoctBreadcrumbs.d.ts +12 -0
  13. package/build/Components/Breadcrumbs/index.d.ts +3 -0
  14. package/build/Components/Card/DoctCardVariantOne/DoctCardVariantOne.d.ts +14 -0
  15. package/build/Components/Card/DoctCardVariantOne/index.d.ts +2 -0
  16. package/build/Components/Card/EventCard/DoctEventCard.d.ts +13 -0
  17. package/build/Components/Card/EventCard/index.d.ts +2 -0
  18. package/build/Components/Card/FeatureCard/FeatureCard.d.ts +12 -0
  19. package/build/Components/Card/FeatureCard/index.d.ts +3 -0
  20. package/build/Components/Card/index.d.ts +4 -0
  21. package/build/Components/Chip/Chip.d.ts +11 -0
  22. package/build/Components/Chip/index.d.ts +3 -0
  23. package/build/Components/Collapsible/Collapsible.d.ts +11 -0
  24. package/build/Components/Collapsible/index.d.ts +3 -0
  25. package/build/Components/DoctMessage/DoctConfirm.d.ts +3 -0
  26. package/build/Components/DoctMessage/DoctInformation.d.ts +3 -0
  27. package/build/Components/DoctMessage/DoctMessage.d.ts +9 -0
  28. package/build/Components/DoctMessage/Enum.d.ts +4 -0
  29. package/build/Components/DoctMessage/MessageModal.d.ts +2 -0
  30. package/build/Components/DoctMessage/PropTypes.d.ts +11 -0
  31. package/build/Components/DoctMessage/index.d.ts +1 -0
  32. package/build/Components/DoctUserMenu/DoctUserMenu.d.ts +13 -0
  33. package/build/Components/DoctUserMenu/DoctUserMenuEnterprise/DoctUserMenuEnterprise.d.ts +5 -0
  34. package/build/Components/DoctUserMenu/DoctUserMenuEnterprise/index.d.ts +2 -0
  35. package/build/Components/DoctUserMenu/DoctUserMenuEnterprise/interfaceDoctUserMenuEnterprise.d.ts +23 -0
  36. package/build/Components/DoctUserMenu/DoctUserMenuWrapper.d.ts +9 -0
  37. package/build/Components/DoctUserMenu/ListItems.d.ts +6 -0
  38. package/build/Components/DoctUserMenu/SideBarProfile.d.ts +8 -0
  39. package/build/Components/DoctUserMenu/index.d.ts +2 -0
  40. package/build/Components/DoctUserMenu/static/data.d.ts +11 -0
  41. package/build/Components/Drawer/DoctDrawer.d.ts +9 -0
  42. package/build/Components/Drawer/index.d.ts +2 -0
  43. package/build/Components/DropdownSelect/DoctDropdownSelect.d.ts +11 -0
  44. package/build/Components/DropdownSelect/index.d.ts +3 -0
  45. package/build/Components/EventDetailpage/About/About.d.ts +8 -0
  46. package/build/Components/EventDetailpage/About/index.d.ts +2 -0
  47. package/build/Components/EventDetailpage/Abstract/Abstract.d.ts +7 -0
  48. package/build/Components/EventDetailpage/Abstract/index.d.ts +2 -0
  49. package/build/Components/EventDetailpage/Contact/Contact.d.ts +13 -0
  50. package/build/Components/EventDetailpage/Contact/index.d.ts +2 -0
  51. package/build/Components/EventDetailpage/EventDetailBanner/DoctEventDetailBanner.d.ts +14 -0
  52. package/build/Components/EventDetailpage/EventDetailBanner/components/EventDayCounter/EventDayCounter.d.ts +8 -0
  53. package/build/Components/EventDetailpage/EventDetailBanner/components/EventDetailDefaultImg/DoctEventDetailDefaultImg.d.ts +12 -0
  54. package/build/Components/EventDetailpage/EventDetailBanner/components/Helper/enums/EventStatus.d.ts +6 -0
  55. package/build/Components/EventDetailpage/EventDetailBanner/components/SocialShare/SocialShare.d.ts +6 -0
  56. package/build/Components/EventDetailpage/EventDetailBanner/index.d.ts +3 -0
  57. package/build/Components/EventDetailpage/EventExhibitors/components/DoctEventExhibitorsTable.d.ts +8 -0
  58. package/build/Components/EventDetailpage/EventExhibitors/components/EventExhibitorsResponsiveCards.d.ts +8 -0
  59. package/build/Components/EventDetailpage/EventExhibitors/index.d.ts +3 -0
  60. package/build/Components/EventDetailpage/EventsAboutCreditsPoints/AboutCreditPoint.d.ts +9 -0
  61. package/build/Components/EventDetailpage/EventsAboutCreditsPoints/index.d.ts +2 -0
  62. package/build/Components/EventDetailpage/Organizer/Organizer.d.ts +9 -0
  63. package/build/Components/EventDetailpage/Organizer/index.d.ts +2 -0
  64. package/build/Components/EventDetailpage/RegistrationMetaData/DoctRegistrationMetaData.d.ts +7 -0
  65. package/build/Components/EventDetailpage/RegistrationMetaData/components/TermsConditionRemarks.d.ts +8 -0
  66. package/build/Components/EventDetailpage/RegistrationTable/components/DoctRegistrationTable.d.ts +9 -0
  67. package/build/Components/EventDetailpage/RegistrationTable/index.d.ts +3 -0
  68. package/build/Components/EventDetailpage/Schedule/components/DoctEventSchedule.d.ts +6 -0
  69. package/build/Components/EventDetailpage/Schedule/index.d.ts +3 -0
  70. package/build/Components/EventDetailpage/Shared/FormattedDate.d.ts +7 -0
  71. package/build/Components/EventDetailpage/Shared/FormattedTime.d.ts +6 -0
  72. package/build/Components/EventDetailpage/Sponsors/DoctSponserCard.d.ts +10 -0
  73. package/build/Components/EventDetailpage/Sponsors/index.d.ts +3 -0
  74. package/build/Components/EventDetailpage/SupportedBy/SupportedBy.d.ts +9 -0
  75. package/build/Components/EventDetailpage/SupportedBy/index.d.ts +2 -0
  76. package/build/Components/EventDetailpage/VenueLocation/VenueLocation.d.ts +11 -0
  77. package/build/Components/EventDetailpage/VenueLocation/index.d.ts +2 -0
  78. package/build/Components/EventDetailpage/index.d.ts +14 -0
  79. package/build/Components/FileUploads/FileUploads.d.ts +17 -0
  80. package/build/Components/FileUploads/index.d.ts +3 -0
  81. package/build/Components/FileUploads/utils.d.ts +2 -0
  82. package/build/Components/Filters/FilterCheckbox.d.ts +10 -0
  83. package/build/Components/Filters/FilterTags.d.ts +7 -0
  84. package/build/Components/Filters/FiltersList.d.ts +22 -0
  85. package/build/Components/Filters/InfiniteScroll.context.d.ts +13 -0
  86. package/build/Components/Filters/ListIcon.d.ts +3 -0
  87. package/build/Components/Filters/SingleFilter.d.ts +14 -0
  88. package/build/Components/Filters/index.d.ts +11 -0
  89. package/build/Components/ForMe/ForMe.d.ts +5 -0
  90. package/build/Components/ForMe/Layout/ForMeFooter.d.ts +11 -0
  91. package/build/Components/ForMe/Layout/ForMeHeader.d.ts +8 -0
  92. package/build/Components/ForMe/Layout/ForMeLayout.d.ts +13 -0
  93. package/build/Components/ForMe/components/Accordion.d.ts +4 -0
  94. package/build/Components/ForMe/components/ActionRow.d.ts +12 -0
  95. package/build/Components/ForMe/components/Header.d.ts +14 -0
  96. package/build/Components/ForMe/components/OutlineChip/OutlineChip.d.ts +10 -0
  97. package/build/Components/ForMe/components/Selection.d.ts +18 -0
  98. package/build/Components/ForMe/components/TitleDescription.d.ts +6 -0
  99. package/build/Components/ForMe/components/index.d.ts +6 -0
  100. package/build/Components/ForMe/helpers.d.ts +6 -0
  101. package/build/Components/ForMe/index.d.ts +1 -0
  102. package/build/Components/ForMe/interface.d.ts +47 -0
  103. package/build/Components/Form/AutoComplete/AutoComplete.d.ts +35 -0
  104. package/build/Components/Form/AutoCompleteWithChips/AutoCompleteWithChips.d.ts +16 -0
  105. package/build/Components/Form/AutoCompleteWithChipsFreeSolo/AutoCompleteWithChipsFreeSolo.d.ts +13 -0
  106. package/build/Components/Form/AutoCompleteWithHighlightedSearch/AutoCompleteWithHighLightedSearch.d.ts +42 -0
  107. package/build/Components/Form/AutoCompleteWithHighlightedSearch/helperFunction.d.ts +1 -0
  108. package/build/Components/Form/Checkbox/Checkbox.d.ts +17 -0
  109. package/build/Components/Form/ControlledAutoComplete/ControlledAutoComplete.d.ts +19 -0
  110. package/build/Components/Form/CountryDropdown/CountryDropdown.d.ts +14 -0
  111. package/build/Components/Form/DatePicker/DatePicker.d.ts +21 -0
  112. package/build/Components/Form/DatePickerV2/DatePickerV2.d.ts +23 -0
  113. package/build/Components/Form/DateRangePicker/DoctDateRangePicker.d.ts +21 -0
  114. package/build/Components/Form/DateRangePicker/DoctDateRangePickerCore.d.ts +21 -0
  115. package/build/Components/Form/DoctForm/index.d.ts +2 -0
  116. package/build/Components/Form/FormCheckbox/FormCheckbox.d.ts +19 -0
  117. package/build/Components/Form/FormStory.d.ts +3 -0
  118. package/build/Components/Form/FormStorySingle.d.ts +1 -0
  119. package/build/Components/Form/FormStoryTest.d.ts +1 -0
  120. package/build/Components/Form/FreeSoloMultiSelect/FreeSoloMultiSelect.d.ts +28 -0
  121. package/build/Components/Form/FreeSoloSearchInput/FreeSoloSearchInput.d.ts +27 -0
  122. package/build/Components/Form/MultiSelect/MultiSelect.d.ts +6 -0
  123. package/build/Components/Form/PasswordInput/PasswordInput.d.ts +22 -0
  124. package/build/Components/Form/PhoneCodeDropdown/PhoneCodeDropdown.d.ts +14 -0
  125. package/build/Components/Form/RadioButtons/DoctRadioButtons.d.ts +22 -0
  126. package/build/Components/Form/RangeSlider/RangeSlider.d.ts +10 -0
  127. package/build/Components/Form/SearchInput/SearchInput.d.ts +21 -0
  128. package/build/Components/Form/TestingTextField.d.ts +2 -0
  129. package/build/Components/Form/TextArea/TextArea.d.ts +21 -0
  130. package/build/Components/Form/TextField/TextField.d.ts +24 -0
  131. package/build/Components/Form/TimePicker/TimePicker.d.ts +21 -0
  132. package/build/Components/Form/index.d.ts +22 -0
  133. package/build/Components/Layout/DoctLayout.d.ts +8 -0
  134. package/build/Components/Layout/DoctLayoutContent.d.ts +7 -0
  135. package/build/Components/Layout/DoctLayoutStory.d.ts +4 -0
  136. package/build/Components/Layout/index.d.ts +3 -0
  137. package/build/Components/Loadings/AnimationLoading.d.ts +6 -0
  138. package/build/Components/Loadings/DoctLoading.d.ts +8 -0
  139. package/build/Components/Loadings/PageLoading.d.ts +7 -0
  140. package/build/Components/Modal/DoctModal.d.ts +22 -0
  141. package/build/Components/Modal/index.d.ts +2 -0
  142. package/build/Components/NavigationMenu/Components/AppleSVG.d.ts +2 -0
  143. package/build/Components/NavigationMenu/Components/Components.d.ts +17 -0
  144. package/build/Components/NavigationMenu/Components/DoctNavigationMenuEnterpriseAndBrandingAppResponsive.d.ts +7 -0
  145. package/build/Components/NavigationMenu/Components/DoctNavigationMenuEnterpriseResponsive.d.ts +4 -0
  146. package/build/Components/NavigationMenu/Components/Playstore.d.ts +2 -0
  147. package/build/Components/NavigationMenu/DoctNavigationMenuBrandingApp.d.ts +9 -0
  148. package/build/Components/NavigationMenu/DoctNavigationMenuUserApp.d.ts +13 -0
  149. package/build/Components/NavigationMenu/index.d.ts +3 -0
  150. package/build/Components/NavigationMenu/interfaces.d.ts +54 -0
  151. package/build/Components/NotFound/NotFound.d.ts +8 -0
  152. package/build/Components/NotFound/index.d.ts +3 -0
  153. package/build/Components/OTPVerificationModal/CustomOTPInputField.d.ts +12 -0
  154. package/build/Components/OTPVerificationModal/DoctOTPVerification.d.ts +18 -0
  155. package/build/Components/OTPVerificationModal/index.d.ts +2 -0
  156. package/build/Components/Paper/DoctPaper.d.ts +7 -0
  157. package/build/Components/ScrolltoTopButton/ScrolltoTop.d.ts +4 -0
  158. package/build/Components/ScrolltoTopButton/index.d.ts +3 -0
  159. package/build/Components/SidebarMenu/DoctSidebarMenu.d.ts +14 -0
  160. package/build/Components/SidebarMenu/index.d.ts +3 -0
  161. package/build/Components/Skeleton/AllJobsCard/JobsCardSkeleton.d.ts +6 -0
  162. package/build/Components/Skeleton/AllJobsCard/index.d.ts +3 -0
  163. package/build/Components/Skeleton/Components/SkeletonElements.d.ts +14 -0
  164. package/build/Components/Skeleton/Components/index.d.ts +3 -0
  165. package/build/Components/Skeleton/FilterCardSkeleton/FilterCardSkeleton.d.ts +6 -0
  166. package/build/Components/Skeleton/FilterCardSkeleton/index.d.ts +3 -0
  167. package/build/Components/Skeleton/FilterResponsiveSkleton/TabFilterSkeleton.d.ts +5 -0
  168. package/build/Components/Skeleton/FilterResponsiveSkleton/index.d.ts +3 -0
  169. package/build/Components/Skeleton/index.d.ts +2 -0
  170. package/build/Components/Snackbar/DoctSnackbar.d.ts +10 -0
  171. package/build/Components/Snackbar/DoctSnackbarMessage.d.ts +9 -0
  172. package/build/Components/Snackbar/index.d.ts +2 -0
  173. package/build/Components/SocialShare/SocialShare.d.ts +8 -0
  174. package/build/Components/SocialShare/index.d.ts +2 -0
  175. package/build/Components/Static/CookiePolicy/CookiePolicy.d.ts +8 -0
  176. package/build/Components/Static/CookiePolicy/index.d.ts +3 -0
  177. package/build/Components/Static/DisciamerPolicy/DisclaimerPolicy.d.ts +8 -0
  178. package/build/Components/Static/DisciamerPolicy/index.d.ts +2 -0
  179. package/build/Components/Static/PaymentPolicy/PaymentPolicy.d.ts +8 -0
  180. package/build/Components/Static/PaymentPolicy/index.d.ts +3 -0
  181. package/build/Components/Static/PrivacyPolicy/PrivacyPolicy.d.ts +8 -0
  182. package/build/Components/Static/PrivacyPolicy/index.d.ts +3 -0
  183. package/build/Components/Static/TermsAndCondition/TermsCondition.d.ts +8 -0
  184. package/build/Components/Static/TermsAndCondition/index.d.ts +3 -0
  185. package/build/Components/Static/TermsOfService/TermsOfService.d.ts +8 -0
  186. package/build/Components/Static/TermsOfService/index.d.ts +3 -0
  187. package/build/Components/Static/index.d.ts +7 -0
  188. package/build/Components/Steps/Steps.d.ts +41 -0
  189. package/build/Components/Steps/StepsFooter.d.ts +11 -0
  190. package/build/Components/Steps/index.d.ts +2 -0
  191. package/build/Components/TabViewFilterList/TabViewFilterList.d.ts +21 -0
  192. package/build/Components/TabViewFilterList/index.d.ts +10 -0
  193. package/build/Components/Table/DoctTable.d.ts +34 -0
  194. package/build/Components/Table/Utils.d.ts +16 -0
  195. package/build/Components/Table/index.d.ts +5 -0
  196. package/build/Components/Tabs/DoctTab.d.ts +10 -0
  197. package/build/Components/Tabs/DoctTabContent.d.ts +8 -0
  198. package/build/Components/Tabs/DoctTabWrapper.d.ts +11 -0
  199. package/build/Components/Tabs/index.d.ts +2 -0
  200. package/build/Components/TextEditor/TextEditor.d.ts +9 -0
  201. package/build/Components/TextEditor/index.d.ts +3 -0
  202. package/build/Components/TopBar/Branding/DoctTopBarBranding.d.ts +33 -0
  203. package/build/Components/TopBar/Branding/Icons.d.ts +15 -0
  204. package/build/Components/TopBar/Branding/index.d.ts +1 -0
  205. package/build/Components/TopBar/DoctTopBar.d.ts +26 -0
  206. package/build/Components/TopBar/DoctUserMenu.d.ts +9 -0
  207. package/build/Components/TopBar/DoctUserMenuDrawer.d.ts +9 -0
  208. package/build/Components/TopBar/LoginSignUpButton.d.ts +17 -0
  209. package/build/Components/TopBar/PropTypes.d.ts +13 -0
  210. package/build/Components/TopBar/constants.d.ts +2 -0
  211. package/build/Components/TopBar/index.d.ts +3 -0
  212. package/build/Components/VerifyMobileNumberModal/DoctVerifyMobileNumber.d.ts +12 -0
  213. package/build/Components/VerifyMobileNumberModal/VerifyMobileModalImg.d.ts +2 -0
  214. package/build/Components/VerifyMobileNumberModal/VerifyMobileNumberLayout.d.ts +5 -0
  215. package/build/Components/VerifyMobileNumberModal/index.d.ts +2 -0
  216. package/build/index.d.ts +41 -0
  217. package/build/index.esm.js +133828 -0
  218. package/build/index.esm.js.map +1 -0
  219. package/build/index.js +133944 -0
  220. package/build/index.js.map +1 -0
  221. package/package.json +37 -0
package/package.json ADDED
@@ -0,0 +1,37 @@
1
+ {
2
+ "name": "@docthub.frontend/app",
3
+ "version": "0.0.1",
4
+ "license": "UNLICENSED",
5
+ "description": "Docthub react App components library",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/Docthub/pck-app-comp-lib"
9
+ },
10
+ "author": "Mihir Suchak",
11
+ "main": "build/index.js",
12
+ "module": "build/index.esm.js",
13
+ "files": [
14
+ "build"
15
+ ],
16
+ "scripts": {
17
+ "build": "rollup -c",
18
+ "build-storybook": "build-storybook",
19
+ "storybook": "start-storybook -p 6006",
20
+ "test": "jest --watch",
21
+ "test:once": "jest"
22
+ },
23
+ "dependencies": {
24
+ "@date-io/date-fns": "^1.3.13",
25
+ "react": "^17.0.2",
26
+ "react-dom": "^17.0.2"
27
+ },
28
+ "peerDependencies": {
29
+ "react": "^17.0.2",
30
+ "react-dom": "^17.0.2"
31
+ },
32
+ "devDependencies": {
33
+ "@babel/preset-react": "^7.17.12",
34
+ "rollup": "^2.75.6",
35
+ "typescript": "^4.7.3"
36
+ }
37
+ }