@razorpay/blade 12.32.3 → 12.33.2
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/build/lib/native/components/Accordion/AccordionButton.native.js +1 -1
- package/build/lib/native/components/Accordion/AccordionButton.native.js.map +1 -1
- package/build/lib/native/components/Accordion/AccordionItemHeader.js +2 -1
- package/build/lib/native/components/Accordion/AccordionItemHeader.js.map +1 -1
- package/build/lib/native/components/Accordion/commonStyles.js +1 -1
- package/build/lib/native/components/Accordion/commonStyles.js.map +1 -1
- package/build/lib/native/components/ActionList/ActionListItem.js +1 -1
- package/build/lib/native/components/ActionList/ActionListItem.js.map +1 -1
- package/build/lib/native/components/ActionList/ActionListNoResults.js +2 -2
- package/build/lib/native/components/Alert/Alert.js +2 -2
- package/build/lib/native/components/BaseHeaderFooter/BaseHeader.js +4 -4
- package/build/lib/native/components/BaseHeaderFooter/BaseHeader.js.map +1 -1
- package/build/lib/native/components/BottomSheet/BottomSheetCommon.js +3 -3
- package/build/lib/native/components/Button/BaseButton/BaseButton.js +1 -1
- package/build/lib/native/components/Button/BaseButton/BaseButton.js.map +1 -1
- package/build/lib/native/components/Button/BaseButton/buttonTokens.js +1 -1
- package/build/lib/native/components/Button/BaseButton/buttonTokens.js.map +1 -1
- package/build/lib/native/components/Carousel/NavigationButton/NavigationButton.js +2 -2
- package/build/lib/native/components/Collapsible/CollapsibleChevronIcon.native.js +2 -2
- package/build/lib/native/components/Dropdown/Dropdown.js +1 -1
- package/build/lib/native/components/Dropdown/Dropdown.js.map +1 -1
- package/build/lib/native/components/Dropdown/DropdownButton.js +1 -1
- package/build/lib/native/components/Dropdown/DropdownButton.js.map +1 -1
- package/build/lib/native/components/Dropdown/InputDropdownButton.native.js +7 -0
- package/build/lib/native/components/Dropdown/InputDropdownButton.native.js.map +1 -0
- package/build/lib/native/components/Dropdown/dropdownComponentIds.js +1 -1
- package/build/lib/native/components/Dropdown/dropdownComponentIds.js.map +1 -1
- package/build/lib/native/components/Dropdown/useDropdown.js.map +1 -1
- package/build/lib/native/components/Form/FormHint.js +2 -2
- package/build/lib/native/components/Icons/ChevronUpDownIcon/ChevronUpDownIcon.js +12 -0
- package/build/lib/native/components/Icons/ChevronUpDownIcon/ChevronUpDownIcon.js.map +1 -0
- package/build/lib/native/components/Icons/useIconProps/iconSizeMap.js +8 -0
- package/build/lib/native/components/Icons/useIconProps/iconSizeMap.js.map +1 -0
- package/build/lib/native/components/Icons/useIconProps/useIconProps.js +2 -4
- package/build/lib/native/components/Icons/useIconProps/useIconProps.js.map +1 -1
- package/build/lib/native/components/InfoGroup/InfoGroup.native.js +7 -0
- package/build/lib/native/components/InfoGroup/InfoGroup.native.js.map +1 -0
- package/build/lib/native/components/Input/BaseInput/BaseInput.js +1 -1
- package/build/lib/native/components/Input/BaseInput/BaseInput.js.map +1 -1
- package/build/lib/native/components/Input/BaseInput/BaseInputVisuals.js +1 -1
- package/build/lib/native/components/Input/BaseInput/BaseInputVisuals.js.map +1 -1
- package/build/lib/native/components/Input/BaseInput/baseInputStyles.js +1 -1
- package/build/lib/native/components/Input/BaseInput/baseInputStyles.js.map +1 -1
- package/build/lib/native/components/Input/BaseInput/baseInputTokens.js +1 -1
- package/build/lib/native/components/Input/BaseInput/baseInputTokens.js.map +1 -1
- package/build/lib/native/components/Input/DropdownInputTriggers/BaseDropdownInputTrigger.js +2 -5
- package/build/lib/native/components/Input/DropdownInputTriggers/BaseDropdownInputTrigger.js.map +1 -1
- package/build/lib/native/components/Input/DropdownInputTriggers/Chevron.js +2 -2
- package/build/lib/native/components/Input/PasswordInput/PasswordInput.js +2 -2
- package/build/lib/native/components/Input/SearchInput/SearchInput.js +14 -5
- package/build/lib/native/components/Input/SearchInput/SearchInput.js.map +1 -1
- package/build/lib/native/components/Input/TextArea/TextArea.js +2 -2
- package/build/lib/native/components/Input/TextInput/TextInput.js +13 -5
- package/build/lib/native/components/Input/TextInput/TextInput.js.map +1 -1
- package/build/lib/native/components/Popover/PopoverCloseButton.js +2 -2
- package/build/lib/native/components/Table/tokens.js +2 -2
- package/build/lib/native/components/Typography/Text/Text.js +1 -1
- package/build/lib/native/components/Typography/Text/Text.js.map +1 -1
- package/build/lib/native/components/index.js +3 -0
- package/build/lib/native/components/index.js.map +1 -1
- package/build/lib/native/utils/metaAttribute/metaConstants.js +1 -1
- package/build/lib/native/utils/metaAttribute/metaConstants.js.map +1 -1
- package/build/lib/native/utils/useControlledDropdownInput/useControlledDropdownInput.js +14 -0
- package/build/lib/native/utils/useControlledDropdownInput/useControlledDropdownInput.js.map +1 -0
- package/build/lib/web/development/components/Accordion/AccordionItemHeader.js +18 -2
- package/build/lib/web/development/components/Accordion/AccordionItemHeader.js.map +1 -1
- package/build/lib/web/development/components/Accordion/StyledAccordionButton.web.js +4 -3
- package/build/lib/web/development/components/Accordion/StyledAccordionButton.web.js.map +1 -1
- package/build/lib/web/development/components/Accordion/commonStyles.js +1 -11
- package/build/lib/web/development/components/Accordion/commonStyles.js.map +1 -1
- package/build/lib/web/development/components/ActionList/ActionListItem.js +2 -1
- package/build/lib/web/development/components/ActionList/ActionListItem.js.map +1 -1
- package/build/lib/web/development/components/BaseHeaderFooter/BaseHeader.js +6 -3
- package/build/lib/web/development/components/BaseHeaderFooter/BaseHeader.js.map +1 -1
- package/build/lib/web/development/components/Button/BaseButton/BaseButton.js +24 -3
- package/build/lib/web/development/components/Button/BaseButton/BaseButton.js.map +1 -1
- package/build/lib/web/development/components/Button/BaseButton/StyledBaseButton.web.js +14 -2
- package/build/lib/web/development/components/Button/BaseButton/StyledBaseButton.web.js.map +1 -1
- package/build/lib/web/development/components/Button/BaseButton/buttonTokens.js +19 -0
- package/build/lib/web/development/components/Button/BaseButton/buttonTokens.js.map +1 -1
- package/build/lib/web/development/components/Dropdown/Dropdown.js +4 -1
- package/build/lib/web/development/components/Dropdown/Dropdown.js.map +1 -1
- package/build/lib/web/development/components/Dropdown/DropdownButton.js +4 -1
- package/build/lib/web/development/components/Dropdown/DropdownButton.js.map +1 -1
- package/build/lib/web/development/components/Dropdown/DropdownOverlay.web.js +4 -2
- package/build/lib/web/development/components/Dropdown/DropdownOverlay.web.js.map +1 -1
- package/build/lib/web/development/components/Dropdown/InputDropdownButton.web.js +180 -0
- package/build/lib/web/development/components/Dropdown/InputDropdownButton.web.js.map +1 -0
- package/build/lib/web/development/components/Dropdown/dropdownComponentIds.js +2 -1
- package/build/lib/web/development/components/Dropdown/dropdownComponentIds.js.map +1 -1
- package/build/lib/web/development/components/Dropdown/index.js +1 -0
- package/build/lib/web/development/components/Dropdown/index.js.map +1 -1
- package/build/lib/web/development/components/Dropdown/useDropdown.js.map +1 -1
- package/build/lib/web/development/components/Icons/ChevronUpDownIcon/ChevronUpDownIcon.js +40 -0
- package/build/lib/web/development/components/Icons/ChevronUpDownIcon/ChevronUpDownIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/ChevronUpDownIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/ChevronUpDownIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/index.js +1 -0
- package/build/lib/web/development/components/Icons/index.js.map +1 -1
- package/build/lib/web/development/components/Icons/useIconProps/iconSizeMap.js +14 -0
- package/build/lib/web/development/components/Icons/useIconProps/iconSizeMap.js.map +1 -0
- package/build/lib/web/development/components/Icons/useIconProps/useIconProps.js +3 -12
- package/build/lib/web/development/components/Icons/useIconProps/useIconProps.js.map +1 -1
- package/build/lib/web/development/components/InfoGroup/InfoGroup.web.js +448 -0
- package/build/lib/web/development/components/InfoGroup/InfoGroup.web.js.map +1 -0
- package/build/lib/web/development/components/InfoGroup/InfoGroupContext.js +26 -0
- package/build/lib/web/development/components/InfoGroup/InfoGroupContext.js.map +1 -0
- package/build/lib/web/development/components/InfoGroup/index.js +3 -0
- package/build/lib/web/development/components/InfoGroup/index.js.map +1 -0
- package/build/lib/web/development/components/InfoGroup/infoGroupTokens.js +49 -0
- package/build/lib/web/development/components/InfoGroup/infoGroupTokens.js.map +1 -0
- package/build/lib/web/development/components/InfoGroup/types.js +2 -0
- package/build/lib/web/development/components/InfoGroup/types.js.map +1 -0
- package/build/lib/web/development/components/Input/BaseInput/BaseInput.js +10 -4
- package/build/lib/web/development/components/Input/BaseInput/BaseInput.js.map +1 -1
- package/build/lib/web/development/components/Input/BaseInput/BaseInputVisuals.js +32 -8
- package/build/lib/web/development/components/Input/BaseInput/BaseInputVisuals.js.map +1 -1
- package/build/lib/web/development/components/Input/BaseInput/StyledBaseInput.web.js +2 -1
- package/build/lib/web/development/components/Input/BaseInput/StyledBaseInput.web.js.map +1 -1
- package/build/lib/web/development/components/Input/BaseInput/baseInputStyles.js +8 -4
- package/build/lib/web/development/components/Input/BaseInput/baseInputStyles.js.map +1 -1
- package/build/lib/web/development/components/Input/BaseInput/baseInputTokens.js +1 -1
- package/build/lib/web/development/components/Input/BaseInput/baseInputTokens.js.map +1 -1
- package/build/lib/web/development/components/Input/DropdownInputTriggers/BaseDropdownInputTrigger.js +25 -124
- package/build/lib/web/development/components/Input/DropdownInputTriggers/BaseDropdownInputTrigger.js.map +1 -1
- package/build/lib/web/development/components/Input/PhoneNumberInput/CountrySelector.web.js +6 -4
- package/build/lib/web/development/components/Input/PhoneNumberInput/CountrySelector.web.js.map +1 -1
- package/build/lib/web/development/components/Input/SearchInput/SearchInput.js +97 -30
- package/build/lib/web/development/components/Input/SearchInput/SearchInput.js.map +1 -1
- package/build/lib/web/development/components/Input/TextInput/TextInput.js +123 -31
- package/build/lib/web/development/components/Input/TextInput/TextInput.js.map +1 -1
- package/build/lib/web/development/components/Typography/Text/Text.js +0 -1
- package/build/lib/web/development/components/Typography/Text/Text.js.map +1 -1
- package/build/lib/web/development/components/index.js +4 -0
- package/build/lib/web/development/components/index.js.map +1 -1
- package/build/lib/web/development/utils/metaAttribute/metaConstants.js +5 -0
- package/build/lib/web/development/utils/metaAttribute/metaConstants.js.map +1 -1
- package/build/lib/web/development/utils/useControlledDropdownInput/index.js +2 -0
- package/build/lib/web/development/utils/useControlledDropdownInput/index.js.map +1 -0
- package/build/lib/web/development/utils/useControlledDropdownInput/useControlledDropdownInput.js +108 -0
- package/build/lib/web/development/utils/useControlledDropdownInput/useControlledDropdownInput.js.map +1 -0
- package/build/lib/web/production/components/Accordion/AccordionItemHeader.js +18 -2
- package/build/lib/web/production/components/Accordion/AccordionItemHeader.js.map +1 -1
- package/build/lib/web/production/components/Accordion/StyledAccordionButton.web.js +4 -3
- package/build/lib/web/production/components/Accordion/StyledAccordionButton.web.js.map +1 -1
- package/build/lib/web/production/components/Accordion/commonStyles.js +1 -11
- package/build/lib/web/production/components/Accordion/commonStyles.js.map +1 -1
- package/build/lib/web/production/components/ActionList/ActionListItem.js +2 -1
- package/build/lib/web/production/components/ActionList/ActionListItem.js.map +1 -1
- package/build/lib/web/production/components/BaseHeaderFooter/BaseHeader.js +6 -3
- package/build/lib/web/production/components/BaseHeaderFooter/BaseHeader.js.map +1 -1
- package/build/lib/web/production/components/Button/BaseButton/BaseButton.js +24 -3
- package/build/lib/web/production/components/Button/BaseButton/BaseButton.js.map +1 -1
- package/build/lib/web/production/components/Button/BaseButton/StyledBaseButton.web.js +14 -2
- package/build/lib/web/production/components/Button/BaseButton/StyledBaseButton.web.js.map +1 -1
- package/build/lib/web/production/components/Button/BaseButton/buttonTokens.js +19 -0
- package/build/lib/web/production/components/Button/BaseButton/buttonTokens.js.map +1 -1
- package/build/lib/web/production/components/Dropdown/Dropdown.js +4 -1
- package/build/lib/web/production/components/Dropdown/Dropdown.js.map +1 -1
- package/build/lib/web/production/components/Dropdown/DropdownButton.js +4 -1
- package/build/lib/web/production/components/Dropdown/DropdownButton.js.map +1 -1
- package/build/lib/web/production/components/Dropdown/DropdownOverlay.web.js +4 -2
- package/build/lib/web/production/components/Dropdown/DropdownOverlay.web.js.map +1 -1
- package/build/lib/web/production/components/Dropdown/InputDropdownButton.web.js +180 -0
- package/build/lib/web/production/components/Dropdown/InputDropdownButton.web.js.map +1 -0
- package/build/lib/web/production/components/Dropdown/dropdownComponentIds.js +2 -1
- package/build/lib/web/production/components/Dropdown/dropdownComponentIds.js.map +1 -1
- package/build/lib/web/production/components/Dropdown/index.js +1 -0
- package/build/lib/web/production/components/Dropdown/index.js.map +1 -1
- package/build/lib/web/production/components/Dropdown/useDropdown.js.map +1 -1
- package/build/lib/web/production/components/Icons/ChevronUpDownIcon/ChevronUpDownIcon.js +40 -0
- package/build/lib/web/production/components/Icons/ChevronUpDownIcon/ChevronUpDownIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/ChevronUpDownIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/ChevronUpDownIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/index.js +1 -0
- package/build/lib/web/production/components/Icons/index.js.map +1 -1
- package/build/lib/web/production/components/Icons/useIconProps/iconSizeMap.js +14 -0
- package/build/lib/web/production/components/Icons/useIconProps/iconSizeMap.js.map +1 -0
- package/build/lib/web/production/components/Icons/useIconProps/useIconProps.js +3 -12
- package/build/lib/web/production/components/Icons/useIconProps/useIconProps.js.map +1 -1
- package/build/lib/web/production/components/InfoGroup/InfoGroup.web.js +448 -0
- package/build/lib/web/production/components/InfoGroup/InfoGroup.web.js.map +1 -0
- package/build/lib/web/production/components/InfoGroup/InfoGroupContext.js +26 -0
- package/build/lib/web/production/components/InfoGroup/InfoGroupContext.js.map +1 -0
- package/build/lib/web/production/components/InfoGroup/index.js +3 -0
- package/build/lib/web/production/components/InfoGroup/index.js.map +1 -0
- package/build/lib/web/production/components/InfoGroup/infoGroupTokens.js +49 -0
- package/build/lib/web/production/components/InfoGroup/infoGroupTokens.js.map +1 -0
- package/build/lib/web/production/components/InfoGroup/types.js +2 -0
- package/build/lib/web/production/components/InfoGroup/types.js.map +1 -0
- package/build/lib/web/production/components/Input/BaseInput/BaseInput.js +10 -4
- package/build/lib/web/production/components/Input/BaseInput/BaseInput.js.map +1 -1
- package/build/lib/web/production/components/Input/BaseInput/BaseInputVisuals.js +32 -8
- package/build/lib/web/production/components/Input/BaseInput/BaseInputVisuals.js.map +1 -1
- package/build/lib/web/production/components/Input/BaseInput/StyledBaseInput.web.js +2 -1
- package/build/lib/web/production/components/Input/BaseInput/StyledBaseInput.web.js.map +1 -1
- package/build/lib/web/production/components/Input/BaseInput/baseInputStyles.js +8 -4
- package/build/lib/web/production/components/Input/BaseInput/baseInputStyles.js.map +1 -1
- package/build/lib/web/production/components/Input/BaseInput/baseInputTokens.js +1 -1
- package/build/lib/web/production/components/Input/BaseInput/baseInputTokens.js.map +1 -1
- package/build/lib/web/production/components/Input/DropdownInputTriggers/BaseDropdownInputTrigger.js +25 -124
- package/build/lib/web/production/components/Input/DropdownInputTriggers/BaseDropdownInputTrigger.js.map +1 -1
- package/build/lib/web/production/components/Input/PhoneNumberInput/CountrySelector.web.js +6 -4
- package/build/lib/web/production/components/Input/PhoneNumberInput/CountrySelector.web.js.map +1 -1
- package/build/lib/web/production/components/Input/SearchInput/SearchInput.js +97 -30
- package/build/lib/web/production/components/Input/SearchInput/SearchInput.js.map +1 -1
- package/build/lib/web/production/components/Input/TextInput/TextInput.js +123 -31
- package/build/lib/web/production/components/Input/TextInput/TextInput.js.map +1 -1
- package/build/lib/web/production/components/Typography/Text/Text.js +0 -1
- package/build/lib/web/production/components/Typography/Text/Text.js.map +1 -1
- package/build/lib/web/production/components/index.js +4 -0
- package/build/lib/web/production/components/index.js.map +1 -1
- package/build/lib/web/production/utils/metaAttribute/metaConstants.js +5 -0
- package/build/lib/web/production/utils/metaAttribute/metaConstants.js.map +1 -1
- package/build/lib/web/production/utils/useControlledDropdownInput/index.js +2 -0
- package/build/lib/web/production/utils/useControlledDropdownInput/index.js.map +1 -0
- package/build/lib/web/production/utils/useControlledDropdownInput/useControlledDropdownInput.js +108 -0
- package/build/lib/web/production/utils/useControlledDropdownInput/useControlledDropdownInput.js.map +1 -0
- package/build/types/components/index.d.ts +4446 -3019
- package/build/types/components/index.native.d.ts +2782 -2661
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../../src/components/Icons/index.ts"],"sourcesContent":["// This file is auto generated\n// Modify at blade/plop/icon/iconReexports.ts.hbs\nexport * from './types';\nexport { default as AcceptPaymentsIcon } from './AcceptPaymentsIcon';\nexport { default as ActivityIcon } from './ActivityIcon';\nexport { default as AddressBookIcon } from './AddressBookIcon';\nexport { default as AffordabilityIcon } from './AffordabilityIcon';\nexport { default as AirplayIcon } from './AirplayIcon';\nexport { default as AlertCircleIcon } from './AlertCircleIcon';\nexport { default as AlertOctagonIcon } from './AlertOctagonIcon';\nexport { default as AlertOnlyIcon } from './AlertOnlyIcon';\nexport { default as AlertTriangleIcon } from './AlertTriangleIcon';\nexport { default as AlignCenterIcon } from './AlignCenterIcon';\nexport { default as AlignJustifyIcon } from './AlignJustifyIcon';\nexport { default as AlignLeftIcon } from './AlignLeftIcon';\nexport { default as AlignRightIcon } from './AlignRightIcon';\nexport { default as AnchorIcon } from './AnchorIcon';\nexport { default as AndroidIcon } from './AndroidIcon';\nexport { default as AnnouncementIcon } from './AnnouncementIcon';\nexport { default as ApertureIcon } from './ApertureIcon';\nexport { default as AppStoreIcon } from './AppStoreIcon';\nexport { default as AppleIcon } from './AppleIcon';\nexport { default as ArrowDownIcon } from './ArrowDownIcon';\nexport { default as ArrowDownLeftIcon } from './ArrowDownLeftIcon';\nexport { default as ArrowDownRightIcon } from './ArrowDownRightIcon';\nexport { default as ArrowLeftIcon } from './ArrowLeftIcon';\nexport { default as ArrowRightIcon } from './ArrowRightIcon';\nexport { default as ArrowSquareDownIcon } from './ArrowSquareDownIcon';\nexport { default as ArrowSquareDownLeftIcon } from './ArrowSquareDownLeftIcon';\nexport { default as ArrowSquareDownRightIcon } from './ArrowSquareDownRightIcon';\nexport { default as ArrowSquareLeftIcon } from './ArrowSquareLeftIcon';\nexport { default as ArrowSquareRightIcon } from './ArrowSquareRightIcon';\nexport { default as ArrowSquareUpIcon } from './ArrowSquareUpIcon';\nexport { default as ArrowSquareUpLeftIcon } from './ArrowSquareUpLeftIcon';\nexport { default as ArrowSquareUpRightIcon } from './ArrowSquareUpRightIcon';\nexport { default as ArrowUpIcon } from './ArrowUpIcon';\nexport { default as ArrowUpLeftIcon } from './ArrowUpLeftIcon';\nexport { default as ArrowUpRightIcon } from './ArrowUpRightIcon';\nexport { default as AtSignIcon } from './AtSignIcon';\nexport { default as AttachmentIcon } from './AttachmentIcon';\nexport { default as AutomateAccountingIcon } from './AutomateAccountingIcon';\nexport { default as AutomatePayrollIcon } from './AutomatePayrollIcon';\nexport { default as AwardIcon } from './AwardIcon';\nexport { default as BankAccountVerificationIcon } from './BankAccountVerificationIcon';\nexport { default as BankIcon } from './BankIcon';\nexport { default as BarChartAltIcon } from './BarChartAltIcon';\nexport { default as BarChartIcon } from './BarChartIcon';\nexport { default as BarCodeIcon } from './BarCodeIcon';\nexport { default as Battery100PercentIcon } from './Battery100PercentIcon';\nexport { default as Battery20PercentIcon } from './Battery20PercentIcon';\nexport { default as Battery40PercentIcon } from './Battery40PercentIcon';\nexport { default as Battery60PercentIcon } from './Battery60PercentIcon';\nexport { default as Battery80PercentIcon } from './Battery80PercentIcon';\nexport { default as BatteryChargingIcon } from './BatteryChargingIcon';\nexport { default as BatteryIcon } from './BatteryIcon';\nexport { default as BellIcon } from './BellIcon';\nexport { default as BellOffIcon } from './BellOffIcon';\nexport { default as BfsiIcon } from './BfsiIcon';\nexport { default as BillIcon } from './BillIcon';\nexport { default as BillMeIcon } from './BillMeIcon';\nexport { default as BluetoothIcon } from './BluetoothIcon';\nexport { default as BoldIcon } from './BoldIcon';\nexport { default as BookIcon } from './BookIcon';\nexport { default as BookmarkIcon } from './BookmarkIcon';\nexport { default as BoxIcon } from './BoxIcon';\nexport { default as BriefcaseIcon } from './BriefcaseIcon';\nexport { default as BugIcon } from './BugIcon';\nexport { default as BuildingIcon } from './BuildingIcon';\nexport { default as BulkPayoutsIcon } from './BulkPayoutsIcon';\nexport { default as BusinessBankingIcon } from './BusinessBankingIcon';\nexport { default as BusinessSpendManagementIcon } from './BusinessSpendManagementIcon';\nexport { default as CalendarIcon } from './CalendarIcon';\nexport { default as CameraIcon } from './CameraIcon';\nexport { default as CameraOffIcon } from './CameraOffIcon';\nexport { default as CashIcon } from './CashIcon';\nexport { default as CastIcon } from './CastIcon';\nexport { default as CheckCircle2Icon } from './CheckCircle2Icon';\nexport { default as CheckCircleIcon } from './CheckCircleIcon';\nexport { default as CheckIcon } from './CheckIcon';\nexport { default as CheckSquareIcon } from './CheckSquareIcon';\nexport { default as ChevronDownIcon } from './ChevronDownIcon';\nexport { default as ChevronLeftIcon } from './ChevronLeftIcon';\nexport { default as ChevronRightIcon } from './ChevronRightIcon';\nexport { default as ChevronUpIcon } from './ChevronUpIcon';\nexport { default as ChevronsDownIcon } from './ChevronsDownIcon';\nexport { default as ChevronsLeftIcon } from './ChevronsLeftIcon';\nexport { default as ChevronsRightIcon } from './ChevronsRightIcon';\nexport { default as ChevronsUpIcon } from './ChevronsUpIcon';\nexport { default as ChromeIcon } from './ChromeIcon';\nexport { default as CircleIcon } from './CircleIcon';\nexport { default as ClipboardIcon } from './ClipboardIcon';\nexport { default as ClockIcon } from './ClockIcon';\nexport { default as CloseIcon } from './CloseIcon';\nexport { default as ClosedCaptioningIcon } from './ClosedCaptioningIcon';\nexport { default as CloudDrizzleIcon } from './CloudDrizzleIcon';\nexport { default as CloudIcon } from './CloudIcon';\nexport { default as CloudLightningIcon } from './CloudLightningIcon';\nexport { default as CloudOffIcon } from './CloudOffIcon';\nexport { default as CloudRainIcon } from './CloudRainIcon';\nexport { default as CloudSnowIcon } from './CloudSnowIcon';\nexport { default as CodeSnippetIcon } from './CodeSnippetIcon';\nexport { default as CodepenIcon } from './CodepenIcon';\nexport { default as CoinIcon } from './CoinIcon';\nexport { default as CoinsIcon } from './CoinsIcon';\nexport { default as CommandIcon } from './CommandIcon';\nexport { default as CompanyRegistrationIcon } from './CompanyRegistrationIcon';\nexport { default as CompassIcon } from './CompassIcon';\nexport { default as ConfettiIcon } from './ConfettiIcon';\nexport { default as ContactlessPaymentIcon } from './ContactlessPaymentIcon';\nexport { default as CookieIcon } from './CookieIcon';\nexport { default as CopyIcon } from './CopyIcon';\nexport { default as CopyrightIcon } from './CopyrightIcon';\nexport { default as CornerDownLeftIcon } from './CornerDownLeftIcon';\nexport { default as CornerDownRightIcon } from './CornerDownRightIcon';\nexport { default as CornerLeftDownIcon } from './CornerLeftDownIcon';\nexport { default as CornerLeftUpIcon } from './CornerLeftUpIcon';\nexport { default as CornerRightDownIcon } from './CornerRightDownIcon';\nexport { default as CornerRightUpIcon } from './CornerRightUpIcon';\nexport { default as CornerUpLeftIcon } from './CornerUpLeftIcon';\nexport { default as CornerUpRightIcon } from './CornerUpRightIcon';\nexport { default as CpuIcon } from './CpuIcon';\nexport { default as CreditCardIcon } from './CreditCardIcon';\nexport { default as CreditsAndLoansIcon } from './CreditsAndLoansIcon';\nexport { default as CropIcon } from './CropIcon';\nexport { default as CrosshairIcon } from './CrosshairIcon';\nexport { default as CurrentAccountIcon } from './CurrentAccountIcon';\nexport { default as CustomersIcon } from './CustomersIcon';\nexport { default as CutIcon } from './CutIcon';\nexport { default as DashboardIcon } from './DashboardIcon';\nexport { default as DeleteIcon } from './DeleteIcon';\nexport { default as DigitalLendingIcon } from './DigitalLendingIcon';\nexport { default as DisbursePaymentsIcon } from './DisbursePaymentsIcon';\nexport { default as DiscIcon } from './DiscIcon';\nexport { default as DollarIcon } from './DollarIcon';\nexport { default as DollarsIcon } from './DollarsIcon';\nexport { default as DotIcon } from './DotIcon';\nexport { default as DownloadCloudIcon } from './DownloadCloudIcon';\nexport { default as DownloadIcon } from './DownloadIcon';\nexport { default as DragHandleIcon } from './DragHandleIcon';\nexport { default as DropletIcon } from './DropletIcon';\nexport { default as EcommerceIcon } from './EcommerceIcon';\nexport { default as EditComposeIcon } from './EditComposeIcon';\nexport { default as EditIcon } from './EditIcon';\nexport { default as EditInlineIcon } from './EditInlineIcon';\nexport { default as EducationIcon } from './EducationIcon';\nexport { default as EngageIcon } from './EngageIcon';\nexport { default as EqualsIcon } from './EqualsIcon';\nexport { default as EscrowAccountIcon } from './EscrowAccountIcon';\nexport { default as ExportIcon } from './ExportIcon';\nexport { default as ExternalLinkIcon } from './ExternalLinkIcon';\nexport { default as EyeIcon } from './EyeIcon';\nexport { default as EyeOffIcon } from './EyeOffIcon';\nexport { default as FacebookIcon } from './FacebookIcon';\nexport { default as FastForwardIcon } from './FastForwardIcon';\nexport { default as FeatherIcon } from './FeatherIcon';\nexport { default as FigmaIcon } from './FigmaIcon';\nexport { default as FileIcon } from './FileIcon';\nexport { default as FileMinusIcon } from './FileMinusIcon';\nexport { default as FilePlusIcon } from './FilePlusIcon';\nexport { default as FileTextIcon } from './FileTextIcon';\nexport { default as FileZipIcon } from './FileZipIcon';\nexport { default as FilmIcon } from './FilmIcon';\nexport { default as FilterIcon } from './FilterIcon';\nexport { default as FlagIcon } from './FlagIcon';\nexport { default as FlaskIcon } from './FlaskIcon';\nexport { default as FolderIcon } from './FolderIcon';\nexport { default as ForexManagementIcon } from './ForexManagementIcon';\nexport { default as FreelanceIcon } from './FreelanceIcon';\nexport { default as FullScreenEnterIcon } from './FullScreenEnterIcon';\nexport { default as FullScreenExitIcon } from './FullScreenExitIcon';\nexport { default as GithubIcon } from './GithubIcon';\nexport { default as GitlabIcon } from './GitlabIcon';\nexport { default as GlobeIcon } from './GlobeIcon';\nexport { default as GridIcon } from './GridIcon';\nexport { default as HashIcon } from './HashIcon';\nexport { default as HeadphoneIcon } from './HeadphoneIcon';\nexport { default as HeadphonesIcon } from './HeadphonesIcon';\nexport { default as HeadsetIcon } from './HeadsetIcon';\nexport { default as HeartIcon } from './HeartIcon';\nexport { default as HelpCircleIcon } from './HelpCircleIcon';\nexport { default as HistoryIcon } from './HistoryIcon';\nexport { default as HomeIcon } from './HomeIcon';\nexport { default as ImageIcon } from './ImageIcon';\nexport { default as InboxIcon } from './InboxIcon';\nexport { default as IndiaFlagIcon } from './IndiaFlagIcon';\nexport { default as InfoIcon } from './InfoIcon';\nexport { default as InstagramIcon } from './InstagramIcon';\nexport { default as InstantSettlementIcon } from './InstantSettlementIcon';\nexport { default as InternationalPaymentsIcon } from './InternationalPaymentsIcon';\nexport { default as InvoicesIcon } from './InvoicesIcon';\nexport { default as ItalicIcon } from './ItalicIcon';\nexport { default as KeyIcon } from './KeyIcon';\nexport { default as KeyboardIcon } from './KeyboardIcon';\nexport { default as LayersIcon } from './LayersIcon';\nexport { default as LayoutIcon } from './LayoutIcon';\nexport { default as LeftCircularCornerIcon } from './LeftCircularCornerIcon';\nexport { default as LifeBuoyIcon } from './LifeBuoyIcon';\nexport { default as LinkIcon } from './LinkIcon';\nexport { default as ListIcon } from './ListIcon';\nexport { default as ListSearchIcon } from './ListSearchIcon';\nexport { default as LoaderIcon } from './LoaderIcon';\nexport { default as LoansForBusinessesIcon } from './LoansForBusinessesIcon';\nexport { default as LockIcon } from './LockIcon';\nexport { default as LogInIcon } from './LogInIcon';\nexport { default as LogOutIcon } from './LogOutIcon';\nexport { default as MagicCheckoutIcon } from './MagicCheckoutIcon';\nexport { default as MagicKonnectIcon } from './MagicKonnectIcon';\nexport { default as MailIcon } from './MailIcon';\nexport { default as MailOpenIcon } from './MailOpenIcon';\nexport { default as MapIcon } from './MapIcon';\nexport { default as MapPinIcon } from './MapPinIcon';\nexport { default as MaximizeIcon } from './MaximizeIcon';\nexport { default as MenuDotsIcon } from './MenuDotsIcon';\nexport { default as MenuIcon } from './MenuIcon';\nexport { default as MessageCircleIcon } from './MessageCircleIcon';\nexport { default as MessageSquareIcon } from './MessageSquareIcon';\nexport { default as MicIcon } from './MicIcon';\nexport { default as MicOffIcon } from './MicOffIcon';\nexport { default as MinimizeIcon } from './MinimizeIcon';\nexport { default as MinusCircleIcon } from './MinusCircleIcon';\nexport { default as MinusIcon } from './MinusIcon';\nexport { default as MinusSquareIcon } from './MinusSquareIcon';\nexport { default as MobileAppIcon } from './MobileAppIcon';\nexport { default as MonitorIcon } from './MonitorIcon';\nexport { default as MoonIcon } from './MoonIcon';\nexport { default as MoreHorizontalIcon } from './MoreHorizontalIcon';\nexport { default as MoreIcon } from './MoreIcon';\nexport { default as MoreVerticalIcon } from './MoreVerticalIcon';\nexport { default as MoveIcon } from './MoveIcon';\nexport { default as MusicIcon } from './MusicIcon';\nexport { default as MyAccountIcon } from './MyAccountIcon';\nexport { default as NavigationIcon } from './NavigationIcon';\nexport { default as NoSignalIcon } from './NoSignalIcon';\nexport { default as OctagonIcon } from './OctagonIcon';\nexport { default as OffersIcon } from './OffersIcon';\nexport { default as OptimizerIcon } from './OptimizerIcon';\nexport { default as PackageIcon } from './PackageIcon';\nexport { default as PaperclipIcon } from './PaperclipIcon';\nexport { default as PauseCircleIcon } from './PauseCircleIcon';\nexport { default as PauseIcon } from './PauseIcon';\nexport { default as PaymentButtonIcon } from './PaymentButtonIcon';\nexport { default as PaymentButtonsIcon } from './PaymentButtonsIcon';\nexport { default as PaymentGatewayIcon } from './PaymentGatewayIcon';\nexport { default as PaymentLinkIcon } from './PaymentLinkIcon';\nexport { default as PaymentLinksIcon } from './PaymentLinksIcon';\nexport { default as PaymentPagesIcon } from './PaymentPagesIcon';\nexport { default as PayoutLinkIcon } from './PayoutLinkIcon';\nexport { default as PayrollAddonsIcon } from './PayrollAddonsIcon';\nexport { default as PayrollForCaIcon } from './PayrollForCaIcon';\nexport { default as PayrollForStartupOrSmeIcon } from './PayrollForStartupOrSmeIcon';\nexport { default as PercentIcon } from './PercentIcon';\nexport { default as PettyCashBudgetIcon } from './PettyCashBudgetIcon';\nexport { default as PhoneCallIcon } from './PhoneCallIcon';\nexport { default as PhoneForwardedIcon } from './PhoneForwardedIcon';\nexport { default as PhoneIcon } from './PhoneIcon';\nexport { default as PhoneIncomingIcon } from './PhoneIncomingIcon';\nexport { default as PhoneMissedIcon } from './PhoneMissedIcon';\nexport { default as PhoneOffIcon } from './PhoneOffIcon';\nexport { default as PhoneOutgoingIcon } from './PhoneOutgoingIcon';\nexport { default as PictureInPictureIcon } from './PictureInPictureIcon';\nexport { default as PieChartIcon } from './PieChartIcon';\nexport { default as PinIcon } from './PinIcon';\nexport { default as PlayCircleIcon } from './PlayCircleIcon';\nexport { default as PlayIcon } from './PlayIcon';\nexport { default as PlusCircleIcon } from './PlusCircleIcon';\nexport { default as PlusIcon } from './PlusIcon';\nexport { default as PlusSquareIcon } from './PlusSquareIcon';\nexport { default as PocketIcon } from './PocketIcon';\nexport { default as PosIcon } from './PosIcon';\nexport { default as PowerIcon } from './PowerIcon';\nexport { default as PrinterIcon } from './PrinterIcon';\nexport { default as PromptIcon } from './PromptIcon';\nexport { default as QRCodeIcon } from './QRCodeIcon';\nexport { default as RadioIcon } from './RadioIcon';\nexport { default as RayIcon } from './RayIcon';\nexport { default as RazorpayIcon } from './RazorpayIcon';\nexport { default as RazorpayXIcon } from './RazorpayXIcon';\nexport { default as RazorpayxPayrollIcon } from './RazorpayxPayrollIcon';\nexport { default as RefreshIcon } from './RefreshIcon';\nexport { default as RepeatIcon } from './RepeatIcon';\nexport { default as ReportsIcon } from './ReportsIcon';\nexport { default as ResizerIcon } from './ResizerIcon';\nexport { default as RewindIcon } from './RewindIcon';\nexport { default as RotateClockWiseIcon } from './RotateClockWiseIcon';\nexport { default as RotateCounterClockWiseIcon } from './RotateCounterClockWiseIcon';\nexport { default as RouteIcon } from './RouteIcon';\nexport { default as RoutesIcon } from './RoutesIcon';\nexport { default as RupeeIcon } from './RupeeIcon';\nexport { default as RupeesIcon } from './RupeesIcon';\nexport { default as SaasIcon } from './SaasIcon';\nexport { default as SaveIcon } from './SaveIcon';\nexport { default as ScissorsIcon } from './ScissorsIcon';\nexport { default as SearchIcon } from './SearchIcon';\nexport { default as SendIcon } from './SendIcon';\nexport { default as ServerIcon } from './ServerIcon';\nexport { default as SettingsIcon } from './SettingsIcon';\nexport { default as SettlementsIcon } from './SettlementsIcon';\nexport { default as ShareIcon } from './ShareIcon';\nexport { default as ShieldIcon } from './ShieldIcon';\nexport { default as ShoppingBagIcon } from './ShoppingBagIcon';\nexport { default as ShoppingCartIcon } from './ShoppingCartIcon';\nexport { default as ShuffleIcon } from './ShuffleIcon';\nexport { default as SidebarIcon } from './SidebarIcon';\nexport { default as Signal1BarIcon } from './Signal1BarIcon';\nexport { default as Signal2BarIcon } from './Signal2BarIcon';\nexport { default as Signal3BarIcon } from './Signal3BarIcon';\nexport { default as Signal4BarIcon } from './Signal4BarIcon';\nexport { default as SignalIcon } from './SignalIcon';\nexport { default as SimCardIcon } from './SimCardIcon';\nexport { default as SkipBackIcon } from './SkipBackIcon';\nexport { default as SkipForwardIcon } from './SkipForwardIcon';\nexport { default as SlackIcon } from './SlackIcon';\nexport { default as SlashIcon } from './SlashIcon';\nexport { default as SlidersIcon } from './SlidersIcon';\nexport { default as SmartCollectIcon } from './SmartCollectIcon';\nexport { default as SmartphoneIcon } from './SmartphoneIcon';\nexport { default as SolutionsIcon } from './SolutionsIcon';\nexport { default as SortIcon } from './SortIcon';\nexport { default as SourceToPayIcon } from './SourceToPayIcon';\nexport { default as SparklesIcon } from './SparklesIcon';\nexport { default as SpeakerIcon } from './SpeakerIcon';\nexport { default as SquareIcon } from './SquareIcon';\nexport { default as StampIcon } from './StampIcon';\nexport { default as StarIcon } from './StarIcon';\nexport { default as StopCircleIcon } from './StopCircleIcon';\nexport { default as StorefrontIcon } from './StorefrontIcon';\nexport { default as SubscriptionsIcon } from './SubscriptionsIcon';\nexport { default as SunIcon } from './SunIcon';\nexport { default as SunriseIcon } from './SunriseIcon';\nexport { default as SunsetIcon } from './SunsetIcon';\nexport { default as TabletIcon } from './TabletIcon';\nexport { default as TagIcon } from './TagIcon';\nexport { default as TargetIcon } from './TargetIcon';\nexport { default as TaxPaymentsIcon } from './TaxPaymentsIcon';\nexport { default as TestIcon } from './TestIcon';\nexport { default as ThermometerIcon } from './ThermometerIcon';\nexport { default as ThumbsDownIcon } from './ThumbsDownIcon';\nexport { default as ThumbsUpIcon } from './ThumbsUpIcon';\nexport { default as TicketIcon } from './TicketIcon';\nexport { default as ToggleLeftIcon } from './ToggleLeftIcon';\nexport { default as ToggleRightIcon } from './ToggleRightIcon';\nexport { default as TokenHqIcon } from './TokenHqIcon';\nexport { default as TopLeftRoundedCornerIcon } from './TopLeftRoundedCornerIcon';\nexport { default as TopLeftSharpCornerIcon } from './TopLeftSharpCornerIcon';\nexport { default as TrademarkIcon } from './TrademarkIcon';\nexport { default as TrademarkRegisteredIcon } from './TrademarkRegisteredIcon';\nexport { default as TransactionsIcon } from './TransactionsIcon';\nexport { default as TranslateIcon } from './TranslateIcon';\nexport { default as TrashIcon } from './TrashIcon';\nexport { default as TrendingDownIcon } from './TrendingDownIcon';\nexport { default as TrendingUpIcon } from './TrendingUpIcon';\nexport { default as TriangleIcon } from './TriangleIcon';\nexport { default as TvIcon } from './TvIcon';\nexport { default as TwitterIcon } from './TwitterIcon';\nexport { default as TypeIcon } from './TypeIcon';\nexport { default as UmbrellaIcon } from './UmbrellaIcon';\nexport { default as UnderlineIcon } from './UnderlineIcon';\nexport { default as UnlockIcon } from './UnlockIcon';\nexport { default as UpiAutopayIcon } from './UpiAutopayIcon';\nexport { default as UpiIcon } from './UpiIcon';\nexport { default as UploadCloudIcon } from './UploadCloudIcon';\nexport { default as UploadIcon } from './UploadIcon';\nexport { default as UserCheckIcon } from './UserCheckIcon';\nexport { default as UserIcon } from './UserIcon';\nexport { default as UserMinusIcon } from './UserMinusIcon';\nexport { default as UserPlusIcon } from './UserPlusIcon';\nexport { default as UserXIcon } from './UserXIcon';\nexport { default as UsersIcon } from './UsersIcon';\nexport { default as VendorPaymentsIcon } from './VendorPaymentsIcon';\nexport { default as VideoIcon } from './VideoIcon';\nexport { default as VideoOffIcon } from './VideoOffIcon';\nexport { default as ViewLiveDemoIcon } from './ViewLiveDemoIcon';\nexport { default as VoicemailIcon } from './VoicemailIcon';\nexport { default as VolumeHighIcon } from './VolumeHighIcon';\nexport { default as VolumeIcon } from './VolumeIcon';\nexport { default as VolumeLowIcon } from './VolumeLowIcon';\nexport { default as VolumeMuteIcon } from './VolumeMuteIcon';\nexport { default as WalletIcon } from './WalletIcon';\nexport { default as WatchIcon } from './WatchIcon';\nexport { default as WifiIcon } from './WifiIcon';\nexport { default as WifiOffIcon } from './WifiOffIcon';\nexport { default as WindIcon } from './WindIcon';\nexport { default as WorldwideIcon } from './WorldwideIcon';\nexport { default as XCircleIcon } from './XCircleIcon';\nexport { default as XSquareIcon } from './XSquareIcon';\nexport { default as YoutubeIcon } from './YoutubeIcon';\nexport { default as ZapIcon } from './ZapIcon';\nexport { default as ZoomInIcon } from './ZoomInIcon';\nexport { default as ZoomOutIcon } from './ZoomOutIcon';\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA"}
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../src/components/Icons/index.ts"],"sourcesContent":["// This file is auto generated\n// Modify at blade/plop/icon/iconReexports.ts.hbs\nexport * from './types';\nexport { default as AcceptPaymentsIcon } from './AcceptPaymentsIcon';\nexport { default as ActivityIcon } from './ActivityIcon';\nexport { default as AddressBookIcon } from './AddressBookIcon';\nexport { default as AffordabilityIcon } from './AffordabilityIcon';\nexport { default as AirplayIcon } from './AirplayIcon';\nexport { default as AlertCircleIcon } from './AlertCircleIcon';\nexport { default as AlertOctagonIcon } from './AlertOctagonIcon';\nexport { default as AlertOnlyIcon } from './AlertOnlyIcon';\nexport { default as AlertTriangleIcon } from './AlertTriangleIcon';\nexport { default as AlignCenterIcon } from './AlignCenterIcon';\nexport { default as AlignJustifyIcon } from './AlignJustifyIcon';\nexport { default as AlignLeftIcon } from './AlignLeftIcon';\nexport { default as AlignRightIcon } from './AlignRightIcon';\nexport { default as AnchorIcon } from './AnchorIcon';\nexport { default as AndroidIcon } from './AndroidIcon';\nexport { default as AnnouncementIcon } from './AnnouncementIcon';\nexport { default as ApertureIcon } from './ApertureIcon';\nexport { default as AppStoreIcon } from './AppStoreIcon';\nexport { default as AppleIcon } from './AppleIcon';\nexport { default as ArrowDownIcon } from './ArrowDownIcon';\nexport { default as ArrowDownLeftIcon } from './ArrowDownLeftIcon';\nexport { default as ArrowDownRightIcon } from './ArrowDownRightIcon';\nexport { default as ArrowLeftIcon } from './ArrowLeftIcon';\nexport { default as ArrowRightIcon } from './ArrowRightIcon';\nexport { default as ArrowSquareDownIcon } from './ArrowSquareDownIcon';\nexport { default as ArrowSquareDownLeftIcon } from './ArrowSquareDownLeftIcon';\nexport { default as ArrowSquareDownRightIcon } from './ArrowSquareDownRightIcon';\nexport { default as ArrowSquareLeftIcon } from './ArrowSquareLeftIcon';\nexport { default as ArrowSquareRightIcon } from './ArrowSquareRightIcon';\nexport { default as ArrowSquareUpIcon } from './ArrowSquareUpIcon';\nexport { default as ArrowSquareUpLeftIcon } from './ArrowSquareUpLeftIcon';\nexport { default as ArrowSquareUpRightIcon } from './ArrowSquareUpRightIcon';\nexport { default as ArrowUpIcon } from './ArrowUpIcon';\nexport { default as ArrowUpLeftIcon } from './ArrowUpLeftIcon';\nexport { default as ArrowUpRightIcon } from './ArrowUpRightIcon';\nexport { default as AtSignIcon } from './AtSignIcon';\nexport { default as AttachmentIcon } from './AttachmentIcon';\nexport { default as AutomateAccountingIcon } from './AutomateAccountingIcon';\nexport { default as AutomatePayrollIcon } from './AutomatePayrollIcon';\nexport { default as AwardIcon } from './AwardIcon';\nexport { default as BankAccountVerificationIcon } from './BankAccountVerificationIcon';\nexport { default as BankIcon } from './BankIcon';\nexport { default as BarChartAltIcon } from './BarChartAltIcon';\nexport { default as BarChartIcon } from './BarChartIcon';\nexport { default as BarCodeIcon } from './BarCodeIcon';\nexport { default as Battery100PercentIcon } from './Battery100PercentIcon';\nexport { default as Battery20PercentIcon } from './Battery20PercentIcon';\nexport { default as Battery40PercentIcon } from './Battery40PercentIcon';\nexport { default as Battery60PercentIcon } from './Battery60PercentIcon';\nexport { default as Battery80PercentIcon } from './Battery80PercentIcon';\nexport { default as BatteryChargingIcon } from './BatteryChargingIcon';\nexport { default as BatteryIcon } from './BatteryIcon';\nexport { default as BellIcon } from './BellIcon';\nexport { default as BellOffIcon } from './BellOffIcon';\nexport { default as BfsiIcon } from './BfsiIcon';\nexport { default as BillIcon } from './BillIcon';\nexport { default as BillMeIcon } from './BillMeIcon';\nexport { default as BluetoothIcon } from './BluetoothIcon';\nexport { default as BoldIcon } from './BoldIcon';\nexport { default as BookIcon } from './BookIcon';\nexport { default as BookmarkIcon } from './BookmarkIcon';\nexport { default as BoxIcon } from './BoxIcon';\nexport { default as BriefcaseIcon } from './BriefcaseIcon';\nexport { default as BugIcon } from './BugIcon';\nexport { default as BuildingIcon } from './BuildingIcon';\nexport { default as BulkPayoutsIcon } from './BulkPayoutsIcon';\nexport { default as BusinessBankingIcon } from './BusinessBankingIcon';\nexport { default as BusinessSpendManagementIcon } from './BusinessSpendManagementIcon';\nexport { default as CalendarIcon } from './CalendarIcon';\nexport { default as CameraIcon } from './CameraIcon';\nexport { default as CameraOffIcon } from './CameraOffIcon';\nexport { default as CashIcon } from './CashIcon';\nexport { default as CastIcon } from './CastIcon';\nexport { default as CheckCircle2Icon } from './CheckCircle2Icon';\nexport { default as CheckCircleIcon } from './CheckCircleIcon';\nexport { default as CheckIcon } from './CheckIcon';\nexport { default as CheckSquareIcon } from './CheckSquareIcon';\nexport { default as ChevronDownIcon } from './ChevronDownIcon';\nexport { default as ChevronLeftIcon } from './ChevronLeftIcon';\nexport { default as ChevronRightIcon } from './ChevronRightIcon';\nexport { default as ChevronUpDownIcon } from './ChevronUpDownIcon';\nexport { default as ChevronUpIcon } from './ChevronUpIcon';\nexport { default as ChevronsDownIcon } from './ChevronsDownIcon';\nexport { default as ChevronsLeftIcon } from './ChevronsLeftIcon';\nexport { default as ChevronsRightIcon } from './ChevronsRightIcon';\nexport { default as ChevronsUpIcon } from './ChevronsUpIcon';\nexport { default as ChromeIcon } from './ChromeIcon';\nexport { default as CircleIcon } from './CircleIcon';\nexport { default as ClipboardIcon } from './ClipboardIcon';\nexport { default as ClockIcon } from './ClockIcon';\nexport { default as CloseIcon } from './CloseIcon';\nexport { default as ClosedCaptioningIcon } from './ClosedCaptioningIcon';\nexport { default as CloudDrizzleIcon } from './CloudDrizzleIcon';\nexport { default as CloudIcon } from './CloudIcon';\nexport { default as CloudLightningIcon } from './CloudLightningIcon';\nexport { default as CloudOffIcon } from './CloudOffIcon';\nexport { default as CloudRainIcon } from './CloudRainIcon';\nexport { default as CloudSnowIcon } from './CloudSnowIcon';\nexport { default as CodeSnippetIcon } from './CodeSnippetIcon';\nexport { default as CodepenIcon } from './CodepenIcon';\nexport { default as CoinIcon } from './CoinIcon';\nexport { default as CoinsIcon } from './CoinsIcon';\nexport { default as CommandIcon } from './CommandIcon';\nexport { default as CompanyRegistrationIcon } from './CompanyRegistrationIcon';\nexport { default as CompassIcon } from './CompassIcon';\nexport { default as ConfettiIcon } from './ConfettiIcon';\nexport { default as ContactlessPaymentIcon } from './ContactlessPaymentIcon';\nexport { default as CookieIcon } from './CookieIcon';\nexport { default as CopyIcon } from './CopyIcon';\nexport { default as CopyrightIcon } from './CopyrightIcon';\nexport { default as CornerDownLeftIcon } from './CornerDownLeftIcon';\nexport { default as CornerDownRightIcon } from './CornerDownRightIcon';\nexport { default as CornerLeftDownIcon } from './CornerLeftDownIcon';\nexport { default as CornerLeftUpIcon } from './CornerLeftUpIcon';\nexport { default as CornerRightDownIcon } from './CornerRightDownIcon';\nexport { default as CornerRightUpIcon } from './CornerRightUpIcon';\nexport { default as CornerUpLeftIcon } from './CornerUpLeftIcon';\nexport { default as CornerUpRightIcon } from './CornerUpRightIcon';\nexport { default as CpuIcon } from './CpuIcon';\nexport { default as CreditCardIcon } from './CreditCardIcon';\nexport { default as CreditsAndLoansIcon } from './CreditsAndLoansIcon';\nexport { default as CropIcon } from './CropIcon';\nexport { default as CrosshairIcon } from './CrosshairIcon';\nexport { default as CurrentAccountIcon } from './CurrentAccountIcon';\nexport { default as CustomersIcon } from './CustomersIcon';\nexport { default as CutIcon } from './CutIcon';\nexport { default as DashboardIcon } from './DashboardIcon';\nexport { default as DeleteIcon } from './DeleteIcon';\nexport { default as DigitalLendingIcon } from './DigitalLendingIcon';\nexport { default as DisbursePaymentsIcon } from './DisbursePaymentsIcon';\nexport { default as DiscIcon } from './DiscIcon';\nexport { default as DollarIcon } from './DollarIcon';\nexport { default as DollarsIcon } from './DollarsIcon';\nexport { default as DotIcon } from './DotIcon';\nexport { default as DownloadCloudIcon } from './DownloadCloudIcon';\nexport { default as DownloadIcon } from './DownloadIcon';\nexport { default as DragHandleIcon } from './DragHandleIcon';\nexport { default as DropletIcon } from './DropletIcon';\nexport { default as EcommerceIcon } from './EcommerceIcon';\nexport { default as EditComposeIcon } from './EditComposeIcon';\nexport { default as EditIcon } from './EditIcon';\nexport { default as EditInlineIcon } from './EditInlineIcon';\nexport { default as EducationIcon } from './EducationIcon';\nexport { default as EngageIcon } from './EngageIcon';\nexport { default as EqualsIcon } from './EqualsIcon';\nexport { default as EscrowAccountIcon } from './EscrowAccountIcon';\nexport { default as ExportIcon } from './ExportIcon';\nexport { default as ExternalLinkIcon } from './ExternalLinkIcon';\nexport { default as EyeIcon } from './EyeIcon';\nexport { default as EyeOffIcon } from './EyeOffIcon';\nexport { default as FacebookIcon } from './FacebookIcon';\nexport { default as FastForwardIcon } from './FastForwardIcon';\nexport { default as FeatherIcon } from './FeatherIcon';\nexport { default as FigmaIcon } from './FigmaIcon';\nexport { default as FileIcon } from './FileIcon';\nexport { default as FileMinusIcon } from './FileMinusIcon';\nexport { default as FilePlusIcon } from './FilePlusIcon';\nexport { default as FileTextIcon } from './FileTextIcon';\nexport { default as FileZipIcon } from './FileZipIcon';\nexport { default as FilmIcon } from './FilmIcon';\nexport { default as FilterIcon } from './FilterIcon';\nexport { default as FlagIcon } from './FlagIcon';\nexport { default as FlaskIcon } from './FlaskIcon';\nexport { default as FolderIcon } from './FolderIcon';\nexport { default as ForexManagementIcon } from './ForexManagementIcon';\nexport { default as FreelanceIcon } from './FreelanceIcon';\nexport { default as FullScreenEnterIcon } from './FullScreenEnterIcon';\nexport { default as FullScreenExitIcon } from './FullScreenExitIcon';\nexport { default as GithubIcon } from './GithubIcon';\nexport { default as GitlabIcon } from './GitlabIcon';\nexport { default as GlobeIcon } from './GlobeIcon';\nexport { default as GridIcon } from './GridIcon';\nexport { default as HashIcon } from './HashIcon';\nexport { default as HeadphoneIcon } from './HeadphoneIcon';\nexport { default as HeadphonesIcon } from './HeadphonesIcon';\nexport { default as HeadsetIcon } from './HeadsetIcon';\nexport { default as HeartIcon } from './HeartIcon';\nexport { default as HelpCircleIcon } from './HelpCircleIcon';\nexport { default as HistoryIcon } from './HistoryIcon';\nexport { default as HomeIcon } from './HomeIcon';\nexport { default as ImageIcon } from './ImageIcon';\nexport { default as InboxIcon } from './InboxIcon';\nexport { default as IndiaFlagIcon } from './IndiaFlagIcon';\nexport { default as InfoIcon } from './InfoIcon';\nexport { default as InstagramIcon } from './InstagramIcon';\nexport { default as InstantSettlementIcon } from './InstantSettlementIcon';\nexport { default as InternationalPaymentsIcon } from './InternationalPaymentsIcon';\nexport { default as InvoicesIcon } from './InvoicesIcon';\nexport { default as ItalicIcon } from './ItalicIcon';\nexport { default as KeyIcon } from './KeyIcon';\nexport { default as KeyboardIcon } from './KeyboardIcon';\nexport { default as LayersIcon } from './LayersIcon';\nexport { default as LayoutIcon } from './LayoutIcon';\nexport { default as LeftCircularCornerIcon } from './LeftCircularCornerIcon';\nexport { default as LifeBuoyIcon } from './LifeBuoyIcon';\nexport { default as LinkIcon } from './LinkIcon';\nexport { default as ListIcon } from './ListIcon';\nexport { default as ListSearchIcon } from './ListSearchIcon';\nexport { default as LoaderIcon } from './LoaderIcon';\nexport { default as LoansForBusinessesIcon } from './LoansForBusinessesIcon';\nexport { default as LockIcon } from './LockIcon';\nexport { default as LogInIcon } from './LogInIcon';\nexport { default as LogOutIcon } from './LogOutIcon';\nexport { default as MagicCheckoutIcon } from './MagicCheckoutIcon';\nexport { default as MagicKonnectIcon } from './MagicKonnectIcon';\nexport { default as MailIcon } from './MailIcon';\nexport { default as MailOpenIcon } from './MailOpenIcon';\nexport { default as MapIcon } from './MapIcon';\nexport { default as MapPinIcon } from './MapPinIcon';\nexport { default as MaximizeIcon } from './MaximizeIcon';\nexport { default as MenuDotsIcon } from './MenuDotsIcon';\nexport { default as MenuIcon } from './MenuIcon';\nexport { default as MessageCircleIcon } from './MessageCircleIcon';\nexport { default as MessageSquareIcon } from './MessageSquareIcon';\nexport { default as MicIcon } from './MicIcon';\nexport { default as MicOffIcon } from './MicOffIcon';\nexport { default as MinimizeIcon } from './MinimizeIcon';\nexport { default as MinusCircleIcon } from './MinusCircleIcon';\nexport { default as MinusIcon } from './MinusIcon';\nexport { default as MinusSquareIcon } from './MinusSquareIcon';\nexport { default as MobileAppIcon } from './MobileAppIcon';\nexport { default as MonitorIcon } from './MonitorIcon';\nexport { default as MoonIcon } from './MoonIcon';\nexport { default as MoreHorizontalIcon } from './MoreHorizontalIcon';\nexport { default as MoreIcon } from './MoreIcon';\nexport { default as MoreVerticalIcon } from './MoreVerticalIcon';\nexport { default as MoveIcon } from './MoveIcon';\nexport { default as MusicIcon } from './MusicIcon';\nexport { default as MyAccountIcon } from './MyAccountIcon';\nexport { default as NavigationIcon } from './NavigationIcon';\nexport { default as NoSignalIcon } from './NoSignalIcon';\nexport { default as OctagonIcon } from './OctagonIcon';\nexport { default as OffersIcon } from './OffersIcon';\nexport { default as OptimizerIcon } from './OptimizerIcon';\nexport { default as PackageIcon } from './PackageIcon';\nexport { default as PaperclipIcon } from './PaperclipIcon';\nexport { default as PauseCircleIcon } from './PauseCircleIcon';\nexport { default as PauseIcon } from './PauseIcon';\nexport { default as PaymentButtonIcon } from './PaymentButtonIcon';\nexport { default as PaymentButtonsIcon } from './PaymentButtonsIcon';\nexport { default as PaymentGatewayIcon } from './PaymentGatewayIcon';\nexport { default as PaymentLinkIcon } from './PaymentLinkIcon';\nexport { default as PaymentLinksIcon } from './PaymentLinksIcon';\nexport { default as PaymentPagesIcon } from './PaymentPagesIcon';\nexport { default as PayoutLinkIcon } from './PayoutLinkIcon';\nexport { default as PayrollAddonsIcon } from './PayrollAddonsIcon';\nexport { default as PayrollForCaIcon } from './PayrollForCaIcon';\nexport { default as PayrollForStartupOrSmeIcon } from './PayrollForStartupOrSmeIcon';\nexport { default as PercentIcon } from './PercentIcon';\nexport { default as PettyCashBudgetIcon } from './PettyCashBudgetIcon';\nexport { default as PhoneCallIcon } from './PhoneCallIcon';\nexport { default as PhoneForwardedIcon } from './PhoneForwardedIcon';\nexport { default as PhoneIcon } from './PhoneIcon';\nexport { default as PhoneIncomingIcon } from './PhoneIncomingIcon';\nexport { default as PhoneMissedIcon } from './PhoneMissedIcon';\nexport { default as PhoneOffIcon } from './PhoneOffIcon';\nexport { default as PhoneOutgoingIcon } from './PhoneOutgoingIcon';\nexport { default as PictureInPictureIcon } from './PictureInPictureIcon';\nexport { default as PieChartIcon } from './PieChartIcon';\nexport { default as PinIcon } from './PinIcon';\nexport { default as PlayCircleIcon } from './PlayCircleIcon';\nexport { default as PlayIcon } from './PlayIcon';\nexport { default as PlusCircleIcon } from './PlusCircleIcon';\nexport { default as PlusIcon } from './PlusIcon';\nexport { default as PlusSquareIcon } from './PlusSquareIcon';\nexport { default as PocketIcon } from './PocketIcon';\nexport { default as PosIcon } from './PosIcon';\nexport { default as PowerIcon } from './PowerIcon';\nexport { default as PrinterIcon } from './PrinterIcon';\nexport { default as PromptIcon } from './PromptIcon';\nexport { default as QRCodeIcon } from './QRCodeIcon';\nexport { default as RadioIcon } from './RadioIcon';\nexport { default as RayIcon } from './RayIcon';\nexport { default as RazorpayIcon } from './RazorpayIcon';\nexport { default as RazorpayXIcon } from './RazorpayXIcon';\nexport { default as RazorpayxPayrollIcon } from './RazorpayxPayrollIcon';\nexport { default as RefreshIcon } from './RefreshIcon';\nexport { default as RepeatIcon } from './RepeatIcon';\nexport { default as ReportsIcon } from './ReportsIcon';\nexport { default as ResizerIcon } from './ResizerIcon';\nexport { default as RewindIcon } from './RewindIcon';\nexport { default as RotateClockWiseIcon } from './RotateClockWiseIcon';\nexport { default as RotateCounterClockWiseIcon } from './RotateCounterClockWiseIcon';\nexport { default as RouteIcon } from './RouteIcon';\nexport { default as RoutesIcon } from './RoutesIcon';\nexport { default as RupeeIcon } from './RupeeIcon';\nexport { default as RupeesIcon } from './RupeesIcon';\nexport { default as SaasIcon } from './SaasIcon';\nexport { default as SaveIcon } from './SaveIcon';\nexport { default as ScissorsIcon } from './ScissorsIcon';\nexport { default as SearchIcon } from './SearchIcon';\nexport { default as SendIcon } from './SendIcon';\nexport { default as ServerIcon } from './ServerIcon';\nexport { default as SettingsIcon } from './SettingsIcon';\nexport { default as SettlementsIcon } from './SettlementsIcon';\nexport { default as ShareIcon } from './ShareIcon';\nexport { default as ShieldIcon } from './ShieldIcon';\nexport { default as ShoppingBagIcon } from './ShoppingBagIcon';\nexport { default as ShoppingCartIcon } from './ShoppingCartIcon';\nexport { default as ShuffleIcon } from './ShuffleIcon';\nexport { default as SidebarIcon } from './SidebarIcon';\nexport { default as Signal1BarIcon } from './Signal1BarIcon';\nexport { default as Signal2BarIcon } from './Signal2BarIcon';\nexport { default as Signal3BarIcon } from './Signal3BarIcon';\nexport { default as Signal4BarIcon } from './Signal4BarIcon';\nexport { default as SignalIcon } from './SignalIcon';\nexport { default as SimCardIcon } from './SimCardIcon';\nexport { default as SkipBackIcon } from './SkipBackIcon';\nexport { default as SkipForwardIcon } from './SkipForwardIcon';\nexport { default as SlackIcon } from './SlackIcon';\nexport { default as SlashIcon } from './SlashIcon';\nexport { default as SlidersIcon } from './SlidersIcon';\nexport { default as SmartCollectIcon } from './SmartCollectIcon';\nexport { default as SmartphoneIcon } from './SmartphoneIcon';\nexport { default as SolutionsIcon } from './SolutionsIcon';\nexport { default as SortIcon } from './SortIcon';\nexport { default as SourceToPayIcon } from './SourceToPayIcon';\nexport { default as SparklesIcon } from './SparklesIcon';\nexport { default as SpeakerIcon } from './SpeakerIcon';\nexport { default as SquareIcon } from './SquareIcon';\nexport { default as StampIcon } from './StampIcon';\nexport { default as StarIcon } from './StarIcon';\nexport { default as StopCircleIcon } from './StopCircleIcon';\nexport { default as StorefrontIcon } from './StorefrontIcon';\nexport { default as SubscriptionsIcon } from './SubscriptionsIcon';\nexport { default as SunIcon } from './SunIcon';\nexport { default as SunriseIcon } from './SunriseIcon';\nexport { default as SunsetIcon } from './SunsetIcon';\nexport { default as TabletIcon } from './TabletIcon';\nexport { default as TagIcon } from './TagIcon';\nexport { default as TargetIcon } from './TargetIcon';\nexport { default as TaxPaymentsIcon } from './TaxPaymentsIcon';\nexport { default as TestIcon } from './TestIcon';\nexport { default as ThermometerIcon } from './ThermometerIcon';\nexport { default as ThumbsDownIcon } from './ThumbsDownIcon';\nexport { default as ThumbsUpIcon } from './ThumbsUpIcon';\nexport { default as TicketIcon } from './TicketIcon';\nexport { default as ToggleLeftIcon } from './ToggleLeftIcon';\nexport { default as ToggleRightIcon } from './ToggleRightIcon';\nexport { default as TokenHqIcon } from './TokenHqIcon';\nexport { default as TopLeftRoundedCornerIcon } from './TopLeftRoundedCornerIcon';\nexport { default as TopLeftSharpCornerIcon } from './TopLeftSharpCornerIcon';\nexport { default as TrademarkIcon } from './TrademarkIcon';\nexport { default as TrademarkRegisteredIcon } from './TrademarkRegisteredIcon';\nexport { default as TransactionsIcon } from './TransactionsIcon';\nexport { default as TranslateIcon } from './TranslateIcon';\nexport { default as TrashIcon } from './TrashIcon';\nexport { default as TrendingDownIcon } from './TrendingDownIcon';\nexport { default as TrendingUpIcon } from './TrendingUpIcon';\nexport { default as TriangleIcon } from './TriangleIcon';\nexport { default as TvIcon } from './TvIcon';\nexport { default as TwitterIcon } from './TwitterIcon';\nexport { default as TypeIcon } from './TypeIcon';\nexport { default as UmbrellaIcon } from './UmbrellaIcon';\nexport { default as UnderlineIcon } from './UnderlineIcon';\nexport { default as UnlockIcon } from './UnlockIcon';\nexport { default as UpiAutopayIcon } from './UpiAutopayIcon';\nexport { default as UpiIcon } from './UpiIcon';\nexport { default as UploadCloudIcon } from './UploadCloudIcon';\nexport { default as UploadIcon } from './UploadIcon';\nexport { default as UserCheckIcon } from './UserCheckIcon';\nexport { default as UserIcon } from './UserIcon';\nexport { default as UserMinusIcon } from './UserMinusIcon';\nexport { default as UserPlusIcon } from './UserPlusIcon';\nexport { default as UserXIcon } from './UserXIcon';\nexport { default as UsersIcon } from './UsersIcon';\nexport { default as VendorPaymentsIcon } from './VendorPaymentsIcon';\nexport { default as VideoIcon } from './VideoIcon';\nexport { default as VideoOffIcon } from './VideoOffIcon';\nexport { default as ViewLiveDemoIcon } from './ViewLiveDemoIcon';\nexport { default as VoicemailIcon } from './VoicemailIcon';\nexport { default as VolumeHighIcon } from './VolumeHighIcon';\nexport { default as VolumeIcon } from './VolumeIcon';\nexport { default as VolumeLowIcon } from './VolumeLowIcon';\nexport { default as VolumeMuteIcon } from './VolumeMuteIcon';\nexport { default as WalletIcon } from './WalletIcon';\nexport { default as WatchIcon } from './WatchIcon';\nexport { default as WifiIcon } from './WifiIcon';\nexport { default as WifiOffIcon } from './WifiOffIcon';\nexport { default as WindIcon } from './WindIcon';\nexport { default as WorldwideIcon } from './WorldwideIcon';\nexport { default as XCircleIcon } from './XCircleIcon';\nexport { default as XSquareIcon } from './XSquareIcon';\nexport { default as YoutubeIcon } from './YoutubeIcon';\nexport { default as ZapIcon } from './ZapIcon';\nexport { default as ZoomInIcon } from './ZoomInIcon';\nexport { default as ZoomOutIcon } from './ZoomOutIcon';\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import '../../../tokens/global/index.js';
|
|
2
|
+
import { size } from '../../../tokens/global/size.js';
|
|
3
|
+
|
|
4
|
+
var iconSizeMap = {
|
|
5
|
+
xsmall: size[8],
|
|
6
|
+
small: size[12],
|
|
7
|
+
medium: size[16],
|
|
8
|
+
large: size[20],
|
|
9
|
+
xlarge: size[24],
|
|
10
|
+
'2xlarge': size[32]
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export { iconSizeMap };
|
|
14
|
+
//# sourceMappingURL=iconSizeMap.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iconSizeMap.js","sources":["../../../../../../../src/components/Icons/useIconProps/iconSizeMap.ts"],"sourcesContent":["import { size } from '~tokens/global';\n\nconst iconSizeMap = {\n xsmall: size[8],\n small: size[12],\n medium: size[16],\n large: size[20],\n xlarge: size[24],\n '2xlarge': size[32],\n} as const;\n\nexport { iconSizeMap };\n"],"names":["iconSizeMap","xsmall","size","small","medium","large","xlarge"],"mappings":";;;AAEA,IAAMA,WAAW,GAAG;AAClBC,EAAAA,MAAM,EAAEC,IAAI,CAAC,CAAC,CAAC;AACfC,EAAAA,KAAK,EAAED,IAAI,CAAC,EAAE,CAAC;AACfE,EAAAA,MAAM,EAAEF,IAAI,CAAC,EAAE,CAAC;AAChBG,EAAAA,KAAK,EAAEH,IAAI,CAAC,EAAE,CAAC;AACfI,EAAAA,MAAM,EAAEJ,IAAI,CAAC,EAAE,CAAC;EAChB,SAAS,EAAEA,IAAI,CAAC,EAAE,CAAA;AACpB;;;;"}
|
|
@@ -1,19 +1,10 @@
|
|
|
1
|
+
import { iconSizeMap } from './iconSizeMap.js';
|
|
1
2
|
import getIn from '../../../utils/lodashButBetter/get.js';
|
|
2
3
|
import '../../BladeProvider/index.js';
|
|
3
|
-
import '../../../tokens/global/index.js';
|
|
4
4
|
import '../../../utils/makeSize/index.js';
|
|
5
|
-
import { size } from '../../../tokens/global/size.js';
|
|
6
5
|
import useTheme from '../../BladeProvider/useTheme.js';
|
|
7
6
|
import { makeSize } from '../../../utils/makeSize/makeSize.js';
|
|
8
7
|
|
|
9
|
-
var iconSize = {
|
|
10
|
-
xsmall: size[8],
|
|
11
|
-
small: size[12],
|
|
12
|
-
medium: size[16],
|
|
13
|
-
large: size[20],
|
|
14
|
-
xlarge: size[24],
|
|
15
|
-
'2xlarge': size[32]
|
|
16
|
-
};
|
|
17
8
|
function useIconProps(_ref) {
|
|
18
9
|
var _ref$size = _ref.size,
|
|
19
10
|
size = _ref$size === void 0 ? 'medium' : _ref$size,
|
|
@@ -21,8 +12,8 @@ function useIconProps(_ref) {
|
|
|
21
12
|
color = _ref$color === void 0 ? 'surface.icon.gray.normal' : _ref$color;
|
|
22
13
|
var _useTheme = useTheme(),
|
|
23
14
|
theme = _useTheme.theme;
|
|
24
|
-
var height = makeSize(
|
|
25
|
-
var width = makeSize(
|
|
15
|
+
var height = makeSize(iconSizeMap[size]);
|
|
16
|
+
var width = makeSize(iconSizeMap[size]);
|
|
26
17
|
var iconColor = color === 'currentColor' ? 'currentColor' : getIn(theme.colors, color, '');
|
|
27
18
|
return {
|
|
28
19
|
height: height,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useIconProps.js","sources":["../../../../../../../src/components/Icons/useIconProps/useIconProps.tsx"],"sourcesContent":["import type { IconProps } from '..';\nimport get from '~utils/lodashButBetter/get';\nimport { useTheme } from '~components/BladeProvider';\nimport {
|
|
1
|
+
{"version":3,"file":"useIconProps.js","sources":["../../../../../../../src/components/Icons/useIconProps/useIconProps.tsx"],"sourcesContent":["import type { IconProps } from '..';\nimport { iconSizeMap } from './iconSizeMap';\nimport get from '~utils/lodashButBetter/get';\nimport { useTheme } from '~components/BladeProvider';\nimport { makeSize } from '~utils/makeSize';\n\nfunction useIconProps({\n size = 'medium',\n color = 'surface.icon.gray.normal',\n}: IconProps): {\n height: `${typeof iconSizeMap[keyof typeof iconSizeMap]}px`;\n width: `${typeof iconSizeMap[keyof typeof iconSizeMap]}px`;\n iconColor: string;\n} {\n const { theme } = useTheme();\n const height = makeSize(iconSizeMap[size]);\n const width = makeSize(iconSizeMap[size]);\n const iconColor = color === 'currentColor' ? 'currentColor' : get(theme.colors, color, '');\n\n return { height, width, iconColor };\n}\n\nexport default useIconProps;\n"],"names":["useIconProps","_ref","_ref$size","size","_ref$color","color","_useTheme","useTheme","theme","height","makeSize","iconSizeMap","width","iconColor","get","colors"],"mappings":";;;;;;;AAMA,SAASA,YAAYA,CAAAC,IAAA,EAOnB;AAAA,EAAA,IAAAC,SAAA,GAAAD,IAAA,CANAE,IAAI;AAAJA,IAAAA,IAAI,GAAAD,SAAA,KAAG,KAAA,CAAA,GAAA,QAAQ,GAAAA,SAAA;IAAAE,UAAA,GAAAH,IAAA,CACfI,KAAK;AAALA,IAAAA,KAAK,GAAAD,UAAA,KAAG,KAAA,CAAA,GAAA,0BAA0B,GAAAA,UAAA,CAAA;AAMlC,EAAA,IAAAE,SAAA,GAAkBC,QAAQ,EAAE;IAApBC,KAAK,GAAAF,SAAA,CAALE,KAAK,CAAA;EACb,IAAMC,MAAM,GAAGC,QAAQ,CAACC,WAAW,CAACR,IAAI,CAAC,CAAC,CAAA;EAC1C,IAAMS,KAAK,GAAGF,QAAQ,CAACC,WAAW,CAACR,IAAI,CAAC,CAAC,CAAA;AACzC,EAAA,IAAMU,SAAS,GAAGR,KAAK,KAAK,cAAc,GAAG,cAAc,GAAGS,KAAG,CAACN,KAAK,CAACO,MAAM,EAAEV,KAAK,EAAE,EAAE,CAAC,CAAA;EAE1F,OAAO;AAAEI,IAAAA,MAAM,EAANA,MAAM;AAAEG,IAAAA,KAAK,EAALA,KAAK;AAAEC,IAAAA,SAAS,EAATA,SAAAA;GAAW,CAAA;AACrC;;;;"}
|
|
@@ -0,0 +1,448 @@
|
|
|
1
|
+
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
2
|
+
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
3
|
+
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
4
|
+
import React__default from 'react';
|
|
5
|
+
import { itemTitleHeight, iconSize, elementGap, titleTextSize, helpTextSize, avatarAdjustmentPaddingY } from './infoGroupTokens.js';
|
|
6
|
+
import { useInfoGroup, useInfoItem, InfoItemContext, InfoGroupContext } from './InfoGroupContext.js';
|
|
7
|
+
import '../Box/BaseBox/index.js';
|
|
8
|
+
import '../Typography/index.js';
|
|
9
|
+
import '../../utils/metaAttribute/index.js';
|
|
10
|
+
import '../Box/styledProps/index.js';
|
|
11
|
+
import '../../utils/assignWithoutSideEffects/index.js';
|
|
12
|
+
import '../../utils/index.js';
|
|
13
|
+
import '../Divider/index.js';
|
|
14
|
+
import '../../utils/isValidAllowedChildren/index.js';
|
|
15
|
+
import { useIsomorphicLayoutEffect } from '../../utils/useIsomorphicLayoutEffect.js';
|
|
16
|
+
import '../../utils/useTruncationTitle/index.js';
|
|
17
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
18
|
+
import { makeSize } from '../../utils/makeSize/makeSize.js';
|
|
19
|
+
import { getComponentId } from '../../utils/isValidAllowedChildren/isValidAllowedChildren.js';
|
|
20
|
+
import { useTruncationTitle } from '../../utils/useTruncationTitle/useTruncationTitle.web.js';
|
|
21
|
+
import { BaseBox } from '../Box/BaseBox/BaseBox.web.js';
|
|
22
|
+
import { Text } from '../Typography/Text/Text.js';
|
|
23
|
+
import { metaAttribute } from '../../utils/metaAttribute/metaAttribute.web.js';
|
|
24
|
+
import { MetaConstants } from '../../utils/metaAttribute/metaConstants.js';
|
|
25
|
+
import { Divider } from '../Divider/Divider.js';
|
|
26
|
+
import { assignWithoutSideEffects } from '../../utils/assignWithoutSideEffects/assignWithoutSideEffects.js';
|
|
27
|
+
import { getStyledProps } from '../Box/styledProps/getStyledProps.js';
|
|
28
|
+
|
|
29
|
+
var _excluded = ["children", "itemOrientation", "size", "valueAlign", "isHighlighted", "gridTemplateColumns", "width", "maxWidth", "minWidth", "testID", "paddingLeft", "paddingRight", "paddingTop", "paddingBottom", "padding", "paddingX", "paddingY"];
|
|
30
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
31
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
32
|
+
var getCenterBoxProps = function getCenterBoxProps(size) {
|
|
33
|
+
var strictHeight = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
|
|
34
|
+
return _objectSpread({
|
|
35
|
+
display: 'flex',
|
|
36
|
+
alignItems: 'center',
|
|
37
|
+
justifyContent: 'flex-start'
|
|
38
|
+
}, strictHeight ? {
|
|
39
|
+
height: makeSize(itemTitleHeight[size])
|
|
40
|
+
} : {
|
|
41
|
+
minHeight: makeSize(itemTitleHeight[size])
|
|
42
|
+
});
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
// Helper function to render leading/trailing elements (icons or JSX)
|
|
46
|
+
var renderElement = function renderElement(element, size) {
|
|
47
|
+
if (!element) return null;
|
|
48
|
+
|
|
49
|
+
// Check if it's already a JSX element (React element)
|
|
50
|
+
if ( /*#__PURE__*/React__default.isValidElement(element)) {
|
|
51
|
+
return element;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
// Otherwise, it's a component function - render it with size prop
|
|
55
|
+
var IconComponent = element;
|
|
56
|
+
return /*#__PURE__*/jsx(IconComponent, {
|
|
57
|
+
size: iconSize[size],
|
|
58
|
+
color: "surface.icon.gray.muted"
|
|
59
|
+
});
|
|
60
|
+
};
|
|
61
|
+
var TitleCollection = function TitleCollection(_ref) {
|
|
62
|
+
var children = _ref.children,
|
|
63
|
+
leading = _ref.leading,
|
|
64
|
+
trailing = _ref.trailing,
|
|
65
|
+
helpText = _ref.helpText,
|
|
66
|
+
titleWeight = _ref.titleWeight,
|
|
67
|
+
titleColor = _ref.titleColor,
|
|
68
|
+
paddingLeft = _ref.paddingLeft,
|
|
69
|
+
paddingRight = _ref.paddingRight,
|
|
70
|
+
truncateAfterLines = _ref.truncateAfterLines;
|
|
71
|
+
var _useInfoGroup = useInfoGroup(),
|
|
72
|
+
size = _useInfoGroup.size;
|
|
73
|
+
var _useInfoItem = useInfoItem(),
|
|
74
|
+
setHasAvatar = _useInfoItem.setHasAvatar;
|
|
75
|
+
var isAvatar = getComponentId( /*#__PURE__*/React__default.isValidElement(leading) ? leading : undefined) === 'Avatar';
|
|
76
|
+
|
|
77
|
+
// Set hasAvatar context when an avatar is detected
|
|
78
|
+
useIsomorphicLayoutEffect(function () {
|
|
79
|
+
if (isAvatar) {
|
|
80
|
+
setHasAvatar(true);
|
|
81
|
+
}
|
|
82
|
+
}, [isAvatar, setHasAvatar]);
|
|
83
|
+
var _useTruncationTitle = useTruncationTitle({
|
|
84
|
+
content: typeof children === 'string' ? children : undefined
|
|
85
|
+
}),
|
|
86
|
+
containerRef = _useTruncationTitle.containerRef,
|
|
87
|
+
textRef = _useTruncationTitle.textRef;
|
|
88
|
+
return /*#__PURE__*/jsxs(BaseBox, {
|
|
89
|
+
display: "flex",
|
|
90
|
+
alignItems: "flex-start",
|
|
91
|
+
gap: elementGap[size],
|
|
92
|
+
paddingLeft: paddingLeft,
|
|
93
|
+
paddingRight: paddingRight,
|
|
94
|
+
children: [leading && /*#__PURE__*/jsx(BaseBox, _objectSpread(_objectSpread({}, getCenterBoxProps(size, true)), {}, {
|
|
95
|
+
children: renderElement(leading, size)
|
|
96
|
+
})), /*#__PURE__*/jsxs(BaseBox, {
|
|
97
|
+
display: "flex",
|
|
98
|
+
flexDirection: "column",
|
|
99
|
+
flex: "1",
|
|
100
|
+
children: [/*#__PURE__*/jsx(BaseBox, _objectSpread(_objectSpread({
|
|
101
|
+
ref: containerRef
|
|
102
|
+
}, getCenterBoxProps(size)), {}, {
|
|
103
|
+
children: typeof children === 'string' ? /*#__PURE__*/jsx(Text, {
|
|
104
|
+
ref: textRef,
|
|
105
|
+
variant: "body",
|
|
106
|
+
size: titleTextSize[size],
|
|
107
|
+
weight: titleWeight,
|
|
108
|
+
color: titleColor,
|
|
109
|
+
truncateAfterLines: truncateAfterLines,
|
|
110
|
+
children: children
|
|
111
|
+
}) : children
|
|
112
|
+
})), helpText && /*#__PURE__*/jsx(Text, {
|
|
113
|
+
variant: "body",
|
|
114
|
+
size: helpTextSize[size],
|
|
115
|
+
weight: "regular",
|
|
116
|
+
color: "surface.text.gray.muted",
|
|
117
|
+
children: helpText
|
|
118
|
+
})]
|
|
119
|
+
}), trailing && /*#__PURE__*/jsx(BaseBox, _objectSpread(_objectSpread({}, getCenterBoxProps(size, true)), {}, {
|
|
120
|
+
children: renderElement(trailing, size)
|
|
121
|
+
}))]
|
|
122
|
+
});
|
|
123
|
+
};
|
|
124
|
+
var _InfoItemKey = function _InfoItemKey(_ref2, ref) {
|
|
125
|
+
var children = _ref2.children,
|
|
126
|
+
leading = _ref2.leading,
|
|
127
|
+
trailing = _ref2.trailing,
|
|
128
|
+
helpText = _ref2.helpText,
|
|
129
|
+
truncateAfterLines = _ref2.truncateAfterLines,
|
|
130
|
+
testID = _ref2.testID;
|
|
131
|
+
var _useInfoGroup2 = useInfoGroup(),
|
|
132
|
+
itemOrientation = _useInfoGroup2.itemOrientation,
|
|
133
|
+
size = _useInfoGroup2.size;
|
|
134
|
+
var _useInfoItem2 = useInfoItem(),
|
|
135
|
+
hasAvatar = _useInfoItem2.hasAvatar,
|
|
136
|
+
isHighlighted = _useInfoItem2.isHighlighted;
|
|
137
|
+
return /*#__PURE__*/jsxs(BaseBox, _objectSpread(_objectSpread({
|
|
138
|
+
ref: ref,
|
|
139
|
+
as: "dt",
|
|
140
|
+
display: "flex",
|
|
141
|
+
alignItems: "center",
|
|
142
|
+
alignSelf: "flex-start",
|
|
143
|
+
justifyContent: "flex-start",
|
|
144
|
+
paddingY: hasAvatar ? avatarAdjustmentPaddingY[size] : undefined
|
|
145
|
+
}, metaAttribute({
|
|
146
|
+
name: MetaConstants.InfoItemKey,
|
|
147
|
+
testID: testID
|
|
148
|
+
})), {}, {
|
|
149
|
+
children: [itemOrientation === 'horizontal' && isHighlighted ? /*#__PURE__*/jsx(Divider, {
|
|
150
|
+
orientation: "vertical"
|
|
151
|
+
}) : null, /*#__PURE__*/jsx(TitleCollection, {
|
|
152
|
+
leading: leading,
|
|
153
|
+
trailing: trailing,
|
|
154
|
+
helpText: helpText,
|
|
155
|
+
titleWeight: "medium",
|
|
156
|
+
titleColor: "surface.text.gray.muted",
|
|
157
|
+
truncateAfterLines: truncateAfterLines,
|
|
158
|
+
paddingLeft: isHighlighted ? 'spacing.4' : 'spacing.0',
|
|
159
|
+
paddingRight: "spacing.0",
|
|
160
|
+
children: children
|
|
161
|
+
})]
|
|
162
|
+
}));
|
|
163
|
+
};
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* InfoItemKey
|
|
167
|
+
*
|
|
168
|
+
* Displays the key portion of a key-value pair within an InfoItem.
|
|
169
|
+
* Supports leading/trailing elements and customizable text alignment.
|
|
170
|
+
*
|
|
171
|
+
* ----
|
|
172
|
+
*
|
|
173
|
+
* #### Usage
|
|
174
|
+
*
|
|
175
|
+
* ```tsx
|
|
176
|
+
* <InfoItemKey leading={UserIcon}>Account Holder</InfoItemKey>
|
|
177
|
+
* ```
|
|
178
|
+
*
|
|
179
|
+
* ----
|
|
180
|
+
* Checkout {@link https://blade.razorpay.com/?path=/docs/components-infogroup InfoGroup Documentation}
|
|
181
|
+
*/
|
|
182
|
+
var InfoItemKey = /*#__PURE__*/assignWithoutSideEffects( /*#__PURE__*/React__default.forwardRef(_InfoItemKey), {
|
|
183
|
+
displayName: 'InfoItemKey',
|
|
184
|
+
componentId: 'InfoItemKey'
|
|
185
|
+
});
|
|
186
|
+
var _InfoItemValue = function _InfoItemValue(_ref3, ref) {
|
|
187
|
+
var children = _ref3.children,
|
|
188
|
+
leading = _ref3.leading,
|
|
189
|
+
trailing = _ref3.trailing,
|
|
190
|
+
helpText = _ref3.helpText,
|
|
191
|
+
truncateAfterLines = _ref3.truncateAfterLines,
|
|
192
|
+
testID = _ref3.testID;
|
|
193
|
+
var _useInfoGroup3 = useInfoGroup(),
|
|
194
|
+
itemOrientation = _useInfoGroup3.itemOrientation,
|
|
195
|
+
valueAlign = _useInfoGroup3.valueAlign,
|
|
196
|
+
size = _useInfoGroup3.size;
|
|
197
|
+
var _useInfoItem3 = useInfoItem(),
|
|
198
|
+
hasAvatar = _useInfoItem3.hasAvatar,
|
|
199
|
+
isHighlighted = _useInfoItem3.isHighlighted;
|
|
200
|
+
return /*#__PURE__*/jsx(BaseBox, _objectSpread(_objectSpread({
|
|
201
|
+
ref: ref,
|
|
202
|
+
as: "dd",
|
|
203
|
+
margin: "spacing.0",
|
|
204
|
+
display: "flex",
|
|
205
|
+
alignItems: "center",
|
|
206
|
+
alignSelf: "flex-start",
|
|
207
|
+
justifyContent: valueAlign === 'right' ? 'flex-end' : 'flex-start',
|
|
208
|
+
paddingY: hasAvatar ? avatarAdjustmentPaddingY[size] : undefined
|
|
209
|
+
}, metaAttribute({
|
|
210
|
+
name: MetaConstants.InfoItemValue,
|
|
211
|
+
testID: testID
|
|
212
|
+
})), {}, {
|
|
213
|
+
children: /*#__PURE__*/jsx(TitleCollection, {
|
|
214
|
+
leading: leading,
|
|
215
|
+
trailing: trailing,
|
|
216
|
+
helpText: helpText,
|
|
217
|
+
titleWeight: "semibold",
|
|
218
|
+
titleColor: "surface.text.gray.subtle",
|
|
219
|
+
truncateAfterLines: truncateAfterLines,
|
|
220
|
+
paddingLeft: isHighlighted && itemOrientation === 'vertical' ? 'spacing.4' : 'spacing.0',
|
|
221
|
+
paddingRight: isHighlighted ? 'spacing.4' : 'spacing.0',
|
|
222
|
+
children: children
|
|
223
|
+
})
|
|
224
|
+
}));
|
|
225
|
+
};
|
|
226
|
+
|
|
227
|
+
/**
|
|
228
|
+
* InfoItemValue
|
|
229
|
+
*
|
|
230
|
+
* Displays the value portion of a key-value pair within an InfoItem.
|
|
231
|
+
* Supports leading/trailing elements and customizable text alignment.
|
|
232
|
+
*
|
|
233
|
+
* ----
|
|
234
|
+
*
|
|
235
|
+
* #### Usage
|
|
236
|
+
*
|
|
237
|
+
* ```tsx
|
|
238
|
+
* <InfoItemValue helpText="Customer name" trailing={CheckIcon}>
|
|
239
|
+
* Saurabh Daware
|
|
240
|
+
* </InfoItemValue>
|
|
241
|
+
* ```
|
|
242
|
+
*
|
|
243
|
+
* ----
|
|
244
|
+
* Checkout {@link https://blade.razorpay.com/?path=/docs/components-infogroup InfoGroup Documentation}
|
|
245
|
+
*/
|
|
246
|
+
var InfoItemValue = /*#__PURE__*/assignWithoutSideEffects( /*#__PURE__*/React__default.forwardRef(_InfoItemValue), {
|
|
247
|
+
displayName: 'InfoItemValue',
|
|
248
|
+
componentId: 'InfoItemValue'
|
|
249
|
+
});
|
|
250
|
+
var ContentsItemBox = /*#__PURE__*/React__default.forwardRef(function (_ref4, ref) {
|
|
251
|
+
var children = _ref4.children,
|
|
252
|
+
testID = _ref4.testID;
|
|
253
|
+
return /*#__PURE__*/jsx(BaseBox, _objectSpread(_objectSpread({
|
|
254
|
+
display: "contents",
|
|
255
|
+
ref: ref
|
|
256
|
+
}, metaAttribute({
|
|
257
|
+
name: MetaConstants.InfoItem,
|
|
258
|
+
testID: testID
|
|
259
|
+
})), {}, {
|
|
260
|
+
children: children
|
|
261
|
+
}));
|
|
262
|
+
});
|
|
263
|
+
var FlexItemBox = /*#__PURE__*/React__default.forwardRef(function (_ref5, ref) {
|
|
264
|
+
var children = _ref5.children,
|
|
265
|
+
testID = _ref5.testID,
|
|
266
|
+
_ref5$isHighlighted = _ref5.isHighlighted,
|
|
267
|
+
isHighlighted = _ref5$isHighlighted === void 0 ? false : _ref5$isHighlighted;
|
|
268
|
+
return /*#__PURE__*/jsxs(BaseBox, _objectSpread(_objectSpread({
|
|
269
|
+
display: "flex",
|
|
270
|
+
ref: ref
|
|
271
|
+
}, metaAttribute({
|
|
272
|
+
name: MetaConstants.InfoItem,
|
|
273
|
+
testID: testID
|
|
274
|
+
})), {}, {
|
|
275
|
+
children: [isHighlighted && /*#__PURE__*/jsx(Divider, {
|
|
276
|
+
orientation: "vertical"
|
|
277
|
+
}), /*#__PURE__*/jsx(BaseBox, {
|
|
278
|
+
display: "flex",
|
|
279
|
+
flexDirection: "column",
|
|
280
|
+
gap: "spacing.2",
|
|
281
|
+
children: children
|
|
282
|
+
})]
|
|
283
|
+
}));
|
|
284
|
+
});
|
|
285
|
+
var _InfoItem = function _InfoItem(_ref6, ref) {
|
|
286
|
+
var children = _ref6.children,
|
|
287
|
+
testID = _ref6.testID,
|
|
288
|
+
isHighlighted = _ref6.isHighlighted;
|
|
289
|
+
var _useInfoGroup4 = useInfoGroup(),
|
|
290
|
+
itemOrientation = _useInfoGroup4.itemOrientation,
|
|
291
|
+
contextIsHighlighted = _useInfoGroup4.isHighlighted;
|
|
292
|
+
var _React$useState = React__default.useState(false),
|
|
293
|
+
_React$useState2 = _slicedToArray(_React$useState, 2),
|
|
294
|
+
hasAvatar = _React$useState2[0],
|
|
295
|
+
setHasAvatar = _React$useState2[1];
|
|
296
|
+
var isVertical = itemOrientation === 'vertical';
|
|
297
|
+
var shouldHighlight = isHighlighted !== null && isHighlighted !== void 0 ? isHighlighted : contextIsHighlighted;
|
|
298
|
+
var infoItemContextValue = React__default.useMemo(function () {
|
|
299
|
+
return {
|
|
300
|
+
hasAvatar: hasAvatar,
|
|
301
|
+
setHasAvatar: setHasAvatar,
|
|
302
|
+
isHighlighted: shouldHighlight
|
|
303
|
+
};
|
|
304
|
+
}, [hasAvatar, shouldHighlight]);
|
|
305
|
+
if (isVertical) {
|
|
306
|
+
return /*#__PURE__*/jsx(InfoItemContext.Provider, {
|
|
307
|
+
value: infoItemContextValue,
|
|
308
|
+
children: /*#__PURE__*/jsx(FlexItemBox, {
|
|
309
|
+
ref: ref,
|
|
310
|
+
testID: testID,
|
|
311
|
+
isHighlighted: shouldHighlight,
|
|
312
|
+
children: children
|
|
313
|
+
})
|
|
314
|
+
});
|
|
315
|
+
}
|
|
316
|
+
return /*#__PURE__*/jsx(InfoItemContext.Provider, {
|
|
317
|
+
value: infoItemContextValue,
|
|
318
|
+
children: /*#__PURE__*/jsx(ContentsItemBox, {
|
|
319
|
+
ref: ref,
|
|
320
|
+
testID: testID,
|
|
321
|
+
children: children
|
|
322
|
+
})
|
|
323
|
+
});
|
|
324
|
+
};
|
|
325
|
+
|
|
326
|
+
/**
|
|
327
|
+
* InfoItem
|
|
328
|
+
*
|
|
329
|
+
* Container component that wraps InfoItemKey and InfoItemValue pairs.
|
|
330
|
+
* Manages the layout and visual connection between key-value elements.
|
|
331
|
+
*
|
|
332
|
+
* ----
|
|
333
|
+
*
|
|
334
|
+
* #### Usage
|
|
335
|
+
*
|
|
336
|
+
* ```tsx
|
|
337
|
+
* <InfoItem>
|
|
338
|
+
* <InfoItemKey>Account Holder</InfoItemKey>
|
|
339
|
+
* <InfoItemValue>Saurabh Daware</InfoItemValue>
|
|
340
|
+
* </InfoItem>
|
|
341
|
+
* ```
|
|
342
|
+
*
|
|
343
|
+
* ----
|
|
344
|
+
* Checkout {@link https://blade.razorpay.com/?path=/docs/components-infogroup InfoGroup Documentation}
|
|
345
|
+
*/
|
|
346
|
+
var InfoItem = /*#__PURE__*/assignWithoutSideEffects( /*#__PURE__*/React__default.forwardRef(_InfoItem), {
|
|
347
|
+
displayName: 'InfoItem',
|
|
348
|
+
componentId: 'InfoItem'
|
|
349
|
+
});
|
|
350
|
+
|
|
351
|
+
// InfoGroup Component
|
|
352
|
+
var _InfoGroup = function _InfoGroup(_ref7, ref) {
|
|
353
|
+
var children = _ref7.children,
|
|
354
|
+
_ref7$itemOrientation = _ref7.itemOrientation,
|
|
355
|
+
itemOrientation = _ref7$itemOrientation === void 0 ? 'horizontal' : _ref7$itemOrientation,
|
|
356
|
+
_ref7$size = _ref7.size,
|
|
357
|
+
size = _ref7$size === void 0 ? 'medium' : _ref7$size,
|
|
358
|
+
_ref7$valueAlign = _ref7.valueAlign,
|
|
359
|
+
valueAlign = _ref7$valueAlign === void 0 ? 'left' : _ref7$valueAlign,
|
|
360
|
+
_ref7$isHighlighted = _ref7.isHighlighted,
|
|
361
|
+
isHighlighted = _ref7$isHighlighted === void 0 ? false : _ref7$isHighlighted,
|
|
362
|
+
gridTemplateColumns = _ref7.gridTemplateColumns,
|
|
363
|
+
width = _ref7.width,
|
|
364
|
+
maxWidth = _ref7.maxWidth,
|
|
365
|
+
minWidth = _ref7.minWidth,
|
|
366
|
+
testID = _ref7.testID,
|
|
367
|
+
paddingLeft = _ref7.paddingLeft,
|
|
368
|
+
paddingRight = _ref7.paddingRight,
|
|
369
|
+
paddingTop = _ref7.paddingTop,
|
|
370
|
+
paddingBottom = _ref7.paddingBottom,
|
|
371
|
+
padding = _ref7.padding,
|
|
372
|
+
paddingX = _ref7.paddingX,
|
|
373
|
+
paddingY = _ref7.paddingY,
|
|
374
|
+
rest = _objectWithoutProperties(_ref7, _excluded);
|
|
375
|
+
var contextValue = React__default.useMemo(function () {
|
|
376
|
+
return {
|
|
377
|
+
size: size,
|
|
378
|
+
itemOrientation: itemOrientation,
|
|
379
|
+
valueAlign: valueAlign,
|
|
380
|
+
isHighlighted: isHighlighted
|
|
381
|
+
};
|
|
382
|
+
}, [size, itemOrientation, valueAlign, isHighlighted]);
|
|
383
|
+
var defaultGridTemplateColumns = itemOrientation === 'horizontal' ? 'max-content 1fr' : "repeat(min(4, ".concat(React__default.Children.count(children), "), 1fr)");
|
|
384
|
+
|
|
385
|
+
// Use provided gridTemplateColumns or default based on itemOrientation
|
|
386
|
+
var templateColumns = gridTemplateColumns !== null && gridTemplateColumns !== void 0 ? gridTemplateColumns : defaultGridTemplateColumns;
|
|
387
|
+
return /*#__PURE__*/jsx(InfoGroupContext.Provider, {
|
|
388
|
+
value: contextValue,
|
|
389
|
+
children: /*#__PURE__*/jsx(BaseBox, _objectSpread(_objectSpread(_objectSpread({
|
|
390
|
+
ref: ref,
|
|
391
|
+
as: "dl",
|
|
392
|
+
display: "grid",
|
|
393
|
+
gridTemplateColumns: templateColumns,
|
|
394
|
+
rowGap: "spacing.4",
|
|
395
|
+
columnGap: {
|
|
396
|
+
base: 'spacing.6',
|
|
397
|
+
m: 'spacing.10'
|
|
398
|
+
},
|
|
399
|
+
flexDirection: "column",
|
|
400
|
+
margin: "spacing.0",
|
|
401
|
+
width: width,
|
|
402
|
+
maxWidth: maxWidth,
|
|
403
|
+
minWidth: minWidth,
|
|
404
|
+
paddingLeft: paddingLeft,
|
|
405
|
+
paddingRight: paddingRight,
|
|
406
|
+
paddingTop: paddingTop,
|
|
407
|
+
paddingBottom: paddingBottom,
|
|
408
|
+
padding: padding,
|
|
409
|
+
paddingX: paddingX,
|
|
410
|
+
paddingY: paddingY
|
|
411
|
+
}, metaAttribute({
|
|
412
|
+
name: MetaConstants.InfoGroup,
|
|
413
|
+
testID: testID
|
|
414
|
+
})), getStyledProps(rest)), {}, {
|
|
415
|
+
children: children
|
|
416
|
+
}))
|
|
417
|
+
});
|
|
418
|
+
};
|
|
419
|
+
|
|
420
|
+
/**
|
|
421
|
+
* InfoGroup
|
|
422
|
+
*
|
|
423
|
+
* A structured component for displaying key-value pairs in a consistent, organized format.
|
|
424
|
+
* Provides standardized presentation for transaction details, user data, or any related data pairs.
|
|
425
|
+
*
|
|
426
|
+
* ----
|
|
427
|
+
*
|
|
428
|
+
* #### Usage
|
|
429
|
+
*
|
|
430
|
+
* ```tsx
|
|
431
|
+
* <InfoGroup itemOrientation="horizontal" size="medium">
|
|
432
|
+
* <InfoItem>
|
|
433
|
+
* <InfoItemKey leading={UserIcon}>Account Holder</InfoItemKey>
|
|
434
|
+
* <InfoItemValue>Saurabh Daware</InfoItemValue>
|
|
435
|
+
* </InfoItem>
|
|
436
|
+
* </InfoGroup>
|
|
437
|
+
* ```
|
|
438
|
+
*
|
|
439
|
+
* ----
|
|
440
|
+
* Checkout {@link https://blade.razorpay.com/?path=/docs/components-infogroup InfoGroup Documentation}
|
|
441
|
+
*/
|
|
442
|
+
var InfoGroup = /*#__PURE__*/assignWithoutSideEffects( /*#__PURE__*/React__default.forwardRef(_InfoGroup), {
|
|
443
|
+
displayName: 'InfoGroup',
|
|
444
|
+
componentId: 'InfoGroup'
|
|
445
|
+
});
|
|
446
|
+
|
|
447
|
+
export { InfoGroup, InfoItem, InfoItemKey, InfoItemValue };
|
|
448
|
+
//# sourceMappingURL=InfoGroup.web.js.map
|