kompoze 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.
Files changed (333) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +96 -0
  3. package/dist/components/Accordion/Accordion.d.ts +3 -0
  4. package/dist/components/Accordion/Accordion.stories.d.ts +8 -0
  5. package/dist/components/Accordion/Accordion.types.d.ts +10 -0
  6. package/dist/components/Accordion/index.d.ts +1 -0
  7. package/dist/components/Alert/Alert.d.ts +3 -0
  8. package/dist/components/Alert/Alert.stories.d.ts +8 -0
  9. package/dist/components/Alert/Alert.types.d.ts +4 -0
  10. package/dist/components/Alert/index.d.ts +1 -0
  11. package/dist/components/Avatar/Avatar.d.ts +3 -0
  12. package/dist/components/Avatar/Avatar.stories.d.ts +14 -0
  13. package/dist/components/Avatar/Avatar.types.d.ts +4 -0
  14. package/dist/components/Avatar/index.d.ts +1 -0
  15. package/dist/components/BackDrop/BackDrop.d.ts +3 -0
  16. package/dist/components/BackDrop/BackDrop.stories.d.ts +7 -0
  17. package/dist/components/BackDrop/BackDrop.types.d.ts +3 -0
  18. package/dist/components/BackDrop/index.d.ts +1 -0
  19. package/dist/components/Button/Button.d.ts +4 -0
  20. package/dist/components/Button/Button.stories.d.ts +21 -0
  21. package/dist/components/Button/Button.types.d.ts +20 -0
  22. package/dist/components/Button/index.d.ts +1 -0
  23. package/dist/components/CheckBox/CheckBox.d.ts +3 -0
  24. package/dist/components/CheckBox/CheckBox.stories.d.ts +8 -0
  25. package/dist/components/CheckBox/CheckBox.types.d.ts +17 -0
  26. package/dist/components/CheckBox/index.d.ts +1 -0
  27. package/dist/components/Chip/Chip.d.ts +3 -0
  28. package/dist/components/Chip/Chip.stories.d.ts +8 -0
  29. package/dist/components/Chip/Chip.types.d.ts +6 -0
  30. package/dist/components/Chip/index.d.ts +1 -0
  31. package/dist/components/ChipSelect/ChipSelect.d.ts +3 -0
  32. package/dist/components/ChipSelect/ChipSelect.stories.d.ts +8 -0
  33. package/dist/components/ChipSelect/ChipSelect.types.d.ts +15 -0
  34. package/dist/components/ChipSelect/index.d.ts +1 -0
  35. package/dist/components/CustomerCard/CustomerCard.d.ts +4 -0
  36. package/dist/components/CustomerCard/CustomerCard.stories.d.ts +23 -0
  37. package/dist/components/CustomerCard/CustomerCard.types.d.ts +11 -0
  38. package/dist/components/CustomerCard/index.d.ts +1 -0
  39. package/dist/components/Dialog/Dialog.d.ts +3 -0
  40. package/dist/components/Dialog/Dialog.stories.d.ts +12 -0
  41. package/dist/components/Dialog/Dialog.types.d.ts +10 -0
  42. package/dist/components/Dialog/index.d.ts +1 -0
  43. package/dist/components/Divider/Divider.d.ts +3 -0
  44. package/dist/components/Divider/Divider.stories.d.ts +7 -0
  45. package/dist/components/Divider/Divider.types.d.ts +2 -0
  46. package/dist/components/Divider/index.d.ts +1 -0
  47. package/dist/components/HorizontalRunner/HorizontalRunner.d.ts +3 -0
  48. package/dist/components/HorizontalRunner/HorizontalRunner.stories.d.ts +7 -0
  49. package/dist/components/HorizontalRunner/HorizontalRunner.types.d.ts +6 -0
  50. package/dist/components/HorizontalRunner/index.d.ts +1 -0
  51. package/dist/components/Icon/AccountIcon.d.ts +3 -0
  52. package/dist/components/Icon/AddCustomerIcon.d.ts +3 -0
  53. package/dist/components/Icon/AddPhotoFilledIcon.d.ts +3 -0
  54. package/dist/components/Icon/AddPhotoIcon.d.ts +3 -0
  55. package/dist/components/Icon/AlarmIcon.d.ts +3 -0
  56. package/dist/components/Icon/ApprovalIcon.d.ts +3 -0
  57. package/dist/components/Icon/ApprovedIcon.d.ts +3 -0
  58. package/dist/components/Icon/ArrowLeftIcon.d.ts +3 -0
  59. package/dist/components/Icon/BellIcon.d.ts +3 -0
  60. package/dist/components/Icon/BoldArrowDownIcon.d.ts +3 -0
  61. package/dist/components/Icon/BoldArrowUpIcon.d.ts +3 -0
  62. package/dist/components/Icon/BuildingIcon.d.ts +3 -0
  63. package/dist/components/Icon/BulletIcon.d.ts +3 -0
  64. package/dist/components/Icon/BusinessCardIcon.d.ts +3 -0
  65. package/dist/components/Icon/BusinessIcon.d.ts +3 -0
  66. package/dist/components/Icon/BusinessIconAlt.d.ts +3 -0
  67. package/dist/components/Icon/CalendarIcon.d.ts +3 -0
  68. package/dist/components/Icon/CalendarRepeatIcon.d.ts +3 -0
  69. package/dist/components/Icon/CameraAltIcon.d.ts +3 -0
  70. package/dist/components/Icon/CameraIcon.d.ts +3 -0
  71. package/dist/components/Icon/CardIcon.d.ts +3 -0
  72. package/dist/components/Icon/CaretDownIcon.d.ts +3 -0
  73. package/dist/components/Icon/CaretLeftIcon.d.ts +3 -0
  74. package/dist/components/Icon/CaretRightIcon.d.ts +3 -0
  75. package/dist/components/Icon/CashbackIcon.d.ts +3 -0
  76. package/dist/components/Icon/ChatIcon.d.ts +3 -0
  77. package/dist/components/Icon/CheckMarkIcon.d.ts +3 -0
  78. package/dist/components/Icon/ClockIcon.d.ts +3 -0
  79. package/dist/components/Icon/CloseIcon.d.ts +3 -0
  80. package/dist/components/Icon/CogIcon.d.ts +3 -0
  81. package/dist/components/Icon/CommonLedgerBlockedIcon.d.ts +3 -0
  82. package/dist/components/Icon/CommonLedgerIcon.d.ts +3 -0
  83. package/dist/components/Icon/CurvedCheckIcon.d.ts +3 -0
  84. package/dist/components/Icon/DateIcon.d.ts +3 -0
  85. package/dist/components/Icon/DeliveredIcon.d.ts +3 -0
  86. package/dist/components/Icon/DeviceIcon.d.ts +3 -0
  87. package/dist/components/Icon/DocIcon.d.ts +3 -0
  88. package/dist/components/Icon/DoneCircleIcon.d.ts +3 -0
  89. package/dist/components/Icon/DownloadIcon.d.ts +3 -0
  90. package/dist/components/Icon/EditFillIcon.d.ts +3 -0
  91. package/dist/components/Icon/EmailIcon.d.ts +3 -0
  92. package/dist/components/Icon/FilterIcon.d.ts +3 -0
  93. package/dist/components/Icon/GalleryIcon.d.ts +3 -0
  94. package/dist/components/Icon/GiveBoldIcon.d.ts +3 -0
  95. package/dist/components/Icon/GlobeIcon.d.ts +3 -0
  96. package/dist/components/Icon/HamburgerIcon.d.ts +3 -0
  97. package/dist/components/Icon/HandDownIcon.d.ts +3 -0
  98. package/dist/components/Icon/HelpCircleIcon.d.ts +3 -0
  99. package/dist/components/Icon/HomeIcon.d.ts +3 -0
  100. package/dist/components/Icon/HookIcon.d.ts +3 -0
  101. package/dist/components/Icon/Icon.stories.d.ts +9 -0
  102. package/dist/components/Icon/IconWrapper.d.ts +3 -0
  103. package/dist/components/Icon/IconWrapper.types.d.ts +6 -0
  104. package/dist/components/Icon/IfscIcon.d.ts +3 -0
  105. package/dist/components/Icon/InfoFilledIcon.d.ts +3 -0
  106. package/dist/components/Icon/InfoIcon.d.ts +3 -0
  107. package/dist/components/Icon/InstalmentIcon.d.ts +3 -0
  108. package/dist/components/Icon/InvitationIcon.d.ts +3 -0
  109. package/dist/components/Icon/KycIcon.d.ts +3 -0
  110. package/dist/components/Icon/LanguageIcon.d.ts +3 -0
  111. package/dist/components/Icon/LedgerIcon.d.ts +3 -0
  112. package/dist/components/Icon/LoanIcon.d.ts +3 -0
  113. package/dist/components/Icon/LockFilledIcon.d.ts +3 -0
  114. package/dist/components/Icon/LockIcon.d.ts +3 -0
  115. package/dist/components/Icon/MallIcon.d.ts +3 -0
  116. package/dist/components/Icon/MandateIcon.d.ts +3 -0
  117. package/dist/components/Icon/MessengerIcon.d.ts +3 -0
  118. package/dist/components/Icon/MoreVertIcon.d.ts +3 -0
  119. package/dist/components/Icon/NameIcon.d.ts +3 -0
  120. package/dist/components/Icon/OtpDotIcon.d.ts +3 -0
  121. package/dist/components/Icon/OtpWrongIcon.d.ts +3 -0
  122. package/dist/components/Icon/PencilCircleIcon.d.ts +3 -0
  123. package/dist/components/Icon/PencilIcon.d.ts +3 -0
  124. package/dist/components/Icon/PhoneBookIcon.d.ts +3 -0
  125. package/dist/components/Icon/PhoneChangeIcon.d.ts +3 -0
  126. package/dist/components/Icon/PhoneIcon.d.ts +3 -0
  127. package/dist/components/Icon/PinIcon.d.ts +3 -0
  128. package/dist/components/Icon/PlaceAltIcon.d.ts +3 -0
  129. package/dist/components/Icon/PlaceFilledIcon.d.ts +3 -0
  130. package/dist/components/Icon/PlaceIcon.d.ts +3 -0
  131. package/dist/components/Icon/PlusCircleIcon.d.ts +3 -0
  132. package/dist/components/Icon/PowerIcon.d.ts +3 -0
  133. package/dist/components/Icon/PrintIcon.d.ts +3 -0
  134. package/dist/components/Icon/ProfileDummyIcon.d.ts +3 -0
  135. package/dist/components/Icon/ProfileFilledIcon.d.ts +3 -0
  136. package/dist/components/Icon/ReceiverIcon.d.ts +3 -0
  137. package/dist/components/Icon/RejectIcon.d.ts +3 -0
  138. package/dist/components/Icon/RepeatIcon.d.ts +3 -0
  139. package/dist/components/Icon/ReviewIcon.d.ts +3 -0
  140. package/dist/components/Icon/RewardIcon.d.ts +3 -0
  141. package/dist/components/Icon/RocketIcon.d.ts +3 -0
  142. package/dist/components/Icon/RupeeCircleIcon.d.ts +3 -0
  143. package/dist/components/Icon/SMSIcon.d.ts +3 -0
  144. package/dist/components/Icon/SearchIcon.d.ts +3 -0
  145. package/dist/components/Icon/SecurityIcon.d.ts +3 -0
  146. package/dist/components/Icon/SegueIcon.d.ts +3 -0
  147. package/dist/components/Icon/SelfieAltIcon.d.ts +3 -0
  148. package/dist/components/Icon/SelfieIcon.d.ts +3 -0
  149. package/dist/components/Icon/ShareIcon.d.ts +3 -0
  150. package/dist/components/Icon/ShieldIcon.d.ts +3 -0
  151. package/dist/components/Icon/ShieldSearchIcon.d.ts +3 -0
  152. package/dist/components/Icon/SimIcon.d.ts +3 -0
  153. package/dist/components/Icon/SmartPhoneIcon.d.ts +3 -0
  154. package/dist/components/Icon/StatementIcon.d.ts +3 -0
  155. package/dist/components/Icon/StoreIcon.d.ts +3 -0
  156. package/dist/components/Icon/SupportAgentIcon.d.ts +3 -0
  157. package/dist/components/Icon/SyncIcon.d.ts +3 -0
  158. package/dist/components/Icon/TakeBoldIcon.d.ts +3 -0
  159. package/dist/components/Icon/ThumbsDownIcon.d.ts +3 -0
  160. package/dist/components/Icon/ThumbsUpIcon.d.ts +3 -0
  161. package/dist/components/Icon/TickIcon.d.ts +3 -0
  162. package/dist/components/Icon/TimesIcon.d.ts +3 -0
  163. package/dist/components/Icon/TransactionIcon.d.ts +3 -0
  164. package/dist/components/Icon/TransitionIcon.d.ts +3 -0
  165. package/dist/components/Icon/TrashIcon.d.ts +3 -0
  166. package/dist/components/Icon/TruckIcon.d.ts +3 -0
  167. package/dist/components/Icon/UpiIcon.d.ts +3 -0
  168. package/dist/components/Icon/UploadIcon.d.ts +3 -0
  169. package/dist/components/Icon/UserIcon.d.ts +3 -0
  170. package/dist/components/Icon/VoiceIcon.d.ts +3 -0
  171. package/dist/components/Icon/WalletIcon.d.ts +3 -0
  172. package/dist/components/Icon/WhatsappBoldIcon.d.ts +3 -0
  173. package/dist/components/Icon/WhatsappIcon.d.ts +3 -0
  174. package/dist/components/Icon/index.d.ts +120 -0
  175. package/dist/components/IconButton/IconButton.d.ts +4 -0
  176. package/dist/components/IconButton/IconButton.stories.d.ts +7 -0
  177. package/dist/components/IconButton/IconButton.types.d.ts +7 -0
  178. package/dist/components/IconButton/index.d.ts +1 -0
  179. package/dist/components/LanguageDialog/LanguageDialog.d.ts +3 -0
  180. package/dist/components/LanguageDialog/LanguageDialog.stories.d.ts +7 -0
  181. package/dist/components/LanguageDialog/LanguageDialog.types.d.ts +15 -0
  182. package/dist/components/LanguageDialog/index.d.ts +1 -0
  183. package/dist/components/ListItem/ListItem.d.ts +4 -0
  184. package/dist/components/ListItem/ListItem.stories.d.ts +7 -0
  185. package/dist/components/ListItem/ListItem.types.d.ts +8 -0
  186. package/dist/components/ListItem/index.d.ts +1 -0
  187. package/dist/components/ListItemLink/ListItemLink.d.ts +4 -0
  188. package/dist/components/ListItemLink/ListItemLink.stories.d.ts +21 -0
  189. package/dist/components/ListItemLink/ListItemLink.types.d.ts +4 -0
  190. package/dist/components/ListItemLink/index.d.ts +1 -0
  191. package/dist/components/ListView/ListView.d.ts +4 -0
  192. package/dist/components/ListView/ListView.types.d.ts +3 -0
  193. package/dist/components/ListView/index.d.ts +1 -0
  194. package/dist/components/MerchantCategory/MerchantCategory.d.ts +3 -0
  195. package/dist/components/MerchantCategory/MerchantCategory.stories.d.ts +7 -0
  196. package/dist/components/MerchantCategory/MerchantCategory.types.d.ts +5 -0
  197. package/dist/components/MerchantCategory/index.d.ts +1 -0
  198. package/dist/components/OkTransition/OkTransition.d.ts +3 -0
  199. package/dist/components/OkTransition/OkTransition.types.d.ts +7 -0
  200. package/dist/components/OkTransition/index.d.ts +1 -0
  201. package/dist/components/OtpInput/OtpInput.d.ts +3 -0
  202. package/dist/components/OtpInput/OtpInput.stories.d.ts +8 -0
  203. package/dist/components/OtpInput/OtpInput.types.d.ts +17 -0
  204. package/dist/components/OtpInput/SingleInput.d.ts +3 -0
  205. package/dist/components/OtpInput/index.d.ts +1 -0
  206. package/dist/components/Paper/Paper.d.ts +3 -0
  207. package/dist/components/Paper/Paper.stories.d.ts +9 -0
  208. package/dist/components/Paper/Paper.types.d.ts +4 -0
  209. package/dist/components/Paper/index.d.ts +1 -0
  210. package/dist/components/PayNowBanner/PayNowBanner.d.ts +3 -0
  211. package/dist/components/PayNowBanner/PayNowBanner.stories.d.ts +12 -0
  212. package/dist/components/PayNowBanner/PayNowBanner.types.d.ts +6 -0
  213. package/dist/components/PayNowBanner/index.d.ts +1 -0
  214. package/dist/components/PayeeInformationBanner/PayeeInformationBanner.d.ts +3 -0
  215. package/dist/components/PayeeInformationBanner/PayeeInformationBanner.stories.d.ts +11 -0
  216. package/dist/components/PayeeInformationBanner/PayeeInformationBanner.types.d.ts +12 -0
  217. package/dist/components/PayeeInformationBanner/index.d.ts +1 -0
  218. package/dist/components/ProfileOption/ProfileOption.d.ts +3 -0
  219. package/dist/components/ProfileOption/ProfileOption.stories.d.ts +8 -0
  220. package/dist/components/ProfileOption/ProfileOption.types.d.ts +10 -0
  221. package/dist/components/ProfileOption/index.d.ts +1 -0
  222. package/dist/components/Progress/Progress.d.ts +3 -0
  223. package/dist/components/Progress/Progress.stories.d.ts +9 -0
  224. package/dist/components/Progress/Progress.types.d.ts +6 -0
  225. package/dist/components/Progress/index.d.ts +1 -0
  226. package/dist/components/Radio/Radio.d.ts +3 -0
  227. package/dist/components/Radio/Radio.stories.d.ts +7 -0
  228. package/dist/components/Radio/Radio.types.d.ts +12 -0
  229. package/dist/components/Radio/index.d.ts +1 -0
  230. package/dist/components/SearchBar/SearchBar.d.ts +3 -0
  231. package/dist/components/SearchBar/SearchBar.stories.d.ts +7 -0
  232. package/dist/components/SearchBar/SearchBar.types.d.ts +13 -0
  233. package/dist/components/SearchBar/index.d.ts +1 -0
  234. package/dist/components/SectionHeader/SectionHeader.d.ts +3 -0
  235. package/dist/components/SectionHeader/SectionHeader.stories.d.ts +7 -0
  236. package/dist/components/SectionHeader/SectionHeader.types.d.ts +2 -0
  237. package/dist/components/SectionHeader/index.d.ts +1 -0
  238. package/dist/components/Skeleton/Skeleton.d.ts +3 -0
  239. package/dist/components/Skeleton/Skeleton.stories.d.ts +6 -0
  240. package/dist/components/Skeleton/Skeleton.types.d.ts +8 -0
  241. package/dist/components/Skeleton/index.d.ts +1 -0
  242. package/dist/components/Slider/Slider.d.ts +3 -0
  243. package/dist/components/Slider/Slider.stories.d.ts +8 -0
  244. package/dist/components/Slider/Slider.types.d.ts +27 -0
  245. package/dist/components/Slider/index.d.ts +1 -0
  246. package/dist/components/Snackbar/Snackbar.d.ts +3 -0
  247. package/dist/components/Snackbar/Snackbar.stories.d.ts +8 -0
  248. package/dist/components/Snackbar/Snackbar.types.d.ts +8 -0
  249. package/dist/components/Snackbar/index.d.ts +1 -0
  250. package/dist/components/Spinner/Spinner.d.ts +3 -0
  251. package/dist/components/Spinner/Spinner.stories.d.ts +14 -0
  252. package/dist/components/Spinner/Spinner.types.d.ts +6 -0
  253. package/dist/components/Spinner/index.d.ts +1 -0
  254. package/dist/components/StatusBanner/SatusBanner.stories.d.ts +13 -0
  255. package/dist/components/StatusBanner/StatusBanner.d.ts +3 -0
  256. package/dist/components/StatusBanner/StatusBanner.types.d.ts +7 -0
  257. package/dist/components/StatusBanner/index.d.ts +1 -0
  258. package/dist/components/Switch/Switch.d.ts +3 -0
  259. package/dist/components/Switch/Switch.stories.d.ts +8 -0
  260. package/dist/components/Switch/Switch.types.d.ts +12 -0
  261. package/dist/components/Switch/index.d.ts +1 -0
  262. package/dist/components/Tab/Tab.d.ts +3 -0
  263. package/dist/components/Tab/Tab.types.d.ts +5 -0
  264. package/dist/components/Tab/index.d.ts +1 -0
  265. package/dist/components/TabHeader/TabHeader.d.ts +3 -0
  266. package/dist/components/TabHeader/TabHeader.types.d.ts +8 -0
  267. package/dist/components/TabHeader/index.d.ts +1 -0
  268. package/dist/components/TabPanel/TabPanel.d.ts +3 -0
  269. package/dist/components/TabPanel/TabPanel.stories.d.ts +7 -0
  270. package/dist/components/TabPanel/TabPanel.types.d.ts +3 -0
  271. package/dist/components/TabPanel/index.d.ts +1 -0
  272. package/dist/components/Table/Table.d.ts +3 -0
  273. package/dist/components/Table/Table.stories.d.ts +8 -0
  274. package/dist/components/Table/Table.types.d.ts +4 -0
  275. package/dist/components/Table/TableContext.d.ts +1 -0
  276. package/dist/components/Table/index.d.ts +1 -0
  277. package/dist/components/TableBody/TableBody.d.ts +3 -0
  278. package/dist/components/TableBody/TableBody.types.d.ts +2 -0
  279. package/dist/components/TableBody/index.d.ts +1 -0
  280. package/dist/components/TableCell/TableCell.d.ts +4 -0
  281. package/dist/components/TableCell/TableCell.types.d.ts +3 -0
  282. package/dist/components/TableCell/index.d.ts +1 -0
  283. package/dist/components/TableHead/TableHead.d.ts +3 -0
  284. package/dist/components/TableHead/TableHead.types.d.ts +2 -0
  285. package/dist/components/TableHead/index.d.ts +1 -0
  286. package/dist/components/TableRow/TableRow.d.ts +3 -0
  287. package/dist/components/TableRow/TableRow.types.d.ts +3 -0
  288. package/dist/components/TableRow/index.d.ts +1 -0
  289. package/dist/components/TableSortLabel/TableSortLabel.d.ts +4 -0
  290. package/dist/components/TableSortLabel/TableSortLabel.types.d.ts +7 -0
  291. package/dist/components/TableSortLabel/index.d.ts +1 -0
  292. package/dist/components/TextArea/TextArea.d.ts +3 -0
  293. package/dist/components/TextArea/TextArea.stories.d.ts +8 -0
  294. package/dist/components/TextArea/TextArea.types.d.ts +13 -0
  295. package/dist/components/TextArea/index.d.ts +1 -0
  296. package/dist/components/TextField/TextField.d.ts +3 -0
  297. package/dist/components/TextField/TextField.stories.d.ts +12 -0
  298. package/dist/components/TextField/TextField.types.d.ts +19 -0
  299. package/dist/components/TextField/index.d.ts +1 -0
  300. package/dist/components/TimerText/TimerText.d.ts +3 -0
  301. package/dist/components/TimerText/TimerText.stories.d.ts +7 -0
  302. package/dist/components/TimerText/TimerText.types.d.ts +7 -0
  303. package/dist/components/TimerText/index.d.ts +1 -0
  304. package/dist/components/Timestamp/Timestamp.d.ts +3 -0
  305. package/dist/components/Timestamp/Timestamp.stories.d.ts +7 -0
  306. package/dist/components/Timestamp/Timestamp.types.d.ts +2 -0
  307. package/dist/components/Timestamp/index.d.ts +1 -0
  308. package/dist/components/TitleBar/TitleBar.d.ts +3 -0
  309. package/dist/components/TitleBar/TitleBar.types.d.ts +9 -0
  310. package/dist/components/TitleBar/index.d.ts +1 -0
  311. package/dist/components/TransactionInput/TransactionInput.d.ts +3 -0
  312. package/dist/components/TransactionInput/TransactionInput.stories.d.ts +9 -0
  313. package/dist/components/TransactionInput/TransactionInput.types.d.ts +10 -0
  314. package/dist/components/TransactionInput/index.d.ts +1 -0
  315. package/dist/components/TransactionItem/TransactionItem.d.ts +4 -0
  316. package/dist/components/TransactionItem/TransactionItem.stories.d.ts +9 -0
  317. package/dist/components/TransactionItem/TransactionItem.types.d.ts +16 -0
  318. package/dist/components/TransactionItem/index.d.ts +1 -0
  319. package/dist/components/Typography/Typography.d.ts +4 -0
  320. package/dist/components/Typography/Typography.stories.d.ts +7 -0
  321. package/dist/components/Typography/Typography.types.d.ts +10 -0
  322. package/dist/components/Typography/index.d.ts +1 -0
  323. package/dist/components/index.d.ts +52 -0
  324. package/dist/index.css +1 -0
  325. package/dist/index.d.ts +2 -0
  326. package/dist/kompoze.cjs.js +31 -0
  327. package/dist/kompoze.es.js +4754 -0
  328. package/dist/kompoze.umd.js +32 -0
  329. package/dist/theme.d.ts +30 -0
  330. package/dist/utils/hooks.d.ts +3 -0
  331. package/dist/utils/index.d.ts +3 -0
  332. package/dist/utils/utils.types.d.ts +20 -0
  333. package/package.json +108 -0
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const CaretRightIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const CashbackIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const ChatIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const CheckMarkIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const ClockIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const CloseIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const CogIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const CommonLedgerBlockedIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const CommonLedgerIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const CurvedCheckIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const DateIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const DeliveredIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const DeviceIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const DocIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const DoneCircleIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const DownloadIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const EditFillIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const EmailIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const FilterIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const GalleryIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const GiveBoldIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const GlobeIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const HamburgerIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const HandDownIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const HelpCircleIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const HomeIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const HookIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,9 @@
1
+ import { default as React } from 'react';
2
+ export declare const Collection: React.FC<{}>;
3
+ export declare const IndividualIcon: React.FC<{}>;
4
+ export declare const ThumbsUpIcon: React.FC<{}>;
5
+ declare const _default: {
6
+ title: string;
7
+ component: React.FC<{}>[];
8
+ };
9
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const IconWrapper: React.FC<SVGIconProps>;
@@ -0,0 +1,6 @@
1
+ import { default as React } from 'react';
2
+ import { OkElement } from '../../utils/utils.types';
3
+ export interface SVGIconProps extends React.SVGProps<SVGSVGElement>, OkElement {
4
+ size?: number;
5
+ fill?: string;
6
+ }
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const IfscIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const InfoFilledIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const InfoIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const InstalmentIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const InvitationIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const KycIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const LanguageIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const LedgerIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const LoanIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const LockFilledIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const LockIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const MallIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const MandateIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const MessengerIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const MoreVertIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const NameIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const OtpDotIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const OtpWrongIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const PencilCircleIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const PencilIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const PhoneBookIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const PhoneChangeIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const PhoneIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const PinIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const PlaceAltIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const PlaceFilledIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const PlaceIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const PlusCircleIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const PowerIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const PrintIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const ProfileDummyIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const ProfileFilledIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const ReceiverIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const RejectIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const RepeatIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const ReviewIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const RewardIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const RocketIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const RupeeCircleIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const SMSIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const SearchIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const SecurityIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const SegueIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const SelfieAltIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const SelfieIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const ShareIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const ShieldIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const ShieldSearchIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const SimIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const SmartPhoneIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const StatementIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const StoreIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const SupportAgentIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const SyncIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const TakeBoldIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const ThumbsDownIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const ThumbsUpIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const TickIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const TimesIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const TransactionIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const TransitionIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const TrashIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const TruckIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const UpiIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const UploadIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const UserIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const VoiceIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const WalletIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const WhatsappBoldIcon: React.NamedExoticComponent<SVGIconProps>;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { SVGIconProps } from './IconWrapper.types';
3
+ export declare const WhatsappIcon: React.NamedExoticComponent<SVGIconProps>;