@razorpay/blade 11.17.0 → 11.18.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 (148) hide show
  1. package/build/lib/native/components/ActionList/ActionListItem.js +2 -1
  2. package/build/lib/native/components/ActionList/ActionListItem.js.map +1 -1
  3. package/build/lib/native/components/Avatar/Avatar.native.js +7 -0
  4. package/build/lib/native/components/Avatar/Avatar.native.js.map +1 -0
  5. package/build/lib/native/components/Avatar/AvatarGroup.native.js +7 -0
  6. package/build/lib/native/components/Avatar/AvatarGroup.native.js.map +1 -0
  7. package/build/lib/native/components/Button/BaseButton/BaseButton.js +1 -1
  8. package/build/lib/native/components/Button/BaseButton/BaseButton.js.map +1 -1
  9. package/build/lib/native/components/Dropdown/Dropdown.js +1 -1
  10. package/build/lib/native/components/Dropdown/Dropdown.js.map +1 -1
  11. package/build/lib/native/components/Dropdown/dropdownComponentIds.js +1 -1
  12. package/build/lib/native/components/Dropdown/dropdownComponentIds.js.map +1 -1
  13. package/build/lib/native/components/Dropdown/dropdownUtils.js +1 -1
  14. package/build/lib/native/components/Dropdown/dropdownUtils.js.map +1 -1
  15. package/build/lib/native/components/Dropdown/useDropdown.js.map +1 -1
  16. package/build/lib/native/components/Input/BaseInput/BaseInputVisuals.js +1 -1
  17. package/build/lib/native/components/Input/BaseInput/BaseInputVisuals.js.map +1 -1
  18. package/build/lib/native/components/Input/SearchInput/SearchInput.js +34 -0
  19. package/build/lib/native/components/Input/SearchInput/SearchInput.js.map +1 -0
  20. package/build/lib/native/components/index.js +3 -0
  21. package/build/lib/native/components/index.js.map +1 -1
  22. package/build/lib/native/tokens/global/size.js +1 -1
  23. package/build/lib/native/tokens/global/size.js.map +1 -1
  24. package/build/lib/native/tokens/theme/bladeTheme.js +1 -1
  25. package/build/lib/native/tokens/theme/bladeTheme.js.map +1 -1
  26. package/build/lib/native/utils/metaAttribute/metaConstants.js +1 -1
  27. package/build/lib/native/utils/metaAttribute/metaConstants.js.map +1 -1
  28. package/build/lib/native/utils/useVerifyAllowedChildren/useVerifyAllowedChildren.js +1 -1
  29. package/build/lib/native/utils/useVerifyAllowedChildren/useVerifyAllowedChildren.js.map +1 -1
  30. package/build/lib/web/development/components/ActionList/ActionListItem.js +3 -1
  31. package/build/lib/web/development/components/ActionList/ActionListItem.js.map +1 -1
  32. package/build/lib/web/development/components/Avatar/Avatar.web.js +125 -0
  33. package/build/lib/web/development/components/Avatar/Avatar.web.js.map +1 -0
  34. package/build/lib/web/development/components/Avatar/AvatarButton.js +86 -0
  35. package/build/lib/web/development/components/Avatar/AvatarButton.js.map +1 -0
  36. package/build/lib/web/development/components/Avatar/AvatarGroup.web.js +114 -0
  37. package/build/lib/web/development/components/Avatar/AvatarGroup.web.js.map +1 -0
  38. package/build/lib/web/development/components/Avatar/AvatarGroupContext.js +11 -0
  39. package/build/lib/web/development/components/Avatar/AvatarGroupContext.js.map +1 -0
  40. package/build/lib/web/development/components/Avatar/StyledAvatar.js +30 -0
  41. package/build/lib/web/development/components/Avatar/StyledAvatar.js.map +1 -0
  42. package/build/lib/web/development/components/Avatar/StyledAvatarButton.js +48 -0
  43. package/build/lib/web/development/components/Avatar/StyledAvatarButton.js.map +1 -0
  44. package/build/lib/web/development/components/Avatar/StyledAvatarGroup.js +24 -0
  45. package/build/lib/web/development/components/Avatar/StyledAvatarGroup.js.map +1 -0
  46. package/build/lib/web/development/components/Avatar/avatarTokens.js +49 -0
  47. package/build/lib/web/development/components/Avatar/avatarTokens.js.map +1 -0
  48. package/build/lib/web/development/components/Avatar/index.js +3 -0
  49. package/build/lib/web/development/components/Avatar/index.js.map +1 -0
  50. package/build/lib/web/development/components/Button/BaseButton/BaseButton.js +1 -1
  51. package/build/lib/web/development/components/Button/BaseButton/BaseButton.js.map +1 -1
  52. package/build/lib/web/development/components/Dropdown/Dropdown.js +4 -1
  53. package/build/lib/web/development/components/Dropdown/Dropdown.js.map +1 -1
  54. package/build/lib/web/development/components/Dropdown/DropdownOverlay.web.js +1 -1
  55. package/build/lib/web/development/components/Dropdown/DropdownOverlay.web.js.map +1 -1
  56. package/build/lib/web/development/components/Dropdown/dropdownComponentIds.js +2 -1
  57. package/build/lib/web/development/components/Dropdown/dropdownComponentIds.js.map +1 -1
  58. package/build/lib/web/development/components/Dropdown/dropdownUtils.js +1 -1
  59. package/build/lib/web/development/components/Dropdown/dropdownUtils.js.map +1 -1
  60. package/build/lib/web/development/components/Dropdown/useDropdown.js.map +1 -1
  61. package/build/lib/web/development/components/Input/BaseInput/BaseInputVisuals.js +1 -1
  62. package/build/lib/web/development/components/Input/BaseInput/BaseInputVisuals.js.map +1 -1
  63. package/build/lib/web/development/components/Input/SearchInput/SearchInput.js +180 -0
  64. package/build/lib/web/development/components/Input/SearchInput/SearchInput.js.map +1 -0
  65. package/build/lib/web/development/components/Input/SearchInput/index.js +2 -0
  66. package/build/lib/web/development/components/Input/SearchInput/index.js.map +1 -0
  67. package/build/lib/web/development/components/Modal/Modal.web.js +10 -15
  68. package/build/lib/web/development/components/Modal/Modal.web.js.map +1 -1
  69. package/build/lib/web/development/components/Modal/ModalBody.web.js +2 -1
  70. package/build/lib/web/development/components/Modal/ModalBody.web.js.map +1 -1
  71. package/build/lib/web/development/components/Modal/ModalFooter.web.js +2 -1
  72. package/build/lib/web/development/components/Modal/ModalFooter.web.js.map +1 -1
  73. package/build/lib/web/development/components/Modal/ModalHeader.web.js +2 -1
  74. package/build/lib/web/development/components/Modal/ModalHeader.web.js.map +1 -1
  75. package/build/lib/web/development/components/Modal/constants.js +8 -0
  76. package/build/lib/web/development/components/Modal/constants.js.map +1 -0
  77. package/build/lib/web/development/components/index.js +5 -0
  78. package/build/lib/web/development/components/index.js.map +1 -1
  79. package/build/lib/web/development/tokens/global/size.js +2 -0
  80. package/build/lib/web/development/tokens/global/size.js.map +1 -1
  81. package/build/lib/web/development/tokens/theme/bladeTheme.js +6 -6
  82. package/build/lib/web/development/tokens/theme/bladeTheme.js.map +1 -1
  83. package/build/lib/web/development/utils/metaAttribute/metaConstants.js +3 -0
  84. package/build/lib/web/development/utils/metaAttribute/metaConstants.js.map +1 -1
  85. package/build/lib/web/development/utils/useVerifyAllowedChildren/useVerifyAllowedChildren.js +1 -0
  86. package/build/lib/web/development/utils/useVerifyAllowedChildren/useVerifyAllowedChildren.js.map +1 -1
  87. package/build/lib/web/production/components/ActionList/ActionListItem.js +3 -1
  88. package/build/lib/web/production/components/ActionList/ActionListItem.js.map +1 -1
  89. package/build/lib/web/production/components/Avatar/Avatar.web.js +125 -0
  90. package/build/lib/web/production/components/Avatar/Avatar.web.js.map +1 -0
  91. package/build/lib/web/production/components/Avatar/AvatarButton.js +86 -0
  92. package/build/lib/web/production/components/Avatar/AvatarButton.js.map +1 -0
  93. package/build/lib/web/production/components/Avatar/AvatarGroup.web.js +114 -0
  94. package/build/lib/web/production/components/Avatar/AvatarGroup.web.js.map +1 -0
  95. package/build/lib/web/production/components/Avatar/AvatarGroupContext.js +11 -0
  96. package/build/lib/web/production/components/Avatar/AvatarGroupContext.js.map +1 -0
  97. package/build/lib/web/production/components/Avatar/StyledAvatar.js +30 -0
  98. package/build/lib/web/production/components/Avatar/StyledAvatar.js.map +1 -0
  99. package/build/lib/web/production/components/Avatar/StyledAvatarButton.js +48 -0
  100. package/build/lib/web/production/components/Avatar/StyledAvatarButton.js.map +1 -0
  101. package/build/lib/web/production/components/Avatar/StyledAvatarGroup.js +24 -0
  102. package/build/lib/web/production/components/Avatar/StyledAvatarGroup.js.map +1 -0
  103. package/build/lib/web/production/components/Avatar/avatarTokens.js +49 -0
  104. package/build/lib/web/production/components/Avatar/avatarTokens.js.map +1 -0
  105. package/build/lib/web/production/components/Avatar/index.js +3 -0
  106. package/build/lib/web/production/components/Avatar/index.js.map +1 -0
  107. package/build/lib/web/production/components/Button/BaseButton/BaseButton.js +1 -1
  108. package/build/lib/web/production/components/Button/BaseButton/BaseButton.js.map +1 -1
  109. package/build/lib/web/production/components/Dropdown/Dropdown.js +4 -1
  110. package/build/lib/web/production/components/Dropdown/Dropdown.js.map +1 -1
  111. package/build/lib/web/production/components/Dropdown/DropdownOverlay.web.js +1 -1
  112. package/build/lib/web/production/components/Dropdown/DropdownOverlay.web.js.map +1 -1
  113. package/build/lib/web/production/components/Dropdown/dropdownComponentIds.js +2 -1
  114. package/build/lib/web/production/components/Dropdown/dropdownComponentIds.js.map +1 -1
  115. package/build/lib/web/production/components/Dropdown/dropdownUtils.js +1 -1
  116. package/build/lib/web/production/components/Dropdown/dropdownUtils.js.map +1 -1
  117. package/build/lib/web/production/components/Dropdown/useDropdown.js.map +1 -1
  118. package/build/lib/web/production/components/Input/BaseInput/BaseInputVisuals.js +1 -1
  119. package/build/lib/web/production/components/Input/BaseInput/BaseInputVisuals.js.map +1 -1
  120. package/build/lib/web/production/components/Input/SearchInput/SearchInput.js +180 -0
  121. package/build/lib/web/production/components/Input/SearchInput/SearchInput.js.map +1 -0
  122. package/build/lib/web/production/components/Input/SearchInput/index.js +2 -0
  123. package/build/lib/web/production/components/Input/SearchInput/index.js.map +1 -0
  124. package/build/lib/web/production/components/Modal/Modal.web.js +10 -15
  125. package/build/lib/web/production/components/Modal/Modal.web.js.map +1 -1
  126. package/build/lib/web/production/components/Modal/ModalBody.web.js +2 -1
  127. package/build/lib/web/production/components/Modal/ModalBody.web.js.map +1 -1
  128. package/build/lib/web/production/components/Modal/ModalFooter.web.js +2 -1
  129. package/build/lib/web/production/components/Modal/ModalFooter.web.js.map +1 -1
  130. package/build/lib/web/production/components/Modal/ModalHeader.web.js +2 -1
  131. package/build/lib/web/production/components/Modal/ModalHeader.web.js.map +1 -1
  132. package/build/lib/web/production/components/Modal/constants.js +8 -0
  133. package/build/lib/web/production/components/Modal/constants.js.map +1 -0
  134. package/build/lib/web/production/components/index.js +5 -0
  135. package/build/lib/web/production/components/index.js.map +1 -1
  136. package/build/lib/web/production/tokens/global/size.js +2 -0
  137. package/build/lib/web/production/tokens/global/size.js.map +1 -1
  138. package/build/lib/web/production/tokens/theme/bladeTheme.js +6 -6
  139. package/build/lib/web/production/tokens/theme/bladeTheme.js.map +1 -1
  140. package/build/lib/web/production/utils/metaAttribute/metaConstants.js +3 -0
  141. package/build/lib/web/production/utils/metaAttribute/metaConstants.js.map +1 -1
  142. package/build/lib/web/production/utils/useVerifyAllowedChildren/useVerifyAllowedChildren.js +1 -0
  143. package/build/lib/web/production/utils/useVerifyAllowedChildren/useVerifyAllowedChildren.js.map +1 -1
  144. package/build/types/components/index.d.ts +328 -147
  145. package/build/types/components/index.native.d.ts +282 -147
  146. package/build/types/tokens/index.d.ts +2 -0
  147. package/build/types/tokens/index.native.d.ts +2 -0
  148. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import * as React$1 from 'react';
3
- import React__default, { ReactNode, ReactElement, ReactChild, SyntheticEvent, KeyboardEvent } from 'react';
4
- import { View, ViewStyle, ImageSourcePropType, AccessibilityRole, GestureResponderEvent, PressableProps } from 'react-native';
3
+ import React__default, { ReactNode, ReactElement, ReactChild, SyntheticEvent, ImgHTMLAttributes, HTMLAttributeReferrerPolicy, KeyboardEvent } from 'react';
4
+ import { View, ViewStyle, TouchableOpacity, ImageSourcePropType, AccessibilityRole, GestureResponderEvent, PressableProps } from 'react-native';
5
5
  import { CSSObject } from 'styled-components';
6
6
  import { ReactDOMAttributes } from '@use-gesture/react/dist/declarations/src/types';
7
7
  import { CurrencyCodeType } from '@razorpay/i18nify-js/currency';
@@ -2666,6 +2666,10 @@ type ActionListItemProps = {
2666
2666
  onClick?: (clickProps: {
2667
2667
  name: string;
2668
2668
  value?: boolean;
2669
+ event: Platform.Select<{
2670
+ web: React__default.MouseEvent;
2671
+ native: React__default.TouchEvent<TouchableOpacity>;
2672
+ }>;
2669
2673
  }) => void;
2670
2674
  /**
2671
2675
  * value that you get from `onChange` event on SelectInput or in form submissions.
@@ -3164,6 +3168,242 @@ type AmountCommonProps = {
3164
3168
  type AmountProps = AmountTypeProps & AmountCommonProps;
3165
3169
  declare const Amount: ({ value, suffix, type, size, weight, isAffixSubtle, isStrikethrough, color, currencyIndicator, currency, testID, ...styledProps }: AmountProps) => ReactElement;
3166
3170
 
3171
+ type BaseLinkCommonProps = {
3172
+ color?: 'primary' | 'white' | 'positive' | 'negative' | 'notice' | 'information' | 'neutral';
3173
+ icon?: IconComponent;
3174
+ iconPosition?: 'left' | 'right';
3175
+ onClick?: (event: SyntheticEvent) => void;
3176
+ onBlur?: Platform.Select<{
3177
+ native: (event: GestureResponderEvent) => void;
3178
+ web: (event: React__default.FocusEvent<HTMLButtonElement>) => void;
3179
+ }>;
3180
+ onMouseLeave?: Platform.Select<{
3181
+ native: (event: GestureResponderEvent) => void;
3182
+ web: (event: React__default.MouseEvent<HTMLButtonElement>) => void;
3183
+ }>;
3184
+ onKeyDown?: Platform.Select<{
3185
+ native: (event: GestureResponderEvent) => void;
3186
+ web: (event: React__default.KeyboardEvent<HTMLButtonElement>) => void;
3187
+ }>;
3188
+ accessibilityProps?: Partial<AccessibilityProps>;
3189
+ /**
3190
+ * Sets the size of the link
3191
+ *
3192
+ * @default medium
3193
+ */
3194
+ size?: Extract<BaseTextSizes, 'xsmall' | 'small' | 'medium' | 'large'>;
3195
+ /**
3196
+ * Defines how far your touch can start away from the link. This is a react-native only prop and has no effect on web.
3197
+ */
3198
+ hitSlop?: {
3199
+ top?: number;
3200
+ right?: number;
3201
+ bottom?: number;
3202
+ left?: number;
3203
+ } | number;
3204
+ /**
3205
+ * The title of the link which is displayed as a tooltip. This is a web only prop and has no effect on react-native.
3206
+ */
3207
+ htmlTitle?: string;
3208
+ opacity?: number;
3209
+ } & TestID & StyledPropsBlade & Omit<BladeCommonEvents, 'onBlur' | 'onMouseLeave'>;
3210
+ type BaseLinkWithoutIconProps = BaseLinkCommonProps & {
3211
+ icon?: undefined;
3212
+ children: StringChildrenType;
3213
+ };
3214
+ type BaseLinkWithIconProps = BaseLinkCommonProps & {
3215
+ icon: IconComponent;
3216
+ children?: StringChildrenType;
3217
+ };
3218
+ type BaseLinkPropsWithOrWithoutIcon = BaseLinkWithIconProps | BaseLinkWithoutIconProps;
3219
+ type BaseLinkAnchorVariantProps = BaseLinkPropsWithOrWithoutIcon & {
3220
+ variant?: 'anchor';
3221
+ href?: string;
3222
+ target?: string;
3223
+ rel?: string;
3224
+ isDisabled?: undefined;
3225
+ };
3226
+ type BaseLinkButtonVariantProps = BaseLinkPropsWithOrWithoutIcon & {
3227
+ variant?: 'button';
3228
+ isDisabled?: boolean;
3229
+ href?: undefined;
3230
+ target?: undefined;
3231
+ rel?: undefined;
3232
+ };
3233
+ type BaseLinkProps = BaseLinkAnchorVariantProps | BaseLinkButtonVariantProps;
3234
+
3235
+ type BaseButtonCommonProps = {
3236
+ href?: BaseLinkProps['href'];
3237
+ target?: BaseLinkProps['target'];
3238
+ rel?: BaseLinkProps['rel'];
3239
+ size?: 'xsmall' | 'small' | 'medium' | 'large';
3240
+ iconPosition?: 'left' | 'right';
3241
+ isDisabled?: boolean;
3242
+ isFullWidth?: boolean;
3243
+ onKeyDown?: Platform.Select<{
3244
+ native: (event: GestureResponderEvent) => void;
3245
+ web: (event: React__default.KeyboardEvent<HTMLButtonElement>) => void;
3246
+ }>;
3247
+ onClick?: Platform.Select<{
3248
+ native: (event: GestureResponderEvent) => void;
3249
+ web: (event: React__default.MouseEvent<HTMLButtonElement>) => void;
3250
+ }>;
3251
+ type?: 'button' | 'reset' | 'submit';
3252
+ isLoading?: boolean;
3253
+ accessibilityProps?: Partial<AccessibilityProps>;
3254
+ variant?: 'primary' | 'secondary' | 'tertiary';
3255
+ color?: 'primary' | 'white' | 'positive' | 'negative' | 'notice' | 'information' | 'neutral';
3256
+ } & TestID & StyledPropsBlade & BladeCommonEvents;
3257
+ type BaseButtonWithoutIconProps = BaseButtonCommonProps & {
3258
+ icon?: undefined;
3259
+ children: StringChildrenType;
3260
+ };
3261
+ type BaseButtonWithIconProps = BaseButtonCommonProps & {
3262
+ icon: IconComponent;
3263
+ children?: StringChildrenType;
3264
+ };
3265
+ type BaseButtonProps = BaseButtonWithIconProps | BaseButtonWithoutIconProps;
3266
+
3267
+ type ButtonCommonProps = {
3268
+ /**
3269
+ * Automatically renders button with `a` tag with `href` on web
3270
+ */
3271
+ href?: BaseButtonProps['href'];
3272
+ /**
3273
+ * anchor target attribute
3274
+ *
3275
+ * Should only be used alongside `href`
3276
+ */
3277
+ target?: BaseButtonProps['target'];
3278
+ /**
3279
+ * anchor rel attribute
3280
+ *
3281
+ * Should only be used alongside `href`
3282
+ */
3283
+ rel?: BaseButtonProps['rel'];
3284
+ variant?: 'primary' | 'secondary' | 'tertiary';
3285
+ color?: 'primary' | 'white' | 'positive' | 'negative';
3286
+ size?: 'xsmall' | 'small' | 'medium' | 'large';
3287
+ iconPosition?: 'left' | 'right';
3288
+ isDisabled?: boolean;
3289
+ isFullWidth?: boolean;
3290
+ isLoading?: boolean;
3291
+ accessibilityLabel?: string;
3292
+ type?: 'button' | 'reset' | 'submit';
3293
+ /**
3294
+ * It is exposed for internal usage with tooltip.
3295
+ *
3296
+ * @private
3297
+ */
3298
+ 'aria-describedby'?: string;
3299
+ onClick?: Platform.Select<{
3300
+ native: (event: GestureResponderEvent) => void;
3301
+ web: (event: React__default.MouseEvent<HTMLButtonElement>) => void;
3302
+ }>;
3303
+ } & TestID & StyledPropsBlade & BladeCommonEvents;
3304
+ type ButtonWithoutIconProps = ButtonCommonProps & {
3305
+ icon?: undefined;
3306
+ children: StringChildrenType;
3307
+ };
3308
+ type ButtonWithIconProps = ButtonCommonProps & {
3309
+ icon: IconComponent;
3310
+ children?: StringChildrenType;
3311
+ };
3312
+ type ButtonProps = ButtonWithoutIconProps | ButtonWithIconProps;
3313
+ declare const Button: React__default.ForwardRefExoticComponent<ButtonProps & React__default.RefAttributes<BladeElementRef>>;
3314
+
3315
+ type AvatarSize = 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
3316
+ type AvatarImgProps = {
3317
+ /**
3318
+ * Custom image source
3319
+ */
3320
+ src?: string;
3321
+ /**
3322
+ * The `alt` attribute for the `img` element
3323
+ */
3324
+ alt?: string;
3325
+ /**
3326
+ * The `srcSet` attribute for the `img` element, useful for responsive images.
3327
+ */
3328
+ srcSet?: string;
3329
+ /**
3330
+ * CORS settings attributes
3331
+ */
3332
+ crossOrigin?: ImgHTMLAttributes<''>['crossOrigin'];
3333
+ /**
3334
+ * Defines which referrer is sent when fetching the resource.
3335
+ */
3336
+ referrerPolicy?: HTMLAttributeReferrerPolicy;
3337
+ };
3338
+ type AvatarGroupProps = {
3339
+ /**
3340
+ * Children elements representing the avatars to stack.
3341
+ */
3342
+ children: React__default.ReactNode;
3343
+ /**
3344
+ * The size of each avatar within the group. Propagates to all avatars.
3345
+ * @default "medium"
3346
+ */
3347
+ size?: AvatarSize;
3348
+ /**
3349
+ * The maximum number of avatars to display before truncating.
3350
+ */
3351
+ maxCount?: number;
3352
+ testID?: string;
3353
+ };
3354
+ type AvatarCommonProps = {
3355
+ /**
3356
+ * The size of the avatar.
3357
+ * @default "medium"
3358
+ */
3359
+ size?: AvatarSize;
3360
+ /**
3361
+ * The visual variant of the avatar.
3362
+ * @default "circle"
3363
+ */
3364
+ variant?: 'circle' | 'square';
3365
+ /**
3366
+ * The color theme of the avatar.
3367
+ * @default "neutral"
3368
+ */
3369
+ color?: 'primary' | FeedbackColors;
3370
+ /**
3371
+ * Custom icon component to use as the avatar.
3372
+ */
3373
+ icon?: IconComponent;
3374
+ /**
3375
+ * The name of the avatar, used to generate initials.
3376
+ * If src has loaded, the name will be used as the alt attribute of the img. If src is not loaded, the name will be used to create the initials.
3377
+ */
3378
+ name?: string;
3379
+ /**
3380
+ * Automatically renders button with `a` tag with `href` on web
3381
+ */
3382
+ href?: ButtonProps['href'];
3383
+ /**
3384
+ * anchor target attribute
3385
+ *
3386
+ * Should only be used alongside `href`
3387
+ */
3388
+ target?: ButtonProps['target'];
3389
+ /**
3390
+ * anchor rel attribute
3391
+ *
3392
+ * Should only be used alongside `href`
3393
+ */
3394
+ rel?: ButtonProps['rel'];
3395
+ /**
3396
+ * Click handler for the avatar.
3397
+ */
3398
+ onClick?: (event: React__default.MouseEvent<HTMLButtonElement>) => void;
3399
+ testID?: string;
3400
+ };
3401
+ type AvatarProps = AvatarCommonProps & AvatarImgProps;
3402
+
3403
+ declare const Avatar: (_props: AvatarProps) => React.ReactElement;
3404
+
3405
+ declare const AvatarGroup: (_props: AvatarGroupProps) => React.ReactElement;
3406
+
3167
3407
  type SnapPoints = [number, number, number];
3168
3408
 
3169
3409
  type BaseFooterProps = {
@@ -3241,70 +3481,6 @@ declare const BottomSheetFooter: ({ children }: BottomSheetFooterProps) => React
3241
3481
 
3242
3482
  declare const BottomSheet: ({ children, snapPoints, isOpen, onDismiss, initialFocusRef, zIndex, }: BottomSheetProps) => React__default.ReactElement;
3243
3483
 
3244
- type BaseLinkCommonProps = {
3245
- color?: 'primary' | 'white' | 'positive' | 'negative' | 'notice' | 'information' | 'neutral';
3246
- icon?: IconComponent;
3247
- iconPosition?: 'left' | 'right';
3248
- onClick?: (event: SyntheticEvent) => void;
3249
- onBlur?: Platform.Select<{
3250
- native: (event: GestureResponderEvent) => void;
3251
- web: (event: React__default.FocusEvent<HTMLButtonElement>) => void;
3252
- }>;
3253
- onMouseLeave?: Platform.Select<{
3254
- native: (event: GestureResponderEvent) => void;
3255
- web: (event: React__default.MouseEvent<HTMLButtonElement>) => void;
3256
- }>;
3257
- onKeyDown?: Platform.Select<{
3258
- native: (event: GestureResponderEvent) => void;
3259
- web: (event: React__default.KeyboardEvent<HTMLButtonElement>) => void;
3260
- }>;
3261
- accessibilityProps?: Partial<AccessibilityProps>;
3262
- /**
3263
- * Sets the size of the link
3264
- *
3265
- * @default medium
3266
- */
3267
- size?: Extract<BaseTextSizes, 'xsmall' | 'small' | 'medium' | 'large'>;
3268
- /**
3269
- * Defines how far your touch can start away from the link. This is a react-native only prop and has no effect on web.
3270
- */
3271
- hitSlop?: {
3272
- top?: number;
3273
- right?: number;
3274
- bottom?: number;
3275
- left?: number;
3276
- } | number;
3277
- /**
3278
- * The title of the link which is displayed as a tooltip. This is a web only prop and has no effect on react-native.
3279
- */
3280
- htmlTitle?: string;
3281
- opacity?: number;
3282
- } & TestID & StyledPropsBlade & Omit<BladeCommonEvents, 'onBlur' | 'onMouseLeave'>;
3283
- type BaseLinkWithoutIconProps = BaseLinkCommonProps & {
3284
- icon?: undefined;
3285
- children: StringChildrenType;
3286
- };
3287
- type BaseLinkWithIconProps = BaseLinkCommonProps & {
3288
- icon: IconComponent;
3289
- children?: StringChildrenType;
3290
- };
3291
- type BaseLinkPropsWithOrWithoutIcon = BaseLinkWithIconProps | BaseLinkWithoutIconProps;
3292
- type BaseLinkAnchorVariantProps = BaseLinkPropsWithOrWithoutIcon & {
3293
- variant?: 'anchor';
3294
- href?: string;
3295
- target?: string;
3296
- rel?: string;
3297
- isDisabled?: undefined;
3298
- };
3299
- type BaseLinkButtonVariantProps = BaseLinkPropsWithOrWithoutIcon & {
3300
- variant?: 'button';
3301
- isDisabled?: boolean;
3302
- href?: undefined;
3303
- target?: undefined;
3304
- rel?: undefined;
3305
- };
3306
- type BaseLinkProps = BaseLinkAnchorVariantProps | BaseLinkButtonVariantProps;
3307
-
3308
3484
  type LinkCommonProps = {
3309
3485
  variant?: 'anchor' | 'button';
3310
3486
  icon?: IconComponent;
@@ -3442,86 +3618,6 @@ declare const Breadcrumb: (_: BreadcrumbProps) => React.ReactElement;
3442
3618
 
3443
3619
  declare const BreadcrumbItem: (_: BreadcrumbItemProps) => React.ReactElement;
3444
3620
 
3445
- type BaseButtonCommonProps = {
3446
- href?: BaseLinkProps['href'];
3447
- target?: BaseLinkProps['target'];
3448
- rel?: BaseLinkProps['rel'];
3449
- size?: 'xsmall' | 'small' | 'medium' | 'large';
3450
- iconPosition?: 'left' | 'right';
3451
- isDisabled?: boolean;
3452
- isFullWidth?: boolean;
3453
- onKeyDown?: Platform.Select<{
3454
- native: (event: GestureResponderEvent) => void;
3455
- web: (event: React__default.KeyboardEvent<HTMLButtonElement>) => void;
3456
- }>;
3457
- onClick?: Platform.Select<{
3458
- native: (event: GestureResponderEvent) => void;
3459
- web: (event: React__default.MouseEvent<HTMLButtonElement>) => void;
3460
- }>;
3461
- type?: 'button' | 'reset' | 'submit';
3462
- isLoading?: boolean;
3463
- accessibilityProps?: Partial<AccessibilityProps>;
3464
- variant?: 'primary' | 'secondary' | 'tertiary';
3465
- color?: 'primary' | 'white' | 'positive' | 'negative' | 'notice' | 'information' | 'neutral';
3466
- } & TestID & StyledPropsBlade & BladeCommonEvents;
3467
- type BaseButtonWithoutIconProps = BaseButtonCommonProps & {
3468
- icon?: undefined;
3469
- children: StringChildrenType;
3470
- };
3471
- type BaseButtonWithIconProps = BaseButtonCommonProps & {
3472
- icon: IconComponent;
3473
- children?: StringChildrenType;
3474
- };
3475
- type BaseButtonProps = BaseButtonWithIconProps | BaseButtonWithoutIconProps;
3476
-
3477
- type ButtonCommonProps = {
3478
- /**
3479
- * Automatically renders button with `a` tag with `href` on web
3480
- */
3481
- href?: BaseButtonProps['href'];
3482
- /**
3483
- * anchor target attribute
3484
- *
3485
- * Should only be used alongside `href`
3486
- */
3487
- target?: BaseButtonProps['target'];
3488
- /**
3489
- * anchor rel attribute
3490
- *
3491
- * Should only be used alongside `href`
3492
- */
3493
- rel?: BaseButtonProps['rel'];
3494
- variant?: 'primary' | 'secondary' | 'tertiary';
3495
- color?: 'primary' | 'white' | 'positive' | 'negative';
3496
- size?: 'xsmall' | 'small' | 'medium' | 'large';
3497
- iconPosition?: 'left' | 'right';
3498
- isDisabled?: boolean;
3499
- isFullWidth?: boolean;
3500
- isLoading?: boolean;
3501
- accessibilityLabel?: string;
3502
- type?: 'button' | 'reset' | 'submit';
3503
- /**
3504
- * It is exposed for internal usage with tooltip.
3505
- *
3506
- * @private
3507
- */
3508
- 'aria-describedby'?: string;
3509
- onClick?: Platform.Select<{
3510
- native: (event: GestureResponderEvent) => void;
3511
- web: (event: React__default.MouseEvent<HTMLButtonElement>) => void;
3512
- }>;
3513
- } & TestID & StyledPropsBlade & BladeCommonEvents;
3514
- type ButtonWithoutIconProps = ButtonCommonProps & {
3515
- icon?: undefined;
3516
- children: StringChildrenType;
3517
- };
3518
- type ButtonWithIconProps = ButtonCommonProps & {
3519
- icon: IconComponent;
3520
- children?: StringChildrenType;
3521
- };
3522
- type ButtonProps = ButtonWithoutIconProps | ButtonWithIconProps;
3523
- declare const Button: React__default.ForwardRefExoticComponent<ButtonProps & React__default.RefAttributes<BladeElementRef>>;
3524
-
3525
3621
  type IconButtonProps = {
3526
3622
  /**
3527
3623
  * Icon component to be rendered, eg. `CloseIcon`
@@ -6382,6 +6478,45 @@ type TextInputPropsWithLabel = {
6382
6478
  type TextInputProps = (TextInputPropsWithA11yLabel | TextInputPropsWithLabel) & TextInputCommonProps;
6383
6479
  declare const TextInput: React__default.ForwardRefExoticComponent<TextInputProps & React__default.RefAttributes<BladeElementRef>>;
6384
6480
 
6481
+ type SearchInputCommonProps = Pick<BaseInputProps, 'label' | 'accessibilityLabel' | 'labelPosition' | 'helpText' | 'placeholder' | 'defaultValue' | 'name' | 'onChange' | 'onFocus' | 'onBlur' | 'value' | 'isDisabled' | 'autoFocus' | 'onSubmit' | 'autoCapitalize' | 'testID' | 'onClick' | 'size'> & {
6482
+ /**
6483
+ * Event handler to handle the onClick event for clear button.
6484
+ */
6485
+ onClearButtonClick?: () => void;
6486
+ /**
6487
+ * Decides whether to show a loading spinner for the input field.
6488
+ */
6489
+ isLoading?: boolean;
6490
+ /**
6491
+ * Toggle the visibility of the search icon.
6492
+ *
6493
+ * @default true
6494
+ */
6495
+ showSearchIcon?: boolean;
6496
+ } & StyledPropsBlade;
6497
+ type SearchInputPropsWithA11yLabel = {
6498
+ /**
6499
+ * Label to be shown for the input field
6500
+ */
6501
+ label?: undefined;
6502
+ /**
6503
+ * Accessibility label for the input
6504
+ */
6505
+ accessibilityLabel: string;
6506
+ };
6507
+ type SearchInputPropsWithLabel = {
6508
+ /**
6509
+ * Label to be shown for the input field
6510
+ */
6511
+ label: string;
6512
+ /**
6513
+ * Accessibility label for the input
6514
+ */
6515
+ accessibilityLabel?: string;
6516
+ };
6517
+ type SearchInputProps = (SearchInputPropsWithA11yLabel | SearchInputPropsWithLabel) & SearchInputCommonProps;
6518
+ declare const SearchInput: React__default.ForwardRefExoticComponent<SearchInputProps & React__default.RefAttributes<BladeElementRef>>;
6519
+
6385
6520
  type CommonProps = Pick<BaseInputProps, 'size' | 'label' | 'labelPosition' | 'name' | 'validationState' | 'errorText' | 'successText' | 'helpText' | 'defaultValue' | 'necessityIndicator' | 'isRequired' | 'isDisabled' | 'onFocus' | 'onBlur' | 'onClick' | 'leadingIcon' | 'trailingIcon' | 'accessibilityLabel' | 'autoFocus' | 'testID' | 'keyboardReturnKeyType' | 'autoCompleteSuggestionType'>;
6386
6521
  type PhoneNumberInputProps = StyledPropsBlade & CommonProps & {
6387
6522
  /**
@@ -8557,4 +8692,4 @@ declare const VisuallyHidden: ({ children, testID }: VisuallyHiddenProps) => Rea
8557
8692
  */
8558
8693
  declare const screenReaderStyles: CSSObject;
8559
8694
 
8560
- 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, 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, 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, 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 };
8695
+ 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, 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 };
@@ -759,6 +759,8 @@ declare const size: {
759
759
  /** 28 px */
760
760
  readonly 28: 28;
761
761
  /** 32 px */
762
+ readonly 30: 30;
763
+ /** 32 px */
762
764
  readonly 32: 32;
763
765
  /** 33 px */
764
766
  readonly 33: 33;
@@ -759,6 +759,8 @@ declare const size: {
759
759
  /** 28 px */
760
760
  readonly 28: 28;
761
761
  /** 32 px */
762
+ readonly 30: 30;
763
+ /** 32 px */
762
764
  readonly 32: 32;
763
765
  /** 33 px */
764
766
  readonly 33: 33;
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.17.0",
4
+ "version": "11.18.0",
5
5
  "license": "MIT",
6
6
  "engines": {
7
7
  "node": ">=18.12.1"