@razorpay/blade 11.3.1 → 11.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (180) hide show
  1. package/build/lib/native/components/BaseHeaderFooter/BaseHeader.js +3 -1
  2. package/build/lib/native/components/BaseHeaderFooter/BaseHeader.js.map +1 -1
  3. package/build/lib/native/components/BottomSheet/BottomSheet.native.js +2 -1
  4. package/build/lib/native/components/BottomSheet/BottomSheet.native.js.map +1 -1
  5. package/build/lib/native/components/Breadcrumb/Breadcrumb.native.js +7 -0
  6. package/build/lib/native/components/Breadcrumb/Breadcrumb.native.js.map +1 -0
  7. package/build/lib/native/components/Breadcrumb/BreadcrumbItem.native.js +7 -0
  8. package/build/lib/native/components/Breadcrumb/BreadcrumbItem.native.js.map +1 -0
  9. package/build/lib/native/components/Button/BaseButton/buttonTokens.js +1 -1
  10. package/build/lib/native/components/Button/BaseButton/buttonTokens.js.map +1 -1
  11. package/build/lib/native/components/Drawer/Drawer.native.js +17 -0
  12. package/build/lib/native/components/Drawer/Drawer.native.js.map +1 -0
  13. package/build/lib/native/components/Drawer/DrawerSubcomponents.native.js +17 -0
  14. package/build/lib/native/components/Drawer/DrawerSubcomponents.native.js.map +1 -0
  15. package/build/lib/native/components/Link/BaseLink/BaseLink.js +1 -1
  16. package/build/lib/native/components/Link/BaseLink/BaseLink.js.map +1 -1
  17. package/build/lib/native/components/Popover/Popover.native.js +3 -2
  18. package/build/lib/native/components/Popover/Popover.native.js.map +1 -1
  19. package/build/lib/native/components/Popover/constants.js +2 -2
  20. package/build/lib/native/components/Popover/constants.js.map +1 -1
  21. package/build/lib/native/components/Tag/Tag.js +1 -1
  22. package/build/lib/native/components/Tag/Tag.js.map +1 -1
  23. package/build/lib/native/components/Tooltip/Tooltip.native.js +3 -2
  24. package/build/lib/native/components/Tooltip/Tooltip.native.js.map +1 -1
  25. package/build/lib/native/components/Tooltip/constants.js +2 -2
  26. package/build/lib/native/components/Tooltip/constants.js.map +1 -1
  27. package/build/lib/native/components/index.js +4 -0
  28. package/build/lib/native/components/index.js.map +1 -1
  29. package/build/lib/native/utils/componentZIndices.js +4 -0
  30. package/build/lib/native/utils/componentZIndices.js.map +1 -0
  31. package/build/lib/native/utils/lodashButBetter/get.js.map +1 -1
  32. package/build/lib/native/utils/metaAttribute/metaConstants.js +1 -1
  33. package/build/lib/native/utils/metaAttribute/metaConstants.js.map +1 -1
  34. package/build/lib/web/development/components/BaseHeaderFooter/BaseHeader.js +6 -2
  35. package/build/lib/web/development/components/BaseHeaderFooter/BaseHeader.js.map +1 -1
  36. package/build/lib/web/development/components/BladeProvider/BladeProvider.web.js +5 -2
  37. package/build/lib/web/development/components/BladeProvider/BladeProvider.web.js.map +1 -1
  38. package/build/lib/web/development/components/BottomSheet/BottomSheet.web.js +2 -1
  39. package/build/lib/web/development/components/BottomSheet/BottomSheet.web.js.map +1 -1
  40. package/build/lib/web/development/components/Breadcrumb/Breadcrumb.web.js +104 -0
  41. package/build/lib/web/development/components/Breadcrumb/Breadcrumb.web.js.map +1 -0
  42. package/build/lib/web/development/components/Breadcrumb/BreadcrumbContext.js +9 -0
  43. package/build/lib/web/development/components/Breadcrumb/BreadcrumbContext.js.map +1 -0
  44. package/build/lib/web/development/components/Breadcrumb/BreadcrumbItem.web.js +55 -0
  45. package/build/lib/web/development/components/Breadcrumb/BreadcrumbItem.web.js.map +1 -0
  46. package/build/lib/web/development/components/Breadcrumb/index.js +4 -0
  47. package/build/lib/web/development/components/Breadcrumb/index.js.map +1 -0
  48. package/build/lib/web/development/components/Breadcrumb/types.js +2 -0
  49. package/build/lib/web/development/components/Breadcrumb/types.js.map +1 -0
  50. package/build/lib/web/development/components/Button/BaseButton/buttonTokens.js +2 -2
  51. package/build/lib/web/development/components/Button/BaseButton/buttonTokens.js.map +1 -1
  52. package/build/lib/web/development/components/Button/Button/index.js +1 -1
  53. package/build/lib/web/development/components/Drawer/Drawer.web.js +229 -0
  54. package/build/lib/web/development/components/Drawer/Drawer.web.js.map +1 -0
  55. package/build/lib/web/development/components/Drawer/DrawerContext.js +9 -0
  56. package/build/lib/web/development/components/Drawer/DrawerContext.js.map +1 -0
  57. package/build/lib/web/development/components/Drawer/DrawerSubcomponents.web.js +65 -0
  58. package/build/lib/web/development/components/Drawer/DrawerSubcomponents.web.js.map +1 -0
  59. package/build/lib/web/development/components/Drawer/StackProvider.js +57 -0
  60. package/build/lib/web/development/components/Drawer/StackProvider.js.map +1 -0
  61. package/build/lib/web/development/components/Drawer/drawerComponentIds.js +8 -0
  62. package/build/lib/web/development/components/Drawer/drawerComponentIds.js.map +1 -0
  63. package/build/lib/web/development/components/Drawer/index.js +4 -0
  64. package/build/lib/web/development/components/Drawer/index.js.map +1 -0
  65. package/build/lib/web/development/components/Drawer/types.js +2 -0
  66. package/build/lib/web/development/components/Drawer/types.js.map +1 -0
  67. package/build/lib/web/development/components/Dropdown/DropdownOverlay.web.js +2 -2
  68. package/build/lib/web/development/components/Dropdown/DropdownOverlay.web.js.map +1 -1
  69. package/build/lib/web/development/components/Link/BaseLink/BaseLink.js +3 -1
  70. package/build/lib/web/development/components/Link/BaseLink/BaseLink.js.map +1 -1
  71. package/build/lib/web/development/components/Link/Link/index.js +1 -1
  72. package/build/lib/web/development/components/Modal/Modal.web.js +3 -2
  73. package/build/lib/web/development/components/Modal/Modal.web.js.map +1 -1
  74. package/build/lib/web/development/components/Modal/ModalHeader.web.js +2 -2
  75. package/build/lib/web/development/components/Modal/ModalHeader.web.js.map +1 -1
  76. package/build/lib/web/development/components/Modal/modalTokens.js +1 -2
  77. package/build/lib/web/development/components/Modal/modalTokens.js.map +1 -1
  78. package/build/lib/web/development/components/Popover/Popover.web.js +3 -2
  79. package/build/lib/web/development/components/Popover/Popover.web.js.map +1 -1
  80. package/build/lib/web/development/components/Popover/constants.js +1 -2
  81. package/build/lib/web/development/components/Popover/constants.js.map +1 -1
  82. package/build/lib/web/development/components/SpotlightPopoverTour/TourMask.web.js +2 -2
  83. package/build/lib/web/development/components/SpotlightPopoverTour/TourMask.web.js.map +1 -1
  84. package/build/lib/web/development/components/SpotlightPopoverTour/TourPopover.web.js +3 -2
  85. package/build/lib/web/development/components/SpotlightPopoverTour/TourPopover.web.js.map +1 -1
  86. package/build/lib/web/development/components/SpotlightPopoverTour/tourTokens.js +1 -3
  87. package/build/lib/web/development/components/SpotlightPopoverTour/tourTokens.js.map +1 -1
  88. package/build/lib/web/development/components/Tag/AnimatedTag.web.js +1 -1
  89. package/build/lib/web/development/components/Tag/AnimatedTag.web.js.map +1 -1
  90. package/build/lib/web/development/components/Tag/Tag.js +1 -0
  91. package/build/lib/web/development/components/Tag/Tag.js.map +1 -1
  92. package/build/lib/web/development/components/Tooltip/Tooltip.web.js +3 -2
  93. package/build/lib/web/development/components/Tooltip/Tooltip.web.js.map +1 -1
  94. package/build/lib/web/development/components/Tooltip/constants.js +1 -2
  95. package/build/lib/web/development/components/Tooltip/constants.js.map +1 -1
  96. package/build/lib/web/development/components/index.js +6 -0
  97. package/build/lib/web/development/components/index.js.map +1 -1
  98. package/build/lib/web/development/utils/componentZIndices.js +13 -0
  99. package/build/lib/web/development/utils/componentZIndices.js.map +1 -0
  100. package/build/lib/web/development/utils/lodashButBetter/get.js +1 -1
  101. package/build/lib/web/development/utils/lodashButBetter/get.js.map +1 -1
  102. package/build/lib/web/development/utils/metaAttribute/metaConstants.js +3 -0
  103. package/build/lib/web/development/utils/metaAttribute/metaConstants.js.map +1 -1
  104. package/build/lib/web/development/utils/useVerifyAllowedChildren/index.js +2 -0
  105. package/build/lib/web/development/utils/useVerifyAllowedChildren/index.js.map +1 -0
  106. package/build/lib/web/production/components/BaseHeaderFooter/BaseHeader.js +6 -2
  107. package/build/lib/web/production/components/BaseHeaderFooter/BaseHeader.js.map +1 -1
  108. package/build/lib/web/production/components/BladeProvider/BladeProvider.web.js +5 -2
  109. package/build/lib/web/production/components/BladeProvider/BladeProvider.web.js.map +1 -1
  110. package/build/lib/web/production/components/BottomSheet/BottomSheet.web.js +2 -1
  111. package/build/lib/web/production/components/BottomSheet/BottomSheet.web.js.map +1 -1
  112. package/build/lib/web/production/components/Breadcrumb/Breadcrumb.web.js +104 -0
  113. package/build/lib/web/production/components/Breadcrumb/Breadcrumb.web.js.map +1 -0
  114. package/build/lib/web/production/components/Breadcrumb/BreadcrumbContext.js +9 -0
  115. package/build/lib/web/production/components/Breadcrumb/BreadcrumbContext.js.map +1 -0
  116. package/build/lib/web/production/components/Breadcrumb/BreadcrumbItem.web.js +55 -0
  117. package/build/lib/web/production/components/Breadcrumb/BreadcrumbItem.web.js.map +1 -0
  118. package/build/lib/web/production/components/Breadcrumb/index.js +4 -0
  119. package/build/lib/web/production/components/Breadcrumb/index.js.map +1 -0
  120. package/build/lib/web/production/components/Breadcrumb/types.js +2 -0
  121. package/build/lib/web/production/components/Breadcrumb/types.js.map +1 -0
  122. package/build/lib/web/production/components/Button/BaseButton/buttonTokens.js +2 -2
  123. package/build/lib/web/production/components/Button/BaseButton/buttonTokens.js.map +1 -1
  124. package/build/lib/web/production/components/Button/Button/index.js +1 -1
  125. package/build/lib/web/production/components/Drawer/Drawer.web.js +229 -0
  126. package/build/lib/web/production/components/Drawer/Drawer.web.js.map +1 -0
  127. package/build/lib/web/production/components/Drawer/DrawerContext.js +9 -0
  128. package/build/lib/web/production/components/Drawer/DrawerContext.js.map +1 -0
  129. package/build/lib/web/production/components/Drawer/DrawerSubcomponents.web.js +65 -0
  130. package/build/lib/web/production/components/Drawer/DrawerSubcomponents.web.js.map +1 -0
  131. package/build/lib/web/production/components/Drawer/StackProvider.js +57 -0
  132. package/build/lib/web/production/components/Drawer/StackProvider.js.map +1 -0
  133. package/build/lib/web/production/components/Drawer/drawerComponentIds.js +8 -0
  134. package/build/lib/web/production/components/Drawer/drawerComponentIds.js.map +1 -0
  135. package/build/lib/web/production/components/Drawer/index.js +4 -0
  136. package/build/lib/web/production/components/Drawer/index.js.map +1 -0
  137. package/build/lib/web/production/components/Drawer/types.js +2 -0
  138. package/build/lib/web/production/components/Drawer/types.js.map +1 -0
  139. package/build/lib/web/production/components/Dropdown/DropdownOverlay.web.js +2 -2
  140. package/build/lib/web/production/components/Dropdown/DropdownOverlay.web.js.map +1 -1
  141. package/build/lib/web/production/components/Link/BaseLink/BaseLink.js +3 -1
  142. package/build/lib/web/production/components/Link/BaseLink/BaseLink.js.map +1 -1
  143. package/build/lib/web/production/components/Link/Link/index.js +1 -1
  144. package/build/lib/web/production/components/Modal/Modal.web.js +3 -2
  145. package/build/lib/web/production/components/Modal/Modal.web.js.map +1 -1
  146. package/build/lib/web/production/components/Modal/ModalHeader.web.js +2 -2
  147. package/build/lib/web/production/components/Modal/ModalHeader.web.js.map +1 -1
  148. package/build/lib/web/production/components/Modal/modalTokens.js +1 -2
  149. package/build/lib/web/production/components/Modal/modalTokens.js.map +1 -1
  150. package/build/lib/web/production/components/Popover/Popover.web.js +3 -2
  151. package/build/lib/web/production/components/Popover/Popover.web.js.map +1 -1
  152. package/build/lib/web/production/components/Popover/constants.js +1 -2
  153. package/build/lib/web/production/components/Popover/constants.js.map +1 -1
  154. package/build/lib/web/production/components/SpotlightPopoverTour/TourMask.web.js +2 -2
  155. package/build/lib/web/production/components/SpotlightPopoverTour/TourMask.web.js.map +1 -1
  156. package/build/lib/web/production/components/SpotlightPopoverTour/TourPopover.web.js +3 -2
  157. package/build/lib/web/production/components/SpotlightPopoverTour/TourPopover.web.js.map +1 -1
  158. package/build/lib/web/production/components/SpotlightPopoverTour/tourTokens.js +1 -3
  159. package/build/lib/web/production/components/SpotlightPopoverTour/tourTokens.js.map +1 -1
  160. package/build/lib/web/production/components/Tag/AnimatedTag.web.js +1 -1
  161. package/build/lib/web/production/components/Tag/AnimatedTag.web.js.map +1 -1
  162. package/build/lib/web/production/components/Tag/Tag.js +1 -0
  163. package/build/lib/web/production/components/Tag/Tag.js.map +1 -1
  164. package/build/lib/web/production/components/Tooltip/Tooltip.web.js +3 -2
  165. package/build/lib/web/production/components/Tooltip/Tooltip.web.js.map +1 -1
  166. package/build/lib/web/production/components/Tooltip/constants.js +1 -2
  167. package/build/lib/web/production/components/Tooltip/constants.js.map +1 -1
  168. package/build/lib/web/production/components/index.js +6 -0
  169. package/build/lib/web/production/components/index.js.map +1 -1
  170. package/build/lib/web/production/utils/componentZIndices.js +13 -0
  171. package/build/lib/web/production/utils/componentZIndices.js.map +1 -0
  172. package/build/lib/web/production/utils/lodashButBetter/get.js +1 -1
  173. package/build/lib/web/production/utils/lodashButBetter/get.js.map +1 -1
  174. package/build/lib/web/production/utils/metaAttribute/metaConstants.js +3 -0
  175. package/build/lib/web/production/utils/metaAttribute/metaConstants.js.map +1 -1
  176. package/build/lib/web/production/utils/useVerifyAllowedChildren/index.js +2 -0
  177. package/build/lib/web/production/utils/useVerifyAllowedChildren/index.js.map +1 -0
  178. package/build/types/components/index.d.ts +332 -140
  179. package/build/types/components/index.native.d.ts +282 -141
  180. package/package.json +9 -57
@@ -517,6 +517,11 @@ type StringChildrenType = React__default.ReactText | React__default.ReactText[];
517
517
  */
518
518
  type StringWithAutocomplete = string & Record<never, never>;
519
519
  type TestID = {
520
+ /**
521
+ * Test id that can be used to select element in testing environments
522
+ *
523
+ * Checkout https://testing-library.com/docs/queries/bytestid/
524
+ */
520
525
  testID?: string;
521
526
  };
522
527
  /**
@@ -1187,7 +1192,7 @@ type BladeCommonEvents = {
1187
1192
 
1188
1193
  /**
1189
1194
  * @template TokenType token type generic
1190
- * @description Tokenises objects to dot notation strings, eg: `surface.text.normal.lowContrast`
1195
+ * @description Tokenises objects to dot notation strings, eg: `surface.text.gray.normal`
1191
1196
  */
1192
1197
  type DotNotationToken<_TokenType, TokenType = Omit<_TokenType, 'name'>> = {
1193
1198
  [K in keyof TokenType]: TokenType[K] extends string | number | ElevationStyles ? `${Extract<K, number | string>}` : `${Extract<K, number | string>}.${TokenType[K] extends Record<string, string | number | boolean | EasingType<string>> ? Extract<keyof TokenType[K], number | string> : DotNotationToken<TokenType[K]>}`;
@@ -2555,6 +2560,7 @@ type BaseHeaderProps = {
2555
2560
  onCloseButtonClick?: () => void;
2556
2561
  onBackButtonClick?: () => void;
2557
2562
  closeButtonRef?: React__default.MutableRefObject<any>;
2563
+ backButtonRef?: React__default.MutableRefObject<any>;
2558
2564
  metaComponentName?: string;
2559
2565
  /**
2560
2566
  * inner child of BottomSheetHeader. Meant to be used for AutoComplete only
@@ -2637,6 +2643,207 @@ declare const BottomSheetBody: ({ children, padding, }: BottomSheetBodyProps) =>
2637
2643
 
2638
2644
  declare const BottomSheet: ({ isOpen, onDismiss, children, initialFocusRef, snapPoints, zIndex, }: BottomSheetProps) => React__default.ReactElement;
2639
2645
 
2646
+ type BaseLinkCommonProps = {
2647
+ color?: 'primary' | 'white' | 'positive' | 'negative' | 'notice' | 'information' | 'neutral';
2648
+ icon?: IconComponent;
2649
+ iconPosition?: 'left' | 'right';
2650
+ onClick?: (event: SyntheticEvent) => void;
2651
+ onBlur?: Platform.Select<{
2652
+ native: (event: GestureResponderEvent) => void;
2653
+ web: (event: React__default.FocusEvent<HTMLButtonElement>) => void;
2654
+ }>;
2655
+ onMouseLeave?: Platform.Select<{
2656
+ native: (event: GestureResponderEvent) => void;
2657
+ web: (event: React__default.MouseEvent<HTMLButtonElement>) => void;
2658
+ }>;
2659
+ onKeyDown?: Platform.Select<{
2660
+ native: (event: GestureResponderEvent) => void;
2661
+ web: (event: React__default.KeyboardEvent<HTMLButtonElement>) => void;
2662
+ }>;
2663
+ accessibilityProps?: Partial<AccessibilityProps>;
2664
+ /**
2665
+ * Sets the size of the link
2666
+ *
2667
+ * @default medium
2668
+ */
2669
+ size?: Extract<BaseTextSizes, 'xsmall' | 'small' | 'medium' | 'large'>;
2670
+ /**
2671
+ * Defines how far your touch can start away from the link. This is a react-native only prop and has no effect on web.
2672
+ */
2673
+ hitSlop?: {
2674
+ top?: number;
2675
+ right?: number;
2676
+ bottom?: number;
2677
+ left?: number;
2678
+ } | number;
2679
+ /**
2680
+ * The title of the link which is displayed as a tooltip. This is a web only prop and has no effect on react-native.
2681
+ */
2682
+ htmlTitle?: string;
2683
+ opacity?: number;
2684
+ } & TestID & StyledPropsBlade & Omit<BladeCommonEvents, 'onBlur' | 'onMouseLeave'>;
2685
+ type BaseLinkWithoutIconProps = BaseLinkCommonProps & {
2686
+ icon?: undefined;
2687
+ children: StringChildrenType;
2688
+ };
2689
+ type BaseLinkWithIconProps = BaseLinkCommonProps & {
2690
+ icon: IconComponent;
2691
+ children?: StringChildrenType;
2692
+ };
2693
+ type BaseLinkPropsWithOrWithoutIcon = BaseLinkWithIconProps | BaseLinkWithoutIconProps;
2694
+ type BaseLinkAnchorVariantProps = BaseLinkPropsWithOrWithoutIcon & {
2695
+ variant?: 'anchor';
2696
+ href?: string;
2697
+ target?: string;
2698
+ rel?: string;
2699
+ isDisabled?: undefined;
2700
+ };
2701
+ type BaseLinkButtonVariantProps = BaseLinkPropsWithOrWithoutIcon & {
2702
+ variant?: 'button';
2703
+ isDisabled?: boolean;
2704
+ href?: undefined;
2705
+ target?: undefined;
2706
+ rel?: undefined;
2707
+ };
2708
+ type BaseLinkProps = BaseLinkAnchorVariantProps | BaseLinkButtonVariantProps;
2709
+
2710
+ type LinkCommonProps = {
2711
+ variant?: 'anchor' | 'button';
2712
+ icon?: IconComponent;
2713
+ color?: 'primary' | 'white' | 'neutral';
2714
+ iconPosition?: 'left' | 'right';
2715
+ isDisabled?: boolean;
2716
+ onClick?: (event: SyntheticEvent) => void;
2717
+ href?: string;
2718
+ target?: string;
2719
+ accessibilityLabel?: string;
2720
+ /**
2721
+ * It is exposed for internal usage with tooltip.
2722
+ *
2723
+ * @private
2724
+ */
2725
+ 'aria-describedby'?: string;
2726
+ /**
2727
+ * Sets the size of the link
2728
+ *
2729
+ * @default medium
2730
+ */
2731
+ size?: BaseLinkProps['size'];
2732
+ } & TestID & StyledPropsBlade & BladeCommonEvents & Platform.Select<{
2733
+ native: {
2734
+ /**
2735
+ * Defines how far your touch can start away from the link
2736
+ */
2737
+ hitSlop?: {
2738
+ top?: number;
2739
+ right?: number;
2740
+ bottom?: number;
2741
+ left?: number;
2742
+ } | number;
2743
+ /**
2744
+ * This is a web only prop and has no effect on react-native.
2745
+ */
2746
+ htmlTitle?: undefined;
2747
+ };
2748
+ web: {
2749
+ /**
2750
+ * This is a react-native only prop and has no effect on web.
2751
+ */
2752
+ hitSlop?: undefined;
2753
+ /**
2754
+ * The title of the link which is displayed as a tooltip.
2755
+ */
2756
+ htmlTitle?: string;
2757
+ };
2758
+ }>;
2759
+ type LinkWithoutIconProps = LinkCommonProps & {
2760
+ icon?: undefined;
2761
+ children: StringChildrenType;
2762
+ };
2763
+ type LinkWithIconProps = LinkCommonProps & {
2764
+ icon: IconComponent;
2765
+ children?: StringChildrenType;
2766
+ };
2767
+ type LinkPropsWithOrWithoutIcon = LinkWithIconProps | LinkWithoutIconProps;
2768
+ type LinkAnchorVariantProps = LinkPropsWithOrWithoutIcon & {
2769
+ variant?: 'anchor';
2770
+ href?: string;
2771
+ target?: string;
2772
+ rel?: string;
2773
+ isDisabled?: undefined;
2774
+ };
2775
+ type LinkButtonVariantProps = LinkPropsWithOrWithoutIcon & {
2776
+ variant?: 'button';
2777
+ isDisabled?: boolean;
2778
+ href?: undefined;
2779
+ target?: undefined;
2780
+ rel?: undefined;
2781
+ };
2782
+ type LinkProps = LinkAnchorVariantProps | LinkButtonVariantProps;
2783
+ declare const Link: React__default.ForwardRefExoticComponent<LinkProps & React__default.RefAttributes<BladeElementRef>>;
2784
+
2785
+ type BreadcrumbProps = StyledPropsBlade & {
2786
+ /**
2787
+ * Size of the Breadcrumb
2788
+ *
2789
+ * @default medium
2790
+ */
2791
+ size?: 'small' | 'medium' | 'large';
2792
+ /**
2793
+ * Color of the Breadcrumb
2794
+ *
2795
+ * @default neutral
2796
+ */
2797
+ color?: 'neutral' | 'primary' | 'white';
2798
+ /**
2799
+ * Content of the Breadcrumb, accepts BreadcrumbItem
2800
+ */
2801
+ children: React.ReactNode;
2802
+ /**
2803
+ * Whether to show the last separator
2804
+ */
2805
+ showLastSeparator?: boolean;
2806
+ /**
2807
+ * aria-label for breadcrumb
2808
+ */
2809
+ accessibilityLabel?: string;
2810
+ };
2811
+ type BreadcrumbItemProps = {
2812
+ /**
2813
+ * Href of the BreadcrumbItem
2814
+ */
2815
+ href: string;
2816
+ /**
2817
+ * Function to be called on click of the BreadcrumbItem,
2818
+ *
2819
+ * This can be used to integrate with routing libraries like `react-router-dom`
2820
+ */
2821
+ onClick?: LinkProps['onClick'];
2822
+ /**
2823
+ * Whether the BreadcrumbItem is the current page,
2824
+ * Sets the aria-current attribute to `page`
2825
+ *
2826
+ * @default false
2827
+ */
2828
+ isCurrentPage?: boolean;
2829
+ /**
2830
+ * Content of the BreadcrumbItem
2831
+ */
2832
+ children?: StringChildrenType;
2833
+ /**
2834
+ * Icon to be shown before the BreadcrumbItem
2835
+ */
2836
+ icon?: IconComponent;
2837
+ /**
2838
+ * Accessibility label for the BreadcrumbItem, can be used in icon only variant
2839
+ */
2840
+ accessibilityLabel?: string;
2841
+ };
2842
+
2843
+ declare const Breadcrumb: ({ size, color, showLastSeparator, accessibilityLabel, children, ...styledProps }: BreadcrumbProps) => React__default.ReactElement;
2844
+
2845
+ declare const BreadcrumbItem: ({ children, href, icon: Icon, isCurrentPage, onClick, accessibilityLabel, }: BreadcrumbItemProps) => React__default.ReactElement;
2846
+
2640
2847
  declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps & MarginProps & {
2641
2848
  width: SpacingValueType | {
2642
2849
  readonly base?: SpacingValueType | undefined;
@@ -3176,69 +3383,6 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
3176
3383
  id?: string | undefined;
3177
3384
  } & TestID> & React__default.RefAttributes<BoxRefType>>;
3178
3385
 
3179
- type BaseLinkCommonProps = {
3180
- color?: 'primary' | 'white' | 'positive' | 'negative' | 'notice' | 'information' | 'neutral';
3181
- icon?: IconComponent;
3182
- iconPosition?: 'left' | 'right';
3183
- onClick?: (event: SyntheticEvent) => void;
3184
- onBlur?: Platform.Select<{
3185
- native: (event: GestureResponderEvent) => void;
3186
- web: (event: React__default.FocusEvent<HTMLButtonElement>) => void;
3187
- }>;
3188
- onMouseLeave?: Platform.Select<{
3189
- native: (event: GestureResponderEvent) => void;
3190
- web: (event: React__default.MouseEvent<HTMLButtonElement>) => void;
3191
- }>;
3192
- onKeyDown?: Platform.Select<{
3193
- native: (event: GestureResponderEvent) => void;
3194
- web: (event: React__default.KeyboardEvent<HTMLButtonElement>) => void;
3195
- }>;
3196
- accessibilityProps?: Partial<AccessibilityProps>;
3197
- /**
3198
- * Sets the size of the link
3199
- *
3200
- * @default medium
3201
- */
3202
- size?: Extract<BaseTextSizes, 'xsmall' | 'small' | 'medium' | 'large'>;
3203
- /**
3204
- * Defines how far your touch can start away from the link. This is a react-native only prop and has no effect on web.
3205
- */
3206
- hitSlop?: {
3207
- top?: number;
3208
- right?: number;
3209
- bottom?: number;
3210
- left?: number;
3211
- } | number;
3212
- /**
3213
- * The title of the link which is displayed as a tooltip. This is a web only prop and has no effect on react-native.
3214
- */
3215
- htmlTitle?: string;
3216
- } & TestID & StyledPropsBlade & Omit<BladeCommonEvents, 'onBlur' | 'onMouseLeave'>;
3217
- type BaseLinkWithoutIconProps = BaseLinkCommonProps & {
3218
- icon?: undefined;
3219
- children: StringChildrenType;
3220
- };
3221
- type BaseLinkWithIconProps = BaseLinkCommonProps & {
3222
- icon: IconComponent;
3223
- children?: StringChildrenType;
3224
- };
3225
- type BaseLinkPropsWithOrWithoutIcon = BaseLinkWithIconProps | BaseLinkWithoutIconProps;
3226
- type BaseLinkAnchorVariantProps = BaseLinkPropsWithOrWithoutIcon & {
3227
- variant?: 'anchor';
3228
- href?: string;
3229
- target?: string;
3230
- rel?: string;
3231
- isDisabled?: undefined;
3232
- };
3233
- type BaseLinkButtonVariantProps = BaseLinkPropsWithOrWithoutIcon & {
3234
- variant?: 'button';
3235
- isDisabled?: boolean;
3236
- href?: undefined;
3237
- target?: undefined;
3238
- rel?: undefined;
3239
- };
3240
- type BaseLinkProps = BaseLinkAnchorVariantProps | BaseLinkButtonVariantProps;
3241
-
3242
3386
  type BaseButtonCommonProps = {
3243
3387
  href?: BaseLinkProps['href'];
3244
3388
  target?: BaseLinkProps['target'];
@@ -3525,81 +3669,6 @@ type CardBodyProps = {
3525
3669
  } & TestID;
3526
3670
  declare const CardBody: ({ height, children, testID }: CardBodyProps) => React__default.ReactElement;
3527
3671
 
3528
- type LinkCommonProps = {
3529
- variant?: 'anchor' | 'button';
3530
- icon?: IconComponent;
3531
- color?: 'primary' | 'white' | 'neutral';
3532
- iconPosition?: 'left' | 'right';
3533
- isDisabled?: boolean;
3534
- onClick?: (event: SyntheticEvent) => void;
3535
- href?: string;
3536
- target?: string;
3537
- accessibilityLabel?: string;
3538
- /**
3539
- * It is exposed for internal usage with tooltip.
3540
- *
3541
- * @private
3542
- */
3543
- 'aria-describedby'?: string;
3544
- /**
3545
- * Sets the size of the link
3546
- *
3547
- * @default medium
3548
- */
3549
- size?: BaseLinkProps['size'];
3550
- } & TestID & StyledPropsBlade & BladeCommonEvents & Platform.Select<{
3551
- native: {
3552
- /**
3553
- * Defines how far your touch can start away from the link
3554
- */
3555
- hitSlop?: {
3556
- top?: number;
3557
- right?: number;
3558
- bottom?: number;
3559
- left?: number;
3560
- } | number;
3561
- /**
3562
- * This is a web only prop and has no effect on react-native.
3563
- */
3564
- htmlTitle?: undefined;
3565
- };
3566
- web: {
3567
- /**
3568
- * This is a react-native only prop and has no effect on web.
3569
- */
3570
- hitSlop?: undefined;
3571
- /**
3572
- * The title of the link which is displayed as a tooltip.
3573
- */
3574
- htmlTitle?: string;
3575
- };
3576
- }>;
3577
- type LinkWithoutIconProps = LinkCommonProps & {
3578
- icon?: undefined;
3579
- children: StringChildrenType;
3580
- };
3581
- type LinkWithIconProps = LinkCommonProps & {
3582
- icon: IconComponent;
3583
- children?: StringChildrenType;
3584
- };
3585
- type LinkPropsWithOrWithoutIcon = LinkWithIconProps | LinkWithoutIconProps;
3586
- type LinkAnchorVariantProps = LinkPropsWithOrWithoutIcon & {
3587
- variant?: 'anchor';
3588
- href?: string;
3589
- target?: string;
3590
- rel?: string;
3591
- isDisabled?: undefined;
3592
- };
3593
- type LinkButtonVariantProps = LinkPropsWithOrWithoutIcon & {
3594
- variant?: 'button';
3595
- isDisabled?: boolean;
3596
- href?: undefined;
3597
- target?: undefined;
3598
- rel?: undefined;
3599
- };
3600
- type LinkProps = LinkAnchorVariantProps | LinkButtonVariantProps;
3601
- declare const Link: React__default.ForwardRefExoticComponent<LinkProps & React__default.RefAttributes<BladeElementRef>>;
3602
-
3603
3672
  type CounterProps = {
3604
3673
  /**
3605
3674
  * Sets the value for the counter.
@@ -4985,6 +5054,129 @@ type DividerProps = {
4985
5054
  } & TestID & StyledPropsBlade;
4986
5055
  declare const Divider: ({ orientation, dividerStyle, variant, thickness, height, width, testID, ...styledProps }: DividerProps) => React__default.ReactElement;
4987
5056
 
5057
+ type DrawerProps = {
5058
+ /**
5059
+ * Controls the state of the drawer, indicating whether it is open or closed
5060
+ */
5061
+ isOpen: boolean;
5062
+ /**
5063
+ * Callback function triggered when the drawer is dismissed or closed
5064
+ */
5065
+ onDismiss: () => void;
5066
+ /**
5067
+ * Show or hide overlay.
5068
+ *
5069
+ * Also decides if clicking outside on overlay closes the drawer or not
5070
+ */
5071
+ showOverlay?: boolean;
5072
+ /**
5073
+ * children node.
5074
+ *
5075
+ * Supports DrawerHeader and DrawerBody
5076
+ */
5077
+ children: React.ReactNode;
5078
+ /**
5079
+ * zIndex property of drawer
5080
+ *
5081
+ * @default 1001
5082
+ */
5083
+ zIndex?: number;
5084
+ /**
5085
+ * Accessibility label for the drawer
5086
+ */
5087
+ accessibilityLabel?: string;
5088
+ /**
5089
+ * Ref to the element that should receive focus when opening the drawer.
5090
+ */
5091
+ initialFocusRef?: React.MutableRefObject<any>;
5092
+ } & TestID;
5093
+ type DrawerHeaderProps = {
5094
+ /**
5095
+ * Title of the Drawer
5096
+ */
5097
+ title: string;
5098
+ /**
5099
+ * Subtitle of the Drawer
5100
+ */
5101
+ subtitle?: string;
5102
+ /**
5103
+ * Leading element
5104
+ *
5105
+ * DrawerHeaderIcon or DrawerHeaderAsset
5106
+ */
5107
+ leading?: React.ReactNode;
5108
+ /**
5109
+ * Title suffix element
5110
+ *
5111
+ * DrawerHeaderBadge
5112
+ */
5113
+ titleSuffix?: React.ReactNode;
5114
+ /**
5115
+ * Trailing element
5116
+ *
5117
+ * Link, Button[]
5118
+ */
5119
+ trailing?: React.ReactNode;
5120
+ };
5121
+
5122
+ /**
5123
+ * ### Drawer Component
5124
+ *
5125
+ * A drawer is a panel that slides in mostly from right side of the screen over the existing content in the viewport.
5126
+ * It helps in providing additional details or context and can also be used to promote product features or new products.
5127
+ *
5128
+ * ---
5129
+ *
5130
+ * #### Usage
5131
+ *
5132
+ * ```jsx
5133
+ const MyDrawer = () => {
5134
+ const [showDrawer, setShowDrawer] = React.useState(false);
5135
+ return (
5136
+ <Box>
5137
+ <Button onClick={() => setShowDrawer(true)}>Open Drawer</Button>
5138
+ <Drawer
5139
+ isOpen={showDrawer}
5140
+ onDismiss={() => setShowDrawer(false)}
5141
+ >
5142
+ <DrawerHeader title="Announcements" />
5143
+ <DrawerBody>
5144
+ <FTXAnnouncement />
5145
+ <CatPictures />
5146
+ </DrawerBody>
5147
+ <Drawer>
5148
+ </Box>
5149
+ )
5150
+ }
5151
+ * ```
5152
+ *
5153
+ * ---
5154
+ *
5155
+ * Checkout {@link https://blade.razorpay.com/?path=/docs/components-drawer Drawer Documentation}
5156
+ *
5157
+ *
5158
+ */
5159
+ declare const Drawer: ({ isOpen, onDismiss, zIndex, children, accessibilityLabel, showOverlay, initialFocusRef, testID, }: DrawerProps) => React__default.ReactElement;
5160
+
5161
+ /**
5162
+ * #### Usage
5163
+ *
5164
+ * ```jsx
5165
+ * <DrawerHeader
5166
+ * title="Announcements"
5167
+ * subtitle="Checkout what's new in Razorpay"
5168
+ * titleSuffix={<DrawerHeaderBadge>New</DrawerHeaderBadge>}
5169
+ * leading={<DrawerHeaderIcon icon={AnnouncementIcon} />}
5170
+ * trailing={<Button icon={DownloadIcon} />}
5171
+ * />
5172
+ * ```
5173
+ *
5174
+ */
5175
+ declare const DrawerHeader: ({ title, subtitle, leading, trailing, titleSuffix, }: DrawerHeaderProps) => React__default.ReactElement;
5176
+ declare const DrawerBody: ({ children }: {
5177
+ children: React__default.ReactNode;
5178
+ }) => React__default.ReactElement;
5179
+
4988
5180
  type DropdownProps = {
4989
5181
  /**
4990
5182
  * Control open / close state of the Dropdown component
@@ -8683,4 +8875,4 @@ declare const VisuallyHidden: ({ children, testID }: VisuallyHiddenProps) => Rea
8683
8875
  */
8684
8876
  declare const screenReaderStyles: CSSObject;
8685
8877
 
8686
- export { Accordion, AccordionItem, AccordionItemProps, AccordionProps, ActionList, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemBadge, ActionListItemBadgeGroup, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionProps, ActivityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertTriangleIcon as AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon$1 as AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AnnouncementIcon, ApertureIcon, AppStoreIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, Attachment as AttachmentIcon, AutoComplete, AutoCompleteProps, AwardIcon, Badge, BadgeProps, BankIcon, BarChartAltIcon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BillIcon, BladeCommonEvents, BladeProvider, BladeProviderProps, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BottomSheet, BottomSheetBody, BottomSheetBodyProps, BottomSheetFooter, BottomSheetFooterProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetProps, Box, BoxIcon, BoxProps, BoxRefType, BriefcaseIcon, BulkPayoutsIcon, Button, ButtonProps, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderAmount, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, Carousel, CarouselItem, CarouselProps, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, Chip, ChipGroup, ChipGroupProps, ChipProps, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodepenIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CommandIcon, CompassIcon, ComponentIds, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, CustomersIcon, CutIcon, DashboardIcon, DeleteIcon, DiscIcon, Display, DisplayProps, Divider, DividerProps, DollarIcon, DollarsIcon, DownloadCloudIcon, DownloadIcon, Dropdown, DropdownButton, DropdownFooter, DropdownHeader, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EditComposeIcon, EditIcon, EditInlineIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FileZipIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, FullScreenEnterIcon, FullScreenExitIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphonesIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, IconButtonProps, IconColors, IconComponent, IconProps, IconSize, Identifier, ImageIcon, InboxIcon, Indicator, IndicatorProps, InfoIcon, InstagramIcon, InvoicesIcon, ItalicIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListItemText, ListItemTextProps, ListProps, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, MenuDotsIcon, MenuIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MoveIcon, MusicIcon, MyAccountIcon, NavigationIcon, OTPInput, OTPInputCommonProps, OTPInputProps, OctagonIcon, OffersIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonsIcon, PaymentLinksIcon, PaymentPagesIcon, PercentIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneOffIcon, PhoneOutgoingIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, Popover, PopoverInteractiveWrapper, PopoverProps, PopoverTriggerProps, PowerIcon, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, QRCodeIcon, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RazorpayIcon, RazorpayXIcon, RefreshIcon, RepeatIcon, ReportsIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RoutesIcon, RupeeIcon, RupeesIcon, SaveIcon, ScissorsIcon, SearchIcon, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, Skeleton, SkeletonProps, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, SlidersIcon, SmartCollectIcon, SmartphoneIcon, SpeakerIcon, Spinner, SpinnerProps, SpotlightPopoverStepRenderProps, SpotlightPopoverTour, SpotlightPopoverTourFooter, SpotlightPopoverTourProps, SpotlightPopoverTourStep, SpotlightPopoverTourSteps, SquareIcon, StampIcon, StarIcon, StopCircleIcon, 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, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, ToastContainer, ToastProps, ToggleLeftIcon, ToggleRightIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, TransactionsIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UseToastReturn, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VideoIcon, VideoOffIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XSquareIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, getTextProps, screenReaderStyles, useTheme, useToast };
8878
+ export { Accordion, AccordionItem, AccordionItemProps, AccordionProps, ActionList, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemBadge, ActionListItemBadgeGroup, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionProps, ActivityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertTriangleIcon as AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon$1 as AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AnnouncementIcon, ApertureIcon, AppStoreIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, Attachment as AttachmentIcon, AutoComplete, AutoCompleteProps, AwardIcon, Badge, BadgeProps, BankIcon, BarChartAltIcon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, 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, BulkPayoutsIcon, Button, ButtonProps, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderAmount, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, Carousel, CarouselItem, CarouselProps, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, Chip, ChipGroup, ChipGroupProps, ChipProps, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodepenIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CommandIcon, CompassIcon, ComponentIds, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, CustomersIcon, CutIcon, DashboardIcon, DeleteIcon, DiscIcon, Display, DisplayProps, Divider, DividerProps, DollarIcon, DollarsIcon, DownloadCloudIcon, DownloadIcon, Drawer, DrawerBody, DrawerHeader, DrawerHeaderProps, DrawerProps, Dropdown, DropdownButton, DropdownFooter, DropdownHeader, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EditComposeIcon, EditIcon, EditInlineIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FileZipIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, FullScreenEnterIcon, FullScreenExitIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphonesIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, IconButtonProps, IconColors, IconComponent, IconProps, IconSize, Identifier, ImageIcon, InboxIcon, Indicator, IndicatorProps, InfoIcon, InstagramIcon, InvoicesIcon, ItalicIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListItemText, ListItemTextProps, ListProps, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, MenuDotsIcon, MenuIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MoveIcon, MusicIcon, MyAccountIcon, NavigationIcon, OTPInput, OTPInputCommonProps, OTPInputProps, OctagonIcon, OffersIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonsIcon, PaymentLinksIcon, PaymentPagesIcon, PercentIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneOffIcon, PhoneOutgoingIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, Popover, PopoverInteractiveWrapper, PopoverProps, PopoverTriggerProps, PowerIcon, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, QRCodeIcon, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RazorpayIcon, RazorpayXIcon, RefreshIcon, RepeatIcon, ReportsIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RoutesIcon, RupeeIcon, RupeesIcon, SaveIcon, ScissorsIcon, SearchIcon, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, Skeleton, SkeletonProps, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, SlidersIcon, SmartCollectIcon, SmartphoneIcon, SpeakerIcon, Spinner, SpinnerProps, SpotlightPopoverStepRenderProps, SpotlightPopoverTour, SpotlightPopoverTourFooter, SpotlightPopoverTourProps, SpotlightPopoverTourStep, SpotlightPopoverTourSteps, SquareIcon, StampIcon, StarIcon, StopCircleIcon, 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, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, ToastContainer, ToastProps, ToggleLeftIcon, ToggleRightIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, TransactionsIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UseToastReturn, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VideoIcon, VideoOffIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XSquareIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, getTextProps, screenReaderStyles, useTheme, useToast };