@razorpay/blade 11.11.0 → 11.12.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 (998) hide show
  1. package/build/lib/native/components/ActionList/ActionListBox.native.js.map +1 -1
  2. package/build/lib/native/components/Amount/Amount.js +1 -1
  3. package/build/lib/native/components/Amount/Amount.js.map +1 -1
  4. package/build/lib/native/components/BottomSheet/BottomSheet.native.js.map +1 -1
  5. package/build/lib/native/components/Box/BaseBox/baseBoxStyles.js +1 -1
  6. package/build/lib/native/components/Box/BaseBox/baseBoxStyles.js.map +1 -1
  7. package/build/lib/native/components/Box/BaseBox/types/propsTypes.js.map +1 -1
  8. package/build/lib/native/components/Button/BaseButton/AnimatedButtonContent.native.js.map +1 -1
  9. package/build/lib/native/components/Button/BaseButton/StyledBaseButton.native.js.map +1 -1
  10. package/build/lib/native/components/Divider/Divider.js +1 -1
  11. package/build/lib/native/components/Divider/Divider.js.map +1 -1
  12. package/build/lib/native/components/Input/BaseInput/AnimatedBaseInputWrapper.native.js +1 -1
  13. package/build/lib/native/components/Input/BaseInput/AnimatedBaseInputWrapper.native.js.map +1 -1
  14. package/build/lib/native/components/Input/BaseInput/BaseInput.js +2 -1
  15. package/build/lib/native/components/Input/BaseInput/BaseInput.js.map +1 -1
  16. package/build/lib/native/components/Input/BaseInput/BaseInputTagSlot.native.js +1 -1
  17. package/build/lib/native/components/Input/BaseInput/BaseInputTagSlot.native.js.map +1 -1
  18. package/build/lib/native/components/Input/BaseInput/BaseInputWrapper.js +1 -1
  19. package/build/lib/native/components/Input/BaseInput/BaseInputWrapper.js.map +1 -1
  20. package/build/lib/native/components/Input/BaseInput/StyledBaseInput.native.js +1 -1
  21. package/build/lib/native/components/Input/BaseInput/StyledBaseInput.native.js.map +1 -1
  22. package/build/lib/native/components/Input/BaseInput/baseInputStyles.js +1 -1
  23. package/build/lib/native/components/Input/BaseInput/baseInputStyles.js.map +1 -1
  24. package/build/lib/native/components/Input/BaseInput/useTaggedInput.js +13 -0
  25. package/build/lib/native/components/Input/BaseInput/useTaggedInput.js.map +1 -0
  26. package/build/lib/native/components/Input/OTPInput/OTPInput.js +1 -1
  27. package/build/lib/native/components/Input/OTPInput/OTPInput.js.map +1 -1
  28. package/build/lib/native/components/Input/TextArea/TextArea.js +2 -1
  29. package/build/lib/native/components/Input/TextArea/TextArea.js.map +1 -1
  30. package/build/lib/native/components/Input/TextInput/TextInput.js +2 -1
  31. package/build/lib/native/components/Input/TextInput/TextInput.js.map +1 -1
  32. package/build/lib/native/components/PopupArrow/PopupArrow.native.js +1 -1
  33. package/build/lib/native/components/PopupArrow/PopupArrow.native.js.map +1 -1
  34. package/build/lib/native/components/Tabs/Tabs.native.js.map +1 -1
  35. package/build/lib/native/components/Tag/AnimatedTag.native.js.map +1 -1
  36. package/build/lib/native/components/Tag/Tag.js +1 -1
  37. package/build/lib/native/components/Tag/Tag.js.map +1 -1
  38. package/build/lib/native/components/Tag/getTagsGroup.js +1 -1
  39. package/build/lib/native/components/Tag/getTagsGroup.js.map +1 -1
  40. package/build/lib/native/components/Tag/tagAnimationConfig.js +1 -2
  41. package/build/lib/native/components/Tag/tagAnimationConfig.js.map +1 -1
  42. package/build/lib/native/components/Typography/BaseText/getBaseTextStyles.js +1 -1
  43. package/build/lib/native/components/Typography/BaseText/getBaseTextStyles.js.map +1 -1
  44. package/build/lib/native/utils/mergeProps.js +1 -1
  45. package/build/lib/native/utils/mergeProps.js.map +1 -1
  46. package/build/lib/web/development/components/Accordion/Accordion.js +2 -2
  47. package/build/lib/web/development/components/Accordion/AccordionButton.web.js +2 -2
  48. package/build/lib/web/development/components/Accordion/AccordionItem.js +2 -2
  49. package/build/lib/web/development/components/Accordion/AccordionItemBody.js +2 -2
  50. package/build/lib/web/development/components/Accordion/AccordionItemHeader.js +2 -2
  51. package/build/lib/web/development/components/Accordion/StyledAccordionButton.web.js +2 -2
  52. package/build/lib/web/development/components/ActionList/ActionList.js +2 -2
  53. package/build/lib/web/development/components/ActionList/ActionListBox.web.js +2 -2
  54. package/build/lib/web/development/components/ActionList/ActionListItem.js +2 -2
  55. package/build/lib/web/development/components/ActionList/actionListUtils.js +2 -2
  56. package/build/lib/web/development/components/ActionList/styles/StyledActionListItem.web.js +2 -2
  57. package/build/lib/web/development/components/ActionList/styles/StyledListBoxWrapper.web.js +4 -5
  58. package/build/lib/web/development/components/ActionList/styles/StyledListBoxWrapper.web.js.map +1 -1
  59. package/build/lib/web/development/components/Alert/Alert.js +2 -2
  60. package/build/lib/web/development/components/Amount/Amount.js +5 -3
  61. package/build/lib/web/development/components/Amount/Amount.js.map +1 -1
  62. package/build/lib/web/development/components/Badge/Badge.js +2 -2
  63. package/build/lib/web/development/components/Badge/StyledBadge.web.js +2 -2
  64. package/build/lib/web/development/components/BaseHeaderFooter/BaseFooter.js +2 -2
  65. package/build/lib/web/development/components/BaseHeaderFooter/BaseHeader.js +2 -2
  66. package/build/lib/web/development/components/BladeProvider/useBladeProvider.js +2 -2
  67. package/build/lib/web/development/components/BottomSheet/BottomSheet.web.js +2 -2
  68. package/build/lib/web/development/components/BottomSheet/BottomSheetBackdrop.web.js +2 -2
  69. package/build/lib/web/development/components/BottomSheet/BottomSheetBody.web.js +2 -2
  70. package/build/lib/web/development/components/BottomSheet/BottomSheetCommon.js +2 -2
  71. package/build/lib/web/development/components/BottomSheet/BottomSheetFooter.web.js +2 -2
  72. package/build/lib/web/development/components/BottomSheet/BottomSheetHeader.web.js +2 -2
  73. package/build/lib/web/development/components/BottomSheet/getBottomSheetGrabHandleStyles.js +2 -2
  74. package/build/lib/web/development/components/Box/BaseBox/BaseBox.web.js +2 -2
  75. package/build/lib/web/development/components/Box/BaseBox/baseBoxStyles.js +4 -3
  76. package/build/lib/web/development/components/Box/BaseBox/baseBoxStyles.js.map +1 -1
  77. package/build/lib/web/development/components/Box/BaseBox/types/propsTypes.js.map +1 -1
  78. package/build/lib/web/development/components/Box/BaseBox/useMemoizedStyles.web.js +2 -2
  79. package/build/lib/web/development/components/Box/Box.js +2 -2
  80. package/build/lib/web/development/components/Box/styledProps/getStyledProps.js +3 -1
  81. package/build/lib/web/development/components/Box/styledProps/getStyledProps.js.map +1 -1
  82. package/build/lib/web/development/components/Box/styledProps/useStyledProps.js +4 -3
  83. package/build/lib/web/development/components/Box/styledProps/useStyledProps.js.map +1 -1
  84. package/build/lib/web/development/components/Breadcrumb/Breadcrumb.web.js +2 -2
  85. package/build/lib/web/development/components/Button/BaseButton/BaseButton.js +2 -3
  86. package/build/lib/web/development/components/Button/BaseButton/BaseButton.js.map +1 -1
  87. package/build/lib/web/development/components/Button/BaseButton/StyledBaseButton.web.js +2 -2
  88. package/build/lib/web/development/components/Button/Button/Button.js +2 -2
  89. package/build/lib/web/development/components/Button/IconButton/StyledIconButton.web.js +2 -2
  90. package/build/lib/web/development/components/ButtonGroup/ButtonGroup.web.js +2 -3
  91. package/build/lib/web/development/components/ButtonGroup/ButtonGroup.web.js.map +1 -1
  92. package/build/lib/web/development/components/Card/Card.js +2 -2
  93. package/build/lib/web/development/components/Card/CardFooter.js +2 -2
  94. package/build/lib/web/development/components/Card/CardHeader.js +2 -2
  95. package/build/lib/web/development/components/Card/CardRoot.web.js +5 -6
  96. package/build/lib/web/development/components/Card/CardRoot.web.js.map +1 -1
  97. package/build/lib/web/development/components/Carousel/Carousel.web.js +2 -2
  98. package/build/lib/web/development/components/Carousel/CarouselItem.web.js +2 -2
  99. package/build/lib/web/development/components/Carousel/Indicators/IndicatorButton.js +2 -2
  100. package/build/lib/web/development/components/Carousel/Indicators/Indicators.js +2 -2
  101. package/build/lib/web/development/components/Carousel/Indicators/getIndicatorButtonStyles.js +2 -2
  102. package/build/lib/web/development/components/Carousel/NavigationButton/NavigationButton.js +2 -2
  103. package/build/lib/web/development/components/Carousel/NavigationButton/getNavigationButtonStyles.js +2 -2
  104. package/build/lib/web/development/components/Checkbox/Checkbox.js +2 -2
  105. package/build/lib/web/development/components/Checkbox/CheckboxGroup/CheckboxGroup.js +2 -2
  106. package/build/lib/web/development/components/Checkbox/CheckboxIcon/CheckboxIcon.js +2 -2
  107. package/build/lib/web/development/components/Checkbox/CheckboxIcon/Fade.web.js +2 -2
  108. package/build/lib/web/development/components/Checkbox/useCheckbox.js +2 -2
  109. package/build/lib/web/development/components/Chip/AnimatedChip.web.js +2 -2
  110. package/build/lib/web/development/components/Chip/Chip.js +2 -2
  111. package/build/lib/web/development/components/Chip/ChipGroup.js +2 -2
  112. package/build/lib/web/development/components/Chip/StyledChipWrapper.web.js +2 -2
  113. package/build/lib/web/development/components/Collapsible/Collapsible.js +2 -2
  114. package/build/lib/web/development/components/Collapsible/CollapsibleBody.js +2 -2
  115. package/build/lib/web/development/components/Collapsible/CollapsibleBodyContent.web.js +2 -2
  116. package/build/lib/web/development/components/Collapsible/CollapsibleChevronIcon.web.js +2 -2
  117. package/build/lib/web/development/components/Counter/Counter.js +2 -2
  118. package/build/lib/web/development/components/Counter/StyledCounter.web.js +2 -2
  119. package/build/lib/web/development/components/Divider/Divider.js +4 -5
  120. package/build/lib/web/development/components/Divider/Divider.js.map +1 -1
  121. package/build/lib/web/development/components/Drawer/Drawer.web.js +2 -2
  122. package/build/lib/web/development/components/Dropdown/Dropdown.js +2 -2
  123. package/build/lib/web/development/components/Dropdown/DropdownButton.js +2 -2
  124. package/build/lib/web/development/components/Dropdown/DropdownHeaderFooter.js +2 -2
  125. package/build/lib/web/development/components/Dropdown/DropdownLink.js +2 -2
  126. package/build/lib/web/development/components/Dropdown/DropdownOverlay.web.js +2 -2
  127. package/build/lib/web/development/components/Dropdown/useDropdown.js +2 -2
  128. package/build/lib/web/development/components/FileUpload/FileUpload.web.js +2 -2
  129. package/build/lib/web/development/components/FileUpload/FileUploadItemIcon.js +2 -2
  130. package/build/lib/web/development/components/FileUpload/StyledFileUploadItemWrapper.js +2 -2
  131. package/build/lib/web/development/components/FileUpload/StyledFileUploadWrapper.js +2 -2
  132. package/build/lib/web/development/components/Form/FormLabel.js +2 -2
  133. package/build/lib/web/development/components/Form/Selector/SelectorGroupField.js +2 -2
  134. package/build/lib/web/development/components/Form/Selector/SelectorInput.web.js +2 -2
  135. package/build/lib/web/development/components/Form/Selector/SelectorLabel.web.js +2 -2
  136. package/build/lib/web/development/components/Icons/ActivityIcon/ActivityIcon.js +2 -2
  137. package/build/lib/web/development/components/Icons/AirplayIcon/AirplayIcon.js +2 -2
  138. package/build/lib/web/development/components/Icons/AlertCircleIcon/AlertCircleIcon.js +2 -2
  139. package/build/lib/web/development/components/Icons/AlertOctagonIcon/AlertOctagonIcon.js +2 -2
  140. package/build/lib/web/development/components/Icons/AlertOnlyIcon/AlertOnlyIcon.js +2 -2
  141. package/build/lib/web/development/components/Icons/AlertTriangleIcon/AlertTriangleIcon.js +2 -2
  142. package/build/lib/web/development/components/Icons/AlignCenterIcon/AlignCenterIcon.js +2 -2
  143. package/build/lib/web/development/components/Icons/AlignJustifyIcon/AlignJustifyIcon.js +2 -2
  144. package/build/lib/web/development/components/Icons/AlignLeftIcon/AlignLeftIcon.js +2 -2
  145. package/build/lib/web/development/components/Icons/AlignRightIcon/AlignRightIcon.js +2 -2
  146. package/build/lib/web/development/components/Icons/AnchorIcon/AnchorIcon.js +2 -2
  147. package/build/lib/web/development/components/Icons/AnnouncementIcon/AnnouncementIcon.js +2 -2
  148. package/build/lib/web/development/components/Icons/ApertureIcon/ApertureIcon.js +2 -2
  149. package/build/lib/web/development/components/Icons/AppStoreIcon/AppStoreIcon.js +2 -2
  150. package/build/lib/web/development/components/Icons/ArrowDownIcon/ArrowDownIcon.js +2 -2
  151. package/build/lib/web/development/components/Icons/ArrowDownLeftIcon/ArrowDownLeftIcon.js +2 -2
  152. package/build/lib/web/development/components/Icons/ArrowDownRightIcon/ArrowDownRightIcon.js +2 -2
  153. package/build/lib/web/development/components/Icons/ArrowLeftIcon/ArrowLeftIcon.js +2 -2
  154. package/build/lib/web/development/components/Icons/ArrowRightIcon/ArrowRightIcon.js +2 -2
  155. package/build/lib/web/development/components/Icons/ArrowUpIcon/ArrowUpIcon.js +2 -2
  156. package/build/lib/web/development/components/Icons/ArrowUpLeftIcon/ArrowUpLeftIcon.js +2 -2
  157. package/build/lib/web/development/components/Icons/ArrowUpRightIcon/ArrowUpRightIcon.js +2 -2
  158. package/build/lib/web/development/components/Icons/AtSignIcon/AtSignIcon.js +2 -2
  159. package/build/lib/web/development/components/Icons/AttachmentIcon/AttachmentIcon.js +2 -2
  160. package/build/lib/web/development/components/Icons/AwardIcon/AwardIcon.js +2 -2
  161. package/build/lib/web/development/components/Icons/BankIcon/BankIcon.js +2 -2
  162. package/build/lib/web/development/components/Icons/BarChartAltIcon/BarChartAltIcon.js +2 -2
  163. package/build/lib/web/development/components/Icons/BarChartIcon/BarChartIcon.js +2 -2
  164. package/build/lib/web/development/components/Icons/BatteryChargingIcon/BatteryChargingIcon.js +2 -2
  165. package/build/lib/web/development/components/Icons/BatteryIcon/BatteryIcon.js +2 -2
  166. package/build/lib/web/development/components/Icons/BellIcon/BellIcon.js +2 -2
  167. package/build/lib/web/development/components/Icons/BellOffIcon/BellOffIcon.js +2 -2
  168. package/build/lib/web/development/components/Icons/BillIcon/BillIcon.js +2 -2
  169. package/build/lib/web/development/components/Icons/BluetoothIcon/BluetoothIcon.js +2 -2
  170. package/build/lib/web/development/components/Icons/BoldIcon/BoldIcon.js +2 -2
  171. package/build/lib/web/development/components/Icons/BookIcon/BookIcon.js +2 -2
  172. package/build/lib/web/development/components/Icons/BookmarkIcon/BookmarkIcon.js +2 -2
  173. package/build/lib/web/development/components/Icons/BoxIcon/BoxIcon.js +2 -2
  174. package/build/lib/web/development/components/Icons/BriefcaseIcon/BriefcaseIcon.js +2 -2
  175. package/build/lib/web/development/components/Icons/BulkPayoutsIcon/BulkPayoutsIcon.js +2 -2
  176. package/build/lib/web/development/components/Icons/CalendarIcon/CalendarIcon.js +2 -2
  177. package/build/lib/web/development/components/Icons/CameraIcon/CameraIcon.js +2 -2
  178. package/build/lib/web/development/components/Icons/CameraOffIcon/CameraOffIcon.js +2 -2
  179. package/build/lib/web/development/components/Icons/CastIcon/CastIcon.js +2 -2
  180. package/build/lib/web/development/components/Icons/CheckCircleIcon/CheckCircleIcon.js +2 -2
  181. package/build/lib/web/development/components/Icons/CheckIcon/CheckIcon.js +2 -2
  182. package/build/lib/web/development/components/Icons/CheckSquareIcon/CheckSquareIcon.js +2 -2
  183. package/build/lib/web/development/components/Icons/ChevronDownIcon/ChevronDownIcon.js +2 -2
  184. package/build/lib/web/development/components/Icons/ChevronLeftIcon/ChevronLeftIcon.js +2 -2
  185. package/build/lib/web/development/components/Icons/ChevronRightIcon/ChevronRightIcon.js +2 -2
  186. package/build/lib/web/development/components/Icons/ChevronUpIcon/ChevronUpIcon.js +2 -2
  187. package/build/lib/web/development/components/Icons/ChevronsDownIcon/ChevronsDownIcon.js +2 -2
  188. package/build/lib/web/development/components/Icons/ChevronsLeftIcon/ChevronsLeftIcon.js +2 -2
  189. package/build/lib/web/development/components/Icons/ChevronsRightIcon/ChevronsRightIcon.js +2 -2
  190. package/build/lib/web/development/components/Icons/ChevronsUpIcon/ChevronsUpIcon.js +2 -2
  191. package/build/lib/web/development/components/Icons/ChromeIcon/ChromeIcon.js +2 -2
  192. package/build/lib/web/development/components/Icons/CircleIcon/CircleIcon.js +2 -2
  193. package/build/lib/web/development/components/Icons/ClipboardIcon/ClipboardIcon.js +2 -2
  194. package/build/lib/web/development/components/Icons/ClockIcon/ClockIcon.js +2 -2
  195. package/build/lib/web/development/components/Icons/CloseIcon/CloseIcon.js +2 -2
  196. package/build/lib/web/development/components/Icons/CloudDrizzleIcon/CloudDrizzleIcon.js +2 -2
  197. package/build/lib/web/development/components/Icons/CloudIcon/CloudIcon.js +2 -2
  198. package/build/lib/web/development/components/Icons/CloudLightningIcon/CloudLightningIcon.js +2 -2
  199. package/build/lib/web/development/components/Icons/CloudOffIcon/CloudOffIcon.js +2 -2
  200. package/build/lib/web/development/components/Icons/CloudRainIcon/CloudRainIcon.js +2 -2
  201. package/build/lib/web/development/components/Icons/CloudSnowIcon/CloudSnowIcon.js +2 -2
  202. package/build/lib/web/development/components/Icons/CodepenIcon/CodepenIcon.js +2 -2
  203. package/build/lib/web/development/components/Icons/CoinsIcon/CoinsIcon.js +2 -2
  204. package/build/lib/web/development/components/Icons/CommandIcon/CommandIcon.js +2 -2
  205. package/build/lib/web/development/components/Icons/CompassIcon/CompassIcon.js +2 -2
  206. package/build/lib/web/development/components/Icons/CopyIcon/CopyIcon.js +2 -2
  207. package/build/lib/web/development/components/Icons/CornerDownLeftIcon/CornerDownLeftIcon.js +2 -2
  208. package/build/lib/web/development/components/Icons/CornerDownRightIcon/CornerDownRightIcon.js +2 -2
  209. package/build/lib/web/development/components/Icons/CornerLeftDownIcon/CornerLeftDownIcon.js +2 -2
  210. package/build/lib/web/development/components/Icons/CornerLeftUpIcon/CornerLeftUpIcon.js +2 -2
  211. package/build/lib/web/development/components/Icons/CornerRightDownIcon/CornerRightDownIcon.js +2 -2
  212. package/build/lib/web/development/components/Icons/CornerRightUpIcon/CornerRightUpIcon.js +2 -2
  213. package/build/lib/web/development/components/Icons/CornerUpLeftIcon/CornerUpLeftIcon.js +2 -2
  214. package/build/lib/web/development/components/Icons/CornerUpRightIcon/CornerUpRightIcon.js +2 -2
  215. package/build/lib/web/development/components/Icons/CpuIcon/CpuIcon.js +2 -2
  216. package/build/lib/web/development/components/Icons/CreditCardIcon/CreditCardIcon.js +2 -2
  217. package/build/lib/web/development/components/Icons/CropIcon/CropIcon.js +2 -2
  218. package/build/lib/web/development/components/Icons/CrosshairIcon/CrosshairIcon.js +2 -2
  219. package/build/lib/web/development/components/Icons/CustomersIcon/CustomersIcon.js +2 -2
  220. package/build/lib/web/development/components/Icons/CutIcon/CutIcon.js +2 -2
  221. package/build/lib/web/development/components/Icons/DashboardIcon/DashboardIcon.js +2 -2
  222. package/build/lib/web/development/components/Icons/DeleteIcon/DeleteIcon.js +2 -2
  223. package/build/lib/web/development/components/Icons/DiscIcon/DiscIcon.js +2 -2
  224. package/build/lib/web/development/components/Icons/DollarIcon/DollarIcon.js +2 -2
  225. package/build/lib/web/development/components/Icons/DollarsIcon/DollarsIcon.js +2 -2
  226. package/build/lib/web/development/components/Icons/DownloadCloudIcon/DownloadCloudIcon.js +2 -2
  227. package/build/lib/web/development/components/Icons/DownloadIcon/DownloadIcon.js +2 -2
  228. package/build/lib/web/development/components/Icons/DropletIcon/DropletIcon.js +2 -2
  229. package/build/lib/web/development/components/Icons/EditComposeIcon/EditComposeIcon.js +2 -2
  230. package/build/lib/web/development/components/Icons/EditIcon/EditIcon.js +2 -2
  231. package/build/lib/web/development/components/Icons/EditInlineIcon/EditInlineIcon.js +2 -2
  232. package/build/lib/web/development/components/Icons/ExportIcon/ExportIcon.js +2 -2
  233. package/build/lib/web/development/components/Icons/ExternalLinkIcon/ExternalLinkIcon.js +2 -2
  234. package/build/lib/web/development/components/Icons/EyeIcon/EyeIcon.js +2 -2
  235. package/build/lib/web/development/components/Icons/EyeOffIcon/EyeOffIcon.js +2 -2
  236. package/build/lib/web/development/components/Icons/FacebookIcon/FacebookIcon.js +2 -2
  237. package/build/lib/web/development/components/Icons/FastForwardIcon/FastForwardIcon.js +2 -2
  238. package/build/lib/web/development/components/Icons/FeatherIcon/FeatherIcon.js +2 -2
  239. package/build/lib/web/development/components/Icons/FileIcon/FileIcon.js +2 -2
  240. package/build/lib/web/development/components/Icons/FileMinusIcon/FileMinusIcon.js +2 -2
  241. package/build/lib/web/development/components/Icons/FilePlusIcon/FilePlusIcon.js +2 -2
  242. package/build/lib/web/development/components/Icons/FileTextIcon/FileTextIcon.js +2 -2
  243. package/build/lib/web/development/components/Icons/FileZipIcon/FileZipIcon.js +2 -2
  244. package/build/lib/web/development/components/Icons/FilmIcon/FilmIcon.js +2 -2
  245. package/build/lib/web/development/components/Icons/FilterIcon/FilterIcon.js +2 -2
  246. package/build/lib/web/development/components/Icons/FlagIcon/FlagIcon.js +2 -2
  247. package/build/lib/web/development/components/Icons/FolderIcon/FolderIcon.js +2 -2
  248. package/build/lib/web/development/components/Icons/FullScreenEnterIcon/FullScreenEnterIcon.js +2 -2
  249. package/build/lib/web/development/components/Icons/FullScreenExitIcon/FullScreenExitIcon.js +2 -2
  250. package/build/lib/web/development/components/Icons/GithubIcon/GithubIcon.js +2 -2
  251. package/build/lib/web/development/components/Icons/GitlabIcon/GitlabIcon.js +2 -2
  252. package/build/lib/web/development/components/Icons/GlobeIcon/GlobeIcon.js +2 -2
  253. package/build/lib/web/development/components/Icons/GridIcon/GridIcon.js +2 -2
  254. package/build/lib/web/development/components/Icons/HashIcon/HashIcon.js +2 -2
  255. package/build/lib/web/development/components/Icons/HeadphonesIcon/HeadphonesIcon.js +2 -2
  256. package/build/lib/web/development/components/Icons/HeartIcon/HeartIcon.js +2 -2
  257. package/build/lib/web/development/components/Icons/HelpCircleIcon/HelpCircleIcon.js +2 -2
  258. package/build/lib/web/development/components/Icons/HistoryIcon/HistoryIcon.js +2 -2
  259. package/build/lib/web/development/components/Icons/HomeIcon/HomeIcon.js +2 -2
  260. package/build/lib/web/development/components/Icons/ImageIcon/ImageIcon.js +2 -2
  261. package/build/lib/web/development/components/Icons/InboxIcon/InboxIcon.js +2 -2
  262. package/build/lib/web/development/components/Icons/InfoIcon/InfoIcon.js +2 -2
  263. package/build/lib/web/development/components/Icons/InstagramIcon/InstagramIcon.js +2 -2
  264. package/build/lib/web/development/components/Icons/InvoicesIcon/InvoicesIcon.js +2 -2
  265. package/build/lib/web/development/components/Icons/ItalicIcon/ItalicIcon.js +2 -2
  266. package/build/lib/web/development/components/Icons/LayersIcon/LayersIcon.js +2 -2
  267. package/build/lib/web/development/components/Icons/LayoutIcon/LayoutIcon.js +2 -2
  268. package/build/lib/web/development/components/Icons/LifeBuoyIcon/LifeBuoyIcon.js +2 -2
  269. package/build/lib/web/development/components/Icons/LinkIcon/LinkIcon.js +2 -2
  270. package/build/lib/web/development/components/Icons/ListIcon/ListIcon.js +2 -2
  271. package/build/lib/web/development/components/Icons/LoaderIcon/LoaderIcon.js +2 -2
  272. package/build/lib/web/development/components/Icons/LockIcon/LockIcon.js +2 -2
  273. package/build/lib/web/development/components/Icons/LogInIcon/LogInIcon.js +2 -2
  274. package/build/lib/web/development/components/Icons/LogOutIcon/LogOutIcon.js +2 -2
  275. package/build/lib/web/development/components/Icons/MailIcon/MailIcon.js +2 -2
  276. package/build/lib/web/development/components/Icons/MailOpenIcon/MailOpenIcon.js +2 -2
  277. package/build/lib/web/development/components/Icons/MapIcon/MapIcon.js +2 -2
  278. package/build/lib/web/development/components/Icons/MapPinIcon/MapPinIcon.js +2 -2
  279. package/build/lib/web/development/components/Icons/MaximizeIcon/MaximizeIcon.js +2 -2
  280. package/build/lib/web/development/components/Icons/MenuDotsIcon/MenuDotsIcon.js +2 -2
  281. package/build/lib/web/development/components/Icons/MenuIcon/MenuIcon.js +2 -2
  282. package/build/lib/web/development/components/Icons/MessageCircleIcon/MessageCircleIcon.js +2 -2
  283. package/build/lib/web/development/components/Icons/MessageSquareIcon/MessageSquareIcon.js +2 -2
  284. package/build/lib/web/development/components/Icons/MicIcon/MicIcon.js +2 -2
  285. package/build/lib/web/development/components/Icons/MicOffIcon/MicOffIcon.js +2 -2
  286. package/build/lib/web/development/components/Icons/MinimizeIcon/MinimizeIcon.js +2 -2
  287. package/build/lib/web/development/components/Icons/MinusCircleIcon/MinusCircleIcon.js +2 -2
  288. package/build/lib/web/development/components/Icons/MinusIcon/MinusIcon.js +2 -2
  289. package/build/lib/web/development/components/Icons/MinusSquareIcon/MinusSquareIcon.js +2 -2
  290. package/build/lib/web/development/components/Icons/MonitorIcon/MonitorIcon.js +2 -2
  291. package/build/lib/web/development/components/Icons/MoonIcon/MoonIcon.js +2 -2
  292. package/build/lib/web/development/components/Icons/MoreHorizontalIcon/MoreHorizontalIcon.js +2 -2
  293. package/build/lib/web/development/components/Icons/MoreVerticalIcon/MoreVerticalIcon.js +2 -2
  294. package/build/lib/web/development/components/Icons/MoveIcon/MoveIcon.js +2 -2
  295. package/build/lib/web/development/components/Icons/MusicIcon/MusicIcon.js +2 -2
  296. package/build/lib/web/development/components/Icons/MyAccountIcon/MyAccountIcon.js +2 -2
  297. package/build/lib/web/development/components/Icons/NavigationIcon/NavigationIcon.js +2 -2
  298. package/build/lib/web/development/components/Icons/OctagonIcon/OctagonIcon.js +2 -2
  299. package/build/lib/web/development/components/Icons/OffersIcon/OffersIcon.js +2 -2
  300. package/build/lib/web/development/components/Icons/PackageIcon/PackageIcon.js +2 -2
  301. package/build/lib/web/development/components/Icons/PaperclipIcon/PaperclipIcon.js +2 -2
  302. package/build/lib/web/development/components/Icons/PauseCircleIcon/PauseCircleIcon.js +2 -2
  303. package/build/lib/web/development/components/Icons/PauseIcon/PauseIcon.js +2 -2
  304. package/build/lib/web/development/components/Icons/PaymentButtonsIcon/PaymentButtonsIcon.js +2 -2
  305. package/build/lib/web/development/components/Icons/PaymentLinksIcon/PaymentLinksIcon.js +2 -2
  306. package/build/lib/web/development/components/Icons/PaymentPagesIcon/PaymentPagesIcon.js +2 -2
  307. package/build/lib/web/development/components/Icons/PercentIcon/PercentIcon.js +2 -2
  308. package/build/lib/web/development/components/Icons/PhoneCallIcon/PhoneCallIcon.js +2 -2
  309. package/build/lib/web/development/components/Icons/PhoneForwardedIcon/PhoneForwardedIcon.js +2 -2
  310. package/build/lib/web/development/components/Icons/PhoneIcon/PhoneIcon.js +2 -2
  311. package/build/lib/web/development/components/Icons/PhoneIncomingIcon/PhoneIncomingIcon.js +2 -2
  312. package/build/lib/web/development/components/Icons/PhoneMissedIcon/PhoneMissedIcon.js +2 -2
  313. package/build/lib/web/development/components/Icons/PhoneOffIcon/PhoneOffIcon.js +2 -2
  314. package/build/lib/web/development/components/Icons/PhoneOutgoingIcon/PhoneOutgoingIcon.js +2 -2
  315. package/build/lib/web/development/components/Icons/PieChartIcon/PieChartIcon.js +2 -2
  316. package/build/lib/web/development/components/Icons/PlayCircleIcon/PlayCircleIcon.js +2 -2
  317. package/build/lib/web/development/components/Icons/PlayIcon/PlayIcon.js +2 -2
  318. package/build/lib/web/development/components/Icons/PlusCircleIcon/PlusCircleIcon.js +2 -2
  319. package/build/lib/web/development/components/Icons/PlusIcon/PlusIcon.js +2 -2
  320. package/build/lib/web/development/components/Icons/PlusSquareIcon/PlusSquareIcon.js +2 -2
  321. package/build/lib/web/development/components/Icons/PocketIcon/PocketIcon.js +2 -2
  322. package/build/lib/web/development/components/Icons/PowerIcon/PowerIcon.js +2 -2
  323. package/build/lib/web/development/components/Icons/PrinterIcon/PrinterIcon.js +2 -2
  324. package/build/lib/web/development/components/Icons/QRCodeIcon/QRCodeIcon.js +2 -2
  325. package/build/lib/web/development/components/Icons/RadioIcon/RadioIcon.js +2 -2
  326. package/build/lib/web/development/components/Icons/RazorpayIcon/RazorpayIcon.js +2 -2
  327. package/build/lib/web/development/components/Icons/RazorpayXIcon/RazorpayXIcon.js +2 -2
  328. package/build/lib/web/development/components/Icons/RefreshIcon/RefreshIcon.js +2 -2
  329. package/build/lib/web/development/components/Icons/RepeatIcon/RepeatIcon.js +2 -2
  330. package/build/lib/web/development/components/Icons/ReportsIcon/ReportsIcon.js +2 -2
  331. package/build/lib/web/development/components/Icons/RewindIcon/RewindIcon.js +2 -2
  332. package/build/lib/web/development/components/Icons/RotateClockWiseIcon/RotateClockWiseIcon.js +2 -2
  333. package/build/lib/web/development/components/Icons/RotateCounterClockWiseIcon/RotateCounterClockWiseIcon.js +2 -2
  334. package/build/lib/web/development/components/Icons/RoutesIcon/RoutesIcon.js +2 -2
  335. package/build/lib/web/development/components/Icons/RupeeIcon/RupeeIcon.js +2 -2
  336. package/build/lib/web/development/components/Icons/RupeesIcon/RupeesIcon.js +2 -2
  337. package/build/lib/web/development/components/Icons/SaveIcon/SaveIcon.js +2 -2
  338. package/build/lib/web/development/components/Icons/ScissorsIcon/ScissorsIcon.js +2 -2
  339. package/build/lib/web/development/components/Icons/SearchIcon/SearchIcon.js +2 -2
  340. package/build/lib/web/development/components/Icons/SendIcon/SendIcon.js +2 -2
  341. package/build/lib/web/development/components/Icons/ServerIcon/ServerIcon.js +2 -2
  342. package/build/lib/web/development/components/Icons/SettingsIcon/SettingsIcon.js +2 -2
  343. package/build/lib/web/development/components/Icons/SettlementsIcon/SettlementsIcon.js +2 -2
  344. package/build/lib/web/development/components/Icons/ShareIcon/ShareIcon.js +2 -2
  345. package/build/lib/web/development/components/Icons/ShieldIcon/ShieldIcon.js +2 -2
  346. package/build/lib/web/development/components/Icons/ShoppingCartIcon/ShoppingCartIcon.js +2 -2
  347. package/build/lib/web/development/components/Icons/ShuffleIcon/ShuffleIcon.js +2 -2
  348. package/build/lib/web/development/components/Icons/SidebarIcon/SidebarIcon.js +2 -2
  349. package/build/lib/web/development/components/Icons/SkipBackIcon/SkipBackIcon.js +2 -2
  350. package/build/lib/web/development/components/Icons/SkipForwardIcon/SkipForwardIcon.js +2 -2
  351. package/build/lib/web/development/components/Icons/SlackIcon/SlackIcon.js +2 -2
  352. package/build/lib/web/development/components/Icons/SlashIcon/SlashIcon.js +2 -2
  353. package/build/lib/web/development/components/Icons/SlidersIcon/SlidersIcon.js +2 -2
  354. package/build/lib/web/development/components/Icons/SmartCollectIcon/SmartCollectIcon.js +2 -2
  355. package/build/lib/web/development/components/Icons/SmartphoneIcon/SmartphoneIcon.js +2 -2
  356. package/build/lib/web/development/components/Icons/SpeakerIcon/SpeakerIcon.js +2 -2
  357. package/build/lib/web/development/components/Icons/SquareIcon/SquareIcon.js +2 -2
  358. package/build/lib/web/development/components/Icons/StampIcon/StampIcon.js +2 -2
  359. package/build/lib/web/development/components/Icons/StarIcon/StarIcon.js +2 -2
  360. package/build/lib/web/development/components/Icons/StopCircleIcon/StopCircleIcon.js +2 -2
  361. package/build/lib/web/development/components/Icons/SubscriptionsIcon/SubscriptionsIcon.js +2 -2
  362. package/build/lib/web/development/components/Icons/SunIcon/SunIcon.js +2 -2
  363. package/build/lib/web/development/components/Icons/SunriseIcon/SunriseIcon.js +2 -2
  364. package/build/lib/web/development/components/Icons/SunsetIcon/SunsetIcon.js +2 -2
  365. package/build/lib/web/development/components/Icons/TabletIcon/TabletIcon.js +2 -2
  366. package/build/lib/web/development/components/Icons/TagIcon/TagIcon.js +2 -2
  367. package/build/lib/web/development/components/Icons/TargetIcon/TargetIcon.js +2 -2
  368. package/build/lib/web/development/components/Icons/ThermometerIcon/ThermometerIcon.js +2 -2
  369. package/build/lib/web/development/components/Icons/ThumbsDownIcon/ThumbsDownIcon.js +2 -2
  370. package/build/lib/web/development/components/Icons/ThumbsUpIcon/ThumbsUpIcon.js +2 -2
  371. package/build/lib/web/development/components/Icons/ToggleLeftIcon/ToggleLeftIcon.js +2 -2
  372. package/build/lib/web/development/components/Icons/ToggleRightIcon/ToggleRightIcon.js +2 -2
  373. package/build/lib/web/development/components/Icons/TransactionsIcon/TransactionsIcon.js +2 -2
  374. package/build/lib/web/development/components/Icons/TrashIcon/TrashIcon.js +2 -2
  375. package/build/lib/web/development/components/Icons/TrendingDownIcon/TrendingDownIcon.js +2 -2
  376. package/build/lib/web/development/components/Icons/TrendingUpIcon/TrendingUpIcon.js +2 -2
  377. package/build/lib/web/development/components/Icons/TriangleIcon/TriangleIcon.js +2 -2
  378. package/build/lib/web/development/components/Icons/TvIcon/TvIcon.js +2 -2
  379. package/build/lib/web/development/components/Icons/TwitterIcon/TwitterIcon.js +2 -2
  380. package/build/lib/web/development/components/Icons/TypeIcon/TypeIcon.js +2 -2
  381. package/build/lib/web/development/components/Icons/UmbrellaIcon/UmbrellaIcon.js +2 -2
  382. package/build/lib/web/development/components/Icons/UnderlineIcon/UnderlineIcon.js +2 -2
  383. package/build/lib/web/development/components/Icons/UnlockIcon/UnlockIcon.js +2 -2
  384. package/build/lib/web/development/components/Icons/UploadCloudIcon/UploadCloudIcon.js +2 -2
  385. package/build/lib/web/development/components/Icons/UploadIcon/UploadIcon.js +2 -2
  386. package/build/lib/web/development/components/Icons/UserCheckIcon/UserCheckIcon.js +2 -2
  387. package/build/lib/web/development/components/Icons/UserIcon/UserIcon.js +2 -2
  388. package/build/lib/web/development/components/Icons/UserMinusIcon/UserMinusIcon.js +2 -2
  389. package/build/lib/web/development/components/Icons/UserPlusIcon/UserPlusIcon.js +2 -2
  390. package/build/lib/web/development/components/Icons/UserXIcon/UserXIcon.js +2 -2
  391. package/build/lib/web/development/components/Icons/UsersIcon/UsersIcon.js +2 -2
  392. package/build/lib/web/development/components/Icons/VideoIcon/VideoIcon.js +2 -2
  393. package/build/lib/web/development/components/Icons/VideoOffIcon/VideoOffIcon.js +2 -2
  394. package/build/lib/web/development/components/Icons/VoicemailIcon/VoicemailIcon.js +2 -2
  395. package/build/lib/web/development/components/Icons/VolumeHighIcon/VolumeHighIcon.js +2 -2
  396. package/build/lib/web/development/components/Icons/VolumeIcon/VolumeIcon.js +2 -2
  397. package/build/lib/web/development/components/Icons/VolumeLowIcon/VolumeLowIcon.js +2 -2
  398. package/build/lib/web/development/components/Icons/VolumeMuteIcon/VolumeMuteIcon.js +2 -2
  399. package/build/lib/web/development/components/Icons/WatchIcon/WatchIcon.js +2 -2
  400. package/build/lib/web/development/components/Icons/WifiIcon/WifiIcon.js +2 -2
  401. package/build/lib/web/development/components/Icons/WifiOffIcon/WifiOffIcon.js +2 -2
  402. package/build/lib/web/development/components/Icons/WindIcon/WindIcon.js +2 -2
  403. package/build/lib/web/development/components/Icons/XCircleIcon/XCircleIcon.js +2 -2
  404. package/build/lib/web/development/components/Icons/XSquareIcon/XSquareIcon.js +2 -2
  405. package/build/lib/web/development/components/Icons/ZapIcon/ZapIcon.js +2 -2
  406. package/build/lib/web/development/components/Icons/ZoomInIcon/ZoomInIcon.js +2 -2
  407. package/build/lib/web/development/components/Icons/ZoomOutIcon/ZoomOutIcon.js +2 -2
  408. package/build/lib/web/development/components/Icons/_Svg/Circle/Circle.web.js +2 -2
  409. package/build/lib/web/development/components/Icons/_Svg/ClipPath/ClipPath.web.js +2 -2
  410. package/build/lib/web/development/components/Icons/_Svg/Defs/Defs.web.js +2 -2
  411. package/build/lib/web/development/components/Icons/_Svg/G/G.web.js +2 -2
  412. package/build/lib/web/development/components/Icons/_Svg/Path/Path.web.js +2 -2
  413. package/build/lib/web/development/components/Icons/_Svg/Rect/Rect.web.js +2 -2
  414. package/build/lib/web/development/components/Icons/_Svg/Svg/Svg.web.js +2 -2
  415. package/build/lib/web/development/components/Indicator/Indicator.js +2 -2
  416. package/build/lib/web/development/components/Input/BaseInput/AnimatedBaseInputWrapper.web.js +10 -4
  417. package/build/lib/web/development/components/Input/BaseInput/AnimatedBaseInputWrapper.web.js.map +1 -1
  418. package/build/lib/web/development/components/Input/BaseInput/BaseInput.js +15 -3
  419. package/build/lib/web/development/components/Input/BaseInput/BaseInput.js.map +1 -1
  420. package/build/lib/web/development/components/Input/BaseInput/BaseInputTagSlot.web.js +14 -1
  421. package/build/lib/web/development/components/Input/BaseInput/BaseInputTagSlot.web.js.map +1 -1
  422. package/build/lib/web/development/components/Input/BaseInput/BaseInputVisuals.js +2 -2
  423. package/build/lib/web/development/components/Input/BaseInput/BaseInputWrapper.js +6 -4
  424. package/build/lib/web/development/components/Input/BaseInput/BaseInputWrapper.js.map +1 -1
  425. package/build/lib/web/development/components/Input/BaseInput/StyledBaseInput.web.js +7 -4
  426. package/build/lib/web/development/components/Input/BaseInput/StyledBaseInput.web.js.map +1 -1
  427. package/build/lib/web/development/components/Input/BaseInput/baseInputStyles.js +4 -4
  428. package/build/lib/web/development/components/Input/BaseInput/baseInputStyles.js.map +1 -1
  429. package/build/lib/web/development/components/Input/BaseInput/useTaggedInput.js +172 -0
  430. package/build/lib/web/development/components/Input/BaseInput/useTaggedInput.js.map +1 -0
  431. package/build/lib/web/development/components/Input/DropdownInputTriggers/AutoComplete.js +2 -2
  432. package/build/lib/web/development/components/Input/DropdownInputTriggers/SelectInput.js +2 -2
  433. package/build/lib/web/development/components/Input/OTPInput/OTPInput.js +2 -2
  434. package/build/lib/web/development/components/Input/PasswordInput/PasswordInput.js +2 -2
  435. package/build/lib/web/development/components/Input/PhoneNumberInput/PhoneNumberInput.web.js +2 -2
  436. package/build/lib/web/development/components/Input/TextArea/TextArea.js +56 -10
  437. package/build/lib/web/development/components/Input/TextArea/TextArea.js.map +1 -1
  438. package/build/lib/web/development/components/Input/TextInput/TextInput.js +53 -7
  439. package/build/lib/web/development/components/Input/TextInput/TextInput.js.map +1 -1
  440. package/build/lib/web/development/components/Link/BaseLink/BaseLink.js +2 -2
  441. package/build/lib/web/development/components/Link/BaseLink/StyledBaseLink.web.js +2 -2
  442. package/build/lib/web/development/components/Link/Link/Link.js +2 -2
  443. package/build/lib/web/development/components/List/List.js +2 -3
  444. package/build/lib/web/development/components/List/List.js.map +1 -1
  445. package/build/lib/web/development/components/List/ListItem.js +2 -2
  446. package/build/lib/web/development/components/List/ListItemLink.js +2 -2
  447. package/build/lib/web/development/components/List/ListItemText.js +2 -2
  448. package/build/lib/web/development/components/LiveAnnouncer/LiveAnnouncer.web.js +1 -2
  449. package/build/lib/web/development/components/LiveAnnouncer/LiveAnnouncer.web.js.map +1 -1
  450. package/build/lib/web/development/components/Modal/Modal.web.js +2 -2
  451. package/build/lib/web/development/components/Modal/ModalBackdrop.js +2 -2
  452. package/build/lib/web/development/components/Modal/ModalBody.web.js +2 -2
  453. package/build/lib/web/development/components/Popover/Popover.web.js +2 -2
  454. package/build/lib/web/development/components/Popover/PopoverInteractiveWrapper.web.js +2 -2
  455. package/build/lib/web/development/components/Popover/getPopoverContentWrapperStyles.js +2 -2
  456. package/build/lib/web/development/components/ProgressBar/ProgressBar.js +2 -2
  457. package/build/lib/web/development/components/Radio/Radio.js +2 -2
  458. package/build/lib/web/development/components/Radio/RadioGroup/RadioGroup.js +2 -2
  459. package/build/lib/web/development/components/Radio/RadioIcon/RadioIcon.js +2 -2
  460. package/build/lib/web/development/components/Radio/RadioIcon/RadioIconWrapperStyles.js +2 -2
  461. package/build/lib/web/development/components/Radio/useRadio.js +2 -2
  462. package/build/lib/web/development/components/Skeleton/Skeleton.js +2 -2
  463. package/build/lib/web/development/components/SkipNav/SkipNav.web.js +2 -2
  464. package/build/lib/web/development/components/Spinner/BaseSpinner/BaseSpinner.js +2 -2
  465. package/build/lib/web/development/components/Spinner/Spinner/Spinner.js +2 -2
  466. package/build/lib/web/development/components/SpotlightPopoverTour/TourFooter.web.js +2 -2
  467. package/build/lib/web/development/components/SpotlightPopoverTour/TourMask.web.js +2 -2
  468. package/build/lib/web/development/components/SpotlightPopoverTour/TourPopover.web.js +2 -2
  469. package/build/lib/web/development/components/SpotlightPopoverTour/TourStep.web.js +2 -2
  470. package/build/lib/web/development/components/SpotlightPopoverTour/utils.js +2 -2
  471. package/build/lib/web/development/components/Switch/Switch.js +2 -2
  472. package/build/lib/web/development/components/Switch/SwitchTrack.web.js +2 -2
  473. package/build/lib/web/development/components/Switch/Thumb.js +2 -2
  474. package/build/lib/web/development/components/Table/Table.web.js +2 -2
  475. package/build/lib/web/development/components/Table/TableBody.web.js +2 -2
  476. package/build/lib/web/development/components/Table/TableFooter.web.js +2 -2
  477. package/build/lib/web/development/components/Table/TableHeader.web.js +2 -2
  478. package/build/lib/web/development/components/Table/TablePagination.web.js +2 -2
  479. package/build/lib/web/development/components/Table/TableToolbar.web.js +2 -2
  480. package/build/lib/web/development/components/Tabs/TabIndicator.web.js +2 -2
  481. package/build/lib/web/development/components/Tabs/TabItem.web.js +9 -9
  482. package/build/lib/web/development/components/Tabs/TabItem.web.js.map +1 -1
  483. package/build/lib/web/development/components/Tabs/TabList.web.js +2 -2
  484. package/build/lib/web/development/components/Tabs/TabPanel.web.js +2 -2
  485. package/build/lib/web/development/components/Tabs/Tabs.web.js +2 -2
  486. package/build/lib/web/development/components/Tag/AnimatedTag.web.js +2 -3
  487. package/build/lib/web/development/components/Tag/AnimatedTag.web.js.map +1 -1
  488. package/build/lib/web/development/components/Tag/Tag.js +7 -8
  489. package/build/lib/web/development/components/Tag/Tag.js.map +1 -1
  490. package/build/lib/web/development/components/Tag/getTagsGroup.js +1 -1
  491. package/build/lib/web/development/components/Tag/getTagsGroup.js.map +1 -1
  492. package/build/lib/web/development/components/Tag/tagAnimationConfig.js +4 -2
  493. package/build/lib/web/development/components/Tag/tagAnimationConfig.js.map +1 -1
  494. package/build/lib/web/development/components/Toast/Toast.web.js +2 -2
  495. package/build/lib/web/development/components/Toast/ToastContainer.web.js +2 -2
  496. package/build/lib/web/development/components/Toast/useToast.js +2 -2
  497. package/build/lib/web/development/components/Tooltip/Tooltip.web.js +2 -2
  498. package/build/lib/web/development/components/Tooltip/TooltipInteractiveWrapper.web.js +2 -2
  499. package/build/lib/web/development/components/Tooltip/getTooltipContentWrapperStyles.js +2 -2
  500. package/build/lib/web/development/components/Typography/BaseText/BaseText.web.js +2 -2
  501. package/build/lib/web/development/components/Typography/BaseText/getBaseTextStyles.js +4 -3
  502. package/build/lib/web/development/components/Typography/BaseText/getBaseTextStyles.js.map +1 -1
  503. package/build/lib/web/development/components/Typography/Code/Code.js +2 -2
  504. package/build/lib/web/development/components/Typography/Display/Display.js +2 -2
  505. package/build/lib/web/development/components/Typography/Heading/Heading.js +2 -2
  506. package/build/lib/web/development/components/Typography/Heading/getHeadingStyles.js +2 -2
  507. package/build/lib/web/development/components/Typography/Text/Text.js +2 -2
  508. package/build/lib/web/development/components/Typography/Text/getTextStyles.js +2 -2
  509. package/build/lib/web/development/components/VisuallyHidden/VisuallyHidden.web.js +2 -2
  510. package/build/lib/web/development/tokens/global/border.js +0 -1
  511. package/build/lib/web/development/tokens/global/border.js.map +1 -1
  512. package/build/lib/web/development/tokens/global/typography.js +2 -2
  513. package/build/lib/web/development/tokens/theme/createTheme.js +2 -3
  514. package/build/lib/web/development/tokens/theme/createTheme.js.map +1 -1
  515. package/build/lib/web/development/utils/bladeCoverage.js +1 -1
  516. package/build/lib/web/development/utils/bladeCoverage.js.map +1 -1
  517. package/build/lib/web/development/utils/makeAccessible/accessibilityMapWeb.js +2 -2
  518. package/build/lib/web/development/utils/mergeProps.js +19 -18
  519. package/build/lib/web/development/utils/mergeProps.js.map +1 -1
  520. package/build/lib/web/development/utils/metaAttribute/metaAttribute.web.js +2 -2
  521. package/build/lib/web/production/components/Accordion/Accordion.js +2 -2
  522. package/build/lib/web/production/components/Accordion/AccordionButton.web.js +2 -2
  523. package/build/lib/web/production/components/Accordion/AccordionItem.js +2 -2
  524. package/build/lib/web/production/components/Accordion/AccordionItemBody.js +2 -2
  525. package/build/lib/web/production/components/Accordion/AccordionItemHeader.js +2 -2
  526. package/build/lib/web/production/components/Accordion/StyledAccordionButton.web.js +2 -2
  527. package/build/lib/web/production/components/ActionList/ActionList.js +2 -2
  528. package/build/lib/web/production/components/ActionList/ActionListBox.web.js +2 -2
  529. package/build/lib/web/production/components/ActionList/ActionListItem.js +2 -2
  530. package/build/lib/web/production/components/ActionList/actionListUtils.js +2 -2
  531. package/build/lib/web/production/components/ActionList/styles/StyledActionListItem.web.js +2 -2
  532. package/build/lib/web/production/components/ActionList/styles/StyledListBoxWrapper.web.js +4 -5
  533. package/build/lib/web/production/components/ActionList/styles/StyledListBoxWrapper.web.js.map +1 -1
  534. package/build/lib/web/production/components/Alert/Alert.js +2 -2
  535. package/build/lib/web/production/components/Amount/Amount.js +5 -3
  536. package/build/lib/web/production/components/Amount/Amount.js.map +1 -1
  537. package/build/lib/web/production/components/Badge/Badge.js +2 -2
  538. package/build/lib/web/production/components/Badge/StyledBadge.web.js +2 -2
  539. package/build/lib/web/production/components/BaseHeaderFooter/BaseFooter.js +2 -2
  540. package/build/lib/web/production/components/BaseHeaderFooter/BaseHeader.js +2 -2
  541. package/build/lib/web/production/components/BladeProvider/useBladeProvider.js +2 -2
  542. package/build/lib/web/production/components/BottomSheet/BottomSheet.web.js +2 -2
  543. package/build/lib/web/production/components/BottomSheet/BottomSheetBackdrop.web.js +2 -2
  544. package/build/lib/web/production/components/BottomSheet/BottomSheetBody.web.js +2 -2
  545. package/build/lib/web/production/components/BottomSheet/BottomSheetCommon.js +2 -2
  546. package/build/lib/web/production/components/BottomSheet/BottomSheetFooter.web.js +2 -2
  547. package/build/lib/web/production/components/BottomSheet/BottomSheetHeader.web.js +2 -2
  548. package/build/lib/web/production/components/BottomSheet/getBottomSheetGrabHandleStyles.js +2 -2
  549. package/build/lib/web/production/components/Box/BaseBox/BaseBox.web.js +2 -2
  550. package/build/lib/web/production/components/Box/BaseBox/baseBoxStyles.js +4 -3
  551. package/build/lib/web/production/components/Box/BaseBox/baseBoxStyles.js.map +1 -1
  552. package/build/lib/web/production/components/Box/BaseBox/types/propsTypes.js.map +1 -1
  553. package/build/lib/web/production/components/Box/BaseBox/useMemoizedStyles.web.js +2 -2
  554. package/build/lib/web/production/components/Box/Box.js +2 -2
  555. package/build/lib/web/production/components/Box/styledProps/getStyledProps.js +3 -1
  556. package/build/lib/web/production/components/Box/styledProps/getStyledProps.js.map +1 -1
  557. package/build/lib/web/production/components/Box/styledProps/useStyledProps.js +4 -3
  558. package/build/lib/web/production/components/Box/styledProps/useStyledProps.js.map +1 -1
  559. package/build/lib/web/production/components/Breadcrumb/Breadcrumb.web.js +2 -2
  560. package/build/lib/web/production/components/Button/BaseButton/BaseButton.js +2 -3
  561. package/build/lib/web/production/components/Button/BaseButton/BaseButton.js.map +1 -1
  562. package/build/lib/web/production/components/Button/BaseButton/StyledBaseButton.web.js +2 -2
  563. package/build/lib/web/production/components/Button/Button/Button.js +2 -2
  564. package/build/lib/web/production/components/Button/IconButton/StyledIconButton.web.js +2 -2
  565. package/build/lib/web/production/components/ButtonGroup/ButtonGroup.web.js +2 -3
  566. package/build/lib/web/production/components/ButtonGroup/ButtonGroup.web.js.map +1 -1
  567. package/build/lib/web/production/components/Card/Card.js +2 -2
  568. package/build/lib/web/production/components/Card/CardFooter.js +2 -2
  569. package/build/lib/web/production/components/Card/CardHeader.js +2 -2
  570. package/build/lib/web/production/components/Card/CardRoot.web.js +5 -6
  571. package/build/lib/web/production/components/Card/CardRoot.web.js.map +1 -1
  572. package/build/lib/web/production/components/Carousel/Carousel.web.js +2 -2
  573. package/build/lib/web/production/components/Carousel/CarouselItem.web.js +2 -2
  574. package/build/lib/web/production/components/Carousel/Indicators/IndicatorButton.js +2 -2
  575. package/build/lib/web/production/components/Carousel/Indicators/Indicators.js +2 -2
  576. package/build/lib/web/production/components/Carousel/Indicators/getIndicatorButtonStyles.js +2 -2
  577. package/build/lib/web/production/components/Carousel/NavigationButton/NavigationButton.js +2 -2
  578. package/build/lib/web/production/components/Carousel/NavigationButton/getNavigationButtonStyles.js +2 -2
  579. package/build/lib/web/production/components/Checkbox/Checkbox.js +2 -2
  580. package/build/lib/web/production/components/Checkbox/CheckboxGroup/CheckboxGroup.js +2 -2
  581. package/build/lib/web/production/components/Checkbox/CheckboxIcon/CheckboxIcon.js +2 -2
  582. package/build/lib/web/production/components/Checkbox/CheckboxIcon/Fade.web.js +2 -2
  583. package/build/lib/web/production/components/Checkbox/useCheckbox.js +2 -2
  584. package/build/lib/web/production/components/Chip/AnimatedChip.web.js +2 -2
  585. package/build/lib/web/production/components/Chip/Chip.js +2 -2
  586. package/build/lib/web/production/components/Chip/ChipGroup.js +2 -2
  587. package/build/lib/web/production/components/Chip/StyledChipWrapper.web.js +2 -2
  588. package/build/lib/web/production/components/Collapsible/Collapsible.js +2 -2
  589. package/build/lib/web/production/components/Collapsible/CollapsibleBody.js +2 -2
  590. package/build/lib/web/production/components/Collapsible/CollapsibleBodyContent.web.js +2 -2
  591. package/build/lib/web/production/components/Collapsible/CollapsibleChevronIcon.web.js +2 -2
  592. package/build/lib/web/production/components/Counter/Counter.js +2 -2
  593. package/build/lib/web/production/components/Counter/StyledCounter.web.js +2 -2
  594. package/build/lib/web/production/components/Divider/Divider.js +4 -5
  595. package/build/lib/web/production/components/Divider/Divider.js.map +1 -1
  596. package/build/lib/web/production/components/Drawer/Drawer.web.js +2 -2
  597. package/build/lib/web/production/components/Dropdown/Dropdown.js +2 -2
  598. package/build/lib/web/production/components/Dropdown/DropdownButton.js +2 -2
  599. package/build/lib/web/production/components/Dropdown/DropdownHeaderFooter.js +2 -2
  600. package/build/lib/web/production/components/Dropdown/DropdownLink.js +2 -2
  601. package/build/lib/web/production/components/Dropdown/DropdownOverlay.web.js +2 -2
  602. package/build/lib/web/production/components/Dropdown/useDropdown.js +2 -2
  603. package/build/lib/web/production/components/FileUpload/FileUpload.web.js +2 -2
  604. package/build/lib/web/production/components/FileUpload/FileUploadItemIcon.js +2 -2
  605. package/build/lib/web/production/components/FileUpload/StyledFileUploadItemWrapper.js +2 -2
  606. package/build/lib/web/production/components/FileUpload/StyledFileUploadWrapper.js +2 -2
  607. package/build/lib/web/production/components/Form/FormLabel.js +2 -2
  608. package/build/lib/web/production/components/Form/Selector/SelectorGroupField.js +2 -2
  609. package/build/lib/web/production/components/Form/Selector/SelectorInput.web.js +2 -2
  610. package/build/lib/web/production/components/Form/Selector/SelectorLabel.web.js +2 -2
  611. package/build/lib/web/production/components/Icons/ActivityIcon/ActivityIcon.js +2 -2
  612. package/build/lib/web/production/components/Icons/AirplayIcon/AirplayIcon.js +2 -2
  613. package/build/lib/web/production/components/Icons/AlertCircleIcon/AlertCircleIcon.js +2 -2
  614. package/build/lib/web/production/components/Icons/AlertOctagonIcon/AlertOctagonIcon.js +2 -2
  615. package/build/lib/web/production/components/Icons/AlertOnlyIcon/AlertOnlyIcon.js +2 -2
  616. package/build/lib/web/production/components/Icons/AlertTriangleIcon/AlertTriangleIcon.js +2 -2
  617. package/build/lib/web/production/components/Icons/AlignCenterIcon/AlignCenterIcon.js +2 -2
  618. package/build/lib/web/production/components/Icons/AlignJustifyIcon/AlignJustifyIcon.js +2 -2
  619. package/build/lib/web/production/components/Icons/AlignLeftIcon/AlignLeftIcon.js +2 -2
  620. package/build/lib/web/production/components/Icons/AlignRightIcon/AlignRightIcon.js +2 -2
  621. package/build/lib/web/production/components/Icons/AnchorIcon/AnchorIcon.js +2 -2
  622. package/build/lib/web/production/components/Icons/AnnouncementIcon/AnnouncementIcon.js +2 -2
  623. package/build/lib/web/production/components/Icons/ApertureIcon/ApertureIcon.js +2 -2
  624. package/build/lib/web/production/components/Icons/AppStoreIcon/AppStoreIcon.js +2 -2
  625. package/build/lib/web/production/components/Icons/ArrowDownIcon/ArrowDownIcon.js +2 -2
  626. package/build/lib/web/production/components/Icons/ArrowDownLeftIcon/ArrowDownLeftIcon.js +2 -2
  627. package/build/lib/web/production/components/Icons/ArrowDownRightIcon/ArrowDownRightIcon.js +2 -2
  628. package/build/lib/web/production/components/Icons/ArrowLeftIcon/ArrowLeftIcon.js +2 -2
  629. package/build/lib/web/production/components/Icons/ArrowRightIcon/ArrowRightIcon.js +2 -2
  630. package/build/lib/web/production/components/Icons/ArrowUpIcon/ArrowUpIcon.js +2 -2
  631. package/build/lib/web/production/components/Icons/ArrowUpLeftIcon/ArrowUpLeftIcon.js +2 -2
  632. package/build/lib/web/production/components/Icons/ArrowUpRightIcon/ArrowUpRightIcon.js +2 -2
  633. package/build/lib/web/production/components/Icons/AtSignIcon/AtSignIcon.js +2 -2
  634. package/build/lib/web/production/components/Icons/AttachmentIcon/AttachmentIcon.js +2 -2
  635. package/build/lib/web/production/components/Icons/AwardIcon/AwardIcon.js +2 -2
  636. package/build/lib/web/production/components/Icons/BankIcon/BankIcon.js +2 -2
  637. package/build/lib/web/production/components/Icons/BarChartAltIcon/BarChartAltIcon.js +2 -2
  638. package/build/lib/web/production/components/Icons/BarChartIcon/BarChartIcon.js +2 -2
  639. package/build/lib/web/production/components/Icons/BatteryChargingIcon/BatteryChargingIcon.js +2 -2
  640. package/build/lib/web/production/components/Icons/BatteryIcon/BatteryIcon.js +2 -2
  641. package/build/lib/web/production/components/Icons/BellIcon/BellIcon.js +2 -2
  642. package/build/lib/web/production/components/Icons/BellOffIcon/BellOffIcon.js +2 -2
  643. package/build/lib/web/production/components/Icons/BillIcon/BillIcon.js +2 -2
  644. package/build/lib/web/production/components/Icons/BluetoothIcon/BluetoothIcon.js +2 -2
  645. package/build/lib/web/production/components/Icons/BoldIcon/BoldIcon.js +2 -2
  646. package/build/lib/web/production/components/Icons/BookIcon/BookIcon.js +2 -2
  647. package/build/lib/web/production/components/Icons/BookmarkIcon/BookmarkIcon.js +2 -2
  648. package/build/lib/web/production/components/Icons/BoxIcon/BoxIcon.js +2 -2
  649. package/build/lib/web/production/components/Icons/BriefcaseIcon/BriefcaseIcon.js +2 -2
  650. package/build/lib/web/production/components/Icons/BulkPayoutsIcon/BulkPayoutsIcon.js +2 -2
  651. package/build/lib/web/production/components/Icons/CalendarIcon/CalendarIcon.js +2 -2
  652. package/build/lib/web/production/components/Icons/CameraIcon/CameraIcon.js +2 -2
  653. package/build/lib/web/production/components/Icons/CameraOffIcon/CameraOffIcon.js +2 -2
  654. package/build/lib/web/production/components/Icons/CastIcon/CastIcon.js +2 -2
  655. package/build/lib/web/production/components/Icons/CheckCircleIcon/CheckCircleIcon.js +2 -2
  656. package/build/lib/web/production/components/Icons/CheckIcon/CheckIcon.js +2 -2
  657. package/build/lib/web/production/components/Icons/CheckSquareIcon/CheckSquareIcon.js +2 -2
  658. package/build/lib/web/production/components/Icons/ChevronDownIcon/ChevronDownIcon.js +2 -2
  659. package/build/lib/web/production/components/Icons/ChevronLeftIcon/ChevronLeftIcon.js +2 -2
  660. package/build/lib/web/production/components/Icons/ChevronRightIcon/ChevronRightIcon.js +2 -2
  661. package/build/lib/web/production/components/Icons/ChevronUpIcon/ChevronUpIcon.js +2 -2
  662. package/build/lib/web/production/components/Icons/ChevronsDownIcon/ChevronsDownIcon.js +2 -2
  663. package/build/lib/web/production/components/Icons/ChevronsLeftIcon/ChevronsLeftIcon.js +2 -2
  664. package/build/lib/web/production/components/Icons/ChevronsRightIcon/ChevronsRightIcon.js +2 -2
  665. package/build/lib/web/production/components/Icons/ChevronsUpIcon/ChevronsUpIcon.js +2 -2
  666. package/build/lib/web/production/components/Icons/ChromeIcon/ChromeIcon.js +2 -2
  667. package/build/lib/web/production/components/Icons/CircleIcon/CircleIcon.js +2 -2
  668. package/build/lib/web/production/components/Icons/ClipboardIcon/ClipboardIcon.js +2 -2
  669. package/build/lib/web/production/components/Icons/ClockIcon/ClockIcon.js +2 -2
  670. package/build/lib/web/production/components/Icons/CloseIcon/CloseIcon.js +2 -2
  671. package/build/lib/web/production/components/Icons/CloudDrizzleIcon/CloudDrizzleIcon.js +2 -2
  672. package/build/lib/web/production/components/Icons/CloudIcon/CloudIcon.js +2 -2
  673. package/build/lib/web/production/components/Icons/CloudLightningIcon/CloudLightningIcon.js +2 -2
  674. package/build/lib/web/production/components/Icons/CloudOffIcon/CloudOffIcon.js +2 -2
  675. package/build/lib/web/production/components/Icons/CloudRainIcon/CloudRainIcon.js +2 -2
  676. package/build/lib/web/production/components/Icons/CloudSnowIcon/CloudSnowIcon.js +2 -2
  677. package/build/lib/web/production/components/Icons/CodepenIcon/CodepenIcon.js +2 -2
  678. package/build/lib/web/production/components/Icons/CoinsIcon/CoinsIcon.js +2 -2
  679. package/build/lib/web/production/components/Icons/CommandIcon/CommandIcon.js +2 -2
  680. package/build/lib/web/production/components/Icons/CompassIcon/CompassIcon.js +2 -2
  681. package/build/lib/web/production/components/Icons/CopyIcon/CopyIcon.js +2 -2
  682. package/build/lib/web/production/components/Icons/CornerDownLeftIcon/CornerDownLeftIcon.js +2 -2
  683. package/build/lib/web/production/components/Icons/CornerDownRightIcon/CornerDownRightIcon.js +2 -2
  684. package/build/lib/web/production/components/Icons/CornerLeftDownIcon/CornerLeftDownIcon.js +2 -2
  685. package/build/lib/web/production/components/Icons/CornerLeftUpIcon/CornerLeftUpIcon.js +2 -2
  686. package/build/lib/web/production/components/Icons/CornerRightDownIcon/CornerRightDownIcon.js +2 -2
  687. package/build/lib/web/production/components/Icons/CornerRightUpIcon/CornerRightUpIcon.js +2 -2
  688. package/build/lib/web/production/components/Icons/CornerUpLeftIcon/CornerUpLeftIcon.js +2 -2
  689. package/build/lib/web/production/components/Icons/CornerUpRightIcon/CornerUpRightIcon.js +2 -2
  690. package/build/lib/web/production/components/Icons/CpuIcon/CpuIcon.js +2 -2
  691. package/build/lib/web/production/components/Icons/CreditCardIcon/CreditCardIcon.js +2 -2
  692. package/build/lib/web/production/components/Icons/CropIcon/CropIcon.js +2 -2
  693. package/build/lib/web/production/components/Icons/CrosshairIcon/CrosshairIcon.js +2 -2
  694. package/build/lib/web/production/components/Icons/CustomersIcon/CustomersIcon.js +2 -2
  695. package/build/lib/web/production/components/Icons/CutIcon/CutIcon.js +2 -2
  696. package/build/lib/web/production/components/Icons/DashboardIcon/DashboardIcon.js +2 -2
  697. package/build/lib/web/production/components/Icons/DeleteIcon/DeleteIcon.js +2 -2
  698. package/build/lib/web/production/components/Icons/DiscIcon/DiscIcon.js +2 -2
  699. package/build/lib/web/production/components/Icons/DollarIcon/DollarIcon.js +2 -2
  700. package/build/lib/web/production/components/Icons/DollarsIcon/DollarsIcon.js +2 -2
  701. package/build/lib/web/production/components/Icons/DownloadCloudIcon/DownloadCloudIcon.js +2 -2
  702. package/build/lib/web/production/components/Icons/DownloadIcon/DownloadIcon.js +2 -2
  703. package/build/lib/web/production/components/Icons/DropletIcon/DropletIcon.js +2 -2
  704. package/build/lib/web/production/components/Icons/EditComposeIcon/EditComposeIcon.js +2 -2
  705. package/build/lib/web/production/components/Icons/EditIcon/EditIcon.js +2 -2
  706. package/build/lib/web/production/components/Icons/EditInlineIcon/EditInlineIcon.js +2 -2
  707. package/build/lib/web/production/components/Icons/ExportIcon/ExportIcon.js +2 -2
  708. package/build/lib/web/production/components/Icons/ExternalLinkIcon/ExternalLinkIcon.js +2 -2
  709. package/build/lib/web/production/components/Icons/EyeIcon/EyeIcon.js +2 -2
  710. package/build/lib/web/production/components/Icons/EyeOffIcon/EyeOffIcon.js +2 -2
  711. package/build/lib/web/production/components/Icons/FacebookIcon/FacebookIcon.js +2 -2
  712. package/build/lib/web/production/components/Icons/FastForwardIcon/FastForwardIcon.js +2 -2
  713. package/build/lib/web/production/components/Icons/FeatherIcon/FeatherIcon.js +2 -2
  714. package/build/lib/web/production/components/Icons/FileIcon/FileIcon.js +2 -2
  715. package/build/lib/web/production/components/Icons/FileMinusIcon/FileMinusIcon.js +2 -2
  716. package/build/lib/web/production/components/Icons/FilePlusIcon/FilePlusIcon.js +2 -2
  717. package/build/lib/web/production/components/Icons/FileTextIcon/FileTextIcon.js +2 -2
  718. package/build/lib/web/production/components/Icons/FileZipIcon/FileZipIcon.js +2 -2
  719. package/build/lib/web/production/components/Icons/FilmIcon/FilmIcon.js +2 -2
  720. package/build/lib/web/production/components/Icons/FilterIcon/FilterIcon.js +2 -2
  721. package/build/lib/web/production/components/Icons/FlagIcon/FlagIcon.js +2 -2
  722. package/build/lib/web/production/components/Icons/FolderIcon/FolderIcon.js +2 -2
  723. package/build/lib/web/production/components/Icons/FullScreenEnterIcon/FullScreenEnterIcon.js +2 -2
  724. package/build/lib/web/production/components/Icons/FullScreenExitIcon/FullScreenExitIcon.js +2 -2
  725. package/build/lib/web/production/components/Icons/GithubIcon/GithubIcon.js +2 -2
  726. package/build/lib/web/production/components/Icons/GitlabIcon/GitlabIcon.js +2 -2
  727. package/build/lib/web/production/components/Icons/GlobeIcon/GlobeIcon.js +2 -2
  728. package/build/lib/web/production/components/Icons/GridIcon/GridIcon.js +2 -2
  729. package/build/lib/web/production/components/Icons/HashIcon/HashIcon.js +2 -2
  730. package/build/lib/web/production/components/Icons/HeadphonesIcon/HeadphonesIcon.js +2 -2
  731. package/build/lib/web/production/components/Icons/HeartIcon/HeartIcon.js +2 -2
  732. package/build/lib/web/production/components/Icons/HelpCircleIcon/HelpCircleIcon.js +2 -2
  733. package/build/lib/web/production/components/Icons/HistoryIcon/HistoryIcon.js +2 -2
  734. package/build/lib/web/production/components/Icons/HomeIcon/HomeIcon.js +2 -2
  735. package/build/lib/web/production/components/Icons/ImageIcon/ImageIcon.js +2 -2
  736. package/build/lib/web/production/components/Icons/InboxIcon/InboxIcon.js +2 -2
  737. package/build/lib/web/production/components/Icons/InfoIcon/InfoIcon.js +2 -2
  738. package/build/lib/web/production/components/Icons/InstagramIcon/InstagramIcon.js +2 -2
  739. package/build/lib/web/production/components/Icons/InvoicesIcon/InvoicesIcon.js +2 -2
  740. package/build/lib/web/production/components/Icons/ItalicIcon/ItalicIcon.js +2 -2
  741. package/build/lib/web/production/components/Icons/LayersIcon/LayersIcon.js +2 -2
  742. package/build/lib/web/production/components/Icons/LayoutIcon/LayoutIcon.js +2 -2
  743. package/build/lib/web/production/components/Icons/LifeBuoyIcon/LifeBuoyIcon.js +2 -2
  744. package/build/lib/web/production/components/Icons/LinkIcon/LinkIcon.js +2 -2
  745. package/build/lib/web/production/components/Icons/ListIcon/ListIcon.js +2 -2
  746. package/build/lib/web/production/components/Icons/LoaderIcon/LoaderIcon.js +2 -2
  747. package/build/lib/web/production/components/Icons/LockIcon/LockIcon.js +2 -2
  748. package/build/lib/web/production/components/Icons/LogInIcon/LogInIcon.js +2 -2
  749. package/build/lib/web/production/components/Icons/LogOutIcon/LogOutIcon.js +2 -2
  750. package/build/lib/web/production/components/Icons/MailIcon/MailIcon.js +2 -2
  751. package/build/lib/web/production/components/Icons/MailOpenIcon/MailOpenIcon.js +2 -2
  752. package/build/lib/web/production/components/Icons/MapIcon/MapIcon.js +2 -2
  753. package/build/lib/web/production/components/Icons/MapPinIcon/MapPinIcon.js +2 -2
  754. package/build/lib/web/production/components/Icons/MaximizeIcon/MaximizeIcon.js +2 -2
  755. package/build/lib/web/production/components/Icons/MenuDotsIcon/MenuDotsIcon.js +2 -2
  756. package/build/lib/web/production/components/Icons/MenuIcon/MenuIcon.js +2 -2
  757. package/build/lib/web/production/components/Icons/MessageCircleIcon/MessageCircleIcon.js +2 -2
  758. package/build/lib/web/production/components/Icons/MessageSquareIcon/MessageSquareIcon.js +2 -2
  759. package/build/lib/web/production/components/Icons/MicIcon/MicIcon.js +2 -2
  760. package/build/lib/web/production/components/Icons/MicOffIcon/MicOffIcon.js +2 -2
  761. package/build/lib/web/production/components/Icons/MinimizeIcon/MinimizeIcon.js +2 -2
  762. package/build/lib/web/production/components/Icons/MinusCircleIcon/MinusCircleIcon.js +2 -2
  763. package/build/lib/web/production/components/Icons/MinusIcon/MinusIcon.js +2 -2
  764. package/build/lib/web/production/components/Icons/MinusSquareIcon/MinusSquareIcon.js +2 -2
  765. package/build/lib/web/production/components/Icons/MonitorIcon/MonitorIcon.js +2 -2
  766. package/build/lib/web/production/components/Icons/MoonIcon/MoonIcon.js +2 -2
  767. package/build/lib/web/production/components/Icons/MoreHorizontalIcon/MoreHorizontalIcon.js +2 -2
  768. package/build/lib/web/production/components/Icons/MoreVerticalIcon/MoreVerticalIcon.js +2 -2
  769. package/build/lib/web/production/components/Icons/MoveIcon/MoveIcon.js +2 -2
  770. package/build/lib/web/production/components/Icons/MusicIcon/MusicIcon.js +2 -2
  771. package/build/lib/web/production/components/Icons/MyAccountIcon/MyAccountIcon.js +2 -2
  772. package/build/lib/web/production/components/Icons/NavigationIcon/NavigationIcon.js +2 -2
  773. package/build/lib/web/production/components/Icons/OctagonIcon/OctagonIcon.js +2 -2
  774. package/build/lib/web/production/components/Icons/OffersIcon/OffersIcon.js +2 -2
  775. package/build/lib/web/production/components/Icons/PackageIcon/PackageIcon.js +2 -2
  776. package/build/lib/web/production/components/Icons/PaperclipIcon/PaperclipIcon.js +2 -2
  777. package/build/lib/web/production/components/Icons/PauseCircleIcon/PauseCircleIcon.js +2 -2
  778. package/build/lib/web/production/components/Icons/PauseIcon/PauseIcon.js +2 -2
  779. package/build/lib/web/production/components/Icons/PaymentButtonsIcon/PaymentButtonsIcon.js +2 -2
  780. package/build/lib/web/production/components/Icons/PaymentLinksIcon/PaymentLinksIcon.js +2 -2
  781. package/build/lib/web/production/components/Icons/PaymentPagesIcon/PaymentPagesIcon.js +2 -2
  782. package/build/lib/web/production/components/Icons/PercentIcon/PercentIcon.js +2 -2
  783. package/build/lib/web/production/components/Icons/PhoneCallIcon/PhoneCallIcon.js +2 -2
  784. package/build/lib/web/production/components/Icons/PhoneForwardedIcon/PhoneForwardedIcon.js +2 -2
  785. package/build/lib/web/production/components/Icons/PhoneIcon/PhoneIcon.js +2 -2
  786. package/build/lib/web/production/components/Icons/PhoneIncomingIcon/PhoneIncomingIcon.js +2 -2
  787. package/build/lib/web/production/components/Icons/PhoneMissedIcon/PhoneMissedIcon.js +2 -2
  788. package/build/lib/web/production/components/Icons/PhoneOffIcon/PhoneOffIcon.js +2 -2
  789. package/build/lib/web/production/components/Icons/PhoneOutgoingIcon/PhoneOutgoingIcon.js +2 -2
  790. package/build/lib/web/production/components/Icons/PieChartIcon/PieChartIcon.js +2 -2
  791. package/build/lib/web/production/components/Icons/PlayCircleIcon/PlayCircleIcon.js +2 -2
  792. package/build/lib/web/production/components/Icons/PlayIcon/PlayIcon.js +2 -2
  793. package/build/lib/web/production/components/Icons/PlusCircleIcon/PlusCircleIcon.js +2 -2
  794. package/build/lib/web/production/components/Icons/PlusIcon/PlusIcon.js +2 -2
  795. package/build/lib/web/production/components/Icons/PlusSquareIcon/PlusSquareIcon.js +2 -2
  796. package/build/lib/web/production/components/Icons/PocketIcon/PocketIcon.js +2 -2
  797. package/build/lib/web/production/components/Icons/PowerIcon/PowerIcon.js +2 -2
  798. package/build/lib/web/production/components/Icons/PrinterIcon/PrinterIcon.js +2 -2
  799. package/build/lib/web/production/components/Icons/QRCodeIcon/QRCodeIcon.js +2 -2
  800. package/build/lib/web/production/components/Icons/RadioIcon/RadioIcon.js +2 -2
  801. package/build/lib/web/production/components/Icons/RazorpayIcon/RazorpayIcon.js +2 -2
  802. package/build/lib/web/production/components/Icons/RazorpayXIcon/RazorpayXIcon.js +2 -2
  803. package/build/lib/web/production/components/Icons/RefreshIcon/RefreshIcon.js +2 -2
  804. package/build/lib/web/production/components/Icons/RepeatIcon/RepeatIcon.js +2 -2
  805. package/build/lib/web/production/components/Icons/ReportsIcon/ReportsIcon.js +2 -2
  806. package/build/lib/web/production/components/Icons/RewindIcon/RewindIcon.js +2 -2
  807. package/build/lib/web/production/components/Icons/RotateClockWiseIcon/RotateClockWiseIcon.js +2 -2
  808. package/build/lib/web/production/components/Icons/RotateCounterClockWiseIcon/RotateCounterClockWiseIcon.js +2 -2
  809. package/build/lib/web/production/components/Icons/RoutesIcon/RoutesIcon.js +2 -2
  810. package/build/lib/web/production/components/Icons/RupeeIcon/RupeeIcon.js +2 -2
  811. package/build/lib/web/production/components/Icons/RupeesIcon/RupeesIcon.js +2 -2
  812. package/build/lib/web/production/components/Icons/SaveIcon/SaveIcon.js +2 -2
  813. package/build/lib/web/production/components/Icons/ScissorsIcon/ScissorsIcon.js +2 -2
  814. package/build/lib/web/production/components/Icons/SearchIcon/SearchIcon.js +2 -2
  815. package/build/lib/web/production/components/Icons/SendIcon/SendIcon.js +2 -2
  816. package/build/lib/web/production/components/Icons/ServerIcon/ServerIcon.js +2 -2
  817. package/build/lib/web/production/components/Icons/SettingsIcon/SettingsIcon.js +2 -2
  818. package/build/lib/web/production/components/Icons/SettlementsIcon/SettlementsIcon.js +2 -2
  819. package/build/lib/web/production/components/Icons/ShareIcon/ShareIcon.js +2 -2
  820. package/build/lib/web/production/components/Icons/ShieldIcon/ShieldIcon.js +2 -2
  821. package/build/lib/web/production/components/Icons/ShoppingCartIcon/ShoppingCartIcon.js +2 -2
  822. package/build/lib/web/production/components/Icons/ShuffleIcon/ShuffleIcon.js +2 -2
  823. package/build/lib/web/production/components/Icons/SidebarIcon/SidebarIcon.js +2 -2
  824. package/build/lib/web/production/components/Icons/SkipBackIcon/SkipBackIcon.js +2 -2
  825. package/build/lib/web/production/components/Icons/SkipForwardIcon/SkipForwardIcon.js +2 -2
  826. package/build/lib/web/production/components/Icons/SlackIcon/SlackIcon.js +2 -2
  827. package/build/lib/web/production/components/Icons/SlashIcon/SlashIcon.js +2 -2
  828. package/build/lib/web/production/components/Icons/SlidersIcon/SlidersIcon.js +2 -2
  829. package/build/lib/web/production/components/Icons/SmartCollectIcon/SmartCollectIcon.js +2 -2
  830. package/build/lib/web/production/components/Icons/SmartphoneIcon/SmartphoneIcon.js +2 -2
  831. package/build/lib/web/production/components/Icons/SpeakerIcon/SpeakerIcon.js +2 -2
  832. package/build/lib/web/production/components/Icons/SquareIcon/SquareIcon.js +2 -2
  833. package/build/lib/web/production/components/Icons/StampIcon/StampIcon.js +2 -2
  834. package/build/lib/web/production/components/Icons/StarIcon/StarIcon.js +2 -2
  835. package/build/lib/web/production/components/Icons/StopCircleIcon/StopCircleIcon.js +2 -2
  836. package/build/lib/web/production/components/Icons/SubscriptionsIcon/SubscriptionsIcon.js +2 -2
  837. package/build/lib/web/production/components/Icons/SunIcon/SunIcon.js +2 -2
  838. package/build/lib/web/production/components/Icons/SunriseIcon/SunriseIcon.js +2 -2
  839. package/build/lib/web/production/components/Icons/SunsetIcon/SunsetIcon.js +2 -2
  840. package/build/lib/web/production/components/Icons/TabletIcon/TabletIcon.js +2 -2
  841. package/build/lib/web/production/components/Icons/TagIcon/TagIcon.js +2 -2
  842. package/build/lib/web/production/components/Icons/TargetIcon/TargetIcon.js +2 -2
  843. package/build/lib/web/production/components/Icons/ThermometerIcon/ThermometerIcon.js +2 -2
  844. package/build/lib/web/production/components/Icons/ThumbsDownIcon/ThumbsDownIcon.js +2 -2
  845. package/build/lib/web/production/components/Icons/ThumbsUpIcon/ThumbsUpIcon.js +2 -2
  846. package/build/lib/web/production/components/Icons/ToggleLeftIcon/ToggleLeftIcon.js +2 -2
  847. package/build/lib/web/production/components/Icons/ToggleRightIcon/ToggleRightIcon.js +2 -2
  848. package/build/lib/web/production/components/Icons/TransactionsIcon/TransactionsIcon.js +2 -2
  849. package/build/lib/web/production/components/Icons/TrashIcon/TrashIcon.js +2 -2
  850. package/build/lib/web/production/components/Icons/TrendingDownIcon/TrendingDownIcon.js +2 -2
  851. package/build/lib/web/production/components/Icons/TrendingUpIcon/TrendingUpIcon.js +2 -2
  852. package/build/lib/web/production/components/Icons/TriangleIcon/TriangleIcon.js +2 -2
  853. package/build/lib/web/production/components/Icons/TvIcon/TvIcon.js +2 -2
  854. package/build/lib/web/production/components/Icons/TwitterIcon/TwitterIcon.js +2 -2
  855. package/build/lib/web/production/components/Icons/TypeIcon/TypeIcon.js +2 -2
  856. package/build/lib/web/production/components/Icons/UmbrellaIcon/UmbrellaIcon.js +2 -2
  857. package/build/lib/web/production/components/Icons/UnderlineIcon/UnderlineIcon.js +2 -2
  858. package/build/lib/web/production/components/Icons/UnlockIcon/UnlockIcon.js +2 -2
  859. package/build/lib/web/production/components/Icons/UploadCloudIcon/UploadCloudIcon.js +2 -2
  860. package/build/lib/web/production/components/Icons/UploadIcon/UploadIcon.js +2 -2
  861. package/build/lib/web/production/components/Icons/UserCheckIcon/UserCheckIcon.js +2 -2
  862. package/build/lib/web/production/components/Icons/UserIcon/UserIcon.js +2 -2
  863. package/build/lib/web/production/components/Icons/UserMinusIcon/UserMinusIcon.js +2 -2
  864. package/build/lib/web/production/components/Icons/UserPlusIcon/UserPlusIcon.js +2 -2
  865. package/build/lib/web/production/components/Icons/UserXIcon/UserXIcon.js +2 -2
  866. package/build/lib/web/production/components/Icons/UsersIcon/UsersIcon.js +2 -2
  867. package/build/lib/web/production/components/Icons/VideoIcon/VideoIcon.js +2 -2
  868. package/build/lib/web/production/components/Icons/VideoOffIcon/VideoOffIcon.js +2 -2
  869. package/build/lib/web/production/components/Icons/VoicemailIcon/VoicemailIcon.js +2 -2
  870. package/build/lib/web/production/components/Icons/VolumeHighIcon/VolumeHighIcon.js +2 -2
  871. package/build/lib/web/production/components/Icons/VolumeIcon/VolumeIcon.js +2 -2
  872. package/build/lib/web/production/components/Icons/VolumeLowIcon/VolumeLowIcon.js +2 -2
  873. package/build/lib/web/production/components/Icons/VolumeMuteIcon/VolumeMuteIcon.js +2 -2
  874. package/build/lib/web/production/components/Icons/WatchIcon/WatchIcon.js +2 -2
  875. package/build/lib/web/production/components/Icons/WifiIcon/WifiIcon.js +2 -2
  876. package/build/lib/web/production/components/Icons/WifiOffIcon/WifiOffIcon.js +2 -2
  877. package/build/lib/web/production/components/Icons/WindIcon/WindIcon.js +2 -2
  878. package/build/lib/web/production/components/Icons/XCircleIcon/XCircleIcon.js +2 -2
  879. package/build/lib/web/production/components/Icons/XSquareIcon/XSquareIcon.js +2 -2
  880. package/build/lib/web/production/components/Icons/ZapIcon/ZapIcon.js +2 -2
  881. package/build/lib/web/production/components/Icons/ZoomInIcon/ZoomInIcon.js +2 -2
  882. package/build/lib/web/production/components/Icons/ZoomOutIcon/ZoomOutIcon.js +2 -2
  883. package/build/lib/web/production/components/Icons/_Svg/Circle/Circle.web.js +2 -2
  884. package/build/lib/web/production/components/Icons/_Svg/ClipPath/ClipPath.web.js +2 -2
  885. package/build/lib/web/production/components/Icons/_Svg/Defs/Defs.web.js +2 -2
  886. package/build/lib/web/production/components/Icons/_Svg/G/G.web.js +2 -2
  887. package/build/lib/web/production/components/Icons/_Svg/Path/Path.web.js +2 -2
  888. package/build/lib/web/production/components/Icons/_Svg/Rect/Rect.web.js +2 -2
  889. package/build/lib/web/production/components/Icons/_Svg/Svg/Svg.web.js +2 -2
  890. package/build/lib/web/production/components/Indicator/Indicator.js +2 -2
  891. package/build/lib/web/production/components/Input/BaseInput/AnimatedBaseInputWrapper.web.js +10 -4
  892. package/build/lib/web/production/components/Input/BaseInput/AnimatedBaseInputWrapper.web.js.map +1 -1
  893. package/build/lib/web/production/components/Input/BaseInput/BaseInput.js +15 -3
  894. package/build/lib/web/production/components/Input/BaseInput/BaseInput.js.map +1 -1
  895. package/build/lib/web/production/components/Input/BaseInput/BaseInputTagSlot.web.js +14 -1
  896. package/build/lib/web/production/components/Input/BaseInput/BaseInputTagSlot.web.js.map +1 -1
  897. package/build/lib/web/production/components/Input/BaseInput/BaseInputVisuals.js +2 -2
  898. package/build/lib/web/production/components/Input/BaseInput/BaseInputWrapper.js +6 -4
  899. package/build/lib/web/production/components/Input/BaseInput/BaseInputWrapper.js.map +1 -1
  900. package/build/lib/web/production/components/Input/BaseInput/StyledBaseInput.web.js +7 -4
  901. package/build/lib/web/production/components/Input/BaseInput/StyledBaseInput.web.js.map +1 -1
  902. package/build/lib/web/production/components/Input/BaseInput/baseInputStyles.js +4 -4
  903. package/build/lib/web/production/components/Input/BaseInput/baseInputStyles.js.map +1 -1
  904. package/build/lib/web/production/components/Input/BaseInput/useTaggedInput.js +172 -0
  905. package/build/lib/web/production/components/Input/BaseInput/useTaggedInput.js.map +1 -0
  906. package/build/lib/web/production/components/Input/DropdownInputTriggers/AutoComplete.js +2 -2
  907. package/build/lib/web/production/components/Input/DropdownInputTriggers/SelectInput.js +2 -2
  908. package/build/lib/web/production/components/Input/OTPInput/OTPInput.js +2 -2
  909. package/build/lib/web/production/components/Input/PasswordInput/PasswordInput.js +2 -2
  910. package/build/lib/web/production/components/Input/PhoneNumberInput/PhoneNumberInput.web.js +2 -2
  911. package/build/lib/web/production/components/Input/TextArea/TextArea.js +56 -10
  912. package/build/lib/web/production/components/Input/TextArea/TextArea.js.map +1 -1
  913. package/build/lib/web/production/components/Input/TextInput/TextInput.js +53 -7
  914. package/build/lib/web/production/components/Input/TextInput/TextInput.js.map +1 -1
  915. package/build/lib/web/production/components/Link/BaseLink/BaseLink.js +2 -2
  916. package/build/lib/web/production/components/Link/BaseLink/StyledBaseLink.web.js +2 -2
  917. package/build/lib/web/production/components/Link/Link/Link.js +2 -2
  918. package/build/lib/web/production/components/List/List.js +2 -3
  919. package/build/lib/web/production/components/List/List.js.map +1 -1
  920. package/build/lib/web/production/components/List/ListItem.js +2 -2
  921. package/build/lib/web/production/components/List/ListItemLink.js +2 -2
  922. package/build/lib/web/production/components/List/ListItemText.js +2 -2
  923. package/build/lib/web/production/components/LiveAnnouncer/LiveAnnouncer.web.js +1 -2
  924. package/build/lib/web/production/components/LiveAnnouncer/LiveAnnouncer.web.js.map +1 -1
  925. package/build/lib/web/production/components/Modal/Modal.web.js +2 -2
  926. package/build/lib/web/production/components/Modal/ModalBackdrop.js +2 -2
  927. package/build/lib/web/production/components/Modal/ModalBody.web.js +2 -2
  928. package/build/lib/web/production/components/Popover/Popover.web.js +2 -2
  929. package/build/lib/web/production/components/Popover/PopoverInteractiveWrapper.web.js +2 -2
  930. package/build/lib/web/production/components/Popover/getPopoverContentWrapperStyles.js +2 -2
  931. package/build/lib/web/production/components/ProgressBar/ProgressBar.js +2 -2
  932. package/build/lib/web/production/components/Radio/Radio.js +2 -2
  933. package/build/lib/web/production/components/Radio/RadioGroup/RadioGroup.js +2 -2
  934. package/build/lib/web/production/components/Radio/RadioIcon/RadioIcon.js +2 -2
  935. package/build/lib/web/production/components/Radio/RadioIcon/RadioIconWrapperStyles.js +2 -2
  936. package/build/lib/web/production/components/Radio/useRadio.js +2 -2
  937. package/build/lib/web/production/components/Skeleton/Skeleton.js +2 -2
  938. package/build/lib/web/production/components/SkipNav/SkipNav.web.js +2 -2
  939. package/build/lib/web/production/components/Spinner/BaseSpinner/BaseSpinner.js +2 -2
  940. package/build/lib/web/production/components/Spinner/Spinner/Spinner.js +2 -2
  941. package/build/lib/web/production/components/SpotlightPopoverTour/TourFooter.web.js +2 -2
  942. package/build/lib/web/production/components/SpotlightPopoverTour/TourMask.web.js +2 -2
  943. package/build/lib/web/production/components/SpotlightPopoverTour/TourPopover.web.js +2 -2
  944. package/build/lib/web/production/components/SpotlightPopoverTour/TourStep.web.js +2 -2
  945. package/build/lib/web/production/components/SpotlightPopoverTour/utils.js +2 -2
  946. package/build/lib/web/production/components/Switch/Switch.js +2 -2
  947. package/build/lib/web/production/components/Switch/SwitchTrack.web.js +2 -2
  948. package/build/lib/web/production/components/Switch/Thumb.js +2 -2
  949. package/build/lib/web/production/components/Table/Table.web.js +2 -2
  950. package/build/lib/web/production/components/Table/TableBody.web.js +2 -2
  951. package/build/lib/web/production/components/Table/TableFooter.web.js +2 -2
  952. package/build/lib/web/production/components/Table/TableHeader.web.js +2 -2
  953. package/build/lib/web/production/components/Table/TablePagination.web.js +2 -2
  954. package/build/lib/web/production/components/Table/TableToolbar.web.js +2 -2
  955. package/build/lib/web/production/components/Tabs/TabIndicator.web.js +2 -2
  956. package/build/lib/web/production/components/Tabs/TabItem.web.js +9 -9
  957. package/build/lib/web/production/components/Tabs/TabItem.web.js.map +1 -1
  958. package/build/lib/web/production/components/Tabs/TabList.web.js +2 -2
  959. package/build/lib/web/production/components/Tabs/TabPanel.web.js +2 -2
  960. package/build/lib/web/production/components/Tabs/Tabs.web.js +2 -2
  961. package/build/lib/web/production/components/Tag/AnimatedTag.web.js +2 -3
  962. package/build/lib/web/production/components/Tag/AnimatedTag.web.js.map +1 -1
  963. package/build/lib/web/production/components/Tag/Tag.js +7 -8
  964. package/build/lib/web/production/components/Tag/Tag.js.map +1 -1
  965. package/build/lib/web/production/components/Tag/getTagsGroup.js +1 -1
  966. package/build/lib/web/production/components/Tag/getTagsGroup.js.map +1 -1
  967. package/build/lib/web/production/components/Tag/tagAnimationConfig.js +4 -2
  968. package/build/lib/web/production/components/Tag/tagAnimationConfig.js.map +1 -1
  969. package/build/lib/web/production/components/Toast/Toast.web.js +2 -2
  970. package/build/lib/web/production/components/Toast/ToastContainer.web.js +2 -2
  971. package/build/lib/web/production/components/Toast/useToast.js +2 -2
  972. package/build/lib/web/production/components/Tooltip/Tooltip.web.js +2 -2
  973. package/build/lib/web/production/components/Tooltip/TooltipInteractiveWrapper.web.js +2 -2
  974. package/build/lib/web/production/components/Tooltip/getTooltipContentWrapperStyles.js +2 -2
  975. package/build/lib/web/production/components/Typography/BaseText/BaseText.web.js +2 -2
  976. package/build/lib/web/production/components/Typography/BaseText/getBaseTextStyles.js +4 -3
  977. package/build/lib/web/production/components/Typography/BaseText/getBaseTextStyles.js.map +1 -1
  978. package/build/lib/web/production/components/Typography/Code/Code.js +2 -2
  979. package/build/lib/web/production/components/Typography/Display/Display.js +2 -2
  980. package/build/lib/web/production/components/Typography/Heading/Heading.js +2 -2
  981. package/build/lib/web/production/components/Typography/Heading/getHeadingStyles.js +2 -2
  982. package/build/lib/web/production/components/Typography/Text/Text.js +2 -2
  983. package/build/lib/web/production/components/Typography/Text/getTextStyles.js +2 -2
  984. package/build/lib/web/production/components/VisuallyHidden/VisuallyHidden.web.js +2 -2
  985. package/build/lib/web/production/tokens/global/border.js +0 -1
  986. package/build/lib/web/production/tokens/global/border.js.map +1 -1
  987. package/build/lib/web/production/tokens/global/typography.js +2 -2
  988. package/build/lib/web/production/tokens/theme/createTheme.js +2 -3
  989. package/build/lib/web/production/tokens/theme/createTheme.js.map +1 -1
  990. package/build/lib/web/production/utils/bladeCoverage.js +1 -1
  991. package/build/lib/web/production/utils/bladeCoverage.js.map +1 -1
  992. package/build/lib/web/production/utils/makeAccessible/accessibilityMapWeb.js +2 -2
  993. package/build/lib/web/production/utils/mergeProps.js +19 -18
  994. package/build/lib/web/production/utils/mergeProps.js.map +1 -1
  995. package/build/lib/web/production/utils/metaAttribute/metaAttribute.web.js +2 -2
  996. package/build/types/components/index.d.ts +20 -4
  997. package/build/types/components/index.native.d.ts +13 -5
  998. package/package.json +7 -5
@@ -1 +1 @@
1
- {"version":3,"file":"AnimatedTag.native.js","sources":["../../../../../src/components/Tag/AnimatedTag.native.tsx"],"sourcesContent":["import React from 'react';\nimport type { EasingFn } from 'react-native-reanimated';\nimport Animated, {\n Easing,\n useSharedValue,\n withTiming,\n useAnimatedStyle,\n runOnJS,\n Keyframe,\n} from 'react-native-reanimated';\nimport type { ReanimatedKeyframe } from 'react-native-reanimated/lib/typescript/reanimated2/layoutReanimation/animationBuilder/Keyframe';\nimport { Tag } from './Tag';\nimport {\n TAG_MAX_WIDTH_END,\n TAG_MAX_WIDTH_START,\n TAG_OPACITY_END,\n TAG_OPACITY_START,\n} from './tagAnimationConfig';\nimport type { AnimatedTagProps } from './types';\nimport { castNativeType, makeMotionTime } from '~utils';\nimport { useTheme } from '~components/BladeProvider';\n\nconst useAnimatedTag = (\n onAnimationEndCallback: () => void,\n): {\n entering: ReanimatedKeyframe;\n animate: () => void;\n animatedStyle: {\n maxWidth: number;\n opacity: number;\n };\n} => {\n const maxWidth = useSharedValue(TAG_MAX_WIDTH_START); // Initial max-width value\n const opacity = useSharedValue(TAG_OPACITY_START); // Initial opacity value\n const { theme } = useTheme();\n\n const entering = new Keyframe({\n 0: {\n opacity: TAG_OPACITY_END,\n },\n 100: {\n opacity: TAG_OPACITY_START,\n easing: (theme.motion.easing.exit.effective as unknown) as EasingFn,\n },\n }).duration(makeMotionTime(theme.motion.duration.xquick));\n\n const animate = (): void => {\n maxWidth.value = withTiming(\n TAG_MAX_WIDTH_END,\n {\n duration: makeMotionTime(theme.motion.duration.xquick),\n easing: castNativeType(theme.motion.easing.exit.effective),\n },\n (isComplete) => {\n if (isComplete) {\n runOnJS(onAnimationEndCallback)();\n }\n },\n );\n opacity.value = withTiming(TAG_OPACITY_END, {\n duration: makeMotionTime(theme.motion.duration.xquick),\n easing: Easing.out(Easing.exp),\n });\n };\n\n const animatedStyle = useAnimatedStyle(() => {\n return {\n maxWidth: maxWidth.value,\n opacity: opacity.value,\n };\n });\n\n return { animate, animatedStyle, entering };\n};\n\nconst AnimatedTag = ({\n children,\n currentTagIndex,\n activeTagIndex,\n onDismiss,\n tagsLength,\n isDisabled,\n}: AnimatedTagProps): React.ReactElement => {\n const onAnimationEnd = (): void => {\n onDismiss({ tagIndex: currentTagIndex, tagName: children });\n };\n\n const prevSelectionsLength = React.useRef<number>();\n const { animate, animatedStyle, entering } = useAnimatedTag(onAnimationEnd);\n\n const isTagRemoved = prevSelectionsLength.current\n ? prevSelectionsLength.current > tagsLength\n : false;\n\n return (\n <Animated.View style={animatedStyle} entering={isTagRemoved ? undefined : entering}>\n <Tag\n _isVirtuallyFocused={currentTagIndex === activeTagIndex}\n _isTagInsideInput={true}\n onDismiss={() => {\n animate();\n }}\n marginRight=\"spacing.3\"\n marginY=\"spacing.2\"\n isDisabled={isDisabled}\n >\n {children}\n </Tag>\n </Animated.View>\n );\n};\n\nexport { AnimatedTag };\n"],"names":["useAnimatedTag","onAnimationEndCallback","maxWidth","useSharedValue","TAG_MAX_WIDTH_START","opacity","TAG_OPACITY_START","_useTheme","useTheme","theme","entering","Keyframe","TAG_OPACITY_END","easing","motion","exit","effective","duration","makeMotionTime","xquick","animate","value","withTiming","TAG_MAX_WIDTH_END","castNativeType","isComplete","runOnJS","Easing","out","exp","animatedStyle","useAnimatedStyle","AnimatedTag","_ref","children","currentTagIndex","activeTagIndex","onDismiss","tagsLength","isDisabled","onAnimationEnd","tagIndex","tagName","prevSelectionsLength","React","useRef","_useAnimatedTag","isTagRemoved","current","_jsx","Animated","View","style","undefined","Tag","_isVirtuallyFocused","_isTagInsideInput","marginRight","marginY"],"mappings":"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"}
1
+ {"version":3,"file":"AnimatedTag.native.js","sources":["../../../../../src/components/Tag/AnimatedTag.native.tsx"],"sourcesContent":["import React from 'react';\nimport type { EasingFn } from 'react-native-reanimated';\nimport Animated, {\n Easing,\n useSharedValue,\n withTiming,\n useAnimatedStyle,\n runOnJS,\n Keyframe,\n} from 'react-native-reanimated';\nimport type { ReanimatedKeyframe } from 'react-native-reanimated/lib/typescript/reanimated2/layoutReanimation/animationBuilder/Keyframe';\nimport { Tag } from './Tag';\nimport {\n TAG_MAX_WIDTH_END,\n TAG_MAX_WIDTH_START,\n TAG_OPACITY_END,\n TAG_OPACITY_START,\n} from './tagAnimationConfig';\nimport type { AnimatedTagProps } from './types';\nimport { castNativeType, makeMotionTime } from '~utils';\nimport { useTheme } from '~components/BladeProvider';\n\nconst useAnimatedTag = (\n onAnimationEndCallback: () => void,\n): {\n entering: ReanimatedKeyframe;\n animate: () => void;\n animatedStyle: {\n maxWidth: `${number}%`;\n opacity: number;\n };\n} => {\n const maxWidth = useSharedValue(TAG_MAX_WIDTH_START); // Initial max-width value\n const opacity = useSharedValue(TAG_OPACITY_START); // Initial opacity value\n const { theme } = useTheme();\n\n const entering = new Keyframe({\n 0: {\n opacity: TAG_OPACITY_END,\n },\n 100: {\n opacity: TAG_OPACITY_START,\n easing: (theme.motion.easing.exit.effective as unknown) as EasingFn,\n },\n }).duration(makeMotionTime(theme.motion.duration.xquick));\n\n const animate = (): void => {\n maxWidth.value = withTiming(\n TAG_MAX_WIDTH_END,\n {\n duration: makeMotionTime(theme.motion.duration.xquick),\n easing: castNativeType(theme.motion.easing.exit.effective),\n },\n (isComplete) => {\n if (isComplete) {\n runOnJS(onAnimationEndCallback)();\n }\n },\n );\n opacity.value = withTiming(TAG_OPACITY_END, {\n duration: makeMotionTime(theme.motion.duration.xquick),\n easing: Easing.out(Easing.exp),\n });\n };\n\n const animatedStyle = useAnimatedStyle(() => {\n return {\n maxWidth: maxWidth.value,\n opacity: opacity.value,\n };\n });\n\n return { animate, animatedStyle, entering };\n};\n\nconst AnimatedTag = ({\n children,\n currentTagIndex,\n activeTagIndex,\n onDismiss,\n tagsLength,\n isDisabled,\n}: AnimatedTagProps): React.ReactElement => {\n const onAnimationEnd = (): void => {\n onDismiss({ tagIndex: currentTagIndex, tagName: children });\n };\n\n const prevSelectionsLength = React.useRef<number>();\n const { animate, animatedStyle, entering } = useAnimatedTag(onAnimationEnd);\n\n const isTagRemoved = prevSelectionsLength.current\n ? prevSelectionsLength.current > tagsLength\n : false;\n\n return (\n <Animated.View style={animatedStyle} entering={isTagRemoved ? undefined : entering}>\n <Tag\n _isVirtuallyFocused={currentTagIndex === activeTagIndex}\n _isTagInsideInput={true}\n onDismiss={() => {\n animate();\n }}\n marginRight=\"spacing.3\"\n marginY=\"spacing.2\"\n isDisabled={isDisabled}\n >\n {children}\n </Tag>\n </Animated.View>\n );\n};\n\nexport { AnimatedTag };\n"],"names":["useAnimatedTag","onAnimationEndCallback","maxWidth","useSharedValue","TAG_MAX_WIDTH_START","opacity","TAG_OPACITY_START","_useTheme","useTheme","theme","entering","Keyframe","TAG_OPACITY_END","easing","motion","exit","effective","duration","makeMotionTime","xquick","animate","value","withTiming","TAG_MAX_WIDTH_END","castNativeType","isComplete","runOnJS","Easing","out","exp","animatedStyle","useAnimatedStyle","AnimatedTag","_ref","children","currentTagIndex","activeTagIndex","onDismiss","tagsLength","isDisabled","onAnimationEnd","tagIndex","tagName","prevSelectionsLength","React","useRef","_useAnimatedTag","isTagRemoved","current","_jsx","Animated","View","style","undefined","Tag","_isVirtuallyFocused","_isTagInsideInput","marginRight","marginY"],"mappings":"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"}
@@ -27,7 +27,7 @@ import '../Typography/Code/Code.js';
27
27
  import { BaseBox } from '../Box/BaseBox/BaseBox.native.js';
28
28
  import { useIsMobile } from '../../utils/useIsMobile.js';
29
29
 
30
- var _excluded=["size","icon","onDismiss","children","isDisabled","testID","_isVirtuallyFocused","_isTagInsideInput"];var FocussableTag=styled(BaseBox)(function(props){if(props._isVirtuallyFocused&&!isReactNative()){return {outline:`${makeSize(size['1'])} solid ${props.theme.colors.surface.background.gray.subtle}`,boxShadow:`0px 0px 0px 4px ${props.theme.colors.interactive.background.primary.faded}`};}return {};});var Tag=function Tag(_ref){var _ref$size=_ref.size,size$1=_ref$size===void 0?'medium':_ref$size,Icon=_ref.icon,onDismiss=_ref.onDismiss,children=_ref.children,isDisabled=_ref.isDisabled,testID=_ref.testID,_isVirtuallyFocused=_ref._isVirtuallyFocused,_isTagInsideInput=_ref._isTagInsideInput,styledProps=_objectWithoutProperties(_ref,_excluded);var isMobile=useIsMobile();var textColor=isDisabled?'interactive.text.gray.disabled':'interactive.text.gray.subtle';var iconColor=isDisabled?'interactive.icon.gray.disabled':'interactive.icon.gray.muted';var backgroundColor=isDisabled?'interactive.background.gray.disabled':'interactive.background.gray.default';var mediumPadding={base:['spacing.2','spacing.3','spacing.2','spacing.4'],m:['spacing.1','spacing.2','spacing.1','spacing.3']};var largePadding={base:['spacing.2','spacing.3','spacing.2','spacing.4'],m:['spacing.2','spacing.3','spacing.2','spacing.4']};var assetSize=React__default.useMemo(function(){if(isMobile&&size$1==='large'){return 'medium';}return 'small';},[isMobile,size$1]);return jsx(BaseBox,Object.assign({display:isReactNative()?'flex':'inline-flex'},getStyledProps(styledProps),metaAttribute({name:MetaConstants.Tag,testID:testID}),{children:jsxs(FocussableTag,{display:isReactNative()?'flex':'inline-flex',alignSelf:isReactNative()?'center':undefined,flexDirection:"row",flexWrap:"nowrap",flexShrink:0,backgroundColor:backgroundColor,borderRadius:"max",padding:size$1==='medium'?mediumPadding:largePadding,_isVirtuallyFocused:_isVirtuallyFocused,children:[Icon?jsx(Box,{display:"flex",flexDirection:"row",alignItems:"center",children:jsx(Icon,{color:iconColor,size:assetSize,marginRight:"spacing.2"})}):null,jsx(Box,{display:"flex",flexDirection:"row",maxWidth:makeSize(size['100']),children:jsx(Text,{textAlign:"center",truncateAfterLines:1,marginRight:"spacing.2",color:textColor,size:'small',children:children})}),jsx(Box,{display:"flex",flexDirection:"row",alignItems:"center",justifyContent:"center",children:jsx(IconButton,{size:assetSize,icon:CloseIcon,accessibilityLabel:`Close ${children} tag`,isDisabled:isDisabled,_tabIndex:_isTagInsideInput?-1:undefined,onClick:function onClick(e){if(_isTagInsideInput){e.stopPropagation();}onDismiss();}})})]})}));};
30
+ var _excluded=["size","icon","onDismiss","children","isDisabled","testID","_isVirtuallyFocused","_isTagInsideInput"];var FocussableTag=styled(BaseBox)(function(props){if(props._isVirtuallyFocused&&!isReactNative()){return {outline:`${makeSize(size['1'])} solid ${props.theme.colors.surface.background.gray.subtle}`,boxShadow:`0px 0px 0px 4px ${props.theme.colors.interactive.background.primary.faded}`};}return {};});var Tag=function Tag(_ref){var _ref$size=_ref.size,size=_ref$size===void 0?'medium':_ref$size,Icon=_ref.icon,onDismiss=_ref.onDismiss,children=_ref.children,isDisabled=_ref.isDisabled,testID=_ref.testID,_isVirtuallyFocused=_ref._isVirtuallyFocused,_isTagInsideInput=_ref._isTagInsideInput,styledProps=_objectWithoutProperties(_ref,_excluded);var isMobile=useIsMobile();var textColor=isDisabled?'interactive.text.gray.disabled':'interactive.text.gray.subtle';var iconColor=isDisabled?'interactive.icon.gray.disabled':'interactive.icon.gray.muted';var backgroundColor=isDisabled?'interactive.background.gray.disabled':'interactive.background.gray.default';var mediumPadding={base:['spacing.2','spacing.3','spacing.2','spacing.4'],m:['spacing.1','spacing.2','spacing.1','spacing.3']};var largePadding={base:['spacing.2','spacing.3','spacing.2','spacing.4'],m:['spacing.2','spacing.3','spacing.2','spacing.4']};var assetSize=React__default.useMemo(function(){if(isMobile&&size==='large'){return 'medium';}return 'small';},[isMobile,size]);return jsx(BaseBox,Object.assign({display:isReactNative()?'flex':'inline-flex'},getStyledProps(styledProps),metaAttribute({name:MetaConstants.Tag,testID:testID}),{children:jsxs(FocussableTag,{display:isReactNative()?'flex':'inline-flex',alignSelf:isReactNative()?'center':undefined,flexDirection:"row",flexWrap:"nowrap",flexShrink:0,backgroundColor:backgroundColor,borderRadius:"max",padding:size==='medium'?mediumPadding:largePadding,_isVirtuallyFocused:_isVirtuallyFocused,children:[Icon?jsx(Box,{display:"flex",flexDirection:"row",alignItems:"center",children:jsx(Icon,{color:iconColor,size:assetSize,marginRight:"spacing.2"})}):null,jsx(Box,{display:"flex",flexDirection:"row",children:jsx(Text,{textAlign:"center",truncateAfterLines:1,marginRight:"spacing.2",color:textColor,size:"small",children:children})}),jsx(Box,{display:"flex",flexDirection:"row",alignItems:"center",justifyContent:"center",children:jsx(IconButton,{size:assetSize,icon:CloseIcon,accessibilityLabel:`Close ${children} tag`,isDisabled:isDisabled,_tabIndex:_isTagInsideInput?-1:undefined,onClick:function onClick(e){if(_isTagInsideInput){e.stopPropagation();}onDismiss();}})})]})}));};
31
31
 
32
32
  export { Tag };
33
33
  //# sourceMappingURL=Tag.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Tag.js","sources":["../../../../../src/components/Tag/Tag.tsx"],"sourcesContent":["import React from 'react';\nimport styled from 'styled-components';\nimport type { TagProps } from './types';\nimport { Box } from '~components/Box';\nimport { getStyledProps } from '~components/Box/styledProps';\nimport { IconButton } from '~components/Button/IconButton';\nimport { CloseIcon } from '~components/Icons';\nimport { Text } from '~components/Typography';\nimport { metaAttribute, MetaConstants } from '~utils/metaAttribute';\nimport { isReactNative, makeSize } from '~utils';\nimport { size as globalSizeTokens } from '~tokens/global';\nimport BaseBox from '~components/Box/BaseBox';\nimport type { PaddingProps } from '~components/Box/BaseBox/types/spacingTypes';\nimport { useIsMobile } from '~utils/useIsMobile';\n\nconst FocussableTag = styled(BaseBox)<{ _isVirtuallyFocused: TagProps['_isVirtuallyFocused'] }>(\n (props) => {\n if (props._isVirtuallyFocused && !isReactNative()) {\n return {\n outline: `${makeSize(globalSizeTokens['1'])} solid ${\n props.theme.colors.surface.background.gray.subtle\n }`,\n boxShadow: `0px 0px 0px 4px ${props.theme.colors.interactive.background.primary.faded}`,\n };\n }\n\n return {};\n },\n);\n\n/**\n * ## Tags\n *\n * Tag component can be used to display selected items on UI.\n *\n * ### Usage\n *\n * ***Note:*** _Make sure to handle state when using Tag_\n *\n * ```jsx\n * const [showTag, setShowTag] = React.useState(true);\n *\n * // ...\n *\n * {showTag && (\n * <Tag\n * icon={CheckIcon}\n * onDismiss={() => setShowTag(false)}\n * >\n * Transactions\n * </Tag>\n * )}\n * ```\n *\n * Checkout [Tags Documentation](https://blade.razorpay.com/?path=/story/components-tag--default) for more info.\n *\n */\nconst Tag = ({\n size = 'medium',\n icon: Icon,\n onDismiss,\n children,\n isDisabled,\n testID,\n _isVirtuallyFocused,\n _isTagInsideInput,\n ...styledProps\n}: TagProps): React.ReactElement | null => {\n const isMobile = useIsMobile();\n\n const textColor = isDisabled ? 'interactive.text.gray.disabled' : 'interactive.text.gray.subtle';\n const iconColor = isDisabled ? 'interactive.icon.gray.disabled' : 'interactive.icon.gray.muted';\n const backgroundColor = isDisabled\n ? 'interactive.background.gray.disabled'\n : 'interactive.background.gray.default';\n\n const mediumPadding: PaddingProps['padding'] = {\n base: ['spacing.2', 'spacing.3', 'spacing.2', 'spacing.4'],\n m: ['spacing.1', 'spacing.2', 'spacing.1', 'spacing.3'],\n };\n\n const largePadding: PaddingProps['padding'] = {\n base: ['spacing.2', 'spacing.3', 'spacing.2', 'spacing.4'],\n m: ['spacing.2', 'spacing.3', 'spacing.2', 'spacing.4'],\n };\n\n const assetSize = React.useMemo((): 'small' | 'medium' => {\n if (isMobile && size === 'large') {\n return 'medium';\n }\n\n return 'small';\n }, [isMobile, size]);\n\n return (\n <BaseBox\n display={(isReactNative() ? 'flex' : 'inline-flex') as never}\n {...getStyledProps(styledProps)}\n {...metaAttribute({ name: MetaConstants.Tag, testID })}\n >\n <FocussableTag\n display={(isReactNative() ? 'flex' : 'inline-flex') as never}\n alignSelf={isReactNative() ? 'center' : undefined}\n flexDirection=\"row\"\n flexWrap=\"nowrap\"\n flexShrink={0}\n backgroundColor={backgroundColor}\n borderRadius=\"max\"\n padding={size === 'medium' ? mediumPadding : largePadding}\n _isVirtuallyFocused={_isVirtuallyFocused}\n >\n {/* Leading Icon */}\n {Icon ? (\n <Box display=\"flex\" flexDirection=\"row\" alignItems=\"center\">\n <Icon color={iconColor} size={assetSize} marginRight=\"spacing.2\" />\n </Box>\n ) : null}\n\n {/* Tag Text */}\n <Box display=\"flex\" flexDirection=\"row\" maxWidth={makeSize(globalSizeTokens['100'])}>\n <Text\n textAlign=\"center\"\n truncateAfterLines={1}\n marginRight=\"spacing.2\"\n color={textColor}\n size={'small'}\n >\n {children}\n </Text>\n </Box>\n\n {/* Dismiss Icon */}\n <Box display=\"flex\" flexDirection=\"row\" alignItems=\"center\" justifyContent=\"center\">\n <IconButton\n size={assetSize}\n icon={CloseIcon}\n accessibilityLabel={`Close ${children} tag`}\n isDisabled={isDisabled}\n _tabIndex={_isTagInsideInput ? -1 : undefined}\n onClick={(e) => {\n // Inside tag input, we stop propagation to avoid opening dropdown on click of close on tag\n if (_isTagInsideInput) {\n e.stopPropagation();\n }\n onDismiss();\n }}\n />\n </Box>\n </FocussableTag>\n </BaseBox>\n );\n};\n\nexport { Tag };\n"],"names":["FocussableTag","styled","BaseBox","props","_isVirtuallyFocused","isReactNative","outline","makeSize","globalSizeTokens","theme","colors","surface","background","gray","subtle","boxShadow","interactive","primary","faded","Tag","_ref","_ref$size","size","Icon","icon","onDismiss","children","isDisabled","testID","_isTagInsideInput","styledProps","_objectWithoutProperties","_excluded","isMobile","useIsMobile","textColor","iconColor","backgroundColor","mediumPadding","base","m","largePadding","assetSize","React","useMemo","_jsx","Object","assign","display","getStyledProps","metaAttribute","name","MetaConstants","_jsxs","alignSelf","undefined","flexDirection","flexWrap","flexShrink","borderRadius","padding","Box","alignItems","color","marginRight","maxWidth","Text","textAlign","truncateAfterLines","justifyContent","IconButton","CloseIcon","accessibilityLabel","_tabIndex","onClick","e","stopPropagation"],"mappings":"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"}
1
+ {"version":3,"file":"Tag.js","sources":["../../../../../src/components/Tag/Tag.tsx"],"sourcesContent":["import React from 'react';\nimport styled from 'styled-components';\nimport type { TagProps } from './types';\nimport { Box } from '~components/Box';\nimport { getStyledProps } from '~components/Box/styledProps';\nimport { IconButton } from '~components/Button/IconButton';\nimport { CloseIcon } from '~components/Icons';\nimport { Text } from '~components/Typography';\nimport { metaAttribute, MetaConstants } from '~utils/metaAttribute';\nimport { isReactNative, makeSize } from '~utils';\nimport { size as globalSizeTokens } from '~tokens/global';\nimport BaseBox from '~components/Box/BaseBox';\nimport type { PaddingProps } from '~components/Box/BaseBox/types/spacingTypes';\nimport { useIsMobile } from '~utils/useIsMobile';\n\nconst FocussableTag = styled(BaseBox)<{ _isVirtuallyFocused: TagProps['_isVirtuallyFocused'] }>(\n (props) => {\n if (props._isVirtuallyFocused && !isReactNative()) {\n return {\n outline: `${makeSize(globalSizeTokens['1'])} solid ${\n props.theme.colors.surface.background.gray.subtle\n }`,\n boxShadow: `0px 0px 0px 4px ${props.theme.colors.interactive.background.primary.faded}`,\n };\n }\n\n return {};\n },\n);\n\n/**\n * ## Tags\n *\n * Tag component can be used to display selected items on UI.\n *\n * ### Usage\n *\n * ***Note:*** _Make sure to handle state when using Tag_\n *\n * ```jsx\n * const [showTag, setShowTag] = React.useState(true);\n *\n * // ...\n *\n * {showTag && (\n * <Tag\n * icon={CheckIcon}\n * onDismiss={() => setShowTag(false)}\n * >\n * Transactions\n * </Tag>\n * )}\n * ```\n *\n * Checkout [Tags Documentation](https://blade.razorpay.com/?path=/story/components-tag--default) for more info.\n *\n */\nconst Tag = ({\n size = 'medium',\n icon: Icon,\n onDismiss,\n children,\n isDisabled,\n testID,\n _isVirtuallyFocused,\n _isTagInsideInput,\n ...styledProps\n}: TagProps): React.ReactElement | null => {\n const isMobile = useIsMobile();\n\n const textColor = isDisabled ? 'interactive.text.gray.disabled' : 'interactive.text.gray.subtle';\n const iconColor = isDisabled ? 'interactive.icon.gray.disabled' : 'interactive.icon.gray.muted';\n const backgroundColor = isDisabled\n ? 'interactive.background.gray.disabled'\n : 'interactive.background.gray.default';\n\n const mediumPadding: PaddingProps['padding'] = {\n base: ['spacing.2', 'spacing.3', 'spacing.2', 'spacing.4'],\n m: ['spacing.1', 'spacing.2', 'spacing.1', 'spacing.3'],\n };\n\n const largePadding: PaddingProps['padding'] = {\n base: ['spacing.2', 'spacing.3', 'spacing.2', 'spacing.4'],\n m: ['spacing.2', 'spacing.3', 'spacing.2', 'spacing.4'],\n };\n\n const assetSize = React.useMemo((): 'small' | 'medium' => {\n if (isMobile && size === 'large') {\n return 'medium';\n }\n\n return 'small';\n }, [isMobile, size]);\n\n return (\n <BaseBox\n display={(isReactNative() ? 'flex' : 'inline-flex') as never}\n {...getStyledProps(styledProps)}\n {...metaAttribute({ name: MetaConstants.Tag, testID })}\n >\n <FocussableTag\n display={(isReactNative() ? 'flex' : 'inline-flex') as never}\n alignSelf={isReactNative() ? 'center' : undefined}\n flexDirection=\"row\"\n flexWrap=\"nowrap\"\n flexShrink={0}\n backgroundColor={backgroundColor}\n borderRadius=\"max\"\n padding={size === 'medium' ? mediumPadding : largePadding}\n _isVirtuallyFocused={_isVirtuallyFocused}\n >\n {/* Leading Icon */}\n {Icon ? (\n <Box display=\"flex\" flexDirection=\"row\" alignItems=\"center\">\n <Icon color={iconColor} size={assetSize} marginRight=\"spacing.2\" />\n </Box>\n ) : null}\n\n {/* Tag Text */}\n <Box display=\"flex\" flexDirection=\"row\">\n <Text\n textAlign=\"center\"\n truncateAfterLines={1}\n marginRight=\"spacing.2\"\n color={textColor}\n size=\"small\"\n >\n {children}\n </Text>\n </Box>\n\n {/* Dismiss Icon */}\n <Box display=\"flex\" flexDirection=\"row\" alignItems=\"center\" justifyContent=\"center\">\n <IconButton\n size={assetSize}\n icon={CloseIcon}\n accessibilityLabel={`Close ${children} tag`}\n isDisabled={isDisabled}\n _tabIndex={_isTagInsideInput ? -1 : undefined}\n onClick={(e) => {\n // Inside tag input, we stop propagation to avoid opening dropdown on click of close on tag\n if (_isTagInsideInput) {\n e.stopPropagation();\n }\n onDismiss();\n }}\n />\n </Box>\n </FocussableTag>\n </BaseBox>\n );\n};\n\nexport { Tag };\n"],"names":["FocussableTag","styled","BaseBox","props","_isVirtuallyFocused","isReactNative","outline","makeSize","globalSizeTokens","theme","colors","surface","background","gray","subtle","boxShadow","interactive","primary","faded","Tag","_ref","_ref$size","size","Icon","icon","onDismiss","children","isDisabled","testID","_isTagInsideInput","styledProps","_objectWithoutProperties","_excluded","isMobile","useIsMobile","textColor","iconColor","backgroundColor","mediumPadding","base","m","largePadding","assetSize","React","useMemo","_jsx","Object","assign","display","getStyledProps","metaAttribute","name","MetaConstants","_jsxs","alignSelf","undefined","flexDirection","flexWrap","flexShrink","borderRadius","padding","Box","alignItems","color","marginRight","Text","textAlign","truncateAfterLines","justifyContent","IconButton","CloseIcon","accessibilityLabel","_tabIndex","onClick","e","stopPropagation"],"mappings":"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"}
@@ -2,7 +2,7 @@ import 'react';
2
2
  import { AnimatedTag } from './AnimatedTag.native.js';
3
3
  import { jsx } from 'react/jsx-runtime';
4
4
 
5
- var getTagsGroup=function getTagsGroup(_ref){var tags=_ref.tags,activeTagIndex=_ref.activeTagIndex,isDisabled=_ref.isDisabled,onDismiss=_ref.onDismiss,_ref$size=_ref.size,size=_ref$size===void 0?'medium':_ref$size;return tags.map(function(tagName,tagIndex){return jsx(AnimatedTag,{activeTagIndex:activeTagIndex,onDismiss:onDismiss,currentTagIndex:tagIndex,tagsLength:tags.length,isDisabled:isDisabled,size:size,children:tagName},tagName);});};
5
+ var getTagsGroup=function getTagsGroup(_ref){var tags=_ref.tags,activeTagIndex=_ref.activeTagIndex,isDisabled=_ref.isDisabled,onDismiss=_ref.onDismiss,_ref$size=_ref.size,size=_ref$size===void 0?'medium':_ref$size;return tags.map(function(tagName,tagIndex){return jsx(AnimatedTag,{activeTagIndex:activeTagIndex,onDismiss:onDismiss,currentTagIndex:tagIndex,tagsLength:tags.length,isDisabled:isDisabled,size:size,children:tagName},`${tagName}-${tagIndex}`);});};
6
6
 
7
7
  export { getTagsGroup };
8
8
  //# sourceMappingURL=getTagsGroup.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getTagsGroup.js","sources":["../../../../../src/components/Tag/getTagsGroup.tsx"],"sourcesContent":["import React from 'react';\nimport { AnimatedTag } from './AnimatedTag';\nimport type { TagsGroupProps } from './types';\n\nconst getTagsGroup = ({\n tags,\n activeTagIndex,\n isDisabled,\n onDismiss,\n size = 'medium',\n}: TagsGroupProps): React.ReactElement[] => {\n return tags.map((tagName, tagIndex) => (\n <AnimatedTag\n key={tagName}\n activeTagIndex={activeTagIndex}\n onDismiss={onDismiss}\n currentTagIndex={tagIndex}\n tagsLength={tags.length}\n isDisabled={isDisabled}\n size={size}\n >\n {tagName}\n </AnimatedTag>\n ));\n};\n\nexport { getTagsGroup };\n"],"names":["getTagsGroup","_ref","tags","activeTagIndex","isDisabled","onDismiss","_ref$size","size","map","tagName","tagIndex","_jsx","AnimatedTag","currentTagIndex","tagsLength","length","children"],"mappings":";;;;AAIM,IAAAA,YAAY,CAAG,SAAfA,YAAYA,CAAAC,IAAA,CAM0B,CAAA,IAL1CC,IAAI,CAAAD,IAAA,CAAJC,IAAI,CACJC,cAAc,CAAAF,IAAA,CAAdE,cAAc,CACdC,UAAU,CAAAH,IAAA,CAAVG,UAAU,CACVC,SAAS,CAAAJ,IAAA,CAATI,SAAS,CAAAC,SAAA,CAAAL,IAAA,CACTM,IAAI,CAAJA,IAAI,CAAAD,SAAA,UAAG,QAAQ,CAAAA,SAAA,CAEf,OAAOJ,IAAI,CAACM,GAAG,CAAC,SAACC,OAAO,CAAEC,QAAQ,SAChCC,GAAA,CAACC,WAAW,CAEVT,CAAAA,cAAc,CAAEA,cAAe,CAC/BE,SAAS,CAAEA,SAAU,CACrBQ,eAAe,CAAEH,QAAS,CAC1BI,UAAU,CAAEZ,IAAI,CAACa,MAAO,CACxBX,UAAU,CAAEA,UAAW,CACvBG,IAAI,CAAEA,IAAK,CAAAS,QAAA,CAEVP,OAAO,CAAA,CARHA,OASM,CAAC,CACf,CAAA,CAAC,CACJ;;;;"}
1
+ {"version":3,"file":"getTagsGroup.js","sources":["../../../../../src/components/Tag/getTagsGroup.tsx"],"sourcesContent":["import React from 'react';\nimport { AnimatedTag } from './AnimatedTag';\nimport type { TagsGroupProps } from './types';\n\nconst getTagsGroup = ({\n tags,\n activeTagIndex,\n isDisabled,\n onDismiss,\n size = 'medium',\n}: TagsGroupProps): React.ReactElement[] => {\n return tags.map((tagName, tagIndex) => (\n <AnimatedTag\n key={`${tagName}-${tagIndex}`}\n activeTagIndex={activeTagIndex}\n onDismiss={onDismiss}\n currentTagIndex={tagIndex}\n tagsLength={tags.length}\n isDisabled={isDisabled}\n size={size}\n >\n {tagName}\n </AnimatedTag>\n ));\n};\n\nexport { getTagsGroup };\n"],"names":["getTagsGroup","_ref","tags","activeTagIndex","isDisabled","onDismiss","_ref$size","size","map","tagName","tagIndex","_jsx","AnimatedTag","currentTagIndex","tagsLength","length","children"],"mappings":";;;;AAIM,IAAAA,YAAY,CAAG,SAAfA,YAAYA,CAAAC,IAAA,CAM0B,CAL1C,IAAAC,IAAI,CAAAD,IAAA,CAAJC,IAAI,CACJC,cAAc,CAAAF,IAAA,CAAdE,cAAc,CACdC,UAAU,CAAAH,IAAA,CAAVG,UAAU,CACVC,SAAS,CAAAJ,IAAA,CAATI,SAAS,CAAAC,SAAA,CAAAL,IAAA,CACTM,IAAI,CAAJA,IAAI,CAAAD,SAAA,GAAG,KAAA,CAAA,CAAA,QAAQ,CAAAA,SAAA,CAEf,OAAOJ,IAAI,CAACM,GAAG,CAAC,SAACC,OAAO,CAAEC,QAAQ,CAChC,CAAA,OAAAC,GAAA,CAACC,WAAW,CAAA,CAEVT,cAAc,CAAEA,cAAe,CAC/BE,SAAS,CAAEA,SAAU,CACrBQ,eAAe,CAAEH,QAAS,CAC1BI,UAAU,CAAEZ,IAAI,CAACa,MAAO,CACxBX,UAAU,CAAEA,UAAW,CACvBG,IAAI,CAAEA,IAAK,CAAAS,QAAA,CAEVP,OAAO,CAAA,CARF,CAAEA,EAAAA,OAAQ,CAAGC,CAAAA,EAAAA,QAAS,CASjB,CAAA,CAAC,CACf,CAAA,CAAC,CACJ;;;;"}
@@ -1,8 +1,7 @@
1
1
  import '../../tokens/global/typography.js';
2
2
  import '../../tokens/global/motion.js';
3
- import { size } from '../../tokens/global/size.js';
4
3
 
5
- var TAG_MAX_WIDTH_START=size['140'];var TAG_MAX_WIDTH_END=size['0'];var TAG_OPACITY_START=1;var TAG_OPACITY_END=0;
4
+ var TAG_MAX_WIDTH_START='100%';var TAG_MAX_WIDTH_END='0%';var TAG_OPACITY_START=1;var TAG_OPACITY_END=0;
6
5
 
7
6
  export { TAG_MAX_WIDTH_END, TAG_MAX_WIDTH_START, TAG_OPACITY_END, TAG_OPACITY_START };
8
7
  //# sourceMappingURL=tagAnimationConfig.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tagAnimationConfig.js","sources":["../../../../../src/components/Tag/tagAnimationConfig.ts"],"sourcesContent":["import { size } from '~tokens/global';\n\nexport const TAG_MAX_WIDTH_START: number = size['140'];\nexport const TAG_MAX_WIDTH_END: number = size['0'];\nexport const TAG_MAX_HEIGHT_END: number = size['0'];\nexport const TAG_OPACITY_START = 1;\nexport const TAG_OPACITY_END = 0;\n"],"names":["TAG_MAX_WIDTH_START","size","TAG_MAX_WIDTH_END","TAG_OPACITY_START","TAG_OPACITY_END"],"mappings":";;;;AAEa,IAAAA,mBAA2B,CAAGC,IAAI,CAAC,KAAK,EACxC,IAAAC,iBAAyB,CAAGD,IAAI,CAAC,GAAG,EAEpC,IAAAE,iBAAiB,CAAG,EACpB,IAAAC,eAAe,CAAG;;;;"}
1
+ {"version":3,"file":"tagAnimationConfig.js","sources":["../../../../../src/components/Tag/tagAnimationConfig.ts"],"sourcesContent":["import { size } from '~tokens/global';\n\n// we have to set some max-width for width animations to work correctly while tags are disappearing\n// https://stackoverflow.com/a/38643863\nexport const TAG_MAX_WIDTH_START: `${number}%` = '100%';\nexport const TAG_MAX_WIDTH_END: `${number}%` = '0%';\nexport const TAG_MAX_HEIGHT_END: number = size['0'];\nexport const TAG_OPACITY_START = 1;\nexport const TAG_OPACITY_END = 0;\n"],"names":["TAG_MAX_WIDTH_START","TAG_MAX_WIDTH_END","TAG_OPACITY_START","TAG_OPACITY_END"],"mappings":";;;AAIa,IAAAA,mBAAiC,CAAG,OACpC,IAAAC,iBAA+B,CAAG,KAElC,IAAAC,iBAAiB,CAAG,EACpB,IAAAC,eAAe,CAAG;;;;"}
@@ -7,7 +7,7 @@ import { isReactNative } from '../../../utils/platform/isReactNative.js';
7
7
  import '../../BladeProvider/useTheme.js';
8
8
  import { makeLetterSpacing } from '../../../utils/makeLetterSpacing/makeLetterSpacing.js';
9
9
 
10
- var getBaseTextStyles=function getBaseTextStyles(_ref){var _ref$color=_ref.color,color=_ref$color===void 0?'surface.text.gray.normal':_ref$color,_ref$fontFamily=_ref.fontFamily,fontFamily=_ref$fontFamily===void 0?'text':_ref$fontFamily,_ref$fontSize=_ref.fontSize,fontSize=_ref$fontSize===void 0?200:_ref$fontSize,_ref$fontWeight=_ref.fontWeight,fontWeight=_ref$fontWeight===void 0?'regular':_ref$fontWeight,_ref$fontStyle=_ref.fontStyle,fontStyle=_ref$fontStyle===void 0?'normal':_ref$fontStyle,_ref$textDecorationLi=_ref.textDecorationLine,textDecorationLine=_ref$textDecorationLi===void 0?'none':_ref$textDecorationLi,numberOfLines=_ref.numberOfLines,wordBreak=_ref.wordBreak,_ref$lineHeight=_ref.lineHeight,lineHeight=_ref$lineHeight===void 0?100:_ref$lineHeight,_ref$letterSpacing=_ref.letterSpacing,letterSpacing=_ref$letterSpacing===void 0?100:_ref$letterSpacing,textAlign=_ref.textAlign,opacity=_ref.opacity,theme=_ref.theme;var textColor=getIn(theme.colors,color);var themeFontFamily=theme.typography.fonts.family[fontFamily];var themeFontSize=makeTypographySize(theme.typography.fonts.size[fontSize]);var themeFontWeight=theme.typography.fonts.weight[fontWeight];var themeLineHeight=makeTypographySize(theme.typography.lineHeights[lineHeight]);var themeLetterSpacing=makeLetterSpacing(theme.typography.letterSpacings[letterSpacing],theme.typography.fonts.size[fontSize]);var truncateStyles={};var wordBreakStyles={};if(numberOfLines!==undefined){if(isReactNative()){truncateStyles={};}else {truncateStyles={overflow:'hidden',display:'-webkit-box','line-clamp':`${numberOfLines}`,'-webkit-line-clamp':`${numberOfLines}`,'-webkit-box-orient':'vertical'};}}if(wordBreak!==undefined){if(isReactNative()){wordBreakStyles={};}else {wordBreakStyles={wordBreak:wordBreak};}}return Object.assign({color:textColor,fontFamily:themeFontFamily,fontSize:themeFontSize,fontWeight:themeFontWeight,fontStyle:fontStyle,textDecorationLine:textDecorationLine},textDecorationLine!=='none'&&{textDecorationColor:textColor},{lineHeight:themeLineHeight,letterSpacing:themeLetterSpacing,textAlign:textAlign,margin:0,padding:0,opacity:opacity},truncateStyles,wordBreakStyles);};
10
+ var getBaseTextStyles=function getBaseTextStyles(_ref){var _ref$color=_ref.color,color=_ref$color===void 0?'surface.text.gray.normal':_ref$color,_ref$fontFamily=_ref.fontFamily,fontFamily=_ref$fontFamily===void 0?'text':_ref$fontFamily,_ref$fontSize=_ref.fontSize,fontSize=_ref$fontSize===void 0?200:_ref$fontSize,_ref$fontWeight=_ref.fontWeight,fontWeight=_ref$fontWeight===void 0?'regular':_ref$fontWeight,_ref$fontStyle=_ref.fontStyle,fontStyle=_ref$fontStyle===void 0?'normal':_ref$fontStyle,_ref$textDecorationLi=_ref.textDecorationLine,textDecorationLine=_ref$textDecorationLi===void 0?'none':_ref$textDecorationLi,numberOfLines=_ref.numberOfLines,wordBreak=_ref.wordBreak,_ref$lineHeight=_ref.lineHeight,lineHeight=_ref$lineHeight===void 0?100:_ref$lineHeight,_ref$letterSpacing=_ref.letterSpacing,letterSpacing=_ref$letterSpacing===void 0?100:_ref$letterSpacing,textAlign=_ref.textAlign,opacity=_ref.opacity,theme=_ref.theme;var textColor=getIn(theme.colors,color);var themeFontFamily=theme.typography.fonts.family[fontFamily];var themeFontSize=makeTypographySize(theme.typography.fonts.size[fontSize]);var themeFontWeight=theme.typography.fonts.weight[fontWeight];var themeLineHeight=makeTypographySize(theme.typography.lineHeights[lineHeight]);var themeLetterSpacing=makeLetterSpacing(theme.typography.letterSpacings[letterSpacing],theme.typography.fonts.size[fontSize]);var truncateStyles={};var wordBreakStyles={};if(numberOfLines!==undefined){if(isReactNative()){truncateStyles={};}else {truncateStyles={overflow:'hidden',display:'-webkit-box','line-clamp':`${numberOfLines}`,'-webkit-line-clamp':`${numberOfLines}`,'-webkit-box-orient':'vertical',overflowWrap:'break-word'};}}if(wordBreak!==undefined){if(isReactNative()){wordBreakStyles={};}else {wordBreakStyles={wordBreak:wordBreak};}}return Object.assign({color:textColor,fontFamily:themeFontFamily,fontSize:themeFontSize,fontWeight:themeFontWeight,fontStyle:fontStyle,textDecorationLine:textDecorationLine},textDecorationLine!=='none'&&{textDecorationColor:textColor},{lineHeight:themeLineHeight,letterSpacing:themeLetterSpacing,textAlign:textAlign,margin:0,padding:0,opacity:opacity},truncateStyles,wordBreakStyles);};
11
11
 
12
12
  export { getBaseTextStyles as default };
13
13
  //# sourceMappingURL=getBaseTextStyles.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getBaseTextStyles.js","sources":["../../../../../../src/components/Typography/BaseText/getBaseTextStyles.ts"],"sourcesContent":["import type { CSSObject } from 'styled-components';\nimport type { StyledBaseTextProps } from './types';\nimport getIn from '~utils/lodashButBetter/get';\nimport { makeTypographySize } from '~utils/makeTypographySize';\nimport { isReactNative } from '~utils';\nimport { makeLetterSpacing } from '~utils/makeLetterSpacing';\n\nconst getBaseTextStyles = ({\n color = 'surface.text.gray.normal',\n fontFamily = 'text',\n fontSize = 200,\n fontWeight = 'regular',\n fontStyle = 'normal',\n textDecorationLine = 'none',\n numberOfLines,\n wordBreak,\n lineHeight = 100,\n letterSpacing = 100,\n textAlign,\n opacity,\n theme,\n}: StyledBaseTextProps): CSSObject => {\n const textColor = getIn(theme.colors, color);\n const themeFontFamily = theme.typography.fonts.family[fontFamily];\n const themeFontSize = makeTypographySize(theme.typography.fonts.size[fontSize]);\n const themeFontWeight = theme.typography.fonts.weight[fontWeight];\n const themeLineHeight = makeTypographySize(theme.typography.lineHeights[lineHeight]);\n const themeLetterSpacing = makeLetterSpacing(\n theme.typography.letterSpacings[letterSpacing],\n theme.typography.fonts.size[fontSize],\n );\n let truncateStyles: CSSObject = {};\n let wordBreakStyles: CSSObject = {};\n if (numberOfLines !== undefined) {\n if (isReactNative()) {\n truncateStyles = {};\n } else {\n truncateStyles = {\n overflow: 'hidden',\n display: '-webkit-box',\n 'line-clamp': `${numberOfLines}`,\n '-webkit-line-clamp': `${numberOfLines}`,\n '-webkit-box-orient': 'vertical',\n };\n }\n }\n if (wordBreak !== undefined) {\n if (isReactNative()) {\n wordBreakStyles = {};\n } else {\n wordBreakStyles = {\n wordBreak,\n };\n }\n }\n\n return {\n color: textColor,\n fontFamily: themeFontFamily,\n fontSize: themeFontSize,\n fontWeight: themeFontWeight,\n fontStyle,\n textDecorationLine,\n ...(textDecorationLine !== 'none' && {\n textDecorationColor: textColor,\n }),\n lineHeight: themeLineHeight,\n letterSpacing: themeLetterSpacing,\n textAlign,\n margin: 0,\n padding: 0,\n opacity,\n ...truncateStyles,\n ...wordBreakStyles,\n };\n};\n\nexport default getBaseTextStyles;\n"],"names":["getBaseTextStyles","_ref","_ref$color","color","_ref$fontFamily","fontFamily","_ref$fontSize","fontSize","_ref$fontWeight","fontWeight","_ref$fontStyle","fontStyle","_ref$textDecorationLi","textDecorationLine","numberOfLines","wordBreak","_ref$lineHeight","lineHeight","_ref$letterSpacing","letterSpacing","textAlign","opacity","theme","textColor","getIn","colors","themeFontFamily","typography","fonts","family","themeFontSize","makeTypographySize","size","themeFontWeight","weight","themeLineHeight","lineHeights","themeLetterSpacing","makeLetterSpacing","letterSpacings","truncateStyles","wordBreakStyles","undefined","isReactNative","overflow","display","Object","assign","textDecorationColor","margin","padding"],"mappings":"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"}
1
+ {"version":3,"file":"getBaseTextStyles.js","sources":["../../../../../../src/components/Typography/BaseText/getBaseTextStyles.ts"],"sourcesContent":["import type { CSSObject } from 'styled-components';\nimport type { StyledBaseTextProps } from './types';\nimport getIn from '~utils/lodashButBetter/get';\nimport { makeTypographySize } from '~utils/makeTypographySize';\nimport { isReactNative } from '~utils';\nimport { makeLetterSpacing } from '~utils/makeLetterSpacing';\n\nconst getBaseTextStyles = ({\n color = 'surface.text.gray.normal',\n fontFamily = 'text',\n fontSize = 200,\n fontWeight = 'regular',\n fontStyle = 'normal',\n textDecorationLine = 'none',\n numberOfLines,\n wordBreak,\n lineHeight = 100,\n letterSpacing = 100,\n textAlign,\n opacity,\n theme,\n}: StyledBaseTextProps): CSSObject => {\n const textColor = getIn(theme.colors, color);\n const themeFontFamily = theme.typography.fonts.family[fontFamily];\n const themeFontSize = makeTypographySize(theme.typography.fonts.size[fontSize]);\n const themeFontWeight = theme.typography.fonts.weight[fontWeight];\n const themeLineHeight = makeTypographySize(theme.typography.lineHeights[lineHeight]);\n const themeLetterSpacing = makeLetterSpacing(\n theme.typography.letterSpacings[letterSpacing],\n theme.typography.fonts.size[fontSize],\n );\n let truncateStyles: CSSObject = {};\n let wordBreakStyles: CSSObject = {};\n if (numberOfLines !== undefined) {\n if (isReactNative()) {\n truncateStyles = {};\n } else {\n truncateStyles = {\n overflow: 'hidden',\n display: '-webkit-box',\n 'line-clamp': `${numberOfLines}`,\n '-webkit-line-clamp': `${numberOfLines}`,\n '-webkit-box-orient': 'vertical',\n overflowWrap: 'break-word',\n };\n }\n }\n if (wordBreak !== undefined) {\n if (isReactNative()) {\n wordBreakStyles = {};\n } else {\n wordBreakStyles = {\n wordBreak,\n };\n }\n }\n\n return {\n color: textColor,\n fontFamily: themeFontFamily,\n fontSize: themeFontSize,\n fontWeight: themeFontWeight,\n fontStyle,\n textDecorationLine,\n ...(textDecorationLine !== 'none' && {\n textDecorationColor: textColor,\n }),\n lineHeight: themeLineHeight,\n letterSpacing: themeLetterSpacing,\n textAlign,\n margin: 0,\n padding: 0,\n opacity,\n ...truncateStyles,\n ...wordBreakStyles,\n };\n};\n\nexport default getBaseTextStyles;\n"],"names":["getBaseTextStyles","_ref","_ref$color","color","_ref$fontFamily","fontFamily","_ref$fontSize","fontSize","_ref$fontWeight","fontWeight","_ref$fontStyle","fontStyle","_ref$textDecorationLi","textDecorationLine","numberOfLines","wordBreak","_ref$lineHeight","lineHeight","_ref$letterSpacing","letterSpacing","textAlign","opacity","theme","textColor","getIn","colors","themeFontFamily","typography","fonts","family","themeFontSize","makeTypographySize","size","themeFontWeight","weight","themeLineHeight","lineHeights","themeLetterSpacing","makeLetterSpacing","letterSpacings","truncateStyles","wordBreakStyles","undefined","isReactNative","overflow","display","overflowWrap","Object","assign","textDecorationColor","margin","padding"],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- var mergeProps=function mergeProps(base,overrides){var props=Object.assign({},base);var _loop=function _loop(key){if(!overrides.hasOwnProperty(key))return "continue";var overrideValue=overrides[key];if(typeof overrideValue==='function'){var baseValue=base[key];if(typeof baseValue==='function'){props[key]=function(){overrideValue.apply(void 0,arguments);baseValue.apply(void 0,arguments);};return "continue";}}props[key]=overrideValue;};for(var key in overrides){var _ret=_loop(key);if(_ret==="continue")continue;}return props;};
1
+ var mergeProps=function mergeProps(base,overrides){var props=Object.assign({},base);var _loop=function _loop(){if(!overrides.hasOwnProperty(key))return 0;var overrideValue=overrides[key];if(typeof overrideValue==='function'){var baseValue=base[key];if(typeof baseValue==='function'){props[key]=function(){overrideValue.apply(void 0,arguments);baseValue.apply(void 0,arguments);};return 0;}}props[key]=overrideValue;},_ret;for(var key in overrides){_ret=_loop();if(_ret===0)continue;}return props;};
2
2
 
3
3
  export { mergeProps };
4
4
  //# sourceMappingURL=mergeProps.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"mergeProps.js","sources":["../../../../src/utils/mergeProps.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\n/* eslint-disable @typescript-eslint/explicit-function-return-type */\n\n/**\n * Merges two sets of props.\n *\n * modified from: https://github.com/ariakit/ariakit/blob/f152585bbb698412ced42bcfa059038ef9d40100/packages/ariakit-react-core/src/utils/misc.ts#L48\n */\nconst mergeProps = <T extends Record<string, any>>(base: T, overrides: T) => {\n const props = { ...base };\n\n for (const key in overrides) {\n if (!overrides.hasOwnProperty(key)) continue;\n const overrideValue = overrides[key];\n if (typeof overrideValue === 'function') {\n const baseValue = base[key];\n if (typeof baseValue === 'function') {\n // @ts-expect-error no overlap\n props[key as any] = (...args: any[]) => {\n overrideValue(...args);\n baseValue(...args);\n };\n continue;\n }\n }\n\n props[key] = overrideValue;\n }\n return props;\n};\n\nexport { mergeProps };\n"],"names":["mergeProps","base","overrides","props","Object","assign","_loop","key","hasOwnProperty","overrideValue","baseValue","apply","arguments","_ret"],"mappings":"AAQM,IAAAA,UAAU,CAAG,SAAbA,UAAUA,CAAmCC,IAAO,CAAEC,SAAY,CAAK,CAC3E,IAAMC,KAAK,CAAAC,MAAA,CAAAC,MAAA,CAAQJ,EAAAA,CAAAA,IAAI,CAAE,CAAC,IAAAK,KAAA,CAAAA,SAAAA,KAAAA,CAEfC,GAAG,CAAA,CACZ,GAAI,CAACL,SAAS,CAACM,cAAc,CAACD,GAAG,CAAC,CAAE,OACpC,UAAA,CAAA,IAAME,aAAa,CAAGP,SAAS,CAACK,GAAG,CAAC,CACpC,GAAI,OAAOE,aAAa,GAAK,UAAU,CAAE,CACvC,IAAMC,SAAS,CAAGT,IAAI,CAACM,GAAG,CAAC,CAC3B,GAAI,OAAOG,SAAS,GAAK,UAAU,CAAE,CAEnCP,KAAK,CAACI,GAAG,CAAQ,CAAG,UAAoB,CACtCE,aAAa,CAAAE,KAAA,CAAAC,KAAAA,CAAAA,CAAAA,SAAQ,CAAC,CACtBF,SAAS,CAAAC,KAAA,CAAA,KAAA,CAAA,CAAAC,SAAQ,CAAC,CACpB,CAAC,CACD,OAAA,UAAA,CACF,CACF,CAEAT,KAAK,CAACI,GAAG,CAAC,CAAGE,aAAa,CAAC,CAf7B,CAAA,IAAK,IAAMF,GAAG,IAAIL,SAAS,CAAE,CAAAW,IAAAA,IAAA,CAAAP,KAAA,CAAlBC,GAAG,CAAAM,CAAAA,GAAAA,IAAA,cAWR,SAKN,CACA,OAAOV,KAAK,CACd;;;;"}
1
+ {"version":3,"file":"mergeProps.js","sources":["../../../../src/utils/mergeProps.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\n/* eslint-disable @typescript-eslint/explicit-function-return-type */\n\n/**\n * Merges two sets of props.\n *\n * modified from: https://github.com/ariakit/ariakit/blob/f152585bbb698412ced42bcfa059038ef9d40100/packages/ariakit-react-core/src/utils/misc.ts#L48\n */\nconst mergeProps = <T extends Record<string, any>>(base: T, overrides: T) => {\n const props = { ...base };\n\n for (const key in overrides) {\n if (!overrides.hasOwnProperty(key)) continue;\n const overrideValue = overrides[key];\n if (typeof overrideValue === 'function') {\n const baseValue = base[key];\n if (typeof baseValue === 'function') {\n // @ts-expect-error no overlap\n props[key as any] = (...args: any[]) => {\n overrideValue(...args);\n baseValue(...args);\n };\n continue;\n }\n }\n\n props[key] = overrideValue;\n }\n return props;\n};\n\nexport { mergeProps };\n"],"names":["mergeProps","base","overrides","props","Object","assign","_loop","hasOwnProperty","key","overrideValue","baseValue","apply","arguments","_ret"],"mappings":"AAQM,IAAAA,UAAU,CAAG,SAAbA,UAAUA,CAAmCC,IAAO,CAAEC,SAAY,CAAK,CAC3E,IAAMC,KAAK,CAAAC,MAAA,CAAAC,MAAA,CAAQJ,EAAAA,CAAAA,IAAI,CAAE,CAAC,IAAAK,KAAA,CAAAA,SAAAA,KAAAA,EAEG,CAC3B,GAAI,CAACJ,SAAS,CAACK,cAAc,CAACC,GAAG,CAAC,CAAA,OAAA,CAAA,CAClC,IAAMC,aAAa,CAAGP,SAAS,CAACM,GAAG,CAAC,CACpC,GAAI,OAAOC,aAAa,GAAK,UAAU,CAAE,CACvC,IAAMC,SAAS,CAAGT,IAAI,CAACO,GAAG,CAAC,CAC3B,GAAI,OAAOE,SAAS,GAAK,UAAU,CAAE,CAEnCP,KAAK,CAACK,GAAG,CAAQ,CAAG,UAAoB,CACtCC,aAAa,CAAAE,KAAA,CAAA,KAAA,CAAA,CAAAC,SAAQ,CAAC,CACtBF,SAAS,CAAAC,KAAA,CAAAC,KAAAA,CAAAA,CAAAA,SAAQ,CAAC,CACpB,CAAC,CAAC,OAEJ,CAAA,CAAA,CACF,CAEAT,KAAK,CAACK,GAAG,CAAC,CAAGC,aAAa,CAC5B,CAAC,CAAAI,IAAA,CAhBD,IAAK,IAAML,GAAG,IAAIN,SAAS,CAAA,CAAAW,IAAA,CAAAP,KAAA,EAAA,CAAA,GAAAO,IAAA,GAAA,CAAA,CACW,SAAS,CAgB/C,OAAOV,KAAK,CACd;;;;"}
@@ -18,8 +18,8 @@ import { MetaConstants } from '../../utils/metaAttribute/metaConstants.js';
18
18
  import { getStyledProps } from '../Box/styledProps/getStyledProps.js';
19
19
 
20
20
  var _excluded = ["defaultExpandedIndex", "expandedIndex", "onExpandChange", "showNumberPrefix", "children", "variant", "size", "testID"];
21
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
22
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
21
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
22
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
23
23
  var MIN_WIDTH = {
24
24
  s: makeSize(size[200]),
25
25
  m: makeSize(size[360]),
@@ -18,8 +18,8 @@ import { metaAttribute } from '../../utils/metaAttribute/metaAttribute.web.js';
18
18
  import { MetaConstants } from '../../utils/metaAttribute/metaConstants.js';
19
19
  import { assignWithoutSideEffects } from '../../utils/assignWithoutSideEffects/assignWithoutSideEffects.js';
20
20
 
21
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
22
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
21
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
22
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
23
23
  var _AccordionButton = function _AccordionButton(_ref) {
24
24
  var index = _ref.index,
25
25
  Icon = _ref.icon,
@@ -23,8 +23,8 @@ import { CollapsibleBody } from '../Collapsible/CollapsibleBody.js';
23
23
  import { isReactNative } from '../../utils/platform/isReactNative.js';
24
24
  import { Divider } from '../Divider/Divider.js';
25
25
 
26
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
27
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
26
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
27
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
28
28
  var AccordionItem = function AccordionItem(_ref) {
29
29
  var title = _ref.title,
30
30
  description = _ref.description,
@@ -16,8 +16,8 @@ import { metaAttribute } from '../../utils/metaAttribute/metaAttribute.web.js';
16
16
  import { MetaConstants } from '../../utils/metaAttribute/metaConstants.js';
17
17
  import { assignWithoutSideEffects } from '../../utils/assignWithoutSideEffects/assignWithoutSideEffects.js';
18
18
 
19
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
20
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
19
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
20
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
21
21
  var BLANK_SPACE = ' ';
22
22
 
23
23
  /**
@@ -14,8 +14,8 @@ import { MetaConstants } from '../../utils/metaAttribute/metaConstants.js';
14
14
  import { Text } from '../Typography/Text/Text.js';
15
15
  import { assignWithoutSideEffects } from '../../utils/assignWithoutSideEffects/assignWithoutSideEffects.js';
16
16
 
17
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
18
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
17
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
18
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
19
19
  var _AccordionItemHeader = function _AccordionItemHeader(_ref) {
20
20
  var title = _ref.title,
21
21
  subtitle = _ref.subtitle,
@@ -6,8 +6,8 @@ import '../../utils/getFocusRingStyles/index.js';
6
6
  import { castWebType } from '../../utils/platform/castUtils.js';
7
7
  import { getFocusRingStyles } from '../../utils/getFocusRingStyles/getFocusRingStyles.web.js';
8
8
 
9
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
10
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
9
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
10
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
11
11
  var StyledAccordionButton = /*#__PURE__*/styled.button.withConfig({
12
12
  displayName: "StyledAccordionButtonweb__StyledAccordionButton",
13
13
  componentId: "sc-1qxmqda-0"
@@ -19,8 +19,8 @@ import { metaAttribute } from '../../utils/metaAttribute/metaAttribute.web.js';
19
19
  import { MetaConstants } from '../../utils/metaAttribute/metaConstants.js';
20
20
  import { assignWithoutSideEffects } from '../../utils/assignWithoutSideEffects/assignWithoutSideEffects.js';
21
21
 
22
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
23
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
22
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
23
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
24
24
  var _ActionList = function _ActionList(_ref) {
25
25
  var children = _ref.children,
26
26
  testID = _ref.testID;
@@ -8,8 +8,8 @@ import { jsx } from 'react/jsx-runtime';
8
8
  import { makeAccessible } from '../../utils/makeAccessible/makeAccessible.web.js';
9
9
  import { assignWithoutSideEffects } from '../../utils/assignWithoutSideEffects/assignWithoutSideEffects.js';
10
10
 
11
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
12
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
11
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
12
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
13
13
  var _ActionListBox = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
14
14
  var childrenWithId = _ref.childrenWithId,
15
15
  actionListItemWrapperRole = _ref.actionListItemWrapperRole,
@@ -38,8 +38,8 @@ import { Checkbox } from '../Checkbox/Checkbox.js';
38
38
  import useTheme from '../BladeProvider/useTheme.js';
39
39
  import { throwBladeError } from '../../utils/logger/logger.js';
40
40
 
41
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
42
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
41
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
42
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
43
43
  var ActionListItemContext = /*#__PURE__*/React__default.createContext({});
44
44
  var StyledActionListSectionTitle = /*#__PURE__*/styled(BaseBox).withConfig({
45
45
  displayName: "ActionListItem__StyledActionListSectionTitle",
@@ -8,8 +8,8 @@ import { getComponentId, isValidAllowedChildren } from '../../utils/isValidAllow
8
8
  import { isReactNative } from '../../utils/platform/isReactNative.js';
9
9
  import { throwBladeError } from '../../utils/logger/logger.js';
10
10
 
11
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
12
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
11
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
12
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
13
13
 
14
14
  /**
15
15
  * Returns if there is ActionListItem after ActionListSection
@@ -4,8 +4,8 @@ import { getBaseActionListItemStyles } from './getBaseActionListItemStyles.js';
4
4
  import '../../Box/BaseBox/index.js';
5
5
  import { BaseBox } from '../../Box/BaseBox/BaseBox.web.js';
6
6
 
7
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
8
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
7
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
8
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
9
9
  var StyledActionListItem = /*#__PURE__*/styled(BaseBox).withConfig({
10
10
  displayName: "StyledActionListItemweb__StyledActionListItem",
11
11
  componentId: "sc-1okp9u4-0"
@@ -4,16 +4,15 @@ import { getBaseListBoxWrapperStyles } from './getBaseListBoxWrapperStyles.js';
4
4
  import '../../Box/BaseBox/index.js';
5
5
  import { BaseBox } from '../../Box/BaseBox/BaseBox.web.js';
6
6
 
7
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
8
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
7
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
8
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
9
9
  var StyledListBoxWrapper = /*#__PURE__*/styled(BaseBox).withConfig({
10
10
  displayName: "StyledListBoxWrapperweb__StyledListBoxWrapper",
11
11
  componentId: "sc-1eo4pr6-0"
12
12
  })(function (props) {
13
- var _objectSpread2;
14
- return _objectSpread((_objectSpread2 = {}, _defineProperty(_objectSpread2, "& [role=group]:last-child > [role=separator]:last-child", {
13
+ return _objectSpread(_defineProperty(_defineProperty({}, "& [role=group]:last-child > [role=separator]:last-child", {
15
14
  display: 'none'
16
- }), _defineProperty(_objectSpread2, "overflowY", 'auto'), _objectSpread2), getBaseListBoxWrapperStyles({
15
+ }), "overflowY", 'auto'), getBaseListBoxWrapperStyles({
17
16
  theme: props.theme,
18
17
  isInBottomSheet: props.isInBottomSheet
19
18
  }));
@@ -1 +1 @@
1
- {"version":3,"file":"StyledListBoxWrapper.web.js","sources":["../../../../../../../src/components/ActionList/styles/StyledListBoxWrapper.web.tsx"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\nimport styled from 'styled-components';\nimport type { SectionListProps } from 'react-native';\nimport { getBaseListBoxWrapperStyles } from './getBaseListBoxWrapperStyles';\nimport BaseBox from '~components/Box/BaseBox';\n\nconst StyledListBoxWrapper = styled(BaseBox)<\n Partial<SectionListProps<any, any>> & { isInBottomSheet: boolean }\n>((props) => {\n return {\n // Hides the last Divider (we don't want divider on last section)\n [`& [role=group]:last-child > [role=separator]:last-child`]: {\n display: 'none',\n },\n overflowY: 'auto',\n ...getBaseListBoxWrapperStyles({\n theme: props.theme,\n isInBottomSheet: props.isInBottomSheet,\n }),\n };\n});\n\nexport { StyledListBoxWrapper };\n"],"names":["StyledListBoxWrapper","styled","BaseBox","withConfig","displayName","componentId","props","_objectSpread2","_objectSpread","_defineProperty","display","getBaseListBoxWrapperStyles","theme","isInBottomSheet"],"mappings":";;;;;;;;AAMA,IAAMA,oBAAoB,gBAAGC,MAAM,CAACC,OAAO,CAAC,CAAAC,UAAA,CAAA;EAAAC,WAAA,EAAA,+CAAA;EAAAC,WAAA,EAAA,cAAA;AAAA,CAE1C,CAAA,CAAA,UAACC,KAAK,EAAK;AAAA,EAAA,IAAAC,cAAA,CAAA;AACX,EAAA,OAAAC,aAAA,EAAAD,cAAA,OAAAE,eAAA,CAAAF,cAAA,EAE+D,yDAAA,EAAA;AAC3DG,IAAAA,OAAO,EAAE,MAAA;GACV,CAAA,EAAAD,eAAA,CAAAF,cAAA,EAAA,WAAA,EACU,MAAM,CAAAA,EAAAA,cAAA,GACdI,2BAA2B,CAAC;IAC7BC,KAAK,EAAEN,KAAK,CAACM,KAAK;IAClBC,eAAe,EAAEP,KAAK,CAACO,eAAAA;AACzB,GAAC,CAAC,CAAA,CAAA;AAEN,CAAC;;;;"}
1
+ {"version":3,"file":"StyledListBoxWrapper.web.js","sources":["../../../../../../../src/components/ActionList/styles/StyledListBoxWrapper.web.tsx"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\nimport styled from 'styled-components';\nimport type { SectionListProps } from 'react-native';\nimport { getBaseListBoxWrapperStyles } from './getBaseListBoxWrapperStyles';\nimport BaseBox from '~components/Box/BaseBox';\n\nconst StyledListBoxWrapper = styled(BaseBox)<\n Partial<SectionListProps<any, any>> & { isInBottomSheet: boolean }\n>((props) => {\n return {\n // Hides the last Divider (we don't want divider on last section)\n [`& [role=group]:last-child > [role=separator]:last-child`]: {\n display: 'none',\n },\n overflowY: 'auto',\n ...getBaseListBoxWrapperStyles({\n theme: props.theme,\n isInBottomSheet: props.isInBottomSheet,\n }),\n };\n});\n\nexport { StyledListBoxWrapper };\n"],"names":["StyledListBoxWrapper","styled","BaseBox","withConfig","displayName","componentId","props","_objectSpread","_defineProperty","display","getBaseListBoxWrapperStyles","theme","isInBottomSheet"],"mappings":";;;;;;;;AAMA,IAAMA,oBAAoB,gBAAGC,MAAM,CAACC,OAAO,CAAC,CAAAC,UAAA,CAAA;EAAAC,WAAA,EAAA,+CAAA;EAAAC,WAAA,EAAA,cAAA;AAAA,CAE1C,CAAA,CAAA,UAACC,KAAK,EAAK;AACX,EAAA,OAAAC,aAAA,CAAAC,eAAA,CAAAA,eAAA,CAE+D,EAAA,EAAA,yDAAA,EAAA;AAC3DC,IAAAA,OAAO,EAAE,MAAA;AACX,GAAC,CACU,EAAA,WAAA,EAAA,MAAM,CACdC,EAAAA,2BAA2B,CAAC;IAC7BC,KAAK,EAAEL,KAAK,CAACK,KAAK;IAClBC,eAAe,EAAEN,KAAK,CAACM,eAAAA;AACzB,GAAC,CAAC,CAAA,CAAA;AAEN,CAAC;;;;"}
@@ -35,8 +35,8 @@ import { MetaConstants } from '../../utils/metaAttribute/metaConstants.js';
35
35
  import { getStyledProps } from '../Box/styledProps/getStyledProps.js';
36
36
 
37
37
  var _excluded = ["description", "title", "isDismissible", "onDismiss", "emphasis", "isFullWidth", "color", "actions", "testID"];
38
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
39
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
38
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
39
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
40
40
  var isReactNative = getPlatformType() === 'react-native';
41
41
 
42
42
  // Need extra wrappers on React Native only for alignment
@@ -26,8 +26,8 @@ import { getStyledProps } from '../Box/styledProps/getStyledProps.js';
26
26
  import { assignWithoutSideEffects } from '../../utils/assignWithoutSideEffects/assignWithoutSideEffects.js';
27
27
 
28
28
  var _excluded = ["value", "suffix", "type", "size", "weight", "isAffixSubtle", "isStrikethrough", "color", "currencyIndicator", "currency", "testID"];
29
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
30
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
29
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
30
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
31
31
  var getTextColorProps = function getTextColorProps(_ref) {
32
32
  var color = _ref.color;
33
33
  var props = {
@@ -120,7 +120,9 @@ var formatAmountWithSuffix = function formatAmountWithSuffix(_ref3) {
120
120
  {
121
121
  var formatted = formatNumber(value, {
122
122
  intlOptions: {
123
- notation: 'compact'
123
+ notation: 'compact',
124
+ maximumFractionDigits: 2,
125
+ trailingZeroDisplay: 'stripIfInteger'
124
126
  }
125
127
  });
126
128
  return {