@bitrise/bitkit 13.288.0 → 13.288.1-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (734) hide show
  1. package/package.json +17 -17
  2. package/src/Components/Accordion/Accordion.theme.ts +1 -1
  3. package/src/Components/Accordion/Accordion.tsx +1 -1
  4. package/src/Components/Accordion/AccordionItem.tsx +1 -1
  5. package/src/Components/AspectRatio/AspectRatio.tsx +1 -1
  6. package/src/Components/Avatar/Avatar.theme.ts +1 -1
  7. package/src/Components/Avatar/Avatar.tsx +1 -1
  8. package/src/Components/Badge/Badge.theme.ts +1 -1
  9. package/src/Components/Badge/Badge.tsx +1 -1
  10. package/src/Components/Box/Box.tsx +1 -1
  11. package/src/Components/Breadcrumb/Breadcrumb.theme.ts +1 -1
  12. package/src/Components/Breadcrumb/Breadcrumb.tsx +1 -1
  13. package/src/Components/Breadcrumb/BreadcrumbLink.tsx +1 -1
  14. package/src/Components/Button/Button.theme.ts +1 -1
  15. package/src/Components/Button/Button.tsx +1 -1
  16. package/src/Components/ButtonGroup/ButtonGroup.tsx +1 -1
  17. package/src/Components/Card/Card.tsx +1 -1
  18. package/src/Components/CloseButton/CloseButton.tsx +1 -1
  19. package/src/Components/CodeSnippet/CodeSnippet.theme.ts +1 -1
  20. package/src/Components/CodeSnippet/CodeSnippet.tsx +1 -1
  21. package/src/Components/Collapse/Collapse.tsx +1 -1
  22. package/src/Components/ColorButton/ColorButton.tsx +1 -6
  23. package/src/Components/ControlButton/ControlButton.tsx +1 -1
  24. package/src/Components/DataWidget/DataWidget.theme.ts +1 -1
  25. package/src/Components/DataWidget/DataWidget.tsx +1 -1
  26. package/src/Components/DatePicker/DatePicker.context.ts +1 -1
  27. package/src/Components/DatePicker/DatePicker.tsx +1 -1
  28. package/src/Components/DatePicker/DatePickerDay.tsx +2 -2
  29. package/src/Components/DatePicker/DatePickerHeader.tsx +1 -1
  30. package/src/Components/DatePicker/DatePickerMonth.tsx +1 -1
  31. package/src/Components/DatePicker/DatePickerMonthSelector.tsx +1 -1
  32. package/src/Components/DefinitionTooltip/DefinitionTooltip.theme.ts +1 -1
  33. package/src/Components/DefinitionTooltip/DefinitionTooltip.tsx +1 -1
  34. package/src/Components/Dialog/Dialog.theme.ts +1 -1
  35. package/src/Components/Dialog/Dialog.tsx +1 -1
  36. package/src/Components/Dialog/DialogBody.tsx +1 -1
  37. package/src/Components/Dialog/DialogFooter.tsx +1 -1
  38. package/src/Components/Dialog/DialogProps.ts +1 -1
  39. package/src/Components/Divider/Divider.tsx +1 -1
  40. package/src/Components/Dot/Dot.tsx +1 -1
  41. package/src/Components/DraggableCard/DraggableCard.theme.ts +1 -1
  42. package/src/Components/DraggableCard/DraggableCard.tsx +1 -1
  43. package/src/Components/Drawer/Drawer.theme.ts +1 -1
  44. package/src/Components/Drawer/Drawer.tsx +1 -1
  45. package/src/Components/Drawer/useDrawer.tsx +1 -1
  46. package/src/Components/Dropdown/Dropdown.context.tsx +2 -2
  47. package/src/Components/Dropdown/Dropdown.tsx +1 -1
  48. package/src/Components/Dropdown/DropdownButton.tsx +1 -1
  49. package/src/Components/Dropdown/DropdownOption.tsx +1 -1
  50. package/src/Components/Dropdown/DropdownProps.ts +1 -1
  51. package/src/Components/Dropdown/hooks/useFloatingDropdown.ts +2 -2
  52. package/src/Components/Dropdown/hooks/useSimpleSearch.tsx +1 -1
  53. package/src/Components/EmptyState/EmptyState.theme.ts +1 -1
  54. package/src/Components/EmptyState/EmptyState.tsx +1 -1
  55. package/src/Components/ExpandableCard/ExpandableCard.theme.ts +1 -1
  56. package/src/Components/ExpandableCard/ExpandableCard.tsx +1 -1
  57. package/src/Components/Fade/Fade.tsx +1 -1
  58. package/src/Components/Filter/Filter.context.tsx +1 -1
  59. package/src/Components/Filter/Filter.theme.ts +1 -1
  60. package/src/Components/Filter/Filter.tsx +1 -1
  61. package/src/Components/Filter/FilterAdd/FilterAdd.tsx +1 -1
  62. package/src/Components/Filter/FilterDate/FilterDate.tsx +1 -1
  63. package/src/Components/Filter/FilterForm/FilterForm.tsx +1 -1
  64. package/src/Components/Filter/FilterItem/FilterItem.tsx +1 -1
  65. package/src/Components/Filter/FilterSearch/FilterSearch.tsx +1 -1
  66. package/src/Components/Filter/FilterSwitch/FilterSwitch.tsx +3 -3
  67. package/src/Components/Filter/FilterSwitch/FilterSwitchGroup.tsx +1 -1
  68. package/src/Components/Form/Checkbox/Checkbox.tsx +1 -1
  69. package/src/Components/Form/Checkbox/CheckboxGroup.tsx +1 -4
  70. package/src/Components/Form/DateInput/DateInput.tsx +1 -1
  71. package/src/Components/Form/FileInput/FileInput.theme.ts +1 -1
  72. package/src/Components/Form/FileInput/FileInput.tsx +1 -1
  73. package/src/Components/Form/Form.theme.ts +1 -1
  74. package/src/Components/Form/FormLabel.tsx +1 -1
  75. package/src/Components/Form/Input/Input.theme.ts +1 -1
  76. package/src/Components/Form/Input/Input.tsx +1 -1
  77. package/src/Components/Form/Radio/Radio.tsx +1 -1
  78. package/src/Components/Form/Radio/RadioGroup.tsx +1 -1
  79. package/src/Components/Form/TagsInput/TagsInput.theme.ts +1 -1
  80. package/src/Components/Form/TagsInput/TagsInput.tsx +1 -1
  81. package/src/Components/Form/Textarea/Textarea.theme.ts +1 -1
  82. package/src/Components/Form/Textarea/Textarea.tsx +1 -1
  83. package/src/Components/Icon/Icon.tsx +1 -1
  84. package/src/Components/IconButton/IconButton.tsx +1 -5
  85. package/src/Components/Icons/16x16/AbortCircle.tsx +1 -1
  86. package/src/Components/Icons/16x16/AbortCircleFilled.tsx +1 -1
  87. package/src/Components/Icons/16x16/Addons.tsx +1 -1
  88. package/src/Components/Icons/16x16/AddonsTuorqouise.tsx +1 -1
  89. package/src/Components/Icons/16x16/AddonsViolet.tsx +1 -1
  90. package/src/Components/Icons/16x16/AddonsWhite.tsx +1 -1
  91. package/src/Components/Icons/16x16/Agent.tsx +1 -1
  92. package/src/Components/Icons/16x16/Anchor.tsx +1 -1
  93. package/src/Components/Icons/16x16/Android.tsx +1 -1
  94. package/src/Components/Icons/16x16/App.tsx +1 -1
  95. package/src/Components/Icons/16x16/AppStore.tsx +1 -1
  96. package/src/Components/Icons/16x16/AppStoreColor.tsx +1 -1
  97. package/src/Components/Icons/16x16/Apple.tsx +1 -1
  98. package/src/Components/Icons/16x16/AppleFill.tsx +1 -1
  99. package/src/Components/Icons/16x16/ArrowBackAndDown.tsx +1 -1
  100. package/src/Components/Icons/16x16/ArrowDown.tsx +1 -1
  101. package/src/Components/Icons/16x16/ArrowForwardAndDown.tsx +1 -1
  102. package/src/Components/Icons/16x16/ArrowForwardAndUp.tsx +1 -1
  103. package/src/Components/Icons/16x16/ArrowLeft.tsx +1 -1
  104. package/src/Components/Icons/16x16/ArrowMoveDown.tsx +1 -1
  105. package/src/Components/Icons/16x16/ArrowMoveLeft.tsx +1 -1
  106. package/src/Components/Icons/16x16/ArrowMoveRight.tsx +1 -1
  107. package/src/Components/Icons/16x16/ArrowMoveUp.tsx +1 -1
  108. package/src/Components/Icons/16x16/ArrowNorthEast.tsx +1 -1
  109. package/src/Components/Icons/16x16/ArrowNorthwest.tsx +1 -1
  110. package/src/Components/Icons/16x16/ArrowQuit.tsx +1 -1
  111. package/src/Components/Icons/16x16/ArrowRight.tsx +1 -1
  112. package/src/Components/Icons/16x16/ArrowUp.tsx +1 -1
  113. package/src/Components/Icons/16x16/Aws.tsx +1 -1
  114. package/src/Components/Icons/16x16/AwsColor.tsx +1 -1
  115. package/src/Components/Icons/16x16/Badge3rdParty.tsx +1 -1
  116. package/src/Components/Icons/16x16/BadgeBitrise.tsx +1 -1
  117. package/src/Components/Icons/16x16/Bazel.tsx +1 -1
  118. package/src/Components/Icons/16x16/Bell.tsx +1 -1
  119. package/src/Components/Icons/16x16/Bitbot.tsx +1 -1
  120. package/src/Components/Icons/16x16/BitbotError.tsx +1 -1
  121. package/src/Components/Icons/16x16/BitbucketBlue.tsx +1 -1
  122. package/src/Components/Icons/16x16/BitbucketNeutral.tsx +1 -1
  123. package/src/Components/Icons/16x16/BitbucketPlain.tsx +1 -1
  124. package/src/Components/Icons/16x16/BitbucketShadedWhite.tsx +1 -1
  125. package/src/Components/Icons/16x16/BlockCircle.tsx +1 -1
  126. package/src/Components/Icons/16x16/Book.tsx +1 -1
  127. package/src/Components/Icons/16x16/BoxWithArrowDown.tsx +1 -1
  128. package/src/Components/Icons/16x16/BoxWithDot.tsx +1 -1
  129. package/src/Components/Icons/16x16/Branch.tsx +1 -1
  130. package/src/Components/Icons/16x16/BrowserStackColor.tsx +1 -1
  131. package/src/Components/Icons/16x16/Bug.tsx +1 -1
  132. package/src/Components/Icons/16x16/Build.tsx +1 -1
  133. package/src/Components/Icons/16x16/BuildCache.tsx +1 -1
  134. package/src/Components/Icons/16x16/BuildCacheSolid.tsx +1 -1
  135. package/src/Components/Icons/16x16/BuildTest.tsx +1 -1
  136. package/src/Components/Icons/16x16/BuildTestSolid.tsx +1 -1
  137. package/src/Components/Icons/16x16/Bulletpoint.tsx +1 -1
  138. package/src/Components/Icons/16x16/Cache.tsx +1 -1
  139. package/src/Components/Icons/16x16/Calendar.tsx +1 -1
  140. package/src/Components/Icons/16x16/ChangePlan.tsx +1 -1
  141. package/src/Components/Icons/16x16/Chat.tsx +1 -1
  142. package/src/Components/Icons/16x16/ChatMessage.tsx +1 -1
  143. package/src/Components/Icons/16x16/Check.tsx +1 -1
  144. package/src/Components/Icons/16x16/CheckCircle.tsx +1 -1
  145. package/src/Components/Icons/16x16/CheckCircleFilled.tsx +1 -1
  146. package/src/Components/Icons/16x16/ChevronDown.tsx +1 -1
  147. package/src/Components/Icons/16x16/ChevronLeft.tsx +1 -1
  148. package/src/Components/Icons/16x16/ChevronRight.tsx +1 -1
  149. package/src/Components/Icons/16x16/ChevronUp.tsx +1 -1
  150. package/src/Components/Icons/16x16/Circle.tsx +1 -1
  151. package/src/Components/Icons/16x16/CircleDashed.tsx +1 -1
  152. package/src/Components/Icons/16x16/CircleHalfFilled.tsx +1 -1
  153. package/src/Components/Icons/16x16/Clock.tsx +1 -1
  154. package/src/Components/Icons/16x16/Code.tsx +1 -1
  155. package/src/Components/Icons/16x16/CodeSigning.tsx +1 -1
  156. package/src/Components/Icons/16x16/Coffee.tsx +1 -1
  157. package/src/Components/Icons/16x16/Commit.tsx +1 -1
  158. package/src/Components/Icons/16x16/Conference.tsx +1 -1
  159. package/src/Components/Icons/16x16/Configure.tsx +1 -1
  160. package/src/Components/Icons/16x16/ConnectedAccounts.tsx +1 -1
  161. package/src/Components/Icons/16x16/Cordova.tsx +1 -1
  162. package/src/Components/Icons/16x16/Cpu.tsx +1 -1
  163. package/src/Components/Icons/16x16/Creditcard.tsx +1 -1
  164. package/src/Components/Icons/16x16/Credits.tsx +1 -1
  165. package/src/Components/Icons/16x16/Cross.tsx +1 -1
  166. package/src/Components/Icons/16x16/CrossCircle.tsx +1 -1
  167. package/src/Components/Icons/16x16/CrossCircleFilled.tsx +1 -1
  168. package/src/Components/Icons/16x16/Cycle.tsx +1 -1
  169. package/src/Components/Icons/16x16/Dashboard.tsx +1 -1
  170. package/src/Components/Icons/16x16/DashboardFilled.tsx +1 -1
  171. package/src/Components/Icons/16x16/DeleteNope.tsx +1 -1
  172. package/src/Components/Icons/16x16/Deployment.tsx +1 -1
  173. package/src/Components/Icons/16x16/Details.tsx +1 -1
  174. package/src/Components/Icons/16x16/Doc.tsx +1 -1
  175. package/src/Components/Icons/16x16/Dollars.tsx +1 -1
  176. package/src/Components/Icons/16x16/Dotnet.tsx +1 -1
  177. package/src/Components/Icons/16x16/DotnetColor.tsx +1 -1
  178. package/src/Components/Icons/16x16/DotnetText.tsx +1 -1
  179. package/src/Components/Icons/16x16/DotnetTextColor.tsx +1 -1
  180. package/src/Components/Icons/16x16/DoubleCircle.tsx +1 -1
  181. package/src/Components/Icons/16x16/Download.tsx +1 -1
  182. package/src/Components/Icons/16x16/DropdownArrows.tsx +1 -1
  183. package/src/Components/Icons/16x16/Dudes.tsx +1 -1
  184. package/src/Components/Icons/16x16/Duplicate.tsx +1 -1
  185. package/src/Components/Icons/16x16/Enterprise.tsx +1 -1
  186. package/src/Components/Icons/16x16/ErrorCircle.tsx +1 -1
  187. package/src/Components/Icons/16x16/ErrorCircleFilled.tsx +1 -1
  188. package/src/Components/Icons/16x16/ErrorGeneral.tsx +1 -1
  189. package/src/Components/Icons/16x16/Expand.tsx +1 -1
  190. package/src/Components/Icons/16x16/Fastlane.tsx +1 -1
  191. package/src/Components/Icons/16x16/FileDoc.tsx +1 -1
  192. package/src/Components/Icons/16x16/FilePdf.tsx +1 -1
  193. package/src/Components/Icons/16x16/FilePlist.tsx +1 -1
  194. package/src/Components/Icons/16x16/FileZip.tsx +1 -1
  195. package/src/Components/Icons/16x16/Filter.tsx +1 -1
  196. package/src/Components/Icons/16x16/Flag.tsx +1 -1
  197. package/src/Components/Icons/16x16/Flutter.tsx +1 -1
  198. package/src/Components/Icons/16x16/Folder.tsx +1 -1
  199. package/src/Components/Icons/16x16/Fullscreen.tsx +1 -1
  200. package/src/Components/Icons/16x16/FullscreenExit.tsx +1 -1
  201. package/src/Components/Icons/16x16/Gauge.tsx +1 -1
  202. package/src/Components/Icons/16x16/Git.tsx +1 -1
  203. package/src/Components/Icons/16x16/Github.tsx +1 -1
  204. package/src/Components/Icons/16x16/GitlabColor.tsx +1 -1
  205. package/src/Components/Icons/16x16/GitlabPlain.tsx +1 -1
  206. package/src/Components/Icons/16x16/GitlabShadedWhite.tsx +1 -1
  207. package/src/Components/Icons/16x16/Globe.tsx +1 -1
  208. package/src/Components/Icons/16x16/Go.tsx +1 -1
  209. package/src/Components/Icons/16x16/GoogleColor.tsx +1 -1
  210. package/src/Components/Icons/16x16/GooglePlay.tsx +1 -1
  211. package/src/Components/Icons/16x16/GooglePlayColor.tsx +1 -1
  212. package/src/Components/Icons/16x16/Gradle.tsx +1 -1
  213. package/src/Components/Icons/16x16/Group.tsx +1 -1
  214. package/src/Components/Icons/16x16/Heart.tsx +1 -1
  215. package/src/Components/Icons/16x16/HidePassword.tsx +1 -1
  216. package/src/Components/Icons/16x16/History.tsx +1 -1
  217. package/src/Components/Icons/16x16/Image.tsx +1 -1
  218. package/src/Components/Icons/16x16/Info.tsx +1 -1
  219. package/src/Components/Icons/16x16/InfoCircle.tsx +1 -1
  220. package/src/Components/Icons/16x16/InfoCircleFilled.tsx +1 -1
  221. package/src/Components/Icons/16x16/Insights.tsx +1 -1
  222. package/src/Components/Icons/16x16/InsightsSolid.tsx +1 -1
  223. package/src/Components/Icons/16x16/Install.tsx +1 -1
  224. package/src/Components/Icons/16x16/Interaction.tsx +1 -1
  225. package/src/Components/Icons/16x16/Invoice.tsx +1 -1
  226. package/src/Components/Icons/16x16/Ionic.tsx +1 -1
  227. package/src/Components/Icons/16x16/Japanese.tsx +1 -1
  228. package/src/Components/Icons/16x16/Java.tsx +1 -1
  229. package/src/Components/Icons/16x16/JavaColor.tsx +1 -1
  230. package/src/Components/Icons/16x16/JavaDuke.tsx +1 -1
  231. package/src/Components/Icons/16x16/JavaDukeColor.tsx +1 -1
  232. package/src/Components/Icons/16x16/Key.tsx +1 -1
  233. package/src/Components/Icons/16x16/Kotlin.tsx +1 -1
  234. package/src/Components/Icons/16x16/KotlinColor.tsx +1 -1
  235. package/src/Components/Icons/16x16/KotlinWhite.tsx +1 -1
  236. package/src/Components/Icons/16x16/Laptop.tsx +1 -1
  237. package/src/Components/Icons/16x16/LaunchDarkly.tsx +1 -1
  238. package/src/Components/Icons/16x16/Lightbulb.tsx +1 -1
  239. package/src/Components/Icons/16x16/Link.tsx +1 -1
  240. package/src/Components/Icons/16x16/Linux.tsx +1 -1
  241. package/src/Components/Icons/16x16/Lock.tsx +1 -1
  242. package/src/Components/Icons/16x16/LockOpen.tsx +1 -1
  243. package/src/Components/Icons/16x16/Login.tsx +1 -1
  244. package/src/Components/Icons/16x16/Logout.tsx +1 -1
  245. package/src/Components/Icons/16x16/Macos.tsx +1 -1
  246. package/src/Components/Icons/16x16/MagicWand.tsx +1 -1
  247. package/src/Components/Icons/16x16/Magnifier.tsx +1 -1
  248. package/src/Components/Icons/16x16/Mail.tsx +1 -1
  249. package/src/Components/Icons/16x16/MenuGrid.tsx +1 -1
  250. package/src/Components/Icons/16x16/MenuHamburger.tsx +1 -1
  251. package/src/Components/Icons/16x16/Message.tsx +1 -1
  252. package/src/Components/Icons/16x16/MessageQuestion.tsx +1 -1
  253. package/src/Components/Icons/16x16/Minus.tsx +1 -1
  254. package/src/Components/Icons/16x16/MinusCircle.tsx +1 -1
  255. package/src/Components/Icons/16x16/MinusCircleFilled.tsx +1 -1
  256. package/src/Components/Icons/16x16/Mobile.tsx +1 -1
  257. package/src/Components/Icons/16x16/MonitorChart.tsx +1 -1
  258. package/src/Components/Icons/16x16/MoreHorizontal.tsx +1 -1
  259. package/src/Components/Icons/16x16/MoreVertical.tsx +1 -1
  260. package/src/Components/Icons/16x16/News.tsx +1 -1
  261. package/src/Components/Icons/16x16/NoTie.tsx +1 -1
  262. package/src/Components/Icons/16x16/Nodejs.tsx +1 -1
  263. package/src/Components/Icons/16x16/Numero.tsx +1 -1
  264. package/src/Components/Icons/16x16/OpenInBrowser.tsx +1 -1
  265. package/src/Components/Icons/16x16/Other.tsx +1 -1
  266. package/src/Components/Icons/16x16/OutsideContributor.tsx +1 -1
  267. package/src/Components/Icons/16x16/OverflowingLines.tsx +1 -1
  268. package/src/Components/Icons/16x16/Overview.tsx +1 -1
  269. package/src/Components/Icons/16x16/Owner.tsx +1 -1
  270. package/src/Components/Icons/16x16/Pause.tsx +1 -1
  271. package/src/Components/Icons/16x16/Pencil.tsx +1 -1
  272. package/src/Components/Icons/16x16/Percent.tsx +1 -1
  273. package/src/Components/Icons/16x16/Person.tsx +1 -1
  274. package/src/Components/Icons/16x16/Play.tsx +1 -1
  275. package/src/Components/Icons/16x16/Plus.tsx +1 -1
  276. package/src/Components/Icons/16x16/PlusCircle.tsx +1 -1
  277. package/src/Components/Icons/16x16/PlusCircleFilled.tsx +1 -1
  278. package/src/Components/Icons/16x16/Podcast.tsx +1 -1
  279. package/src/Components/Icons/16x16/Power.tsx +1 -1
  280. package/src/Components/Icons/16x16/Pull.tsx +1 -1
  281. package/src/Components/Icons/16x16/Push.tsx +1 -1
  282. package/src/Components/Icons/16x16/Puzzle.tsx +1 -1
  283. package/src/Components/Icons/16x16/QuestionCircle.tsx +1 -1
  284. package/src/Components/Icons/16x16/QuestionCircleFilled.tsx +1 -1
  285. package/src/Components/Icons/16x16/ReactIcon.tsx +1 -1
  286. package/src/Components/Icons/16x16/Refresh.tsx +1 -1
  287. package/src/Components/Icons/16x16/Regex.tsx +1 -1
  288. package/src/Components/Icons/16x16/Release.tsx +1 -1
  289. package/src/Components/Icons/16x16/ReleaseSolid.tsx +1 -1
  290. package/src/Components/Icons/16x16/Replace.tsx +1 -1
  291. package/src/Components/Icons/16x16/Request.tsx +1 -1
  292. package/src/Components/Icons/16x16/Responsiveness.tsx +1 -1
  293. package/src/Components/Icons/16x16/Save.tsx +1 -1
  294. package/src/Components/Icons/16x16/Screenshare.tsx +1 -1
  295. package/src/Components/Icons/16x16/SecurityShield.tsx +1 -1
  296. package/src/Components/Icons/16x16/SelectChevron.tsx +1 -1
  297. package/src/Components/Icons/16x16/Settings.tsx +1 -1
  298. package/src/Components/Icons/16x16/SettingsSolid.tsx +1 -1
  299. package/src/Components/Icons/16x16/Ship.tsx +1 -1
  300. package/src/Components/Icons/16x16/ShowPassword.tsx +1 -1
  301. package/src/Components/Icons/16x16/Shuffle.tsx +1 -1
  302. package/src/Components/Icons/16x16/Siren.tsx +1 -1
  303. package/src/Components/Icons/16x16/SkipCircle.tsx +1 -1
  304. package/src/Components/Icons/16x16/SkipCircleFilled.tsx +1 -1
  305. package/src/Components/Icons/16x16/Slack.tsx +1 -1
  306. package/src/Components/Icons/16x16/SlackColor.tsx +1 -1
  307. package/src/Components/Icons/16x16/Sort.tsx +1 -1
  308. package/src/Components/Icons/16x16/SortArrows.tsx +1 -1
  309. package/src/Components/Icons/16x16/SpinnerPurpleDouble.tsx +1 -1
  310. package/src/Components/Icons/16x16/Stability.tsx +1 -1
  311. package/src/Components/Icons/16x16/Stack.tsx +1 -1
  312. package/src/Components/Icons/16x16/Star.tsx +1 -1
  313. package/src/Components/Icons/16x16/Status.tsx +1 -1
  314. package/src/Components/Icons/16x16/StepUpgrade.tsx +1 -1
  315. package/src/Components/Icons/16x16/StepVersionOk.tsx +1 -1
  316. package/src/Components/Icons/16x16/Steps.tsx +1 -1
  317. package/src/Components/Icons/16x16/StepsTuorqouise.tsx +1 -1
  318. package/src/Components/Icons/16x16/StepsViolet.tsx +1 -1
  319. package/src/Components/Icons/16x16/StepsWhite.tsx +1 -1
  320. package/src/Components/Icons/16x16/Stopwatch.tsx +1 -1
  321. package/src/Components/Icons/16x16/Support.tsx +1 -1
  322. package/src/Components/Icons/16x16/Swag.tsx +1 -1
  323. package/src/Components/Icons/16x16/Tag.tsx +1 -1
  324. package/src/Components/Icons/16x16/Teams.tsx +1 -1
  325. package/src/Components/Icons/16x16/TeamsColor.tsx +1 -1
  326. package/src/Components/Icons/16x16/TestFailed.tsx +1 -1
  327. package/src/Components/Icons/16x16/TestInfo.tsx +1 -1
  328. package/src/Components/Icons/16x16/TestInprogress.tsx +1 -1
  329. package/src/Components/Icons/16x16/TestSkipped.tsx +1 -1
  330. package/src/Components/Icons/16x16/TestSuccess.tsx +1 -1
  331. package/src/Components/Icons/16x16/TestWarning.tsx +1 -1
  332. package/src/Components/Icons/16x16/Testing.tsx +1 -1
  333. package/src/Components/Icons/16x16/ThumbDown.tsx +1 -1
  334. package/src/Components/Icons/16x16/ThumbUp.tsx +1 -1
  335. package/src/Components/Icons/16x16/Time.tsx +1 -1
  336. package/src/Components/Icons/16x16/Tools.tsx +1 -1
  337. package/src/Components/Icons/16x16/Trace.tsx +1 -1
  338. package/src/Components/Icons/16x16/Trash.tsx +1 -1
  339. package/src/Components/Icons/16x16/Trigger.tsx +1 -1
  340. package/src/Components/Icons/16x16/Twitter.tsx +1 -1
  341. package/src/Components/Icons/16x16/Ubuntu.tsx +1 -1
  342. package/src/Components/Icons/16x16/UbuntuColor.tsx +1 -1
  343. package/src/Components/Icons/16x16/Upload.tsx +1 -1
  344. package/src/Components/Icons/16x16/ValidateShield.tsx +1 -1
  345. package/src/Components/Icons/16x16/Video.tsx +1 -1
  346. package/src/Components/Icons/16x16/Warning.tsx +1 -1
  347. package/src/Components/Icons/16x16/WarningYellow.tsx +1 -1
  348. package/src/Components/Icons/16x16/WebUi.tsx +1 -1
  349. package/src/Components/Icons/16x16/Webhooks.tsx +1 -1
  350. package/src/Components/Icons/16x16/Webinar.tsx +1 -1
  351. package/src/Components/Icons/16x16/Window.tsx +1 -1
  352. package/src/Components/Icons/16x16/Workflow.tsx +1 -1
  353. package/src/Components/Icons/16x16/WorkflowFlow.tsx +1 -1
  354. package/src/Components/Icons/16x16/Wow.tsx +1 -1
  355. package/src/Components/Icons/16x16/WrappedLines.tsx +1 -1
  356. package/src/Components/Icons/16x16/XTwitter.tsx +1 -1
  357. package/src/Components/Icons/16x16/Xamarin.tsx +1 -1
  358. package/src/Components/Icons/16x16/Xcode.tsx +1 -1
  359. package/src/Components/Icons/24x24/AbortCircle.tsx +1 -1
  360. package/src/Components/Icons/24x24/AbortCircleFilled.tsx +1 -1
  361. package/src/Components/Icons/24x24/Addons.tsx +1 -1
  362. package/src/Components/Icons/24x24/AddonsTuorqouise.tsx +1 -1
  363. package/src/Components/Icons/24x24/AddonsViolet.tsx +1 -1
  364. package/src/Components/Icons/24x24/AddonsWhite.tsx +1 -1
  365. package/src/Components/Icons/24x24/Agent.tsx +1 -1
  366. package/src/Components/Icons/24x24/Anchor.tsx +1 -1
  367. package/src/Components/Icons/24x24/Android.tsx +1 -1
  368. package/src/Components/Icons/24x24/App.tsx +1 -1
  369. package/src/Components/Icons/24x24/AppStore.tsx +1 -1
  370. package/src/Components/Icons/24x24/AppStoreColor.tsx +1 -1
  371. package/src/Components/Icons/24x24/Apple.tsx +1 -1
  372. package/src/Components/Icons/24x24/AppleFill.tsx +1 -1
  373. package/src/Components/Icons/24x24/ArrowBackAndDown.tsx +1 -1
  374. package/src/Components/Icons/24x24/ArrowDown.tsx +1 -1
  375. package/src/Components/Icons/24x24/ArrowForwardAndDown.tsx +1 -1
  376. package/src/Components/Icons/24x24/ArrowForwardAndUp.tsx +1 -1
  377. package/src/Components/Icons/24x24/ArrowLeft.tsx +1 -1
  378. package/src/Components/Icons/24x24/ArrowMoveDown.tsx +1 -1
  379. package/src/Components/Icons/24x24/ArrowMoveLeft.tsx +1 -1
  380. package/src/Components/Icons/24x24/ArrowMoveRight.tsx +1 -1
  381. package/src/Components/Icons/24x24/ArrowMoveUp.tsx +1 -1
  382. package/src/Components/Icons/24x24/ArrowNorthEast.tsx +1 -1
  383. package/src/Components/Icons/24x24/ArrowNorthwest.tsx +1 -1
  384. package/src/Components/Icons/24x24/ArrowQuit.tsx +1 -1
  385. package/src/Components/Icons/24x24/ArrowRight.tsx +1 -1
  386. package/src/Components/Icons/24x24/ArrowUp.tsx +1 -1
  387. package/src/Components/Icons/24x24/Aws.tsx +1 -1
  388. package/src/Components/Icons/24x24/AwsColor.tsx +1 -1
  389. package/src/Components/Icons/24x24/Badge3rdParty.tsx +1 -1
  390. package/src/Components/Icons/24x24/BadgeBitrise.tsx +1 -1
  391. package/src/Components/Icons/24x24/Bazel.tsx +1 -1
  392. package/src/Components/Icons/24x24/Bell.tsx +1 -1
  393. package/src/Components/Icons/24x24/Bitbot.tsx +1 -1
  394. package/src/Components/Icons/24x24/BitbotError.tsx +1 -1
  395. package/src/Components/Icons/24x24/BitbucketBlue.tsx +1 -1
  396. package/src/Components/Icons/24x24/BitbucketNeutral.tsx +1 -1
  397. package/src/Components/Icons/24x24/BitbucketPlain.tsx +1 -1
  398. package/src/Components/Icons/24x24/BitbucketShadedWhite.tsx +1 -1
  399. package/src/Components/Icons/24x24/BlockCircle.tsx +1 -1
  400. package/src/Components/Icons/24x24/Book.tsx +1 -1
  401. package/src/Components/Icons/24x24/BoxWithArrowDown.tsx +1 -1
  402. package/src/Components/Icons/24x24/BoxWithDot.tsx +1 -1
  403. package/src/Components/Icons/24x24/Branch.tsx +1 -1
  404. package/src/Components/Icons/24x24/BrowserStackColor.tsx +1 -1
  405. package/src/Components/Icons/24x24/Bug.tsx +1 -1
  406. package/src/Components/Icons/24x24/Build.tsx +1 -1
  407. package/src/Components/Icons/24x24/BuildCache.tsx +1 -1
  408. package/src/Components/Icons/24x24/BuildCacheSolid.tsx +1 -1
  409. package/src/Components/Icons/24x24/BuildTest.tsx +1 -1
  410. package/src/Components/Icons/24x24/BuildTestSolid.tsx +1 -1
  411. package/src/Components/Icons/24x24/Bulletpoint.tsx +1 -1
  412. package/src/Components/Icons/24x24/Cache.tsx +1 -1
  413. package/src/Components/Icons/24x24/Calendar.tsx +1 -1
  414. package/src/Components/Icons/24x24/ChangePlan.tsx +1 -1
  415. package/src/Components/Icons/24x24/Chat.tsx +1 -1
  416. package/src/Components/Icons/24x24/ChatMessage.tsx +1 -1
  417. package/src/Components/Icons/24x24/Check.tsx +1 -1
  418. package/src/Components/Icons/24x24/CheckCircle.tsx +1 -1
  419. package/src/Components/Icons/24x24/CheckCircleFilled.tsx +1 -1
  420. package/src/Components/Icons/24x24/ChevronDown.tsx +1 -1
  421. package/src/Components/Icons/24x24/ChevronLeft.tsx +1 -1
  422. package/src/Components/Icons/24x24/ChevronRight.tsx +1 -1
  423. package/src/Components/Icons/24x24/ChevronUp.tsx +1 -1
  424. package/src/Components/Icons/24x24/Circle.tsx +1 -1
  425. package/src/Components/Icons/24x24/CircleDashed.tsx +1 -1
  426. package/src/Components/Icons/24x24/CircleHalfFilled.tsx +1 -1
  427. package/src/Components/Icons/24x24/Clock.tsx +1 -1
  428. package/src/Components/Icons/24x24/Code.tsx +1 -1
  429. package/src/Components/Icons/24x24/CodeSigning.tsx +1 -1
  430. package/src/Components/Icons/24x24/Coffee.tsx +1 -1
  431. package/src/Components/Icons/24x24/Commit.tsx +1 -1
  432. package/src/Components/Icons/24x24/Conference.tsx +1 -1
  433. package/src/Components/Icons/24x24/Configure.tsx +1 -1
  434. package/src/Components/Icons/24x24/ConnectedAccounts.tsx +1 -1
  435. package/src/Components/Icons/24x24/Cordova.tsx +1 -1
  436. package/src/Components/Icons/24x24/Cpu.tsx +1 -1
  437. package/src/Components/Icons/24x24/Creditcard.tsx +1 -1
  438. package/src/Components/Icons/24x24/Credits.tsx +1 -1
  439. package/src/Components/Icons/24x24/Cross.tsx +1 -1
  440. package/src/Components/Icons/24x24/CrossCircle.tsx +1 -1
  441. package/src/Components/Icons/24x24/CrossCircleFilled.tsx +1 -1
  442. package/src/Components/Icons/24x24/Cycle.tsx +1 -1
  443. package/src/Components/Icons/24x24/Dashboard.tsx +1 -1
  444. package/src/Components/Icons/24x24/DashboardFilled.tsx +1 -1
  445. package/src/Components/Icons/24x24/DeleteNope.tsx +1 -1
  446. package/src/Components/Icons/24x24/Deployment.tsx +1 -1
  447. package/src/Components/Icons/24x24/Details.tsx +1 -1
  448. package/src/Components/Icons/24x24/Doc.tsx +1 -1
  449. package/src/Components/Icons/24x24/Dollars.tsx +1 -1
  450. package/src/Components/Icons/24x24/Dotnet.tsx +1 -1
  451. package/src/Components/Icons/24x24/DotnetColor.tsx +1 -1
  452. package/src/Components/Icons/24x24/DotnetText.tsx +1 -1
  453. package/src/Components/Icons/24x24/DotnetTextColor.tsx +1 -1
  454. package/src/Components/Icons/24x24/DoubleCircle.tsx +1 -1
  455. package/src/Components/Icons/24x24/Download.tsx +1 -1
  456. package/src/Components/Icons/24x24/DropdownArrows.tsx +1 -1
  457. package/src/Components/Icons/24x24/Dudes.tsx +1 -1
  458. package/src/Components/Icons/24x24/Duplicate.tsx +1 -1
  459. package/src/Components/Icons/24x24/Enterprise.tsx +1 -1
  460. package/src/Components/Icons/24x24/ErrorCircle.tsx +1 -1
  461. package/src/Components/Icons/24x24/ErrorCircleFilled.tsx +1 -1
  462. package/src/Components/Icons/24x24/ErrorGeneral.tsx +1 -1
  463. package/src/Components/Icons/24x24/Expand.tsx +1 -1
  464. package/src/Components/Icons/24x24/Fastlane.tsx +1 -1
  465. package/src/Components/Icons/24x24/FileDoc.tsx +1 -1
  466. package/src/Components/Icons/24x24/FilePdf.tsx +1 -1
  467. package/src/Components/Icons/24x24/FilePlist.tsx +1 -1
  468. package/src/Components/Icons/24x24/FileZip.tsx +1 -1
  469. package/src/Components/Icons/24x24/Filter.tsx +1 -1
  470. package/src/Components/Icons/24x24/Flag.tsx +1 -1
  471. package/src/Components/Icons/24x24/Flutter.tsx +1 -1
  472. package/src/Components/Icons/24x24/Folder.tsx +1 -1
  473. package/src/Components/Icons/24x24/Fullscreen.tsx +1 -1
  474. package/src/Components/Icons/24x24/FullscreenExit.tsx +1 -1
  475. package/src/Components/Icons/24x24/Gauge.tsx +1 -1
  476. package/src/Components/Icons/24x24/Git.tsx +1 -1
  477. package/src/Components/Icons/24x24/Github.tsx +1 -1
  478. package/src/Components/Icons/24x24/GitlabColor.tsx +1 -1
  479. package/src/Components/Icons/24x24/GitlabPlain.tsx +1 -1
  480. package/src/Components/Icons/24x24/GitlabShadedWhite.tsx +1 -1
  481. package/src/Components/Icons/24x24/Globe.tsx +1 -1
  482. package/src/Components/Icons/24x24/Go.tsx +1 -1
  483. package/src/Components/Icons/24x24/GoogleColor.tsx +1 -1
  484. package/src/Components/Icons/24x24/GooglePlay.tsx +1 -1
  485. package/src/Components/Icons/24x24/GooglePlayColor.tsx +1 -1
  486. package/src/Components/Icons/24x24/Gradle.tsx +1 -1
  487. package/src/Components/Icons/24x24/Group.tsx +1 -1
  488. package/src/Components/Icons/24x24/Heart.tsx +1 -1
  489. package/src/Components/Icons/24x24/HidePassword.tsx +1 -1
  490. package/src/Components/Icons/24x24/History.tsx +1 -1
  491. package/src/Components/Icons/24x24/Image.tsx +1 -1
  492. package/src/Components/Icons/24x24/Info.tsx +1 -1
  493. package/src/Components/Icons/24x24/InfoCircle.tsx +1 -1
  494. package/src/Components/Icons/24x24/InfoCircleFilled.tsx +1 -1
  495. package/src/Components/Icons/24x24/Insights.tsx +1 -1
  496. package/src/Components/Icons/24x24/InsightsSolid.tsx +1 -1
  497. package/src/Components/Icons/24x24/Install.tsx +1 -1
  498. package/src/Components/Icons/24x24/Interaction.tsx +1 -1
  499. package/src/Components/Icons/24x24/Invoice.tsx +1 -1
  500. package/src/Components/Icons/24x24/Ionic.tsx +1 -1
  501. package/src/Components/Icons/24x24/Japanese.tsx +1 -1
  502. package/src/Components/Icons/24x24/Java.tsx +1 -1
  503. package/src/Components/Icons/24x24/JavaColor.tsx +1 -1
  504. package/src/Components/Icons/24x24/JavaDuke.tsx +1 -1
  505. package/src/Components/Icons/24x24/JavaDukeColor.tsx +1 -1
  506. package/src/Components/Icons/24x24/Key.tsx +1 -1
  507. package/src/Components/Icons/24x24/Kotlin.tsx +1 -1
  508. package/src/Components/Icons/24x24/KotlinColor.tsx +1 -1
  509. package/src/Components/Icons/24x24/KotlinWhite.tsx +1 -1
  510. package/src/Components/Icons/24x24/Laptop.tsx +1 -1
  511. package/src/Components/Icons/24x24/LaunchDarkly.tsx +1 -1
  512. package/src/Components/Icons/24x24/Lightbulb.tsx +1 -1
  513. package/src/Components/Icons/24x24/Link.tsx +1 -1
  514. package/src/Components/Icons/24x24/Linux.tsx +1 -1
  515. package/src/Components/Icons/24x24/Lock.tsx +1 -1
  516. package/src/Components/Icons/24x24/LockOpen.tsx +1 -1
  517. package/src/Components/Icons/24x24/Login.tsx +1 -1
  518. package/src/Components/Icons/24x24/Logout.tsx +1 -1
  519. package/src/Components/Icons/24x24/Macos.tsx +1 -1
  520. package/src/Components/Icons/24x24/MagicWand.tsx +1 -1
  521. package/src/Components/Icons/24x24/Magnifier.tsx +1 -1
  522. package/src/Components/Icons/24x24/Mail.tsx +1 -1
  523. package/src/Components/Icons/24x24/MenuGrid.tsx +1 -1
  524. package/src/Components/Icons/24x24/MenuHamburger.tsx +1 -1
  525. package/src/Components/Icons/24x24/Message.tsx +1 -1
  526. package/src/Components/Icons/24x24/MessageQuestion.tsx +1 -1
  527. package/src/Components/Icons/24x24/Minus.tsx +1 -1
  528. package/src/Components/Icons/24x24/MinusCircle.tsx +1 -1
  529. package/src/Components/Icons/24x24/MinusCircleFilled.tsx +1 -1
  530. package/src/Components/Icons/24x24/Mobile.tsx +1 -1
  531. package/src/Components/Icons/24x24/MonitorChart.tsx +1 -1
  532. package/src/Components/Icons/24x24/MoreHorizontal.tsx +1 -1
  533. package/src/Components/Icons/24x24/MoreVertical.tsx +1 -1
  534. package/src/Components/Icons/24x24/News.tsx +1 -1
  535. package/src/Components/Icons/24x24/NoTie.tsx +1 -1
  536. package/src/Components/Icons/24x24/Nodejs.tsx +1 -1
  537. package/src/Components/Icons/24x24/Numero.tsx +1 -1
  538. package/src/Components/Icons/24x24/OpenInBrowser.tsx +1 -1
  539. package/src/Components/Icons/24x24/Other.tsx +1 -1
  540. package/src/Components/Icons/24x24/OutsideContributor.tsx +1 -1
  541. package/src/Components/Icons/24x24/OverflowingLines.tsx +1 -1
  542. package/src/Components/Icons/24x24/Overview.tsx +1 -1
  543. package/src/Components/Icons/24x24/Owner.tsx +1 -1
  544. package/src/Components/Icons/24x24/Pause.tsx +1 -1
  545. package/src/Components/Icons/24x24/Pencil.tsx +1 -1
  546. package/src/Components/Icons/24x24/Percent.tsx +1 -1
  547. package/src/Components/Icons/24x24/Person.tsx +1 -1
  548. package/src/Components/Icons/24x24/Play.tsx +1 -1
  549. package/src/Components/Icons/24x24/Plus.tsx +1 -1
  550. package/src/Components/Icons/24x24/PlusCircle.tsx +1 -1
  551. package/src/Components/Icons/24x24/PlusCircleFilled.tsx +1 -1
  552. package/src/Components/Icons/24x24/Podcast.tsx +1 -1
  553. package/src/Components/Icons/24x24/Power.tsx +1 -1
  554. package/src/Components/Icons/24x24/Pull.tsx +1 -1
  555. package/src/Components/Icons/24x24/Push.tsx +1 -1
  556. package/src/Components/Icons/24x24/Puzzle.tsx +1 -1
  557. package/src/Components/Icons/24x24/QuestionCircle.tsx +1 -1
  558. package/src/Components/Icons/24x24/QuestionCircleFilled.tsx +1 -1
  559. package/src/Components/Icons/24x24/ReactIcon.tsx +1 -1
  560. package/src/Components/Icons/24x24/Refresh.tsx +1 -1
  561. package/src/Components/Icons/24x24/Regex.tsx +1 -1
  562. package/src/Components/Icons/24x24/Release.tsx +1 -1
  563. package/src/Components/Icons/24x24/ReleaseSolid.tsx +1 -1
  564. package/src/Components/Icons/24x24/Replace.tsx +1 -1
  565. package/src/Components/Icons/24x24/Request.tsx +1 -1
  566. package/src/Components/Icons/24x24/Responsiveness.tsx +1 -1
  567. package/src/Components/Icons/24x24/Save.tsx +1 -1
  568. package/src/Components/Icons/24x24/Screenshare.tsx +1 -1
  569. package/src/Components/Icons/24x24/SecurityShield.tsx +1 -1
  570. package/src/Components/Icons/24x24/SelectChevron.tsx +1 -1
  571. package/src/Components/Icons/24x24/Settings.tsx +1 -1
  572. package/src/Components/Icons/24x24/SettingsSolid.tsx +1 -1
  573. package/src/Components/Icons/24x24/Ship.tsx +1 -1
  574. package/src/Components/Icons/24x24/ShowPassword.tsx +1 -1
  575. package/src/Components/Icons/24x24/Shuffle.tsx +1 -1
  576. package/src/Components/Icons/24x24/Siren.tsx +1 -1
  577. package/src/Components/Icons/24x24/SkipCircle.tsx +1 -1
  578. package/src/Components/Icons/24x24/SkipCircleFilled.tsx +1 -1
  579. package/src/Components/Icons/24x24/Slack.tsx +1 -1
  580. package/src/Components/Icons/24x24/SlackColor.tsx +1 -1
  581. package/src/Components/Icons/24x24/Sort.tsx +1 -1
  582. package/src/Components/Icons/24x24/SortArrows.tsx +1 -1
  583. package/src/Components/Icons/24x24/SpinnerPurpleDouble.tsx +1 -1
  584. package/src/Components/Icons/24x24/Stability.tsx +1 -1
  585. package/src/Components/Icons/24x24/Stack.tsx +1 -1
  586. package/src/Components/Icons/24x24/Star.tsx +1 -1
  587. package/src/Components/Icons/24x24/Status.tsx +1 -1
  588. package/src/Components/Icons/24x24/StepUpgrade.tsx +1 -1
  589. package/src/Components/Icons/24x24/StepVersionOk.tsx +1 -1
  590. package/src/Components/Icons/24x24/Steps.tsx +1 -1
  591. package/src/Components/Icons/24x24/StepsTuorqouise.tsx +1 -1
  592. package/src/Components/Icons/24x24/StepsViolet.tsx +1 -1
  593. package/src/Components/Icons/24x24/StepsWhite.tsx +1 -1
  594. package/src/Components/Icons/24x24/Stopwatch.tsx +1 -1
  595. package/src/Components/Icons/24x24/Support.tsx +1 -1
  596. package/src/Components/Icons/24x24/Swag.tsx +1 -1
  597. package/src/Components/Icons/24x24/Tag.tsx +1 -1
  598. package/src/Components/Icons/24x24/Teams.tsx +1 -1
  599. package/src/Components/Icons/24x24/TeamsColor.tsx +1 -1
  600. package/src/Components/Icons/24x24/TestFailed.tsx +1 -1
  601. package/src/Components/Icons/24x24/TestInfo.tsx +1 -1
  602. package/src/Components/Icons/24x24/TestInprogress.tsx +1 -1
  603. package/src/Components/Icons/24x24/TestSkipped.tsx +1 -1
  604. package/src/Components/Icons/24x24/TestSuccess.tsx +1 -1
  605. package/src/Components/Icons/24x24/TestWarning.tsx +1 -1
  606. package/src/Components/Icons/24x24/Testing.tsx +1 -1
  607. package/src/Components/Icons/24x24/ThumbDown.tsx +1 -1
  608. package/src/Components/Icons/24x24/ThumbUp.tsx +1 -1
  609. package/src/Components/Icons/24x24/Time.tsx +1 -1
  610. package/src/Components/Icons/24x24/Tools.tsx +1 -1
  611. package/src/Components/Icons/24x24/Trace.tsx +1 -1
  612. package/src/Components/Icons/24x24/Trash.tsx +1 -1
  613. package/src/Components/Icons/24x24/Trigger.tsx +1 -1
  614. package/src/Components/Icons/24x24/Twitter.tsx +1 -1
  615. package/src/Components/Icons/24x24/Ubuntu.tsx +1 -1
  616. package/src/Components/Icons/24x24/UbuntuColor.tsx +1 -1
  617. package/src/Components/Icons/24x24/Upload.tsx +1 -1
  618. package/src/Components/Icons/24x24/ValidateShield.tsx +1 -1
  619. package/src/Components/Icons/24x24/Video.tsx +1 -1
  620. package/src/Components/Icons/24x24/Warning.tsx +1 -1
  621. package/src/Components/Icons/24x24/WarningYellow.tsx +1 -1
  622. package/src/Components/Icons/24x24/WebUi.tsx +1 -1
  623. package/src/Components/Icons/24x24/Webhooks.tsx +1 -1
  624. package/src/Components/Icons/24x24/Webinar.tsx +1 -1
  625. package/src/Components/Icons/24x24/Window.tsx +1 -1
  626. package/src/Components/Icons/24x24/Workflow.tsx +1 -1
  627. package/src/Components/Icons/24x24/WorkflowFlow.tsx +1 -1
  628. package/src/Components/Icons/24x24/Wow.tsx +1 -1
  629. package/src/Components/Icons/24x24/WrappedLines.tsx +1 -1
  630. package/src/Components/Icons/24x24/XTwitter.tsx +1 -1
  631. package/src/Components/Icons/24x24/Xamarin.tsx +1 -1
  632. package/src/Components/Icons/24x24/Xcode.tsx +1 -1
  633. package/src/Components/Image/Image.tsx +1 -1
  634. package/src/Components/Label/Label.tsx +1 -1
  635. package/src/Components/LabeledData/LabeledDataList.tsx +1 -1
  636. package/src/Components/LightBox/LightBox.tsx +1 -1
  637. package/src/Components/Link/Link.tsx +1 -1
  638. package/src/Components/LinkBox/LinkBox.tsx +1 -1
  639. package/src/Components/LinkOverlay/LinkOverlay.tsx +1 -1
  640. package/src/Components/List/List.theme.ts +1 -1
  641. package/src/Components/List/List.tsx +1 -1
  642. package/src/Components/List/ListItem.tsx +1 -1
  643. package/src/Components/Menu/Menu.theme.ts +2 -2
  644. package/src/Components/Menu/Menu.tsx +1 -1
  645. package/src/Components/Menu/MenuButton.tsx +1 -5
  646. package/src/Components/Menu/MenuGroup.tsx +1 -1
  647. package/src/Components/Menu/MenuItem.tsx +1 -1
  648. package/src/Components/Menu/MenuList.tsx +1 -1
  649. package/src/Components/Note/Note.tsx +1 -1
  650. package/src/Components/Notification/Notification.tsx +1 -1
  651. package/src/Components/NumberInput/NumberInput.theme.ts +1 -1
  652. package/src/Components/OverflowMenu/OverflowMenu.tsx +1 -1
  653. package/src/Components/OverflowMenu/OverflowMenuItem.tsx +1 -1
  654. package/src/Components/Popover/Popover.context.ts +1 -1
  655. package/src/Components/Popover/Popover.theme.ts +2 -2
  656. package/src/Components/Popover/Popover.tsx +1 -1
  657. package/src/Components/Popover/PopoverArrow.tsx +1 -1
  658. package/src/Components/Popover/PopoverContent.tsx +1 -1
  659. package/src/Components/Popover/PopoverTrigger.tsx +1 -1
  660. package/src/Components/ProgressBar/ProgressBar.theme.ts +1 -1
  661. package/src/Components/ProgressBar/ProgressBar.tsx +1 -1
  662. package/src/Components/ProgressBitbot/ProgressBitbot.tsx +1 -1
  663. package/src/Components/ProgressIndicator/ProgressIndicator.theme.ts +1 -1
  664. package/src/Components/ProgressIndicator/ProgressIndicator.tsx +1 -1
  665. package/src/Components/ProgressSpinner/ProgressSpinner.tsx +1 -1
  666. package/src/Components/Provider/Provider.tsx +1 -1
  667. package/src/Components/Ribbon/Ribbon.tsx +1 -1
  668. package/src/Components/SegmentedControl/SegmentedControl.context.ts +2 -2
  669. package/src/Components/SegmentedControl/SegmentedControl.theme.ts +1 -1
  670. package/src/Components/SegmentedControl/SegmentedControl.tsx +1 -1
  671. package/src/Components/SegmentedControl/SegmentedControlItem.tsx +1 -1
  672. package/src/Components/Select/Select.theme.ts +1 -1
  673. package/src/Components/Select/Select.tsx +1 -1
  674. package/src/Components/SelectableTag/SelectableTag.theme.ts +1 -1
  675. package/src/Components/SelectableTag/SelectableTag.tsx +1 -1
  676. package/src/Components/SelectableTag/SelectableTagGroup.tsx +1 -1
  677. package/src/Components/Sidebar/Sidebar.theme.ts +1 -1
  678. package/src/Components/Sidebar/Sidebar.tsx +1 -1
  679. package/src/Components/Sidebar/SidebarItem.theme.ts +1 -1
  680. package/src/Components/Sidebar/SidebarItem.tsx +1 -1
  681. package/src/Components/Skeleton/Skeleton.theme.ts +1 -1
  682. package/src/Components/Skeleton/Skeleton.tsx +1 -1
  683. package/src/Components/Skeleton/SkeletonBox.tsx +1 -1
  684. package/src/Components/Slide/Slide.tsx +1 -1
  685. package/src/Components/Slider/Slider.theme.ts +1 -1
  686. package/src/Components/Slider/Slider.tsx +1 -1
  687. package/src/Components/Slider/SliderFilledTrack.tsx +1 -1
  688. package/src/Components/Slider/SliderMark.tsx +1 -1
  689. package/src/Components/Slider/SliderThumb.tsx +1 -1
  690. package/src/Components/Slider/SliderTrack.tsx +1 -1
  691. package/src/Components/Table/CheckableRow.tsx +1 -1
  692. package/src/Components/Table/ClickableRow.tsx +1 -1
  693. package/src/Components/Table/SelectableRow.tsx +1 -1
  694. package/src/Components/Table/Table.tsx +1 -1
  695. package/src/Components/Table/TableCaption.tsx +1 -1
  696. package/src/Components/Table/TableContainer.tsx +1 -1
  697. package/src/Components/Table/TablePagination.tsx +1 -1
  698. package/src/Components/Table/Tbody.tsx +1 -1
  699. package/src/Components/Table/Td.tsx +1 -1
  700. package/src/Components/Table/Th.tsx +1 -1
  701. package/src/Components/Table/Thead.tsx +1 -1
  702. package/src/Components/Table/Tr.tsx +1 -1
  703. package/src/Components/Tabs/ContainedTab.tsx +1 -1
  704. package/src/Components/Tabs/Tab.tsx +1 -1
  705. package/src/Components/Tabs/TabList.tsx +1 -1
  706. package/src/Components/Tabs/TabPanel.tsx +1 -1
  707. package/src/Components/Tabs/TabPanels.tsx +1 -1
  708. package/src/Components/Tabs/Tabs.theme.ts +1 -1
  709. package/src/Components/Tabs/Tabs.tsx +1 -1
  710. package/src/Components/Tag/Tag.theme.ts +1 -1
  711. package/src/Components/Tag/Tag.tsx +1 -1
  712. package/src/Components/Text/Text.theme.ts +1 -1
  713. package/src/Components/Text/Text.tsx +1 -1
  714. package/src/Components/Toast/Toast.tsx +1 -1
  715. package/src/Components/Toggle/Toggle.theme.ts +1 -1
  716. package/src/Components/Toggle/Toggle.tsx +1 -1
  717. package/src/Components/Toggle/ToggleComponent.tsx +1 -1
  718. package/src/Components/ToggleButton/ToggleButton.tsx +1 -1
  719. package/src/Components/Toggletip/Toggletip.theme.ts +1 -1
  720. package/src/Components/Toggletip/Toggletip.tsx +1 -1
  721. package/src/Components/Tooltip/Tooltip.theme.ts +1 -1
  722. package/src/Components/Tooltip/Tooltip.tsx +1 -1
  723. package/src/Components/TreeView/TreeView.context.tsx +1 -1
  724. package/src/Components/TreeView/TreeView.theme.ts +1 -1
  725. package/src/Components/TreeView/TreeViewNode.tsx +1 -1
  726. package/src/Patterns/GroupHeader/GroupHeader.tsx +1 -1
  727. package/src/Patterns/NoteCard/NoteCard.theme.ts +1 -1
  728. package/src/Patterns/NoteCard/NoteCard.tsx +1 -1
  729. package/src/Patterns/SettingsCard/SettingsCard.theme.ts +1 -1
  730. package/src/Patterns/SettingsCard/SettingsCard.tsx +1 -1
  731. package/src/hooks/index.ts +1 -1
  732. package/src/hooks/useResponsive.tsx +1 -1
  733. package/src/types/chakra.ts +1 -1
  734. package/src/utils/reexports.ts +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit",
3
3
  "description": "Bitrise React component library",
4
- "version": "13.288.0",
4
+ "version": "13.288.1-alpha.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+ssh://git@github.com/bitrise-io/bitkit.git"
@@ -32,16 +32,16 @@
32
32
  "@floating-ui/react-dom-interactions": "^0.8.1",
33
33
  "@fontsource/figtree": "^5.2.8",
34
34
  "@fontsource/source-code-pro": "^5.2.6",
35
- "chakra-ui-2--react": "npm:@chakra-ui/react@2.10.9",
36
- "chakra-ui-2--react-utils": "npm:@chakra-ui/react-utils@2.0.12",
37
- "chakra-ui-2--styled-system": "npm:@chakra-ui/styled-system@2.12.4",
38
- "chakra-ui-2--theme": "npm:@chakra-ui/theme@3.4.9",
39
- "chakra-ui-2--theme-tools": "npm:@chakra-ui/theme-tools@2.2.9",
35
+ "@chakra-ui/react": "2.10.9",
36
+ "@chakra-ui/react-utils": "2.0.12",
37
+ "@chakra-ui/styled-system": "2.12.4",
38
+ "@chakra-ui/theme": "3.4.9",
39
+ "@chakra-ui/theme-tools": "2.2.9",
40
40
  "clsx": "^2.1.1",
41
- "framer-motion": "^12.23.9",
41
+ "framer-motion": "^12.23.12",
42
42
  "luxon": "^3.7.1",
43
- "react": "^18.2.0",
44
- "react-dom": "^18.2.0",
43
+ "react": "^18.3.1",
44
+ "react-dom": "^18.3.1",
45
45
  "react-focus-lock": "2.13.6",
46
46
  "react-imask": "^7.6.1",
47
47
  "react-markdown": "^10.1.0"
@@ -57,10 +57,10 @@
57
57
  "@babel/preset-typescript": "^7.27.1",
58
58
  "@bitrise/eslint-plugin": "^2.12.0",
59
59
  "@google-cloud/storage": "^7.16.0",
60
- "@storybook/addon-docs": "^9.0.18",
61
- "@storybook/addon-links": "^9.0.18",
60
+ "@storybook/addon-docs": "^9.1.2",
61
+ "@storybook/addon-links": "^9.1.2",
62
62
  "@storybook/addon-webpack5-compiler-swc": "^3.0.0",
63
- "@storybook/react-webpack5": "^9.0.18",
63
+ "@storybook/react-webpack5": "^9.1.2",
64
64
  "@testing-library/dom": "^10.4.1",
65
65
  "@testing-library/jest-dom": "6.6.4",
66
66
  "@testing-library/react": "16.3.0",
@@ -72,7 +72,7 @@
72
72
  "@typescript-eslint/eslint-plugin": "^7.18.0",
73
73
  "@typescript-eslint/parser": "^7.18.0",
74
74
  "axios": "^1.11.0",
75
- "chakra-ui-2--cli": "npm:@chakra-ui/cli@2.5.8",
75
+ "@chakra-ui/cli": "2.5.8",
76
76
  "eslint": "^8.57.1",
77
77
  "glob": "^11.0.3",
78
78
  "jest": "^29.7.0",
@@ -80,11 +80,11 @@
80
80
  "jsdom": "26.1.0",
81
81
  "lodash": "^4.17.21",
82
82
  "prettier": "^3.6.2",
83
- "react-hook-form": "^7.61.1",
83
+ "react-hook-form": "^7.62.0",
84
84
  "release-it": "^19.0.4",
85
- "storybook": "^9.0.18",
86
- "ts-jest": "^29.4.0",
87
- "typescript": "^5.8.3"
85
+ "storybook": "^9.1.2",
86
+ "ts-jest": "^29.4.1",
87
+ "typescript": "^5.9.2"
88
88
  },
89
89
  "files": [
90
90
  "src",
@@ -1,4 +1,4 @@
1
- import type { ComponentStyleConfig } from 'chakra-ui-2--theme';
1
+ import type { ComponentStyleConfig } from '@chakra-ui/theme';
2
2
 
3
3
  const AccordionTheme: ComponentStyleConfig = {
4
4
  baseStyle: {
@@ -2,7 +2,7 @@ import {
2
2
  Accordion as ChakraAccordion,
3
3
  AccordionProps as ChakraAccordionProps,
4
4
  usePrefersReducedMotion,
5
- } from 'chakra-ui-2--react';
5
+ } from '@chakra-ui/react';
6
6
 
7
7
  export type AccordionProps = Omit<ChakraAccordionProps, 'defaultIndex'> & {
8
8
  defaultIndex: number[];
@@ -7,7 +7,7 @@ import {
7
7
  AccordionPanel,
8
8
  CollapseProps,
9
9
  useAccordionStyles,
10
- } from 'chakra-ui-2--react';
10
+ } from '@chakra-ui/react';
11
11
 
12
12
  export interface AccordionItemProps {
13
13
  buttonContent: ReactNode | ((props: { isExpanded: boolean; isDisabled: boolean }) => ReactNode);
@@ -1,4 +1,4 @@
1
- import { AspectRatio as ChakraAspectRatio, AspectRatioProps, forwardRef } from 'chakra-ui-2--react';
1
+ import { AspectRatio as ChakraAspectRatio, AspectRatioProps, forwardRef } from '@chakra-ui/react';
2
2
 
3
3
  /**
4
4
  * AspectRatio component is used to embed responsive videos and maps, etc.
@@ -1,4 +1,4 @@
1
- import type { ComponentStyleConfig } from 'chakra-ui-2--theme';
1
+ import type { ComponentStyleConfig } from '@chakra-ui/theme';
2
2
  import { rem } from '../../utils/utils';
3
3
  import { AvatarProps, AvatarSizes, AvatarVariant } from './Avatar';
4
4
 
@@ -1,5 +1,5 @@
1
1
  import { useState } from 'react';
2
- import { Avatar as ChakraAvatar, AvatarProps as ChakraAvatarProps, forwardRef } from 'chakra-ui-2--react';
2
+ import { Avatar as ChakraAvatar, AvatarProps as ChakraAvatarProps, forwardRef } from '@chakra-ui/react';
3
3
  import Icon, { TypeIconName } from '../Icon/Icon';
4
4
 
5
5
  export type AvatarSizes = '24' | '32' | '40' | '48' | '64' | '128';
@@ -1,4 +1,4 @@
1
- import { SystemStyleObject } from 'chakra-ui-2--styled-system';
1
+ import { SystemStyleObject } from '@chakra-ui/styled-system';
2
2
  import { BadgeColorScheme, BadgeProps } from './Badge';
3
3
 
4
4
  const baseStyle: SystemStyleObject = {
@@ -1,4 +1,4 @@
1
- import { Badge as ChakraBadge, BadgeProps as ChakraBadgeProps, forwardRef } from 'chakra-ui-2--react';
1
+ import { Badge as ChakraBadge, BadgeProps as ChakraBadgeProps, forwardRef } from '@chakra-ui/react';
2
2
  import Icon, { TypeIconName } from '../Icon/Icon';
3
3
  import Text from '../Text/Text';
4
4
 
@@ -1,4 +1,4 @@
1
- import { Box as ChakraBox, BoxProps, forwardRef } from 'chakra-ui-2--react';
1
+ import { Box as ChakraBox, BoxProps, forwardRef } from '@chakra-ui/react';
2
2
 
3
3
  /**
4
4
  * Box is the most abstract component on top of which all other components are built. By default, it renders a div element.
@@ -1,4 +1,4 @@
1
- import type { SystemStyleObject } from 'chakra-ui-2--theme-tools';
1
+ import type { SystemStyleObject } from '@chakra-ui/theme-tools';
2
2
 
3
3
  const BreadcrumbTheme: SystemStyleObject = {
4
4
  baseStyle: {
@@ -5,7 +5,7 @@ import {
5
5
  BreadcrumbProps as ChakraBreadcrumbProps,
6
6
  BreadcrumbSeparator,
7
7
  forwardRef,
8
- } from 'chakra-ui-2--react';
8
+ } from '@chakra-ui/react';
9
9
  import Icon, { TypeIconName } from '../Icon/Icon';
10
10
  import { useResponsive } from '../../hooks';
11
11
 
@@ -2,7 +2,7 @@ import {
2
2
  BreadcrumbLink as ChakraBreadcrumbLink,
3
3
  BreadcrumbLinkProps as ChakraBreadcrumbLinkProps,
4
4
  forwardRef,
5
- } from 'chakra-ui-2--react';
5
+ } from '@chakra-ui/react';
6
6
 
7
7
  export type BreadcrumbLinkProps = ChakraBreadcrumbLinkProps;
8
8
 
@@ -1,4 +1,4 @@
1
- import { defineStyle, defineStyleConfig, SystemStyleInterpolation } from 'chakra-ui-2--styled-system';
1
+ import { defineStyle, defineStyleConfig, SystemStyleInterpolation } from '@chakra-ui/styled-system';
2
2
  import { rem } from '../../utils/utils';
3
3
  import { ButtonProps } from './Button';
4
4
 
@@ -1,4 +1,4 @@
1
- import { Button as ChakraButton, ButtonProps as ChakraButtonProps, forwardRef } from 'chakra-ui-2--react';
1
+ import { Button as ChakraButton, ButtonProps as ChakraButtonProps, forwardRef } from '@chakra-ui/react';
2
2
  import Icon, { TypeIconName } from '../Icon/Icon';
3
3
 
4
4
  export interface ButtonProps extends ChakraButtonProps {
@@ -1,4 +1,4 @@
1
- import { ButtonGroup as ChakraButtonGroup, ButtonGroupProps, forwardRef } from 'chakra-ui-2--react';
1
+ import { ButtonGroup as ChakraButtonGroup, ButtonGroupProps, forwardRef } from '@chakra-ui/react';
2
2
 
3
3
  export type { ButtonGroupProps };
4
4
 
@@ -1,4 +1,4 @@
1
- import { forwardRef, HTMLChakraProps, useStyleConfig } from 'chakra-ui-2--react';
1
+ import { forwardRef, HTMLChakraProps, useStyleConfig } from '@chakra-ui/react';
2
2
  import Box, { BoxProps } from '../Box/Box';
3
3
 
4
4
  export interface CardProps extends BoxProps {
@@ -2,7 +2,7 @@ import {
2
2
  CloseButton as ChakraCloseButton,
3
3
  CloseButtonProps as ChakraCloseButtonProps,
4
4
  forwardRef,
5
- } from 'chakra-ui-2--react';
5
+ } from '@chakra-ui/react';
6
6
  import Icon from '../Icon/Icon';
7
7
  import CloseButtonTheme from './CloseButton.theme';
8
8
 
@@ -1,4 +1,4 @@
1
- import { defineStyle, defineStyleConfig, SystemStyleObject } from 'chakra-ui-2--styled-system';
1
+ import { defineStyle, defineStyleConfig, SystemStyleObject } from '@chakra-ui/styled-system';
2
2
  import { rem } from '../../utils/utils';
3
3
  import { CodeSnippetProps } from './CodeSnippet';
4
4
 
@@ -1,5 +1,5 @@
1
1
  import { useState } from 'react';
2
- import { CollapseProps, useClipboard, useMultiStyleConfig } from 'chakra-ui-2--react';
2
+ import { CollapseProps, useClipboard, useMultiStyleConfig } from '@chakra-ui/react';
3
3
  import Box, { BoxProps } from '../Box/Box';
4
4
  import Tooltip from '../Tooltip/Tooltip';
5
5
  import Button from '../Button/Button';
@@ -1,4 +1,4 @@
1
- import { Collapse, CollapseProps } from 'chakra-ui-2--react';
1
+ import { Collapse, CollapseProps } from '@chakra-ui/react';
2
2
 
3
3
  export type { CollapseProps };
4
4
 
@@ -1,9 +1,4 @@
1
- import {
2
- Button as ChakraButton,
3
- ButtonProps as ChakraButtonProps,
4
- forwardRef,
5
- useStyleConfig,
6
- } from 'chakra-ui-2--react';
1
+ import { Button as ChakraButton, ButtonProps as ChakraButtonProps, forwardRef, useStyleConfig } from '@chakra-ui/react';
7
2
  import { ColorScheme } from '../../types/bitkit';
8
3
 
9
4
  export interface ColorButtonProps extends ChakraButtonProps {
@@ -1,4 +1,4 @@
1
- import { forwardRef } from 'chakra-ui-2--react';
1
+ import { forwardRef } from '@chakra-ui/react';
2
2
  import IconButton, { IconButtonProps } from '../IconButton/IconButton';
3
3
 
4
4
  export interface ControlButtonProps extends Omit<IconButtonProps, 'iconSize' | 'size' | 'variant'> {
@@ -1,4 +1,4 @@
1
- import { createMultiStyleConfigHelpers } from 'chakra-ui-2--styled-system';
1
+ import { createMultiStyleConfigHelpers } from '@chakra-ui/styled-system';
2
2
  import { rem } from '../../utils/utils';
3
3
 
4
4
  const { defineMultiStyleConfig } = createMultiStyleConfigHelpers(['container', 'title', 'items']);
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { useMultiStyleConfig } from 'chakra-ui-2--react';
2
+ import { useMultiStyleConfig } from '@chakra-ui/react';
3
3
  import Box from '../Box/Box';
4
4
  import Card, { CardProps } from '../Card/Card';
5
5
  import Text from '../Text/Text';
@@ -1,4 +1,4 @@
1
- import { createContext } from 'chakra-ui-2--react-utils';
1
+ import { createContext } from '@chakra-ui/react-utils';
2
2
  import { DateTime } from 'luxon';
3
3
  import { DateRange } from './useDateRange';
4
4
  import type { DatePickerDayViewProps } from './DatePickerDay';
@@ -1,7 +1,7 @@
1
1
  import { useCallback, useEffect, useMemo, useState } from 'react';
2
2
  import { DateTime } from 'luxon';
3
3
  import FocusLock from 'react-focus-lock';
4
- import { PopoverAnchor } from 'chakra-ui-2--react';
4
+ import { PopoverAnchor } from '@chakra-ui/react';
5
5
  import { useObjectMemo } from '../../utils/utils';
6
6
  import Popover from '../Popover/Popover';
7
7
  import PopoverContent from '../Popover/PopoverContent';
@@ -1,7 +1,7 @@
1
1
  import { ReactNode, useCallback } from 'react';
2
2
  import { DateTime, Settings } from 'luxon';
3
- import { BoxProps, useMultiStyleConfig } from 'chakra-ui-2--react';
4
- import { createContext } from 'chakra-ui-2--react-utils';
3
+ import { BoxProps, useMultiStyleConfig } from '@chakra-ui/react';
4
+ import { createContext } from '@chakra-ui/react-utils';
5
5
  import Box from '../Box/Box';
6
6
  import Text from '../Text/Text';
7
7
  import Tooltip from '../Tooltip/Tooltip';
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { createContext } from 'chakra-ui-2--react-utils';
2
+ import { createContext } from '@chakra-ui/react-utils';
3
3
  import { useObjectMemo } from '../../utils/utils';
4
4
  import Box, { BoxProps } from '../Box/Box';
5
5
  import IconButton from '../IconButton/IconButton';
@@ -6,7 +6,7 @@ import {
6
6
  NumberInput,
7
7
  NumberInputField,
8
8
  NumberInputStepper,
9
- } from 'chakra-ui-2--react';
9
+ } from '@chakra-ui/react';
10
10
  import { useObjectMemo } from '../../utils/utils';
11
11
  import Button from '../Button/Button';
12
12
  import Box from '../Box/Box';
@@ -6,7 +6,7 @@ import {
6
6
  NumberInputField,
7
7
  NumberInputStepper,
8
8
  useMultiStyleConfig,
9
- } from 'chakra-ui-2--react';
9
+ } from '@chakra-ui/react';
10
10
  import { DateTime, Info } from 'luxon';
11
11
  import Box from '../Box/Box';
12
12
  import Text from '../Text/Text';
@@ -1,4 +1,4 @@
1
- import { createMultiStyleConfigHelpers } from 'chakra-ui-2--styled-system';
1
+ import { createMultiStyleConfigHelpers } from '@chakra-ui/styled-system';
2
2
  import { rem } from '../../utils/utils';
3
3
 
4
4
  const { defineMultiStyleConfig } = createMultiStyleConfigHelpers(['content', 'trigger']);
@@ -1,4 +1,4 @@
1
- import { useMultiStyleConfig } from 'chakra-ui-2--react';
1
+ import { useMultiStyleConfig } from '@chakra-ui/react';
2
2
  import Popover, { PopoverProps } from '../Popover/Popover';
3
3
  import PopoverContent from '../Popover/PopoverContent';
4
4
  import PopoverTrigger from '../Popover/PopoverTrigger';
@@ -1,4 +1,4 @@
1
- import type { ComponentStyleConfig } from 'chakra-ui-2--theme';
1
+ import type { ComponentStyleConfig } from '@chakra-ui/theme';
2
2
 
3
3
  const DialogTheme: ComponentStyleConfig = {
4
4
  baseStyle: ({ scrollBehavior }) => ({
@@ -8,7 +8,7 @@ import {
8
8
  ModalOverlay,
9
9
  useBreakpointValue,
10
10
  usePrefersReducedMotion,
11
- } from 'chakra-ui-2--react';
11
+ } from '@chakra-ui/react';
12
12
  import { BREAKPOINTS } from '../../types/bitkit';
13
13
  import Icon from '../Icon/Icon';
14
14
  import Text from '../Text/Text';
@@ -1,5 +1,5 @@
1
1
  import { useRef, useState, useEffect, useCallback } from 'react';
2
- import { ModalBody, ModalBodyProps, useModalContext } from 'chakra-ui-2--react';
2
+ import { ModalBody, ModalBodyProps, useModalContext } from '@chakra-ui/react';
3
3
  import Box, { BoxProps } from '../Box/Box';
4
4
  import Icon from '../Icon/Icon';
5
5
  import { useDialogContext } from './Dialog.context';
@@ -1,4 +1,4 @@
1
- import { ModalFooter, ModalFooterProps } from 'chakra-ui-2--react';
1
+ import { ModalFooter, ModalFooterProps } from '@chakra-ui/react';
2
2
 
3
3
  export type DialogFooterProps = ModalFooterProps;
4
4
 
@@ -1,4 +1,4 @@
1
- import { HTMLChakraProps, ModalProps } from 'chakra-ui-2--react';
1
+ import { HTMLChakraProps, ModalProps } from '@chakra-ui/react';
2
2
 
3
3
  export interface DialogProps
4
4
  extends Omit<HTMLChakraProps<'section'>, 'scrollBehavior'>,
@@ -1,4 +1,4 @@
1
- import { Divider as ChakraDivider, DividerProps as ChakraDividerProps } from 'chakra-ui-2--react';
1
+ import { Divider as ChakraDivider, DividerProps as ChakraDividerProps } from '@chakra-ui/react';
2
2
 
3
3
  export interface DividerProps extends ChakraDividerProps {
4
4
  orientation?: 'horizontal' | 'vertical';
@@ -1,4 +1,4 @@
1
- import { BoxProps, forwardRef } from 'chakra-ui-2--react';
1
+ import { BoxProps, forwardRef } from '@chakra-ui/react';
2
2
  import Box from '../Box/Box';
3
3
 
4
4
  export interface DotProps extends BoxProps {
@@ -1,5 +1,5 @@
1
1
  /* eslint-disable no-underscore-dangle */
2
- import { createMultiStyleConfigHelpers } from 'chakra-ui-2--styled-system';
2
+ import { createMultiStyleConfigHelpers } from '@chakra-ui/styled-system';
3
3
 
4
4
  const keys = ['card', 'wrapper', 'handler'];
5
5
  const { defineMultiStyleConfig } = createMultiStyleConfigHelpers(keys);
@@ -1,7 +1,7 @@
1
1
  /* eslint-disable @typescript-eslint/no-explicit-any */
2
2
  /* eslint-disable no-underscore-dangle */
3
3
  import { ForwardedRef, forwardRef } from 'react';
4
- import { useMultiStyleConfig } from 'chakra-ui-2--react';
4
+ import { useMultiStyleConfig } from '@chakra-ui/react';
5
5
  import Box from '../Box/Box';
6
6
  import Card, { CardProps } from '../Card/Card';
7
7
 
@@ -1,4 +1,4 @@
1
- import { createMultiStyleConfigHelpers } from 'chakra-ui-2--styled-system';
1
+ import { createMultiStyleConfigHelpers } from '@chakra-ui/styled-system';
2
2
 
3
3
  const { defineMultiStyleConfig } = createMultiStyleConfigHelpers([
4
4
  'overlay',
@@ -14,7 +14,7 @@ import {
14
14
  ModalFooterProps,
15
15
  ModalHeaderProps,
16
16
  ModalOverlayProps,
17
- } from 'chakra-ui-2--react';
17
+ } from '@chakra-ui/react';
18
18
  import Icon from '../Icon/Icon';
19
19
 
20
20
  export interface DrawerProps
@@ -7,7 +7,7 @@ import {
7
7
  ModalHeaderProps,
8
8
  ModalOverlayProps,
9
9
  useDisclosure,
10
- } from 'chakra-ui-2--react';
10
+ } from '@chakra-ui/react';
11
11
  import Drawer from './Drawer';
12
12
 
13
13
  export type UseDrawerProps = {
@@ -1,6 +1,6 @@
1
1
  import { ComponentProps, ReactNode } from 'react';
2
- import { createStylesContext } from 'chakra-ui-2--react';
3
- import { createContext } from 'chakra-ui-2--react-utils';
2
+ import { createStylesContext } from '@chakra-ui/react';
3
+ import { createContext } from '@chakra-ui/react-utils';
4
4
  import { DropdownProps } from './DropdownProps';
5
5
 
6
6
  const [DropdownStylesProvider, useDropdownStyles] = createStylesContext('Dropdown');
@@ -20,7 +20,7 @@ import {
20
20
  useControllableState,
21
21
  useMergeRefs,
22
22
  useMultiStyleConfig,
23
- } from 'chakra-ui-2--react';
23
+ } from '@chakra-ui/react';
24
24
  import { FloatingFocusManager } from '@floating-ui/react-dom-interactions';
25
25
  import ProgressSpinner from '../ProgressSpinner/ProgressSpinner';
26
26
  import SearchInput from '../SearchInput/SearchInput';
@@ -1,5 +1,5 @@
1
1
  import { forwardRef, ReactNode } from 'react';
2
- import { chakra, ChakraProps } from 'chakra-ui-2--react';
2
+ import { chakra, ChakraProps } from '@chakra-ui/react';
3
3
  import Icon, { TypeIconName } from '../Icon/Icon';
4
4
  import Avatar, { AvatarProps } from '../Avatar/Avatar';
5
5
  import { useDropdownStyles } from './Dropdown.context';
@@ -1,5 +1,5 @@
1
1
  import { MouseEventHandler, ReactNode, useId } from 'react';
2
- import { Avatar, AvatarProps, chakra } from 'chakra-ui-2--react';
2
+ import { Avatar, AvatarProps, chakra } from '@chakra-ui/react';
3
3
  import clsx from 'clsx';
4
4
  import Text, { TextProps } from '../Text/Text';
5
5
  import Divider from '../Divider/Divider';
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { ChakraProps } from 'chakra-ui-2--react';
2
+ import { ChakraProps } from '@chakra-ui/react';
3
3
  import { UseFloatingProps } from '@floating-ui/react-dom-interactions';
4
4
  import { TypeIconName } from '../Icon/Icon';
5
5
  import { TooltipProps } from '../Tooltip/Tooltip';
@@ -12,8 +12,8 @@ import {
12
12
  useListNavigation,
13
13
  useRole,
14
14
  } from '@floating-ui/react-dom-interactions';
15
- import { ChakraProps } from 'chakra-ui-2--react';
16
- import { mergeRefs } from 'chakra-ui-2--react-utils';
15
+ import { ChakraProps } from '@chakra-ui/react';
16
+ import { mergeRefs } from '@chakra-ui/react-utils';
17
17
  import useAutoScroll from './useAutoScroll';
18
18
 
19
19
  type ApplyFnArgs = MiddlewareState & {
@@ -1,5 +1,5 @@
1
1
  import { Children, cloneElement, isValidElement, ReactNode, useMemo, useState } from 'react';
2
- import { chakra } from 'chakra-ui-2--react';
2
+ import { chakra } from '@chakra-ui/react';
3
3
  import { useDropdownStyles } from '../Dropdown.context';
4
4
  import isNodeMatch from '../isNodeMatch';
5
5
  import { DropdownGroup } from '../DropdownOption';
@@ -1,4 +1,4 @@
1
- import type { ComponentStyleConfig } from 'chakra-ui-2--theme';
1
+ import type { ComponentStyleConfig } from '@chakra-ui/theme';
2
2
 
3
3
  const EmptyStateTheme: ComponentStyleConfig = {
4
4
  baseStyle: ({ maxContentWidth, colorScheme }) => ({
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { useMultiStyleConfig } from 'chakra-ui-2--react';
2
+ import { useMultiStyleConfig } from '@chakra-ui/react';
3
3
  import Box, { BoxProps } from '../Box/Box';
4
4
  import Icon, { TypeIconName } from '../Icon/Icon';
5
5
  import Text from '../Text/Text';
@@ -1,4 +1,4 @@
1
- import { createMultiStyleConfigHelpers } from 'chakra-ui-2--styled-system';
1
+ import { createMultiStyleConfigHelpers } from '@chakra-ui/styled-system';
2
2
 
3
3
  const { defineMultiStyleConfig } = createMultiStyleConfigHelpers(['button', 'chevron']);
4
4
 
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { forwardRef, useDisclosure, useMultiStyleConfig } from 'chakra-ui-2--react';
2
+ import { forwardRef, useDisclosure, useMultiStyleConfig } from '@chakra-ui/react';
3
3
  import Box, { BoxProps } from '../Box/Box';
4
4
  import Collapse from '../Collapse/Collapse';
5
5
  import Card, { CardProps } from '../Card/Card';
@@ -1,4 +1,4 @@
1
- import { Fade, FadeProps } from 'chakra-ui-2--react';
1
+ import { Fade, FadeProps } from '@chakra-ui/react';
2
2
 
3
3
  export type { FadeProps };
4
4
  export default Fade;
@@ -1,4 +1,4 @@
1
- import { createContext } from 'chakra-ui-2--react-utils';
1
+ import { createContext } from '@chakra-ui/react-utils';
2
2
  import { FilterContextType } from './Filter.types';
3
3
 
4
4
  export const [FilterContext, useFilterContext] = createContext<FilterContextType>({
@@ -1,4 +1,4 @@
1
- import { createMultiStyleConfigHelpers, SystemStyleObject } from 'chakra-ui-2--styled-system';
1
+ import { createMultiStyleConfigHelpers, SystemStyleObject } from '@chakra-ui/styled-system';
2
2
  import { rem } from '../../utils/utils';
3
3
 
4
4
  export const parts = [
@@ -1,5 +1,5 @@
1
1
  import { ReactNode, useMemo, useState } from 'react';
2
- import { Modal, ModalOverlay, useMultiStyleConfig } from 'chakra-ui-2--react';
2
+ import { Modal, ModalOverlay, useMultiStyleConfig } from '@chakra-ui/react';
3
3
  import { isEqual } from '../../utils/utils';
4
4
  import Box, { BoxProps } from '../Box/Box';
5
5
  import Button from '../Button/Button';
@@ -1,5 +1,5 @@
1
1
  import { useState } from 'react';
2
- import { Menu, MenuButton, MenuList, Portal, useDisclosure } from 'chakra-ui-2--react';
2
+ import { Menu, MenuButton, MenuList, Portal, useDisclosure } from '@chakra-ui/react';
3
3
  import Button from '../../Button/Button';
4
4
  import MenuItem from '../../Menu/MenuItem';
5
5
  import Tooltip from '../../Tooltip/Tooltip';
@@ -1,6 +1,6 @@
1
1
  // import { useEffect } from 'react';
2
2
  import { useEffect } from 'react';
3
- import { useDisclosure, useMultiStyleConfig } from 'chakra-ui-2--react';
3
+ import { useDisclosure, useMultiStyleConfig } from '@chakra-ui/react';
4
4
  import { DateTime } from 'luxon';
5
5
  import Box from '../../Box/Box';
6
6
  import DatePicker, { DatePickerProps, DateRange, useDateRange } from '../../DatePicker/DatePicker';
@@ -1,5 +1,5 @@
1
1
  import { FormEvent, useEffect, useMemo, useState } from 'react';
2
- import { useMultiStyleConfig } from 'chakra-ui-2--react';
2
+ import { useMultiStyleConfig } from '@chakra-ui/react';
3
3
  import FocusLock from 'react-focus-lock';
4
4
  import Tooltip from '../../Tooltip/Tooltip';
5
5
  import Badge from '../../Badge/Badge';
@@ -1,5 +1,5 @@
1
1
  import { useEffect } from 'react';
2
- import { useDisclosure, useMultiStyleConfig } from 'chakra-ui-2--react';
2
+ import { useDisclosure, useMultiStyleConfig } from '@chakra-ui/react';
3
3
  import Box from '../../Box/Box';
4
4
  import Icon from '../../Icon/Icon';
5
5
  import IconButton from '../../IconButton/IconButton';