@razorpay/blade 11.9.1 → 11.11.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 (143) hide show
  1. package/build/lib/native/components/Box/Box.js +1 -1
  2. package/build/lib/native/components/Box/Box.js.map +1 -1
  3. package/build/lib/native/components/Button/BaseButton/BaseButton.js +1 -1
  4. package/build/lib/native/components/Button/BaseButton/BaseButton.js.map +1 -1
  5. package/build/lib/native/components/Dropdown/Dropdown.js +1 -1
  6. package/build/lib/native/components/Dropdown/Dropdown.js.map +1 -1
  7. package/build/lib/native/components/Dropdown/dropdownComponentIds.js +1 -1
  8. package/build/lib/native/components/Dropdown/dropdownComponentIds.js.map +1 -1
  9. package/build/lib/native/components/Input/BaseInput/BaseInput.js +1 -1
  10. package/build/lib/native/components/Input/BaseInput/BaseInput.js.map +1 -1
  11. package/build/lib/native/components/Input/BaseInput/BaseInputVisuals.js +1 -1
  12. package/build/lib/native/components/Input/BaseInput/BaseInputVisuals.js.map +1 -1
  13. package/build/lib/native/components/Input/BaseInput/StyledBaseInput.native.js +1 -1
  14. package/build/lib/native/components/Input/BaseInput/StyledBaseInput.native.js.map +1 -1
  15. package/build/lib/native/components/Input/BaseInput/baseInputStyles.js +2 -2
  16. package/build/lib/native/components/Input/BaseInput/baseInputStyles.js.map +1 -1
  17. package/build/lib/native/components/Input/BaseInput/utils.js +4 -0
  18. package/build/lib/native/components/Input/BaseInput/utils.js.map +1 -0
  19. package/build/lib/native/components/Input/DropdownInputTriggers/BaseDropdownInputTrigger.js +1 -1
  20. package/build/lib/native/components/Input/DropdownInputTriggers/BaseDropdownInputTrigger.js.map +1 -1
  21. package/build/lib/native/components/Input/PasswordInput/PasswordInput.js +1 -1
  22. package/build/lib/native/components/Input/PasswordInput/PasswordInput.js.map +1 -1
  23. package/build/lib/native/components/Input/PhoneNumberInput/PhoneNumberInput.native.js +7 -0
  24. package/build/lib/native/components/Input/PhoneNumberInput/PhoneNumberInput.native.js.map +1 -0
  25. package/build/lib/native/components/Input/TextArea/TextArea.js +1 -1
  26. package/build/lib/native/components/Input/TextArea/TextArea.js.map +1 -1
  27. package/build/lib/native/components/Input/TextInput/TextInput.js +2 -1
  28. package/build/lib/native/components/Input/TextInput/TextInput.js.map +1 -1
  29. package/build/lib/native/components/index.js +1 -0
  30. package/build/lib/native/components/index.js.map +1 -1
  31. package/build/lib/native/tokens/global/size.js +1 -1
  32. package/build/lib/native/tokens/global/size.js.map +1 -1
  33. package/build/lib/native/utils/metaAttribute/metaConstants.js +1 -1
  34. package/build/lib/native/utils/metaAttribute/metaConstants.js.map +1 -1
  35. package/build/lib/web/development/components/Box/BaseBox/BaseBox.web.js +6 -1
  36. package/build/lib/web/development/components/Box/BaseBox/BaseBox.web.js.map +1 -1
  37. package/build/lib/web/development/components/Box/Box.js +2 -1
  38. package/build/lib/web/development/components/Box/Box.js.map +1 -1
  39. package/build/lib/web/development/components/Button/BaseButton/BaseButton.js +8 -6
  40. package/build/lib/web/development/components/Button/BaseButton/BaseButton.js.map +1 -1
  41. package/build/lib/web/development/components/Dropdown/Dropdown.js +3 -1
  42. package/build/lib/web/development/components/Dropdown/Dropdown.js.map +1 -1
  43. package/build/lib/web/development/components/Dropdown/DropdownOverlay.web.js +7 -6
  44. package/build/lib/web/development/components/Dropdown/DropdownOverlay.web.js.map +1 -1
  45. package/build/lib/web/development/components/Dropdown/dropdownComponentIds.js +1 -0
  46. package/build/lib/web/development/components/Dropdown/dropdownComponentIds.js.map +1 -1
  47. package/build/lib/web/development/components/FileUpload/FileUpload.web.js +13 -4
  48. package/build/lib/web/development/components/FileUpload/FileUpload.web.js.map +1 -1
  49. package/build/lib/web/development/components/FileUpload/FileUploadItem.js +4 -2
  50. package/build/lib/web/development/components/FileUpload/FileUploadItem.js.map +1 -1
  51. package/build/lib/web/development/components/FileUpload/StyledFileUploadItemWrapper.js +4 -5
  52. package/build/lib/web/development/components/FileUpload/StyledFileUploadItemWrapper.js.map +1 -1
  53. package/build/lib/web/development/components/FileUpload/StyledFileUploadWrapper.js +4 -5
  54. package/build/lib/web/development/components/FileUpload/StyledFileUploadWrapper.js.map +1 -1
  55. package/build/lib/web/development/components/FileUpload/fileUploadTokens.js +8 -1
  56. package/build/lib/web/development/components/FileUpload/fileUploadTokens.js.map +1 -1
  57. package/build/lib/web/development/components/Input/BaseInput/BaseInput.js +8 -5
  58. package/build/lib/web/development/components/Input/BaseInput/BaseInput.js.map +1 -1
  59. package/build/lib/web/development/components/Input/BaseInput/BaseInputVisuals.js +43 -28
  60. package/build/lib/web/development/components/Input/BaseInput/BaseInputVisuals.js.map +1 -1
  61. package/build/lib/web/development/components/Input/BaseInput/StyledBaseInput.web.js +2 -1
  62. package/build/lib/web/development/components/Input/BaseInput/StyledBaseInput.web.js.map +1 -1
  63. package/build/lib/web/development/components/Input/BaseInput/baseInputStyles.js +9 -7
  64. package/build/lib/web/development/components/Input/BaseInput/baseInputStyles.js.map +1 -1
  65. package/build/lib/web/development/components/Input/BaseInput/utils.js +73 -0
  66. package/build/lib/web/development/components/Input/BaseInput/utils.js.map +1 -0
  67. package/build/lib/web/development/components/Input/DropdownInputTriggers/BaseDropdownInputTrigger.js +1 -1
  68. package/build/lib/web/development/components/Input/DropdownInputTriggers/BaseDropdownInputTrigger.js.map +1 -1
  69. package/build/lib/web/development/components/Input/PasswordInput/PasswordInput.js +1 -1
  70. package/build/lib/web/development/components/Input/PasswordInput/PasswordInput.js.map +1 -1
  71. package/build/lib/web/development/components/Input/PhoneNumberInput/CountrySelector.web.js +111 -0
  72. package/build/lib/web/development/components/Input/PhoneNumberInput/CountrySelector.web.js.map +1 -0
  73. package/build/lib/web/development/components/Input/PhoneNumberInput/PhoneNumberInput.web.js +242 -0
  74. package/build/lib/web/development/components/Input/PhoneNumberInput/PhoneNumberInput.web.js.map +1 -0
  75. package/build/lib/web/development/components/Input/PhoneNumberInput/index.js +2 -0
  76. package/build/lib/web/development/components/Input/PhoneNumberInput/index.js.map +1 -0
  77. package/build/lib/web/development/components/Input/TextArea/TextArea.js +1 -1
  78. package/build/lib/web/development/components/Input/TextArea/TextArea.js.map +1 -1
  79. package/build/lib/web/development/components/Input/TextInput/TextInput.js +45 -115
  80. package/build/lib/web/development/components/Input/TextInput/TextInput.js.map +1 -1
  81. package/build/lib/web/development/components/index.js +2 -0
  82. package/build/lib/web/development/components/index.js.map +1 -1
  83. package/build/lib/web/development/tokens/global/size.js +3 -1
  84. package/build/lib/web/development/tokens/global/size.js.map +1 -1
  85. package/build/lib/web/development/utils/metaAttribute/metaConstants.js +1 -0
  86. package/build/lib/web/development/utils/metaAttribute/metaConstants.js.map +1 -1
  87. package/build/lib/web/production/components/Box/BaseBox/BaseBox.web.js +6 -1
  88. package/build/lib/web/production/components/Box/BaseBox/BaseBox.web.js.map +1 -1
  89. package/build/lib/web/production/components/Box/Box.js +2 -1
  90. package/build/lib/web/production/components/Box/Box.js.map +1 -1
  91. package/build/lib/web/production/components/Button/BaseButton/BaseButton.js +8 -6
  92. package/build/lib/web/production/components/Button/BaseButton/BaseButton.js.map +1 -1
  93. package/build/lib/web/production/components/Dropdown/Dropdown.js +3 -1
  94. package/build/lib/web/production/components/Dropdown/Dropdown.js.map +1 -1
  95. package/build/lib/web/production/components/Dropdown/DropdownOverlay.web.js +7 -6
  96. package/build/lib/web/production/components/Dropdown/DropdownOverlay.web.js.map +1 -1
  97. package/build/lib/web/production/components/Dropdown/dropdownComponentIds.js +1 -0
  98. package/build/lib/web/production/components/Dropdown/dropdownComponentIds.js.map +1 -1
  99. package/build/lib/web/production/components/FileUpload/FileUpload.web.js +13 -4
  100. package/build/lib/web/production/components/FileUpload/FileUpload.web.js.map +1 -1
  101. package/build/lib/web/production/components/FileUpload/FileUploadItem.js +4 -2
  102. package/build/lib/web/production/components/FileUpload/FileUploadItem.js.map +1 -1
  103. package/build/lib/web/production/components/FileUpload/StyledFileUploadItemWrapper.js +4 -5
  104. package/build/lib/web/production/components/FileUpload/StyledFileUploadItemWrapper.js.map +1 -1
  105. package/build/lib/web/production/components/FileUpload/StyledFileUploadWrapper.js +4 -5
  106. package/build/lib/web/production/components/FileUpload/StyledFileUploadWrapper.js.map +1 -1
  107. package/build/lib/web/production/components/FileUpload/fileUploadTokens.js +8 -1
  108. package/build/lib/web/production/components/FileUpload/fileUploadTokens.js.map +1 -1
  109. package/build/lib/web/production/components/Input/BaseInput/BaseInput.js +8 -5
  110. package/build/lib/web/production/components/Input/BaseInput/BaseInput.js.map +1 -1
  111. package/build/lib/web/production/components/Input/BaseInput/BaseInputVisuals.js +43 -28
  112. package/build/lib/web/production/components/Input/BaseInput/BaseInputVisuals.js.map +1 -1
  113. package/build/lib/web/production/components/Input/BaseInput/StyledBaseInput.web.js +2 -1
  114. package/build/lib/web/production/components/Input/BaseInput/StyledBaseInput.web.js.map +1 -1
  115. package/build/lib/web/production/components/Input/BaseInput/baseInputStyles.js +9 -7
  116. package/build/lib/web/production/components/Input/BaseInput/baseInputStyles.js.map +1 -1
  117. package/build/lib/web/production/components/Input/BaseInput/utils.js +73 -0
  118. package/build/lib/web/production/components/Input/BaseInput/utils.js.map +1 -0
  119. package/build/lib/web/production/components/Input/DropdownInputTriggers/BaseDropdownInputTrigger.js +1 -1
  120. package/build/lib/web/production/components/Input/DropdownInputTriggers/BaseDropdownInputTrigger.js.map +1 -1
  121. package/build/lib/web/production/components/Input/PasswordInput/PasswordInput.js +1 -1
  122. package/build/lib/web/production/components/Input/PasswordInput/PasswordInput.js.map +1 -1
  123. package/build/lib/web/production/components/Input/PhoneNumberInput/CountrySelector.web.js +111 -0
  124. package/build/lib/web/production/components/Input/PhoneNumberInput/CountrySelector.web.js.map +1 -0
  125. package/build/lib/web/production/components/Input/PhoneNumberInput/PhoneNumberInput.web.js +242 -0
  126. package/build/lib/web/production/components/Input/PhoneNumberInput/PhoneNumberInput.web.js.map +1 -0
  127. package/build/lib/web/production/components/Input/PhoneNumberInput/index.js +2 -0
  128. package/build/lib/web/production/components/Input/PhoneNumberInput/index.js.map +1 -0
  129. package/build/lib/web/production/components/Input/TextArea/TextArea.js +1 -1
  130. package/build/lib/web/production/components/Input/TextArea/TextArea.js.map +1 -1
  131. package/build/lib/web/production/components/Input/TextInput/TextInput.js +45 -115
  132. package/build/lib/web/production/components/Input/TextInput/TextInput.js.map +1 -1
  133. package/build/lib/web/production/components/index.js +2 -0
  134. package/build/lib/web/production/components/index.js.map +1 -1
  135. package/build/lib/web/production/tokens/global/size.js +3 -1
  136. package/build/lib/web/production/tokens/global/size.js.map +1 -1
  137. package/build/lib/web/production/utils/metaAttribute/metaConstants.js +1 -0
  138. package/build/lib/web/production/utils/metaAttribute/metaConstants.js.map +1 -1
  139. package/build/types/components/index.d.ts +448 -3
  140. package/build/types/components/index.native.d.ts +104 -2
  141. package/build/types/tokens/index.d.ts +3 -1
  142. package/build/types/tokens/index.native.d.ts +3 -1
  143. package/package.json +4 -4
@@ -8,6 +8,7 @@ import { ReactDOMAttributes } from '@use-gesture/react/dist/declarations/src/typ
8
8
  import { CurrencyCodeType } from '@razorpay/i18nify-js/currency';
9
9
  import * as csstype from 'csstype';
10
10
  import { Placement, UseFloatingOptions } from '@floating-ui/react';
11
+ import { CountryCodeType } from '@razorpay/i18nify-js';
11
12
  import { Toast } from 'react-hot-toast';
12
13
 
13
14
  type BorderRadius = Readonly<{
@@ -5356,6 +5357,13 @@ type DropdownOverlayProps = {
5356
5357
  */
5357
5358
  zIndex?: number;
5358
5359
  width?: BoxProps['width'];
5360
+ /**
5361
+ * Reference to the element which triggers the DropdownOverlay
5362
+ *
5363
+ * This is used to position the DropdownOverlay relative to a specific element,
5364
+ * for example in PhoneNumberInput the DropdownOverlay is positioned relative to the input element
5365
+ */
5366
+ referenceRef?: React__default.MutableRefObject<ContainerElementType | null>;
5359
5367
  /**
5360
5368
  * Sets the placement of the DropdownOverlay
5361
5369
  *
@@ -5366,7 +5374,7 @@ type DropdownOverlayProps = {
5366
5374
 
5367
5375
  declare const Dropdown: ({ children, isOpen: isOpenControlled, onOpenChange, selectionType, testID, ...styledProps }: DropdownProps) => React__default.ReactElement;
5368
5376
 
5369
- declare const DropdownOverlay: ({ children, testID, zIndex, width, defaultPlacement, }: DropdownOverlayProps) => React__default.ReactElement | null;
5377
+ declare const DropdownOverlay: ({ children, testID, zIndex, width, referenceRef, defaultPlacement, }: DropdownOverlayProps) => React__default.ReactElement | null;
5370
5378
 
5371
5379
  type DropdownButtonProps = ButtonProps & {
5372
5380
  onBlur?: BaseButtonProps['onBlur'];
@@ -5495,6 +5503,12 @@ type FileUploadCommonProps = {
5495
5503
  * Text indicating an error state
5496
5504
  */
5497
5505
  errorText?: string;
5506
+ /**
5507
+ * Size of the FileUpload component
5508
+ *
5509
+ * @default 'medium'
5510
+ */
5511
+ size?: 'medium' | 'large';
5498
5512
  /**
5499
5513
  * Test ID for automation
5500
5514
  */
@@ -5754,7 +5768,13 @@ type BaseInputCommonProps = FormInputLabelProps & FormInputValidationProps & {
5754
5768
  *
5755
5769
  * eg: consumers can render a loader or they could render a clear button
5756
5770
  */
5757
- interactionElement?: ReactNode;
5771
+ trailingInteractionElement?: ReactNode;
5772
+ /**
5773
+ * Element to be rendered before prefix. This is decided by the component which is extending BaseInput
5774
+ *
5775
+ * eg: consumers can render a country selector or button
5776
+ */
5777
+ leadingInteractionElement?: ReactNode;
5758
5778
  /**
5759
5779
  * Suffix symbol to be displayed at the end of the input field. If trailingIcon is provided it'll be placed before it
5760
5780
  */
@@ -6362,6 +6382,431 @@ type TextInputPropsWithLabel = {
6362
6382
  type TextInputProps = (TextInputPropsWithA11yLabel | TextInputPropsWithLabel) & TextInputCommonProps;
6363
6383
  declare const TextInput: React__default.ForwardRefExoticComponent<TextInputProps & React__default.RefAttributes<BladeElementRef>>;
6364
6384
 
6385
+ /**
6386
+ * PhoneNumberInput is a component that allows users to input phone numbers.
6387
+ * It provides a country selector dropdown to select the country code.
6388
+ *
6389
+ * @example
6390
+ *
6391
+ * ```ts
6392
+ * <PhoneNumberInput />
6393
+ * ```
6394
+ */
6395
+ declare const PhoneNumberInput: React__default.ForwardRefExoticComponent<Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
6396
+ bottom: SpacingValueType | {
6397
+ readonly base?: SpacingValueType | undefined;
6398
+ readonly xs?: SpacingValueType | undefined;
6399
+ readonly s?: SpacingValueType | undefined;
6400
+ readonly m?: SpacingValueType | undefined;
6401
+ readonly l?: SpacingValueType | undefined;
6402
+ readonly xl?: SpacingValueType | undefined;
6403
+ };
6404
+ left: SpacingValueType | {
6405
+ readonly base?: SpacingValueType | undefined;
6406
+ readonly xs?: SpacingValueType | undefined;
6407
+ readonly s?: SpacingValueType | undefined;
6408
+ readonly m?: SpacingValueType | undefined;
6409
+ readonly l?: SpacingValueType | undefined;
6410
+ readonly xl?: SpacingValueType | undefined;
6411
+ };
6412
+ position?: csstype.Property.Position | {
6413
+ readonly base?: csstype.Property.Position | undefined;
6414
+ readonly xs?: csstype.Property.Position | undefined;
6415
+ readonly s?: csstype.Property.Position | undefined;
6416
+ readonly m?: csstype.Property.Position | undefined;
6417
+ readonly l?: csstype.Property.Position | undefined;
6418
+ readonly xl?: csstype.Property.Position | undefined;
6419
+ } | undefined;
6420
+ right: SpacingValueType | {
6421
+ readonly base?: SpacingValueType | undefined;
6422
+ readonly xs?: SpacingValueType | undefined;
6423
+ readonly s?: SpacingValueType | undefined;
6424
+ readonly m?: SpacingValueType | undefined;
6425
+ readonly l?: SpacingValueType | undefined;
6426
+ readonly xl?: SpacingValueType | undefined;
6427
+ };
6428
+ top: SpacingValueType | {
6429
+ readonly base?: SpacingValueType | undefined;
6430
+ readonly xs?: SpacingValueType | undefined;
6431
+ readonly s?: SpacingValueType | undefined;
6432
+ readonly m?: SpacingValueType | undefined;
6433
+ readonly l?: SpacingValueType | undefined;
6434
+ readonly xl?: SpacingValueType | undefined;
6435
+ };
6436
+ zIndex?: csstype.Property.ZIndex | {
6437
+ readonly base?: csstype.Property.ZIndex | undefined;
6438
+ readonly xs?: csstype.Property.ZIndex | undefined;
6439
+ readonly s?: csstype.Property.ZIndex | undefined;
6440
+ readonly m?: csstype.Property.ZIndex | undefined;
6441
+ readonly l?: csstype.Property.ZIndex | undefined;
6442
+ readonly xl?: csstype.Property.ZIndex | undefined;
6443
+ } | undefined;
6444
+ __brand__?: "platform-web" | {
6445
+ readonly base?: "platform-web" | undefined;
6446
+ readonly xs?: "platform-web" | undefined;
6447
+ readonly s?: "platform-web" | undefined;
6448
+ readonly m?: "platform-web" | undefined;
6449
+ readonly l?: "platform-web" | undefined;
6450
+ readonly xl?: "platform-web" | undefined;
6451
+ } | undefined;
6452
+ } & Pick<{
6453
+ gridAutoColumns?: csstype.Property.GridAutoColumns<string | number> | {
6454
+ readonly base?: csstype.Property.GridAutoColumns<string | number> | undefined;
6455
+ readonly xs?: csstype.Property.GridAutoColumns<string | number> | undefined;
6456
+ readonly s?: csstype.Property.GridAutoColumns<string | number> | undefined;
6457
+ readonly m?: csstype.Property.GridAutoColumns<string | number> | undefined;
6458
+ readonly l?: csstype.Property.GridAutoColumns<string | number> | undefined;
6459
+ readonly xl?: csstype.Property.GridAutoColumns<string | number> | undefined;
6460
+ } | undefined;
6461
+ gridAutoFlow?: csstype.Property.GridAutoFlow | {
6462
+ readonly base?: csstype.Property.GridAutoFlow | undefined;
6463
+ readonly xs?: csstype.Property.GridAutoFlow | undefined;
6464
+ readonly s?: csstype.Property.GridAutoFlow | undefined;
6465
+ readonly m?: csstype.Property.GridAutoFlow | undefined;
6466
+ readonly l?: csstype.Property.GridAutoFlow | undefined;
6467
+ readonly xl?: csstype.Property.GridAutoFlow | undefined;
6468
+ } | undefined;
6469
+ gridAutoRows?: csstype.Property.GridAutoRows<string | number> | {
6470
+ readonly base?: csstype.Property.GridAutoRows<string | number> | undefined;
6471
+ readonly xs?: csstype.Property.GridAutoRows<string | number> | undefined;
6472
+ readonly s?: csstype.Property.GridAutoRows<string | number> | undefined;
6473
+ readonly m?: csstype.Property.GridAutoRows<string | number> | undefined;
6474
+ readonly l?: csstype.Property.GridAutoRows<string | number> | undefined;
6475
+ readonly xl?: csstype.Property.GridAutoRows<string | number> | undefined;
6476
+ } | undefined;
6477
+ gridColumnEnd?: csstype.Property.GridColumnEnd | {
6478
+ readonly base?: csstype.Property.GridColumnEnd | undefined;
6479
+ readonly xs?: csstype.Property.GridColumnEnd | undefined;
6480
+ readonly s?: csstype.Property.GridColumnEnd | undefined;
6481
+ readonly m?: csstype.Property.GridColumnEnd | undefined;
6482
+ readonly l?: csstype.Property.GridColumnEnd | undefined;
6483
+ readonly xl?: csstype.Property.GridColumnEnd | undefined;
6484
+ } | undefined;
6485
+ gridColumnStart?: csstype.Property.GridColumnStart | {
6486
+ readonly base?: csstype.Property.GridColumnStart | undefined;
6487
+ readonly xs?: csstype.Property.GridColumnStart | undefined;
6488
+ readonly s?: csstype.Property.GridColumnStart | undefined;
6489
+ readonly m?: csstype.Property.GridColumnStart | undefined;
6490
+ readonly l?: csstype.Property.GridColumnStart | undefined;
6491
+ readonly xl?: csstype.Property.GridColumnStart | undefined;
6492
+ } | undefined;
6493
+ gridRowEnd?: csstype.Property.GridRowEnd | {
6494
+ readonly base?: csstype.Property.GridRowEnd | undefined;
6495
+ readonly xs?: csstype.Property.GridRowEnd | undefined;
6496
+ readonly s?: csstype.Property.GridRowEnd | undefined;
6497
+ readonly m?: csstype.Property.GridRowEnd | undefined;
6498
+ readonly l?: csstype.Property.GridRowEnd | undefined;
6499
+ readonly xl?: csstype.Property.GridRowEnd | undefined;
6500
+ } | undefined;
6501
+ gridRowStart?: csstype.Property.GridRowStart | {
6502
+ readonly base?: csstype.Property.GridRowStart | undefined;
6503
+ readonly xs?: csstype.Property.GridRowStart | undefined;
6504
+ readonly s?: csstype.Property.GridRowStart | undefined;
6505
+ readonly m?: csstype.Property.GridRowStart | undefined;
6506
+ readonly l?: csstype.Property.GridRowStart | undefined;
6507
+ readonly xl?: csstype.Property.GridRowStart | undefined;
6508
+ } | undefined;
6509
+ gridTemplateAreas?: csstype.Property.GridTemplateAreas | {
6510
+ readonly base?: csstype.Property.GridTemplateAreas | undefined;
6511
+ readonly xs?: csstype.Property.GridTemplateAreas | undefined;
6512
+ readonly s?: csstype.Property.GridTemplateAreas | undefined;
6513
+ readonly m?: csstype.Property.GridTemplateAreas | undefined;
6514
+ readonly l?: csstype.Property.GridTemplateAreas | undefined;
6515
+ readonly xl?: csstype.Property.GridTemplateAreas | undefined;
6516
+ } | undefined;
6517
+ gridTemplateColumns?: csstype.Property.GridTemplateColumns<string | number> | {
6518
+ readonly base?: csstype.Property.GridTemplateColumns<string | number> | undefined;
6519
+ readonly xs?: csstype.Property.GridTemplateColumns<string | number> | undefined;
6520
+ readonly s?: csstype.Property.GridTemplateColumns<string | number> | undefined;
6521
+ readonly m?: csstype.Property.GridTemplateColumns<string | number> | undefined;
6522
+ readonly l?: csstype.Property.GridTemplateColumns<string | number> | undefined;
6523
+ readonly xl?: csstype.Property.GridTemplateColumns<string | number> | undefined;
6524
+ } | undefined;
6525
+ gridTemplateRows?: csstype.Property.GridTemplateRows<string | number> | {
6526
+ readonly base?: csstype.Property.GridTemplateRows<string | number> | undefined;
6527
+ readonly xs?: csstype.Property.GridTemplateRows<string | number> | undefined;
6528
+ readonly s?: csstype.Property.GridTemplateRows<string | number> | undefined;
6529
+ readonly m?: csstype.Property.GridTemplateRows<string | number> | undefined;
6530
+ readonly l?: csstype.Property.GridTemplateRows<string | number> | undefined;
6531
+ readonly xl?: csstype.Property.GridTemplateRows<string | number> | undefined;
6532
+ } | undefined;
6533
+ grid?: csstype.Property.Grid | {
6534
+ readonly base?: csstype.Property.Grid | undefined;
6535
+ readonly xs?: csstype.Property.Grid | undefined;
6536
+ readonly s?: csstype.Property.Grid | undefined;
6537
+ readonly m?: csstype.Property.Grid | undefined;
6538
+ readonly l?: csstype.Property.Grid | undefined;
6539
+ readonly xl?: csstype.Property.Grid | undefined;
6540
+ } | undefined;
6541
+ gridArea?: csstype.Property.GridArea | {
6542
+ readonly base?: csstype.Property.GridArea | undefined;
6543
+ readonly xs?: csstype.Property.GridArea | undefined;
6544
+ readonly s?: csstype.Property.GridArea | undefined;
6545
+ readonly m?: csstype.Property.GridArea | undefined;
6546
+ readonly l?: csstype.Property.GridArea | undefined;
6547
+ readonly xl?: csstype.Property.GridArea | undefined;
6548
+ } | undefined;
6549
+ gridColumn?: csstype.Property.GridColumn | {
6550
+ readonly base?: csstype.Property.GridColumn | undefined;
6551
+ readonly xs?: csstype.Property.GridColumn | undefined;
6552
+ readonly s?: csstype.Property.GridColumn | undefined;
6553
+ readonly m?: csstype.Property.GridColumn | undefined;
6554
+ readonly l?: csstype.Property.GridColumn | undefined;
6555
+ readonly xl?: csstype.Property.GridColumn | undefined;
6556
+ } | undefined;
6557
+ gridRow?: csstype.Property.GridRow | {
6558
+ readonly base?: csstype.Property.GridRow | undefined;
6559
+ readonly xs?: csstype.Property.GridRow | undefined;
6560
+ readonly s?: csstype.Property.GridRow | undefined;
6561
+ readonly m?: csstype.Property.GridRow | undefined;
6562
+ readonly l?: csstype.Property.GridRow | undefined;
6563
+ readonly xl?: csstype.Property.GridRow | undefined;
6564
+ } | undefined;
6565
+ gridTemplate?: csstype.Property.GridTemplate | {
6566
+ readonly base?: csstype.Property.GridTemplate | undefined;
6567
+ readonly xs?: csstype.Property.GridTemplate | undefined;
6568
+ readonly s?: csstype.Property.GridTemplate | undefined;
6569
+ readonly m?: csstype.Property.GridTemplate | undefined;
6570
+ readonly l?: csstype.Property.GridTemplate | undefined;
6571
+ readonly xl?: csstype.Property.GridTemplate | undefined;
6572
+ } | undefined;
6573
+ __brand__?: "platform-web" | {
6574
+ readonly base?: "platform-web" | undefined;
6575
+ readonly xs?: "platform-web" | undefined;
6576
+ readonly s?: "platform-web" | undefined;
6577
+ readonly m?: "platform-web" | undefined;
6578
+ readonly l?: "platform-web" | undefined;
6579
+ readonly xl?: "platform-web" | undefined;
6580
+ } | undefined;
6581
+ }, "gridColumnEnd" | "gridColumnStart" | "gridRowEnd" | "gridRowStart" | "gridArea" | "gridColumn" | "gridRow"> & Pick<{
6582
+ width: SpacingValueType | {
6583
+ readonly base?: SpacingValueType | undefined;
6584
+ readonly xs?: SpacingValueType | undefined;
6585
+ readonly s?: SpacingValueType | undefined;
6586
+ readonly m?: SpacingValueType | undefined;
6587
+ readonly l?: SpacingValueType | undefined;
6588
+ readonly xl?: SpacingValueType | undefined;
6589
+ };
6590
+ display?: csstype.Property.Display | {
6591
+ readonly base?: csstype.Property.Display | undefined;
6592
+ readonly xs?: csstype.Property.Display | undefined;
6593
+ readonly s?: csstype.Property.Display | undefined;
6594
+ readonly m?: csstype.Property.Display | undefined;
6595
+ readonly l?: csstype.Property.Display | undefined;
6596
+ readonly xl?: csstype.Property.Display | undefined;
6597
+ } | undefined;
6598
+ height: SpacingValueType | {
6599
+ readonly base?: SpacingValueType | undefined;
6600
+ readonly xs?: SpacingValueType | undefined;
6601
+ readonly s?: SpacingValueType | undefined;
6602
+ readonly m?: SpacingValueType | undefined;
6603
+ readonly l?: SpacingValueType | undefined;
6604
+ readonly xl?: SpacingValueType | undefined;
6605
+ };
6606
+ maxHeight: SpacingValueType | {
6607
+ readonly base?: SpacingValueType | undefined;
6608
+ readonly xs?: SpacingValueType | undefined;
6609
+ readonly s?: SpacingValueType | undefined;
6610
+ readonly m?: SpacingValueType | undefined;
6611
+ readonly l?: SpacingValueType | undefined;
6612
+ readonly xl?: SpacingValueType | undefined;
6613
+ };
6614
+ maxWidth: SpacingValueType | {
6615
+ readonly base?: SpacingValueType | undefined;
6616
+ readonly xs?: SpacingValueType | undefined;
6617
+ readonly s?: SpacingValueType | undefined;
6618
+ readonly m?: SpacingValueType | undefined;
6619
+ readonly l?: SpacingValueType | undefined;
6620
+ readonly xl?: SpacingValueType | undefined;
6621
+ };
6622
+ minHeight: SpacingValueType | {
6623
+ readonly base?: SpacingValueType | undefined;
6624
+ readonly xs?: SpacingValueType | undefined;
6625
+ readonly s?: SpacingValueType | undefined;
6626
+ readonly m?: SpacingValueType | undefined;
6627
+ readonly l?: SpacingValueType | undefined;
6628
+ readonly xl?: SpacingValueType | undefined;
6629
+ };
6630
+ minWidth: SpacingValueType | {
6631
+ readonly base?: SpacingValueType | undefined;
6632
+ readonly xs?: SpacingValueType | undefined;
6633
+ readonly s?: SpacingValueType | undefined;
6634
+ readonly m?: SpacingValueType | undefined;
6635
+ readonly l?: SpacingValueType | undefined;
6636
+ readonly xl?: SpacingValueType | undefined;
6637
+ };
6638
+ overflowX?: csstype.Property.OverflowX | {
6639
+ readonly base?: csstype.Property.OverflowX | undefined;
6640
+ readonly xs?: csstype.Property.OverflowX | undefined;
6641
+ readonly s?: csstype.Property.OverflowX | undefined;
6642
+ readonly m?: csstype.Property.OverflowX | undefined;
6643
+ readonly l?: csstype.Property.OverflowX | undefined;
6644
+ readonly xl?: csstype.Property.OverflowX | undefined;
6645
+ } | undefined;
6646
+ overflowY?: csstype.Property.OverflowY | {
6647
+ readonly base?: csstype.Property.OverflowY | undefined;
6648
+ readonly xs?: csstype.Property.OverflowY | undefined;
6649
+ readonly s?: csstype.Property.OverflowY | undefined;
6650
+ readonly m?: csstype.Property.OverflowY | undefined;
6651
+ readonly l?: csstype.Property.OverflowY | undefined;
6652
+ readonly xl?: csstype.Property.OverflowY | undefined;
6653
+ } | undefined;
6654
+ textAlign?: csstype.Property.TextAlign | {
6655
+ readonly base?: csstype.Property.TextAlign | undefined;
6656
+ readonly xs?: csstype.Property.TextAlign | undefined;
6657
+ readonly s?: csstype.Property.TextAlign | undefined;
6658
+ readonly m?: csstype.Property.TextAlign | undefined;
6659
+ readonly l?: csstype.Property.TextAlign | undefined;
6660
+ readonly xl?: csstype.Property.TextAlign | undefined;
6661
+ } | undefined;
6662
+ whiteSpace?: csstype.Property.WhiteSpace | {
6663
+ readonly base?: csstype.Property.WhiteSpace | undefined;
6664
+ readonly xs?: csstype.Property.WhiteSpace | undefined;
6665
+ readonly s?: csstype.Property.WhiteSpace | undefined;
6666
+ readonly m?: csstype.Property.WhiteSpace | undefined;
6667
+ readonly l?: csstype.Property.WhiteSpace | undefined;
6668
+ readonly xl?: csstype.Property.WhiteSpace | undefined;
6669
+ } | undefined;
6670
+ overflow?: csstype.Property.Overflow | {
6671
+ readonly base?: csstype.Property.Overflow | undefined;
6672
+ readonly xs?: csstype.Property.Overflow | undefined;
6673
+ readonly s?: csstype.Property.Overflow | undefined;
6674
+ readonly m?: csstype.Property.Overflow | undefined;
6675
+ readonly l?: csstype.Property.Overflow | undefined;
6676
+ readonly xl?: csstype.Property.Overflow | undefined;
6677
+ } | undefined;
6678
+ __brand__?: "platform-web" | {
6679
+ readonly base?: "platform-web" | undefined;
6680
+ readonly xs?: "platform-web" | undefined;
6681
+ readonly s?: "platform-web" | undefined;
6682
+ readonly m?: "platform-web" | undefined;
6683
+ readonly l?: "platform-web" | undefined;
6684
+ readonly xl?: "platform-web" | undefined;
6685
+ } | undefined;
6686
+ }, "display">, "__brand__">> & {
6687
+ name?: string | undefined;
6688
+ label?: string | undefined;
6689
+ testID?: string | undefined;
6690
+ size?: "medium" | "large" | undefined;
6691
+ onBlur?: FormInputOnEvent | undefined;
6692
+ onFocus?: FormInputOnEvent | undefined;
6693
+ onClick?: FormInputOnEvent | undefined;
6694
+ defaultValue?: string | undefined;
6695
+ autoFocus?: boolean | undefined;
6696
+ isDisabled?: boolean | undefined;
6697
+ accessibilityLabel?: string | undefined;
6698
+ labelPosition?: "left" | "top" | undefined;
6699
+ isRequired?: boolean | undefined;
6700
+ validationState?: "none" | "error" | "success" | undefined;
6701
+ necessityIndicator?: "none" | "required" | "optional" | undefined;
6702
+ helpText?: string | undefined;
6703
+ errorText?: string | undefined;
6704
+ successText?: string | undefined;
6705
+ leadingIcon?: IconComponent | undefined;
6706
+ trailingIcon?: IconComponent | undefined;
6707
+ keyboardReturnKeyType?: "search" | "default" | "done" | "next" | "previous" | "go" | "send" | undefined;
6708
+ autoCompleteSuggestionType?: ("on" | ("none" | "name" | "email" | "password" | "username" | "telephone" | "newPassword" | "oneTimeCode" | "postalCode" | "countryName" | "creditCardNumber" | "creditCardCSC" | "creditCardExpiry" | "creditCardExpiryMonth" | "creditCardExpiryYear")) | undefined;
6709
+ } & {
6710
+ defaultValue?: string | undefined;
6711
+ value?: string | undefined;
6712
+ defaultCountry?: CountryCodeType | undefined;
6713
+ country?: CountryCodeType | undefined;
6714
+ onCountryChange?: (({ country }: {
6715
+ country: CountryCodeType;
6716
+ }) => void) | undefined;
6717
+ allowedCountries?: CountryCodeType[] | undefined;
6718
+ onChange?: ((event: {
6719
+ phoneNumber: string;
6720
+ dialCode: string;
6721
+ country: CountryCodeType;
6722
+ value: string;
6723
+ name: string;
6724
+ }) => void) | undefined;
6725
+ showDialCode?: boolean | undefined;
6726
+ showCountrySelector?: boolean | undefined;
6727
+ onClearButtonClick?: (() => void) | undefined;
6728
+ } & React__default.RefAttributes<BladeElementRef>>;
6729
+
6730
+ 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'>;
6731
+ type PhoneNumberInputProps = StyledPropsBlade & CommonProps & {
6732
+ /**
6733
+ * Default value of the input, Used to set the default value of input field when it's uncontrolled
6734
+ */
6735
+ defaultValue?: string;
6736
+ /**
6737
+ * Value of the input, Used to turn the input field to controlled so user can control the value
6738
+ */
6739
+ value?: string;
6740
+ /**
6741
+ * The default country code to be used in the input.
6742
+ * Uncontrolled state of the country code.
6743
+ *
6744
+ * @default "IN" or autodetect based on the user's locale
6745
+ */
6746
+ defaultCountry?: CountryCodeType;
6747
+ /**
6748
+ * Controlled state of the country code to be used in the input.
6749
+ */
6750
+ country?: CountryCodeType;
6751
+ /**
6752
+ * Callback that is called when the country is selected from the country selector.
6753
+ */
6754
+ onCountryChange?: ({ country }: {
6755
+ country: CountryCodeType;
6756
+ }) => void;
6757
+ /**
6758
+ * List of countries to be shown in the country selector.
6759
+ */
6760
+ allowedCountries?: CountryCodeType[];
6761
+ /**
6762
+ * Callback that is called when the value of the input changes.
6763
+ */
6764
+ onChange?: (event: {
6765
+ /**
6766
+ * formatted phone number with dial code
6767
+ *
6768
+ * @example: "+91 123456789"
6769
+ */
6770
+ phoneNumber: string;
6771
+ /**
6772
+ * dial code of the country
6773
+ *
6774
+ * @example: 91 for India
6775
+ */
6776
+ dialCode: string;
6777
+ /**
6778
+ * country code of the country
6779
+ *
6780
+ * @example: "IN" for India
6781
+ */
6782
+ country: CountryCodeType;
6783
+ /**
6784
+ * raw value of the input
6785
+ */
6786
+ value: string;
6787
+ /**
6788
+ * name of the input
6789
+ */
6790
+ name: string;
6791
+ }) => void;
6792
+ /**
6793
+ * If true, the dial code text will be shown in the leading text.
6794
+ *
6795
+ * @default true
6796
+ */
6797
+ showDialCode?: boolean;
6798
+ /**
6799
+ * If true, the country selector will be shown.
6800
+ *
6801
+ * @default true
6802
+ */
6803
+ showCountrySelector?: boolean;
6804
+ /**
6805
+ * Callback that is called when the clear button is clicked.
6806
+ */
6807
+ onClearButtonClick?: () => void;
6808
+ };
6809
+
6365
6810
  type ListItemProps = {
6366
6811
  /**
6367
6812
  * Children to be rendered for ListItem. This can be a text, ListItemLink or another List.
@@ -9246,4 +9691,4 @@ declare const VisuallyHidden: ({ children, testID }: VisuallyHiddenProps) => Rea
9246
9691
  */
9247
9692
  declare const screenReaderStyles: CSSObject;
9248
9693
 
9249
- export { Accordion, AccordionItem, AccordionItemBody, AccordionItemHeader, AccordionItemProps, AccordionProps, ActionList, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemBadge, ActionListItemBadgeGroup, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionProps, ActivityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertTriangleIcon as AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon$1 as AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AnnouncementIcon, ApertureIcon, AppStoreIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, Attachment as AttachmentIcon, AutoComplete, AutoCompleteProps, AwardIcon, Badge, BadgeProps, BankIcon, BarChartAltIcon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BillIcon, BladeCommonEvents, BladeFile, BladeFileList, BladeProvider, BladeProviderProps, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BottomSheet, BottomSheetBody, BottomSheetBodyProps, BottomSheetFooter, BottomSheetFooterProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetProps, Box, BoxIcon, BoxProps, BoxRefType, Breadcrumb, BreadcrumbItem, BreadcrumbItemProps, BreadcrumbProps, BriefcaseIcon, BulkPayoutsIcon, Button, ButtonGroup, ButtonGroupProps, ButtonProps, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderAmount, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, Carousel, CarouselItem, CarouselProps, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, Chip, ChipGroup, ChipGroupProps, ChipProps, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodepenIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CommandIcon, CompassIcon, ComponentIds, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, CustomersIcon, CutIcon, DashboardIcon, DeleteIcon, DiscIcon, Display, DisplayProps, Divider, DividerProps, DollarIcon, DollarsIcon, DownloadCloudIcon, DownloadIcon, Drawer, DrawerBody, DrawerHeader, DrawerHeaderProps, DrawerProps, Dropdown, DropdownButton, DropdownFooter, DropdownHeader, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EditComposeIcon, EditIcon, EditInlineIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FileUpload, FileUploadProps, FileZipIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, FullScreenEnterIcon, FullScreenExitIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphonesIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, IconButtonProps, IconColors, IconComponent, IconProps, IconSize, Identifier, ImageIcon, InboxIcon, Indicator, IndicatorProps, InfoIcon, InstagramIcon, InvoicesIcon, ItalicIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListItemText, ListItemTextProps, ListProps, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, MenuDotsIcon, MenuIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MoveIcon, MusicIcon, MyAccountIcon, NavigationIcon, OTPInput, OTPInputCommonProps, OTPInputProps, OctagonIcon, OffersIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonsIcon, PaymentLinksIcon, PaymentPagesIcon, PercentIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneOffIcon, PhoneOutgoingIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, Popover, PopoverInteractiveWrapper, PopoverProps, PopoverTriggerProps, PowerIcon, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, QRCodeIcon, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RazorpayIcon, RazorpayXIcon, RefreshIcon, RepeatIcon, ReportsIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RoutesIcon, RupeeIcon, RupeesIcon, SaveIcon, ScissorsIcon, SearchIcon, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, Skeleton, SkeletonProps, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, SlidersIcon, SmartCollectIcon, SmartphoneIcon, SpeakerIcon, Spinner, SpinnerProps, SpotlightPopoverStepRenderProps, SpotlightPopoverTour, SpotlightPopoverTourFooter, SpotlightPopoverTourProps, SpotlightPopoverTourStep, SpotlightPopoverTourSteps, SquareIcon, StampIcon, StarIcon, StopCircleIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TabItem, TabItemProps, TabList, TabPanel, TabPanelProps, Table, TableBackgroundColors, TableBody, TableBodyProps, TableCell, TableCellProps, TableData, TableFooter, TableFooterCell, TableFooterCellProps, TableFooterProps, TableFooterRow, TableFooterRowProps, TableHeader, TableHeaderCell, TableHeaderCellProps, TableHeaderProps, TableHeaderRow, TableHeaderRowProps, TableNode, TablePagination, TablePaginationCommonProps, TablePaginationProps, TablePaginationType, TableProps, TableRow, TableRowProps, TableToolbar, TableToolbarActions, TableToolbarActionsProps, TableToolbarProps, TabletIcon, Tabs, TabsProps, Tag, TagIcon, TagProps, TargetIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, ToastContainer, ToastProps, ToggleLeftIcon, ToggleRightIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, TransactionsIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UseToastReturn, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VideoIcon, VideoOffIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XSquareIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, getHeadingProps, getTextProps, screenReaderStyles, useTheme, useToast };
9694
+ export { Accordion, AccordionItem, AccordionItemBody, AccordionItemHeader, AccordionItemProps, AccordionProps, ActionList, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemBadge, ActionListItemBadgeGroup, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionProps, ActivityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertTriangleIcon as AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon$1 as AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AnnouncementIcon, ApertureIcon, AppStoreIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, Attachment as AttachmentIcon, AutoComplete, AutoCompleteProps, AwardIcon, Badge, BadgeProps, BankIcon, BarChartAltIcon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BillIcon, BladeCommonEvents, BladeFile, BladeFileList, BladeProvider, BladeProviderProps, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BottomSheet, BottomSheetBody, BottomSheetBodyProps, BottomSheetFooter, BottomSheetFooterProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetProps, Box, BoxIcon, BoxProps, BoxRefType, Breadcrumb, BreadcrumbItem, BreadcrumbItemProps, BreadcrumbProps, BriefcaseIcon, BulkPayoutsIcon, Button, ButtonGroup, ButtonGroupProps, ButtonProps, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderAmount, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, Carousel, CarouselItem, CarouselProps, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, Chip, ChipGroup, ChipGroupProps, ChipProps, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodepenIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CommandIcon, CompassIcon, ComponentIds, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, CustomersIcon, CutIcon, DashboardIcon, DeleteIcon, DiscIcon, Display, DisplayProps, Divider, DividerProps, DollarIcon, DollarsIcon, DownloadCloudIcon, DownloadIcon, Drawer, DrawerBody, DrawerHeader, DrawerHeaderProps, DrawerProps, Dropdown, DropdownButton, DropdownFooter, DropdownHeader, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EditComposeIcon, EditIcon, EditInlineIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FileUpload, FileUploadProps, FileZipIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, FullScreenEnterIcon, FullScreenExitIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphonesIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, IconButtonProps, IconColors, IconComponent, IconProps, IconSize, Identifier, ImageIcon, InboxIcon, Indicator, IndicatorProps, InfoIcon, InstagramIcon, InvoicesIcon, ItalicIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListItemText, ListItemTextProps, ListProps, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, MenuDotsIcon, MenuIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MoveIcon, MusicIcon, MyAccountIcon, NavigationIcon, OTPInput, OTPInputCommonProps, OTPInputProps, OctagonIcon, OffersIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonsIcon, PaymentLinksIcon, PaymentPagesIcon, PercentIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneNumberInput, PhoneNumberInputProps, PhoneOffIcon, PhoneOutgoingIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, Popover, PopoverInteractiveWrapper, PopoverProps, PopoverTriggerProps, PowerIcon, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, QRCodeIcon, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RazorpayIcon, RazorpayXIcon, RefreshIcon, RepeatIcon, ReportsIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RoutesIcon, RupeeIcon, RupeesIcon, SaveIcon, ScissorsIcon, SearchIcon, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, Skeleton, SkeletonProps, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, SlidersIcon, SmartCollectIcon, SmartphoneIcon, SpeakerIcon, Spinner, SpinnerProps, SpotlightPopoverStepRenderProps, SpotlightPopoverTour, SpotlightPopoverTourFooter, SpotlightPopoverTourProps, SpotlightPopoverTourStep, SpotlightPopoverTourSteps, SquareIcon, StampIcon, StarIcon, StopCircleIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TabItem, TabItemProps, TabList, TabPanel, TabPanelProps, Table, TableBackgroundColors, TableBody, TableBodyProps, TableCell, TableCellProps, TableData, TableFooter, TableFooterCell, TableFooterCellProps, TableFooterProps, TableFooterRow, TableFooterRowProps, TableHeader, TableHeaderCell, TableHeaderCellProps, TableHeaderProps, TableHeaderRow, TableHeaderRowProps, TableNode, TablePagination, TablePaginationCommonProps, TablePaginationProps, TablePaginationType, TableProps, TableRow, TableRowProps, TableToolbar, TableToolbarActions, TableToolbarActionsProps, TableToolbarProps, TabletIcon, Tabs, TabsProps, Tag, TagIcon, TagProps, TargetIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, ToastContainer, ToastProps, ToggleLeftIcon, ToggleRightIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, TransactionsIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UseToastReturn, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VideoIcon, VideoOffIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XSquareIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, getHeadingProps, getTextProps, screenReaderStyles, useTheme, useToast };