@razorpay/blade 11.22.0 → 11.23.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/build/lib/native/components/SideNav/tokens.js +12 -0
  2. package/build/lib/native/components/SideNav/tokens.js.map +1 -0
  3. package/build/lib/native/components/TopNav/TabNav/TabNav.native.js +17 -0
  4. package/build/lib/native/components/TopNav/TabNav/TabNav.native.js.map +1 -0
  5. package/build/lib/native/components/TopNav/TabNav/TabNavItem.native.js +17 -0
  6. package/build/lib/native/components/TopNav/TabNav/TabNavItem.native.js.map +1 -0
  7. package/build/lib/native/components/TopNav/TopNav.native.js +17 -0
  8. package/build/lib/native/components/TopNav/TopNav.native.js.map +1 -0
  9. package/build/lib/native/components/index.js +4 -0
  10. package/build/lib/native/components/index.js.map +1 -1
  11. package/build/lib/native/tokens/global/size.js +1 -1
  12. package/build/lib/native/tokens/global/size.js.map +1 -1
  13. package/build/lib/native/utils/metaAttribute/metaConstants.js +1 -1
  14. package/build/lib/native/utils/metaAttribute/metaConstants.js.map +1 -1
  15. package/build/lib/web/development/components/Dropdown/DropdownOverlay.web.js +11 -4
  16. package/build/lib/web/development/components/Dropdown/DropdownOverlay.web.js.map +1 -1
  17. package/build/lib/web/development/components/Menu/MenuOverlay.web.js +7 -2
  18. package/build/lib/web/development/components/Menu/MenuOverlay.web.js.map +1 -1
  19. package/build/lib/web/development/components/SideNav/SideNav.web.js +5 -2
  20. package/build/lib/web/development/components/SideNav/SideNav.web.js.map +1 -1
  21. package/build/lib/web/development/components/SideNav/index.js +1 -0
  22. package/build/lib/web/development/components/SideNav/index.js.map +1 -1
  23. package/build/lib/web/development/components/SideNav/tokens.js +3 -2
  24. package/build/lib/web/development/components/SideNav/tokens.js.map +1 -1
  25. package/build/lib/web/development/components/TopNav/TabNav/TabNav.web.js +172 -0
  26. package/build/lib/web/development/components/TopNav/TabNav/TabNav.web.js.map +1 -0
  27. package/build/lib/web/development/components/TopNav/TabNav/TabNavContext.js +18 -0
  28. package/build/lib/web/development/components/TopNav/TabNav/TabNavContext.js.map +1 -0
  29. package/build/lib/web/development/components/TopNav/TabNav/TabNavItem.web.js +198 -0
  30. package/build/lib/web/development/components/TopNav/TabNav/TabNavItem.web.js.map +1 -0
  31. package/build/lib/web/development/components/TopNav/TabNav/index.js +4 -0
  32. package/build/lib/web/development/components/TopNav/TabNav/index.js.map +1 -0
  33. package/build/lib/web/development/components/TopNav/TabNav/types.js +2 -0
  34. package/build/lib/web/development/components/TopNav/TabNav/types.js.map +1 -0
  35. package/build/lib/web/development/components/TopNav/TabNav/utils.js +48 -0
  36. package/build/lib/web/development/components/TopNav/TabNav/utils.js.map +1 -0
  37. package/build/lib/web/development/components/TopNav/TopNav.web.js +158 -0
  38. package/build/lib/web/development/components/TopNav/TopNav.web.js.map +1 -0
  39. package/build/lib/web/development/components/TopNav/TopNavContext.js +13 -0
  40. package/build/lib/web/development/components/TopNav/TopNavContext.js.map +1 -0
  41. package/build/lib/web/development/components/TopNav/index.js +3 -0
  42. package/build/lib/web/development/components/TopNav/index.js.map +1 -0
  43. package/build/lib/web/development/components/index.js +5 -0
  44. package/build/lib/web/development/components/index.js.map +1 -1
  45. package/build/lib/web/development/tokens/global/size.js +4 -0
  46. package/build/lib/web/development/tokens/global/size.js.map +1 -1
  47. package/build/lib/web/development/utils/metaAttribute/metaConstants.js +6 -0
  48. package/build/lib/web/development/utils/metaAttribute/metaConstants.js.map +1 -1
  49. package/build/lib/web/production/components/Dropdown/DropdownOverlay.web.js +11 -4
  50. package/build/lib/web/production/components/Dropdown/DropdownOverlay.web.js.map +1 -1
  51. package/build/lib/web/production/components/Menu/MenuOverlay.web.js +7 -2
  52. package/build/lib/web/production/components/Menu/MenuOverlay.web.js.map +1 -1
  53. package/build/lib/web/production/components/SideNav/SideNav.web.js +5 -2
  54. package/build/lib/web/production/components/SideNav/SideNav.web.js.map +1 -1
  55. package/build/lib/web/production/components/SideNav/index.js +1 -0
  56. package/build/lib/web/production/components/SideNav/index.js.map +1 -1
  57. package/build/lib/web/production/components/SideNav/tokens.js +3 -2
  58. package/build/lib/web/production/components/SideNav/tokens.js.map +1 -1
  59. package/build/lib/web/production/components/TopNav/TabNav/TabNav.web.js +172 -0
  60. package/build/lib/web/production/components/TopNav/TabNav/TabNav.web.js.map +1 -0
  61. package/build/lib/web/production/components/TopNav/TabNav/TabNavContext.js +18 -0
  62. package/build/lib/web/production/components/TopNav/TabNav/TabNavContext.js.map +1 -0
  63. package/build/lib/web/production/components/TopNav/TabNav/TabNavItem.web.js +198 -0
  64. package/build/lib/web/production/components/TopNav/TabNav/TabNavItem.web.js.map +1 -0
  65. package/build/lib/web/production/components/TopNav/TabNav/index.js +4 -0
  66. package/build/lib/web/production/components/TopNav/TabNav/index.js.map +1 -0
  67. package/build/lib/web/production/components/TopNav/TabNav/types.js +2 -0
  68. package/build/lib/web/production/components/TopNav/TabNav/types.js.map +1 -0
  69. package/build/lib/web/production/components/TopNav/TabNav/utils.js +48 -0
  70. package/build/lib/web/production/components/TopNav/TabNav/utils.js.map +1 -0
  71. package/build/lib/web/production/components/TopNav/TopNav.web.js +158 -0
  72. package/build/lib/web/production/components/TopNav/TopNav.web.js.map +1 -0
  73. package/build/lib/web/production/components/TopNav/TopNavContext.js +13 -0
  74. package/build/lib/web/production/components/TopNav/TopNavContext.js.map +1 -0
  75. package/build/lib/web/production/components/TopNav/index.js +3 -0
  76. package/build/lib/web/production/components/TopNav/index.js.map +1 -0
  77. package/build/lib/web/production/components/index.js +5 -0
  78. package/build/lib/web/production/components/index.js.map +1 -1
  79. package/build/lib/web/production/tokens/global/size.js +4 -0
  80. package/build/lib/web/production/tokens/global/size.js.map +1 -1
  81. package/build/lib/web/production/utils/metaAttribute/metaConstants.js +6 -0
  82. package/build/lib/web/production/utils/metaAttribute/metaConstants.js.map +1 -1
  83. package/build/types/components/index.d.ts +194 -2
  84. package/build/types/components/index.native.d.ts +124 -1
  85. package/build/types/tokens/index.d.ts +4 -0
  86. package/build/types/tokens/index.native.d.ts +4 -0
  87. package/package.json +1 -1
@@ -8060,7 +8060,24 @@ type DropdownOverlayProps = {
8060
8060
  * @default 1001
8061
8061
  */
8062
8062
  zIndex?: number;
8063
+ /**
8064
+ * Override the default width of dropdown
8065
+ *
8066
+ * Avoid overriding width in SelectInput and AutoComplete as its expected to match the input
8067
+ */
8063
8068
  width?: BoxProps['width'];
8069
+ /**
8070
+ * Override the default minWidth of dropdown
8071
+ *
8072
+ * Avoid overriding minWidth in SelectInput and AutoComplete as its expected to match the input
8073
+ */
8074
+ minWidth?: BoxProps['minWidth'];
8075
+ /**
8076
+ * Override the default maxWidth of dropdown
8077
+ *
8078
+ * Avoid overriding maxWidth in SelectInput and AutoComplete as its expected to match the input
8079
+ */
8080
+ maxWidth?: BoxProps['maxWidth'];
8064
8081
  /**
8065
8082
  * Reference to the element which triggers the DropdownOverlay
8066
8083
  *
@@ -8078,7 +8095,7 @@ type DropdownOverlayProps = {
8078
8095
 
8079
8096
  declare const Dropdown: ({ children, isOpen: isOpenControlled, onOpenChange, selectionType, testID, ...styledProps }: DropdownProps) => React__default.ReactElement;
8080
8097
 
8081
- declare const DropdownOverlay: ({ children, testID, zIndex, width, referenceRef, defaultPlacement, }: DropdownOverlayProps) => React__default.ReactElement | null;
8098
+ declare const DropdownOverlay: ({ children, testID, zIndex, width, minWidth, maxWidth, referenceRef, defaultPlacement, }: DropdownOverlayProps) => React__default.ReactElement | null;
8082
8099
 
8083
8100
  type DropdownButtonProps = ButtonProps & {
8084
8101
  onBlur?: BaseButtonProps['onBlur'];
@@ -9666,8 +9683,31 @@ type MenuItemProps = {
9666
9683
  _isSubmenuOpen?: boolean;
9667
9684
  };
9668
9685
  type MenuOverlayProps = {
9686
+ /**
9687
+ * JSX Slot for MenuItem or anything else
9688
+ */
9669
9689
  children: React__default.ReactElement[] | React__default.ReactElement;
9690
+ /**
9691
+ * zIndex override
9692
+ */
9670
9693
  zIndex?: BoxProps['zIndex'];
9694
+ /**
9695
+ * width override.
9696
+ *
9697
+ * By default width is not set
9698
+ */
9699
+ width?: BoxProps['width'];
9700
+ /**
9701
+ * minWidth override
9702
+ */
9703
+ minWidth?: BoxProps['minWidth'];
9704
+ /**
9705
+ * maxWidth override
9706
+ */
9707
+ maxWidth?: BoxProps['maxWidth'];
9708
+ /**
9709
+ * @private Internal Prop. Do not override or you'll be fired
9710
+ */
9671
9711
  _transitionStyle?: React__default.CSSProperties;
9672
9712
  } & TestID;
9673
9713
  type MenuFooterProps = Pick<BaseFooterProps, 'children' | 'testID'>;
@@ -9687,6 +9727,30 @@ declare const MenuOverlay: React__default.ForwardRefExoticComponent<{
9687
9727
  readonly l?: csstype.Property.ZIndex | undefined;
9688
9728
  readonly xl?: csstype.Property.ZIndex | undefined;
9689
9729
  } | undefined;
9730
+ width?: SpacingValueType | {
9731
+ readonly base?: SpacingValueType | undefined;
9732
+ readonly xs?: SpacingValueType | undefined;
9733
+ readonly s?: SpacingValueType | undefined;
9734
+ readonly m?: SpacingValueType | undefined;
9735
+ readonly l?: SpacingValueType | undefined;
9736
+ readonly xl?: SpacingValueType | undefined;
9737
+ } | undefined;
9738
+ minWidth?: SpacingValueType | {
9739
+ readonly base?: SpacingValueType | undefined;
9740
+ readonly xs?: SpacingValueType | undefined;
9741
+ readonly s?: SpacingValueType | undefined;
9742
+ readonly m?: SpacingValueType | undefined;
9743
+ readonly l?: SpacingValueType | undefined;
9744
+ readonly xl?: SpacingValueType | undefined;
9745
+ } | undefined;
9746
+ maxWidth?: SpacingValueType | {
9747
+ readonly base?: SpacingValueType | undefined;
9748
+ readonly xs?: SpacingValueType | undefined;
9749
+ readonly s?: SpacingValueType | undefined;
9750
+ readonly m?: SpacingValueType | undefined;
9751
+ readonly l?: SpacingValueType | undefined;
9752
+ readonly xl?: SpacingValueType | undefined;
9753
+ } | undefined;
9690
9754
  _transitionStyle?: React__default.CSSProperties | undefined;
9691
9755
  } & TestID & React__default.RefAttributes<BladeElementRef>>;
9692
9756
 
@@ -11503,6 +11567,9 @@ declare const SideNavFooter: ({ children }: SideNavFooterProps) => React__defaul
11503
11567
 
11504
11568
  declare const SideNavBody: ({ children }: SideNavBodyProps) => React.ReactElement;
11505
11569
 
11570
+ declare const SIDE_NAV_EXPANDED_L1_WIDTH_XL: 264;
11571
+ declare const SIDE_NAV_EXPANDED_L1_WIDTH_BASE: 245;
11572
+
11506
11573
  type SkeletonProps = StyledPropsBlade & Pick<BaseBoxProps, 'width' | 'maxWidth' | 'minWidth' | 'height' | 'maxHeight' | 'minHeight' | 'borderRadius'> & Partial<FlexboxProps> & {
11507
11574
  testID?: string;
11508
11575
  };
@@ -13654,6 +13721,131 @@ type UseToastReturn = {
13654
13721
  };
13655
13722
  declare const useToast: () => UseToastReturn;
13656
13723
 
13724
+ type TabNavProps = {
13725
+ children: React__default.ReactNode;
13726
+ };
13727
+ declare const TabNav: ({ children, ...styledProps }: TabNavProps & StyledPropsBlade) => React__default.ReactElement;
13728
+
13729
+ declare const TabNavItem: React__default.ForwardRefExoticComponent<{
13730
+ href?: string | undefined;
13731
+ target?: string | undefined;
13732
+ as?: React__default.ComponentType<any> | undefined;
13733
+ isActive?: boolean | undefined;
13734
+ icon?: IconComponent | undefined;
13735
+ trailing?: React__default.ReactElement<any, string | React__default.JSXElementConstructor<any>> | undefined;
13736
+ children?: React__default.ReactNode;
13737
+ accessibilityLabel?: string | undefined;
13738
+ } & {
13739
+ onMouseDown?: Platform.Select<{
13740
+ web: React__default.MouseEventHandler<Element>;
13741
+ native: undefined;
13742
+ }> | undefined;
13743
+ onPointerDown?: Platform.Select<{
13744
+ web: React__default.PointerEventHandler<Element>;
13745
+ native: undefined;
13746
+ }> | undefined;
13747
+ onKeyDown?: Platform.Select<{
13748
+ web: React__default.KeyboardEventHandler<Element>;
13749
+ native: undefined;
13750
+ }> | undefined;
13751
+ onKeyUp?: Platform.Select<{
13752
+ web: React__default.KeyboardEventHandler<Element>;
13753
+ native: undefined;
13754
+ }> | undefined;
13755
+ onClick?: Platform.Select<{
13756
+ web: React__default.MouseEventHandler<Element>;
13757
+ native: undefined;
13758
+ }> | undefined;
13759
+ } & React__default.RefAttributes<HTMLAnchorElement>>;
13760
+
13761
+ type MenuTriggerProps = {
13762
+ onMouseDown?: Platform.Select<{
13763
+ web: React.MouseEventHandler;
13764
+ native: undefined;
13765
+ }>;
13766
+ onPointerDown?: Platform.Select<{
13767
+ web: React.PointerEventHandler;
13768
+ native: undefined;
13769
+ }>;
13770
+ onKeyDown?: Platform.Select<{
13771
+ web: React.KeyboardEventHandler;
13772
+ native: undefined;
13773
+ }>;
13774
+ onKeyUp?: Platform.Select<{
13775
+ web: React.KeyboardEventHandler;
13776
+ native: undefined;
13777
+ }>;
13778
+ onClick?: Platform.Select<{
13779
+ web: React.MouseEventHandler;
13780
+ native: undefined;
13781
+ }>;
13782
+ };
13783
+ type TabNavItemProps = {
13784
+ /**
13785
+ * href of the link
13786
+ */
13787
+ href?: LinkProps['href'];
13788
+ /**
13789
+ * Anchor tag `target` attribute
13790
+ */
13791
+ target?: LinkProps['target'];
13792
+ /**
13793
+ * as prop to pass ReactRouter's Link component.
13794
+ *
13795
+ * @default 'a'
13796
+ *
13797
+ * @example
13798
+ * ```jsx
13799
+ * import { Link } from 'react-router-dom';
13800
+ *
13801
+ * <TabNavItem as={Link} />
13802
+ * ```
13803
+ */
13804
+ as?: React.ComponentType<any>;
13805
+ /**
13806
+ * Selected state of the navigation item.
13807
+ *
13808
+ * @default false
13809
+ */
13810
+ isActive?: boolean;
13811
+ /**
13812
+ * Leading icon for TabNavItem.
13813
+ *
13814
+ * @default undefined
13815
+ */
13816
+ icon?: IconComponent;
13817
+ /**
13818
+ * Element to render after the navigation item.
13819
+ *
13820
+ * @default undefined
13821
+ */
13822
+ trailing?: React.ReactElement;
13823
+ /**
13824
+ * Element to render inside the navigation item.
13825
+ *
13826
+ * This can either be a string or JSX element (eg: Menu component)
13827
+ */
13828
+ children?: React.ReactNode;
13829
+ /**
13830
+ * Accessibility label for the navigation item.
13831
+ */
13832
+ accessibilityLabel?: string;
13833
+ } & MenuTriggerProps;
13834
+
13835
+ type TopNavProps = {
13836
+ children: React__default.ReactNode;
13837
+ } & Pick<BoxProps, 'padding' | 'paddingTop' | 'paddingBottom' | 'paddingLeft' | 'paddingRight' | 'paddingX' | 'paddingY' | 'backgroundColor' | 'position' | 'top' | 'bottom' | 'left' | 'right' | 'width' | 'zIndex'>;
13838
+ declare const TopNav: ({ children, ...styledProps }: TopNavProps) => React__default.ReactElement;
13839
+ declare const TopNavBrand: ({ children }: {
13840
+ children: React__default.ReactNode;
13841
+ }) => React__default.ReactElement;
13842
+ declare const TopNavContent: ({ children }: {
13843
+ children: React__default.ReactNode;
13844
+ }) => React__default.ReactElement;
13845
+ declare const TopNavActions: ({ children }: {
13846
+ children: React__default.ReactNode;
13847
+ }) => React__default.ReactElement;
13848
+
13657
13849
  type VisuallyHiddenProps = {
13658
13850
  children: React.ReactNode;
13659
13851
  } & TestID;
@@ -13666,4 +13858,4 @@ declare const VisuallyHidden: ({ children, testID }: VisuallyHiddenProps) => Rea
13666
13858
  */
13667
13859
  declare const screenReaderStyles: CSSObject;
13668
13860
 
13669
- export { AcceptPaymentsIcon, Accordion, AccordionItem, AccordionItemBody, AccordionItemHeader, AccordionItemProps, AccordionProps, ActionList, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemBadge, ActionListItemBadgeGroup, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionProps, ActivityIcon, AddressBookIcon, AffordabilityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AnnouncementIcon, ApertureIcon, AppStoreIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AttachmentIcon, AutoComplete, AutoCompleteProps, AutomateAccountingIcon, AutomatePayrollIcon, Avatar, AvatarGroup, AvatarGroupProps, AvatarProps, AwardIcon, Badge, BadgeProps, BankAccountVerificationIcon, BankIcon, BarChartAltIcon, BarChartIcon, BarCodeIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BfsiIcon, BillIcon, BladeCommonEvents, BladeFile, BladeFileList, BladeProvider, BladeProviderProps, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BottomSheet, BottomSheetBody, BottomSheetBodyProps, BottomSheetFooter, BottomSheetFooterProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetProps, Box, BoxIcon, BoxProps, BoxRefType, Breadcrumb, BreadcrumbItem, BreadcrumbItemProps, BreadcrumbProps, BriefcaseIcon, BugIcon, BuildingIcon, BulkPayoutsIcon, BusinessBankingIcon, BusinessSpendManagementIcon, Button, ButtonGroup, ButtonGroupProps, ButtonProps, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderAmount, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, Carousel, CarouselItem, CarouselProps, CashIcon, CastIcon, CheckCircle2Icon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, Chip, ChipGroup, ChipGroupProps, ChipProps, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseIcon, ClosedCaptioningIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodeSnippetIcon, CodepenIcon, CoinIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CommandIcon, CompanyRegistrationIcon, CompassIcon, ComponentIds, ConfettiIcon, ContactlessPaymentIcon, CookieIcon, CopyIcon, CopyrightIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CreditsAndLoansIcon, CropIcon, CrosshairIcon, CurrentAccountIcon, CustomersIcon, CutIcon, DashboardIcon, DatePicker, DatePickerProps, DeleteIcon, DigitalLendingIcon, DisbursePaymentsIcon, DiscIcon, Display, DisplayProps, Divider, DividerProps, DollarIcon, DollarsIcon, DotIcon, DownloadCloudIcon, DownloadIcon, Drawer, DrawerBody, DrawerHeader, DrawerHeaderProps, DrawerProps, Dropdown, DropdownButton, DropdownFooter, DropdownHeader, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EcommerceIcon, EditComposeIcon, EditIcon, EditInlineIcon, EducationIcon, EscrowAccountIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FileUpload, FileUploadProps, FileZipIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, ForexManagementIcon, FreelanceIcon, FullScreenEnterIcon, FullScreenExitIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphoneIcon, HeadphonesIcon, HeadsetIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, IconButtonProps, IconColors, IconComponent, IconProps, IconSize, Identifier, ImageIcon, InboxIcon, Indicator, IndicatorProps, InfoIcon, InstagramIcon, InstantSettlementIcon, InternationalPaymentsIcon, InvoicesIcon, ItalicIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListItemText, ListItemTextProps, ListProps, LoaderIcon, LoansForBusinessesIcon, LockIcon, LogInIcon, LogOutIcon, MagicCheckoutIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, Menu, MenuDivider, MenuDotsIcon, MenuFooter, MenuFooterProps, MenuHeader, MenuHeaderProps, MenuIcon, MenuItem, MenuItemProps, MenuOverlay, MenuOverlayProps, MenuProps, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MobileAppIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreIcon, MoreVerticalIcon, MoveIcon, MusicIcon, MyAccountIcon, NavigationIcon, OTPInput, OTPInputCommonProps, OTPInputProps, OctagonIcon, OffersIcon, OptimizerIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonIcon, PaymentButtonsIcon, PaymentGatewayIcon, PaymentLinkIcon, PaymentLinksIcon, PaymentPagesIcon, PayoutLinkIcon, PayrollAddonsIcon, PayrollForCaIcon, PayrollForStartupOrSmeIcon, PercentIcon, PettyCashBudgetIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneNumberInput, PhoneNumberInputProps, PhoneOffIcon, PhoneOutgoingIcon, PictureInPictureIcon, PieChartIcon, PinIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, Popover, PopoverInteractiveWrapper, PopoverProps, PopoverTriggerProps, PosIcon, PowerIcon, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, QRCodeIcon, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RazorpayIcon, RazorpayXIcon, RazorpayxPayrollIcon, RefreshIcon, RepeatIcon, ReportsIcon, ResizerIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RouteIcon, RoutesIcon, RupeeIcon, RupeesIcon, SaasIcon, SaveIcon, ScissorsIcon, SearchIcon, SearchInput, SearchInputProps, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SideNav, SideNavBody, SideNavFooter, SideNavFooterProps, SideNavItem, SideNavItemProps, SideNavLevel, SideNavLink, SideNavLinkProps, SideNavProps, SideNavSection, SideNavSectionProps, SidebarIcon, Skeleton, SkeletonProps, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, SlidersIcon, SmartCollectIcon, SmartphoneIcon, SolutionsIcon, SourceToPayIcon, SparklesIcon, SpeakerIcon, Spinner, SpinnerProps, SpotlightPopoverStepRenderProps, SpotlightPopoverTour, SpotlightPopoverTourFooter, SpotlightPopoverTourProps, SpotlightPopoverTourStep, SpotlightPopoverTourSteps, SquareIcon, StampIcon, StarIcon, StepGroup, StepGroupProps, StepItem, StepItemIcon, StepItemIndicator, StepItemProps, StopCircleIcon, StorefrontIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TabItem, TabItemProps, TabList, TabPanel, TabPanelProps, Table, TableBackgroundColors, TableBody, TableBodyProps, TableCell, TableCellProps, TableData, TableFooter, TableFooterCell, TableFooterCellProps, TableFooterProps, TableFooterRow, TableFooterRowProps, TableHeader, TableHeaderCell, TableHeaderCellProps, TableHeaderProps, TableHeaderRow, TableHeaderRowProps, TableNode, TablePagination, TablePaginationCommonProps, TablePaginationProps, TablePaginationType, TableProps, TableRow, TableRowProps, TableToolbar, TableToolbarActions, TableToolbarActionsProps, TableToolbarProps, TabletIcon, Tabs, TabsProps, Tag, TagIcon, TagProps, TargetIcon, TaxPaymentsIcon, TestIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, TicketIcon, ToastContainer, ToastProps, ToggleLeftIcon, ToggleRightIcon, TokenHqIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, TrademarkIcon, TrademarkRegisteredIcon, TransactionsIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UpiAutopayIcon, UploadCloudIcon, UploadIcon, UseToastReturn, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VendorPaymentsIcon, VideoIcon, VideoOffIcon, ViewLiveDemoIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, WalletIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XSquareIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, drawerPadding, getHeadingProps, getTextProps, screenReaderStyles, useTheme, useToast };
13861
+ export { AcceptPaymentsIcon, Accordion, AccordionItem, AccordionItemBody, AccordionItemHeader, AccordionItemProps, AccordionProps, ActionList, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemBadge, ActionListItemBadgeGroup, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionProps, ActivityIcon, AddressBookIcon, AffordabilityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AnnouncementIcon, ApertureIcon, AppStoreIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AttachmentIcon, AutoComplete, AutoCompleteProps, AutomateAccountingIcon, AutomatePayrollIcon, Avatar, AvatarGroup, AvatarGroupProps, AvatarProps, AwardIcon, Badge, BadgeProps, BankAccountVerificationIcon, BankIcon, BarChartAltIcon, BarChartIcon, BarCodeIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BfsiIcon, BillIcon, BladeCommonEvents, BladeFile, BladeFileList, BladeProvider, BladeProviderProps, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BottomSheet, BottomSheetBody, BottomSheetBodyProps, BottomSheetFooter, BottomSheetFooterProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetProps, Box, BoxIcon, BoxProps, BoxRefType, Breadcrumb, BreadcrumbItem, BreadcrumbItemProps, BreadcrumbProps, BriefcaseIcon, BugIcon, BuildingIcon, BulkPayoutsIcon, BusinessBankingIcon, BusinessSpendManagementIcon, Button, ButtonGroup, ButtonGroupProps, ButtonProps, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderAmount, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, Carousel, CarouselItem, CarouselProps, CashIcon, CastIcon, CheckCircle2Icon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, Chip, ChipGroup, ChipGroupProps, ChipProps, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseIcon, ClosedCaptioningIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodeSnippetIcon, CodepenIcon, CoinIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CommandIcon, CompanyRegistrationIcon, CompassIcon, ComponentIds, ConfettiIcon, ContactlessPaymentIcon, CookieIcon, CopyIcon, CopyrightIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CreditsAndLoansIcon, CropIcon, CrosshairIcon, CurrentAccountIcon, CustomersIcon, CutIcon, DashboardIcon, DatePicker, DatePickerProps, DeleteIcon, DigitalLendingIcon, DisbursePaymentsIcon, DiscIcon, Display, DisplayProps, Divider, DividerProps, DollarIcon, DollarsIcon, DotIcon, DownloadCloudIcon, DownloadIcon, Drawer, DrawerBody, DrawerHeader, DrawerHeaderProps, DrawerProps, Dropdown, DropdownButton, DropdownFooter, DropdownHeader, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EcommerceIcon, EditComposeIcon, EditIcon, EditInlineIcon, EducationIcon, EscrowAccountIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FileUpload, FileUploadProps, FileZipIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, ForexManagementIcon, FreelanceIcon, FullScreenEnterIcon, FullScreenExitIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphoneIcon, HeadphonesIcon, HeadsetIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, IconButtonProps, IconColors, IconComponent, IconProps, IconSize, Identifier, ImageIcon, InboxIcon, Indicator, IndicatorProps, InfoIcon, InstagramIcon, InstantSettlementIcon, InternationalPaymentsIcon, InvoicesIcon, ItalicIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListItemText, ListItemTextProps, ListProps, LoaderIcon, LoansForBusinessesIcon, LockIcon, LogInIcon, LogOutIcon, MagicCheckoutIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, Menu, MenuDivider, MenuDotsIcon, MenuFooter, MenuFooterProps, MenuHeader, MenuHeaderProps, MenuIcon, MenuItem, MenuItemProps, MenuOverlay, MenuOverlayProps, MenuProps, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MobileAppIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreIcon, MoreVerticalIcon, MoveIcon, MusicIcon, MyAccountIcon, NavigationIcon, OTPInput, OTPInputCommonProps, OTPInputProps, OctagonIcon, OffersIcon, OptimizerIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonIcon, PaymentButtonsIcon, PaymentGatewayIcon, PaymentLinkIcon, PaymentLinksIcon, PaymentPagesIcon, PayoutLinkIcon, PayrollAddonsIcon, PayrollForCaIcon, PayrollForStartupOrSmeIcon, PercentIcon, PettyCashBudgetIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneNumberInput, PhoneNumberInputProps, PhoneOffIcon, PhoneOutgoingIcon, PictureInPictureIcon, PieChartIcon, PinIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, Popover, PopoverInteractiveWrapper, PopoverProps, PopoverTriggerProps, PosIcon, PowerIcon, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, QRCodeIcon, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RazorpayIcon, RazorpayXIcon, RazorpayxPayrollIcon, RefreshIcon, RepeatIcon, ReportsIcon, ResizerIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RouteIcon, RoutesIcon, RupeeIcon, RupeesIcon, SIDE_NAV_EXPANDED_L1_WIDTH_BASE, SIDE_NAV_EXPANDED_L1_WIDTH_XL, SaasIcon, SaveIcon, ScissorsIcon, SearchIcon, SearchInput, SearchInputProps, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SideNav, SideNavBody, SideNavFooter, SideNavFooterProps, SideNavItem, SideNavItemProps, SideNavLevel, SideNavLink, SideNavLinkProps, SideNavProps, SideNavSection, SideNavSectionProps, SidebarIcon, Skeleton, SkeletonProps, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, SlidersIcon, SmartCollectIcon, SmartphoneIcon, SolutionsIcon, SourceToPayIcon, SparklesIcon, SpeakerIcon, Spinner, SpinnerProps, SpotlightPopoverStepRenderProps, SpotlightPopoverTour, SpotlightPopoverTourFooter, SpotlightPopoverTourProps, SpotlightPopoverTourStep, SpotlightPopoverTourSteps, SquareIcon, StampIcon, StarIcon, StepGroup, StepGroupProps, StepItem, StepItemIcon, StepItemIndicator, StepItemProps, StopCircleIcon, StorefrontIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TabItem, TabItemProps, TabList, TabNav, TabNavItem, TabNavItemProps, TabPanel, TabPanelProps, Table, TableBackgroundColors, TableBody, TableBodyProps, TableCell, TableCellProps, TableData, TableFooter, TableFooterCell, TableFooterCellProps, TableFooterProps, TableFooterRow, TableFooterRowProps, TableHeader, TableHeaderCell, TableHeaderCellProps, TableHeaderProps, TableHeaderRow, TableHeaderRowProps, TableNode, TablePagination, TablePaginationCommonProps, TablePaginationProps, TablePaginationType, TableProps, TableRow, TableRowProps, TableToolbar, TableToolbarActions, TableToolbarActionsProps, TableToolbarProps, TabletIcon, Tabs, TabsProps, Tag, TagIcon, TagProps, TargetIcon, TaxPaymentsIcon, TestIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, TicketIcon, ToastContainer, ToastProps, ToggleLeftIcon, ToggleRightIcon, TokenHqIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, TopNav, TopNavActions, TopNavBrand, TopNavContent, TopNavProps, TrademarkIcon, TrademarkRegisteredIcon, TransactionsIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UpiAutopayIcon, UploadCloudIcon, UploadIcon, UseToastReturn, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VendorPaymentsIcon, VideoIcon, VideoOffIcon, ViewLiveDemoIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, WalletIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XSquareIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, drawerPadding, getHeadingProps, getTextProps, screenReaderStyles, useTheme, useToast };
@@ -6127,7 +6127,24 @@ type DropdownOverlayProps = {
6127
6127
  * @default 1001
6128
6128
  */
6129
6129
  zIndex?: number;
6130
+ /**
6131
+ * Override the default width of dropdown
6132
+ *
6133
+ * Avoid overriding width in SelectInput and AutoComplete as its expected to match the input
6134
+ */
6130
6135
  width?: BoxProps['width'];
6136
+ /**
6137
+ * Override the default minWidth of dropdown
6138
+ *
6139
+ * Avoid overriding minWidth in SelectInput and AutoComplete as its expected to match the input
6140
+ */
6141
+ minWidth?: BoxProps['minWidth'];
6142
+ /**
6143
+ * Override the default maxWidth of dropdown
6144
+ *
6145
+ * Avoid overriding maxWidth in SelectInput and AutoComplete as its expected to match the input
6146
+ */
6147
+ maxWidth?: BoxProps['maxWidth'];
6131
6148
  /**
6132
6149
  * Reference to the element which triggers the DropdownOverlay
6133
6150
  *
@@ -7058,8 +7075,31 @@ type MenuItemProps = {
7058
7075
  _isSubmenuOpen?: boolean;
7059
7076
  };
7060
7077
  type MenuOverlayProps = {
7078
+ /**
7079
+ * JSX Slot for MenuItem or anything else
7080
+ */
7061
7081
  children: React__default.ReactElement[] | React__default.ReactElement;
7082
+ /**
7083
+ * zIndex override
7084
+ */
7062
7085
  zIndex?: BoxProps['zIndex'];
7086
+ /**
7087
+ * width override.
7088
+ *
7089
+ * By default width is not set
7090
+ */
7091
+ width?: BoxProps['width'];
7092
+ /**
7093
+ * minWidth override
7094
+ */
7095
+ minWidth?: BoxProps['minWidth'];
7096
+ /**
7097
+ * maxWidth override
7098
+ */
7099
+ maxWidth?: BoxProps['maxWidth'];
7100
+ /**
7101
+ * @private Internal Prop. Do not override or you'll be fired
7102
+ */
7063
7103
  _transitionStyle?: React__default.CSSProperties;
7064
7104
  } & TestID;
7065
7105
  type MenuFooterProps = Pick<BaseFooterProps, 'children' | 'testID'>;
@@ -7942,6 +7982,9 @@ declare const SideNavFooter: (_props: SideNavFooterProps) => React.ReactElement;
7942
7982
 
7943
7983
  declare const SideNavBody: (_props: SideNavBodyProps) => React.ReactElement;
7944
7984
 
7985
+ declare const SIDE_NAV_EXPANDED_L1_WIDTH_XL: 264;
7986
+ declare const SIDE_NAV_EXPANDED_L1_WIDTH_BASE: 245;
7987
+
7945
7988
  type SkeletonProps = StyledPropsBlade & Pick<BaseBoxProps, 'width' | 'maxWidth' | 'minWidth' | 'height' | 'maxHeight' | 'minHeight' | 'borderRadius'> & Partial<FlexboxProps> & {
7946
7989
  testID?: string;
7947
7990
  };
@@ -9233,6 +9276,86 @@ type UseToastReturn = {
9233
9276
  };
9234
9277
  declare const useToast: () => UseToastReturn;
9235
9278
 
9279
+ declare const TabNav: (_props: never) => React.ReactElement;
9280
+
9281
+ declare const TabNavItem: (_props: never) => React.ReactElement;
9282
+
9283
+ type MenuTriggerProps = {
9284
+ onMouseDown?: Platform.Select<{
9285
+ web: React.MouseEventHandler;
9286
+ native: undefined;
9287
+ }>;
9288
+ onPointerDown?: Platform.Select<{
9289
+ web: React.PointerEventHandler;
9290
+ native: undefined;
9291
+ }>;
9292
+ onKeyDown?: Platform.Select<{
9293
+ web: React.KeyboardEventHandler;
9294
+ native: undefined;
9295
+ }>;
9296
+ onKeyUp?: Platform.Select<{
9297
+ web: React.KeyboardEventHandler;
9298
+ native: undefined;
9299
+ }>;
9300
+ onClick?: Platform.Select<{
9301
+ web: React.MouseEventHandler;
9302
+ native: undefined;
9303
+ }>;
9304
+ };
9305
+ type TabNavItemProps = {
9306
+ /**
9307
+ * href of the link
9308
+ */
9309
+ href?: LinkProps['href'];
9310
+ /**
9311
+ * Anchor tag `target` attribute
9312
+ */
9313
+ target?: LinkProps['target'];
9314
+ /**
9315
+ * as prop to pass ReactRouter's Link component.
9316
+ *
9317
+ * @default 'a'
9318
+ *
9319
+ * @example
9320
+ * ```jsx
9321
+ * import { Link } from 'react-router-dom';
9322
+ *
9323
+ * <TabNavItem as={Link} />
9324
+ * ```
9325
+ */
9326
+ as?: React.ComponentType<any>;
9327
+ /**
9328
+ * Selected state of the navigation item.
9329
+ *
9330
+ * @default false
9331
+ */
9332
+ isActive?: boolean;
9333
+ /**
9334
+ * Leading icon for TabNavItem.
9335
+ *
9336
+ * @default undefined
9337
+ */
9338
+ icon?: IconComponent;
9339
+ /**
9340
+ * Element to render after the navigation item.
9341
+ *
9342
+ * @default undefined
9343
+ */
9344
+ trailing?: React.ReactElement;
9345
+ /**
9346
+ * Element to render inside the navigation item.
9347
+ *
9348
+ * This can either be a string or JSX element (eg: Menu component)
9349
+ */
9350
+ children?: React.ReactNode;
9351
+ /**
9352
+ * Accessibility label for the navigation item.
9353
+ */
9354
+ accessibilityLabel?: string;
9355
+ } & MenuTriggerProps;
9356
+
9357
+ declare const TopNav: (_props: never) => React.ReactElement;
9358
+
9236
9359
  type VisuallyHiddenProps = {
9237
9360
  children: React.ReactNode;
9238
9361
  } & TestID;
@@ -9245,4 +9368,4 @@ declare const VisuallyHidden: ({ children, testID }: VisuallyHiddenProps) => Rea
9245
9368
  */
9246
9369
  declare const screenReaderStyles: CSSObject;
9247
9370
 
9248
- export { AcceptPaymentsIcon, Accordion, AccordionItem, AccordionItemBody, AccordionItemHeader, AccordionItemProps, AccordionProps, ActionList, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemBadge, ActionListItemBadgeGroup, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionProps, ActivityIcon, AddressBookIcon, AffordabilityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AnnouncementIcon, ApertureIcon, AppStoreIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AttachmentIcon, AutoComplete, AutoCompleteProps, AutomateAccountingIcon, AutomatePayrollIcon, Avatar, AvatarGroup, AwardIcon, Badge, BadgeProps, BankAccountVerificationIcon, BankIcon, BarChartAltIcon, BarChartIcon, BarCodeIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BfsiIcon, BillIcon, BladeCommonEvents, BladeProvider, BladeProviderProps, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BottomSheet, BottomSheetBody, BottomSheetBodyProps, BottomSheetFooter, BottomSheetFooterProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetProps, Box, BoxIcon, BoxProps, BoxRefType, Breadcrumb, BreadcrumbItem, BreadcrumbItemProps, BreadcrumbProps, BriefcaseIcon, BugIcon, BuildingIcon, BulkPayoutsIcon, BusinessBankingIcon, BusinessSpendManagementIcon, Button, ButtonGroup, ButtonProps, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderAmount, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, Carousel, CarouselItem, CarouselProps, CashIcon, CastIcon, CheckCircle2Icon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, Chip, ChipGroup, ChipGroupProps, ChipProps, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseIcon, ClosedCaptioningIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodeSnippetIcon, CodepenIcon, CoinIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CommandIcon, CompanyRegistrationIcon, CompassIcon, ComponentIds, ConfettiIcon, ContactlessPaymentIcon, CookieIcon, CopyIcon, CopyrightIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CreditsAndLoansIcon, CropIcon, CrosshairIcon, CurrentAccountIcon, CustomersIcon, CutIcon, DashboardIcon, DatePicker, DatePickerProps, DeleteIcon, DigitalLendingIcon, DisbursePaymentsIcon, DiscIcon, Display, DisplayProps, Divider, DividerProps, DollarIcon, DollarsIcon, DotIcon, DownloadCloudIcon, DownloadIcon, Drawer, DrawerBody, DrawerHeader, DrawerHeaderProps, DrawerProps, Dropdown, DropdownButton, DropdownFooter, DropdownHeader, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EcommerceIcon, EditComposeIcon, EditIcon, EditInlineIcon, EducationIcon, EscrowAccountIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FileUpload, FileZipIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, ForexManagementIcon, FreelanceIcon, FullScreenEnterIcon, FullScreenExitIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphoneIcon, HeadphonesIcon, HeadsetIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, IconButtonProps, IconColors, IconComponent, IconProps, IconSize, Identifier, ImageIcon, InboxIcon, Indicator, IndicatorProps, InfoIcon, InstagramIcon, InstantSettlementIcon, InternationalPaymentsIcon, InvoicesIcon, ItalicIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListItemText, ListItemTextProps, ListProps, LoaderIcon, LoansForBusinessesIcon, LockIcon, LogInIcon, LogOutIcon, MagicCheckoutIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, Menu, MenuDivider, MenuDotsIcon, MenuFooter, MenuFooterProps, MenuHeader, MenuHeaderProps, MenuIcon, MenuItem, MenuItemProps, MenuOverlay, MenuOverlayProps, MenuProps, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MobileAppIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreIcon, MoreVerticalIcon, MoveIcon, MusicIcon, MyAccountIcon, NavigationIcon, OTPInput, OTPInputCommonProps, OTPInputProps, OctagonIcon, OffersIcon, OptimizerIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonIcon, PaymentButtonsIcon, PaymentGatewayIcon, PaymentLinkIcon, PaymentLinksIcon, PaymentPagesIcon, PayoutLinkIcon, PayrollAddonsIcon, PayrollForCaIcon, PayrollForStartupOrSmeIcon, PercentIcon, PettyCashBudgetIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneNumberInput, PhoneNumberInputProps, PhoneOffIcon, PhoneOutgoingIcon, PictureInPictureIcon, PieChartIcon, PinIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, Popover, PopoverInteractiveWrapper, PopoverProps, PopoverTriggerProps, PosIcon, PowerIcon, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, QRCodeIcon, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RazorpayIcon, RazorpayXIcon, RazorpayxPayrollIcon, RefreshIcon, RepeatIcon, ReportsIcon, ResizerIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RouteIcon, RoutesIcon, RupeeIcon, RupeesIcon, SaasIcon, SaveIcon, ScissorsIcon, SearchIcon, SearchInput, SearchInputProps, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SideNav, SideNavBody, SideNavFooter, SideNavFooterProps, SideNavItem, SideNavItemProps, SideNavLevel, SideNavLink, SideNavLinkProps, SideNavProps, SideNavSection, SideNavSectionProps, SidebarIcon, Skeleton, SkeletonProps, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, SlidersIcon, SmartCollectIcon, SmartphoneIcon, SolutionsIcon, SourceToPayIcon, SparklesIcon, SpeakerIcon, Spinner, SpinnerProps, SpotlightPopoverStepRenderProps, SpotlightPopoverTourFooter, SpotlightPopoverTourProps, SpotlightPopoverTourStep, SpotlightPopoverTourSteps, SquareIcon, StampIcon, StarIcon, StepGroup, StepGroupProps, StepItem, StepItemIcon, StepItemIndicator, StepItemProps, StopCircleIcon, StorefrontIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TabItem, TabItemProps, TabList, TabPanel, TabPanelProps, Table, TableBackgroundColors, TableBody, TableBodyProps, TableCell, TableCellProps, TableData, TableFooter, TableFooterCell, TableFooterCellProps, TableFooterProps, TableFooterRow, TableFooterRowProps, TableHeader, TableHeaderCell, TableHeaderCellProps, TableHeaderProps, TableHeaderRow, TableHeaderRowProps, TableNode, TablePagination, TablePaginationCommonProps, TablePaginationProps$1 as TablePaginationProps, TablePaginationType, TableProps, TableRow, TableRowProps, TableToolbar, TableToolbarActions, TableToolbarActionsProps, TableToolbarProps, TabletIcon, Tabs, TabsProps, Tag, TagIcon, TagProps, TargetIcon, TaxPaymentsIcon, TestIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, TicketIcon, ToastContainer, ToastProps, ToggleLeftIcon, ToggleRightIcon, TokenHqIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, Tour, TrademarkIcon, TrademarkRegisteredIcon, TransactionsIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UpiAutopayIcon, UploadCloudIcon, UploadIcon, UseToastReturn, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VendorPaymentsIcon, VideoIcon, VideoOffIcon, ViewLiveDemoIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, WalletIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XSquareIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, getHeadingProps, getTextProps, screenReaderStyles, useTheme, useToast };
9371
+ export { AcceptPaymentsIcon, Accordion, AccordionItem, AccordionItemBody, AccordionItemHeader, AccordionItemProps, AccordionProps, ActionList, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemBadge, ActionListItemBadgeGroup, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionProps, ActivityIcon, AddressBookIcon, AffordabilityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AnnouncementIcon, ApertureIcon, AppStoreIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AttachmentIcon, AutoComplete, AutoCompleteProps, AutomateAccountingIcon, AutomatePayrollIcon, Avatar, AvatarGroup, AwardIcon, Badge, BadgeProps, BankAccountVerificationIcon, BankIcon, BarChartAltIcon, BarChartIcon, BarCodeIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BfsiIcon, BillIcon, BladeCommonEvents, BladeProvider, BladeProviderProps, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BottomSheet, BottomSheetBody, BottomSheetBodyProps, BottomSheetFooter, BottomSheetFooterProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetProps, Box, BoxIcon, BoxProps, BoxRefType, Breadcrumb, BreadcrumbItem, BreadcrumbItemProps, BreadcrumbProps, BriefcaseIcon, BugIcon, BuildingIcon, BulkPayoutsIcon, BusinessBankingIcon, BusinessSpendManagementIcon, Button, ButtonGroup, ButtonProps, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderAmount, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, Carousel, CarouselItem, CarouselProps, CashIcon, CastIcon, CheckCircle2Icon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, Chip, ChipGroup, ChipGroupProps, ChipProps, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseIcon, ClosedCaptioningIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodeSnippetIcon, CodepenIcon, CoinIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CommandIcon, CompanyRegistrationIcon, CompassIcon, ComponentIds, ConfettiIcon, ContactlessPaymentIcon, CookieIcon, CopyIcon, CopyrightIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CreditsAndLoansIcon, CropIcon, CrosshairIcon, CurrentAccountIcon, CustomersIcon, CutIcon, DashboardIcon, DatePicker, DatePickerProps, DeleteIcon, DigitalLendingIcon, DisbursePaymentsIcon, DiscIcon, Display, DisplayProps, Divider, DividerProps, DollarIcon, DollarsIcon, DotIcon, DownloadCloudIcon, DownloadIcon, Drawer, DrawerBody, DrawerHeader, DrawerHeaderProps, DrawerProps, Dropdown, DropdownButton, DropdownFooter, DropdownHeader, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EcommerceIcon, EditComposeIcon, EditIcon, EditInlineIcon, EducationIcon, EscrowAccountIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FileUpload, FileZipIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, ForexManagementIcon, FreelanceIcon, FullScreenEnterIcon, FullScreenExitIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphoneIcon, HeadphonesIcon, HeadsetIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, IconButtonProps, IconColors, IconComponent, IconProps, IconSize, Identifier, ImageIcon, InboxIcon, Indicator, IndicatorProps, InfoIcon, InstagramIcon, InstantSettlementIcon, InternationalPaymentsIcon, InvoicesIcon, ItalicIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListItemText, ListItemTextProps, ListProps, LoaderIcon, LoansForBusinessesIcon, LockIcon, LogInIcon, LogOutIcon, MagicCheckoutIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, Menu, MenuDivider, MenuDotsIcon, MenuFooter, MenuFooterProps, MenuHeader, MenuHeaderProps, MenuIcon, MenuItem, MenuItemProps, MenuOverlay, MenuOverlayProps, MenuProps, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MobileAppIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreIcon, MoreVerticalIcon, MoveIcon, MusicIcon, MyAccountIcon, NavigationIcon, OTPInput, OTPInputCommonProps, OTPInputProps, OctagonIcon, OffersIcon, OptimizerIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonIcon, PaymentButtonsIcon, PaymentGatewayIcon, PaymentLinkIcon, PaymentLinksIcon, PaymentPagesIcon, PayoutLinkIcon, PayrollAddonsIcon, PayrollForCaIcon, PayrollForStartupOrSmeIcon, PercentIcon, PettyCashBudgetIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneNumberInput, PhoneNumberInputProps, PhoneOffIcon, PhoneOutgoingIcon, PictureInPictureIcon, PieChartIcon, PinIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, Popover, PopoverInteractiveWrapper, PopoverProps, PopoverTriggerProps, PosIcon, PowerIcon, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, QRCodeIcon, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RazorpayIcon, RazorpayXIcon, RazorpayxPayrollIcon, RefreshIcon, RepeatIcon, ReportsIcon, ResizerIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RouteIcon, RoutesIcon, RupeeIcon, RupeesIcon, SIDE_NAV_EXPANDED_L1_WIDTH_BASE, SIDE_NAV_EXPANDED_L1_WIDTH_XL, SaasIcon, SaveIcon, ScissorsIcon, SearchIcon, SearchInput, SearchInputProps, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SideNav, SideNavBody, SideNavFooter, SideNavFooterProps, SideNavItem, SideNavItemProps, SideNavLevel, SideNavLink, SideNavLinkProps, SideNavProps, SideNavSection, SideNavSectionProps, SidebarIcon, Skeleton, SkeletonProps, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, SlidersIcon, SmartCollectIcon, SmartphoneIcon, SolutionsIcon, SourceToPayIcon, SparklesIcon, SpeakerIcon, Spinner, SpinnerProps, SpotlightPopoverStepRenderProps, SpotlightPopoverTourFooter, SpotlightPopoverTourProps, SpotlightPopoverTourStep, SpotlightPopoverTourSteps, SquareIcon, StampIcon, StarIcon, StepGroup, StepGroupProps, StepItem, StepItemIcon, StepItemIndicator, StepItemProps, StopCircleIcon, StorefrontIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TabItem, TabItemProps, TabList, TabNav, TabNavItem, TabNavItemProps, TabPanel, TabPanelProps, Table, TableBackgroundColors, TableBody, TableBodyProps, TableCell, TableCellProps, TableData, TableFooter, TableFooterCell, TableFooterCellProps, TableFooterProps, TableFooterRow, TableFooterRowProps, TableHeader, TableHeaderCell, TableHeaderCellProps, TableHeaderProps, TableHeaderRow, TableHeaderRowProps, TableNode, TablePagination, TablePaginationCommonProps, TablePaginationProps$1 as TablePaginationProps, TablePaginationType, TableProps, TableRow, TableRowProps, TableToolbar, TableToolbarActions, TableToolbarActionsProps, TableToolbarProps, TabletIcon, Tabs, TabsProps, Tag, TagIcon, TagProps, TargetIcon, TaxPaymentsIcon, TestIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, TicketIcon, ToastContainer, ToastProps, ToggleLeftIcon, ToggleRightIcon, TokenHqIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, TopNav, Tour, TrademarkIcon, TrademarkRegisteredIcon, TransactionsIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UpiAutopayIcon, UploadCloudIcon, UploadIcon, UseToastReturn, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VendorPaymentsIcon, VideoIcon, VideoOffIcon, ViewLiveDemoIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, WalletIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XSquareIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, getHeadingProps, getTextProps, screenReaderStyles, useTheme, useToast };
@@ -786,6 +786,8 @@ declare const size: {
786
786
  readonly 64: 64;
787
787
  /** 72 px */
788
788
  readonly 72: 72;
789
+ /** 80 px */
790
+ readonly 80: 80;
789
791
  /** 100 px */
790
792
  readonly 100: 100;
791
793
  /** 120 px */
@@ -800,6 +802,8 @@ declare const size: {
800
802
  readonly 200: 200;
801
803
  /** 240 px */
802
804
  readonly 240: 240;
805
+ /** 245 px */
806
+ readonly 245: 245;
803
807
  /** 256 px */
804
808
  readonly 256: 256;
805
809
  /** 264 px */
@@ -786,6 +786,8 @@ declare const size: {
786
786
  readonly 64: 64;
787
787
  /** 72 px */
788
788
  readonly 72: 72;
789
+ /** 80 px */
790
+ readonly 80: 80;
789
791
  /** 100 px */
790
792
  readonly 100: 100;
791
793
  /** 120 px */
@@ -800,6 +802,8 @@ declare const size: {
800
802
  readonly 200: 200;
801
803
  /** 240 px */
802
804
  readonly 240: 240;
805
+ /** 245 px */
806
+ readonly 245: 245;
803
807
  /** 256 px */
804
808
  readonly 256: 256;
805
809
  /** 264 px */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@razorpay/blade",
3
3
  "description": "The Design System that powers Razorpay",
4
- "version": "11.22.0",
4
+ "version": "11.23.1",
5
5
  "license": "MIT",
6
6
  "engines": {
7
7
  "node": ">=18.12.1"