@stack-spot/portal-components 0.0.18 → 1.0.0-dev.1768482754546

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 (533) hide show
  1. package/CHANGELOG.md +670 -0
  2. package/dist/components/AnimatedHeight.d.ts +58 -0
  3. package/dist/components/AnimatedHeight.d.ts.map +1 -0
  4. package/dist/components/AnimatedHeight.js +105 -0
  5. package/dist/components/AnimatedHeight.js.map +1 -0
  6. package/dist/components/AsyncContent.d.ts +46 -0
  7. package/dist/components/AsyncContent.d.ts.map +1 -0
  8. package/dist/components/AsyncContent.js +34 -0
  9. package/dist/components/AsyncContent.js.map +1 -0
  10. package/dist/components/BannerWarning.d.ts +11 -2
  11. package/dist/components/BannerWarning.d.ts.map +1 -1
  12. package/dist/components/BannerWarning.js +45 -3
  13. package/dist/components/BannerWarning.js.map +1 -1
  14. package/dist/components/Breadcrumb/index.d.ts +7 -9
  15. package/dist/components/Breadcrumb/index.d.ts.map +1 -1
  16. package/dist/components/Breadcrumb/index.js +7 -6
  17. package/dist/components/Breadcrumb/index.js.map +1 -1
  18. package/dist/components/Breadcrumb/styled.d.ts +1 -2
  19. package/dist/components/Breadcrumb/styled.d.ts.map +1 -1
  20. package/dist/components/Breadcrumb/styled.js +1 -0
  21. package/dist/components/Breadcrumb/styled.js.map +1 -1
  22. package/dist/components/ButtonLoading.d.ts +11 -0
  23. package/dist/components/ButtonLoading.d.ts.map +1 -0
  24. package/dist/components/ButtonLoading.js +5 -0
  25. package/dist/components/ButtonLoading.js.map +1 -0
  26. package/dist/components/ChatBot.d.ts +5 -0
  27. package/dist/components/ChatBot.d.ts.map +1 -1
  28. package/dist/components/ChatBot.js +11 -6
  29. package/dist/components/ChatBot.js.map +1 -1
  30. package/dist/components/ContentValidateFilter.d.ts +6 -0
  31. package/dist/components/ContentValidateFilter.d.ts.map +1 -0
  32. package/dist/components/ContentValidateFilter.js +8 -0
  33. package/dist/components/ContentValidateFilter.js.map +1 -0
  34. package/dist/components/FadingOverflow.d.ts +37 -0
  35. package/dist/components/FadingOverflow.d.ts.map +1 -0
  36. package/dist/components/FadingOverflow.js +228 -0
  37. package/dist/components/FadingOverflow.js.map +1 -0
  38. package/dist/components/FileTreeView/More.d.ts +23 -0
  39. package/dist/components/FileTreeView/More.d.ts.map +1 -0
  40. package/dist/components/FileTreeView/More.js +55 -0
  41. package/dist/components/FileTreeView/More.js.map +1 -0
  42. package/dist/components/FileTreeView/index.d.ts +32 -0
  43. package/dist/components/FileTreeView/index.d.ts.map +1 -0
  44. package/dist/components/FileTreeView/index.js +91 -0
  45. package/dist/components/FileTreeView/index.js.map +1 -0
  46. package/dist/components/InfiniteScroll.d.ts +11 -0
  47. package/dist/components/InfiniteScroll.d.ts.map +1 -0
  48. package/dist/components/InfiniteScroll.js +14 -0
  49. package/dist/components/InfiniteScroll.js.map +1 -0
  50. package/dist/components/InfoMaintenanceBanner.d.ts +8 -0
  51. package/dist/components/InfoMaintenanceBanner.d.ts.map +1 -0
  52. package/dist/components/InfoMaintenanceBanner.js +19 -0
  53. package/dist/components/InfoMaintenanceBanner.js.map +1 -0
  54. package/dist/components/LazyMarkdown/BlockquoteMd.d.ts +11 -0
  55. package/dist/components/LazyMarkdown/BlockquoteMd.d.ts.map +1 -0
  56. package/dist/components/LazyMarkdown/BlockquoteMd.js +77 -0
  57. package/dist/components/LazyMarkdown/BlockquoteMd.js.map +1 -0
  58. package/dist/components/LazyMarkdown/CodeViewer.d.ts +24 -0
  59. package/dist/components/LazyMarkdown/CodeViewer.d.ts.map +1 -0
  60. package/dist/components/LazyMarkdown/CodeViewer.js +122 -0
  61. package/dist/components/LazyMarkdown/CodeViewer.js.map +1 -0
  62. package/dist/components/LazyMarkdown/Markdown.d.ts +19 -0
  63. package/dist/components/LazyMarkdown/Markdown.d.ts.map +1 -0
  64. package/dist/components/LazyMarkdown/Markdown.js +96 -0
  65. package/dist/components/LazyMarkdown/Markdown.js.map +1 -0
  66. package/dist/components/LazyMarkdown/MarkdownButton.d.ts +19 -0
  67. package/dist/components/LazyMarkdown/MarkdownButton.d.ts.map +1 -0
  68. package/dist/components/LazyMarkdown/MarkdownButton.js +9 -0
  69. package/dist/components/LazyMarkdown/MarkdownButton.js.map +1 -0
  70. package/dist/components/LazyMarkdown/Video.d.ts +11 -0
  71. package/dist/components/LazyMarkdown/Video.d.ts.map +1 -0
  72. package/dist/components/LazyMarkdown/Video.js +10 -0
  73. package/dist/components/LazyMarkdown/Video.js.map +1 -0
  74. package/dist/components/LazyMarkdown/index.d.ts +10 -0
  75. package/dist/components/LazyMarkdown/index.d.ts.map +1 -0
  76. package/dist/components/LazyMarkdown/index.js +8 -0
  77. package/dist/components/LazyMarkdown/index.js.map +1 -0
  78. package/dist/components/Placeholder.d.ts +28 -0
  79. package/dist/components/Placeholder.d.ts.map +1 -0
  80. package/dist/components/Placeholder.js +32 -0
  81. package/dist/components/Placeholder.js.map +1 -0
  82. package/dist/components/ScrollView.d.ts +31 -0
  83. package/dist/components/ScrollView.d.ts.map +1 -0
  84. package/dist/components/ScrollView.js +30 -0
  85. package/dist/components/ScrollView.js.map +1 -0
  86. package/dist/components/Select/BadgeItem.d.ts +4 -0
  87. package/dist/components/Select/BadgeItem.d.ts.map +1 -0
  88. package/dist/components/Select/BadgeItem.js +28 -0
  89. package/dist/components/Select/BadgeItem.js.map +1 -0
  90. package/dist/components/Select/ClearInput.d.ts +3 -0
  91. package/dist/components/Select/ClearInput.d.ts.map +1 -0
  92. package/dist/components/Select/ClearInput.js +18 -0
  93. package/dist/components/Select/ClearInput.js.map +1 -0
  94. package/dist/components/Select/CloseItem.d.ts +3 -0
  95. package/dist/components/Select/CloseItem.d.ts.map +1 -0
  96. package/dist/components/Select/CloseItem.js +26 -0
  97. package/dist/components/Select/CloseItem.js.map +1 -0
  98. package/dist/components/Select/CreatableSelect.d.ts +16 -0
  99. package/dist/components/Select/CreatableSelect.d.ts.map +1 -0
  100. package/dist/components/Select/CreatableSelect.js +114 -0
  101. package/dist/components/Select/CreatableSelect.js.map +1 -0
  102. package/dist/components/Select/CustomMenu.d.ts +8 -0
  103. package/dist/components/Select/CustomMenu.d.ts.map +1 -0
  104. package/dist/components/Select/CustomMenu.js +4 -0
  105. package/dist/components/Select/CustomMenu.js.map +1 -0
  106. package/dist/components/Select/LabelItem.d.ts +3 -0
  107. package/dist/components/Select/LabelItem.d.ts.map +1 -0
  108. package/dist/components/Select/LabelItem.js +4 -0
  109. package/dist/components/Select/LabelItem.js.map +1 -0
  110. package/dist/components/Select/MultiValue.d.ts +3 -0
  111. package/dist/components/Select/MultiValue.d.ts.map +1 -0
  112. package/dist/components/Select/MultiValue.js +27 -0
  113. package/dist/components/Select/MultiValue.js.map +1 -0
  114. package/dist/components/Select/SelectInfiniteScroll.d.ts +14 -0
  115. package/dist/components/Select/SelectInfiniteScroll.d.ts.map +1 -0
  116. package/dist/components/Select/SelectInfiniteScroll.js +31 -0
  117. package/dist/components/Select/SelectInfiniteScroll.js.map +1 -0
  118. package/dist/components/Select/SelectSearch.d.ts +11 -0
  119. package/dist/components/Select/SelectSearch.d.ts.map +1 -0
  120. package/dist/components/Select/SelectSearch.js +156 -0
  121. package/dist/components/Select/SelectSearch.js.map +1 -0
  122. package/dist/components/Select/index.d.ts +6 -0
  123. package/dist/components/Select/index.d.ts.map +1 -0
  124. package/dist/components/Select/index.js +6 -0
  125. package/dist/components/Select/index.js.map +1 -0
  126. package/dist/components/Select/types.d.ts +7 -0
  127. package/dist/components/Select/types.d.ts.map +1 -0
  128. package/dist/components/Select/types.js +2 -0
  129. package/dist/components/Select/types.js.map +1 -0
  130. package/dist/components/SelectionList.d.ts +151 -0
  131. package/dist/components/SelectionList.d.ts.map +1 -0
  132. package/dist/components/SelectionList.js +180 -0
  133. package/dist/components/SelectionList.js.map +1 -0
  134. package/dist/components/StatusCircle.d.ts +24 -0
  135. package/dist/components/StatusCircle.d.ts.map +1 -0
  136. package/dist/components/StatusCircle.js +44 -0
  137. package/dist/components/StatusCircle.js.map +1 -0
  138. package/dist/components/Stepper/Navigation.d.ts +35 -0
  139. package/dist/components/Stepper/Navigation.d.ts.map +1 -0
  140. package/dist/components/Stepper/Navigation.js +41 -0
  141. package/dist/components/Stepper/Navigation.js.map +1 -0
  142. package/dist/components/Stepper/Step.d.ts +18 -0
  143. package/dist/components/Stepper/Step.d.ts.map +1 -0
  144. package/dist/components/Stepper/Step.js +13 -0
  145. package/dist/components/Stepper/Step.js.map +1 -0
  146. package/dist/components/Stepper/Stepper.d.ts +45 -0
  147. package/dist/components/Stepper/Stepper.d.ts.map +1 -0
  148. package/dist/components/Stepper/Stepper.js +57 -0
  149. package/dist/components/Stepper/Stepper.js.map +1 -0
  150. package/dist/components/Stepper/headers.d.ts +19 -0
  151. package/dist/components/Stepper/headers.d.ts.map +1 -0
  152. package/dist/components/Stepper/headers.js +40 -0
  153. package/dist/components/Stepper/headers.js.map +1 -0
  154. package/dist/components/Stepper/index.d.ts +4 -0
  155. package/dist/components/Stepper/index.d.ts.map +1 -0
  156. package/dist/components/Stepper/index.js +4 -0
  157. package/dist/components/Stepper/index.js.map +1 -0
  158. package/dist/components/Table/HeaderItem.d.ts +18 -0
  159. package/dist/components/Table/HeaderItem.d.ts.map +1 -0
  160. package/dist/components/Table/HeaderItem.js +14 -0
  161. package/dist/components/Table/HeaderItem.js.map +1 -0
  162. package/dist/components/Table/SettingsVerticalMenu.d.ts +14 -0
  163. package/dist/components/Table/SettingsVerticalMenu.d.ts.map +1 -0
  164. package/dist/components/Table/SettingsVerticalMenu.js +14 -0
  165. package/dist/components/Table/SettingsVerticalMenu.js.map +1 -0
  166. package/dist/components/Table/StyledLinkTable.d.ts +5 -0
  167. package/dist/components/Table/StyledLinkTable.d.ts.map +1 -0
  168. package/dist/components/Table/StyledLinkTable.js +13 -0
  169. package/dist/components/Table/StyledLinkTable.js.map +1 -0
  170. package/dist/components/Table/TableData.d.ts +37 -0
  171. package/dist/components/Table/TableData.d.ts.map +1 -0
  172. package/dist/components/Table/TableData.js +84 -0
  173. package/dist/components/Table/TableData.js.map +1 -0
  174. package/dist/components/Table/index.d.ts +3 -0
  175. package/dist/components/Table/index.d.ts.map +1 -0
  176. package/dist/components/Table/index.js +3 -0
  177. package/dist/components/Table/index.js.map +1 -0
  178. package/dist/components/TimelineSection.d.ts +24 -0
  179. package/dist/components/TimelineSection.d.ts.map +1 -0
  180. package/dist/components/TimelineSection.js +37 -0
  181. package/dist/components/TimelineSection.js.map +1 -0
  182. package/dist/components/error/ErrorFeedback.d.ts +58 -0
  183. package/dist/components/error/ErrorFeedback.d.ts.map +1 -0
  184. package/dist/components/error/ErrorFeedback.js +110 -0
  185. package/dist/components/error/ErrorFeedback.js.map +1 -0
  186. package/dist/components/error/NotFound.d.ts +4 -0
  187. package/dist/components/error/NotFound.d.ts.map +1 -0
  188. package/dist/components/error/NotFound.js +19 -0
  189. package/dist/components/error/NotFound.js.map +1 -0
  190. package/dist/components/error/UnderMaintenance.d.ts +4 -0
  191. package/dist/components/error/UnderMaintenance.d.ts.map +1 -0
  192. package/dist/components/error/UnderMaintenance.js +25 -0
  193. package/dist/components/error/UnderMaintenance.js.map +1 -0
  194. package/dist/components/error/index.d.ts +4 -0
  195. package/dist/components/error/index.d.ts.map +1 -0
  196. package/dist/components/error/index.js +4 -0
  197. package/dist/components/error/index.js.map +1 -0
  198. package/dist/components/form/Form/Form.d.ts +15 -0
  199. package/dist/components/form/Form/Form.d.ts.map +1 -0
  200. package/dist/components/form/Form/Form.js +48 -0
  201. package/dist/components/form/Form/Form.js.map +1 -0
  202. package/dist/components/form/Form/FormGroup.d.ts +37 -0
  203. package/dist/components/form/Form/FormGroup.d.ts.map +1 -0
  204. package/dist/components/form/Form/FormGroup.js +72 -0
  205. package/dist/components/form/Form/FormGroup.js.map +1 -0
  206. package/dist/components/form/Form/index.d.ts +3 -0
  207. package/dist/components/form/Form/index.d.ts.map +1 -0
  208. package/dist/components/form/Form/index.js +3 -0
  209. package/dist/components/form/Form/index.js.map +1 -0
  210. package/dist/components/form/SearchInput.d.ts +9 -0
  211. package/dist/components/form/SearchInput.d.ts.map +1 -0
  212. package/dist/components/form/SearchInput.js +28 -0
  213. package/dist/components/form/SearchInput.js.map +1 -0
  214. package/dist/components/form/Select/CustomSelect.d.ts +81 -0
  215. package/dist/components/form/Select/CustomSelect.d.ts.map +1 -0
  216. package/dist/components/form/Select/CustomSelect.js +178 -0
  217. package/dist/components/form/Select/CustomSelect.js.map +1 -0
  218. package/dist/components/form/Select/DetailedSelect.d.ts +65 -0
  219. package/dist/components/form/Select/DetailedSelect.d.ts.map +1 -0
  220. package/dist/components/form/Select/DetailedSelect.js +80 -0
  221. package/dist/components/form/Select/DetailedSelect.js.map +1 -0
  222. package/dist/components/form/Select/Select.d.ts +47 -0
  223. package/dist/components/form/Select/Select.d.ts.map +1 -0
  224. package/dist/components/form/Select/Select.js +62 -0
  225. package/dist/components/form/Select/Select.js.map +1 -0
  226. package/dist/components/form/Select/index.d.ts +5 -0
  227. package/dist/components/form/Select/index.d.ts.map +1 -0
  228. package/dist/components/form/Select/index.js +5 -0
  229. package/dist/components/form/Select/index.js.map +1 -0
  230. package/dist/components/form/Select/styled.d.ts +5 -0
  231. package/dist/components/form/Select/styled.d.ts.map +1 -0
  232. package/dist/components/form/Select/styled.js +165 -0
  233. package/dist/components/form/Select/styled.js.map +1 -0
  234. package/dist/components/form/Select/types.d.ts +103 -0
  235. package/dist/components/form/Select/types.d.ts.map +1 -0
  236. package/dist/components/form/Select/types.js +2 -0
  237. package/dist/components/form/Select/types.js.map +1 -0
  238. package/dist/components/form/Select/utils.d.ts +3 -0
  239. package/dist/components/form/Select/utils.d.ts.map +1 -0
  240. package/dist/components/form/Select/utils.js +20 -0
  241. package/dist/components/form/Select/utils.js.map +1 -0
  242. package/dist/components/notification/NotificationComponent.d.ts +31 -0
  243. package/dist/components/notification/NotificationComponent.d.ts.map +1 -0
  244. package/dist/components/notification/NotificationComponent.js +176 -0
  245. package/dist/components/notification/NotificationComponent.js.map +1 -0
  246. package/dist/components/notification/NotificationItem.d.ts +51 -0
  247. package/dist/components/notification/NotificationItem.d.ts.map +1 -0
  248. package/dist/components/notification/NotificationItem.js +165 -0
  249. package/dist/components/notification/NotificationItem.js.map +1 -0
  250. package/dist/components/notification/NotificationList.d.ts +47 -0
  251. package/dist/components/notification/NotificationList.d.ts.map +1 -0
  252. package/dist/components/notification/NotificationList.js +82 -0
  253. package/dist/components/notification/NotificationList.js.map +1 -0
  254. package/dist/components/notification/NotificationPlaceholder.d.ts +13 -0
  255. package/dist/components/notification/NotificationPlaceholder.d.ts.map +1 -0
  256. package/dist/components/notification/NotificationPlaceholder.js +34 -0
  257. package/dist/components/notification/NotificationPlaceholder.js.map +1 -0
  258. package/dist/components/notification/types.d.ts +60 -0
  259. package/dist/components/notification/types.d.ts.map +1 -0
  260. package/dist/components/notification/types.js +7 -0
  261. package/dist/components/notification/types.js.map +1 -0
  262. package/dist/containers/NotificationsPage.d.ts +2 -0
  263. package/dist/containers/NotificationsPage.d.ts.map +1 -0
  264. package/dist/containers/NotificationsPage.js +71 -0
  265. package/dist/containers/NotificationsPage.js.map +1 -0
  266. package/dist/context/anchor.d.ts +27 -0
  267. package/dist/context/anchor.d.ts.map +1 -0
  268. package/dist/context/anchor.js +23 -0
  269. package/dist/context/anchor.js.map +1 -0
  270. package/dist/context/loading.d.ts +27 -0
  271. package/dist/context/loading.d.ts.map +1 -0
  272. package/dist/context/loading.js +24 -0
  273. package/dist/context/loading.js.map +1 -0
  274. package/dist/context/notification/LazyNotificationList.d.ts +28 -0
  275. package/dist/context/notification/LazyNotificationList.d.ts.map +1 -0
  276. package/dist/context/notification/LazyNotificationList.js +136 -0
  277. package/dist/context/notification/LazyNotificationList.js.map +1 -0
  278. package/dist/context/notification/NotificationController.d.ts +25 -0
  279. package/dist/context/notification/NotificationController.d.ts.map +1 -0
  280. package/dist/context/notification/NotificationController.js +153 -0
  281. package/dist/context/notification/NotificationController.js.map +1 -0
  282. package/dist/context/notification/context.d.ts +8 -0
  283. package/dist/context/notification/context.d.ts.map +1 -0
  284. package/dist/context/notification/context.js +12 -0
  285. package/dist/context/notification/context.js.map +1 -0
  286. package/dist/context/notification/hooks.d.ts +18 -0
  287. package/dist/context/notification/hooks.d.ts.map +1 -0
  288. package/dist/context/notification/hooks.js +92 -0
  289. package/dist/context/notification/hooks.js.map +1 -0
  290. package/dist/context/notification/types.d.ts +65 -0
  291. package/dist/context/notification/types.d.ts.map +1 -0
  292. package/dist/context/notification/types.js +2 -0
  293. package/dist/context/notification/types.js.map +1 -0
  294. package/dist/hooks/date.d.ts +18 -0
  295. package/dist/hooks/date.d.ts.map +1 -0
  296. package/dist/hooks/date.js +68 -0
  297. package/dist/hooks/date.js.map +1 -0
  298. package/dist/hooks/keyboard.d.ts +64 -0
  299. package/dist/hooks/keyboard.d.ts.map +1 -0
  300. package/dist/hooks/keyboard.js +84 -0
  301. package/dist/hooks/keyboard.js.map +1 -0
  302. package/dist/hooks/manual-render.d.ts +8 -0
  303. package/dist/hooks/manual-render.d.ts.map +1 -0
  304. package/dist/hooks/manual-render.js +10 -0
  305. package/dist/hooks/manual-render.js.map +1 -0
  306. package/dist/hooks/service-now.d.ts +32 -1
  307. package/dist/hooks/service-now.d.ts.map +1 -1
  308. package/dist/hooks/service-now.js +58 -18
  309. package/dist/hooks/service-now.js.map +1 -1
  310. package/dist/hooks/text.d.ts +9 -0
  311. package/dist/hooks/text.d.ts.map +1 -0
  312. package/dist/hooks/text.js +24 -0
  313. package/dist/hooks/text.js.map +1 -0
  314. package/dist/hooks/title.d.ts +13 -0
  315. package/dist/hooks/title.d.ts.map +1 -1
  316. package/dist/hooks/title.js +13 -0
  317. package/dist/hooks/title.js.map +1 -1
  318. package/dist/hooks/use-effect-once.d.ts.map +1 -1
  319. package/dist/hooks/use-effect-once.js.map +1 -1
  320. package/dist/index.d.ts +14 -4
  321. package/dist/index.d.ts.map +1 -1
  322. package/dist/index.js +14 -4
  323. package/dist/index.js.map +1 -1
  324. package/dist/notifications.d.ts +11 -0
  325. package/dist/notifications.d.ts.map +1 -0
  326. package/dist/notifications.js +10 -0
  327. package/dist/notifications.js.map +1 -0
  328. package/dist/svg/AI.d.ts +8 -0
  329. package/dist/svg/AI.d.ts.map +1 -0
  330. package/dist/svg/AI.js +15 -0
  331. package/dist/svg/AI.js.map +1 -0
  332. package/dist/svg/CS.d.ts +8 -0
  333. package/dist/svg/CS.d.ts.map +1 -0
  334. package/dist/svg/CS.js +15 -0
  335. package/dist/svg/CS.js.map +1 -0
  336. package/dist/svg/EDP.d.ts +8 -0
  337. package/dist/svg/EDP.d.ts.map +1 -0
  338. package/dist/svg/EDP.js +15 -0
  339. package/dist/svg/EDP.js.map +1 -0
  340. package/dist/svg/Forbidden.d.ts +5 -0
  341. package/dist/svg/Forbidden.d.ts.map +1 -0
  342. package/dist/svg/Forbidden.js +4 -0
  343. package/dist/svg/Forbidden.js.map +1 -0
  344. package/dist/svg/GenericPlaceholder.d.ts +7 -0
  345. package/dist/svg/GenericPlaceholder.d.ts.map +1 -0
  346. package/dist/svg/GenericPlaceholder.js +4 -0
  347. package/dist/svg/GenericPlaceholder.js.map +1 -0
  348. package/dist/svg/HUB.d.ts +8 -0
  349. package/dist/svg/HUB.d.ts.map +1 -0
  350. package/dist/svg/HUB.js +15 -0
  351. package/dist/svg/HUB.js.map +1 -0
  352. package/dist/svg/Logo.d.ts +5 -0
  353. package/dist/svg/Logo.d.ts.map +1 -0
  354. package/dist/svg/Logo.js +8 -0
  355. package/dist/svg/Logo.js.map +1 -0
  356. package/dist/svg/MiniLogo.d.ts +8 -0
  357. package/dist/svg/MiniLogo.d.ts.map +1 -0
  358. package/dist/svg/MiniLogo.js +6 -0
  359. package/dist/svg/MiniLogo.js.map +1 -0
  360. package/dist/svg/NotFound.d.ts +5 -0
  361. package/dist/svg/NotFound.d.ts.map +1 -0
  362. package/dist/svg/NotFound.js +4 -0
  363. package/dist/svg/NotFound.js.map +1 -0
  364. package/dist/svg/ServerError.d.ts +5 -0
  365. package/dist/svg/ServerError.d.ts.map +1 -0
  366. package/dist/svg/ServerError.js +4 -0
  367. package/dist/svg/ServerError.js.map +1 -0
  368. package/dist/svg/Unauthenticated.d.ts +5 -0
  369. package/dist/svg/Unauthenticated.d.ts.map +1 -0
  370. package/dist/svg/Unauthenticated.js +4 -0
  371. package/dist/svg/Unauthenticated.js.map +1 -0
  372. package/dist/svg/index.d.ts +12 -0
  373. package/dist/svg/index.d.ts.map +1 -0
  374. package/dist/svg/index.js +12 -0
  375. package/dist/svg/index.js.map +1 -0
  376. package/dist/utils/accessibility.d.ts +75 -0
  377. package/dist/utils/accessibility.d.ts.map +1 -0
  378. package/dist/utils/accessibility.js +123 -0
  379. package/dist/utils/accessibility.js.map +1 -0
  380. package/dist/utils/cookie.d.ts +34 -0
  381. package/dist/utils/cookie.d.ts.map +1 -0
  382. package/dist/utils/cookie.js +69 -0
  383. package/dist/utils/cookie.js.map +1 -0
  384. package/dist/utils/promise.d.ts +2 -0
  385. package/dist/utils/promise.d.ts.map +1 -0
  386. package/dist/utils/promise.js +6 -0
  387. package/dist/utils/promise.js.map +1 -0
  388. package/dist/utils/read-file.d.ts +2 -0
  389. package/dist/utils/read-file.d.ts.map +1 -0
  390. package/dist/utils/read-file.js +14 -0
  391. package/dist/utils/read-file.js.map +1 -0
  392. package/package.dev.json +3 -0
  393. package/package.json +53 -14
  394. package/package.stg.json +3 -0
  395. package/readme.md +55 -13
  396. package/src/components/AnimatedHeight.tsx +174 -0
  397. package/src/components/AsyncContent.tsx +78 -0
  398. package/src/components/BannerWarning.tsx +89 -19
  399. package/src/components/Breadcrumb/index.tsx +15 -13
  400. package/src/components/Breadcrumb/styled.ts +2 -1
  401. package/src/components/ButtonLoading.tsx +29 -0
  402. package/src/components/ChatBot.tsx +12 -7
  403. package/src/components/ContentValidateFilter.tsx +15 -0
  404. package/src/components/FadingOverflow.tsx +265 -0
  405. package/src/components/FileTreeView/More.tsx +114 -0
  406. package/src/components/FileTreeView/index.tsx +186 -0
  407. package/src/components/InfiniteScroll.tsx +24 -0
  408. package/src/components/InfoMaintenanceBanner.tsx +25 -0
  409. package/src/components/LazyMarkdown/BlockquoteMd.tsx +107 -0
  410. package/src/components/LazyMarkdown/CodeViewer.tsx +161 -0
  411. package/src/components/LazyMarkdown/Markdown.tsx +122 -0
  412. package/src/components/LazyMarkdown/MarkdownButton.tsx +24 -0
  413. package/src/components/LazyMarkdown/Video.tsx +13 -0
  414. package/src/components/LazyMarkdown/index.tsx +21 -0
  415. package/src/components/Placeholder.tsx +124 -0
  416. package/src/components/ScrollView.tsx +57 -0
  417. package/src/components/Select/BadgeItem.tsx +58 -0
  418. package/src/components/Select/ClearInput.tsx +24 -0
  419. package/src/components/Select/CloseItem.tsx +38 -0
  420. package/src/components/Select/CreatableSelect.tsx +155 -0
  421. package/src/components/Select/CustomMenu.tsx +16 -0
  422. package/src/components/Select/LabelItem.tsx +8 -0
  423. package/src/components/Select/MultiValue.tsx +49 -0
  424. package/src/components/Select/SelectInfiniteScroll.tsx +82 -0
  425. package/src/components/Select/SelectSearch.tsx +195 -0
  426. package/src/components/Select/index.tsx +7 -0
  427. package/src/components/Select/types.ts +8 -0
  428. package/src/components/SelectionList.tsx +427 -0
  429. package/src/components/StatusCircle.tsx +67 -0
  430. package/src/components/Stepper/Navigation.tsx +97 -0
  431. package/src/components/Stepper/Step.tsx +30 -0
  432. package/src/components/Stepper/Stepper.tsx +113 -0
  433. package/src/components/Stepper/headers.tsx +64 -0
  434. package/src/components/Stepper/index.ts +3 -0
  435. package/src/components/Table/HeaderItem.tsx +52 -0
  436. package/src/components/Table/SettingsVerticalMenu.tsx +50 -0
  437. package/src/components/Table/StyledLinkTable.tsx +22 -0
  438. package/src/components/Table/TableData.tsx +251 -0
  439. package/src/components/Table/index.tsx +2 -0
  440. package/src/components/TimelineSection.tsx +66 -0
  441. package/src/components/error/ErrorFeedback.tsx +217 -0
  442. package/src/components/error/NotFound.tsx +24 -0
  443. package/src/components/error/UnderMaintenance.tsx +30 -0
  444. package/src/components/error/index.ts +4 -0
  445. package/src/components/form/Form/Form.tsx +101 -0
  446. package/src/components/form/Form/FormGroup.tsx +221 -0
  447. package/src/components/form/Form/index.ts +2 -0
  448. package/src/components/form/SearchInput.tsx +69 -0
  449. package/src/components/form/Select/CustomSelect.tsx +232 -0
  450. package/src/components/form/Select/DetailedSelect.tsx +85 -0
  451. package/src/components/form/Select/Select.tsx +67 -0
  452. package/src/components/form/Select/index.ts +4 -0
  453. package/src/components/form/Select/styled.ts +165 -0
  454. package/src/components/form/Select/types.ts +112 -0
  455. package/src/components/form/Select/utils.tsx +28 -0
  456. package/src/components/notification/NotificationComponent.tsx +340 -0
  457. package/src/components/notification/NotificationItem.tsx +353 -0
  458. package/src/components/notification/NotificationList.tsx +185 -0
  459. package/src/components/notification/NotificationPlaceholder.tsx +60 -0
  460. package/src/components/notification/types.ts +72 -0
  461. package/src/containers/NotificationsPage.tsx +120 -0
  462. package/src/context/anchor.tsx +37 -0
  463. package/src/context/loading.tsx +36 -0
  464. package/src/context/notification/LazyNotificationList.ts +103 -0
  465. package/src/context/notification/NotificationController.ts +119 -0
  466. package/src/context/notification/context.tsx +23 -0
  467. package/src/context/notification/hooks.ts +98 -0
  468. package/src/context/notification/types.ts +71 -0
  469. package/src/hooks/date.ts +68 -0
  470. package/src/hooks/keyboard.tsx +128 -0
  471. package/src/hooks/manual-render.tsx +10 -0
  472. package/src/hooks/service-now.tsx +64 -19
  473. package/src/hooks/text.tsx +30 -0
  474. package/src/hooks/title.tsx +13 -0
  475. package/src/index.ts +14 -6
  476. package/src/notifications.ts +11 -0
  477. package/src/svg/AI.tsx +41 -0
  478. package/src/svg/CS.tsx +48 -0
  479. package/src/svg/EDP.tsx +31 -0
  480. package/src/svg/Forbidden.tsx +22 -0
  481. package/src/svg/GenericPlaceholder.tsx +16 -0
  482. package/src/svg/HUB.tsx +48 -0
  483. package/src/svg/Logo.tsx +16 -0
  484. package/src/svg/MiniLogo.tsx +12 -0
  485. package/src/svg/NotFound.tsx +16 -0
  486. package/src/svg/ServerError.tsx +33 -0
  487. package/src/svg/Unauthenticated.tsx +16 -0
  488. package/src/svg/index.ts +11 -0
  489. package/src/utils/accessibility.ts +135 -0
  490. package/src/utils/cookie.ts +73 -0
  491. package/src/utils/promise.ts +5 -0
  492. package/src/utils/read-file.ts +16 -0
  493. package/tsconfig.json +1 -0
  494. package/dist/components/Login.d.ts +0 -26
  495. package/dist/components/Login.d.ts.map +0 -1
  496. package/dist/components/Login.js +0 -100
  497. package/dist/components/Login.js.map +0 -1
  498. package/dist/components/MiniLogo.d.ts +0 -6
  499. package/dist/components/MiniLogo.d.ts.map +0 -1
  500. package/dist/components/MiniLogo.js +0 -4
  501. package/dist/components/MiniLogo.js.map +0 -1
  502. package/dist/components/tour/StepContainer.d.ts +0 -13
  503. package/dist/components/tour/StepContainer.d.ts.map +0 -1
  504. package/dist/components/tour/StepContainer.js +0 -48
  505. package/dist/components/tour/StepContainer.js.map +0 -1
  506. package/dist/components/tour/StepNavigation.d.ts +0 -13
  507. package/dist/components/tour/StepNavigation.d.ts.map +0 -1
  508. package/dist/components/tour/StepNavigation.js +0 -20
  509. package/dist/components/tour/StepNavigation.js.map +0 -1
  510. package/dist/components/tour/StepTitle.d.ts +0 -7
  511. package/dist/components/tour/StepTitle.d.ts.map +0 -1
  512. package/dist/components/tour/StepTitle.js +0 -5
  513. package/dist/components/tour/StepTitle.js.map +0 -1
  514. package/dist/components/tour/context.d.ts +0 -17
  515. package/dist/components/tour/context.d.ts.map +0 -1
  516. package/dist/components/tour/context.js +0 -48
  517. package/dist/components/tour/context.js.map +0 -1
  518. package/dist/components/tour/index.d.ts +0 -9
  519. package/dist/components/tour/index.d.ts.map +0 -1
  520. package/dist/components/tour/index.js +0 -4
  521. package/dist/components/tour/index.js.map +0 -1
  522. package/dist/components/tour/utils.d.ts +0 -13
  523. package/dist/components/tour/utils.d.ts.map +0 -1
  524. package/dist/components/tour/utils.js +0 -43
  525. package/dist/components/tour/utils.js.map +0 -1
  526. package/src/components/Login.tsx +0 -157
  527. package/src/components/MiniLogo.tsx +0 -32
  528. package/src/components/tour/StepContainer.tsx +0 -67
  529. package/src/components/tour/StepNavigation.tsx +0 -32
  530. package/src/components/tour/StepTitle.tsx +0 -17
  531. package/src/components/tour/context.tsx +0 -56
  532. package/src/components/tour/index.ts +0 -7
  533. package/src/components/tour/utils.tsx +0 -65
package/CHANGELOG.md ADDED
@@ -0,0 +1,670 @@
1
+ # Changelog
2
+
3
+ ## [2.28.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.27.6...portal-components@v2.28.0) (2025-12-15)
4
+
5
+
6
+ ### Features
7
+
8
+ * components Notification Uncommit ([#1900](https://github.com/stack-spot/portal-commons/issues/1900)) ([a8ee0a1](https://github.com/stack-spot/portal-commons/commit/a8ee0a1c45a9250c3aeea199574ac34a66f8d72a))
9
+
10
+ ## [2.27.6](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.27.5...portal-components@v2.27.6) (2025-11-27)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * calendar and hours ([#1812](https://github.com/stack-spot/portal-commons/issues/1812)) ([6d8b629](https://github.com/stack-spot/portal-commons/commit/6d8b6299d444d7e468e8e4655e5c75435685e738))
16
+
17
+ ## [2.27.5](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.27.4...portal-components@v2.27.5) (2025-11-13)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * export code viewer ([#1794](https://github.com/stack-spot/portal-commons/issues/1794)) ([d3daa27](https://github.com/stack-spot/portal-commons/commit/d3daa27b7dd3a7ec38aedc66f941285bb29f4358))
23
+
24
+ ## [2.27.4](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.27.3...portal-components@v2.27.4) (2025-11-07)
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * semantic for accessibility ([#1766](https://github.com/stack-spot/portal-commons/issues/1766)) ([578bc95](https://github.com/stack-spot/portal-commons/commit/578bc95698f5d707f4645693df22c4da57f8684e))
30
+
31
+ ## [2.27.3](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.27.2...portal-components@v2.27.3) (2025-10-30)
32
+
33
+
34
+ ### Bug Fixes
35
+
36
+ * Fix behavior selection itens render ([#1736](https://github.com/stack-spot/portal-commons/issues/1736)) ([75a6bd3](https://github.com/stack-spot/portal-commons/commit/75a6bd3c0aa0bdb602fb8d01c413313dc2918c02))
37
+
38
+ ## [2.27.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.27.1...portal-components@v2.27.2) (2025-10-17)
39
+
40
+
41
+ ### Bug Fixes
42
+
43
+ * improve notification layout ([#1702](https://github.com/stack-spot/portal-commons/issues/1702)) ([bd0a39a](https://github.com/stack-spot/portal-commons/commit/bd0a39a76c06b12024653948f229fc5ba9efe1f5))
44
+
45
+ ## [2.27.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.27.0...portal-components@v2.27.1) (2025-10-06)
46
+
47
+
48
+ ### Bug Fixes
49
+
50
+ * Added times to filters ([#1677](https://github.com/stack-spot/portal-commons/issues/1677)) ([7adfa31](https://github.com/stack-spot/portal-commons/commit/7adfa31a0b60dd616a558e9944ed6263605946e7))
51
+
52
+ ## [2.27.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.26.0...portal-components@v2.27.0) (2025-10-03)
53
+
54
+
55
+ ### Features
56
+
57
+ * 3146 notifications placeholder ([#1670](https://github.com/stack-spot/portal-commons/issues/1670)) ([e1879d6](https://github.com/stack-spot/portal-commons/commit/e1879d6f7bd3bef257639c835e8f0e9c544a23e5))
58
+
59
+ ## [2.26.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.9...portal-components@v2.26.0) (2025-09-30)
60
+
61
+
62
+ ### Features
63
+
64
+ * 3156 notifications ([#1491](https://github.com/stack-spot/portal-commons/issues/1491)) ([3f9f6a6](https://github.com/stack-spot/portal-commons/commit/3f9f6a6b56004893cca4e0d53afe8eccdf615005))
65
+
66
+ ## [2.25.9](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.8...portal-components@v2.25.9) (2025-09-30)
67
+
68
+
69
+ ### Bug Fixes
70
+
71
+ * upgrades translation lib ([#1637](https://github.com/stack-spot/portal-commons/issues/1637)) ([61d98ad](https://github.com/stack-spot/portal-commons/commit/61d98ad5a65b9132f0c49acb63fb19dff2111148))
72
+
73
+ ## [2.25.8](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.7...portal-components@v2.25.8) (2025-08-26)
74
+
75
+
76
+ ### Bug Fixes
77
+
78
+ * remove tooltip in notification description ([#1471](https://github.com/stack-spot/portal-commons/issues/1471)) ([24f868a](https://github.com/stack-spot/portal-commons/commit/24f868a55b8834e3b6514fafaee5fcf0f75d6c33))
79
+
80
+ ## [2.25.7](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.6...portal-components@v2.25.7) (2025-08-21)
81
+
82
+
83
+ ### Bug Fixes
84
+
85
+ * add tooltip in notification description and change regex ([#1446](https://github.com/stack-spot/portal-commons/issues/1446)) ([1eaabd8](https://github.com/stack-spot/portal-commons/commit/1eaabd8798fab8206fed34a83e8703748c285a5a))
86
+ * readme (update version) ([#1447](https://github.com/stack-spot/portal-commons/issues/1447)) ([f57cda5](https://github.com/stack-spot/portal-commons/commit/f57cda50769d3727a667231fe925ebbbaabc0c91))
87
+
88
+ ## [2.25.6](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.5...portal-components@v2.25.6) (2025-08-21)
89
+
90
+
91
+ ### Bug Fixes
92
+
93
+ * support button hidden ([#1424](https://github.com/stack-spot/portal-commons/issues/1424)) ([15b88ce](https://github.com/stack-spot/portal-commons/commit/15b88ce7659ac7c3192087d5b6384515ef6c00a4))
94
+
95
+ ## [2.25.5](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.4...portal-components@v2.25.5) (2025-08-15)
96
+
97
+
98
+ ### Bug Fixes
99
+
100
+ * adjusts accessibility file insert ([#1379](https://github.com/stack-spot/portal-commons/issues/1379)) ([753ad4e](https://github.com/stack-spot/portal-commons/commit/753ad4ea5ce01e0f4bcee15c08229ceb8e8dc02d))
101
+
102
+ ## [2.25.4](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.3...portal-components@v2.25.4) (2025-08-15)
103
+
104
+
105
+ ### Bug Fixes
106
+
107
+ * Removed sx props banner warning ([#1418](https://github.com/stack-spot/portal-commons/issues/1418)) ([6fbbe2c](https://github.com/stack-spot/portal-commons/commit/6fbbe2c0ae6157cf7c6908af6d49b1dc7e5686a6))
108
+
109
+ ## [2.25.3](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.2...portal-components@v2.25.3) (2025-08-15)
110
+
111
+
112
+ ### Bug Fixes
113
+
114
+ * type banner warning sx ([#1410](https://github.com/stack-spot/portal-commons/issues/1410)) ([c91b6e7](https://github.com/stack-spot/portal-commons/commit/c91b6e792107246b9025aad010ab3a1ee9f5855a))
115
+
116
+ ## [2.25.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.1...portal-components@v2.25.2) (2025-08-15)
117
+
118
+
119
+ ### Bug Fixes
120
+
121
+ * banner warning ([#1408](https://github.com/stack-spot/portal-commons/issues/1408)) ([9275385](https://github.com/stack-spot/portal-commons/commit/927538519908b87469c5ac2351eace94087cb4bb))
122
+
123
+ ## [2.25.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.25.0...portal-components@v2.25.1) (2025-08-14)
124
+
125
+
126
+ ### Bug Fixes
127
+
128
+ * maintenance banner ([#1406](https://github.com/stack-spot/portal-commons/issues/1406)) ([41c5258](https://github.com/stack-spot/portal-commons/commit/41c52588c7ab4377da31e79cf4e31b17b7b714c0))
129
+
130
+ ## [2.25.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.24.3...portal-components@v2.25.0) (2025-08-14)
131
+
132
+
133
+ ### Features
134
+
135
+ * InfoMaintenanceBanner ([#1404](https://github.com/stack-spot/portal-commons/issues/1404)) ([d36bec1](https://github.com/stack-spot/portal-commons/commit/d36bec16c87882ec6d7fc18bbb9e59e0fb8aad16))
136
+
137
+ ## [2.24.3](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.24.2...portal-components@v2.24.3) (2025-07-22)
138
+
139
+
140
+ ### Bug Fixes
141
+
142
+ * adjusts error messages in Ai ([#1274](https://github.com/stack-spot/portal-commons/issues/1274)) ([09aad8b](https://github.com/stack-spot/portal-commons/commit/09aad8b3cf8538d14455203be201beec03716d51))
143
+
144
+ ## [2.24.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.24.1...portal-components@v2.24.2) (2025-07-22)
145
+
146
+
147
+ ### Bug Fixes
148
+
149
+ * Adds Secure attribute to cookies for HTTPS ([#1114](https://github.com/stack-spot/portal-commons/issues/1114)) ([18e06fb](https://github.com/stack-spot/portal-commons/commit/18e06fbe08b1c89e2d554295627298c4723c99c6))
150
+ * reviewing error messages in ai ([#1270](https://github.com/stack-spot/portal-commons/issues/1270)) ([5de8012](https://github.com/stack-spot/portal-commons/commit/5de8012538c22f0fd061233154619afcd4b589a5))
151
+
152
+ ## [2.24.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.24.0...portal-components@v2.24.1) (2025-06-16)
153
+
154
+
155
+ ### Bug Fixes
156
+
157
+ * scroll interval id ref ([#1089](https://github.com/stack-spot/portal-commons/issues/1089)) ([a20ab0e](https://github.com/stack-spot/portal-commons/commit/a20ab0e3d0b049875697b0487f734d59555085a6))
158
+
159
+ ## [2.24.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.23.0...portal-components@v2.24.0) (2025-06-12)
160
+
161
+
162
+ ### Features
163
+
164
+ * Update inference and add read file ([#1083](https://github.com/stack-spot/portal-commons/issues/1083)) ([c4233b7](https://github.com/stack-spot/portal-commons/commit/c4233b766bb057bb72b94417d9c94b3fff18c099))
165
+
166
+ ## [2.23.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.22.5...portal-components@v2.23.0) (2025-06-11)
167
+
168
+
169
+ ### Features
170
+
171
+ * 2321 feature flag ([#1070](https://github.com/stack-spot/portal-commons/issues/1070)) ([7579759](https://github.com/stack-spot/portal-commons/commit/7579759b764440539d1471d7e5638b806bbf9ec2))
172
+
173
+ ## [2.22.5](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.22.4...portal-components@v2.22.5) (2025-05-22)
174
+
175
+
176
+ ### Bug Fixes
177
+
178
+ * accessibility error and add update agent ([#1009](https://github.com/stack-spot/portal-commons/issues/1009)) ([1155a59](https://github.com/stack-spot/portal-commons/commit/1155a59d4a155098a303d7f58ac5e19acac90e5c))
179
+
180
+ ## [2.22.4](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.22.3...portal-components@v2.22.4) (2025-05-22)
181
+
182
+
183
+ ### Bug Fixes
184
+
185
+ * Upd selection to create responsive scroll ([#1007](https://github.com/stack-spot/portal-commons/issues/1007)) ([86f1707](https://github.com/stack-spot/portal-commons/commit/86f17075b060bbb884760e85bc850c07346f77db))
186
+
187
+ ## [2.22.3](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.22.2...portal-components@v2.22.3) (2025-05-09)
188
+
189
+
190
+ ### Bug Fixes
191
+
192
+ * fix-1562-notifications-wrong-markdown ([c8e1dd2](https://github.com/stack-spot/portal-commons/commit/c8e1dd2c7bd2f4b28186177f2dbaef0df7198e68))
193
+
194
+ ## [2.22.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.22.1...portal-components@v2.22.2) (2025-05-06)
195
+
196
+
197
+ ### Bug Fixes
198
+
199
+ * Fix width select search ([#982](https://github.com/stack-spot/portal-commons/issues/982)) ([fac4c31](https://github.com/stack-spot/portal-commons/commit/fac4c318130674847b6135a60058b63ab4b926d6))
200
+
201
+ ## [2.22.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.22.0...portal-components@v2.22.1) (2025-04-28)
202
+
203
+
204
+ ### Bug Fixes
205
+
206
+ * Fix placeholder responsive ([#963](https://github.com/stack-spot/portal-commons/issues/963)) ([c139e38](https://github.com/stack-spot/portal-commons/commit/c139e3866cb85e10a8ac1bdc0c5c378600922c1a))
207
+
208
+ ## [2.22.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.21.2...portal-components@v2.22.0) (2025-04-25)
209
+
210
+
211
+ ### Features
212
+
213
+ * add component form ([fbc608d](https://github.com/stack-spot/portal-commons/commit/fbc608d0b2aaa8f99fc154a6a79141984c93daf3))
214
+
215
+ ## [2.21.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.21.1...portal-components@v2.21.2) (2025-04-24)
216
+
217
+
218
+ ### Bug Fixes
219
+
220
+ * Update MiniLogo ([#957](https://github.com/stack-spot/portal-commons/issues/957)) ([64e57e0](https://github.com/stack-spot/portal-commons/commit/64e57e0d626ff3c733bad4d54722c0685d268cfd))
221
+
222
+ ## [2.21.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.21.0...portal-components@v2.21.1) (2025-04-23)
223
+
224
+
225
+ ### Bug Fixes
226
+
227
+ * Fix 1488 updates libs ([#949](https://github.com/stack-spot/portal-commons/issues/949)) ([4b099c0](https://github.com/stack-spot/portal-commons/commit/4b099c0b4894edb4eb21b1ab4c1ab6bc7f979e36))
228
+ * Fix upd citric and theme ([#952](https://github.com/stack-spot/portal-commons/issues/952)) ([6f517f3](https://github.com/stack-spot/portal-commons/commit/6f517f3a8b99eca5797d90b22a3c513ea62cea0b))
229
+
230
+ ## [2.21.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.20.0...portal-components@v2.21.0) (2025-04-17)
231
+
232
+
233
+ ### Features
234
+
235
+ * Feat Export Custom Select Types ([#943](https://github.com/stack-spot/portal-commons/issues/943)) ([bada3ed](https://github.com/stack-spot/portal-commons/commit/bada3ed7092e8a8f1e7a99afd92f5242dbef3976))
236
+
237
+ ## [2.20.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.19.2...portal-components@v2.20.0) (2025-04-17)
238
+
239
+
240
+ ### Features
241
+
242
+ * custom menu ([#940](https://github.com/stack-spot/portal-commons/issues/940)) ([bdf4295](https://github.com/stack-spot/portal-commons/commit/bdf42958bdf03a76c83209eee28eaf4f62bc68b8))
243
+
244
+ ## [2.19.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.19.1...portal-components@v2.19.2) (2025-04-17)
245
+
246
+
247
+ ### Bug Fixes
248
+
249
+ * Fix creatable badge ([#938](https://github.com/stack-spot/portal-commons/issues/938)) ([c8a8ac7](https://github.com/stack-spot/portal-commons/commit/c8a8ac79c2cb30dc5cb9311b5429a80058f4308c))
250
+
251
+ ## [2.19.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.19.0...portal-components@v2.19.1) (2025-04-10)
252
+
253
+
254
+ ### Bug Fixes
255
+
256
+ * 1448 multiselect ([#917](https://github.com/stack-spot/portal-commons/issues/917)) ([42bca57](https://github.com/stack-spot/portal-commons/commit/42bca57a4b82d786ea80e12ce6c3d44264ebf5a0))
257
+
258
+ ## [2.19.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.18.0...portal-components@v2.19.0) (2025-04-09)
259
+
260
+
261
+ ### Features
262
+
263
+ * 1448 multiselect ([#913](https://github.com/stack-spot/portal-commons/issues/913)) ([d07a884](https://github.com/stack-spot/portal-commons/commit/d07a8846a6c2b37fd6b58c6febc7fcb0bb682a67))
264
+
265
+ ## [2.18.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.17.0...portal-components@v2.18.0) (2025-04-07)
266
+
267
+
268
+ ### Features
269
+
270
+ * add table component and css adjustments in placeholder ([e4fdc1e](https://github.com/stack-spot/portal-commons/commit/e4fdc1efd10fdea20101f3da59610c89e14f0ca8))
271
+
272
+ ## [2.17.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.16.1...portal-components@v2.17.0) (2025-03-24)
273
+
274
+
275
+ ### Features
276
+
277
+ * Feat 1424 remove controls of comp Creatable Select ([#832](https://github.com/stack-spot/portal-commons/issues/832)) ([2186130](https://github.com/stack-spot/portal-commons/commit/2186130215c71b53da6195b5a2f979017bdfe07f))
278
+
279
+ ## [2.16.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.16.0...portal-components@v2.16.1) (2025-03-21)
280
+
281
+
282
+ ### Bug Fixes
283
+
284
+ * improve select component ([#819](https://github.com/stack-spot/portal-commons/issues/819)) ([b914639](https://github.com/stack-spot/portal-commons/commit/b9146391a94a463810bb7325e4d95ea219dd8546))
285
+ * improve select dropdown indicator ([#824](https://github.com/stack-spot/portal-commons/issues/824)) ([9d62e43](https://github.com/stack-spot/portal-commons/commit/9d62e4343bc11c01c0acfc5f78be88aed416ea01))
286
+ * resolve select search deps ([#822](https://github.com/stack-spot/portal-commons/issues/822)) ([0712f89](https://github.com/stack-spot/portal-commons/commit/0712f8991530b28d02cbbb4d9e2701593416092b))
287
+
288
+ ## [2.16.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.15.1...portal-components@v2.16.0) (2025-03-14)
289
+
290
+
291
+ ### Features
292
+
293
+ * select search ([#795](https://github.com/stack-spot/portal-commons/issues/795)) ([26852b6](https://github.com/stack-spot/portal-commons/commit/26852b6d8c41102d52f4f1b9569953faaaa28a18))
294
+
295
+ ## [2.15.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.15.0...portal-components@v2.15.1) (2025-02-27)
296
+
297
+
298
+ ### Bug Fixes
299
+
300
+ * Fix message regex on notification drop down ([#764](https://github.com/stack-spot/portal-commons/issues/764)) ([9fab3ff](https://github.com/stack-spot/portal-commons/commit/9fab3ff1ba561b52d123bddea55ca9dcdb696493))
301
+
302
+ ## [2.15.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.14.1...portal-components@v2.15.0) (2025-02-27)
303
+
304
+
305
+ ### Features
306
+
307
+ * adds component FadingOverflow ([#760](https://github.com/stack-spot/portal-commons/issues/760)) ([c70834d](https://github.com/stack-spot/portal-commons/commit/c70834dc836e3c0ec87cf160c694ba730a11a4a7))
308
+
309
+
310
+ ### Bug Fixes
311
+
312
+ * re-exports FadingOverflow in package.json ([#762](https://github.com/stack-spot/portal-commons/issues/762)) ([c647054](https://github.com/stack-spot/portal-commons/commit/c6470548bbf7ad09e44fd45498c5d5f3abd3abc4))
313
+
314
+ ## [2.14.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.14.0...portal-components@v2.14.1) (2025-02-10)
315
+
316
+
317
+ ### Bug Fixes
318
+
319
+ * Fix text notification when markdown ([#716](https://github.com/stack-spot/portal-commons/issues/716)) ([92196ab](https://github.com/stack-spot/portal-commons/commit/92196ab463d34b65d0b4952baa4720ff54181b45))
320
+
321
+ ## [2.14.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.13.0...portal-components@v2.14.0) (2025-02-10)
322
+
323
+
324
+ ### Features
325
+
326
+ * change image placeholder generic ([#710](https://github.com/stack-spot/portal-commons/issues/710)) ([9822721](https://github.com/stack-spot/portal-commons/commit/9822721a9dab6d05c5c8d5097d439f3c63e2ab72))
327
+
328
+ ## [2.13.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.12.1...portal-components@v2.13.0) (2025-02-07)
329
+
330
+
331
+ ### Features
332
+
333
+ * Add button loading component ([#711](https://github.com/stack-spot/portal-commons/issues/711)) ([684edc4](https://github.com/stack-spot/portal-commons/commit/684edc4d5a8498ef273d92bdba207cb5d7e2af93))
334
+
335
+ ## [2.12.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.12.0...portal-components@v2.12.1) (2025-01-16)
336
+
337
+
338
+ ### Bug Fixes
339
+
340
+ * change notification panel width ([004dafc](https://github.com/stack-spot/portal-commons/commit/004dafc8c5069d0ce95738e81979e316f9101a2d))
341
+
342
+ ## [2.12.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.11.1...portal-components@v2.12.0) (2025-01-15)
343
+
344
+
345
+ ### Features
346
+
347
+ * add new notification button read more ([2201cd1](https://github.com/stack-spot/portal-commons/commit/2201cd119b477ddf875c5c269061d7d7b86f9535))
348
+
349
+ ## [2.11.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.11.0...portal-components@v2.11.1) (2025-01-03)
350
+
351
+
352
+ ### Bug Fixes
353
+
354
+ * banner style adjustments" ([c2263b4](https://github.com/stack-spot/portal-commons/commit/c2263b4c3befacdedb592afba688d8f31d48c524))
355
+ * Code Cleanup & adjustments ([2d0b4a8](https://github.com/stack-spot/portal-commons/commit/2d0b4a80c2eb9ddad7b91fabb4e5e39707f26239))
356
+ * lyout update libs banner ([#631](https://github.com/stack-spot/portal-commons/issues/631)) ([6d4ee46](https://github.com/stack-spot/portal-commons/commit/6d4ee46878395607d8cbf80d58c38a22681ece74))
357
+
358
+ ## [2.11.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.10.4...portal-components@v2.11.0) (2024-12-27)
359
+
360
+
361
+ ### Features
362
+
363
+ * update libs banner ([#604](https://github.com/stack-spot/portal-commons/issues/604)) ([f2bc440](https://github.com/stack-spot/portal-commons/commit/f2bc440db6c65461a2b1228d0efc08ed3d883d67))
364
+
365
+ ## [2.10.4](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.10.3...portal-components@v2.10.4) (2024-12-12)
366
+
367
+
368
+ ### Bug Fixes
369
+
370
+ * markdown pt e ul notification"" ([#566](https://github.com/stack-spot/portal-commons/issues/566)) ([7d5bb43](https://github.com/stack-spot/portal-commons/commit/7d5bb438525d72e931e980f683a10ac2555db7e8))
371
+
372
+ ## [2.10.3](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.10.2...portal-components@v2.10.3) (2024-12-11)
373
+
374
+
375
+ ### Bug Fixes
376
+
377
+ * notification markdown ([#558](https://github.com/stack-spot/portal-commons/issues/558)) ([73a6a1b](https://github.com/stack-spot/portal-commons/commit/73a6a1b815bdc6c1d82295c844af7a3c656c89c9))
378
+
379
+ ## [2.10.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.10.1...portal-components@v2.10.2) (2024-11-28)
380
+
381
+
382
+ ### Bug Fixes
383
+
384
+ * Fix css props on File Tree View ([#510](https://github.com/stack-spot/portal-commons/issues/510)) ([af003fd](https://github.com/stack-spot/portal-commons/commit/af003fd2d52a16b9fbf8330e0b4abac86b4b272b))
385
+
386
+ ## [2.10.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.10.0...portal-components@v2.10.1) (2024-11-22)
387
+
388
+
389
+ ### Bug Fixes
390
+
391
+ * Fix 1603 rotate icon of folder file tree view ([#506](https://github.com/stack-spot/portal-commons/issues/506)) ([8201989](https://github.com/stack-spot/portal-commons/commit/8201989ddc6cac28cecdd3e12b597abeb2c2fee0))
392
+
393
+ ## [2.10.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.9.0...portal-components@v2.10.0) (2024-11-21)
394
+
395
+
396
+ ### Features
397
+
398
+ * FileTree View component ([#496](https://github.com/stack-spot/portal-commons/issues/496)) ([d66e12d](https://github.com/stack-spot/portal-commons/commit/d66e12dd34e8314f7fb49e3a9cf7b8efc3e93fb2))
399
+
400
+ ## [2.9.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.8.1...portal-components@v2.9.0) (2024-10-30)
401
+
402
+
403
+ ### Features
404
+
405
+ * 1877 create button ([#471](https://github.com/stack-spot/portal-commons/issues/471)) ([a3b07d1](https://github.com/stack-spot/portal-commons/commit/a3b07d13a0c37afc8003b86e4c0e9d3e2e2c14ac))
406
+
407
+ ## [2.8.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.8.0...portal-components@v2.8.1) (2024-10-28)
408
+
409
+
410
+ ### Bug Fixes
411
+
412
+ * fixes utility function focusFirstChild(element) ([#463](https://github.com/stack-spot/portal-commons/issues/463)) ([b221eb0](https://github.com/stack-spot/portal-commons/commit/b221eb063f59786e2f32c4324d211975fc72d894))
413
+
414
+ ## [2.8.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.7.0...portal-components@v2.8.0) (2024-10-25)
415
+
416
+
417
+ ### Features
418
+
419
+ * adds new features to the keyboard hook ([#459](https://github.com/stack-spot/portal-commons/issues/459)) ([39b669c](https://github.com/stack-spot/portal-commons/commit/39b669c4ea4b551b399be50678399e14607ce167))
420
+
421
+ ## [2.7.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.6.1...portal-components@v2.7.0) (2024-10-18)
422
+
423
+
424
+ ### Features
425
+
426
+ * Handle i18n in notification ([#445](https://github.com/stack-spot/portal-commons/issues/445)) ([1803cea](https://github.com/stack-spot/portal-commons/commit/1803cea1f5ef3b257debb6383dd0c0bc81c9597a))
427
+
428
+ ## [2.6.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.6.0...portal-components@v2.6.1) (2024-09-26)
429
+
430
+
431
+ ### Bug Fixes
432
+
433
+ * Accessibility 517 visualize notification button ([e919b44](https://github.com/stack-spot/portal-commons/commit/e919b446130c15d11c73b2d3336f92fee3f4c8b7))
434
+ * docs ([f488e48](https://github.com/stack-spot/portal-commons/commit/f488e48bdf0156265ddb6fcd279938c8a46c0bf1))
435
+
436
+ ## [2.6.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.5.2...portal-components@v2.6.0) (2024-09-20)
437
+
438
+
439
+ ### Features
440
+
441
+ * enhance select ([#377](https://github.com/stack-spot/portal-commons/issues/377)) ([af5d011](https://github.com/stack-spot/portal-commons/commit/af5d011ed0c69f973160d9d7d2e3bb2992653dd0))
442
+
443
+ ## [2.5.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.5.1...portal-components@v2.5.2) (2024-09-16)
444
+
445
+
446
+ ### Bug Fixes
447
+
448
+ * menu layout ([cbc54e7](https://github.com/stack-spot/portal-commons/commit/cbc54e7857ede61e3d09606a2c895cb72d1bbbd7))
449
+
450
+ ## [2.5.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.5.0...portal-components@v2.5.1) (2024-09-11)
451
+
452
+
453
+ ### Bug Fixes
454
+
455
+ * adjustments in stepper ([#356](https://github.com/stack-spot/portal-commons/issues/356)) ([c542fa4](https://github.com/stack-spot/portal-commons/commit/c542fa4bed4e54c853ff49c98a689089bea961e2))
456
+
457
+ ## [2.5.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.4.0...portal-components@v2.5.0) (2024-09-02)
458
+
459
+
460
+ ### Features
461
+
462
+ * add stepper ([#313](https://github.com/stack-spot/portal-commons/issues/313)) ([1b4fe13](https://github.com/stack-spot/portal-commons/commit/1b4fe1333b417cfc349ba943c8fd34d706de44d2))
463
+
464
+
465
+ ### Bug Fixes
466
+
467
+ * Update color img logo ([#342](https://github.com/stack-spot/portal-commons/issues/342)) ([89bf03b](https://github.com/stack-spot/portal-commons/commit/89bf03b212fd5d0e4e5274dba75c320591ca13e8))
468
+
469
+ ## [2.4.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.3.6...portal-components@v2.4.0) (2024-08-27)
470
+
471
+
472
+ ### Features
473
+
474
+ * Add notification client ([#321](https://github.com/stack-spot/portal-commons/issues/321)) ([75dbbd6](https://github.com/stack-spot/portal-commons/commit/75dbbd6f01c217435872584e24722c3e6569b9bc))
475
+
476
+ ## [2.3.6](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.3.5...portal-components@v2.3.6) (2024-08-23)
477
+
478
+
479
+ ### Bug Fixes
480
+
481
+ * Link target notification ([#316](https://github.com/stack-spot/portal-commons/issues/316)) ([45d6233](https://github.com/stack-spot/portal-commons/commit/45d6233beca9140d88f9695278ed7de438e2e8d7))
482
+
483
+ ## [2.3.5](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.3.4...portal-components@v2.3.5) (2024-08-21)
484
+
485
+
486
+ ### Bug Fixes
487
+
488
+ * accessibility 421 ([6def5d9](https://github.com/stack-spot/portal-commons/commit/6def5d99f5b0f5cb50cb764ae117f2598640f14a))
489
+
490
+ ## [2.3.4](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.3.3...portal-components@v2.3.4) (2024-08-19)
491
+
492
+
493
+ ### Bug Fixes
494
+
495
+ * accessibility 405 botao visualizar ([7fd0d75](https://github.com/stack-spot/portal-commons/commit/7fd0d75fd21a00b1e197f643934ca4c0abbef0a3))
496
+
497
+ ## [2.3.3](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.3.2...portal-components@v2.3.3) (2024-08-19)
498
+
499
+
500
+ ### Bug Fixes
501
+
502
+ * readme ([ccce2dc](https://github.com/stack-spot/portal-commons/commit/ccce2dc1df82754fa84fe64ad2c3b4e07a18c425))
503
+ * notifications title ([7efc48b](https://github.com/stack-spot/portal-commons/pull/289/commits/7efc48b72dfbe279bb4ca678f1b9bf4aee2e6be7))
504
+
505
+ ## [2.3.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.3.1...portal-components@v2.3.2) (2024-08-16)
506
+
507
+
508
+ ### Bug Fixes
509
+
510
+ * accessibility 409 Notifications date ([8c87685](https://github.com/stack-spot/portal-commons/commit/8c876856d9eef750a4e5d5ece475e3500ed04f2d))
511
+
512
+ ## [2.3.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.3.0...portal-components@v2.3.1) (2024-08-02)
513
+
514
+
515
+ ### Bug Fixes
516
+
517
+ * upd aria selected to aria current on link ([44fafd0](https://github.com/stack-spot/portal-commons/commit/44fafd0603fc9a83411a575b1887f095fef6c8fd))
518
+
519
+ ## [2.3.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.2.0...portal-components@v2.3.0) (2024-08-01)
520
+
521
+
522
+ ### Features
523
+
524
+ * prop title for selection list item ([0e0b29c](https://github.com/stack-spot/portal-commons/commit/0e0b29cbb4bff248ac20fa2a727eaf2d15f0167e))
525
+
526
+ ## [2.2.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.1.1...portal-components@v2.2.0) (2024-07-18)
527
+
528
+
529
+ ### Features
530
+
531
+ * cloud portal logo ([aa69792](https://github.com/stack-spot/portal-commons/commit/aa69792ac89eb8174bfda18fff18de5cf044919c))
532
+
533
+ ## [2.1.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.1.0...portal-components@v2.1.1) (2024-07-17)
534
+
535
+
536
+ ### Bug Fixes
537
+
538
+ * notification bugs ([53f1199](https://github.com/stack-spot/portal-commons/commit/53f1199e8ed058a536888c5a242e600bd1728f86))
539
+ * notification bugs ([53f1199](https://github.com/stack-spot/portal-commons/commit/53f1199e8ed058a536888c5a242e600bd1728f86))
540
+
541
+ ## [2.1.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.0.3...portal-components@v2.1.0) (2024-07-16)
542
+
543
+
544
+ ### Features
545
+
546
+ * notification changes ([e817a67](https://github.com/stack-spot/portal-commons/commit/e817a67cb91b151a48a484594fe8095a4dbb07fa))
547
+ * notifications page and all its dependencies ([e817a67](https://github.com/stack-spot/portal-commons/commit/e817a67cb91b151a48a484594fe8095a4dbb07fa))
548
+
549
+ ## [2.0.3](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.0.2...portal-components@v2.0.3) (2024-07-04)
550
+
551
+
552
+ ### Bug Fixes
553
+
554
+ * add animation to notification menu ([d800e92](https://github.com/stack-spot/portal-commons/commit/d800e92e11399d45958b09e7ffcbc2acdb5749a9))
555
+
556
+ ## [2.0.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.0.1...portal-components@v2.0.2) (2024-07-04)
557
+
558
+
559
+ ### Bug Fixes
560
+
561
+ * accessibility adjustments on notifications ([894b6b6](https://github.com/stack-spot/portal-commons/commit/894b6b6357b5f0e3bc08f13123c991d25dc131e9))
562
+
563
+ ## [2.0.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v2.0.0...portal-components@v2.0.1) (2024-07-02)
564
+
565
+
566
+ ### Bug Fixes
567
+
568
+ * 547 page selector ([bb82b81](https://github.com/stack-spot/portal-commons/commit/bb82b810d8b3a02997199f8bd8973b180dc681e3))
569
+
570
+ ## [2.0.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.6.0...portal-components@v2.0.0) (2024-06-28)
571
+
572
+
573
+ ### ⚠ BREAKING CHANGES
574
+
575
+ * **portal-components:** removed Tour related componets
576
+ * **portal-layout:** Adds a new reworked Tour structure compatible with module federation
577
+ * new Tour strategy
578
+
579
+ ### Features
580
+
581
+ * new Tour strategy ([d6daf23](https://github.com/stack-spot/portal-commons/commit/d6daf238f9956e2c913a36773db9b34080fd17a5))
582
+ * **portal-components:** removed Tour related componets ([d6daf23](https://github.com/stack-spot/portal-commons/commit/d6daf238f9956e2c913a36773db9b34080fd17a5))
583
+ * **portal-layout:** Adds a new reworked Tour structure compatible with module federation ([d6daf23](https://github.com/stack-spot/portal-commons/commit/d6daf238f9956e2c913a36773db9b34080fd17a5))
584
+
585
+ ## [1.6.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.5.1...portal-components@v1.6.0) (2024-06-27)
586
+
587
+
588
+ ### Features
589
+
590
+ * placeholder component ([3077d63](https://github.com/stack-spot/portal-commons/commit/3077d630525bbe4e28c4ac2b36f13cf3c335b541))
591
+
592
+ ## [1.5.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.5.0...portal-components@v1.5.1) (2024-06-27)
593
+
594
+
595
+ ### Bug Fixes
596
+
597
+ * notifications infinite scroll ([d752d3f](https://github.com/stack-spot/portal-commons/commit/d752d3f1a1c5b9d792aa622ff31185be29249faf))
598
+
599
+ ## [1.5.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.4.1...portal-components@v1.5.0) (2024-06-26)
600
+
601
+
602
+ ### Features
603
+
604
+ * more customization to ErrorFeedback and more error components ([12361b9](https://github.com/stack-spot/portal-commons/commit/12361b9e9a924a9590dcb0cc2eca75f860f0ca8b))
605
+ * more error customization and components ([12361b9](https://github.com/stack-spot/portal-commons/commit/12361b9e9a924a9590dcb0cc2eca75f860f0ca8b))
606
+
607
+
608
+ ### Bug Fixes
609
+
610
+ * notification tooltip for small screens ([0574dd7](https://github.com/stack-spot/portal-commons/commit/0574dd740dc9c60f3a206a920b3ba018827fc4b0))
611
+
612
+ ## [1.4.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.4.0...portal-components@v1.4.1) (2024-06-26)
613
+
614
+
615
+ ### Bug Fixes
616
+
617
+ * add lang attributes in selection list ([2c2468e](https://github.com/stack-spot/portal-commons/commit/2c2468ee842f8c1c3af0f75610b88e9484aa4afd))
618
+
619
+ ## [1.4.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.3.3...portal-components@v1.4.0) (2024-06-25)
620
+
621
+
622
+ ### Features
623
+
624
+ * custom feedback error ([b065a50](https://github.com/stack-spot/portal-commons/commit/b065a50f861a5f8f850b239038b0cbcab74b9cee))
625
+ * custom feedback error ([b065a50](https://github.com/stack-spot/portal-commons/commit/b065a50f861a5f8f850b239038b0cbcab74b9cee))
626
+
627
+ ## [1.3.3](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.3.2...portal-components@v1.3.3) (2024-06-25)
628
+
629
+
630
+ ### Bug Fixes
631
+
632
+ * notifications ([97776bd](https://github.com/stack-spot/portal-commons/commit/97776bd9799fa7492091247dd31fcae1bf900f37))
633
+
634
+ ## [1.3.2](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.3.0...portal-components@v1.3.1) (2024-06-20)
635
+
636
+ ## [1.3.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.2.0...portal-components@v1.3.1) (2024-06-19)
637
+
638
+
639
+ ### Features
640
+
641
+ * add new components (notifications components, ScrollView, AsyncContent, LazyMd) ([ee5e2d0](https://github.com/stack-spot/portal-commons/commit/ee5e2d075959abecc5b9495b0aa7eb6bf374e9aa))
642
+
643
+ ## [1.2.0](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.1.1...portal-components@v1.2.0) (2024-06-10)
644
+
645
+
646
+ ### Features
647
+
648
+ * [SelectionList] add event attr onClick ([5cb8ae2](https://github.com/stack-spot/portal-commons/commit/5cb8ae287328c10befadf399fcb9ee5bd2468a9e))
649
+
650
+
651
+ ### Bug Fixes
652
+
653
+ * cookie domain attribute config ([7e113fe](https://github.com/stack-spot/portal-commons/commit/7e113fe3a3c6ac77281cc3640671b5839178cc96))
654
+
655
+ ## [1.1.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.1.0...portal-components@v1.1.1) (2024-06-06)
656
+
657
+
658
+ ### Bug Fixes
659
+
660
+ * Improve tour navigation texts and layout ([2c3ce04](https://github.com/stack-spot/portal-commons/commit/2c3ce0448fa998d3a2859d4df8d98d40278e5cdb))
661
+
662
+ ## [1.1.0](https://github.com/stack-spot/portal-commons/compare/portal-components-v1.0.1...portal-components@v1.1.0) (2024-06-05)
663
+
664
+
665
+ ### Features
666
+
667
+ * Add singleton for handling user menu outside of the component ([6720095](https://github.com/stack-spot/portal-commons/commit/67200959d763eaa6f73fc2eb40b84949dd1194eb))
668
+ * update component and layout ([0d72e00](https://github.com/stack-spot/portal-commons/commit/0d72e00968cf3b3cbb196dec66eedc42c75aacbf))
669
+ * update components and layout ([b82260f](https://github.com/stack-spot/portal-commons/commit/b82260f701d7f0115d9fcda8fec4e310cbc42998))
670
+ * update components and layout ([c1ba398](https://github.com/stack-spot/portal-commons/commit/c1ba398fdfc51aac0b0d8b1b7d5258c6ae857e51))