@razorpay/blade 11.19.1 → 11.21.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 (179) hide show
  1. package/build/lib/native/components/Accordion/AccordionItem.js +1 -1
  2. package/build/lib/native/components/Accordion/AccordionItem.js.map +1 -1
  3. package/build/lib/native/components/Collapsible/Collapsible.js +1 -1
  4. package/build/lib/native/components/Collapsible/Collapsible.js.map +1 -1
  5. package/build/lib/native/components/Collapsible/CollapsibleBody.js +1 -1
  6. package/build/lib/native/components/Collapsible/CollapsibleBody.js.map +1 -1
  7. package/build/lib/native/components/Collapsible/CollapsibleBodyContent.native.js +1 -1
  8. package/build/lib/native/components/Collapsible/CollapsibleBodyContent.native.js.map +1 -1
  9. package/build/lib/native/components/Collapsible/CollapsibleLink.js +8 -1
  10. package/build/lib/native/components/Collapsible/CollapsibleLink.js.map +1 -1
  11. package/build/lib/native/components/Collapsible/commonStyles.js +1 -1
  12. package/build/lib/native/components/Collapsible/commonStyles.js.map +1 -1
  13. package/build/lib/native/components/ProgressBar/CircularProgressBar.native.js +1 -1
  14. package/build/lib/native/components/ProgressBar/CircularProgressBar.native.js.map +1 -1
  15. package/build/lib/native/components/SideNav/SideNav.native.js +17 -0
  16. package/build/lib/native/components/SideNav/SideNav.native.js.map +1 -0
  17. package/build/lib/native/components/SideNav/SideNavBody.native.js +17 -0
  18. package/build/lib/native/components/SideNav/SideNavBody.native.js.map +1 -0
  19. package/build/lib/native/components/SideNav/SideNavFooter.native.js +17 -0
  20. package/build/lib/native/components/SideNav/SideNavFooter.native.js.map +1 -0
  21. package/build/lib/native/components/SideNav/SideNavItems/SideNavItem.native.js +17 -0
  22. package/build/lib/native/components/SideNav/SideNavItems/SideNavItem.native.js.map +1 -0
  23. package/build/lib/native/components/SideNav/SideNavItems/SideNavLink.native.js +17 -0
  24. package/build/lib/native/components/SideNav/SideNavItems/SideNavLink.native.js.map +1 -0
  25. package/build/lib/native/components/SideNav/SideNavLevel.native.js +17 -0
  26. package/build/lib/native/components/SideNav/SideNavLevel.native.js.map +1 -0
  27. package/build/lib/native/components/SideNav/SideNavSection.native.js +17 -0
  28. package/build/lib/native/components/SideNav/SideNavSection.native.js.map +1 -0
  29. package/build/lib/native/components/Typography/BaseText/getBaseTextStyles.js +1 -1
  30. package/build/lib/native/components/Typography/BaseText/getBaseTextStyles.js.map +1 -1
  31. package/build/lib/native/components/index.js +7 -0
  32. package/build/lib/native/components/index.js.map +1 -1
  33. package/build/lib/native/tokens/global/size.js +1 -1
  34. package/build/lib/native/tokens/global/size.js.map +1 -1
  35. package/build/lib/native/utils/metaAttribute/metaConstants.js +1 -1
  36. package/build/lib/native/utils/metaAttribute/metaConstants.js.map +1 -1
  37. package/build/lib/web/development/components/Accordion/AccordionItem.js +1 -0
  38. package/build/lib/web/development/components/Accordion/AccordionItem.js.map +1 -1
  39. package/build/lib/web/development/components/Collapsible/Collapsible.js +4 -2
  40. package/build/lib/web/development/components/Collapsible/Collapsible.js.map +1 -1
  41. package/build/lib/web/development/components/Collapsible/CollapsibleBody.js +4 -1
  42. package/build/lib/web/development/components/Collapsible/CollapsibleBody.js.map +1 -1
  43. package/build/lib/web/development/components/Collapsible/CollapsibleBodyContent.web.js +4 -2
  44. package/build/lib/web/development/components/Collapsible/CollapsibleBodyContent.web.js.map +1 -1
  45. package/build/lib/web/development/components/Collapsible/CollapsibleLink.js +16 -4
  46. package/build/lib/web/development/components/Collapsible/CollapsibleLink.js.map +1 -1
  47. package/build/lib/web/development/components/Collapsible/commonStyles.js +5 -1
  48. package/build/lib/web/development/components/Collapsible/commonStyles.js.map +1 -1
  49. package/build/lib/web/development/components/DatePicker/Calendar.web.js +9 -5
  50. package/build/lib/web/development/components/DatePicker/Calendar.web.js.map +1 -1
  51. package/build/lib/web/development/components/DatePicker/CalendarStyles.web.js +40 -33
  52. package/build/lib/web/development/components/DatePicker/CalendarStyles.web.js.map +1 -1
  53. package/build/lib/web/development/components/DatePicker/DateInput.web.js +2 -1
  54. package/build/lib/web/development/components/DatePicker/DateInput.web.js.map +1 -1
  55. package/build/lib/web/development/components/DatePicker/DatePicker.web.js +5 -5
  56. package/build/lib/web/development/components/DatePicker/DatePicker.web.js.map +1 -1
  57. package/build/lib/web/development/components/DatePicker/shiftTimezone.js +39 -0
  58. package/build/lib/web/development/components/DatePicker/shiftTimezone.js.map +1 -0
  59. package/build/lib/web/development/components/DatePicker/useControlledDates.js +5 -8
  60. package/build/lib/web/development/components/DatePicker/useControlledDates.js.map +1 -1
  61. package/build/lib/web/development/components/DatePicker/utils.js +33 -1
  62. package/build/lib/web/development/components/DatePicker/utils.js.map +1 -1
  63. package/build/lib/web/development/components/Drawer/Drawer.web.js +25 -10
  64. package/build/lib/web/development/components/Drawer/Drawer.web.js.map +1 -1
  65. package/build/lib/web/development/components/Drawer/DrawerContext.js +3 -1
  66. package/build/lib/web/development/components/Drawer/DrawerContext.js.map +1 -1
  67. package/build/lib/web/development/components/Drawer/DrawerSubcomponents.web.js +26 -4
  68. package/build/lib/web/development/components/Drawer/DrawerSubcomponents.web.js.map +1 -1
  69. package/build/lib/web/development/components/Drawer/StackProvider.js +21 -12
  70. package/build/lib/web/development/components/Drawer/StackProvider.js.map +1 -1
  71. package/build/lib/web/development/components/Drawer/index.js +1 -1
  72. package/build/lib/web/development/components/FileUpload/FileUpload.web.js +3 -0
  73. package/build/lib/web/development/components/FileUpload/FileUpload.web.js.map +1 -1
  74. package/build/lib/web/development/components/SideNav/SideNav.web.js +360 -0
  75. package/build/lib/web/development/components/SideNav/SideNav.web.js.map +1 -0
  76. package/build/lib/web/development/components/SideNav/SideNavBody.web.js +17 -0
  77. package/build/lib/web/development/components/SideNav/SideNavBody.web.js.map +1 -0
  78. package/build/lib/web/development/components/SideNav/SideNavContext.js +23 -0
  79. package/build/lib/web/development/components/SideNav/SideNavContext.js.map +1 -0
  80. package/build/lib/web/development/components/SideNav/SideNavFooter.web.js +55 -0
  81. package/build/lib/web/development/components/SideNav/SideNavFooter.web.js.map +1 -0
  82. package/build/lib/web/development/components/SideNav/SideNavItems/SideNavItem.web.js +66 -0
  83. package/build/lib/web/development/components/SideNav/SideNavItems/SideNavItem.web.js.map +1 -0
  84. package/build/lib/web/development/components/SideNav/SideNavItems/SideNavLink.web.js +348 -0
  85. package/build/lib/web/development/components/SideNav/SideNavItems/SideNavLink.web.js.map +1 -0
  86. package/build/lib/web/development/components/SideNav/SideNavItems/TooltipifyNavItem.js +22 -0
  87. package/build/lib/web/development/components/SideNav/SideNavItems/TooltipifyNavItem.js.map +1 -0
  88. package/build/lib/web/development/components/SideNav/SideNavLevel.web.js +65 -0
  89. package/build/lib/web/development/components/SideNav/SideNavLevel.web.js.map +1 -0
  90. package/build/lib/web/development/components/SideNav/SideNavSection.web.js +141 -0
  91. package/build/lib/web/development/components/SideNav/SideNavSection.web.js.map +1 -0
  92. package/build/lib/web/development/components/SideNav/index.js +8 -0
  93. package/build/lib/web/development/components/SideNav/index.js.map +1 -0
  94. package/build/lib/web/development/components/SideNav/tokens.js +33 -0
  95. package/build/lib/web/development/components/SideNav/tokens.js.map +1 -0
  96. package/build/lib/web/development/components/SkipNav/SkipNav.web.js +11 -3
  97. package/build/lib/web/development/components/SkipNav/SkipNav.web.js.map +1 -1
  98. package/build/lib/web/development/components/Typography/BaseText/getBaseTextStyles.js +1 -1
  99. package/build/lib/web/development/components/Typography/BaseText/getBaseTextStyles.js.map +1 -1
  100. package/build/lib/web/development/components/index.js +9 -1
  101. package/build/lib/web/development/components/index.js.map +1 -1
  102. package/build/lib/web/development/tokens/global/size.js +6 -0
  103. package/build/lib/web/development/tokens/global/size.js.map +1 -1
  104. package/build/lib/web/development/utils/metaAttribute/metaConstants.js +1 -0
  105. package/build/lib/web/development/utils/metaAttribute/metaConstants.js.map +1 -1
  106. package/build/lib/web/production/components/Accordion/AccordionItem.js +1 -0
  107. package/build/lib/web/production/components/Accordion/AccordionItem.js.map +1 -1
  108. package/build/lib/web/production/components/Collapsible/Collapsible.js +4 -2
  109. package/build/lib/web/production/components/Collapsible/Collapsible.js.map +1 -1
  110. package/build/lib/web/production/components/Collapsible/CollapsibleBody.js +4 -1
  111. package/build/lib/web/production/components/Collapsible/CollapsibleBody.js.map +1 -1
  112. package/build/lib/web/production/components/Collapsible/CollapsibleBodyContent.web.js +4 -2
  113. package/build/lib/web/production/components/Collapsible/CollapsibleBodyContent.web.js.map +1 -1
  114. package/build/lib/web/production/components/Collapsible/CollapsibleLink.js +16 -4
  115. package/build/lib/web/production/components/Collapsible/CollapsibleLink.js.map +1 -1
  116. package/build/lib/web/production/components/Collapsible/commonStyles.js +5 -1
  117. package/build/lib/web/production/components/Collapsible/commonStyles.js.map +1 -1
  118. package/build/lib/web/production/components/DatePicker/Calendar.web.js +9 -5
  119. package/build/lib/web/production/components/DatePicker/Calendar.web.js.map +1 -1
  120. package/build/lib/web/production/components/DatePicker/CalendarStyles.web.js +40 -33
  121. package/build/lib/web/production/components/DatePicker/CalendarStyles.web.js.map +1 -1
  122. package/build/lib/web/production/components/DatePicker/DateInput.web.js +2 -1
  123. package/build/lib/web/production/components/DatePicker/DateInput.web.js.map +1 -1
  124. package/build/lib/web/production/components/DatePicker/DatePicker.web.js +5 -5
  125. package/build/lib/web/production/components/DatePicker/DatePicker.web.js.map +1 -1
  126. package/build/lib/web/production/components/DatePicker/shiftTimezone.js +39 -0
  127. package/build/lib/web/production/components/DatePicker/shiftTimezone.js.map +1 -0
  128. package/build/lib/web/production/components/DatePicker/useControlledDates.js +5 -8
  129. package/build/lib/web/production/components/DatePicker/useControlledDates.js.map +1 -1
  130. package/build/lib/web/production/components/DatePicker/utils.js +33 -1
  131. package/build/lib/web/production/components/DatePicker/utils.js.map +1 -1
  132. package/build/lib/web/production/components/Drawer/Drawer.web.js +25 -10
  133. package/build/lib/web/production/components/Drawer/Drawer.web.js.map +1 -1
  134. package/build/lib/web/production/components/Drawer/DrawerContext.js +3 -1
  135. package/build/lib/web/production/components/Drawer/DrawerContext.js.map +1 -1
  136. package/build/lib/web/production/components/Drawer/DrawerSubcomponents.web.js +26 -4
  137. package/build/lib/web/production/components/Drawer/DrawerSubcomponents.web.js.map +1 -1
  138. package/build/lib/web/production/components/Drawer/StackProvider.js +21 -12
  139. package/build/lib/web/production/components/Drawer/StackProvider.js.map +1 -1
  140. package/build/lib/web/production/components/Drawer/index.js +1 -1
  141. package/build/lib/web/production/components/FileUpload/FileUpload.web.js +3 -0
  142. package/build/lib/web/production/components/FileUpload/FileUpload.web.js.map +1 -1
  143. package/build/lib/web/production/components/SideNav/SideNav.web.js +360 -0
  144. package/build/lib/web/production/components/SideNav/SideNav.web.js.map +1 -0
  145. package/build/lib/web/production/components/SideNav/SideNavBody.web.js +17 -0
  146. package/build/lib/web/production/components/SideNav/SideNavBody.web.js.map +1 -0
  147. package/build/lib/web/production/components/SideNav/SideNavContext.js +23 -0
  148. package/build/lib/web/production/components/SideNav/SideNavContext.js.map +1 -0
  149. package/build/lib/web/production/components/SideNav/SideNavFooter.web.js +55 -0
  150. package/build/lib/web/production/components/SideNav/SideNavFooter.web.js.map +1 -0
  151. package/build/lib/web/production/components/SideNav/SideNavItems/SideNavItem.web.js +66 -0
  152. package/build/lib/web/production/components/SideNav/SideNavItems/SideNavItem.web.js.map +1 -0
  153. package/build/lib/web/production/components/SideNav/SideNavItems/SideNavLink.web.js +348 -0
  154. package/build/lib/web/production/components/SideNav/SideNavItems/SideNavLink.web.js.map +1 -0
  155. package/build/lib/web/production/components/SideNav/SideNavItems/TooltipifyNavItem.js +22 -0
  156. package/build/lib/web/production/components/SideNav/SideNavItems/TooltipifyNavItem.js.map +1 -0
  157. package/build/lib/web/production/components/SideNav/SideNavLevel.web.js +65 -0
  158. package/build/lib/web/production/components/SideNav/SideNavLevel.web.js.map +1 -0
  159. package/build/lib/web/production/components/SideNav/SideNavSection.web.js +141 -0
  160. package/build/lib/web/production/components/SideNav/SideNavSection.web.js.map +1 -0
  161. package/build/lib/web/production/components/SideNav/index.js +8 -0
  162. package/build/lib/web/production/components/SideNav/index.js.map +1 -0
  163. package/build/lib/web/production/components/SideNav/tokens.js +33 -0
  164. package/build/lib/web/production/components/SideNav/tokens.js.map +1 -0
  165. package/build/lib/web/production/components/SkipNav/SkipNav.web.js +11 -3
  166. package/build/lib/web/production/components/SkipNav/SkipNav.web.js.map +1 -1
  167. package/build/lib/web/production/components/Typography/BaseText/getBaseTextStyles.js +1 -1
  168. package/build/lib/web/production/components/Typography/BaseText/getBaseTextStyles.js.map +1 -1
  169. package/build/lib/web/production/components/index.js +9 -1
  170. package/build/lib/web/production/components/index.js.map +1 -1
  171. package/build/lib/web/production/tokens/global/size.js +6 -0
  172. package/build/lib/web/production/tokens/global/size.js.map +1 -1
  173. package/build/lib/web/production/utils/metaAttribute/metaConstants.js +1 -0
  174. package/build/lib/web/production/utils/metaAttribute/metaConstants.js.map +1 -1
  175. package/build/types/components/index.d.ts +1455 -1227
  176. package/build/types/components/index.native.d.ts +245 -36
  177. package/build/types/tokens/index.d.ts +6 -0
  178. package/build/types/tokens/index.native.d.ts +6 -0
  179. package/package.json +4 -4
@@ -3075,7 +3075,7 @@ type TextColors = `interactive.text.${InteractiveText}` | `surface.text.${Surfac
3075
3075
  type As = 'code' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'span' | 'abbr' | 'q' | 'cite' | 'figcaption' | 'div' | 'label';
3076
3076
  type BaseTextProps = {
3077
3077
  id?: string;
3078
- color?: TextColors;
3078
+ color?: TextColors | 'currentColor';
3079
3079
  fontFamily?: keyof Theme['typography']['fonts']['family'];
3080
3080
  fontSize?: keyof Theme['typography']['fonts']['size'];
3081
3081
  fontWeight?: keyof Theme['typography']['fonts']['weight'];
@@ -5338,15 +5338,19 @@ type CollapsibleProps = {
5338
5338
  onExpandChange?: ({ isExpanded }: {
5339
5339
  isExpanded: boolean;
5340
5340
  }) => void;
5341
+ /**
5342
+ * **Internal**: disables trigger validations. Used for AccordionButton and SideNavLink internally
5343
+ */
5344
+ _dangerouslyDisableValidations?: boolean;
5341
5345
  /**
5342
5346
  * **Internal**: used to override responsive width restrictions
5343
5347
  */
5344
5348
  _shouldApplyWidthRestrictions?: boolean;
5345
5349
  } & TestID & StyledPropsBlade;
5346
- declare const Collapsible: ({ children, direction, defaultIsExpanded, isExpanded, onExpandChange, testID, _shouldApplyWidthRestrictions, ...styledProps }: CollapsibleProps) => ReactElement;
5350
+ declare const Collapsible: ({ children, direction, defaultIsExpanded, isExpanded, onExpandChange, testID, _shouldApplyWidthRestrictions, _dangerouslyDisableValidations, ...styledProps }: CollapsibleProps) => ReactElement;
5347
5351
 
5348
- type CollapsibleLinkProps = Pick<LinkProps, 'size' | 'isDisabled' | 'testID' | 'accessibilityLabel' | 'children'>;
5349
- declare const CollapsibleLink: ({ children, size, isDisabled, testID, accessibilityLabel, }: CollapsibleLinkProps) => ReactElement;
5352
+ type CollapsibleLinkProps = Pick<LinkProps, 'color' | 'size' | 'isDisabled' | 'testID' | 'accessibilityLabel' | 'children'> & StyledPropsBlade;
5353
+ declare const CollapsibleLink: ({ children, size, color, isDisabled, testID, accessibilityLabel, ...styledProps }: CollapsibleLinkProps) => ReactElement;
5350
5354
 
5351
5355
  type CollapsibleButtonProps = Pick<ButtonProps, 'variant' | 'size' | 'iconPosition' | 'isDisabled' | 'testID' | 'accessibilityLabel' | 'icon' | 'children'>;
5352
5356
  declare const CollapsibleButton: React$1.ForwardRefExoticComponent<CollapsibleButtonProps & React$1.RefAttributes<BladeElementRef>>;
@@ -5354,8 +5358,15 @@ declare const CollapsibleButton: React$1.ForwardRefExoticComponent<CollapsibleBu
5354
5358
  type CollapsibleBodyProps = {
5355
5359
  children: ReactNode;
5356
5360
  width?: BaseBoxProps['width'];
5361
+ /**
5362
+ * Internal
5363
+ *
5364
+ * Set to false to remove margin of CollapsibleBody
5365
+ */
5366
+ _hasMargin?: boolean;
5357
5367
  } & TestID;
5358
- declare const CollapsibleBody: ({ children, testID, width }: CollapsibleBodyProps) => ReactElement;
5368
+
5369
+ declare const CollapsibleBody: ({ children, testID, width, _hasMargin, }: CollapsibleBodyProps) => ReactElement;
5359
5370
 
5360
5371
  type DividerProps = {
5361
5372
  /**
@@ -5430,6 +5441,13 @@ type DrawerProps = {
5430
5441
  * Ref to the element that should receive focus when opening the drawer.
5431
5442
  */
5432
5443
  initialFocusRef?: React.MutableRefObject<any>;
5444
+ /**
5445
+ * If `true`, the DrawerBody will be rendered only when it becomes active.
5446
+ * Set to `false` to keep DrawerBody in DOM
5447
+ *
5448
+ * @default true
5449
+ */
5450
+ isLazy?: boolean;
5433
5451
  } & TestID;
5434
5452
  type DrawerHeaderProps = {
5435
5453
  /**
@@ -7503,6 +7521,227 @@ type RadioGroupProps = {
7503
7521
  } & TestID & StyledPropsBlade;
7504
7522
  declare const RadioGroup: ({ children, label, helpText, isDisabled, isRequired, necessityIndicator, labelPosition, validationState, errorText, name, defaultValue, onChange, value, size, testID, ...styledProps }: RadioGroupProps) => React__default.ReactElement;
7505
7523
 
7524
+ type TooltipProps = {
7525
+ /**
7526
+ * Tooltip title
7527
+ */
7528
+ title?: string;
7529
+ /**
7530
+ * Tooltip content
7531
+ */
7532
+ content: string;
7533
+ /**
7534
+ * Placement of tooltip
7535
+ *
7536
+ * @default "top"
7537
+ */
7538
+ placement?: Exclude<UseFloatingOptions['placement'], 'left-end' | 'left-start' | 'right-end' | 'right-start'>;
7539
+ children: React.ReactElement;
7540
+ onOpenChange?: ({ isOpen }: {
7541
+ isOpen: boolean;
7542
+ }) => void;
7543
+ /**
7544
+ * Sets the z-index of the modal
7545
+ * @default 1100
7546
+ */
7547
+ zIndex?: number;
7548
+ };
7549
+
7550
+ declare const Tooltip: ({ title, content, children, placement, onOpenChange, zIndex, }: TooltipProps) => React__default.ReactElement;
7551
+
7552
+ declare const TooltipInteractiveWrapper: React__default.ForwardRefExoticComponent<PressableProps & React__default.RefAttributes<View>>;
7553
+
7554
+ type SideNavProps = {
7555
+ /**
7556
+ * Children slot.
7557
+ *
7558
+ * Supports SideNavFooter, SideNavBody
7559
+ */
7560
+ children: React__default.ReactNode;
7561
+ /**
7562
+ * **Only applicable in mobile**
7563
+ *
7564
+ * State for opening / closing the SideNav in mobile
7565
+ */
7566
+ isOpen?: DrawerProps['isOpen'];
7567
+ /**
7568
+ * **Only applicable in mobile**
7569
+ *
7570
+ * Callback when SideNav is closed
7571
+ */
7572
+ onDismiss?: DrawerProps['onDismiss'];
7573
+ /**
7574
+ * Banner slot for usecases like adding Activation Panel
7575
+ *
7576
+ * **IMPORTANT** Avoid adding promotional items in this
7577
+ */
7578
+ banner?: React__default.ReactElement;
7579
+ } & StyledPropsBlade & TestID;
7580
+ type SideNavLinkProps = {
7581
+ /**
7582
+ * title of the Link
7583
+ */
7584
+ title: string;
7585
+ /**
7586
+ * Slot after the title.
7587
+ *
7588
+ * Used for <Badge />, <Counter /> in most cases
7589
+ */
7590
+ titleSuffix?: React__default.ReactElement;
7591
+ /**
7592
+ * Trailing slot for item. Only visible on hover of the item
7593
+ *
7594
+ * Used for <Button />
7595
+ */
7596
+ trailing?: React__default.ReactElement;
7597
+ /**
7598
+ * href of the link
7599
+ */
7600
+ href?: LinkProps['href'];
7601
+ /**
7602
+ * Anchor tag `target` attribute
7603
+ */
7604
+ target?: LinkProps['target'];
7605
+ /**
7606
+ * as prop to pass ReactRouter's Link component.
7607
+ *
7608
+ * ```jsx
7609
+ * import { Link } from 'react-router-dom';
7610
+ *
7611
+ * <SideNavLink as={Link} />
7612
+ * ```
7613
+ */
7614
+ as: React__default.ComponentType<any>;
7615
+ /**
7616
+ * Set Active state of SideNavLink.
7617
+ *
7618
+ * Checkout SideNav documentation for usage
7619
+ */
7620
+ isActive?: boolean;
7621
+ /**
7622
+ * Leading icon for SideNavLink
7623
+ */
7624
+ icon?: IconComponent;
7625
+ /**
7626
+ * Children slot to add Nested Menu
7627
+ *
7628
+ * ```jsx
7629
+ * <SideNavLink title="L2 Trigger" href="/l2-first-item">
7630
+ * <SideNavLevel>
7631
+ * <SideNavLink title="L2 Item" href="/l2-first-item" />
7632
+ * <SideNavLink title="L2 Item 2" href="/l2-second-item" />
7633
+ * </SideNavLevel>
7634
+ * </SideNavLink>
7635
+ * ```
7636
+ */
7637
+ children?: React__default.ReactElement;
7638
+ /**
7639
+ * Tooltip object to add tooltip to SideNavLink
7640
+ *
7641
+ * ```jsx
7642
+ * <SideNavLink
7643
+ * tooltip={{
7644
+ * title: 'Tooltip Title',
7645
+ * content: 'Tooltip description'
7646
+ * }}
7647
+ * />
7648
+ * ```
7649
+ */
7650
+ tooltip?: Pick<TooltipProps, 'title' | 'content' | 'onOpenChange'>;
7651
+ };
7652
+ type SideNavSectionProps = {
7653
+ title?: string;
7654
+ /**
7655
+ * Number of items after which the items are collapsed into `+x more`
7656
+ */
7657
+ maxVisibleItems?: number;
7658
+ /**
7659
+ * Default value if the nav section is expanded or collapsed after maxVisibleItems
7660
+ *
7661
+ * @default false
7662
+ */
7663
+ defaultIsExpanded?: boolean;
7664
+ /**
7665
+ * Callback when `+x more is clicked`
7666
+ */
7667
+ onExpandChange?: ({ isExpanded }: {
7668
+ isExpanded: boolean;
7669
+ }) => void;
7670
+ /**
7671
+ * Children slot for SideNavLink
7672
+ */
7673
+ children: React__default.ReactElement[];
7674
+ };
7675
+ type SideNavFooterProps = {
7676
+ /**
7677
+ * Children slot for SideNavLink, SideNavItem
7678
+ */
7679
+ children: React__default.ReactElement[] | React__default.ReactElement;
7680
+ };
7681
+ type SideNavItemProps = {
7682
+ /**
7683
+ * Leading slot for SideNavItem.
7684
+ *
7685
+ * Meant for Indicator, Icon, etc
7686
+ */
7687
+ leading: React__default.ReactElement;
7688
+ /**
7689
+ * Trailing slot for SideNavItem.
7690
+ *
7691
+ * Meant for Button, Switch, etc
7692
+ */
7693
+ trailing: React__default.ReactElement;
7694
+ /**
7695
+ * Title of SideNavItem
7696
+ */
7697
+ title: string;
7698
+ /**
7699
+ * Render item of container. Use as="label" when using Switch or form input in trailing
7700
+ *
7701
+ * @default div
7702
+ */
7703
+ as?: 'label' | 'div';
7704
+ /**
7705
+ * backgroundColor of the item
7706
+ *
7707
+ * @default undefined
7708
+ */
7709
+ backgroundColor?: BaseBoxProps['backgroundColor'];
7710
+ /**
7711
+ * Tooltip object to add tooltip to SideNavItem
7712
+ *
7713
+ * ```jsx
7714
+ * <SideNavItem
7715
+ * tooltip={{
7716
+ * title: 'Tooltip Title',
7717
+ * content: 'Tooltip description'
7718
+ * }}
7719
+ * />
7720
+ * ```
7721
+ */
7722
+ tooltip?: SideNavLinkProps['tooltip'];
7723
+ };
7724
+ type SideNavBodyProps = {
7725
+ children: React__default.ReactElement | React__default.ReactElement[];
7726
+ };
7727
+ type SideNavLevelProps = {
7728
+ children: React__default.ReactElement | React__default.ReactElement[];
7729
+ };
7730
+
7731
+ declare const SideNav: (_props: SideNavProps) => React.ReactElement;
7732
+
7733
+ declare const SideNavLink: (_props: SideNavLinkProps) => React.ReactElement;
7734
+
7735
+ declare const SideNavLevel: (_props: SideNavLevelProps) => React.ReactElement;
7736
+
7737
+ declare const SideNavSection: (_props: SideNavSectionProps) => React.ReactElement;
7738
+
7739
+ declare const SideNavItem: (_props: SideNavItemProps) => React.ReactElement;
7740
+
7741
+ declare const SideNavFooter: (_props: SideNavFooterProps) => React.ReactElement;
7742
+
7743
+ declare const SideNavBody: (_props: SideNavBodyProps) => React.ReactElement;
7744
+
7506
7745
  type SkeletonProps = StyledPropsBlade & Pick<BaseBoxProps, 'width' | 'maxWidth' | 'minWidth' | 'height' | 'maxHeight' | 'minHeight' | 'borderRadius'> & Partial<FlexboxProps> & {
7507
7746
  testID?: string;
7508
7747
  };
@@ -8725,36 +8964,6 @@ type TagProps = {
8725
8964
  */
8726
8965
  declare const Tag: ({ size, icon: Icon, onDismiss, children, isDisabled, testID, _isVirtuallyFocused, _isTagInsideInput, ...styledProps }: TagProps) => React__default.ReactElement | null;
8727
8966
 
8728
- type TooltipProps = {
8729
- /**
8730
- * Tooltip title
8731
- */
8732
- title?: string;
8733
- /**
8734
- * Tooltip content
8735
- */
8736
- content: string;
8737
- /**
8738
- * Placement of tooltip
8739
- *
8740
- * @default "top"
8741
- */
8742
- placement?: Exclude<UseFloatingOptions['placement'], 'left-end' | 'left-start' | 'right-end' | 'right-start'>;
8743
- children: React.ReactElement;
8744
- onOpenChange?: ({ isOpen }: {
8745
- isOpen: boolean;
8746
- }) => void;
8747
- /**
8748
- * Sets the z-index of the modal
8749
- * @default 1100
8750
- */
8751
- zIndex?: number;
8752
- };
8753
-
8754
- declare const Tooltip: ({ title, content, children, placement, onOpenChange, zIndex, }: TooltipProps) => React__default.ReactElement;
8755
-
8756
- declare const TooltipInteractiveWrapper: React__default.ForwardRefExoticComponent<PressableProps & React__default.RefAttributes<View>>;
8757
-
8758
8967
  declare const ToastContainer: () => React.ReactElement;
8759
8968
 
8760
8969
  type ToastProps = {
@@ -8836,4 +9045,4 @@ declare const VisuallyHidden: ({ children, testID }: VisuallyHiddenProps) => Rea
8836
9045
  */
8837
9046
  declare const screenReaderStyles: CSSObject;
8838
9047
 
8839
- 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, MenuDotsIcon, MenuIcon, 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, 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, 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 };
9048
+ 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, MenuDotsIcon, MenuIcon, 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, 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 };
@@ -776,6 +776,8 @@ declare const size: {
776
776
  readonly 44: 44;
777
777
  /** 48 px */
778
778
  readonly 48: 48;
779
+ /** 52 px */
780
+ readonly 52: 52;
779
781
  /** 56 px */
780
782
  readonly 56: 56;
781
783
  /** 60 px */
@@ -798,6 +800,10 @@ declare const size: {
798
800
  readonly 200: 200;
799
801
  /** 240 px */
800
802
  readonly 240: 240;
803
+ /** 256 px */
804
+ readonly 256: 256;
805
+ /** 264 px */
806
+ readonly 264: 264;
801
807
  /** 300 px */
802
808
  readonly 300: 300;
803
809
  /** 314 px */
@@ -776,6 +776,8 @@ declare const size: {
776
776
  readonly 44: 44;
777
777
  /** 48 px */
778
778
  readonly 48: 48;
779
+ /** 52 px */
780
+ readonly 52: 52;
779
781
  /** 56 px */
780
782
  readonly 56: 56;
781
783
  /** 60 px */
@@ -798,6 +800,10 @@ declare const size: {
798
800
  readonly 200: 200;
799
801
  /** 240 px */
800
802
  readonly 240: 240;
803
+ /** 256 px */
804
+ readonly 256: 256;
805
+ /** 264 px */
806
+ readonly 264: 264;
801
807
  /** 300 px */
802
808
  readonly 300: 300;
803
809
  /** 314 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.19.1",
4
+ "version": "11.21.0",
5
5
  "license": "MIT",
6
6
  "engines": {
7
7
  "node": ">=18.12.1"
@@ -144,9 +144,9 @@
144
144
  "@table-library/react-table-library": "4.1.7",
145
145
  "tinycolor2": "1.6.0",
146
146
  "universal-base64": "2.1.0",
147
- "@mantine/core": "7.8.1",
148
- "@mantine/dates": "7.8.1",
149
- "@mantine/hooks": "7.8.1",
147
+ "@mantine/core": "6.0.21",
148
+ "@mantine/dates": "6.0.21",
149
+ "@mantine/hooks": "6.0.21",
150
150
  "dayjs": "1.11.10"
151
151
  },
152
152
  "devDependencies": {