kompoze 1.0.0 → 1.1.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/README.md +4 -6
- package/dist/components/Accordion/Accordion.d.ts +1 -1
- package/dist/components/Accordion/Accordion.stories.d.ts +1 -1
- package/dist/components/Accordion/Accordion.types.d.ts +2 -2
- package/dist/components/Alert/Alert.d.ts +1 -1
- package/dist/components/Alert/Alert.stories.d.ts +1 -1
- package/dist/components/Alert/Alert.types.d.ts +2 -2
- package/dist/components/Avatar/Avatar.d.ts +1 -1
- package/dist/components/Avatar/Avatar.stories.d.ts +2 -2
- package/dist/components/Button/Button.d.ts +10 -2
- package/dist/components/Button/Button.stories.d.ts +8 -2
- package/dist/components/Button/Button.types.d.ts +5 -5
- package/dist/components/CheckBox/CheckBox.d.ts +1 -1
- package/dist/components/CheckBox/CheckBox.stories.d.ts +1 -1
- package/dist/components/CheckBox/CheckBox.types.d.ts +3 -3
- package/dist/components/Chip/Chip.d.ts +1 -1
- package/dist/components/Chip/Chip.stories.d.ts +1 -1
- package/dist/components/ChipSelect/ChipSelect.d.ts +1 -1
- package/dist/components/ChipSelect/ChipSelect.stories.d.ts +1 -1
- package/dist/components/ChipSelect/ChipSelect.types.d.ts +2 -2
- package/dist/components/Divider/Divider.d.ts +1 -1
- package/dist/components/Divider/Divider.stories.d.ts +1 -1
- package/dist/components/HorizontalRunner/HorizontalRunner.d.ts +1 -1
- package/dist/components/HorizontalRunner/HorizontalRunner.stories.d.ts +1 -1
- package/dist/components/Icon/ArrowLeftIcon.d.ts +2 -2
- package/dist/components/Icon/BoldArrowDownIcon.d.ts +2 -2
- package/dist/components/Icon/BoldArrowUpIcon.d.ts +2 -2
- package/dist/components/Icon/CaretDownIcon.d.ts +2 -2
- package/dist/components/Icon/CaretLeftIcon.d.ts +2 -2
- package/dist/components/Icon/CaretRightIcon.d.ts +2 -2
- package/dist/components/Icon/DoneCircleIcon.d.ts +2 -2
- package/dist/components/Icon/HamburgerIcon.d.ts +2 -2
- package/dist/components/Icon/IconWrapper.d.ts +1 -1
- package/dist/components/Icon/IconWrapper.types.d.ts +3 -2
- package/dist/components/Icon/InfoFilledIcon.d.ts +2 -2
- package/dist/components/Icon/InfoIcon.d.ts +2 -2
- package/dist/components/Icon/ProfileDummyIcon.d.ts +2 -2
- package/dist/components/Icon/ProfileFilledIcon.d.ts +2 -2
- package/dist/components/Icon/RepeatIcon.d.ts +2 -2
- package/dist/components/Icon/RewardIcon.d.ts +2 -2
- package/dist/components/Icon/SMSIcon.d.ts +2 -2
- package/dist/components/Icon/SelfieAltIcon.d.ts +2 -2
- package/dist/components/Icon/ShieldIcon.d.ts +2 -2
- package/dist/components/Icon/SmartPhoneIcon.d.ts +2 -2
- package/dist/components/Icon/StoreIcon.d.ts +2 -2
- package/dist/components/Icon/SupportAgentIcon.d.ts +2 -2
- package/dist/components/Icon/SyncIcon.d.ts +2 -2
- package/dist/components/Icon/TakeBoldIcon.d.ts +2 -2
- package/dist/components/Icon/ThumbsDownIcon.d.ts +2 -2
- package/dist/components/Icon/ThumbsUpIcon.d.ts +2 -2
- package/dist/components/Icon/TickIcon.d.ts +2 -2
- package/dist/components/Icon/TransitionIcon.d.ts +2 -2
- package/dist/components/Icon/TruckIcon.d.ts +2 -2
- package/dist/components/Icon/UploadIcon.d.ts +2 -2
- package/dist/components/Icon/UserIcon.d.ts +2 -2
- package/dist/components/Icon/VoiceIcon.d.ts +2 -2
- package/dist/components/Icon/WalletIcon.d.ts +2 -2
- package/dist/components/Icon/index.d.ts +8 -98
- package/dist/components/IconButton/IconButton.stories.d.ts +1 -1
- package/dist/components/IconButton/IconButton.types.d.ts +5 -5
- package/dist/components/ListItem/ListItem.types.d.ts +2 -2
- package/dist/components/OkTransition/OkTransition.types.d.ts +3 -3
- package/dist/components/OtpInput/OtpInput.d.ts +1 -1
- package/dist/components/OtpInput/OtpInput.stories.d.ts +1 -1
- package/dist/components/Paper/Paper.d.ts +1 -1
- package/dist/components/Paper/Paper.stories.d.ts +1 -1
- package/dist/components/Progress/Progress.d.ts +1 -1
- package/dist/components/Progress/Progress.stories.d.ts +1 -1
- package/dist/components/Radio/Radio.d.ts +1 -1
- package/dist/components/Radio/Radio.stories.d.ts +1 -1
- package/dist/components/Radio/Radio.types.d.ts +2 -2
- package/dist/components/SearchBar/SearchBar.d.ts +1 -1
- package/dist/components/SearchBar/SearchBar.stories.d.ts +1 -1
- package/dist/components/SectionHeader/SectionHeader.d.ts +1 -1
- package/dist/components/SectionHeader/SectionHeader.stories.d.ts +1 -1
- package/dist/components/Skeleton/Skeleton.d.ts +1 -1
- package/dist/components/Skeleton/Skeleton.stories.d.ts +1 -1
- package/dist/components/Skeleton/Skeleton.types.d.ts +2 -2
- package/dist/components/Snackbar/Snackbar.d.ts +1 -1
- package/dist/components/Snackbar/Snackbar.stories.d.ts +1 -1
- package/dist/components/Spinner/Spinner.d.ts +1 -1
- package/dist/components/Spinner/Spinner.stories.d.ts +2 -2
- package/dist/components/Switch/Switch.d.ts +1 -1
- package/dist/components/Switch/Switch.stories.d.ts +1 -1
- package/dist/components/Tab/Tab.d.ts +1 -1
- package/dist/components/TabHeader/TabHeader.types.d.ts +2 -2
- package/dist/components/TabPanel/TabPanel.d.ts +1 -1
- package/dist/components/TextArea/TextArea.d.ts +1 -1
- package/dist/components/TextArea/TextArea.stories.d.ts +1 -1
- package/dist/components/TextField/TextField.d.ts +1 -1
- package/dist/components/TextField/TextField.stories.d.ts +1 -1
- package/dist/components/TextField/TextField.types.d.ts +2 -2
- package/dist/components/TimerText/TimerText.d.ts +1 -1
- package/dist/components/TimerText/TimerText.stories.d.ts +1 -1
- package/dist/components/Timestamp/Timestamp.d.ts +1 -1
- package/dist/components/Timestamp/Timestamp.stories.d.ts +1 -1
- package/dist/components/TransactionInput/TransactionInput.d.ts +1 -1
- package/dist/components/TransactionInput/TransactionInput.stories.d.ts +1 -1
- package/dist/components/Typography/Typography.types.d.ts +3 -3
- package/dist/components/index.d.ts +0 -16
- package/dist/index.css +1 -1
- package/dist/kompoze.cjs.js +11 -11
- package/dist/kompoze.es.js +2185 -3843
- package/dist/kompoze.umd.js +12 -12
- package/dist/utils/utils.types.d.ts +6 -6
- package/package.json +8 -15
- package/dist/components/BackDrop/BackDrop.d.ts +0 -3
- package/dist/components/BackDrop/BackDrop.stories.d.ts +0 -7
- package/dist/components/BackDrop/BackDrop.types.d.ts +0 -3
- package/dist/components/BackDrop/index.d.ts +0 -1
- package/dist/components/CustomerCard/CustomerCard.d.ts +0 -4
- package/dist/components/CustomerCard/CustomerCard.stories.d.ts +0 -23
- package/dist/components/CustomerCard/CustomerCard.types.d.ts +0 -11
- package/dist/components/CustomerCard/index.d.ts +0 -1
- package/dist/components/Dialog/Dialog.d.ts +0 -3
- package/dist/components/Dialog/Dialog.stories.d.ts +0 -12
- package/dist/components/Dialog/Dialog.types.d.ts +0 -10
- package/dist/components/Dialog/index.d.ts +0 -1
- package/dist/components/Icon/AccountIcon.d.ts +0 -3
- package/dist/components/Icon/AddCustomerIcon.d.ts +0 -3
- package/dist/components/Icon/AddPhotoFilledIcon.d.ts +0 -3
- package/dist/components/Icon/AddPhotoIcon.d.ts +0 -3
- package/dist/components/Icon/AlarmIcon.d.ts +0 -3
- package/dist/components/Icon/ApprovalIcon.d.ts +0 -3
- package/dist/components/Icon/ApprovedIcon.d.ts +0 -3
- package/dist/components/Icon/BellIcon.d.ts +0 -3
- package/dist/components/Icon/BuildingIcon.d.ts +0 -3
- package/dist/components/Icon/BulletIcon.d.ts +0 -3
- package/dist/components/Icon/BusinessCardIcon.d.ts +0 -3
- package/dist/components/Icon/BusinessIcon.d.ts +0 -3
- package/dist/components/Icon/BusinessIconAlt.d.ts +0 -3
- package/dist/components/Icon/CalendarIcon.d.ts +0 -3
- package/dist/components/Icon/CalendarRepeatIcon.d.ts +0 -3
- package/dist/components/Icon/CameraAltIcon.d.ts +0 -3
- package/dist/components/Icon/CameraIcon.d.ts +0 -3
- package/dist/components/Icon/CardIcon.d.ts +0 -3
- package/dist/components/Icon/CashbackIcon.d.ts +0 -3
- package/dist/components/Icon/ChatIcon.d.ts +0 -3
- package/dist/components/Icon/CheckMarkIcon.d.ts +0 -3
- package/dist/components/Icon/ClockIcon.d.ts +0 -3
- package/dist/components/Icon/CloseIcon.d.ts +0 -3
- package/dist/components/Icon/CogIcon.d.ts +0 -3
- package/dist/components/Icon/CommonLedgerBlockedIcon.d.ts +0 -3
- package/dist/components/Icon/CommonLedgerIcon.d.ts +0 -3
- package/dist/components/Icon/CurvedCheckIcon.d.ts +0 -3
- package/dist/components/Icon/DateIcon.d.ts +0 -3
- package/dist/components/Icon/DeliveredIcon.d.ts +0 -3
- package/dist/components/Icon/DeviceIcon.d.ts +0 -3
- package/dist/components/Icon/DocIcon.d.ts +0 -3
- package/dist/components/Icon/DownloadIcon.d.ts +0 -3
- package/dist/components/Icon/EditFillIcon.d.ts +0 -3
- package/dist/components/Icon/EmailIcon.d.ts +0 -3
- package/dist/components/Icon/FilterIcon.d.ts +0 -3
- package/dist/components/Icon/GalleryIcon.d.ts +0 -3
- package/dist/components/Icon/GiveBoldIcon.d.ts +0 -3
- package/dist/components/Icon/GlobeIcon.d.ts +0 -3
- package/dist/components/Icon/HandDownIcon.d.ts +0 -3
- package/dist/components/Icon/HelpCircleIcon.d.ts +0 -3
- package/dist/components/Icon/HomeIcon.d.ts +0 -3
- package/dist/components/Icon/HookIcon.d.ts +0 -3
- package/dist/components/Icon/IfscIcon.d.ts +0 -3
- package/dist/components/Icon/InstalmentIcon.d.ts +0 -3
- package/dist/components/Icon/InvitationIcon.d.ts +0 -3
- package/dist/components/Icon/KycIcon.d.ts +0 -3
- package/dist/components/Icon/LanguageIcon.d.ts +0 -3
- package/dist/components/Icon/LedgerIcon.d.ts +0 -3
- package/dist/components/Icon/LoanIcon.d.ts +0 -3
- package/dist/components/Icon/LockFilledIcon.d.ts +0 -3
- package/dist/components/Icon/LockIcon.d.ts +0 -3
- package/dist/components/Icon/MallIcon.d.ts +0 -3
- package/dist/components/Icon/MandateIcon.d.ts +0 -3
- package/dist/components/Icon/MessengerIcon.d.ts +0 -3
- package/dist/components/Icon/MoreVertIcon.d.ts +0 -3
- package/dist/components/Icon/NameIcon.d.ts +0 -3
- package/dist/components/Icon/OtpDotIcon.d.ts +0 -3
- package/dist/components/Icon/OtpWrongIcon.d.ts +0 -3
- package/dist/components/Icon/PencilCircleIcon.d.ts +0 -3
- package/dist/components/Icon/PencilIcon.d.ts +0 -3
- package/dist/components/Icon/PhoneBookIcon.d.ts +0 -3
- package/dist/components/Icon/PhoneChangeIcon.d.ts +0 -3
- package/dist/components/Icon/PhoneIcon.d.ts +0 -3
- package/dist/components/Icon/PinIcon.d.ts +0 -3
- package/dist/components/Icon/PlaceAltIcon.d.ts +0 -3
- package/dist/components/Icon/PlaceFilledIcon.d.ts +0 -3
- package/dist/components/Icon/PlaceIcon.d.ts +0 -3
- package/dist/components/Icon/PlusCircleIcon.d.ts +0 -3
- package/dist/components/Icon/PowerIcon.d.ts +0 -3
- package/dist/components/Icon/PrintIcon.d.ts +0 -3
- package/dist/components/Icon/ReceiverIcon.d.ts +0 -3
- package/dist/components/Icon/RejectIcon.d.ts +0 -3
- package/dist/components/Icon/ReviewIcon.d.ts +0 -3
- package/dist/components/Icon/RocketIcon.d.ts +0 -3
- package/dist/components/Icon/RupeeCircleIcon.d.ts +0 -3
- package/dist/components/Icon/SearchIcon.d.ts +0 -3
- package/dist/components/Icon/SecurityIcon.d.ts +0 -3
- package/dist/components/Icon/SegueIcon.d.ts +0 -3
- package/dist/components/Icon/SelfieIcon.d.ts +0 -3
- package/dist/components/Icon/ShareIcon.d.ts +0 -3
- package/dist/components/Icon/ShieldSearchIcon.d.ts +0 -3
- package/dist/components/Icon/SimIcon.d.ts +0 -3
- package/dist/components/Icon/StatementIcon.d.ts +0 -3
- package/dist/components/Icon/TimesIcon.d.ts +0 -3
- package/dist/components/Icon/TransactionIcon.d.ts +0 -3
- package/dist/components/Icon/TrashIcon.d.ts +0 -3
- package/dist/components/Icon/UpiIcon.d.ts +0 -3
- package/dist/components/Icon/WhatsappBoldIcon.d.ts +0 -3
- package/dist/components/Icon/WhatsappIcon.d.ts +0 -3
- package/dist/components/LanguageDialog/LanguageDialog.d.ts +0 -3
- package/dist/components/LanguageDialog/LanguageDialog.stories.d.ts +0 -7
- package/dist/components/LanguageDialog/LanguageDialog.types.d.ts +0 -15
- package/dist/components/LanguageDialog/index.d.ts +0 -1
- package/dist/components/MerchantCategory/MerchantCategory.d.ts +0 -3
- package/dist/components/MerchantCategory/MerchantCategory.stories.d.ts +0 -7
- package/dist/components/MerchantCategory/MerchantCategory.types.d.ts +0 -5
- package/dist/components/MerchantCategory/index.d.ts +0 -1
- package/dist/components/PayNowBanner/PayNowBanner.d.ts +0 -3
- package/dist/components/PayNowBanner/PayNowBanner.stories.d.ts +0 -12
- package/dist/components/PayNowBanner/PayNowBanner.types.d.ts +0 -6
- package/dist/components/PayNowBanner/index.d.ts +0 -1
- package/dist/components/PayeeInformationBanner/PayeeInformationBanner.d.ts +0 -3
- package/dist/components/PayeeInformationBanner/PayeeInformationBanner.stories.d.ts +0 -11
- package/dist/components/PayeeInformationBanner/PayeeInformationBanner.types.d.ts +0 -12
- package/dist/components/PayeeInformationBanner/index.d.ts +0 -1
- package/dist/components/ProfileOption/ProfileOption.d.ts +0 -3
- package/dist/components/ProfileOption/ProfileOption.stories.d.ts +0 -8
- package/dist/components/ProfileOption/ProfileOption.types.d.ts +0 -10
- package/dist/components/ProfileOption/index.d.ts +0 -1
- package/dist/components/StatusBanner/SatusBanner.stories.d.ts +0 -13
- package/dist/components/StatusBanner/StatusBanner.d.ts +0 -3
- package/dist/components/StatusBanner/StatusBanner.types.d.ts +0 -7
- package/dist/components/StatusBanner/index.d.ts +0 -1
- package/dist/components/Table/Table.d.ts +0 -3
- package/dist/components/Table/Table.stories.d.ts +0 -8
- package/dist/components/Table/Table.types.d.ts +0 -4
- package/dist/components/Table/TableContext.d.ts +0 -1
- package/dist/components/Table/index.d.ts +0 -1
- package/dist/components/TableBody/TableBody.d.ts +0 -3
- package/dist/components/TableBody/TableBody.types.d.ts +0 -2
- package/dist/components/TableBody/index.d.ts +0 -1
- package/dist/components/TableCell/TableCell.d.ts +0 -4
- package/dist/components/TableCell/TableCell.types.d.ts +0 -3
- package/dist/components/TableCell/index.d.ts +0 -1
- package/dist/components/TableHead/TableHead.d.ts +0 -3
- package/dist/components/TableHead/TableHead.types.d.ts +0 -2
- package/dist/components/TableHead/index.d.ts +0 -1
- package/dist/components/TableRow/TableRow.d.ts +0 -3
- package/dist/components/TableRow/TableRow.types.d.ts +0 -3
- package/dist/components/TableRow/index.d.ts +0 -1
- package/dist/components/TableSortLabel/TableSortLabel.d.ts +0 -4
- package/dist/components/TableSortLabel/TableSortLabel.types.d.ts +0 -7
- package/dist/components/TableSortLabel/index.d.ts +0 -1
- package/dist/components/TransactionItem/TransactionItem.d.ts +0 -4
- package/dist/components/TransactionItem/TransactionItem.stories.d.ts +0 -9
- package/dist/components/TransactionItem/TransactionItem.types.d.ts +0 -16
- package/dist/components/TransactionItem/index.d.ts +0 -1
|
@@ -1,120 +1,30 @@
|
|
|
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
1
|
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
2
|
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
3
|
export { WalletIcon } from './WalletIcon';
|
|
36
4
|
export { ShieldIcon } from './ShieldIcon';
|
|
37
|
-
export { LedgerIcon } from './LedgerIcon';
|
|
38
|
-
export { BusinessCardIcon } from './BusinessCardIcon';
|
|
39
|
-
export { CameraIcon } from './CameraIcon';
|
|
40
5
|
export { ProfileFilledIcon } from './ProfileFilledIcon';
|
|
41
6
|
export { TruckIcon } from './TruckIcon';
|
|
42
|
-
export { DownloadIcon } from './DownloadIcon';
|
|
43
7
|
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
8
|
export { StoreIcon } from './StoreIcon';
|
|
49
|
-
export { SecurityIcon } from './SecurityIcon';
|
|
50
9
|
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
10
|
export { TransitionIcon } from './TransitionIcon';
|
|
63
|
-
export { LanguageIcon } from './LanguageIcon';
|
|
64
|
-
export { LockIcon } from './LockIcon';
|
|
65
11
|
export { ThumbsUpIcon } from './ThumbsUpIcon';
|
|
66
12
|
export { ThumbsDownIcon } from './ThumbsDownIcon';
|
|
67
|
-
export {
|
|
68
|
-
export {
|
|
69
|
-
export {
|
|
70
|
-
export { MoreVertIcon } from './MoreVertIcon';
|
|
71
|
-
export { HomeIcon } from './HomeIcon';
|
|
72
|
-
export { PrintIcon } from './PrintIcon';
|
|
73
|
-
export { GlobeIcon } from './GlobeIcon';
|
|
13
|
+
export { CaretRightIcon } from './CaretRightIcon';
|
|
14
|
+
export { CaretLeftIcon } from './CaretLeftIcon';
|
|
15
|
+
export { TickIcon } from './TickIcon';
|
|
74
16
|
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
17
|
export { TakeBoldIcon } from './TakeBoldIcon';
|
|
80
|
-
export { ReviewIcon } from './ReviewIcon';
|
|
81
|
-
export { RejectIcon } from './RejectIcon';
|
|
82
|
-
export { ApprovedIcon } from './ApprovedIcon';
|
|
83
18
|
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
19
|
export { RepeatIcon } from './RepeatIcon';
|
|
89
20
|
export { UserIcon } from './UserIcon';
|
|
90
|
-
export { CurvedCheckIcon } from './CurvedCheckIcon';
|
|
91
|
-
export { KycIcon } from './KycIcon';
|
|
92
|
-
export { LoanIcon } from './LoanIcon';
|
|
93
21
|
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
22
|
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
23
|
export { SelfieAltIcon } from './SelfieAltIcon';
|
|
110
|
-
export { PlaceAltIcon } from './PlaceAltIcon';
|
|
111
24
|
export { SmartPhoneIcon } from './SmartPhoneIcon';
|
|
112
|
-
export { PlusCircleIcon } from './PlusCircleIcon';
|
|
113
|
-
export { AlarmIcon } from './AlarmIcon';
|
|
114
25
|
export { SupportAgentIcon } from './SupportAgentIcon';
|
|
115
|
-
export {
|
|
116
|
-
export {
|
|
117
|
-
export {
|
|
118
|
-
export {
|
|
119
|
-
export {
|
|
120
|
-
export { RocketIcon } from './RocketIcon';
|
|
26
|
+
export { DoneCircleIcon } from './DoneCircleIcon';
|
|
27
|
+
export { HamburgerIcon } from './HamburgerIcon';
|
|
28
|
+
export { BoldArrowUpIcon } from './BoldArrowUpIcon';
|
|
29
|
+
export { BoldArrowDownIcon } from './BoldArrowDownIcon';
|
|
30
|
+
export { ArrowLeftIcon } from './ArrowLeftIcon';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface IconButtonProps extends
|
|
3
|
-
size?:
|
|
4
|
-
variant?:
|
|
5
|
-
color?:
|
|
1
|
+
import { KompozeButtonAppearance, KompozeColor, KompozeElementSize, KompozeElement } from '../../utils/utils.types';
|
|
2
|
+
export interface IconButtonProps extends KompozeElement {
|
|
3
|
+
size?: KompozeElementSize;
|
|
4
|
+
variant?: KompozeButtonAppearance;
|
|
5
|
+
color?: KompozeColor;
|
|
6
6
|
disabled?: boolean;
|
|
7
7
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import {
|
|
3
|
-
export interface ListItemProps extends React.HTMLAttributes<HTMLLIElement>,
|
|
2
|
+
import { KompozeElement } from '../../utils/utils.types';
|
|
3
|
+
export interface ListItemProps extends React.HTMLAttributes<HTMLLIElement>, KompozeElement {
|
|
4
4
|
primary?: React.ReactNode;
|
|
5
5
|
secondary?: React.ReactNode;
|
|
6
6
|
icon?: React.ReactNode;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface OkTransitionProps extends React.HTMLAttributes<HTMLDivElement>,
|
|
3
|
-
anchor?:
|
|
1
|
+
import { KompozeTransitionType, KompozeElement } from '../../utils/utils.types';
|
|
2
|
+
export interface OkTransitionProps extends React.HTMLAttributes<HTMLDivElement>, KompozeElement {
|
|
3
|
+
anchor?: KompozeTransitionType;
|
|
4
4
|
show?: boolean;
|
|
5
5
|
unmountOnExit?: boolean;
|
|
6
6
|
modal?: boolean;
|
|
@@ -3,6 +3,6 @@ export declare const Simple: React.FC<{}>;
|
|
|
3
3
|
export declare const WithError: React.FC<{}>;
|
|
4
4
|
declare const _default: {
|
|
5
5
|
title: string;
|
|
6
|
-
component: React.
|
|
6
|
+
component: React.ForwardRefExoticComponent<import('./OtpInput.types').OTPInputProps & React.RefAttributes<HTMLDivElement>>;
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
@@ -4,6 +4,6 @@ export declare const Compact: React.FC<{}>;
|
|
|
4
4
|
export declare const Clickable: React.FC<{}>;
|
|
5
5
|
declare const _default: {
|
|
6
6
|
title: string;
|
|
7
|
-
component: React.
|
|
7
|
+
component: React.ForwardRefExoticComponent<import('./Paper.types').PaperProps & React.RefAttributes<HTMLDivElement>>;
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
@@ -4,6 +4,6 @@ export declare const Static: React.FC<{}>;
|
|
|
4
4
|
export declare const StaticCustomHeight: React.FC<{}>;
|
|
5
5
|
declare const _default: {
|
|
6
6
|
title: string;
|
|
7
|
-
component: React.
|
|
7
|
+
component: React.ForwardRefExoticComponent<import('./Progress.types').ProgressProps & React.RefAttributes<HTMLDivElement>>;
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
@@ -2,6 +2,6 @@ import { default as React } from 'react';
|
|
|
2
2
|
export declare const Simple: React.FC<{}>;
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: React.
|
|
5
|
+
component: React.ForwardRefExoticComponent<import('./Radio.types').RadioProps & React.RefAttributes<HTMLDivElement>>;
|
|
6
6
|
};
|
|
7
7
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface RadioProps extends React.HTMLAttributes<HTMLDivElement>,
|
|
1
|
+
import { KompozeElement } from '../../utils/utils.types';
|
|
2
|
+
export interface RadioProps extends React.HTMLAttributes<HTMLDivElement>, KompozeElement {
|
|
3
3
|
id: string;
|
|
4
4
|
onChange?(e: React.ChangeEvent<HTMLInputElement>): void;
|
|
5
5
|
disabled?: boolean;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
import { SearchBarProps } from './SearchBar.types';
|
|
3
|
-
export declare const SearchBar: React.
|
|
3
|
+
export declare const SearchBar: React.ForwardRefExoticComponent<SearchBarProps & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -2,6 +2,6 @@ import { default as React } from 'react';
|
|
|
2
2
|
export declare const Simple: React.FC<{}>;
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: React.
|
|
5
|
+
component: React.ForwardRefExoticComponent<import('./SearchBar.types').SearchBarProps & React.RefAttributes<HTMLDivElement>>;
|
|
6
6
|
};
|
|
7
7
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
import { SectionHeaderProps } from './SectionHeader.types';
|
|
3
|
-
export declare const SectionHeader: React.
|
|
3
|
+
export declare const SectionHeader: React.ForwardRefExoticComponent<SectionHeaderProps & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -2,6 +2,6 @@ import { default as React } from 'react';
|
|
|
2
2
|
export declare const Simple: React.FC<{}>;
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: React.
|
|
5
|
+
component: React.ForwardRefExoticComponent<import('./SectionHeader.types').SectionHeaderProps & React.RefAttributes<HTMLDivElement>>;
|
|
6
6
|
};
|
|
7
7
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { kompozeShimmerType } from '../../utils/utils.types';
|
|
2
2
|
export interface SkeletonProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
|
-
type?:
|
|
3
|
+
type?: kompozeShimmerType;
|
|
4
4
|
borderRadius?: number;
|
|
5
5
|
height?: number;
|
|
6
6
|
width?: number;
|
|
@@ -3,6 +3,6 @@ export declare const Simple: React.FC<{}>;
|
|
|
3
3
|
export declare const WithAdornment: React.FC<{}>;
|
|
4
4
|
declare const _default: {
|
|
5
5
|
title: string;
|
|
6
|
-
component: React.
|
|
6
|
+
component: React.ForwardRefExoticComponent<import('./Snackbar.types').SnackbarProps & React.RefAttributes<HTMLDivElement>>;
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
|
-
component: import('react').
|
|
4
|
+
component: import('react').ForwardRefExoticComponent<import('./Spinner.types').SpinnerProps & import('react').RefAttributes<HTMLSpanElement>>;
|
|
5
5
|
parameters: {
|
|
6
6
|
layout: string;
|
|
7
7
|
};
|
|
@@ -3,6 +3,6 @@ export declare const Simple: React.FC<{}>;
|
|
|
3
3
|
export declare const SmallSize: React.FC<{}>;
|
|
4
4
|
declare const _default: {
|
|
5
5
|
title: string;
|
|
6
|
-
component: React.
|
|
6
|
+
component: React.ForwardRefExoticComponent<import('./Switch.types').SwitchProps & React.RefAttributes<HTMLDivElement>>;
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface TabHeaderProps extends React.HTMLAttributes<HTMLDivElement>,
|
|
1
|
+
import { KompozeElement } from '../../utils/utils.types';
|
|
2
|
+
export interface TabHeaderProps extends React.HTMLAttributes<HTMLDivElement>, KompozeElement {
|
|
3
3
|
value?: number | 0;
|
|
4
4
|
onChange: (event: React.SyntheticEvent, value?: any) => void;
|
|
5
5
|
}
|
|
@@ -3,6 +3,6 @@ export declare const WithError: React.FC<{}>;
|
|
|
3
3
|
export declare const StartAdornment: React.FC<{}>;
|
|
4
4
|
declare const _default: {
|
|
5
5
|
title: string;
|
|
6
|
-
component: React.
|
|
6
|
+
component: React.ForwardRefExoticComponent<import('./TextArea.types').TextAreaProps & React.RefAttributes<HTMLDivElement>>;
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
import { TextFieldProps } from './TextField.types';
|
|
3
|
-
export declare const TextField: React.
|
|
3
|
+
export declare const TextField: React.ForwardRefExoticComponent<TextFieldProps & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -7,6 +7,6 @@ export declare const StartAdornment: React.FC<{}>;
|
|
|
7
7
|
export declare const EndAdornment: React.FC<{}>;
|
|
8
8
|
declare const _default: {
|
|
9
9
|
title: string;
|
|
10
|
-
component: React.
|
|
10
|
+
component: React.ForwardRefExoticComponent<import('./TextField.types').TextFieldProps & React.RefAttributes<HTMLDivElement>>;
|
|
11
11
|
};
|
|
12
12
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import {
|
|
3
|
-
export interface TextFieldProps extends React.HTMLAttributes<HTMLDivElement>,
|
|
2
|
+
import { KompozeElement } from '../../utils/utils.types';
|
|
3
|
+
export interface TextFieldProps extends React.HTMLAttributes<HTMLDivElement>, KompozeElement {
|
|
4
4
|
error?: boolean;
|
|
5
5
|
type?: string;
|
|
6
6
|
name?: string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
import { TimerTextProps } from './TimerText.types';
|
|
3
|
-
export declare const TimerText: React.
|
|
3
|
+
export declare const TimerText: React.ForwardRefExoticComponent<TimerTextProps & React.RefAttributes<HTMLSpanElement>>;
|
|
@@ -2,6 +2,6 @@ import { default as React } from 'react';
|
|
|
2
2
|
export declare const Simple: React.FC<{}>;
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: React.
|
|
5
|
+
component: React.ForwardRefExoticComponent<import('./TimerText.types').TimerTextProps & React.RefAttributes<HTMLSpanElement>>;
|
|
6
6
|
};
|
|
7
7
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
import { TimestampProps } from './Timestamp.types';
|
|
3
|
-
export declare const Timestamp: React.
|
|
3
|
+
export declare const Timestamp: React.ForwardRefExoticComponent<TimestampProps & React.RefAttributes<HTMLSpanElement>>;
|
|
@@ -2,6 +2,6 @@ import { default as React } from 'react';
|
|
|
2
2
|
export declare const Simple: React.FC<{}>;
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
|
-
component: React.
|
|
5
|
+
component: React.ForwardRefExoticComponent<import('./Timestamp.types').TimestampProps & React.RefAttributes<HTMLSpanElement>>;
|
|
6
6
|
};
|
|
7
7
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
import { TransactionInputProps } from './TransactionInput.types';
|
|
3
|
-
export declare const TransactionInput: React.
|
|
3
|
+
export declare const TransactionInput: React.ForwardRefExoticComponent<TransactionInputProps & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -4,6 +4,6 @@ export declare const Controlled: React.FC<{}>;
|
|
|
4
4
|
export declare const WithError: React.FC<{}>;
|
|
5
5
|
declare const _default: {
|
|
6
6
|
title: string;
|
|
7
|
-
component: React.
|
|
7
|
+
component: React.ForwardRefExoticComponent<import('./TransactionInput.types').TransactionInputProps & React.RefAttributes<HTMLDivElement>>;
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { KompozeElement, KompozeColor } from '../../utils/utils.types';
|
|
2
2
|
export type Align = 'inherit' | 'left' | 'center' | 'right' | 'justify';
|
|
3
3
|
export type Variant = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'subtitle1' | 'subtitle2' | 'subtitle3' | 'subtitle4' | 'body1' | 'body2' | 'caption1' | 'caption2' | 'button1' | 'button2' | 'overline' | 'inherit';
|
|
4
|
-
export interface TypographyProps extends
|
|
4
|
+
export interface TypographyProps extends KompozeElement {
|
|
5
5
|
variant: Variant;
|
|
6
6
|
align?: Align;
|
|
7
|
-
color?:
|
|
7
|
+
color?: KompozeColor;
|
|
8
8
|
gutterBottom?: boolean;
|
|
9
9
|
noWrap?: boolean;
|
|
10
10
|
}
|
|
@@ -11,11 +11,7 @@ export * from './Tab';
|
|
|
11
11
|
export * from './TextField';
|
|
12
12
|
export * from './Avatar';
|
|
13
13
|
export * from './Paper';
|
|
14
|
-
export * from './LanguageDialog';
|
|
15
14
|
export * from './SearchBar';
|
|
16
|
-
export * from './CustomerCard';
|
|
17
|
-
export * from './BackDrop';
|
|
18
|
-
export * from './TransactionItem';
|
|
19
15
|
export * from './Timestamp';
|
|
20
16
|
export * from './Radio';
|
|
21
17
|
export * from './ChipSelect';
|
|
@@ -26,27 +22,15 @@ export * from './Divider';
|
|
|
26
22
|
export * from './Snackbar';
|
|
27
23
|
export * from './Spinner';
|
|
28
24
|
export * from './OkTransition';
|
|
29
|
-
export * from './Dialog';
|
|
30
|
-
export * from './ProfileOption';
|
|
31
25
|
export * from './ListItem';
|
|
32
26
|
export * from './ListView';
|
|
33
27
|
export * from './TitleBar';
|
|
34
28
|
export * from './Progress';
|
|
35
|
-
export * from './MerchantCategory';
|
|
36
29
|
export * from './Accordion';
|
|
37
30
|
export * from './TimerText';
|
|
38
|
-
export * from './Table';
|
|
39
|
-
export * from './TableHead';
|
|
40
|
-
export * from './TableBody';
|
|
41
|
-
export * from './TableRow';
|
|
42
|
-
export * from './TableCell';
|
|
43
31
|
export * from './HorizontalRunner';
|
|
44
32
|
export * from './Chip';
|
|
45
|
-
export * from './TableSortLabel';
|
|
46
33
|
export * from './Slider';
|
|
47
34
|
export * from './TextArea';
|
|
48
35
|
export * from './Skeleton';
|
|
49
36
|
export * from './Typography';
|
|
50
|
-
export * from './StatusBanner';
|
|
51
|
-
export * from './PayNowBanner';
|
|
52
|
-
export * from './PayeeInformationBanner';
|