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.
- package/LICENSE +21 -0
- package/README.md +96 -0
- package/dist/components/Accordion/Accordion.d.ts +3 -0
- package/dist/components/Accordion/Accordion.stories.d.ts +8 -0
- package/dist/components/Accordion/Accordion.types.d.ts +10 -0
- package/dist/components/Accordion/index.d.ts +1 -0
- package/dist/components/Alert/Alert.d.ts +3 -0
- package/dist/components/Alert/Alert.stories.d.ts +8 -0
- package/dist/components/Alert/Alert.types.d.ts +4 -0
- package/dist/components/Alert/index.d.ts +1 -0
- package/dist/components/Avatar/Avatar.d.ts +3 -0
- package/dist/components/Avatar/Avatar.stories.d.ts +14 -0
- package/dist/components/Avatar/Avatar.types.d.ts +4 -0
- package/dist/components/Avatar/index.d.ts +1 -0
- package/dist/components/BackDrop/BackDrop.d.ts +3 -0
- package/dist/components/BackDrop/BackDrop.stories.d.ts +7 -0
- package/dist/components/BackDrop/BackDrop.types.d.ts +3 -0
- package/dist/components/BackDrop/index.d.ts +1 -0
- package/dist/components/Button/Button.d.ts +4 -0
- package/dist/components/Button/Button.stories.d.ts +21 -0
- package/dist/components/Button/Button.types.d.ts +20 -0
- package/dist/components/Button/index.d.ts +1 -0
- package/dist/components/CheckBox/CheckBox.d.ts +3 -0
- package/dist/components/CheckBox/CheckBox.stories.d.ts +8 -0
- package/dist/components/CheckBox/CheckBox.types.d.ts +17 -0
- package/dist/components/CheckBox/index.d.ts +1 -0
- package/dist/components/Chip/Chip.d.ts +3 -0
- package/dist/components/Chip/Chip.stories.d.ts +8 -0
- package/dist/components/Chip/Chip.types.d.ts +6 -0
- package/dist/components/Chip/index.d.ts +1 -0
- package/dist/components/ChipSelect/ChipSelect.d.ts +3 -0
- package/dist/components/ChipSelect/ChipSelect.stories.d.ts +8 -0
- package/dist/components/ChipSelect/ChipSelect.types.d.ts +15 -0
- package/dist/components/ChipSelect/index.d.ts +1 -0
- package/dist/components/CustomerCard/CustomerCard.d.ts +4 -0
- package/dist/components/CustomerCard/CustomerCard.stories.d.ts +23 -0
- package/dist/components/CustomerCard/CustomerCard.types.d.ts +11 -0
- package/dist/components/CustomerCard/index.d.ts +1 -0
- package/dist/components/Dialog/Dialog.d.ts +3 -0
- package/dist/components/Dialog/Dialog.stories.d.ts +12 -0
- package/dist/components/Dialog/Dialog.types.d.ts +10 -0
- package/dist/components/Dialog/index.d.ts +1 -0
- package/dist/components/Divider/Divider.d.ts +3 -0
- package/dist/components/Divider/Divider.stories.d.ts +7 -0
- package/dist/components/Divider/Divider.types.d.ts +2 -0
- package/dist/components/Divider/index.d.ts +1 -0
- package/dist/components/HorizontalRunner/HorizontalRunner.d.ts +3 -0
- package/dist/components/HorizontalRunner/HorizontalRunner.stories.d.ts +7 -0
- package/dist/components/HorizontalRunner/HorizontalRunner.types.d.ts +6 -0
- package/dist/components/HorizontalRunner/index.d.ts +1 -0
- package/dist/components/Icon/AccountIcon.d.ts +3 -0
- package/dist/components/Icon/AddCustomerIcon.d.ts +3 -0
- package/dist/components/Icon/AddPhotoFilledIcon.d.ts +3 -0
- package/dist/components/Icon/AddPhotoIcon.d.ts +3 -0
- package/dist/components/Icon/AlarmIcon.d.ts +3 -0
- package/dist/components/Icon/ApprovalIcon.d.ts +3 -0
- package/dist/components/Icon/ApprovedIcon.d.ts +3 -0
- package/dist/components/Icon/ArrowLeftIcon.d.ts +3 -0
- package/dist/components/Icon/BellIcon.d.ts +3 -0
- package/dist/components/Icon/BoldArrowDownIcon.d.ts +3 -0
- package/dist/components/Icon/BoldArrowUpIcon.d.ts +3 -0
- package/dist/components/Icon/BuildingIcon.d.ts +3 -0
- package/dist/components/Icon/BulletIcon.d.ts +3 -0
- package/dist/components/Icon/BusinessCardIcon.d.ts +3 -0
- package/dist/components/Icon/BusinessIcon.d.ts +3 -0
- package/dist/components/Icon/BusinessIconAlt.d.ts +3 -0
- package/dist/components/Icon/CalendarIcon.d.ts +3 -0
- package/dist/components/Icon/CalendarRepeatIcon.d.ts +3 -0
- package/dist/components/Icon/CameraAltIcon.d.ts +3 -0
- package/dist/components/Icon/CameraIcon.d.ts +3 -0
- package/dist/components/Icon/CardIcon.d.ts +3 -0
- package/dist/components/Icon/CaretDownIcon.d.ts +3 -0
- package/dist/components/Icon/CaretLeftIcon.d.ts +3 -0
- package/dist/components/Icon/CaretRightIcon.d.ts +3 -0
- package/dist/components/Icon/CashbackIcon.d.ts +3 -0
- package/dist/components/Icon/ChatIcon.d.ts +3 -0
- package/dist/components/Icon/CheckMarkIcon.d.ts +3 -0
- package/dist/components/Icon/ClockIcon.d.ts +3 -0
- package/dist/components/Icon/CloseIcon.d.ts +3 -0
- package/dist/components/Icon/CogIcon.d.ts +3 -0
- package/dist/components/Icon/CommonLedgerBlockedIcon.d.ts +3 -0
- package/dist/components/Icon/CommonLedgerIcon.d.ts +3 -0
- package/dist/components/Icon/CurvedCheckIcon.d.ts +3 -0
- package/dist/components/Icon/DateIcon.d.ts +3 -0
- package/dist/components/Icon/DeliveredIcon.d.ts +3 -0
- package/dist/components/Icon/DeviceIcon.d.ts +3 -0
- package/dist/components/Icon/DocIcon.d.ts +3 -0
- package/dist/components/Icon/DoneCircleIcon.d.ts +3 -0
- package/dist/components/Icon/DownloadIcon.d.ts +3 -0
- package/dist/components/Icon/EditFillIcon.d.ts +3 -0
- package/dist/components/Icon/EmailIcon.d.ts +3 -0
- package/dist/components/Icon/FilterIcon.d.ts +3 -0
- package/dist/components/Icon/GalleryIcon.d.ts +3 -0
- package/dist/components/Icon/GiveBoldIcon.d.ts +3 -0
- package/dist/components/Icon/GlobeIcon.d.ts +3 -0
- package/dist/components/Icon/HamburgerIcon.d.ts +3 -0
- package/dist/components/Icon/HandDownIcon.d.ts +3 -0
- package/dist/components/Icon/HelpCircleIcon.d.ts +3 -0
- package/dist/components/Icon/HomeIcon.d.ts +3 -0
- package/dist/components/Icon/HookIcon.d.ts +3 -0
- package/dist/components/Icon/Icon.stories.d.ts +9 -0
- package/dist/components/Icon/IconWrapper.d.ts +3 -0
- package/dist/components/Icon/IconWrapper.types.d.ts +6 -0
- package/dist/components/Icon/IfscIcon.d.ts +3 -0
- package/dist/components/Icon/InfoFilledIcon.d.ts +3 -0
- package/dist/components/Icon/InfoIcon.d.ts +3 -0
- package/dist/components/Icon/InstalmentIcon.d.ts +3 -0
- package/dist/components/Icon/InvitationIcon.d.ts +3 -0
- package/dist/components/Icon/KycIcon.d.ts +3 -0
- package/dist/components/Icon/LanguageIcon.d.ts +3 -0
- package/dist/components/Icon/LedgerIcon.d.ts +3 -0
- package/dist/components/Icon/LoanIcon.d.ts +3 -0
- package/dist/components/Icon/LockFilledIcon.d.ts +3 -0
- package/dist/components/Icon/LockIcon.d.ts +3 -0
- package/dist/components/Icon/MallIcon.d.ts +3 -0
- package/dist/components/Icon/MandateIcon.d.ts +3 -0
- package/dist/components/Icon/MessengerIcon.d.ts +3 -0
- package/dist/components/Icon/MoreVertIcon.d.ts +3 -0
- package/dist/components/Icon/NameIcon.d.ts +3 -0
- package/dist/components/Icon/OtpDotIcon.d.ts +3 -0
- package/dist/components/Icon/OtpWrongIcon.d.ts +3 -0
- package/dist/components/Icon/PencilCircleIcon.d.ts +3 -0
- package/dist/components/Icon/PencilIcon.d.ts +3 -0
- package/dist/components/Icon/PhoneBookIcon.d.ts +3 -0
- package/dist/components/Icon/PhoneChangeIcon.d.ts +3 -0
- package/dist/components/Icon/PhoneIcon.d.ts +3 -0
- package/dist/components/Icon/PinIcon.d.ts +3 -0
- package/dist/components/Icon/PlaceAltIcon.d.ts +3 -0
- package/dist/components/Icon/PlaceFilledIcon.d.ts +3 -0
- package/dist/components/Icon/PlaceIcon.d.ts +3 -0
- package/dist/components/Icon/PlusCircleIcon.d.ts +3 -0
- package/dist/components/Icon/PowerIcon.d.ts +3 -0
- package/dist/components/Icon/PrintIcon.d.ts +3 -0
- package/dist/components/Icon/ProfileDummyIcon.d.ts +3 -0
- package/dist/components/Icon/ProfileFilledIcon.d.ts +3 -0
- package/dist/components/Icon/ReceiverIcon.d.ts +3 -0
- package/dist/components/Icon/RejectIcon.d.ts +3 -0
- package/dist/components/Icon/RepeatIcon.d.ts +3 -0
- package/dist/components/Icon/ReviewIcon.d.ts +3 -0
- package/dist/components/Icon/RewardIcon.d.ts +3 -0
- package/dist/components/Icon/RocketIcon.d.ts +3 -0
- package/dist/components/Icon/RupeeCircleIcon.d.ts +3 -0
- package/dist/components/Icon/SMSIcon.d.ts +3 -0
- package/dist/components/Icon/SearchIcon.d.ts +3 -0
- package/dist/components/Icon/SecurityIcon.d.ts +3 -0
- package/dist/components/Icon/SegueIcon.d.ts +3 -0
- package/dist/components/Icon/SelfieAltIcon.d.ts +3 -0
- package/dist/components/Icon/SelfieIcon.d.ts +3 -0
- package/dist/components/Icon/ShareIcon.d.ts +3 -0
- package/dist/components/Icon/ShieldIcon.d.ts +3 -0
- package/dist/components/Icon/ShieldSearchIcon.d.ts +3 -0
- package/dist/components/Icon/SimIcon.d.ts +3 -0
- package/dist/components/Icon/SmartPhoneIcon.d.ts +3 -0
- package/dist/components/Icon/StatementIcon.d.ts +3 -0
- package/dist/components/Icon/StoreIcon.d.ts +3 -0
- package/dist/components/Icon/SupportAgentIcon.d.ts +3 -0
- package/dist/components/Icon/SyncIcon.d.ts +3 -0
- package/dist/components/Icon/TakeBoldIcon.d.ts +3 -0
- package/dist/components/Icon/ThumbsDownIcon.d.ts +3 -0
- package/dist/components/Icon/ThumbsUpIcon.d.ts +3 -0
- package/dist/components/Icon/TickIcon.d.ts +3 -0
- package/dist/components/Icon/TimesIcon.d.ts +3 -0
- package/dist/components/Icon/TransactionIcon.d.ts +3 -0
- package/dist/components/Icon/TransitionIcon.d.ts +3 -0
- package/dist/components/Icon/TrashIcon.d.ts +3 -0
- package/dist/components/Icon/TruckIcon.d.ts +3 -0
- package/dist/components/Icon/UpiIcon.d.ts +3 -0
- package/dist/components/Icon/UploadIcon.d.ts +3 -0
- package/dist/components/Icon/UserIcon.d.ts +3 -0
- package/dist/components/Icon/VoiceIcon.d.ts +3 -0
- package/dist/components/Icon/WalletIcon.d.ts +3 -0
- package/dist/components/Icon/WhatsappBoldIcon.d.ts +3 -0
- package/dist/components/Icon/WhatsappIcon.d.ts +3 -0
- package/dist/components/Icon/index.d.ts +120 -0
- package/dist/components/IconButton/IconButton.d.ts +4 -0
- package/dist/components/IconButton/IconButton.stories.d.ts +7 -0
- package/dist/components/IconButton/IconButton.types.d.ts +7 -0
- package/dist/components/IconButton/index.d.ts +1 -0
- package/dist/components/LanguageDialog/LanguageDialog.d.ts +3 -0
- package/dist/components/LanguageDialog/LanguageDialog.stories.d.ts +7 -0
- package/dist/components/LanguageDialog/LanguageDialog.types.d.ts +15 -0
- package/dist/components/LanguageDialog/index.d.ts +1 -0
- package/dist/components/ListItem/ListItem.d.ts +4 -0
- package/dist/components/ListItem/ListItem.stories.d.ts +7 -0
- package/dist/components/ListItem/ListItem.types.d.ts +8 -0
- package/dist/components/ListItem/index.d.ts +1 -0
- package/dist/components/ListItemLink/ListItemLink.d.ts +4 -0
- package/dist/components/ListItemLink/ListItemLink.stories.d.ts +21 -0
- package/dist/components/ListItemLink/ListItemLink.types.d.ts +4 -0
- package/dist/components/ListItemLink/index.d.ts +1 -0
- package/dist/components/ListView/ListView.d.ts +4 -0
- package/dist/components/ListView/ListView.types.d.ts +3 -0
- package/dist/components/ListView/index.d.ts +1 -0
- package/dist/components/MerchantCategory/MerchantCategory.d.ts +3 -0
- package/dist/components/MerchantCategory/MerchantCategory.stories.d.ts +7 -0
- package/dist/components/MerchantCategory/MerchantCategory.types.d.ts +5 -0
- package/dist/components/MerchantCategory/index.d.ts +1 -0
- package/dist/components/OkTransition/OkTransition.d.ts +3 -0
- package/dist/components/OkTransition/OkTransition.types.d.ts +7 -0
- package/dist/components/OkTransition/index.d.ts +1 -0
- package/dist/components/OtpInput/OtpInput.d.ts +3 -0
- package/dist/components/OtpInput/OtpInput.stories.d.ts +8 -0
- package/dist/components/OtpInput/OtpInput.types.d.ts +17 -0
- package/dist/components/OtpInput/SingleInput.d.ts +3 -0
- package/dist/components/OtpInput/index.d.ts +1 -0
- package/dist/components/Paper/Paper.d.ts +3 -0
- package/dist/components/Paper/Paper.stories.d.ts +9 -0
- package/dist/components/Paper/Paper.types.d.ts +4 -0
- package/dist/components/Paper/index.d.ts +1 -0
- package/dist/components/PayNowBanner/PayNowBanner.d.ts +3 -0
- package/dist/components/PayNowBanner/PayNowBanner.stories.d.ts +12 -0
- package/dist/components/PayNowBanner/PayNowBanner.types.d.ts +6 -0
- package/dist/components/PayNowBanner/index.d.ts +1 -0
- package/dist/components/PayeeInformationBanner/PayeeInformationBanner.d.ts +3 -0
- package/dist/components/PayeeInformationBanner/PayeeInformationBanner.stories.d.ts +11 -0
- package/dist/components/PayeeInformationBanner/PayeeInformationBanner.types.d.ts +12 -0
- package/dist/components/PayeeInformationBanner/index.d.ts +1 -0
- package/dist/components/ProfileOption/ProfileOption.d.ts +3 -0
- package/dist/components/ProfileOption/ProfileOption.stories.d.ts +8 -0
- package/dist/components/ProfileOption/ProfileOption.types.d.ts +10 -0
- package/dist/components/ProfileOption/index.d.ts +1 -0
- package/dist/components/Progress/Progress.d.ts +3 -0
- package/dist/components/Progress/Progress.stories.d.ts +9 -0
- package/dist/components/Progress/Progress.types.d.ts +6 -0
- package/dist/components/Progress/index.d.ts +1 -0
- package/dist/components/Radio/Radio.d.ts +3 -0
- package/dist/components/Radio/Radio.stories.d.ts +7 -0
- package/dist/components/Radio/Radio.types.d.ts +12 -0
- package/dist/components/Radio/index.d.ts +1 -0
- package/dist/components/SearchBar/SearchBar.d.ts +3 -0
- package/dist/components/SearchBar/SearchBar.stories.d.ts +7 -0
- package/dist/components/SearchBar/SearchBar.types.d.ts +13 -0
- package/dist/components/SearchBar/index.d.ts +1 -0
- package/dist/components/SectionHeader/SectionHeader.d.ts +3 -0
- package/dist/components/SectionHeader/SectionHeader.stories.d.ts +7 -0
- package/dist/components/SectionHeader/SectionHeader.types.d.ts +2 -0
- package/dist/components/SectionHeader/index.d.ts +1 -0
- package/dist/components/Skeleton/Skeleton.d.ts +3 -0
- package/dist/components/Skeleton/Skeleton.stories.d.ts +6 -0
- package/dist/components/Skeleton/Skeleton.types.d.ts +8 -0
- package/dist/components/Skeleton/index.d.ts +1 -0
- package/dist/components/Slider/Slider.d.ts +3 -0
- package/dist/components/Slider/Slider.stories.d.ts +8 -0
- package/dist/components/Slider/Slider.types.d.ts +27 -0
- package/dist/components/Slider/index.d.ts +1 -0
- package/dist/components/Snackbar/Snackbar.d.ts +3 -0
- package/dist/components/Snackbar/Snackbar.stories.d.ts +8 -0
- package/dist/components/Snackbar/Snackbar.types.d.ts +8 -0
- package/dist/components/Snackbar/index.d.ts +1 -0
- package/dist/components/Spinner/Spinner.d.ts +3 -0
- package/dist/components/Spinner/Spinner.stories.d.ts +14 -0
- package/dist/components/Spinner/Spinner.types.d.ts +6 -0
- package/dist/components/Spinner/index.d.ts +1 -0
- package/dist/components/StatusBanner/SatusBanner.stories.d.ts +13 -0
- package/dist/components/StatusBanner/StatusBanner.d.ts +3 -0
- package/dist/components/StatusBanner/StatusBanner.types.d.ts +7 -0
- package/dist/components/StatusBanner/index.d.ts +1 -0
- package/dist/components/Switch/Switch.d.ts +3 -0
- package/dist/components/Switch/Switch.stories.d.ts +8 -0
- package/dist/components/Switch/Switch.types.d.ts +12 -0
- package/dist/components/Switch/index.d.ts +1 -0
- package/dist/components/Tab/Tab.d.ts +3 -0
- package/dist/components/Tab/Tab.types.d.ts +5 -0
- package/dist/components/Tab/index.d.ts +1 -0
- package/dist/components/TabHeader/TabHeader.d.ts +3 -0
- package/dist/components/TabHeader/TabHeader.types.d.ts +8 -0
- package/dist/components/TabHeader/index.d.ts +1 -0
- package/dist/components/TabPanel/TabPanel.d.ts +3 -0
- package/dist/components/TabPanel/TabPanel.stories.d.ts +7 -0
- package/dist/components/TabPanel/TabPanel.types.d.ts +3 -0
- package/dist/components/TabPanel/index.d.ts +1 -0
- package/dist/components/Table/Table.d.ts +3 -0
- package/dist/components/Table/Table.stories.d.ts +8 -0
- package/dist/components/Table/Table.types.d.ts +4 -0
- package/dist/components/Table/TableContext.d.ts +1 -0
- package/dist/components/Table/index.d.ts +1 -0
- package/dist/components/TableBody/TableBody.d.ts +3 -0
- package/dist/components/TableBody/TableBody.types.d.ts +2 -0
- package/dist/components/TableBody/index.d.ts +1 -0
- package/dist/components/TableCell/TableCell.d.ts +4 -0
- package/dist/components/TableCell/TableCell.types.d.ts +3 -0
- package/dist/components/TableCell/index.d.ts +1 -0
- package/dist/components/TableHead/TableHead.d.ts +3 -0
- package/dist/components/TableHead/TableHead.types.d.ts +2 -0
- package/dist/components/TableHead/index.d.ts +1 -0
- package/dist/components/TableRow/TableRow.d.ts +3 -0
- package/dist/components/TableRow/TableRow.types.d.ts +3 -0
- package/dist/components/TableRow/index.d.ts +1 -0
- package/dist/components/TableSortLabel/TableSortLabel.d.ts +4 -0
- package/dist/components/TableSortLabel/TableSortLabel.types.d.ts +7 -0
- package/dist/components/TableSortLabel/index.d.ts +1 -0
- package/dist/components/TextArea/TextArea.d.ts +3 -0
- package/dist/components/TextArea/TextArea.stories.d.ts +8 -0
- package/dist/components/TextArea/TextArea.types.d.ts +13 -0
- package/dist/components/TextArea/index.d.ts +1 -0
- package/dist/components/TextField/TextField.d.ts +3 -0
- package/dist/components/TextField/TextField.stories.d.ts +12 -0
- package/dist/components/TextField/TextField.types.d.ts +19 -0
- package/dist/components/TextField/index.d.ts +1 -0
- package/dist/components/TimerText/TimerText.d.ts +3 -0
- package/dist/components/TimerText/TimerText.stories.d.ts +7 -0
- package/dist/components/TimerText/TimerText.types.d.ts +7 -0
- package/dist/components/TimerText/index.d.ts +1 -0
- package/dist/components/Timestamp/Timestamp.d.ts +3 -0
- package/dist/components/Timestamp/Timestamp.stories.d.ts +7 -0
- package/dist/components/Timestamp/Timestamp.types.d.ts +2 -0
- package/dist/components/Timestamp/index.d.ts +1 -0
- package/dist/components/TitleBar/TitleBar.d.ts +3 -0
- package/dist/components/TitleBar/TitleBar.types.d.ts +9 -0
- package/dist/components/TitleBar/index.d.ts +1 -0
- package/dist/components/TransactionInput/TransactionInput.d.ts +3 -0
- package/dist/components/TransactionInput/TransactionInput.stories.d.ts +9 -0
- package/dist/components/TransactionInput/TransactionInput.types.d.ts +10 -0
- package/dist/components/TransactionInput/index.d.ts +1 -0
- package/dist/components/TransactionItem/TransactionItem.d.ts +4 -0
- package/dist/components/TransactionItem/TransactionItem.stories.d.ts +9 -0
- package/dist/components/TransactionItem/TransactionItem.types.d.ts +16 -0
- package/dist/components/TransactionItem/index.d.ts +1 -0
- package/dist/components/Typography/Typography.d.ts +4 -0
- package/dist/components/Typography/Typography.stories.d.ts +7 -0
- package/dist/components/Typography/Typography.types.d.ts +10 -0
- package/dist/components/Typography/index.d.ts +1 -0
- package/dist/components/index.d.ts +52 -0
- package/dist/index.css +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/kompoze.cjs.js +31 -0
- package/dist/kompoze.es.js +4754 -0
- package/dist/kompoze.umd.js +32 -0
- package/dist/theme.d.ts +30 -0
- package/dist/utils/hooks.d.ts +3 -0
- package/dist/utils/index.d.ts +3 -0
- package/dist/utils/utils.types.d.ts +20 -0
- package/package.json +108 -0
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
export { SearchIcon } from './SearchIcon';
|
|
2
|
+
export { StatementIcon } from './StatementIcon';
|
|
3
|
+
export { TransactionIcon } from './TransactionIcon';
|
|
4
|
+
export { HookIcon } from './HookIcon';
|
|
5
|
+
export { ArrowLeftIcon } from './ArrowLeftIcon';
|
|
6
|
+
export { CloseIcon } from './CloseIcon';
|
|
7
|
+
export { DoneCircleIcon } from './DoneCircleIcon';
|
|
8
|
+
export { HamburgerIcon } from './HamburgerIcon';
|
|
9
|
+
export { DeliveredIcon } from './DeliveredIcon';
|
|
10
|
+
export { BoldArrowUpIcon } from './BoldArrowUpIcon';
|
|
11
|
+
export { BoldArrowDownIcon } from './BoldArrowDownIcon';
|
|
12
|
+
export { HandDownIcon } from './HandDownIcon';
|
|
13
|
+
export { FilterIcon } from './FilterIcon';
|
|
14
|
+
export { DocIcon } from './DocIcon';
|
|
15
|
+
export { EditFillIcon } from './EditFillIcon';
|
|
16
|
+
export { HelpCircleIcon } from './HelpCircleIcon';
|
|
17
|
+
export { InvitationIcon } from './InvitationIcon';
|
|
18
|
+
export { ShareIcon } from './ShareIcon';
|
|
19
|
+
export { RupeeCircleIcon } from './RupeeCircleIcon';
|
|
20
|
+
export { RewardIcon } from './RewardIcon';
|
|
21
|
+
export { AccountIcon } from './AccountIcon';
|
|
22
|
+
export { AddCustomerIcon } from './AddCustomerIcon';
|
|
23
|
+
export { AddPhotoIcon } from './AddPhotoIcon';
|
|
24
|
+
export { CogIcon } from './CogIcon';
|
|
25
|
+
export { PhoneIcon } from './PhoneIcon';
|
|
26
|
+
export { TickIcon } from './TickIcon';
|
|
27
|
+
export { ReceiverIcon } from './ReceiverIcon';
|
|
28
|
+
export { VoiceIcon } from './VoiceIcon';
|
|
29
|
+
export { PhoneBookIcon } from './PhoneBookIcon';
|
|
30
|
+
export { OtpDotIcon } from './OtpDotIcon';
|
|
31
|
+
export { OtpWrongIcon } from './OtpWrongIcon';
|
|
32
|
+
export { TimesIcon } from './TimesIcon';
|
|
33
|
+
export { DeviceIcon } from './DeviceIcon';
|
|
34
|
+
export { BusinessIcon } from './BusinessIcon';
|
|
35
|
+
export { WalletIcon } from './WalletIcon';
|
|
36
|
+
export { ShieldIcon } from './ShieldIcon';
|
|
37
|
+
export { LedgerIcon } from './LedgerIcon';
|
|
38
|
+
export { BusinessCardIcon } from './BusinessCardIcon';
|
|
39
|
+
export { CameraIcon } from './CameraIcon';
|
|
40
|
+
export { ProfileFilledIcon } from './ProfileFilledIcon';
|
|
41
|
+
export { TruckIcon } from './TruckIcon';
|
|
42
|
+
export { DownloadIcon } from './DownloadIcon';
|
|
43
|
+
export { InfoIcon } from './InfoIcon';
|
|
44
|
+
export { MallIcon } from './MallIcon';
|
|
45
|
+
export { NameIcon } from './NameIcon';
|
|
46
|
+
export { PlaceFilledIcon } from './PlaceFilledIcon';
|
|
47
|
+
export { PlaceIcon } from './PlaceIcon';
|
|
48
|
+
export { StoreIcon } from './StoreIcon';
|
|
49
|
+
export { SecurityIcon } from './SecurityIcon';
|
|
50
|
+
export { ProfileDummyIcon } from './ProfileDummyIcon';
|
|
51
|
+
export { CaretDownIcon } from './CaretDownIcon';
|
|
52
|
+
export { CaretLeftIcon } from './CaretLeftIcon';
|
|
53
|
+
export { CaretRightIcon } from './CaretRightIcon';
|
|
54
|
+
export { ChatIcon } from './ChatIcon';
|
|
55
|
+
export { BuildingIcon } from './BuildingIcon';
|
|
56
|
+
export { SimIcon } from './SimIcon';
|
|
57
|
+
export { SegueIcon } from './SegueIcon';
|
|
58
|
+
export { PinIcon } from './PinIcon';
|
|
59
|
+
export { PhoneChangeIcon } from './PhoneChangeIcon';
|
|
60
|
+
export { PowerIcon } from './PowerIcon';
|
|
61
|
+
export { CheckMarkIcon } from './CheckMarkIcon';
|
|
62
|
+
export { TransitionIcon } from './TransitionIcon';
|
|
63
|
+
export { LanguageIcon } from './LanguageIcon';
|
|
64
|
+
export { LockIcon } from './LockIcon';
|
|
65
|
+
export { ThumbsUpIcon } from './ThumbsUpIcon';
|
|
66
|
+
export { ThumbsDownIcon } from './ThumbsDownIcon';
|
|
67
|
+
export { CommonLedgerIcon } from './CommonLedgerIcon';
|
|
68
|
+
export { CommonLedgerBlockedIcon } from './CommonLedgerBlockedIcon';
|
|
69
|
+
export { TrashIcon } from './TrashIcon';
|
|
70
|
+
export { MoreVertIcon } from './MoreVertIcon';
|
|
71
|
+
export { HomeIcon } from './HomeIcon';
|
|
72
|
+
export { PrintIcon } from './PrintIcon';
|
|
73
|
+
export { GlobeIcon } from './GlobeIcon';
|
|
74
|
+
export { SMSIcon } from './SMSIcon';
|
|
75
|
+
export { LockFilledIcon } from './LockFilledIcon';
|
|
76
|
+
export { WhatsappIcon } from './WhatsappIcon';
|
|
77
|
+
export { PencilCircleIcon } from './PencilCircleIcon';
|
|
78
|
+
export { GiveBoldIcon } from './GiveBoldIcon';
|
|
79
|
+
export { TakeBoldIcon } from './TakeBoldIcon';
|
|
80
|
+
export { ReviewIcon } from './ReviewIcon';
|
|
81
|
+
export { RejectIcon } from './RejectIcon';
|
|
82
|
+
export { ApprovedIcon } from './ApprovedIcon';
|
|
83
|
+
export { UploadIcon } from './UploadIcon';
|
|
84
|
+
export { UpiIcon } from './UpiIcon';
|
|
85
|
+
export { IfscIcon } from './IfscIcon';
|
|
86
|
+
export { MessengerIcon } from './MessengerIcon';
|
|
87
|
+
export { BusinessIconAlt } from './BusinessIconAlt';
|
|
88
|
+
export { RepeatIcon } from './RepeatIcon';
|
|
89
|
+
export { UserIcon } from './UserIcon';
|
|
90
|
+
export { CurvedCheckIcon } from './CurvedCheckIcon';
|
|
91
|
+
export { KycIcon } from './KycIcon';
|
|
92
|
+
export { LoanIcon } from './LoanIcon';
|
|
93
|
+
export { SyncIcon } from './SyncIcon';
|
|
94
|
+
export { GalleryIcon } from './GalleryIcon';
|
|
95
|
+
export { CameraAltIcon } from './CameraAltIcon';
|
|
96
|
+
export { InstalmentIcon } from './InstalmentIcon';
|
|
97
|
+
export { CashbackIcon } from './CashbackIcon';
|
|
98
|
+
export { InfoFilledIcon } from './InfoFilledIcon';
|
|
99
|
+
export { CardIcon } from './CardIcon';
|
|
100
|
+
export { MandateIcon } from './MandateIcon';
|
|
101
|
+
export { PencilIcon } from './PencilIcon';
|
|
102
|
+
export { ShieldSearchIcon } from './ShieldSearchIcon';
|
|
103
|
+
export { WhatsappBoldIcon } from './WhatsappBoldIcon';
|
|
104
|
+
export { EmailIcon } from './EmailIcon';
|
|
105
|
+
export { CalendarIcon } from './CalendarIcon';
|
|
106
|
+
export { AddPhotoFilledIcon } from './AddPhotoFilledIcon';
|
|
107
|
+
export { BellIcon } from './BellIcon';
|
|
108
|
+
export { SelfieIcon } from './SelfieIcon';
|
|
109
|
+
export { SelfieAltIcon } from './SelfieAltIcon';
|
|
110
|
+
export { PlaceAltIcon } from './PlaceAltIcon';
|
|
111
|
+
export { SmartPhoneIcon } from './SmartPhoneIcon';
|
|
112
|
+
export { PlusCircleIcon } from './PlusCircleIcon';
|
|
113
|
+
export { AlarmIcon } from './AlarmIcon';
|
|
114
|
+
export { SupportAgentIcon } from './SupportAgentIcon';
|
|
115
|
+
export { ClockIcon } from './ClockIcon';
|
|
116
|
+
export { ApprovalIcon } from './ApprovalIcon';
|
|
117
|
+
export { DateIcon } from './DateIcon';
|
|
118
|
+
export { BulletIcon } from './BulletIcon';
|
|
119
|
+
export { CalendarRepeatIcon } from './CalendarRepeatIcon';
|
|
120
|
+
export { RocketIcon } from './RocketIcon';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { AuxiliaryProps } from '../../utils/utils.types';
|
|
3
|
+
import { IconButtonProps } from './IconButton.types';
|
|
4
|
+
export declare const IconButton: <C extends React.ElementType>({ component, size, variant, color, disabled, children, className, ...restProps }: AuxiliaryProps<C, IconButtonProps>) => JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { Meta } from '@storybook/react';
|
|
3
|
+
export declare const Medium: React.FC<{}>;
|
|
4
|
+
export declare const Primary: React.FC<{}>;
|
|
5
|
+
export declare const Small: React.FC<{}>;
|
|
6
|
+
declare const _default: Meta;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './IconButton';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface ILanguageEntity {
|
|
2
|
+
id: number;
|
|
3
|
+
language: string;
|
|
4
|
+
label: string;
|
|
5
|
+
key: string;
|
|
6
|
+
color?: string;
|
|
7
|
+
bgColor?: string;
|
|
8
|
+
}
|
|
9
|
+
export interface LanguageDialogProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
10
|
+
dialogTitle?: string;
|
|
11
|
+
onChange?: (value?: any) => void;
|
|
12
|
+
onExit?: (e: React.SyntheticEvent) => void;
|
|
13
|
+
data?: ILanguageEntity[];
|
|
14
|
+
selectedId?: number;
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './LanguageDialog';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ListItemProps } from './ListItem.types';
|
|
3
|
+
import { AuxiliaryProps } from '../../utils/utils.types';
|
|
4
|
+
export declare const ListItem: <C extends React.ElementType>({ component, icon, primary, secondary, className, endAdornment, classList, ...restProps }: AuxiliaryProps<C, ListItemProps>) => JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export declare const Simple: React.FC<{}>;
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: <C extends React.ElementType>({ component, icon, primary, secondary, className, endAdornment, classList, ...restProps }: import('../../utils/utils.types').AuxiliaryProps<C, import('./ListItem.types').ListItemProps>) => JSX.Element;
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { OkElement } from '../../utils/utils.types';
|
|
3
|
+
export interface ListItemProps extends React.HTMLAttributes<HTMLLIElement>, OkElement {
|
|
4
|
+
primary?: React.ReactNode;
|
|
5
|
+
secondary?: React.ReactNode;
|
|
6
|
+
icon?: React.ReactNode;
|
|
7
|
+
endAdornment?: React.ReactNode | null;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ListItem';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { LinkBaseProps } from './ListItemLink.types';
|
|
3
|
+
import { AuxiliaryProps } from '../../utils/utils.types';
|
|
4
|
+
export declare const ListItemLink: <C extends React.ElementType>({ component, icon, children, className, ...restProps }: AuxiliaryProps<C, LinkBaseProps>) => JSX.Element;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export declare const Simple: React.FC<{}>;
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: <C extends React.ElementType>({ component, icon, children, className, ...restProps }: import('../../utils/utils.types').AuxiliaryProps<C, import('./ListItemLink.types').LinkBaseProps>) => JSX.Element;
|
|
6
|
+
argTypes: {
|
|
7
|
+
component: {
|
|
8
|
+
description: string;
|
|
9
|
+
table: {
|
|
10
|
+
type: {
|
|
11
|
+
summary: string;
|
|
12
|
+
detail: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
control: {
|
|
16
|
+
type: null;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ListItemLink';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ListViewProps } from './ListView.types';
|
|
3
|
+
import { AuxiliaryProps } from '../../utils/utils.types';
|
|
4
|
+
export declare const ListView: <C extends React.ElementType>({ component, children, className, gutter, ...restProps }: AuxiliaryProps<C, ListViewProps>) => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ListView';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './MerchantCategory';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './OkTransition';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export declare const Simple: React.FC<{}>;
|
|
3
|
+
export declare const WithError: React.FC<{}>;
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: React.FC<import('./OtpInput.types').OTPInputProps>;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { default as React, CSSProperties } from 'react';
|
|
2
|
+
export interface OTPInputProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
length: number;
|
|
4
|
+
onOTPChange: (otp: string) => void;
|
|
5
|
+
autoFocus?: boolean;
|
|
6
|
+
isNumberInput?: boolean;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
style?: CSSProperties;
|
|
9
|
+
className?: string;
|
|
10
|
+
inputStyle?: CSSProperties;
|
|
11
|
+
error?: boolean;
|
|
12
|
+
}
|
|
13
|
+
export interface SingleOTPInputProps extends React.InputHTMLAttributes<HTMLInputElement> {
|
|
14
|
+
focus?: boolean;
|
|
15
|
+
filled?: boolean;
|
|
16
|
+
error?: boolean;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './OtpInput';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export declare const Simple: React.FC<{}>;
|
|
3
|
+
export declare const Compact: React.FC<{}>;
|
|
4
|
+
export declare const Clickable: React.FC<{}>;
|
|
5
|
+
declare const _default: {
|
|
6
|
+
title: string;
|
|
7
|
+
component: React.FC<import('./Paper.types').PaperProps>;
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Paper';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import('react').FC<import('./PayNowBanner.types').PayNowBannerProps>;
|
|
5
|
+
parameters: {
|
|
6
|
+
layout: string;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
export default meta;
|
|
10
|
+
type Story = StoryObj<typeof meta>;
|
|
11
|
+
export declare const Simple: Story;
|
|
12
|
+
export declare const DisabledBtn: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './PayNowBanner';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.FC<import('./PayeeInformationBanner.types').PayeeInformationBannerProps>;
|
|
5
|
+
parameters: {
|
|
6
|
+
layout: string;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
export default meta;
|
|
10
|
+
export declare const Simple: React.FC<{}>;
|
|
11
|
+
export declare const WithMiddleItem: React.FC<{}>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export interface PayeeInformationBannerProps extends React.HTMLAttributes<HTMLSpanElement> {
|
|
3
|
+
amount: number;
|
|
4
|
+
name: string;
|
|
5
|
+
phoneNumber: string;
|
|
6
|
+
payId: string;
|
|
7
|
+
copyFun: Function;
|
|
8
|
+
avatar: string;
|
|
9
|
+
middleItemName?: string;
|
|
10
|
+
middleItemIcon?: ReactNode;
|
|
11
|
+
middleItemAction?: Function;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './PayeeInformationBanner';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export declare const Simple: React.FC<{}>;
|
|
3
|
+
export declare const WithValue: React.FC<{}>;
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: React.FC<import('./ProfileOption.types').ProfileOptionProps>;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export interface ProfileOptionProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
fieldName?: string;
|
|
4
|
+
info?: string;
|
|
5
|
+
icon?: React.ReactNode;
|
|
6
|
+
endAdornment?: React.ReactNode;
|
|
7
|
+
value?: string;
|
|
8
|
+
placeholder?: string;
|
|
9
|
+
endAdornmentProps?: object;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ProfileOption';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export declare const Infinite: React.FC<{}>;
|
|
3
|
+
export declare const Static: React.FC<{}>;
|
|
4
|
+
export declare const StaticCustomHeight: React.FC<{}>;
|
|
5
|
+
declare const _default: {
|
|
6
|
+
title: string;
|
|
7
|
+
component: React.FC<import('./Progress.types').ProgressProps>;
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Progress';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OkElement } from '../../utils/utils.types';
|
|
2
|
+
export interface RadioProps extends React.HTMLAttributes<HTMLDivElement>, OkElement {
|
|
3
|
+
id: string;
|
|
4
|
+
onChange?(e: React.ChangeEvent<HTMLInputElement>): void;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
checked?: boolean;
|
|
7
|
+
required?: boolean;
|
|
8
|
+
name?: string;
|
|
9
|
+
value?: any;
|
|
10
|
+
inputProps?: React.InputHTMLAttributes<HTMLInputElement>;
|
|
11
|
+
hasPointer?: boolean;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Radio';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { default as React, ReactNode } from 'react';
|
|
2
|
+
export interface SearchBarProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
placeholder?: string;
|
|
4
|
+
inputProps?: React.InputHTMLAttributes<HTMLInputElement>;
|
|
5
|
+
onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
|
6
|
+
startAdornment?: ReactNode | null;
|
|
7
|
+
endAdornment?: ReactNode | null;
|
|
8
|
+
classList?: {
|
|
9
|
+
input?: string;
|
|
10
|
+
container?: string;
|
|
11
|
+
};
|
|
12
|
+
inputRef?: React.RefObject<HTMLInputElement>;
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './SearchBar';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './SectionHeader';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Skeleton';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export declare const Simple: React.FC<{}>;
|
|
3
|
+
export declare const AutoTransition: React.FC<{}>;
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: React.FC<import('./Slider.types').SliderProps>;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|