@razorpay/blade 11.11.0 → 11.11.1

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 (926) 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/Button/BaseButton/AnimatedButtonContent.native.js.map +1 -1
  6. package/build/lib/native/components/Button/BaseButton/StyledBaseButton.native.js.map +1 -1
  7. package/build/lib/native/components/Divider/Divider.js +1 -1
  8. package/build/lib/native/components/Divider/Divider.js.map +1 -1
  9. package/build/lib/native/components/Input/OTPInput/OTPInput.js +1 -1
  10. package/build/lib/native/components/Input/OTPInput/OTPInput.js.map +1 -1
  11. package/build/lib/native/components/PopupArrow/PopupArrow.native.js +1 -1
  12. package/build/lib/native/components/PopupArrow/PopupArrow.native.js.map +1 -1
  13. package/build/lib/native/components/Tabs/Tabs.native.js.map +1 -1
  14. package/build/lib/native/utils/mergeProps.js +1 -1
  15. package/build/lib/native/utils/mergeProps.js.map +1 -1
  16. package/build/lib/web/development/components/Accordion/Accordion.js +2 -2
  17. package/build/lib/web/development/components/Accordion/AccordionButton.web.js +2 -2
  18. package/build/lib/web/development/components/Accordion/AccordionItem.js +2 -2
  19. package/build/lib/web/development/components/Accordion/AccordionItemBody.js +2 -2
  20. package/build/lib/web/development/components/Accordion/AccordionItemHeader.js +2 -2
  21. package/build/lib/web/development/components/Accordion/StyledAccordionButton.web.js +2 -2
  22. package/build/lib/web/development/components/ActionList/ActionList.js +2 -2
  23. package/build/lib/web/development/components/ActionList/ActionListBox.web.js +2 -2
  24. package/build/lib/web/development/components/ActionList/ActionListItem.js +2 -2
  25. package/build/lib/web/development/components/ActionList/actionListUtils.js +2 -2
  26. package/build/lib/web/development/components/ActionList/styles/StyledActionListItem.web.js +2 -2
  27. package/build/lib/web/development/components/ActionList/styles/StyledListBoxWrapper.web.js +4 -5
  28. package/build/lib/web/development/components/ActionList/styles/StyledListBoxWrapper.web.js.map +1 -1
  29. package/build/lib/web/development/components/Alert/Alert.js +2 -2
  30. package/build/lib/web/development/components/Amount/Amount.js +5 -3
  31. package/build/lib/web/development/components/Amount/Amount.js.map +1 -1
  32. package/build/lib/web/development/components/Badge/Badge.js +2 -2
  33. package/build/lib/web/development/components/Badge/StyledBadge.web.js +2 -2
  34. package/build/lib/web/development/components/BaseHeaderFooter/BaseFooter.js +2 -2
  35. package/build/lib/web/development/components/BaseHeaderFooter/BaseHeader.js +2 -2
  36. package/build/lib/web/development/components/BladeProvider/useBladeProvider.js +2 -2
  37. package/build/lib/web/development/components/BottomSheet/BottomSheet.web.js +2 -2
  38. package/build/lib/web/development/components/BottomSheet/BottomSheetBackdrop.web.js +2 -2
  39. package/build/lib/web/development/components/BottomSheet/BottomSheetBody.web.js +2 -2
  40. package/build/lib/web/development/components/BottomSheet/BottomSheetCommon.js +2 -2
  41. package/build/lib/web/development/components/BottomSheet/BottomSheetFooter.web.js +2 -2
  42. package/build/lib/web/development/components/BottomSheet/BottomSheetHeader.web.js +2 -2
  43. package/build/lib/web/development/components/BottomSheet/getBottomSheetGrabHandleStyles.js +2 -2
  44. package/build/lib/web/development/components/Box/BaseBox/BaseBox.web.js +2 -2
  45. package/build/lib/web/development/components/Box/BaseBox/baseBoxStyles.js +2 -2
  46. package/build/lib/web/development/components/Box/BaseBox/useMemoizedStyles.web.js +2 -2
  47. package/build/lib/web/development/components/Box/Box.js +2 -2
  48. package/build/lib/web/development/components/Box/styledProps/getStyledProps.js +3 -1
  49. package/build/lib/web/development/components/Box/styledProps/getStyledProps.js.map +1 -1
  50. package/build/lib/web/development/components/Box/styledProps/useStyledProps.js +4 -3
  51. package/build/lib/web/development/components/Box/styledProps/useStyledProps.js.map +1 -1
  52. package/build/lib/web/development/components/Breadcrumb/Breadcrumb.web.js +2 -2
  53. package/build/lib/web/development/components/Button/BaseButton/BaseButton.js +2 -3
  54. package/build/lib/web/development/components/Button/BaseButton/BaseButton.js.map +1 -1
  55. package/build/lib/web/development/components/Button/BaseButton/StyledBaseButton.web.js +2 -2
  56. package/build/lib/web/development/components/Button/Button/Button.js +2 -2
  57. package/build/lib/web/development/components/Button/IconButton/StyledIconButton.web.js +2 -2
  58. package/build/lib/web/development/components/ButtonGroup/ButtonGroup.web.js +2 -3
  59. package/build/lib/web/development/components/ButtonGroup/ButtonGroup.web.js.map +1 -1
  60. package/build/lib/web/development/components/Card/Card.js +2 -2
  61. package/build/lib/web/development/components/Card/CardFooter.js +2 -2
  62. package/build/lib/web/development/components/Card/CardHeader.js +2 -2
  63. package/build/lib/web/development/components/Card/CardRoot.web.js +5 -6
  64. package/build/lib/web/development/components/Card/CardRoot.web.js.map +1 -1
  65. package/build/lib/web/development/components/Carousel/Carousel.web.js +2 -2
  66. package/build/lib/web/development/components/Carousel/CarouselItem.web.js +2 -2
  67. package/build/lib/web/development/components/Carousel/Indicators/IndicatorButton.js +2 -2
  68. package/build/lib/web/development/components/Carousel/Indicators/Indicators.js +2 -2
  69. package/build/lib/web/development/components/Carousel/Indicators/getIndicatorButtonStyles.js +2 -2
  70. package/build/lib/web/development/components/Carousel/NavigationButton/NavigationButton.js +2 -2
  71. package/build/lib/web/development/components/Carousel/NavigationButton/getNavigationButtonStyles.js +2 -2
  72. package/build/lib/web/development/components/Checkbox/Checkbox.js +2 -2
  73. package/build/lib/web/development/components/Checkbox/CheckboxGroup/CheckboxGroup.js +2 -2
  74. package/build/lib/web/development/components/Checkbox/CheckboxIcon/CheckboxIcon.js +2 -2
  75. package/build/lib/web/development/components/Checkbox/CheckboxIcon/Fade.web.js +2 -2
  76. package/build/lib/web/development/components/Checkbox/useCheckbox.js +2 -2
  77. package/build/lib/web/development/components/Chip/AnimatedChip.web.js +2 -2
  78. package/build/lib/web/development/components/Chip/Chip.js +2 -2
  79. package/build/lib/web/development/components/Chip/ChipGroup.js +2 -2
  80. package/build/lib/web/development/components/Chip/StyledChipWrapper.web.js +2 -2
  81. package/build/lib/web/development/components/Collapsible/Collapsible.js +2 -2
  82. package/build/lib/web/development/components/Collapsible/CollapsibleBody.js +2 -2
  83. package/build/lib/web/development/components/Collapsible/CollapsibleBodyContent.web.js +2 -2
  84. package/build/lib/web/development/components/Collapsible/CollapsibleChevronIcon.web.js +2 -2
  85. package/build/lib/web/development/components/Counter/Counter.js +2 -2
  86. package/build/lib/web/development/components/Counter/StyledCounter.web.js +2 -2
  87. package/build/lib/web/development/components/Divider/Divider.js +4 -5
  88. package/build/lib/web/development/components/Divider/Divider.js.map +1 -1
  89. package/build/lib/web/development/components/Drawer/Drawer.web.js +2 -2
  90. package/build/lib/web/development/components/Dropdown/Dropdown.js +2 -2
  91. package/build/lib/web/development/components/Dropdown/DropdownButton.js +2 -2
  92. package/build/lib/web/development/components/Dropdown/DropdownHeaderFooter.js +2 -2
  93. package/build/lib/web/development/components/Dropdown/DropdownLink.js +2 -2
  94. package/build/lib/web/development/components/Dropdown/DropdownOverlay.web.js +2 -2
  95. package/build/lib/web/development/components/Dropdown/useDropdown.js +2 -2
  96. package/build/lib/web/development/components/FileUpload/FileUpload.web.js +2 -2
  97. package/build/lib/web/development/components/FileUpload/FileUploadItemIcon.js +2 -2
  98. package/build/lib/web/development/components/FileUpload/StyledFileUploadItemWrapper.js +2 -2
  99. package/build/lib/web/development/components/FileUpload/StyledFileUploadWrapper.js +2 -2
  100. package/build/lib/web/development/components/Form/FormLabel.js +2 -2
  101. package/build/lib/web/development/components/Form/Selector/SelectorGroupField.js +2 -2
  102. package/build/lib/web/development/components/Form/Selector/SelectorInput.web.js +2 -2
  103. package/build/lib/web/development/components/Form/Selector/SelectorLabel.web.js +2 -2
  104. package/build/lib/web/development/components/Icons/ActivityIcon/ActivityIcon.js +2 -2
  105. package/build/lib/web/development/components/Icons/AirplayIcon/AirplayIcon.js +2 -2
  106. package/build/lib/web/development/components/Icons/AlertCircleIcon/AlertCircleIcon.js +2 -2
  107. package/build/lib/web/development/components/Icons/AlertOctagonIcon/AlertOctagonIcon.js +2 -2
  108. package/build/lib/web/development/components/Icons/AlertOnlyIcon/AlertOnlyIcon.js +2 -2
  109. package/build/lib/web/development/components/Icons/AlertTriangleIcon/AlertTriangleIcon.js +2 -2
  110. package/build/lib/web/development/components/Icons/AlignCenterIcon/AlignCenterIcon.js +2 -2
  111. package/build/lib/web/development/components/Icons/AlignJustifyIcon/AlignJustifyIcon.js +2 -2
  112. package/build/lib/web/development/components/Icons/AlignLeftIcon/AlignLeftIcon.js +2 -2
  113. package/build/lib/web/development/components/Icons/AlignRightIcon/AlignRightIcon.js +2 -2
  114. package/build/lib/web/development/components/Icons/AnchorIcon/AnchorIcon.js +2 -2
  115. package/build/lib/web/development/components/Icons/AnnouncementIcon/AnnouncementIcon.js +2 -2
  116. package/build/lib/web/development/components/Icons/ApertureIcon/ApertureIcon.js +2 -2
  117. package/build/lib/web/development/components/Icons/AppStoreIcon/AppStoreIcon.js +2 -2
  118. package/build/lib/web/development/components/Icons/ArrowDownIcon/ArrowDownIcon.js +2 -2
  119. package/build/lib/web/development/components/Icons/ArrowDownLeftIcon/ArrowDownLeftIcon.js +2 -2
  120. package/build/lib/web/development/components/Icons/ArrowDownRightIcon/ArrowDownRightIcon.js +2 -2
  121. package/build/lib/web/development/components/Icons/ArrowLeftIcon/ArrowLeftIcon.js +2 -2
  122. package/build/lib/web/development/components/Icons/ArrowRightIcon/ArrowRightIcon.js +2 -2
  123. package/build/lib/web/development/components/Icons/ArrowUpIcon/ArrowUpIcon.js +2 -2
  124. package/build/lib/web/development/components/Icons/ArrowUpLeftIcon/ArrowUpLeftIcon.js +2 -2
  125. package/build/lib/web/development/components/Icons/ArrowUpRightIcon/ArrowUpRightIcon.js +2 -2
  126. package/build/lib/web/development/components/Icons/AtSignIcon/AtSignIcon.js +2 -2
  127. package/build/lib/web/development/components/Icons/AttachmentIcon/AttachmentIcon.js +2 -2
  128. package/build/lib/web/development/components/Icons/AwardIcon/AwardIcon.js +2 -2
  129. package/build/lib/web/development/components/Icons/BankIcon/BankIcon.js +2 -2
  130. package/build/lib/web/development/components/Icons/BarChartAltIcon/BarChartAltIcon.js +2 -2
  131. package/build/lib/web/development/components/Icons/BarChartIcon/BarChartIcon.js +2 -2
  132. package/build/lib/web/development/components/Icons/BatteryChargingIcon/BatteryChargingIcon.js +2 -2
  133. package/build/lib/web/development/components/Icons/BatteryIcon/BatteryIcon.js +2 -2
  134. package/build/lib/web/development/components/Icons/BellIcon/BellIcon.js +2 -2
  135. package/build/lib/web/development/components/Icons/BellOffIcon/BellOffIcon.js +2 -2
  136. package/build/lib/web/development/components/Icons/BillIcon/BillIcon.js +2 -2
  137. package/build/lib/web/development/components/Icons/BluetoothIcon/BluetoothIcon.js +2 -2
  138. package/build/lib/web/development/components/Icons/BoldIcon/BoldIcon.js +2 -2
  139. package/build/lib/web/development/components/Icons/BookIcon/BookIcon.js +2 -2
  140. package/build/lib/web/development/components/Icons/BookmarkIcon/BookmarkIcon.js +2 -2
  141. package/build/lib/web/development/components/Icons/BoxIcon/BoxIcon.js +2 -2
  142. package/build/lib/web/development/components/Icons/BriefcaseIcon/BriefcaseIcon.js +2 -2
  143. package/build/lib/web/development/components/Icons/BulkPayoutsIcon/BulkPayoutsIcon.js +2 -2
  144. package/build/lib/web/development/components/Icons/CalendarIcon/CalendarIcon.js +2 -2
  145. package/build/lib/web/development/components/Icons/CameraIcon/CameraIcon.js +2 -2
  146. package/build/lib/web/development/components/Icons/CameraOffIcon/CameraOffIcon.js +2 -2
  147. package/build/lib/web/development/components/Icons/CastIcon/CastIcon.js +2 -2
  148. package/build/lib/web/development/components/Icons/CheckCircleIcon/CheckCircleIcon.js +2 -2
  149. package/build/lib/web/development/components/Icons/CheckIcon/CheckIcon.js +2 -2
  150. package/build/lib/web/development/components/Icons/CheckSquareIcon/CheckSquareIcon.js +2 -2
  151. package/build/lib/web/development/components/Icons/ChevronDownIcon/ChevronDownIcon.js +2 -2
  152. package/build/lib/web/development/components/Icons/ChevronLeftIcon/ChevronLeftIcon.js +2 -2
  153. package/build/lib/web/development/components/Icons/ChevronRightIcon/ChevronRightIcon.js +2 -2
  154. package/build/lib/web/development/components/Icons/ChevronUpIcon/ChevronUpIcon.js +2 -2
  155. package/build/lib/web/development/components/Icons/ChevronsDownIcon/ChevronsDownIcon.js +2 -2
  156. package/build/lib/web/development/components/Icons/ChevronsLeftIcon/ChevronsLeftIcon.js +2 -2
  157. package/build/lib/web/development/components/Icons/ChevronsRightIcon/ChevronsRightIcon.js +2 -2
  158. package/build/lib/web/development/components/Icons/ChevronsUpIcon/ChevronsUpIcon.js +2 -2
  159. package/build/lib/web/development/components/Icons/ChromeIcon/ChromeIcon.js +2 -2
  160. package/build/lib/web/development/components/Icons/CircleIcon/CircleIcon.js +2 -2
  161. package/build/lib/web/development/components/Icons/ClipboardIcon/ClipboardIcon.js +2 -2
  162. package/build/lib/web/development/components/Icons/ClockIcon/ClockIcon.js +2 -2
  163. package/build/lib/web/development/components/Icons/CloseIcon/CloseIcon.js +2 -2
  164. package/build/lib/web/development/components/Icons/CloudDrizzleIcon/CloudDrizzleIcon.js +2 -2
  165. package/build/lib/web/development/components/Icons/CloudIcon/CloudIcon.js +2 -2
  166. package/build/lib/web/development/components/Icons/CloudLightningIcon/CloudLightningIcon.js +2 -2
  167. package/build/lib/web/development/components/Icons/CloudOffIcon/CloudOffIcon.js +2 -2
  168. package/build/lib/web/development/components/Icons/CloudRainIcon/CloudRainIcon.js +2 -2
  169. package/build/lib/web/development/components/Icons/CloudSnowIcon/CloudSnowIcon.js +2 -2
  170. package/build/lib/web/development/components/Icons/CodepenIcon/CodepenIcon.js +2 -2
  171. package/build/lib/web/development/components/Icons/CoinsIcon/CoinsIcon.js +2 -2
  172. package/build/lib/web/development/components/Icons/CommandIcon/CommandIcon.js +2 -2
  173. package/build/lib/web/development/components/Icons/CompassIcon/CompassIcon.js +2 -2
  174. package/build/lib/web/development/components/Icons/CopyIcon/CopyIcon.js +2 -2
  175. package/build/lib/web/development/components/Icons/CornerDownLeftIcon/CornerDownLeftIcon.js +2 -2
  176. package/build/lib/web/development/components/Icons/CornerDownRightIcon/CornerDownRightIcon.js +2 -2
  177. package/build/lib/web/development/components/Icons/CornerLeftDownIcon/CornerLeftDownIcon.js +2 -2
  178. package/build/lib/web/development/components/Icons/CornerLeftUpIcon/CornerLeftUpIcon.js +2 -2
  179. package/build/lib/web/development/components/Icons/CornerRightDownIcon/CornerRightDownIcon.js +2 -2
  180. package/build/lib/web/development/components/Icons/CornerRightUpIcon/CornerRightUpIcon.js +2 -2
  181. package/build/lib/web/development/components/Icons/CornerUpLeftIcon/CornerUpLeftIcon.js +2 -2
  182. package/build/lib/web/development/components/Icons/CornerUpRightIcon/CornerUpRightIcon.js +2 -2
  183. package/build/lib/web/development/components/Icons/CpuIcon/CpuIcon.js +2 -2
  184. package/build/lib/web/development/components/Icons/CreditCardIcon/CreditCardIcon.js +2 -2
  185. package/build/lib/web/development/components/Icons/CropIcon/CropIcon.js +2 -2
  186. package/build/lib/web/development/components/Icons/CrosshairIcon/CrosshairIcon.js +2 -2
  187. package/build/lib/web/development/components/Icons/CustomersIcon/CustomersIcon.js +2 -2
  188. package/build/lib/web/development/components/Icons/CutIcon/CutIcon.js +2 -2
  189. package/build/lib/web/development/components/Icons/DashboardIcon/DashboardIcon.js +2 -2
  190. package/build/lib/web/development/components/Icons/DeleteIcon/DeleteIcon.js +2 -2
  191. package/build/lib/web/development/components/Icons/DiscIcon/DiscIcon.js +2 -2
  192. package/build/lib/web/development/components/Icons/DollarIcon/DollarIcon.js +2 -2
  193. package/build/lib/web/development/components/Icons/DollarsIcon/DollarsIcon.js +2 -2
  194. package/build/lib/web/development/components/Icons/DownloadCloudIcon/DownloadCloudIcon.js +2 -2
  195. package/build/lib/web/development/components/Icons/DownloadIcon/DownloadIcon.js +2 -2
  196. package/build/lib/web/development/components/Icons/DropletIcon/DropletIcon.js +2 -2
  197. package/build/lib/web/development/components/Icons/EditComposeIcon/EditComposeIcon.js +2 -2
  198. package/build/lib/web/development/components/Icons/EditIcon/EditIcon.js +2 -2
  199. package/build/lib/web/development/components/Icons/EditInlineIcon/EditInlineIcon.js +2 -2
  200. package/build/lib/web/development/components/Icons/ExportIcon/ExportIcon.js +2 -2
  201. package/build/lib/web/development/components/Icons/ExternalLinkIcon/ExternalLinkIcon.js +2 -2
  202. package/build/lib/web/development/components/Icons/EyeIcon/EyeIcon.js +2 -2
  203. package/build/lib/web/development/components/Icons/EyeOffIcon/EyeOffIcon.js +2 -2
  204. package/build/lib/web/development/components/Icons/FacebookIcon/FacebookIcon.js +2 -2
  205. package/build/lib/web/development/components/Icons/FastForwardIcon/FastForwardIcon.js +2 -2
  206. package/build/lib/web/development/components/Icons/FeatherIcon/FeatherIcon.js +2 -2
  207. package/build/lib/web/development/components/Icons/FileIcon/FileIcon.js +2 -2
  208. package/build/lib/web/development/components/Icons/FileMinusIcon/FileMinusIcon.js +2 -2
  209. package/build/lib/web/development/components/Icons/FilePlusIcon/FilePlusIcon.js +2 -2
  210. package/build/lib/web/development/components/Icons/FileTextIcon/FileTextIcon.js +2 -2
  211. package/build/lib/web/development/components/Icons/FileZipIcon/FileZipIcon.js +2 -2
  212. package/build/lib/web/development/components/Icons/FilmIcon/FilmIcon.js +2 -2
  213. package/build/lib/web/development/components/Icons/FilterIcon/FilterIcon.js +2 -2
  214. package/build/lib/web/development/components/Icons/FlagIcon/FlagIcon.js +2 -2
  215. package/build/lib/web/development/components/Icons/FolderIcon/FolderIcon.js +2 -2
  216. package/build/lib/web/development/components/Icons/FullScreenEnterIcon/FullScreenEnterIcon.js +2 -2
  217. package/build/lib/web/development/components/Icons/FullScreenExitIcon/FullScreenExitIcon.js +2 -2
  218. package/build/lib/web/development/components/Icons/GithubIcon/GithubIcon.js +2 -2
  219. package/build/lib/web/development/components/Icons/GitlabIcon/GitlabIcon.js +2 -2
  220. package/build/lib/web/development/components/Icons/GlobeIcon/GlobeIcon.js +2 -2
  221. package/build/lib/web/development/components/Icons/GridIcon/GridIcon.js +2 -2
  222. package/build/lib/web/development/components/Icons/HashIcon/HashIcon.js +2 -2
  223. package/build/lib/web/development/components/Icons/HeadphonesIcon/HeadphonesIcon.js +2 -2
  224. package/build/lib/web/development/components/Icons/HeartIcon/HeartIcon.js +2 -2
  225. package/build/lib/web/development/components/Icons/HelpCircleIcon/HelpCircleIcon.js +2 -2
  226. package/build/lib/web/development/components/Icons/HistoryIcon/HistoryIcon.js +2 -2
  227. package/build/lib/web/development/components/Icons/HomeIcon/HomeIcon.js +2 -2
  228. package/build/lib/web/development/components/Icons/ImageIcon/ImageIcon.js +2 -2
  229. package/build/lib/web/development/components/Icons/InboxIcon/InboxIcon.js +2 -2
  230. package/build/lib/web/development/components/Icons/InfoIcon/InfoIcon.js +2 -2
  231. package/build/lib/web/development/components/Icons/InstagramIcon/InstagramIcon.js +2 -2
  232. package/build/lib/web/development/components/Icons/InvoicesIcon/InvoicesIcon.js +2 -2
  233. package/build/lib/web/development/components/Icons/ItalicIcon/ItalicIcon.js +2 -2
  234. package/build/lib/web/development/components/Icons/LayersIcon/LayersIcon.js +2 -2
  235. package/build/lib/web/development/components/Icons/LayoutIcon/LayoutIcon.js +2 -2
  236. package/build/lib/web/development/components/Icons/LifeBuoyIcon/LifeBuoyIcon.js +2 -2
  237. package/build/lib/web/development/components/Icons/LinkIcon/LinkIcon.js +2 -2
  238. package/build/lib/web/development/components/Icons/ListIcon/ListIcon.js +2 -2
  239. package/build/lib/web/development/components/Icons/LoaderIcon/LoaderIcon.js +2 -2
  240. package/build/lib/web/development/components/Icons/LockIcon/LockIcon.js +2 -2
  241. package/build/lib/web/development/components/Icons/LogInIcon/LogInIcon.js +2 -2
  242. package/build/lib/web/development/components/Icons/LogOutIcon/LogOutIcon.js +2 -2
  243. package/build/lib/web/development/components/Icons/MailIcon/MailIcon.js +2 -2
  244. package/build/lib/web/development/components/Icons/MailOpenIcon/MailOpenIcon.js +2 -2
  245. package/build/lib/web/development/components/Icons/MapIcon/MapIcon.js +2 -2
  246. package/build/lib/web/development/components/Icons/MapPinIcon/MapPinIcon.js +2 -2
  247. package/build/lib/web/development/components/Icons/MaximizeIcon/MaximizeIcon.js +2 -2
  248. package/build/lib/web/development/components/Icons/MenuDotsIcon/MenuDotsIcon.js +2 -2
  249. package/build/lib/web/development/components/Icons/MenuIcon/MenuIcon.js +2 -2
  250. package/build/lib/web/development/components/Icons/MessageCircleIcon/MessageCircleIcon.js +2 -2
  251. package/build/lib/web/development/components/Icons/MessageSquareIcon/MessageSquareIcon.js +2 -2
  252. package/build/lib/web/development/components/Icons/MicIcon/MicIcon.js +2 -2
  253. package/build/lib/web/development/components/Icons/MicOffIcon/MicOffIcon.js +2 -2
  254. package/build/lib/web/development/components/Icons/MinimizeIcon/MinimizeIcon.js +2 -2
  255. package/build/lib/web/development/components/Icons/MinusCircleIcon/MinusCircleIcon.js +2 -2
  256. package/build/lib/web/development/components/Icons/MinusIcon/MinusIcon.js +2 -2
  257. package/build/lib/web/development/components/Icons/MinusSquareIcon/MinusSquareIcon.js +2 -2
  258. package/build/lib/web/development/components/Icons/MonitorIcon/MonitorIcon.js +2 -2
  259. package/build/lib/web/development/components/Icons/MoonIcon/MoonIcon.js +2 -2
  260. package/build/lib/web/development/components/Icons/MoreHorizontalIcon/MoreHorizontalIcon.js +2 -2
  261. package/build/lib/web/development/components/Icons/MoreVerticalIcon/MoreVerticalIcon.js +2 -2
  262. package/build/lib/web/development/components/Icons/MoveIcon/MoveIcon.js +2 -2
  263. package/build/lib/web/development/components/Icons/MusicIcon/MusicIcon.js +2 -2
  264. package/build/lib/web/development/components/Icons/MyAccountIcon/MyAccountIcon.js +2 -2
  265. package/build/lib/web/development/components/Icons/NavigationIcon/NavigationIcon.js +2 -2
  266. package/build/lib/web/development/components/Icons/OctagonIcon/OctagonIcon.js +2 -2
  267. package/build/lib/web/development/components/Icons/OffersIcon/OffersIcon.js +2 -2
  268. package/build/lib/web/development/components/Icons/PackageIcon/PackageIcon.js +2 -2
  269. package/build/lib/web/development/components/Icons/PaperclipIcon/PaperclipIcon.js +2 -2
  270. package/build/lib/web/development/components/Icons/PauseCircleIcon/PauseCircleIcon.js +2 -2
  271. package/build/lib/web/development/components/Icons/PauseIcon/PauseIcon.js +2 -2
  272. package/build/lib/web/development/components/Icons/PaymentButtonsIcon/PaymentButtonsIcon.js +2 -2
  273. package/build/lib/web/development/components/Icons/PaymentLinksIcon/PaymentLinksIcon.js +2 -2
  274. package/build/lib/web/development/components/Icons/PaymentPagesIcon/PaymentPagesIcon.js +2 -2
  275. package/build/lib/web/development/components/Icons/PercentIcon/PercentIcon.js +2 -2
  276. package/build/lib/web/development/components/Icons/PhoneCallIcon/PhoneCallIcon.js +2 -2
  277. package/build/lib/web/development/components/Icons/PhoneForwardedIcon/PhoneForwardedIcon.js +2 -2
  278. package/build/lib/web/development/components/Icons/PhoneIcon/PhoneIcon.js +2 -2
  279. package/build/lib/web/development/components/Icons/PhoneIncomingIcon/PhoneIncomingIcon.js +2 -2
  280. package/build/lib/web/development/components/Icons/PhoneMissedIcon/PhoneMissedIcon.js +2 -2
  281. package/build/lib/web/development/components/Icons/PhoneOffIcon/PhoneOffIcon.js +2 -2
  282. package/build/lib/web/development/components/Icons/PhoneOutgoingIcon/PhoneOutgoingIcon.js +2 -2
  283. package/build/lib/web/development/components/Icons/PieChartIcon/PieChartIcon.js +2 -2
  284. package/build/lib/web/development/components/Icons/PlayCircleIcon/PlayCircleIcon.js +2 -2
  285. package/build/lib/web/development/components/Icons/PlayIcon/PlayIcon.js +2 -2
  286. package/build/lib/web/development/components/Icons/PlusCircleIcon/PlusCircleIcon.js +2 -2
  287. package/build/lib/web/development/components/Icons/PlusIcon/PlusIcon.js +2 -2
  288. package/build/lib/web/development/components/Icons/PlusSquareIcon/PlusSquareIcon.js +2 -2
  289. package/build/lib/web/development/components/Icons/PocketIcon/PocketIcon.js +2 -2
  290. package/build/lib/web/development/components/Icons/PowerIcon/PowerIcon.js +2 -2
  291. package/build/lib/web/development/components/Icons/PrinterIcon/PrinterIcon.js +2 -2
  292. package/build/lib/web/development/components/Icons/QRCodeIcon/QRCodeIcon.js +2 -2
  293. package/build/lib/web/development/components/Icons/RadioIcon/RadioIcon.js +2 -2
  294. package/build/lib/web/development/components/Icons/RazorpayIcon/RazorpayIcon.js +2 -2
  295. package/build/lib/web/development/components/Icons/RazorpayXIcon/RazorpayXIcon.js +2 -2
  296. package/build/lib/web/development/components/Icons/RefreshIcon/RefreshIcon.js +2 -2
  297. package/build/lib/web/development/components/Icons/RepeatIcon/RepeatIcon.js +2 -2
  298. package/build/lib/web/development/components/Icons/ReportsIcon/ReportsIcon.js +2 -2
  299. package/build/lib/web/development/components/Icons/RewindIcon/RewindIcon.js +2 -2
  300. package/build/lib/web/development/components/Icons/RotateClockWiseIcon/RotateClockWiseIcon.js +2 -2
  301. package/build/lib/web/development/components/Icons/RotateCounterClockWiseIcon/RotateCounterClockWiseIcon.js +2 -2
  302. package/build/lib/web/development/components/Icons/RoutesIcon/RoutesIcon.js +2 -2
  303. package/build/lib/web/development/components/Icons/RupeeIcon/RupeeIcon.js +2 -2
  304. package/build/lib/web/development/components/Icons/RupeesIcon/RupeesIcon.js +2 -2
  305. package/build/lib/web/development/components/Icons/SaveIcon/SaveIcon.js +2 -2
  306. package/build/lib/web/development/components/Icons/ScissorsIcon/ScissorsIcon.js +2 -2
  307. package/build/lib/web/development/components/Icons/SearchIcon/SearchIcon.js +2 -2
  308. package/build/lib/web/development/components/Icons/SendIcon/SendIcon.js +2 -2
  309. package/build/lib/web/development/components/Icons/ServerIcon/ServerIcon.js +2 -2
  310. package/build/lib/web/development/components/Icons/SettingsIcon/SettingsIcon.js +2 -2
  311. package/build/lib/web/development/components/Icons/SettlementsIcon/SettlementsIcon.js +2 -2
  312. package/build/lib/web/development/components/Icons/ShareIcon/ShareIcon.js +2 -2
  313. package/build/lib/web/development/components/Icons/ShieldIcon/ShieldIcon.js +2 -2
  314. package/build/lib/web/development/components/Icons/ShoppingCartIcon/ShoppingCartIcon.js +2 -2
  315. package/build/lib/web/development/components/Icons/ShuffleIcon/ShuffleIcon.js +2 -2
  316. package/build/lib/web/development/components/Icons/SidebarIcon/SidebarIcon.js +2 -2
  317. package/build/lib/web/development/components/Icons/SkipBackIcon/SkipBackIcon.js +2 -2
  318. package/build/lib/web/development/components/Icons/SkipForwardIcon/SkipForwardIcon.js +2 -2
  319. package/build/lib/web/development/components/Icons/SlackIcon/SlackIcon.js +2 -2
  320. package/build/lib/web/development/components/Icons/SlashIcon/SlashIcon.js +2 -2
  321. package/build/lib/web/development/components/Icons/SlidersIcon/SlidersIcon.js +2 -2
  322. package/build/lib/web/development/components/Icons/SmartCollectIcon/SmartCollectIcon.js +2 -2
  323. package/build/lib/web/development/components/Icons/SmartphoneIcon/SmartphoneIcon.js +2 -2
  324. package/build/lib/web/development/components/Icons/SpeakerIcon/SpeakerIcon.js +2 -2
  325. package/build/lib/web/development/components/Icons/SquareIcon/SquareIcon.js +2 -2
  326. package/build/lib/web/development/components/Icons/StampIcon/StampIcon.js +2 -2
  327. package/build/lib/web/development/components/Icons/StarIcon/StarIcon.js +2 -2
  328. package/build/lib/web/development/components/Icons/StopCircleIcon/StopCircleIcon.js +2 -2
  329. package/build/lib/web/development/components/Icons/SubscriptionsIcon/SubscriptionsIcon.js +2 -2
  330. package/build/lib/web/development/components/Icons/SunIcon/SunIcon.js +2 -2
  331. package/build/lib/web/development/components/Icons/SunriseIcon/SunriseIcon.js +2 -2
  332. package/build/lib/web/development/components/Icons/SunsetIcon/SunsetIcon.js +2 -2
  333. package/build/lib/web/development/components/Icons/TabletIcon/TabletIcon.js +2 -2
  334. package/build/lib/web/development/components/Icons/TagIcon/TagIcon.js +2 -2
  335. package/build/lib/web/development/components/Icons/TargetIcon/TargetIcon.js +2 -2
  336. package/build/lib/web/development/components/Icons/ThermometerIcon/ThermometerIcon.js +2 -2
  337. package/build/lib/web/development/components/Icons/ThumbsDownIcon/ThumbsDownIcon.js +2 -2
  338. package/build/lib/web/development/components/Icons/ThumbsUpIcon/ThumbsUpIcon.js +2 -2
  339. package/build/lib/web/development/components/Icons/ToggleLeftIcon/ToggleLeftIcon.js +2 -2
  340. package/build/lib/web/development/components/Icons/ToggleRightIcon/ToggleRightIcon.js +2 -2
  341. package/build/lib/web/development/components/Icons/TransactionsIcon/TransactionsIcon.js +2 -2
  342. package/build/lib/web/development/components/Icons/TrashIcon/TrashIcon.js +2 -2
  343. package/build/lib/web/development/components/Icons/TrendingDownIcon/TrendingDownIcon.js +2 -2
  344. package/build/lib/web/development/components/Icons/TrendingUpIcon/TrendingUpIcon.js +2 -2
  345. package/build/lib/web/development/components/Icons/TriangleIcon/TriangleIcon.js +2 -2
  346. package/build/lib/web/development/components/Icons/TvIcon/TvIcon.js +2 -2
  347. package/build/lib/web/development/components/Icons/TwitterIcon/TwitterIcon.js +2 -2
  348. package/build/lib/web/development/components/Icons/TypeIcon/TypeIcon.js +2 -2
  349. package/build/lib/web/development/components/Icons/UmbrellaIcon/UmbrellaIcon.js +2 -2
  350. package/build/lib/web/development/components/Icons/UnderlineIcon/UnderlineIcon.js +2 -2
  351. package/build/lib/web/development/components/Icons/UnlockIcon/UnlockIcon.js +2 -2
  352. package/build/lib/web/development/components/Icons/UploadCloudIcon/UploadCloudIcon.js +2 -2
  353. package/build/lib/web/development/components/Icons/UploadIcon/UploadIcon.js +2 -2
  354. package/build/lib/web/development/components/Icons/UserCheckIcon/UserCheckIcon.js +2 -2
  355. package/build/lib/web/development/components/Icons/UserIcon/UserIcon.js +2 -2
  356. package/build/lib/web/development/components/Icons/UserMinusIcon/UserMinusIcon.js +2 -2
  357. package/build/lib/web/development/components/Icons/UserPlusIcon/UserPlusIcon.js +2 -2
  358. package/build/lib/web/development/components/Icons/UserXIcon/UserXIcon.js +2 -2
  359. package/build/lib/web/development/components/Icons/UsersIcon/UsersIcon.js +2 -2
  360. package/build/lib/web/development/components/Icons/VideoIcon/VideoIcon.js +2 -2
  361. package/build/lib/web/development/components/Icons/VideoOffIcon/VideoOffIcon.js +2 -2
  362. package/build/lib/web/development/components/Icons/VoicemailIcon/VoicemailIcon.js +2 -2
  363. package/build/lib/web/development/components/Icons/VolumeHighIcon/VolumeHighIcon.js +2 -2
  364. package/build/lib/web/development/components/Icons/VolumeIcon/VolumeIcon.js +2 -2
  365. package/build/lib/web/development/components/Icons/VolumeLowIcon/VolumeLowIcon.js +2 -2
  366. package/build/lib/web/development/components/Icons/VolumeMuteIcon/VolumeMuteIcon.js +2 -2
  367. package/build/lib/web/development/components/Icons/WatchIcon/WatchIcon.js +2 -2
  368. package/build/lib/web/development/components/Icons/WifiIcon/WifiIcon.js +2 -2
  369. package/build/lib/web/development/components/Icons/WifiOffIcon/WifiOffIcon.js +2 -2
  370. package/build/lib/web/development/components/Icons/WindIcon/WindIcon.js +2 -2
  371. package/build/lib/web/development/components/Icons/XCircleIcon/XCircleIcon.js +2 -2
  372. package/build/lib/web/development/components/Icons/XSquareIcon/XSquareIcon.js +2 -2
  373. package/build/lib/web/development/components/Icons/ZapIcon/ZapIcon.js +2 -2
  374. package/build/lib/web/development/components/Icons/ZoomInIcon/ZoomInIcon.js +2 -2
  375. package/build/lib/web/development/components/Icons/ZoomOutIcon/ZoomOutIcon.js +2 -2
  376. package/build/lib/web/development/components/Icons/_Svg/Circle/Circle.web.js +2 -2
  377. package/build/lib/web/development/components/Icons/_Svg/ClipPath/ClipPath.web.js +2 -2
  378. package/build/lib/web/development/components/Icons/_Svg/Defs/Defs.web.js +2 -2
  379. package/build/lib/web/development/components/Icons/_Svg/G/G.web.js +2 -2
  380. package/build/lib/web/development/components/Icons/_Svg/Path/Path.web.js +2 -2
  381. package/build/lib/web/development/components/Icons/_Svg/Rect/Rect.web.js +2 -2
  382. package/build/lib/web/development/components/Icons/_Svg/Svg/Svg.web.js +2 -2
  383. package/build/lib/web/development/components/Indicator/Indicator.js +2 -2
  384. package/build/lib/web/development/components/Input/BaseInput/AnimatedBaseInputWrapper.web.js +2 -2
  385. package/build/lib/web/development/components/Input/BaseInput/BaseInput.js +2 -2
  386. package/build/lib/web/development/components/Input/BaseInput/BaseInputVisuals.js +2 -2
  387. package/build/lib/web/development/components/Input/BaseInput/BaseInputWrapper.js +2 -2
  388. package/build/lib/web/development/components/Input/BaseInput/StyledBaseInput.web.js +2 -2
  389. package/build/lib/web/development/components/Input/BaseInput/baseInputStyles.js +2 -2
  390. package/build/lib/web/development/components/Input/DropdownInputTriggers/AutoComplete.js +2 -2
  391. package/build/lib/web/development/components/Input/DropdownInputTriggers/SelectInput.js +2 -2
  392. package/build/lib/web/development/components/Input/OTPInput/OTPInput.js +2 -2
  393. package/build/lib/web/development/components/Input/PasswordInput/PasswordInput.js +2 -2
  394. package/build/lib/web/development/components/Input/PhoneNumberInput/PhoneNumberInput.web.js +2 -2
  395. package/build/lib/web/development/components/Input/TextArea/TextArea.js +2 -2
  396. package/build/lib/web/development/components/Input/TextInput/TextInput.js +2 -2
  397. package/build/lib/web/development/components/Link/BaseLink/BaseLink.js +2 -2
  398. package/build/lib/web/development/components/Link/BaseLink/StyledBaseLink.web.js +2 -2
  399. package/build/lib/web/development/components/Link/Link/Link.js +2 -2
  400. package/build/lib/web/development/components/List/List.js +2 -3
  401. package/build/lib/web/development/components/List/List.js.map +1 -1
  402. package/build/lib/web/development/components/List/ListItem.js +2 -2
  403. package/build/lib/web/development/components/List/ListItemLink.js +2 -2
  404. package/build/lib/web/development/components/List/ListItemText.js +2 -2
  405. package/build/lib/web/development/components/LiveAnnouncer/LiveAnnouncer.web.js +1 -2
  406. package/build/lib/web/development/components/LiveAnnouncer/LiveAnnouncer.web.js.map +1 -1
  407. package/build/lib/web/development/components/Modal/Modal.web.js +2 -2
  408. package/build/lib/web/development/components/Modal/ModalBackdrop.js +2 -2
  409. package/build/lib/web/development/components/Modal/ModalBody.web.js +2 -2
  410. package/build/lib/web/development/components/Popover/Popover.web.js +2 -2
  411. package/build/lib/web/development/components/Popover/PopoverInteractiveWrapper.web.js +2 -2
  412. package/build/lib/web/development/components/Popover/getPopoverContentWrapperStyles.js +2 -2
  413. package/build/lib/web/development/components/ProgressBar/ProgressBar.js +2 -2
  414. package/build/lib/web/development/components/Radio/Radio.js +2 -2
  415. package/build/lib/web/development/components/Radio/RadioGroup/RadioGroup.js +2 -2
  416. package/build/lib/web/development/components/Radio/RadioIcon/RadioIcon.js +2 -2
  417. package/build/lib/web/development/components/Radio/RadioIcon/RadioIconWrapperStyles.js +2 -2
  418. package/build/lib/web/development/components/Radio/useRadio.js +2 -2
  419. package/build/lib/web/development/components/Skeleton/Skeleton.js +2 -2
  420. package/build/lib/web/development/components/SkipNav/SkipNav.web.js +2 -2
  421. package/build/lib/web/development/components/Spinner/BaseSpinner/BaseSpinner.js +2 -2
  422. package/build/lib/web/development/components/Spinner/Spinner/Spinner.js +2 -2
  423. package/build/lib/web/development/components/SpotlightPopoverTour/TourFooter.web.js +2 -2
  424. package/build/lib/web/development/components/SpotlightPopoverTour/TourMask.web.js +2 -2
  425. package/build/lib/web/development/components/SpotlightPopoverTour/TourPopover.web.js +2 -2
  426. package/build/lib/web/development/components/SpotlightPopoverTour/TourStep.web.js +2 -2
  427. package/build/lib/web/development/components/SpotlightPopoverTour/utils.js +2 -2
  428. package/build/lib/web/development/components/Switch/Switch.js +2 -2
  429. package/build/lib/web/development/components/Switch/SwitchTrack.web.js +2 -2
  430. package/build/lib/web/development/components/Switch/Thumb.js +2 -2
  431. package/build/lib/web/development/components/Table/Table.web.js +2 -2
  432. package/build/lib/web/development/components/Table/TableBody.web.js +2 -2
  433. package/build/lib/web/development/components/Table/TableFooter.web.js +2 -2
  434. package/build/lib/web/development/components/Table/TableHeader.web.js +2 -2
  435. package/build/lib/web/development/components/Table/TablePagination.web.js +2 -2
  436. package/build/lib/web/development/components/Table/TableToolbar.web.js +2 -2
  437. package/build/lib/web/development/components/Tabs/TabIndicator.web.js +2 -2
  438. package/build/lib/web/development/components/Tabs/TabItem.web.js +9 -9
  439. package/build/lib/web/development/components/Tabs/TabItem.web.js.map +1 -1
  440. package/build/lib/web/development/components/Tabs/TabList.web.js +2 -2
  441. package/build/lib/web/development/components/Tabs/TabPanel.web.js +2 -2
  442. package/build/lib/web/development/components/Tabs/Tabs.web.js +2 -2
  443. package/build/lib/web/development/components/Tag/Tag.js +2 -2
  444. package/build/lib/web/development/components/Toast/Toast.web.js +2 -2
  445. package/build/lib/web/development/components/Toast/ToastContainer.web.js +2 -2
  446. package/build/lib/web/development/components/Toast/useToast.js +2 -2
  447. package/build/lib/web/development/components/Tooltip/Tooltip.web.js +2 -2
  448. package/build/lib/web/development/components/Tooltip/TooltipInteractiveWrapper.web.js +2 -2
  449. package/build/lib/web/development/components/Tooltip/getTooltipContentWrapperStyles.js +2 -2
  450. package/build/lib/web/development/components/Typography/BaseText/BaseText.web.js +2 -2
  451. package/build/lib/web/development/components/Typography/BaseText/getBaseTextStyles.js +2 -2
  452. package/build/lib/web/development/components/Typography/Code/Code.js +2 -2
  453. package/build/lib/web/development/components/Typography/Display/Display.js +2 -2
  454. package/build/lib/web/development/components/Typography/Heading/Heading.js +2 -2
  455. package/build/lib/web/development/components/Typography/Heading/getHeadingStyles.js +2 -2
  456. package/build/lib/web/development/components/Typography/Text/Text.js +2 -2
  457. package/build/lib/web/development/components/Typography/Text/getTextStyles.js +2 -2
  458. package/build/lib/web/development/components/VisuallyHidden/VisuallyHidden.web.js +2 -2
  459. package/build/lib/web/development/tokens/global/border.js +0 -1
  460. package/build/lib/web/development/tokens/global/border.js.map +1 -1
  461. package/build/lib/web/development/tokens/global/typography.js +2 -2
  462. package/build/lib/web/development/tokens/theme/createTheme.js +2 -3
  463. package/build/lib/web/development/tokens/theme/createTheme.js.map +1 -1
  464. package/build/lib/web/development/utils/bladeCoverage.js +1 -1
  465. package/build/lib/web/development/utils/bladeCoverage.js.map +1 -1
  466. package/build/lib/web/development/utils/makeAccessible/accessibilityMapWeb.js +2 -2
  467. package/build/lib/web/development/utils/mergeProps.js +19 -18
  468. package/build/lib/web/development/utils/mergeProps.js.map +1 -1
  469. package/build/lib/web/development/utils/metaAttribute/metaAttribute.web.js +2 -2
  470. package/build/lib/web/production/components/Accordion/Accordion.js +2 -2
  471. package/build/lib/web/production/components/Accordion/AccordionButton.web.js +2 -2
  472. package/build/lib/web/production/components/Accordion/AccordionItem.js +2 -2
  473. package/build/lib/web/production/components/Accordion/AccordionItemBody.js +2 -2
  474. package/build/lib/web/production/components/Accordion/AccordionItemHeader.js +2 -2
  475. package/build/lib/web/production/components/Accordion/StyledAccordionButton.web.js +2 -2
  476. package/build/lib/web/production/components/ActionList/ActionList.js +2 -2
  477. package/build/lib/web/production/components/ActionList/ActionListBox.web.js +2 -2
  478. package/build/lib/web/production/components/ActionList/ActionListItem.js +2 -2
  479. package/build/lib/web/production/components/ActionList/actionListUtils.js +2 -2
  480. package/build/lib/web/production/components/ActionList/styles/StyledActionListItem.web.js +2 -2
  481. package/build/lib/web/production/components/ActionList/styles/StyledListBoxWrapper.web.js +4 -5
  482. package/build/lib/web/production/components/ActionList/styles/StyledListBoxWrapper.web.js.map +1 -1
  483. package/build/lib/web/production/components/Alert/Alert.js +2 -2
  484. package/build/lib/web/production/components/Amount/Amount.js +5 -3
  485. package/build/lib/web/production/components/Amount/Amount.js.map +1 -1
  486. package/build/lib/web/production/components/Badge/Badge.js +2 -2
  487. package/build/lib/web/production/components/Badge/StyledBadge.web.js +2 -2
  488. package/build/lib/web/production/components/BaseHeaderFooter/BaseFooter.js +2 -2
  489. package/build/lib/web/production/components/BaseHeaderFooter/BaseHeader.js +2 -2
  490. package/build/lib/web/production/components/BladeProvider/useBladeProvider.js +2 -2
  491. package/build/lib/web/production/components/BottomSheet/BottomSheet.web.js +2 -2
  492. package/build/lib/web/production/components/BottomSheet/BottomSheetBackdrop.web.js +2 -2
  493. package/build/lib/web/production/components/BottomSheet/BottomSheetBody.web.js +2 -2
  494. package/build/lib/web/production/components/BottomSheet/BottomSheetCommon.js +2 -2
  495. package/build/lib/web/production/components/BottomSheet/BottomSheetFooter.web.js +2 -2
  496. package/build/lib/web/production/components/BottomSheet/BottomSheetHeader.web.js +2 -2
  497. package/build/lib/web/production/components/BottomSheet/getBottomSheetGrabHandleStyles.js +2 -2
  498. package/build/lib/web/production/components/Box/BaseBox/BaseBox.web.js +2 -2
  499. package/build/lib/web/production/components/Box/BaseBox/baseBoxStyles.js +2 -2
  500. package/build/lib/web/production/components/Box/BaseBox/useMemoizedStyles.web.js +2 -2
  501. package/build/lib/web/production/components/Box/Box.js +2 -2
  502. package/build/lib/web/production/components/Box/styledProps/getStyledProps.js +3 -1
  503. package/build/lib/web/production/components/Box/styledProps/getStyledProps.js.map +1 -1
  504. package/build/lib/web/production/components/Box/styledProps/useStyledProps.js +4 -3
  505. package/build/lib/web/production/components/Box/styledProps/useStyledProps.js.map +1 -1
  506. package/build/lib/web/production/components/Breadcrumb/Breadcrumb.web.js +2 -2
  507. package/build/lib/web/production/components/Button/BaseButton/BaseButton.js +2 -3
  508. package/build/lib/web/production/components/Button/BaseButton/BaseButton.js.map +1 -1
  509. package/build/lib/web/production/components/Button/BaseButton/StyledBaseButton.web.js +2 -2
  510. package/build/lib/web/production/components/Button/Button/Button.js +2 -2
  511. package/build/lib/web/production/components/Button/IconButton/StyledIconButton.web.js +2 -2
  512. package/build/lib/web/production/components/ButtonGroup/ButtonGroup.web.js +2 -3
  513. package/build/lib/web/production/components/ButtonGroup/ButtonGroup.web.js.map +1 -1
  514. package/build/lib/web/production/components/Card/Card.js +2 -2
  515. package/build/lib/web/production/components/Card/CardFooter.js +2 -2
  516. package/build/lib/web/production/components/Card/CardHeader.js +2 -2
  517. package/build/lib/web/production/components/Card/CardRoot.web.js +5 -6
  518. package/build/lib/web/production/components/Card/CardRoot.web.js.map +1 -1
  519. package/build/lib/web/production/components/Carousel/Carousel.web.js +2 -2
  520. package/build/lib/web/production/components/Carousel/CarouselItem.web.js +2 -2
  521. package/build/lib/web/production/components/Carousel/Indicators/IndicatorButton.js +2 -2
  522. package/build/lib/web/production/components/Carousel/Indicators/Indicators.js +2 -2
  523. package/build/lib/web/production/components/Carousel/Indicators/getIndicatorButtonStyles.js +2 -2
  524. package/build/lib/web/production/components/Carousel/NavigationButton/NavigationButton.js +2 -2
  525. package/build/lib/web/production/components/Carousel/NavigationButton/getNavigationButtonStyles.js +2 -2
  526. package/build/lib/web/production/components/Checkbox/Checkbox.js +2 -2
  527. package/build/lib/web/production/components/Checkbox/CheckboxGroup/CheckboxGroup.js +2 -2
  528. package/build/lib/web/production/components/Checkbox/CheckboxIcon/CheckboxIcon.js +2 -2
  529. package/build/lib/web/production/components/Checkbox/CheckboxIcon/Fade.web.js +2 -2
  530. package/build/lib/web/production/components/Checkbox/useCheckbox.js +2 -2
  531. package/build/lib/web/production/components/Chip/AnimatedChip.web.js +2 -2
  532. package/build/lib/web/production/components/Chip/Chip.js +2 -2
  533. package/build/lib/web/production/components/Chip/ChipGroup.js +2 -2
  534. package/build/lib/web/production/components/Chip/StyledChipWrapper.web.js +2 -2
  535. package/build/lib/web/production/components/Collapsible/Collapsible.js +2 -2
  536. package/build/lib/web/production/components/Collapsible/CollapsibleBody.js +2 -2
  537. package/build/lib/web/production/components/Collapsible/CollapsibleBodyContent.web.js +2 -2
  538. package/build/lib/web/production/components/Collapsible/CollapsibleChevronIcon.web.js +2 -2
  539. package/build/lib/web/production/components/Counter/Counter.js +2 -2
  540. package/build/lib/web/production/components/Counter/StyledCounter.web.js +2 -2
  541. package/build/lib/web/production/components/Divider/Divider.js +4 -5
  542. package/build/lib/web/production/components/Divider/Divider.js.map +1 -1
  543. package/build/lib/web/production/components/Drawer/Drawer.web.js +2 -2
  544. package/build/lib/web/production/components/Dropdown/Dropdown.js +2 -2
  545. package/build/lib/web/production/components/Dropdown/DropdownButton.js +2 -2
  546. package/build/lib/web/production/components/Dropdown/DropdownHeaderFooter.js +2 -2
  547. package/build/lib/web/production/components/Dropdown/DropdownLink.js +2 -2
  548. package/build/lib/web/production/components/Dropdown/DropdownOverlay.web.js +2 -2
  549. package/build/lib/web/production/components/Dropdown/useDropdown.js +2 -2
  550. package/build/lib/web/production/components/FileUpload/FileUpload.web.js +2 -2
  551. package/build/lib/web/production/components/FileUpload/FileUploadItemIcon.js +2 -2
  552. package/build/lib/web/production/components/FileUpload/StyledFileUploadItemWrapper.js +2 -2
  553. package/build/lib/web/production/components/FileUpload/StyledFileUploadWrapper.js +2 -2
  554. package/build/lib/web/production/components/Form/FormLabel.js +2 -2
  555. package/build/lib/web/production/components/Form/Selector/SelectorGroupField.js +2 -2
  556. package/build/lib/web/production/components/Form/Selector/SelectorInput.web.js +2 -2
  557. package/build/lib/web/production/components/Form/Selector/SelectorLabel.web.js +2 -2
  558. package/build/lib/web/production/components/Icons/ActivityIcon/ActivityIcon.js +2 -2
  559. package/build/lib/web/production/components/Icons/AirplayIcon/AirplayIcon.js +2 -2
  560. package/build/lib/web/production/components/Icons/AlertCircleIcon/AlertCircleIcon.js +2 -2
  561. package/build/lib/web/production/components/Icons/AlertOctagonIcon/AlertOctagonIcon.js +2 -2
  562. package/build/lib/web/production/components/Icons/AlertOnlyIcon/AlertOnlyIcon.js +2 -2
  563. package/build/lib/web/production/components/Icons/AlertTriangleIcon/AlertTriangleIcon.js +2 -2
  564. package/build/lib/web/production/components/Icons/AlignCenterIcon/AlignCenterIcon.js +2 -2
  565. package/build/lib/web/production/components/Icons/AlignJustifyIcon/AlignJustifyIcon.js +2 -2
  566. package/build/lib/web/production/components/Icons/AlignLeftIcon/AlignLeftIcon.js +2 -2
  567. package/build/lib/web/production/components/Icons/AlignRightIcon/AlignRightIcon.js +2 -2
  568. package/build/lib/web/production/components/Icons/AnchorIcon/AnchorIcon.js +2 -2
  569. package/build/lib/web/production/components/Icons/AnnouncementIcon/AnnouncementIcon.js +2 -2
  570. package/build/lib/web/production/components/Icons/ApertureIcon/ApertureIcon.js +2 -2
  571. package/build/lib/web/production/components/Icons/AppStoreIcon/AppStoreIcon.js +2 -2
  572. package/build/lib/web/production/components/Icons/ArrowDownIcon/ArrowDownIcon.js +2 -2
  573. package/build/lib/web/production/components/Icons/ArrowDownLeftIcon/ArrowDownLeftIcon.js +2 -2
  574. package/build/lib/web/production/components/Icons/ArrowDownRightIcon/ArrowDownRightIcon.js +2 -2
  575. package/build/lib/web/production/components/Icons/ArrowLeftIcon/ArrowLeftIcon.js +2 -2
  576. package/build/lib/web/production/components/Icons/ArrowRightIcon/ArrowRightIcon.js +2 -2
  577. package/build/lib/web/production/components/Icons/ArrowUpIcon/ArrowUpIcon.js +2 -2
  578. package/build/lib/web/production/components/Icons/ArrowUpLeftIcon/ArrowUpLeftIcon.js +2 -2
  579. package/build/lib/web/production/components/Icons/ArrowUpRightIcon/ArrowUpRightIcon.js +2 -2
  580. package/build/lib/web/production/components/Icons/AtSignIcon/AtSignIcon.js +2 -2
  581. package/build/lib/web/production/components/Icons/AttachmentIcon/AttachmentIcon.js +2 -2
  582. package/build/lib/web/production/components/Icons/AwardIcon/AwardIcon.js +2 -2
  583. package/build/lib/web/production/components/Icons/BankIcon/BankIcon.js +2 -2
  584. package/build/lib/web/production/components/Icons/BarChartAltIcon/BarChartAltIcon.js +2 -2
  585. package/build/lib/web/production/components/Icons/BarChartIcon/BarChartIcon.js +2 -2
  586. package/build/lib/web/production/components/Icons/BatteryChargingIcon/BatteryChargingIcon.js +2 -2
  587. package/build/lib/web/production/components/Icons/BatteryIcon/BatteryIcon.js +2 -2
  588. package/build/lib/web/production/components/Icons/BellIcon/BellIcon.js +2 -2
  589. package/build/lib/web/production/components/Icons/BellOffIcon/BellOffIcon.js +2 -2
  590. package/build/lib/web/production/components/Icons/BillIcon/BillIcon.js +2 -2
  591. package/build/lib/web/production/components/Icons/BluetoothIcon/BluetoothIcon.js +2 -2
  592. package/build/lib/web/production/components/Icons/BoldIcon/BoldIcon.js +2 -2
  593. package/build/lib/web/production/components/Icons/BookIcon/BookIcon.js +2 -2
  594. package/build/lib/web/production/components/Icons/BookmarkIcon/BookmarkIcon.js +2 -2
  595. package/build/lib/web/production/components/Icons/BoxIcon/BoxIcon.js +2 -2
  596. package/build/lib/web/production/components/Icons/BriefcaseIcon/BriefcaseIcon.js +2 -2
  597. package/build/lib/web/production/components/Icons/BulkPayoutsIcon/BulkPayoutsIcon.js +2 -2
  598. package/build/lib/web/production/components/Icons/CalendarIcon/CalendarIcon.js +2 -2
  599. package/build/lib/web/production/components/Icons/CameraIcon/CameraIcon.js +2 -2
  600. package/build/lib/web/production/components/Icons/CameraOffIcon/CameraOffIcon.js +2 -2
  601. package/build/lib/web/production/components/Icons/CastIcon/CastIcon.js +2 -2
  602. package/build/lib/web/production/components/Icons/CheckCircleIcon/CheckCircleIcon.js +2 -2
  603. package/build/lib/web/production/components/Icons/CheckIcon/CheckIcon.js +2 -2
  604. package/build/lib/web/production/components/Icons/CheckSquareIcon/CheckSquareIcon.js +2 -2
  605. package/build/lib/web/production/components/Icons/ChevronDownIcon/ChevronDownIcon.js +2 -2
  606. package/build/lib/web/production/components/Icons/ChevronLeftIcon/ChevronLeftIcon.js +2 -2
  607. package/build/lib/web/production/components/Icons/ChevronRightIcon/ChevronRightIcon.js +2 -2
  608. package/build/lib/web/production/components/Icons/ChevronUpIcon/ChevronUpIcon.js +2 -2
  609. package/build/lib/web/production/components/Icons/ChevronsDownIcon/ChevronsDownIcon.js +2 -2
  610. package/build/lib/web/production/components/Icons/ChevronsLeftIcon/ChevronsLeftIcon.js +2 -2
  611. package/build/lib/web/production/components/Icons/ChevronsRightIcon/ChevronsRightIcon.js +2 -2
  612. package/build/lib/web/production/components/Icons/ChevronsUpIcon/ChevronsUpIcon.js +2 -2
  613. package/build/lib/web/production/components/Icons/ChromeIcon/ChromeIcon.js +2 -2
  614. package/build/lib/web/production/components/Icons/CircleIcon/CircleIcon.js +2 -2
  615. package/build/lib/web/production/components/Icons/ClipboardIcon/ClipboardIcon.js +2 -2
  616. package/build/lib/web/production/components/Icons/ClockIcon/ClockIcon.js +2 -2
  617. package/build/lib/web/production/components/Icons/CloseIcon/CloseIcon.js +2 -2
  618. package/build/lib/web/production/components/Icons/CloudDrizzleIcon/CloudDrizzleIcon.js +2 -2
  619. package/build/lib/web/production/components/Icons/CloudIcon/CloudIcon.js +2 -2
  620. package/build/lib/web/production/components/Icons/CloudLightningIcon/CloudLightningIcon.js +2 -2
  621. package/build/lib/web/production/components/Icons/CloudOffIcon/CloudOffIcon.js +2 -2
  622. package/build/lib/web/production/components/Icons/CloudRainIcon/CloudRainIcon.js +2 -2
  623. package/build/lib/web/production/components/Icons/CloudSnowIcon/CloudSnowIcon.js +2 -2
  624. package/build/lib/web/production/components/Icons/CodepenIcon/CodepenIcon.js +2 -2
  625. package/build/lib/web/production/components/Icons/CoinsIcon/CoinsIcon.js +2 -2
  626. package/build/lib/web/production/components/Icons/CommandIcon/CommandIcon.js +2 -2
  627. package/build/lib/web/production/components/Icons/CompassIcon/CompassIcon.js +2 -2
  628. package/build/lib/web/production/components/Icons/CopyIcon/CopyIcon.js +2 -2
  629. package/build/lib/web/production/components/Icons/CornerDownLeftIcon/CornerDownLeftIcon.js +2 -2
  630. package/build/lib/web/production/components/Icons/CornerDownRightIcon/CornerDownRightIcon.js +2 -2
  631. package/build/lib/web/production/components/Icons/CornerLeftDownIcon/CornerLeftDownIcon.js +2 -2
  632. package/build/lib/web/production/components/Icons/CornerLeftUpIcon/CornerLeftUpIcon.js +2 -2
  633. package/build/lib/web/production/components/Icons/CornerRightDownIcon/CornerRightDownIcon.js +2 -2
  634. package/build/lib/web/production/components/Icons/CornerRightUpIcon/CornerRightUpIcon.js +2 -2
  635. package/build/lib/web/production/components/Icons/CornerUpLeftIcon/CornerUpLeftIcon.js +2 -2
  636. package/build/lib/web/production/components/Icons/CornerUpRightIcon/CornerUpRightIcon.js +2 -2
  637. package/build/lib/web/production/components/Icons/CpuIcon/CpuIcon.js +2 -2
  638. package/build/lib/web/production/components/Icons/CreditCardIcon/CreditCardIcon.js +2 -2
  639. package/build/lib/web/production/components/Icons/CropIcon/CropIcon.js +2 -2
  640. package/build/lib/web/production/components/Icons/CrosshairIcon/CrosshairIcon.js +2 -2
  641. package/build/lib/web/production/components/Icons/CustomersIcon/CustomersIcon.js +2 -2
  642. package/build/lib/web/production/components/Icons/CutIcon/CutIcon.js +2 -2
  643. package/build/lib/web/production/components/Icons/DashboardIcon/DashboardIcon.js +2 -2
  644. package/build/lib/web/production/components/Icons/DeleteIcon/DeleteIcon.js +2 -2
  645. package/build/lib/web/production/components/Icons/DiscIcon/DiscIcon.js +2 -2
  646. package/build/lib/web/production/components/Icons/DollarIcon/DollarIcon.js +2 -2
  647. package/build/lib/web/production/components/Icons/DollarsIcon/DollarsIcon.js +2 -2
  648. package/build/lib/web/production/components/Icons/DownloadCloudIcon/DownloadCloudIcon.js +2 -2
  649. package/build/lib/web/production/components/Icons/DownloadIcon/DownloadIcon.js +2 -2
  650. package/build/lib/web/production/components/Icons/DropletIcon/DropletIcon.js +2 -2
  651. package/build/lib/web/production/components/Icons/EditComposeIcon/EditComposeIcon.js +2 -2
  652. package/build/lib/web/production/components/Icons/EditIcon/EditIcon.js +2 -2
  653. package/build/lib/web/production/components/Icons/EditInlineIcon/EditInlineIcon.js +2 -2
  654. package/build/lib/web/production/components/Icons/ExportIcon/ExportIcon.js +2 -2
  655. package/build/lib/web/production/components/Icons/ExternalLinkIcon/ExternalLinkIcon.js +2 -2
  656. package/build/lib/web/production/components/Icons/EyeIcon/EyeIcon.js +2 -2
  657. package/build/lib/web/production/components/Icons/EyeOffIcon/EyeOffIcon.js +2 -2
  658. package/build/lib/web/production/components/Icons/FacebookIcon/FacebookIcon.js +2 -2
  659. package/build/lib/web/production/components/Icons/FastForwardIcon/FastForwardIcon.js +2 -2
  660. package/build/lib/web/production/components/Icons/FeatherIcon/FeatherIcon.js +2 -2
  661. package/build/lib/web/production/components/Icons/FileIcon/FileIcon.js +2 -2
  662. package/build/lib/web/production/components/Icons/FileMinusIcon/FileMinusIcon.js +2 -2
  663. package/build/lib/web/production/components/Icons/FilePlusIcon/FilePlusIcon.js +2 -2
  664. package/build/lib/web/production/components/Icons/FileTextIcon/FileTextIcon.js +2 -2
  665. package/build/lib/web/production/components/Icons/FileZipIcon/FileZipIcon.js +2 -2
  666. package/build/lib/web/production/components/Icons/FilmIcon/FilmIcon.js +2 -2
  667. package/build/lib/web/production/components/Icons/FilterIcon/FilterIcon.js +2 -2
  668. package/build/lib/web/production/components/Icons/FlagIcon/FlagIcon.js +2 -2
  669. package/build/lib/web/production/components/Icons/FolderIcon/FolderIcon.js +2 -2
  670. package/build/lib/web/production/components/Icons/FullScreenEnterIcon/FullScreenEnterIcon.js +2 -2
  671. package/build/lib/web/production/components/Icons/FullScreenExitIcon/FullScreenExitIcon.js +2 -2
  672. package/build/lib/web/production/components/Icons/GithubIcon/GithubIcon.js +2 -2
  673. package/build/lib/web/production/components/Icons/GitlabIcon/GitlabIcon.js +2 -2
  674. package/build/lib/web/production/components/Icons/GlobeIcon/GlobeIcon.js +2 -2
  675. package/build/lib/web/production/components/Icons/GridIcon/GridIcon.js +2 -2
  676. package/build/lib/web/production/components/Icons/HashIcon/HashIcon.js +2 -2
  677. package/build/lib/web/production/components/Icons/HeadphonesIcon/HeadphonesIcon.js +2 -2
  678. package/build/lib/web/production/components/Icons/HeartIcon/HeartIcon.js +2 -2
  679. package/build/lib/web/production/components/Icons/HelpCircleIcon/HelpCircleIcon.js +2 -2
  680. package/build/lib/web/production/components/Icons/HistoryIcon/HistoryIcon.js +2 -2
  681. package/build/lib/web/production/components/Icons/HomeIcon/HomeIcon.js +2 -2
  682. package/build/lib/web/production/components/Icons/ImageIcon/ImageIcon.js +2 -2
  683. package/build/lib/web/production/components/Icons/InboxIcon/InboxIcon.js +2 -2
  684. package/build/lib/web/production/components/Icons/InfoIcon/InfoIcon.js +2 -2
  685. package/build/lib/web/production/components/Icons/InstagramIcon/InstagramIcon.js +2 -2
  686. package/build/lib/web/production/components/Icons/InvoicesIcon/InvoicesIcon.js +2 -2
  687. package/build/lib/web/production/components/Icons/ItalicIcon/ItalicIcon.js +2 -2
  688. package/build/lib/web/production/components/Icons/LayersIcon/LayersIcon.js +2 -2
  689. package/build/lib/web/production/components/Icons/LayoutIcon/LayoutIcon.js +2 -2
  690. package/build/lib/web/production/components/Icons/LifeBuoyIcon/LifeBuoyIcon.js +2 -2
  691. package/build/lib/web/production/components/Icons/LinkIcon/LinkIcon.js +2 -2
  692. package/build/lib/web/production/components/Icons/ListIcon/ListIcon.js +2 -2
  693. package/build/lib/web/production/components/Icons/LoaderIcon/LoaderIcon.js +2 -2
  694. package/build/lib/web/production/components/Icons/LockIcon/LockIcon.js +2 -2
  695. package/build/lib/web/production/components/Icons/LogInIcon/LogInIcon.js +2 -2
  696. package/build/lib/web/production/components/Icons/LogOutIcon/LogOutIcon.js +2 -2
  697. package/build/lib/web/production/components/Icons/MailIcon/MailIcon.js +2 -2
  698. package/build/lib/web/production/components/Icons/MailOpenIcon/MailOpenIcon.js +2 -2
  699. package/build/lib/web/production/components/Icons/MapIcon/MapIcon.js +2 -2
  700. package/build/lib/web/production/components/Icons/MapPinIcon/MapPinIcon.js +2 -2
  701. package/build/lib/web/production/components/Icons/MaximizeIcon/MaximizeIcon.js +2 -2
  702. package/build/lib/web/production/components/Icons/MenuDotsIcon/MenuDotsIcon.js +2 -2
  703. package/build/lib/web/production/components/Icons/MenuIcon/MenuIcon.js +2 -2
  704. package/build/lib/web/production/components/Icons/MessageCircleIcon/MessageCircleIcon.js +2 -2
  705. package/build/lib/web/production/components/Icons/MessageSquareIcon/MessageSquareIcon.js +2 -2
  706. package/build/lib/web/production/components/Icons/MicIcon/MicIcon.js +2 -2
  707. package/build/lib/web/production/components/Icons/MicOffIcon/MicOffIcon.js +2 -2
  708. package/build/lib/web/production/components/Icons/MinimizeIcon/MinimizeIcon.js +2 -2
  709. package/build/lib/web/production/components/Icons/MinusCircleIcon/MinusCircleIcon.js +2 -2
  710. package/build/lib/web/production/components/Icons/MinusIcon/MinusIcon.js +2 -2
  711. package/build/lib/web/production/components/Icons/MinusSquareIcon/MinusSquareIcon.js +2 -2
  712. package/build/lib/web/production/components/Icons/MonitorIcon/MonitorIcon.js +2 -2
  713. package/build/lib/web/production/components/Icons/MoonIcon/MoonIcon.js +2 -2
  714. package/build/lib/web/production/components/Icons/MoreHorizontalIcon/MoreHorizontalIcon.js +2 -2
  715. package/build/lib/web/production/components/Icons/MoreVerticalIcon/MoreVerticalIcon.js +2 -2
  716. package/build/lib/web/production/components/Icons/MoveIcon/MoveIcon.js +2 -2
  717. package/build/lib/web/production/components/Icons/MusicIcon/MusicIcon.js +2 -2
  718. package/build/lib/web/production/components/Icons/MyAccountIcon/MyAccountIcon.js +2 -2
  719. package/build/lib/web/production/components/Icons/NavigationIcon/NavigationIcon.js +2 -2
  720. package/build/lib/web/production/components/Icons/OctagonIcon/OctagonIcon.js +2 -2
  721. package/build/lib/web/production/components/Icons/OffersIcon/OffersIcon.js +2 -2
  722. package/build/lib/web/production/components/Icons/PackageIcon/PackageIcon.js +2 -2
  723. package/build/lib/web/production/components/Icons/PaperclipIcon/PaperclipIcon.js +2 -2
  724. package/build/lib/web/production/components/Icons/PauseCircleIcon/PauseCircleIcon.js +2 -2
  725. package/build/lib/web/production/components/Icons/PauseIcon/PauseIcon.js +2 -2
  726. package/build/lib/web/production/components/Icons/PaymentButtonsIcon/PaymentButtonsIcon.js +2 -2
  727. package/build/lib/web/production/components/Icons/PaymentLinksIcon/PaymentLinksIcon.js +2 -2
  728. package/build/lib/web/production/components/Icons/PaymentPagesIcon/PaymentPagesIcon.js +2 -2
  729. package/build/lib/web/production/components/Icons/PercentIcon/PercentIcon.js +2 -2
  730. package/build/lib/web/production/components/Icons/PhoneCallIcon/PhoneCallIcon.js +2 -2
  731. package/build/lib/web/production/components/Icons/PhoneForwardedIcon/PhoneForwardedIcon.js +2 -2
  732. package/build/lib/web/production/components/Icons/PhoneIcon/PhoneIcon.js +2 -2
  733. package/build/lib/web/production/components/Icons/PhoneIncomingIcon/PhoneIncomingIcon.js +2 -2
  734. package/build/lib/web/production/components/Icons/PhoneMissedIcon/PhoneMissedIcon.js +2 -2
  735. package/build/lib/web/production/components/Icons/PhoneOffIcon/PhoneOffIcon.js +2 -2
  736. package/build/lib/web/production/components/Icons/PhoneOutgoingIcon/PhoneOutgoingIcon.js +2 -2
  737. package/build/lib/web/production/components/Icons/PieChartIcon/PieChartIcon.js +2 -2
  738. package/build/lib/web/production/components/Icons/PlayCircleIcon/PlayCircleIcon.js +2 -2
  739. package/build/lib/web/production/components/Icons/PlayIcon/PlayIcon.js +2 -2
  740. package/build/lib/web/production/components/Icons/PlusCircleIcon/PlusCircleIcon.js +2 -2
  741. package/build/lib/web/production/components/Icons/PlusIcon/PlusIcon.js +2 -2
  742. package/build/lib/web/production/components/Icons/PlusSquareIcon/PlusSquareIcon.js +2 -2
  743. package/build/lib/web/production/components/Icons/PocketIcon/PocketIcon.js +2 -2
  744. package/build/lib/web/production/components/Icons/PowerIcon/PowerIcon.js +2 -2
  745. package/build/lib/web/production/components/Icons/PrinterIcon/PrinterIcon.js +2 -2
  746. package/build/lib/web/production/components/Icons/QRCodeIcon/QRCodeIcon.js +2 -2
  747. package/build/lib/web/production/components/Icons/RadioIcon/RadioIcon.js +2 -2
  748. package/build/lib/web/production/components/Icons/RazorpayIcon/RazorpayIcon.js +2 -2
  749. package/build/lib/web/production/components/Icons/RazorpayXIcon/RazorpayXIcon.js +2 -2
  750. package/build/lib/web/production/components/Icons/RefreshIcon/RefreshIcon.js +2 -2
  751. package/build/lib/web/production/components/Icons/RepeatIcon/RepeatIcon.js +2 -2
  752. package/build/lib/web/production/components/Icons/ReportsIcon/ReportsIcon.js +2 -2
  753. package/build/lib/web/production/components/Icons/RewindIcon/RewindIcon.js +2 -2
  754. package/build/lib/web/production/components/Icons/RotateClockWiseIcon/RotateClockWiseIcon.js +2 -2
  755. package/build/lib/web/production/components/Icons/RotateCounterClockWiseIcon/RotateCounterClockWiseIcon.js +2 -2
  756. package/build/lib/web/production/components/Icons/RoutesIcon/RoutesIcon.js +2 -2
  757. package/build/lib/web/production/components/Icons/RupeeIcon/RupeeIcon.js +2 -2
  758. package/build/lib/web/production/components/Icons/RupeesIcon/RupeesIcon.js +2 -2
  759. package/build/lib/web/production/components/Icons/SaveIcon/SaveIcon.js +2 -2
  760. package/build/lib/web/production/components/Icons/ScissorsIcon/ScissorsIcon.js +2 -2
  761. package/build/lib/web/production/components/Icons/SearchIcon/SearchIcon.js +2 -2
  762. package/build/lib/web/production/components/Icons/SendIcon/SendIcon.js +2 -2
  763. package/build/lib/web/production/components/Icons/ServerIcon/ServerIcon.js +2 -2
  764. package/build/lib/web/production/components/Icons/SettingsIcon/SettingsIcon.js +2 -2
  765. package/build/lib/web/production/components/Icons/SettlementsIcon/SettlementsIcon.js +2 -2
  766. package/build/lib/web/production/components/Icons/ShareIcon/ShareIcon.js +2 -2
  767. package/build/lib/web/production/components/Icons/ShieldIcon/ShieldIcon.js +2 -2
  768. package/build/lib/web/production/components/Icons/ShoppingCartIcon/ShoppingCartIcon.js +2 -2
  769. package/build/lib/web/production/components/Icons/ShuffleIcon/ShuffleIcon.js +2 -2
  770. package/build/lib/web/production/components/Icons/SidebarIcon/SidebarIcon.js +2 -2
  771. package/build/lib/web/production/components/Icons/SkipBackIcon/SkipBackIcon.js +2 -2
  772. package/build/lib/web/production/components/Icons/SkipForwardIcon/SkipForwardIcon.js +2 -2
  773. package/build/lib/web/production/components/Icons/SlackIcon/SlackIcon.js +2 -2
  774. package/build/lib/web/production/components/Icons/SlashIcon/SlashIcon.js +2 -2
  775. package/build/lib/web/production/components/Icons/SlidersIcon/SlidersIcon.js +2 -2
  776. package/build/lib/web/production/components/Icons/SmartCollectIcon/SmartCollectIcon.js +2 -2
  777. package/build/lib/web/production/components/Icons/SmartphoneIcon/SmartphoneIcon.js +2 -2
  778. package/build/lib/web/production/components/Icons/SpeakerIcon/SpeakerIcon.js +2 -2
  779. package/build/lib/web/production/components/Icons/SquareIcon/SquareIcon.js +2 -2
  780. package/build/lib/web/production/components/Icons/StampIcon/StampIcon.js +2 -2
  781. package/build/lib/web/production/components/Icons/StarIcon/StarIcon.js +2 -2
  782. package/build/lib/web/production/components/Icons/StopCircleIcon/StopCircleIcon.js +2 -2
  783. package/build/lib/web/production/components/Icons/SubscriptionsIcon/SubscriptionsIcon.js +2 -2
  784. package/build/lib/web/production/components/Icons/SunIcon/SunIcon.js +2 -2
  785. package/build/lib/web/production/components/Icons/SunriseIcon/SunriseIcon.js +2 -2
  786. package/build/lib/web/production/components/Icons/SunsetIcon/SunsetIcon.js +2 -2
  787. package/build/lib/web/production/components/Icons/TabletIcon/TabletIcon.js +2 -2
  788. package/build/lib/web/production/components/Icons/TagIcon/TagIcon.js +2 -2
  789. package/build/lib/web/production/components/Icons/TargetIcon/TargetIcon.js +2 -2
  790. package/build/lib/web/production/components/Icons/ThermometerIcon/ThermometerIcon.js +2 -2
  791. package/build/lib/web/production/components/Icons/ThumbsDownIcon/ThumbsDownIcon.js +2 -2
  792. package/build/lib/web/production/components/Icons/ThumbsUpIcon/ThumbsUpIcon.js +2 -2
  793. package/build/lib/web/production/components/Icons/ToggleLeftIcon/ToggleLeftIcon.js +2 -2
  794. package/build/lib/web/production/components/Icons/ToggleRightIcon/ToggleRightIcon.js +2 -2
  795. package/build/lib/web/production/components/Icons/TransactionsIcon/TransactionsIcon.js +2 -2
  796. package/build/lib/web/production/components/Icons/TrashIcon/TrashIcon.js +2 -2
  797. package/build/lib/web/production/components/Icons/TrendingDownIcon/TrendingDownIcon.js +2 -2
  798. package/build/lib/web/production/components/Icons/TrendingUpIcon/TrendingUpIcon.js +2 -2
  799. package/build/lib/web/production/components/Icons/TriangleIcon/TriangleIcon.js +2 -2
  800. package/build/lib/web/production/components/Icons/TvIcon/TvIcon.js +2 -2
  801. package/build/lib/web/production/components/Icons/TwitterIcon/TwitterIcon.js +2 -2
  802. package/build/lib/web/production/components/Icons/TypeIcon/TypeIcon.js +2 -2
  803. package/build/lib/web/production/components/Icons/UmbrellaIcon/UmbrellaIcon.js +2 -2
  804. package/build/lib/web/production/components/Icons/UnderlineIcon/UnderlineIcon.js +2 -2
  805. package/build/lib/web/production/components/Icons/UnlockIcon/UnlockIcon.js +2 -2
  806. package/build/lib/web/production/components/Icons/UploadCloudIcon/UploadCloudIcon.js +2 -2
  807. package/build/lib/web/production/components/Icons/UploadIcon/UploadIcon.js +2 -2
  808. package/build/lib/web/production/components/Icons/UserCheckIcon/UserCheckIcon.js +2 -2
  809. package/build/lib/web/production/components/Icons/UserIcon/UserIcon.js +2 -2
  810. package/build/lib/web/production/components/Icons/UserMinusIcon/UserMinusIcon.js +2 -2
  811. package/build/lib/web/production/components/Icons/UserPlusIcon/UserPlusIcon.js +2 -2
  812. package/build/lib/web/production/components/Icons/UserXIcon/UserXIcon.js +2 -2
  813. package/build/lib/web/production/components/Icons/UsersIcon/UsersIcon.js +2 -2
  814. package/build/lib/web/production/components/Icons/VideoIcon/VideoIcon.js +2 -2
  815. package/build/lib/web/production/components/Icons/VideoOffIcon/VideoOffIcon.js +2 -2
  816. package/build/lib/web/production/components/Icons/VoicemailIcon/VoicemailIcon.js +2 -2
  817. package/build/lib/web/production/components/Icons/VolumeHighIcon/VolumeHighIcon.js +2 -2
  818. package/build/lib/web/production/components/Icons/VolumeIcon/VolumeIcon.js +2 -2
  819. package/build/lib/web/production/components/Icons/VolumeLowIcon/VolumeLowIcon.js +2 -2
  820. package/build/lib/web/production/components/Icons/VolumeMuteIcon/VolumeMuteIcon.js +2 -2
  821. package/build/lib/web/production/components/Icons/WatchIcon/WatchIcon.js +2 -2
  822. package/build/lib/web/production/components/Icons/WifiIcon/WifiIcon.js +2 -2
  823. package/build/lib/web/production/components/Icons/WifiOffIcon/WifiOffIcon.js +2 -2
  824. package/build/lib/web/production/components/Icons/WindIcon/WindIcon.js +2 -2
  825. package/build/lib/web/production/components/Icons/XCircleIcon/XCircleIcon.js +2 -2
  826. package/build/lib/web/production/components/Icons/XSquareIcon/XSquareIcon.js +2 -2
  827. package/build/lib/web/production/components/Icons/ZapIcon/ZapIcon.js +2 -2
  828. package/build/lib/web/production/components/Icons/ZoomInIcon/ZoomInIcon.js +2 -2
  829. package/build/lib/web/production/components/Icons/ZoomOutIcon/ZoomOutIcon.js +2 -2
  830. package/build/lib/web/production/components/Icons/_Svg/Circle/Circle.web.js +2 -2
  831. package/build/lib/web/production/components/Icons/_Svg/ClipPath/ClipPath.web.js +2 -2
  832. package/build/lib/web/production/components/Icons/_Svg/Defs/Defs.web.js +2 -2
  833. package/build/lib/web/production/components/Icons/_Svg/G/G.web.js +2 -2
  834. package/build/lib/web/production/components/Icons/_Svg/Path/Path.web.js +2 -2
  835. package/build/lib/web/production/components/Icons/_Svg/Rect/Rect.web.js +2 -2
  836. package/build/lib/web/production/components/Icons/_Svg/Svg/Svg.web.js +2 -2
  837. package/build/lib/web/production/components/Indicator/Indicator.js +2 -2
  838. package/build/lib/web/production/components/Input/BaseInput/AnimatedBaseInputWrapper.web.js +2 -2
  839. package/build/lib/web/production/components/Input/BaseInput/BaseInput.js +2 -2
  840. package/build/lib/web/production/components/Input/BaseInput/BaseInputVisuals.js +2 -2
  841. package/build/lib/web/production/components/Input/BaseInput/BaseInputWrapper.js +2 -2
  842. package/build/lib/web/production/components/Input/BaseInput/StyledBaseInput.web.js +2 -2
  843. package/build/lib/web/production/components/Input/BaseInput/baseInputStyles.js +2 -2
  844. package/build/lib/web/production/components/Input/DropdownInputTriggers/AutoComplete.js +2 -2
  845. package/build/lib/web/production/components/Input/DropdownInputTriggers/SelectInput.js +2 -2
  846. package/build/lib/web/production/components/Input/OTPInput/OTPInput.js +2 -2
  847. package/build/lib/web/production/components/Input/PasswordInput/PasswordInput.js +2 -2
  848. package/build/lib/web/production/components/Input/PhoneNumberInput/PhoneNumberInput.web.js +2 -2
  849. package/build/lib/web/production/components/Input/TextArea/TextArea.js +2 -2
  850. package/build/lib/web/production/components/Input/TextInput/TextInput.js +2 -2
  851. package/build/lib/web/production/components/Link/BaseLink/BaseLink.js +2 -2
  852. package/build/lib/web/production/components/Link/BaseLink/StyledBaseLink.web.js +2 -2
  853. package/build/lib/web/production/components/Link/Link/Link.js +2 -2
  854. package/build/lib/web/production/components/List/List.js +2 -3
  855. package/build/lib/web/production/components/List/List.js.map +1 -1
  856. package/build/lib/web/production/components/List/ListItem.js +2 -2
  857. package/build/lib/web/production/components/List/ListItemLink.js +2 -2
  858. package/build/lib/web/production/components/List/ListItemText.js +2 -2
  859. package/build/lib/web/production/components/LiveAnnouncer/LiveAnnouncer.web.js +1 -2
  860. package/build/lib/web/production/components/LiveAnnouncer/LiveAnnouncer.web.js.map +1 -1
  861. package/build/lib/web/production/components/Modal/Modal.web.js +2 -2
  862. package/build/lib/web/production/components/Modal/ModalBackdrop.js +2 -2
  863. package/build/lib/web/production/components/Modal/ModalBody.web.js +2 -2
  864. package/build/lib/web/production/components/Popover/Popover.web.js +2 -2
  865. package/build/lib/web/production/components/Popover/PopoverInteractiveWrapper.web.js +2 -2
  866. package/build/lib/web/production/components/Popover/getPopoverContentWrapperStyles.js +2 -2
  867. package/build/lib/web/production/components/ProgressBar/ProgressBar.js +2 -2
  868. package/build/lib/web/production/components/Radio/Radio.js +2 -2
  869. package/build/lib/web/production/components/Radio/RadioGroup/RadioGroup.js +2 -2
  870. package/build/lib/web/production/components/Radio/RadioIcon/RadioIcon.js +2 -2
  871. package/build/lib/web/production/components/Radio/RadioIcon/RadioIconWrapperStyles.js +2 -2
  872. package/build/lib/web/production/components/Radio/useRadio.js +2 -2
  873. package/build/lib/web/production/components/Skeleton/Skeleton.js +2 -2
  874. package/build/lib/web/production/components/SkipNav/SkipNav.web.js +2 -2
  875. package/build/lib/web/production/components/Spinner/BaseSpinner/BaseSpinner.js +2 -2
  876. package/build/lib/web/production/components/Spinner/Spinner/Spinner.js +2 -2
  877. package/build/lib/web/production/components/SpotlightPopoverTour/TourFooter.web.js +2 -2
  878. package/build/lib/web/production/components/SpotlightPopoverTour/TourMask.web.js +2 -2
  879. package/build/lib/web/production/components/SpotlightPopoverTour/TourPopover.web.js +2 -2
  880. package/build/lib/web/production/components/SpotlightPopoverTour/TourStep.web.js +2 -2
  881. package/build/lib/web/production/components/SpotlightPopoverTour/utils.js +2 -2
  882. package/build/lib/web/production/components/Switch/Switch.js +2 -2
  883. package/build/lib/web/production/components/Switch/SwitchTrack.web.js +2 -2
  884. package/build/lib/web/production/components/Switch/Thumb.js +2 -2
  885. package/build/lib/web/production/components/Table/Table.web.js +2 -2
  886. package/build/lib/web/production/components/Table/TableBody.web.js +2 -2
  887. package/build/lib/web/production/components/Table/TableFooter.web.js +2 -2
  888. package/build/lib/web/production/components/Table/TableHeader.web.js +2 -2
  889. package/build/lib/web/production/components/Table/TablePagination.web.js +2 -2
  890. package/build/lib/web/production/components/Table/TableToolbar.web.js +2 -2
  891. package/build/lib/web/production/components/Tabs/TabIndicator.web.js +2 -2
  892. package/build/lib/web/production/components/Tabs/TabItem.web.js +9 -9
  893. package/build/lib/web/production/components/Tabs/TabItem.web.js.map +1 -1
  894. package/build/lib/web/production/components/Tabs/TabList.web.js +2 -2
  895. package/build/lib/web/production/components/Tabs/TabPanel.web.js +2 -2
  896. package/build/lib/web/production/components/Tabs/Tabs.web.js +2 -2
  897. package/build/lib/web/production/components/Tag/Tag.js +2 -2
  898. package/build/lib/web/production/components/Toast/Toast.web.js +2 -2
  899. package/build/lib/web/production/components/Toast/ToastContainer.web.js +2 -2
  900. package/build/lib/web/production/components/Toast/useToast.js +2 -2
  901. package/build/lib/web/production/components/Tooltip/Tooltip.web.js +2 -2
  902. package/build/lib/web/production/components/Tooltip/TooltipInteractiveWrapper.web.js +2 -2
  903. package/build/lib/web/production/components/Tooltip/getTooltipContentWrapperStyles.js +2 -2
  904. package/build/lib/web/production/components/Typography/BaseText/BaseText.web.js +2 -2
  905. package/build/lib/web/production/components/Typography/BaseText/getBaseTextStyles.js +2 -2
  906. package/build/lib/web/production/components/Typography/Code/Code.js +2 -2
  907. package/build/lib/web/production/components/Typography/Display/Display.js +2 -2
  908. package/build/lib/web/production/components/Typography/Heading/Heading.js +2 -2
  909. package/build/lib/web/production/components/Typography/Heading/getHeadingStyles.js +2 -2
  910. package/build/lib/web/production/components/Typography/Text/Text.js +2 -2
  911. package/build/lib/web/production/components/Typography/Text/getTextStyles.js +2 -2
  912. package/build/lib/web/production/components/VisuallyHidden/VisuallyHidden.web.js +2 -2
  913. package/build/lib/web/production/tokens/global/border.js +0 -1
  914. package/build/lib/web/production/tokens/global/border.js.map +1 -1
  915. package/build/lib/web/production/tokens/global/typography.js +2 -2
  916. package/build/lib/web/production/tokens/theme/createTheme.js +2 -3
  917. package/build/lib/web/production/tokens/theme/createTheme.js.map +1 -1
  918. package/build/lib/web/production/utils/bladeCoverage.js +1 -1
  919. package/build/lib/web/production/utils/bladeCoverage.js.map +1 -1
  920. package/build/lib/web/production/utils/makeAccessible/accessibilityMapWeb.js +2 -2
  921. package/build/lib/web/production/utils/mergeProps.js +19 -18
  922. package/build/lib/web/production/utils/mergeProps.js.map +1 -1
  923. package/build/lib/web/production/utils/metaAttribute/metaAttribute.web.js +2 -2
  924. package/build/types/components/index.d.ts +1 -1
  925. package/build/types/components/index.native.d.ts +2 -2
  926. package/package.json +7 -5
@@ -11,8 +11,8 @@ import { BaseBox } from '../Box/BaseBox/BaseBox.web.js';
11
11
  import { metaAttribute } from '../../utils/metaAttribute/metaAttribute.web.js';
12
12
  import { MetaConstants } from '../../utils/metaAttribute/metaConstants.js';
13
13
 
14
- 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; }
15
- 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; }
14
+ 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; }
15
+ 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; }
16
16
  var Tabs = function Tabs(_ref) {
17
17
  var children = _ref.children,
18
18
  defaultValue = _ref.defaultValue,
@@ -26,8 +26,8 @@ import { IconButton } from '../Button/IconButton/IconButton.js';
26
26
  import CloseIcon from '../Icons/CloseIcon/CloseIcon.js';
27
27
 
28
28
  var _excluded = ["size", "icon", "onDismiss", "children", "isDisabled", "testID", "_isVirtuallyFocused", "_isTagInsideInput"];
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 FocussableTag = /*#__PURE__*/styled(BaseBox).withConfig({
32
32
  displayName: "Tag__FocussableTag",
33
33
  componentId: "jmwb4r-0"
@@ -30,8 +30,8 @@ import { Text } from '../Typography/Text/Text.js';
30
30
  import { IconButton } from '../Button/IconButton/IconButton.js';
31
31
  import CloseIcon from '../Icons/CloseIcon/CloseIcon.js';
32
32
 
33
- 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; }
34
- 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; }
33
+ 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; }
34
+ 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; }
35
35
  var iconMap = {
36
36
  positive: CheckCircleIcon,
37
37
  negative: AlertTriangleIcon,
@@ -17,8 +17,8 @@ import { makeSize } from '../../utils/makeSize/makeSize.js';
17
17
  import { metaAttribute } from '../../utils/metaAttribute/metaAttribute.web.js';
18
18
  import { MetaConstants } from '../../utils/metaAttribute/metaConstants.js';
19
19
 
20
- 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; }
21
- 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; }
20
+ 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; }
21
+ 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; }
22
22
  var StyledToastWrapper = /*#__PURE__*/styled(BaseBox).withConfig({
23
23
  displayName: "ToastContainerweb__StyledToastWrapper",
24
24
  componentId: "mv9fjf-0"
@@ -5,8 +5,8 @@ import '../../utils/logger/index.js';
5
5
  import { jsx } from 'react/jsx-runtime';
6
6
  import { logger } from '../../utils/logger/logger.js';
7
7
 
8
- 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; }
9
- 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; }
8
+ 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; }
9
+ 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; }
10
10
  var useToast = function useToast() {
11
11
  var _useToasterStore = useToasterStore(),
12
12
  toasts = _useToasterStore.toasts;
@@ -24,8 +24,8 @@ import { metaAttribute } from '../../utils/metaAttribute/metaAttribute.web.js';
24
24
  import { MetaConstants } from '../../utils/metaAttribute/metaConstants.js';
25
25
  import { PopupArrow } from '../PopupArrow/PopupArrow.web.js';
26
26
 
27
- 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; }
28
- 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; }
27
+ 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; }
28
+ 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; }
29
29
  var Tooltip = function Tooltip(_ref) {
30
30
  var title = _ref.title,
31
31
  content = _ref.content,
@@ -7,8 +7,8 @@ import { BaseBox } from '../Box/BaseBox/BaseBox.web.js';
7
7
  import { metaAttribute } from '../../utils/metaAttribute/metaAttribute.web.js';
8
8
  import { MetaConstants } from '../../utils/metaAttribute/metaConstants.js';
9
9
 
10
- 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; }
11
- 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; }
10
+ 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; }
11
+ 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; }
12
12
  var TooltipInteractiveWrapper = /*#__PURE__*/styled(BaseBox).attrs(function () {
13
13
  return _objectSpread({
14
14
  tabIndex: -1
@@ -4,8 +4,8 @@ import { makeBorderSize } from '../../utils/makeBorderSize/makeBorderSize.js';
4
4
  import { isReactNative } from '../../utils/platform/isReactNative.js';
5
5
  import { castWebType } from '../../utils/platform/castUtils.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 getTooltipContentWrapperStyles = function getTooltipContentWrapperStyles(_ref) {
10
10
  var theme = _ref.theme,
11
11
  styles = _ref.styles;
@@ -16,8 +16,8 @@ import { metaAttribute } from '../../../utils/metaAttribute/metaAttribute.web.js
16
16
 
17
17
  var _excluded = ["color", "fontFamily", "fontSize", "fontWeight", "fontStyle", "textDecorationLine", "numberOfLines", "lineHeight", "letterSpacing", "textAlign", "wordBreak", "opacity"],
18
18
  _excluded2 = ["id", "color", "fontFamily", "fontSize", "fontWeight", "fontStyle", "textDecorationLine", "lineHeight", "letterSpacing", "as", "textAlign", "children", "truncateAfterLines", "wordBreak", "opacity", "className", "style", "accessibilityProps", "componentName", "testID"];
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 StyledBaseText = /*#__PURE__*/styled.div.withConfig({
22
22
  shouldForwardProp: omitPropsFromHTML,
23
23
  displayName: 'StyledBaseText'
@@ -7,8 +7,8 @@ import { makeTypographySize } from '../../../utils/makeTypographySize/makeTypogr
7
7
  import { makeLetterSpacing } from '../../../utils/makeLetterSpacing/makeLetterSpacing.js';
8
8
  import { isReactNative } from '../../../utils/platform/isReactNative.js';
9
9
 
10
- 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; }
11
- 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; }
10
+ 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; }
11
+ 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; }
12
12
  var getBaseTextStyles = function getBaseTextStyles(_ref) {
13
13
  var _ref$color = _ref.color,
14
14
  color = _ref$color === void 0 ? 'surface.text.gray.normal' : _ref$color,
@@ -22,8 +22,8 @@ import { getStyledProps } from '../../Box/styledProps/getStyledProps.js';
22
22
  import { BaseText } from '../BaseText/BaseText.web.js';
23
23
 
24
24
  var _excluded = ["children", "size", "weight", "isHighlighted", "color", "testID"];
25
- 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; }
26
- 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; }
25
+ 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; }
26
+ 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; }
27
27
  var platformType = getPlatformType();
28
28
  var isPlatformWeb = platformType === 'browser' || platformType === 'node';
29
29
  var getCodeFontSizeAndLineHeight = function getCodeFontSizeAndLineHeight(size) {
@@ -10,8 +10,8 @@ import { BaseText } from '../BaseText/BaseText.web.js';
10
10
  import { getStyledProps } from '../../Box/styledProps/getStyledProps.js';
11
11
 
12
12
  var _excluded = ["as", "size", "weight", "color", "children", "testID", "textAlign", "textDecorationLine"];
13
- 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; }
14
- 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; }
13
+ 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; }
14
+ 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; }
15
15
  var validAsValues = ['span', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6'];
16
16
  var getProps = function getProps(_ref) {
17
17
  var as = _ref.as,
@@ -10,8 +10,8 @@ import { BaseText } from '../BaseText/BaseText.web.js';
10
10
  import { getStyledProps } from '../../Box/styledProps/getStyledProps.js';
11
11
 
12
12
  var _excluded = ["as", "size", "weight", "color", "children", "testID", "textAlign", "textDecorationLine"];
13
- 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; }
14
- 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; }
13
+ 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; }
14
+ 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; }
15
15
  var validAsValues = ['span', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6'];
16
16
  var getHeadingProps = function getHeadingProps(_ref) {
17
17
  var as = _ref.as,
@@ -2,8 +2,8 @@ import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
2
  import getBaseTextStyles from '../BaseText/getBaseTextStyles.js';
3
3
  import { getHeadingProps } from './Heading.js';
4
4
 
5
- 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; }
6
- 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; }
5
+ 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; }
6
+ 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; }
7
7
  var getHeadingStyles = function getHeadingStyles(_ref) {
8
8
  var weight = _ref.weight,
9
9
  size = _ref.size,
@@ -13,8 +13,8 @@ import { getStyledProps } from '../../Box/styledProps/getStyledProps.js';
13
13
  import { assignWithoutSideEffects } from '../../../utils/assignWithoutSideEffects/assignWithoutSideEffects.js';
14
14
 
15
15
  var _excluded = ["as", "variant", "weight", "size", "truncateAfterLines", "children", "color", "testID", "textAlign", "textDecorationLine", "wordBreak"];
16
- 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; }
17
- 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; }
16
+ 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; }
17
+ 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; }
18
18
  var validAsValues = ['p', 'span', 'div', 'abbr', 'figcaption', 'cite', 'q', 'label'];
19
19
 
20
20
  /**
@@ -2,8 +2,8 @@ import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
2
  import getBaseTextStyles from '../BaseText/getBaseTextStyles.js';
3
3
  import { getTextProps } from './Text.js';
4
4
 
5
- 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; }
6
- 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; }
5
+ 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; }
6
+ 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; }
7
7
  var getTextStyles = function getTextStyles(_ref) {
8
8
  var variant = _ref.variant,
9
9
  weight = _ref.weight,
@@ -7,8 +7,8 @@ import { jsx } from 'react/jsx-runtime';
7
7
  import { metaAttribute } from '../../utils/metaAttribute/metaAttribute.web.js';
8
8
  import { MetaConstants } from '../../utils/metaAttribute/metaConstants.js';
9
9
 
10
- 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; }
11
- 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; }
10
+ 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; }
11
+ 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; }
12
12
  var StyledVisuallyHidden = /*#__PURE__*/styled.div.withConfig({
13
13
  displayName: "VisuallyHiddenweb__StyledVisuallyHidden",
14
14
  componentId: "g3hls3-0"
@@ -10,7 +10,6 @@ var border = {
10
10
  max: 9999,
11
11
  round: '50%' // this needs to be in % but need to figure out how will we store unitless things
12
12
  },
13
-
14
13
  width: {
15
14
  none: 0,
16
15
  thinner: 0.5,
@@ -1 +1 @@
1
- {"version":3,"file":"border.js","sources":["../../../../../../src/tokens/global/border.ts"],"sourcesContent":["type BorderRadius = Readonly<{\n /** none: 0(px/rem/pt) */\n none: 0;\n /** xsmall: 1(px/rem/pt) */\n xsmall: 1;\n /** small: 2(px/rem/pt) */\n small: 2;\n /** medium: 4(px/rem/pt) */\n medium: 4;\n /** large: 8(px/rem/pt) */\n large: 8;\n /** xlarge: 12(px/rem/pt) */\n xlarge: 12;\n /** 2xlarge: 16(px/rem/pt) */\n '2xlarge': 16;\n /** max: 9999(px/rem/pt). This will round the left and right side of the box element */\n max: 9999;\n /** round: 50%(pt). This will turn the box element into a circle */\n round: '50%';\n}>;\n\ntype BorderWidth = Readonly<{\n /** none: 0(px/rem/pt) */\n none: 0;\n /** thinner: 0.5(px/rem/pt) */\n thinner: 0.5;\n /** thin: 1(px/rem/pt) */\n thin: 1;\n /** thick: 1.5(px/rem/pt) */\n thick: 1.5;\n /** thicker: 2(px/rem/pt) */\n thicker: 2;\n}>;\n\nexport type Border = Readonly<{\n radius: BorderRadius;\n width: BorderWidth;\n}>;\n\nexport const border: Border = {\n radius: {\n none: 0,\n xsmall: 1,\n small: 2,\n medium: 4,\n large: 8,\n xlarge: 12,\n '2xlarge': 16,\n max: 9999,\n round: '50%', // this needs to be in % but need to figure out how will we store unitless things\n },\n width: {\n none: 0,\n thinner: 0.5,\n thin: 1,\n thick: 1.5,\n thicker: 2,\n },\n};\n"],"names":["border","radius","none","xsmall","small","medium","large","xlarge","max","round","width","thinner","thin","thick","thicker"],"mappings":"AAuCO,IAAMA,MAAc,GAAG;AAC5BC,EAAAA,MAAM,EAAE;AACNC,IAAAA,IAAI,EAAE,CAAC;AACPC,IAAAA,MAAM,EAAE,CAAC;AACTC,IAAAA,KAAK,EAAE,CAAC;AACRC,IAAAA,MAAM,EAAE,CAAC;AACTC,IAAAA,KAAK,EAAE,CAAC;AACRC,IAAAA,MAAM,EAAE,EAAE;AACV,IAAA,SAAS,EAAE,EAAE;AACbC,IAAAA,GAAG,EAAE,IAAI;IACTC,KAAK,EAAE,KAAK;GACb;;AACDC,EAAAA,KAAK,EAAE;AACLR,IAAAA,IAAI,EAAE,CAAC;AACPS,IAAAA,OAAO,EAAE,GAAG;AACZC,IAAAA,IAAI,EAAE,CAAC;AACPC,IAAAA,KAAK,EAAE,GAAG;AACVC,IAAAA,OAAO,EAAE,CAAA;AACX,GAAA;AACF;;;;"}
1
+ {"version":3,"file":"border.js","sources":["../../../../../../src/tokens/global/border.ts"],"sourcesContent":["type BorderRadius = Readonly<{\n /** none: 0(px/rem/pt) */\n none: 0;\n /** xsmall: 1(px/rem/pt) */\n xsmall: 1;\n /** small: 2(px/rem/pt) */\n small: 2;\n /** medium: 4(px/rem/pt) */\n medium: 4;\n /** large: 8(px/rem/pt) */\n large: 8;\n /** xlarge: 12(px/rem/pt) */\n xlarge: 12;\n /** 2xlarge: 16(px/rem/pt) */\n '2xlarge': 16;\n /** max: 9999(px/rem/pt). This will round the left and right side of the box element */\n max: 9999;\n /** round: 50%(pt). This will turn the box element into a circle */\n round: '50%';\n}>;\n\ntype BorderWidth = Readonly<{\n /** none: 0(px/rem/pt) */\n none: 0;\n /** thinner: 0.5(px/rem/pt) */\n thinner: 0.5;\n /** thin: 1(px/rem/pt) */\n thin: 1;\n /** thick: 1.5(px/rem/pt) */\n thick: 1.5;\n /** thicker: 2(px/rem/pt) */\n thicker: 2;\n}>;\n\nexport type Border = Readonly<{\n radius: BorderRadius;\n width: BorderWidth;\n}>;\n\nexport const border: Border = {\n radius: {\n none: 0,\n xsmall: 1,\n small: 2,\n medium: 4,\n large: 8,\n xlarge: 12,\n '2xlarge': 16,\n max: 9999,\n round: '50%', // this needs to be in % but need to figure out how will we store unitless things\n },\n width: {\n none: 0,\n thinner: 0.5,\n thin: 1,\n thick: 1.5,\n thicker: 2,\n },\n};\n"],"names":["border","radius","none","xsmall","small","medium","large","xlarge","max","round","width","thinner","thin","thick","thicker"],"mappings":"AAuCO,IAAMA,MAAc,GAAG;AAC5BC,EAAAA,MAAM,EAAE;AACNC,IAAAA,IAAI,EAAE,CAAC;AACPC,IAAAA,MAAM,EAAE,CAAC;AACTC,IAAAA,KAAK,EAAE,CAAC;AACRC,IAAAA,MAAM,EAAE,CAAC;AACTC,IAAAA,KAAK,EAAE,CAAC;AACRC,IAAAA,MAAM,EAAE,EAAE;AACV,IAAA,SAAS,EAAE,EAAE;AACbC,IAAAA,GAAG,EAAE,IAAI;IACTC,KAAK,EAAE,KAAK;GACb;AACDC,EAAAA,KAAK,EAAE;AACLR,IAAAA,IAAI,EAAE,CAAC;AACPS,IAAAA,OAAO,EAAE,GAAG;AACZC,IAAAA,IAAI,EAAE,CAAC;AACPC,IAAAA,KAAK,EAAE,GAAG;AACVC,IAAAA,OAAO,EAAE,CAAA;AACX,GAAA;AACF;;;;"}
@@ -2,8 +2,8 @@ import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
2
  import './fontFamily/index.js';
3
3
  import { fontFamily } from './fontFamily/fontFamily.web.js';
4
4
 
5
- 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; }
6
- 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; }
5
+ 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; }
6
+ 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; }
7
7
 
8
8
  /**
9
9
  * For font size and line-heights we can’t say from xl to 2xl the value will necessary increase.
@@ -8,8 +8,8 @@ import { throwBladeError } from '../../utils/logger/logger.js';
8
8
  import { opacity } from '../global/opacity.js';
9
9
  import { colors } from '../global/colors.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
  // WCAG2ContrastOptions are the options used to determine if a color is readable
14
14
  var WCAG2ContrastOptions = {
15
15
  level: 'AAA',
@@ -67,7 +67,6 @@ var generateChromaticBrandColors = function generateChromaticBrandColors(baseCol
67
67
  currentColor = currentColor.darken(darknessFactor);
68
68
  palette.unshift(currentColor.toHslString()); // Add shades at the beginning of the palette
69
69
  }
70
-
71
70
  var colorPalette = palette.reverse();
72
71
  var brandPrimaryColor = colorPalette[6];
73
72
  var brandColors = {
@@ -1 +1 @@
1
- {"version":3,"file":"createTheme.js","sources":["../../../../../../src/tokens/theme/createTheme.ts"],"sourcesContent":["import tinycolor from 'tinycolor2';\nimport type { WCAG2Options, ColorInput } from 'tinycolor2';\nimport type { ThemeTokens } from './theme';\nimport overrideTheme from './overrideTheme';\nimport bladeTheme from './bladeTheme';\nimport { colors as globalColors, opacity } from '~tokens/global';\nimport type { ColorChromaticScale } from '~tokens/global/colors';\nimport { throwBladeError } from '~utils/logger';\nimport type { DeepPartial } from '~utils/isPartialMatchObjectKeys';\n\n// WCAG2ContrastOptions are the options used to determine if a color is readable\nconst WCAG2ContrastOptions: WCAG2Options = {\n level: 'AAA',\n size: 'large',\n};\n\n/**\n * getColorWithOpacity\n * @param color - The color to add opacity to\n * @param opacity - The opacity to add to the color\n * @returns The color with the opacity added\n * @example\n * getColorWithOpacity('#fff', 0.5) // returns 'hsla(0, 0%, 100%, 0.5)'\n *\n **/\nconst getColorWithOpacity = (color: ColorInput, opacity: number): string => {\n return tinycolor(color).setAlpha(opacity).toHslString();\n};\n\n/**\n *\n * @description\n * Generates a chromatic color palette based on the base color passed in.\n * The base color is used to generate a palette of 11 colors, 5 shades lighter and 5 shades darker than the base color.\n * @param baseColorInput - The base color to generate the chromatic color palette from in hex, rgb, or hsl format\n * @returns Array of chromatic color palette\n */\nconst generateChromaticBrandColors = (baseColorInput: ColorInput): ColorChromaticScale => {\n const baseColor = tinycolor(baseColorInput);\n const baseColorHslString = baseColor.toHslString();\n if (__DEV__) {\n if (!baseColor.isValid()) {\n throwBladeError({\n message: 'Invalid brandColor passed',\n moduleName: 'createTheme',\n });\n }\n }\n\n const palette = [baseColorHslString]; // Include the original color\n const brightness = tinycolor(baseColor).getBrightness();\n // Determine how much to lighten or darken the colors depending on the brightness of the base color\n const lightnessFactor = brightness > 150 ? 3 : 6;\n const darknessFactor = brightness < 50 ? 3 : 5;\n\n let currentColor = baseColor;\n\n // Generate shades lighter\n for (let lightShadeIndex = 0; lightShadeIndex < 6; lightShadeIndex++) {\n currentColor = currentColor.brighten(lightnessFactor);\n palette.push(currentColor.toHslString());\n }\n\n currentColor = tinycolor(baseColorHslString); // Reset to the base color\n\n // Generate shades darker\n for (let darkShadeIndex = 0; darkShadeIndex < 4; darkShadeIndex++) {\n currentColor = currentColor.darken(darknessFactor);\n palette.unshift(currentColor.toHslString()); // Add shades at the beginning of the palette\n }\n\n const colorPalette = palette.reverse();\n const brandPrimaryColor = colorPalette[6];\n\n const brandColors: ColorChromaticScale = {\n '50': colorPalette[0],\n '100': colorPalette[1],\n '200': colorPalette[2],\n '300': colorPalette[3],\n '400': colorPalette[4],\n '500': colorPalette[5],\n '600': brandPrimaryColor,\n '700': colorPalette[7],\n '800': colorPalette[8],\n '900': colorPalette[9],\n '1000': colorPalette[10],\n a50: getColorWithOpacity(brandPrimaryColor, opacity[1]),\n a150: getColorWithOpacity(brandPrimaryColor, opacity[1]),\n a100: getColorWithOpacity(brandPrimaryColor, opacity[2]),\n a200: getColorWithOpacity(brandPrimaryColor, opacity[3]),\n };\n\n return brandColors;\n};\n\n/**\n *\n * @param brandColors - The brand colors to use to override the light theme\n * @description Returns overrides for the light theme with the brand colors passed in\n * @returns Overrides for the light theme with the custom brand colors\n */\nconst getOnLightOverrides = (\n brandColors: ColorChromaticScale,\n): DeepPartial<ThemeTokens['colors']['onLight']> => {\n // Select the most readable color to use as the foreground color on top of surface color\n // For example: On Secondary Button where the background color is surface color, the text color should be either the brand color or dark color depending on which is more readable on top of that surface color\n const foregroundOnSurface = tinycolor.isReadable(\n globalColors.neutral.blueGrayLight[50],\n brandColors[600],\n WCAG2ContrastOptions,\n )\n ? brandColors[600]\n : globalColors.neutral.blueGrayLight[1100];\n\n const foregroundOnBrand = tinycolor\n .mostReadable(\n brandColors[900],\n [globalColors.neutral.white[500], globalColors.neutral.black[500]],\n WCAG2ContrastOptions,\n )\n .toHslString();\n\n // Overrides for the light theme with the brand colors passed in\n const lightThemeOverrides: DeepPartial<ThemeTokens['colors']['onLight']> = {\n interactive: {\n background: {\n primary: {\n default: brandColors[600],\n highlighted: brandColors[700],\n disabled: brandColors.a100,\n faded: brandColors.a100,\n fadedHighlighted: brandColors.a150,\n },\n },\n border: {\n primary: {\n default: brandColors[600],\n highlighted: brandColors[700],\n disabled: brandColors.a100,\n faded: brandColors.a100,\n },\n },\n text: {\n primary: {\n normal: foregroundOnSurface,\n disabled: foregroundOnSurface,\n muted: foregroundOnSurface,\n subtle: foregroundOnSurface,\n },\n onPrimary: {\n normal: foregroundOnBrand,\n disabled: foregroundOnBrand,\n muted: foregroundOnBrand,\n subtle: foregroundOnBrand,\n },\n },\n icon: {\n primary: {\n normal: foregroundOnSurface,\n disabled: foregroundOnSurface,\n muted: foregroundOnSurface,\n subtle: foregroundOnSurface,\n },\n onPrimary: {\n normal: foregroundOnBrand,\n disabled: foregroundOnBrand,\n muted: foregroundOnBrand,\n subtle: foregroundOnBrand,\n },\n },\n },\n surface: {\n background: {\n primary: {\n intense: brandColors[600],\n subtle: brandColors[200],\n },\n },\n icon: {\n primary: {\n normal: brandColors[600],\n },\n },\n },\n };\n\n return lightThemeOverrides;\n};\n\n/**\n *\n * @param brandColors - The brand colors to use to override the dark theme\n * @description Returns overrides for the dark theme with the brand colors passed in\n * @returns Overrides for the dark theme with the custom brand colors\n */\nconst getOnDarkOverrides = (\n brandColors: ColorChromaticScale,\n): DeepPartial<ThemeTokens['colors']['onDark']> => {\n // Select the most readable color to use as the foreground color on top of surface color\n // For example: On Secondary Button where the background color is surface color, the text color should be either the brand color or dark color depending on which is more readable on top of that surface color\n const foregroundOnSurface = tinycolor.isReadable(\n globalColors.neutral.blueGrayDark[1100],\n brandColors[400],\n WCAG2ContrastOptions,\n )\n ? brandColors[400]\n : globalColors.neutral.blueGrayDark[0];\n\n const foregroundOnBrand = tinycolor\n .mostReadable(\n brandColors[900],\n [globalColors.neutral.white[500], globalColors.neutral.black[500]],\n WCAG2ContrastOptions,\n )\n .toHslString();\n\n // Overrides for the dark theme with the brand colors passed in\n const darkThemeOverrides: DeepPartial<ThemeTokens['colors']['onDark']> = {\n interactive: {\n background: {\n primary: {\n default: brandColors[600],\n highlighted: brandColors[700],\n disabled: brandColors.a100,\n faded: brandColors.a100,\n fadedHighlighted: brandColors.a150,\n },\n },\n border: {\n primary: {\n default: brandColors[600],\n highlighted: brandColors[700],\n disabled: brandColors.a100,\n faded: brandColors.a100,\n },\n },\n text: {\n primary: {\n normal: foregroundOnSurface,\n disabled: foregroundOnSurface,\n muted: foregroundOnSurface,\n subtle: foregroundOnSurface,\n },\n onPrimary: {\n normal: foregroundOnBrand,\n disabled: foregroundOnBrand,\n muted: foregroundOnBrand,\n subtle: foregroundOnBrand,\n },\n },\n icon: {\n primary: {\n normal: foregroundOnSurface,\n disabled: foregroundOnSurface,\n muted: foregroundOnSurface,\n subtle: foregroundOnSurface,\n },\n onPrimary: {\n normal: foregroundOnBrand,\n disabled: foregroundOnBrand,\n muted: foregroundOnBrand,\n subtle: foregroundOnBrand,\n },\n },\n },\n surface: {\n background: {\n primary: {\n intense: brandColors[600],\n subtle: brandColors[200],\n },\n },\n icon: {\n primary: {\n normal: brandColors[600],\n },\n },\n },\n };\n\n return darkThemeOverrides;\n};\n\n/**\n * @param {Object} themeConfig - The brand color and overrides to apply to the theme\n * @param {string} themeConfig.brandColor - The brand color to use to generate the theme. Can be in hex, rgb, or hsl format.\n * @description\n * Creates a Blade Theme based on the custom brand color\n * @returns The Theme Tokens with the custom brand colors\n * @example\n * const theme = createTheme({ brandColor: '#19BEA2'})\n **/\nexport const createTheme = ({ brandColor }: { brandColor: ColorInput }): ThemeTokens => {\n const chromaticBrandColors = generateChromaticBrandColors(brandColor);\n // Get onLight overrides\n const brandedLightTheme = getOnLightOverrides(chromaticBrandColors);\n // Get onDark overrides\n const brandedDarkTheme = getOnDarkOverrides(chromaticBrandColors);\n // Override the payment theme with the brand colors\n const brandedThemeTokens = overrideTheme({\n baseThemeTokens: bladeTheme,\n overrides: {\n name: `custom-${tinycolor(brandColor).toHex()}`,\n colors: {\n onLight: {\n ...brandedLightTheme,\n },\n onDark: {\n ...brandedDarkTheme,\n },\n },\n },\n });\n\n return brandedThemeTokens;\n};\n"],"names":["WCAG2ContrastOptions","level","size","getColorWithOpacity","color","opacity","tinycolor","setAlpha","toHslString","generateChromaticBrandColors","baseColorInput","baseColor","baseColorHslString","isValid","throwBladeError","message","moduleName","palette","brightness","getBrightness","lightnessFactor","darknessFactor","currentColor","lightShadeIndex","brighten","push","darkShadeIndex","darken","unshift","colorPalette","reverse","brandPrimaryColor","brandColors","a50","a150","a100","a200","getOnLightOverrides","foregroundOnSurface","isReadable","globalColors","neutral","blueGrayLight","foregroundOnBrand","mostReadable","white","black","lightThemeOverrides","interactive","background","primary","highlighted","disabled","faded","fadedHighlighted","border","text","normal","muted","subtle","onPrimary","icon","surface","intense","getOnDarkOverrides","blueGrayDark","darkThemeOverrides","createTheme","_ref","brandColor","chromaticBrandColors","brandedLightTheme","brandedDarkTheme","brandedThemeTokens","overrideTheme","baseThemeTokens","bladeTheme","overrides","name","concat","toHex","colors","onLight","_objectSpread","onDark"],"mappings":"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"}
1
+ {"version":3,"file":"createTheme.js","sources":["../../../../../../src/tokens/theme/createTheme.ts"],"sourcesContent":["import tinycolor from 'tinycolor2';\nimport type { WCAG2Options, ColorInput } from 'tinycolor2';\nimport type { ThemeTokens } from './theme';\nimport overrideTheme from './overrideTheme';\nimport bladeTheme from './bladeTheme';\nimport { colors as globalColors, opacity } from '~tokens/global';\nimport type { ColorChromaticScale } from '~tokens/global/colors';\nimport { throwBladeError } from '~utils/logger';\nimport type { DeepPartial } from '~utils/isPartialMatchObjectKeys';\n\n// WCAG2ContrastOptions are the options used to determine if a color is readable\nconst WCAG2ContrastOptions: WCAG2Options = {\n level: 'AAA',\n size: 'large',\n};\n\n/**\n * getColorWithOpacity\n * @param color - The color to add opacity to\n * @param opacity - The opacity to add to the color\n * @returns The color with the opacity added\n * @example\n * getColorWithOpacity('#fff', 0.5) // returns 'hsla(0, 0%, 100%, 0.5)'\n *\n **/\nconst getColorWithOpacity = (color: ColorInput, opacity: number): string => {\n return tinycolor(color).setAlpha(opacity).toHslString();\n};\n\n/**\n *\n * @description\n * Generates a chromatic color palette based on the base color passed in.\n * The base color is used to generate a palette of 11 colors, 5 shades lighter and 5 shades darker than the base color.\n * @param baseColorInput - The base color to generate the chromatic color palette from in hex, rgb, or hsl format\n * @returns Array of chromatic color palette\n */\nconst generateChromaticBrandColors = (baseColorInput: ColorInput): ColorChromaticScale => {\n const baseColor = tinycolor(baseColorInput);\n const baseColorHslString = baseColor.toHslString();\n if (__DEV__) {\n if (!baseColor.isValid()) {\n throwBladeError({\n message: 'Invalid brandColor passed',\n moduleName: 'createTheme',\n });\n }\n }\n\n const palette = [baseColorHslString]; // Include the original color\n const brightness = tinycolor(baseColor).getBrightness();\n // Determine how much to lighten or darken the colors depending on the brightness of the base color\n const lightnessFactor = brightness > 150 ? 3 : 6;\n const darknessFactor = brightness < 50 ? 3 : 5;\n\n let currentColor = baseColor;\n\n // Generate shades lighter\n for (let lightShadeIndex = 0; lightShadeIndex < 6; lightShadeIndex++) {\n currentColor = currentColor.brighten(lightnessFactor);\n palette.push(currentColor.toHslString());\n }\n\n currentColor = tinycolor(baseColorHslString); // Reset to the base color\n\n // Generate shades darker\n for (let darkShadeIndex = 0; darkShadeIndex < 4; darkShadeIndex++) {\n currentColor = currentColor.darken(darknessFactor);\n palette.unshift(currentColor.toHslString()); // Add shades at the beginning of the palette\n }\n\n const colorPalette = palette.reverse();\n const brandPrimaryColor = colorPalette[6];\n\n const brandColors: ColorChromaticScale = {\n '50': colorPalette[0],\n '100': colorPalette[1],\n '200': colorPalette[2],\n '300': colorPalette[3],\n '400': colorPalette[4],\n '500': colorPalette[5],\n '600': brandPrimaryColor,\n '700': colorPalette[7],\n '800': colorPalette[8],\n '900': colorPalette[9],\n '1000': colorPalette[10],\n a50: getColorWithOpacity(brandPrimaryColor, opacity[1]),\n a150: getColorWithOpacity(brandPrimaryColor, opacity[1]),\n a100: getColorWithOpacity(brandPrimaryColor, opacity[2]),\n a200: getColorWithOpacity(brandPrimaryColor, opacity[3]),\n };\n\n return brandColors;\n};\n\n/**\n *\n * @param brandColors - The brand colors to use to override the light theme\n * @description Returns overrides for the light theme with the brand colors passed in\n * @returns Overrides for the light theme with the custom brand colors\n */\nconst getOnLightOverrides = (\n brandColors: ColorChromaticScale,\n): DeepPartial<ThemeTokens['colors']['onLight']> => {\n // Select the most readable color to use as the foreground color on top of surface color\n // For example: On Secondary Button where the background color is surface color, the text color should be either the brand color or dark color depending on which is more readable on top of that surface color\n const foregroundOnSurface = tinycolor.isReadable(\n globalColors.neutral.blueGrayLight[50],\n brandColors[600],\n WCAG2ContrastOptions,\n )\n ? brandColors[600]\n : globalColors.neutral.blueGrayLight[1100];\n\n const foregroundOnBrand = tinycolor\n .mostReadable(\n brandColors[900],\n [globalColors.neutral.white[500], globalColors.neutral.black[500]],\n WCAG2ContrastOptions,\n )\n .toHslString();\n\n // Overrides for the light theme with the brand colors passed in\n const lightThemeOverrides: DeepPartial<ThemeTokens['colors']['onLight']> = {\n interactive: {\n background: {\n primary: {\n default: brandColors[600],\n highlighted: brandColors[700],\n disabled: brandColors.a100,\n faded: brandColors.a100,\n fadedHighlighted: brandColors.a150,\n },\n },\n border: {\n primary: {\n default: brandColors[600],\n highlighted: brandColors[700],\n disabled: brandColors.a100,\n faded: brandColors.a100,\n },\n },\n text: {\n primary: {\n normal: foregroundOnSurface,\n disabled: foregroundOnSurface,\n muted: foregroundOnSurface,\n subtle: foregroundOnSurface,\n },\n onPrimary: {\n normal: foregroundOnBrand,\n disabled: foregroundOnBrand,\n muted: foregroundOnBrand,\n subtle: foregroundOnBrand,\n },\n },\n icon: {\n primary: {\n normal: foregroundOnSurface,\n disabled: foregroundOnSurface,\n muted: foregroundOnSurface,\n subtle: foregroundOnSurface,\n },\n onPrimary: {\n normal: foregroundOnBrand,\n disabled: foregroundOnBrand,\n muted: foregroundOnBrand,\n subtle: foregroundOnBrand,\n },\n },\n },\n surface: {\n background: {\n primary: {\n intense: brandColors[600],\n subtle: brandColors[200],\n },\n },\n icon: {\n primary: {\n normal: brandColors[600],\n },\n },\n },\n };\n\n return lightThemeOverrides;\n};\n\n/**\n *\n * @param brandColors - The brand colors to use to override the dark theme\n * @description Returns overrides for the dark theme with the brand colors passed in\n * @returns Overrides for the dark theme with the custom brand colors\n */\nconst getOnDarkOverrides = (\n brandColors: ColorChromaticScale,\n): DeepPartial<ThemeTokens['colors']['onDark']> => {\n // Select the most readable color to use as the foreground color on top of surface color\n // For example: On Secondary Button where the background color is surface color, the text color should be either the brand color or dark color depending on which is more readable on top of that surface color\n const foregroundOnSurface = tinycolor.isReadable(\n globalColors.neutral.blueGrayDark[1100],\n brandColors[400],\n WCAG2ContrastOptions,\n )\n ? brandColors[400]\n : globalColors.neutral.blueGrayDark[0];\n\n const foregroundOnBrand = tinycolor\n .mostReadable(\n brandColors[900],\n [globalColors.neutral.white[500], globalColors.neutral.black[500]],\n WCAG2ContrastOptions,\n )\n .toHslString();\n\n // Overrides for the dark theme with the brand colors passed in\n const darkThemeOverrides: DeepPartial<ThemeTokens['colors']['onDark']> = {\n interactive: {\n background: {\n primary: {\n default: brandColors[600],\n highlighted: brandColors[700],\n disabled: brandColors.a100,\n faded: brandColors.a100,\n fadedHighlighted: brandColors.a150,\n },\n },\n border: {\n primary: {\n default: brandColors[600],\n highlighted: brandColors[700],\n disabled: brandColors.a100,\n faded: brandColors.a100,\n },\n },\n text: {\n primary: {\n normal: foregroundOnSurface,\n disabled: foregroundOnSurface,\n muted: foregroundOnSurface,\n subtle: foregroundOnSurface,\n },\n onPrimary: {\n normal: foregroundOnBrand,\n disabled: foregroundOnBrand,\n muted: foregroundOnBrand,\n subtle: foregroundOnBrand,\n },\n },\n icon: {\n primary: {\n normal: foregroundOnSurface,\n disabled: foregroundOnSurface,\n muted: foregroundOnSurface,\n subtle: foregroundOnSurface,\n },\n onPrimary: {\n normal: foregroundOnBrand,\n disabled: foregroundOnBrand,\n muted: foregroundOnBrand,\n subtle: foregroundOnBrand,\n },\n },\n },\n surface: {\n background: {\n primary: {\n intense: brandColors[600],\n subtle: brandColors[200],\n },\n },\n icon: {\n primary: {\n normal: brandColors[600],\n },\n },\n },\n };\n\n return darkThemeOverrides;\n};\n\n/**\n * @param {Object} themeConfig - The brand color and overrides to apply to the theme\n * @param {string} themeConfig.brandColor - The brand color to use to generate the theme. Can be in hex, rgb, or hsl format.\n * @description\n * Creates a Blade Theme based on the custom brand color\n * @returns The Theme Tokens with the custom brand colors\n * @example\n * const theme = createTheme({ brandColor: '#19BEA2'})\n **/\nexport const createTheme = ({ brandColor }: { brandColor: ColorInput }): ThemeTokens => {\n const chromaticBrandColors = generateChromaticBrandColors(brandColor);\n // Get onLight overrides\n const brandedLightTheme = getOnLightOverrides(chromaticBrandColors);\n // Get onDark overrides\n const brandedDarkTheme = getOnDarkOverrides(chromaticBrandColors);\n // Override the payment theme with the brand colors\n const brandedThemeTokens = overrideTheme({\n baseThemeTokens: bladeTheme,\n overrides: {\n name: `custom-${tinycolor(brandColor).toHex()}`,\n colors: {\n onLight: {\n ...brandedLightTheme,\n },\n onDark: {\n ...brandedDarkTheme,\n },\n },\n },\n });\n\n return brandedThemeTokens;\n};\n"],"names":["WCAG2ContrastOptions","level","size","getColorWithOpacity","color","opacity","tinycolor","setAlpha","toHslString","generateChromaticBrandColors","baseColorInput","baseColor","baseColorHslString","isValid","throwBladeError","message","moduleName","palette","brightness","getBrightness","lightnessFactor","darknessFactor","currentColor","lightShadeIndex","brighten","push","darkShadeIndex","darken","unshift","colorPalette","reverse","brandPrimaryColor","brandColors","a50","a150","a100","a200","getOnLightOverrides","foregroundOnSurface","isReadable","globalColors","neutral","blueGrayLight","foregroundOnBrand","mostReadable","white","black","lightThemeOverrides","interactive","background","primary","highlighted","disabled","faded","fadedHighlighted","border","text","normal","muted","subtle","onPrimary","icon","surface","intense","getOnDarkOverrides","blueGrayDark","darkThemeOverrides","createTheme","_ref","brandColor","chromaticBrandColors","brandedLightTheme","brandedDarkTheme","brandedThemeTokens","overrideTheme","baseThemeTokens","bladeTheme","overrides","name","concat","toHex","colors","onLight","_objectSpread","onDark"],"mappings":"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"}
@@ -3,7 +3,7 @@
3
3
  var _typeof = require('@babel/runtime/helpers/typeof');
4
4
  var _asyncToGenerator = require('@babel/runtime/helpers/asyncToGenerator');
5
5
 
6
- function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) keys.push(key); return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
6
+ function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, "catch": function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
7
7
  var getBladeCoverage = function getBladeCoverage() {
8
8
  /**
9
9
  * Checks if DOM node is hidden or not