@stack-spot/portal-layout 0.0.64 → 1.0.0-dev.1768482785050

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 (383) hide show
  1. package/CHANGELOG.md +779 -0
  2. package/dist/Layout.d.ts +60 -8
  3. package/dist/Layout.d.ts.map +1 -1
  4. package/dist/Layout.js +59 -24
  5. package/dist/Layout.js.map +1 -1
  6. package/dist/LayoutOverlayManager.d.ts +274 -19
  7. package/dist/LayoutOverlayManager.d.ts.map +1 -1
  8. package/dist/LayoutOverlayManager.js +373 -82
  9. package/dist/LayoutOverlayManager.js.map +1 -1
  10. package/dist/WelcomeTour.d.ts +2 -0
  11. package/dist/WelcomeTour.d.ts.map +1 -0
  12. package/dist/WelcomeTour.js +8 -0
  13. package/dist/WelcomeTour.js.map +1 -0
  14. package/dist/components/Backdrop.d.ts +75 -0
  15. package/dist/components/Backdrop.d.ts.map +1 -0
  16. package/dist/components/Backdrop.js +69 -0
  17. package/dist/components/Backdrop.js.map +1 -0
  18. package/dist/components/Contact/show-contact-modal.d.ts +5 -0
  19. package/dist/components/Contact/show-contact-modal.d.ts.map +1 -0
  20. package/dist/components/Contact/show-contact-modal.js +37 -0
  21. package/dist/components/Contact/show-contact-modal.js.map +1 -0
  22. package/dist/components/ContactModal.d.ts +1 -0
  23. package/dist/components/ContactModal.d.ts.map +1 -0
  24. package/dist/components/ContactModal.js +2 -0
  25. package/dist/components/ContactModal.js.map +1 -0
  26. package/dist/components/Dialog.d.ts +54 -7
  27. package/dist/components/Dialog.d.ts.map +1 -1
  28. package/dist/components/Dialog.js +8 -2
  29. package/dist/components/Dialog.js.map +1 -1
  30. package/dist/components/Header.d.ts +38 -2
  31. package/dist/components/Header.d.ts.map +1 -1
  32. package/dist/components/Header.js +9 -4
  33. package/dist/components/Header.js.map +1 -1
  34. package/dist/components/NotificationCenter/NotificationPanel.d.ts +3 -0
  35. package/dist/components/NotificationCenter/NotificationPanel.d.ts.map +1 -0
  36. package/dist/components/NotificationCenter/NotificationPanel.js +19 -0
  37. package/dist/components/NotificationCenter/NotificationPanel.js.map +1 -0
  38. package/dist/components/NotificationCenter/NotificationPanelHeader.d.ts +3 -0
  39. package/dist/components/NotificationCenter/NotificationPanelHeader.d.ts.map +1 -0
  40. package/dist/components/NotificationCenter/NotificationPanelHeader.js +16 -0
  41. package/dist/components/NotificationCenter/NotificationPanelHeader.js.map +1 -0
  42. package/dist/components/NotificationCenter/NotificationsPanelFooter.d.ts +4 -0
  43. package/dist/components/NotificationCenter/NotificationsPanelFooter.d.ts.map +1 -0
  44. package/dist/components/NotificationCenter/NotificationsPanelFooter.js +12 -0
  45. package/dist/components/NotificationCenter/NotificationsPanelFooter.js.map +1 -0
  46. package/dist/components/NotificationCenter/dictionary.d.ts +2 -0
  47. package/dist/components/NotificationCenter/dictionary.d.ts.map +1 -0
  48. package/dist/components/NotificationCenter/dictionary.js +43 -0
  49. package/dist/components/NotificationCenter/dictionary.js.map +1 -0
  50. package/dist/components/NotificationCenter/index.d.ts +2 -0
  51. package/dist/components/NotificationCenter/index.d.ts.map +1 -0
  52. package/dist/components/NotificationCenter/index.js +34 -0
  53. package/dist/components/NotificationCenter/index.js.map +1 -0
  54. package/dist/components/NotificationCenter/styled.d.ts +3 -0
  55. package/dist/components/NotificationCenter/styled.d.ts.map +1 -0
  56. package/dist/components/NotificationCenter/styled.js +74 -0
  57. package/dist/components/NotificationCenter/styled.js.map +1 -0
  58. package/dist/components/NotificationCenter/types.d.ts +21 -0
  59. package/dist/components/NotificationCenter/types.d.ts.map +1 -0
  60. package/dist/components/NotificationCenter/types.js.map +1 -0
  61. package/dist/components/NotificationCenter/utils.d.ts +5 -0
  62. package/dist/components/NotificationCenter/utils.d.ts.map +1 -0
  63. package/dist/components/NotificationCenter/utils.js +18 -0
  64. package/dist/components/NotificationCenter/utils.js.map +1 -0
  65. package/dist/components/OverlayContent.d.ts +27 -1
  66. package/dist/components/OverlayContent.d.ts.map +1 -1
  67. package/dist/components/OverlayContent.js +8 -4
  68. package/dist/components/OverlayContent.js.map +1 -1
  69. package/dist/components/PortalSwitcher.d.ts +19 -1
  70. package/dist/components/PortalSwitcher.d.ts.map +1 -1
  71. package/dist/components/PortalSwitcher.js +16 -31
  72. package/dist/components/PortalSwitcher.js.map +1 -1
  73. package/dist/components/PrivacyPolicyMessage/hooks.d.ts +10 -0
  74. package/dist/components/PrivacyPolicyMessage/hooks.d.ts.map +1 -0
  75. package/dist/components/PrivacyPolicyMessage/hooks.js +33 -0
  76. package/dist/components/PrivacyPolicyMessage/hooks.js.map +1 -0
  77. package/dist/components/PrivacyPolicyMessage/index.d.ts +7 -0
  78. package/dist/components/PrivacyPolicyMessage/index.d.ts.map +1 -0
  79. package/dist/components/PrivacyPolicyMessage/index.js +5 -0
  80. package/dist/components/PrivacyPolicyMessage/index.js.map +1 -0
  81. package/dist/components/Rate/FeedbackModal.d.ts +8 -0
  82. package/dist/components/Rate/FeedbackModal.d.ts.map +1 -0
  83. package/dist/components/Rate/FeedbackModal.js +52 -0
  84. package/dist/components/Rate/FeedbackModal.js.map +1 -0
  85. package/dist/components/Rate/hook.d.ts +3 -0
  86. package/dist/components/Rate/hook.d.ts.map +1 -0
  87. package/dist/components/Rate/hook.js +48 -0
  88. package/dist/components/Rate/hook.js.map +1 -0
  89. package/dist/components/Rate/index.d.ts +10 -0
  90. package/dist/components/Rate/index.d.ts.map +1 -0
  91. package/dist/components/Rate/index.js +16 -0
  92. package/dist/components/Rate/index.js.map +1 -0
  93. package/dist/components/Rate/on-nps-submit.d.ts +7 -0
  94. package/dist/components/Rate/on-nps-submit.d.ts.map +1 -0
  95. package/dist/components/Rate/on-nps-submit.js +8 -0
  96. package/dist/components/Rate/on-nps-submit.js.map +1 -0
  97. package/dist/components/Rate/show-rate-us-modals.d.ts +17 -0
  98. package/dist/components/Rate/show-rate-us-modals.d.ts.map +1 -0
  99. package/dist/components/Rate/show-rate-us-modals.js +14 -0
  100. package/dist/components/Rate/show-rate-us-modals.js.map +1 -0
  101. package/dist/components/Rate/utils.d.ts +2 -0
  102. package/dist/components/Rate/utils.d.ts.map +1 -0
  103. package/dist/components/Rate/utils.js +10 -0
  104. package/dist/components/Rate/utils.js.map +1 -0
  105. package/dist/components/Toaster.d.ts +35 -0
  106. package/dist/components/Toaster.d.ts.map +1 -1
  107. package/dist/components/Toaster.js +32 -4
  108. package/dist/components/Toaster.js.map +1 -1
  109. package/dist/components/TypeForm/hook.d.ts +2 -0
  110. package/dist/components/TypeForm/hook.d.ts.map +1 -0
  111. package/dist/components/TypeForm/hook.js +11 -0
  112. package/dist/components/TypeForm/hook.js.map +1 -0
  113. package/dist/components/TypeForm/index.d.ts +6 -0
  114. package/dist/components/TypeForm/index.d.ts.map +1 -0
  115. package/dist/components/TypeForm/index.js +23 -0
  116. package/dist/components/TypeForm/index.js.map +1 -0
  117. package/dist/components/TypeForm/show-typeform-modal.d.ts +5 -0
  118. package/dist/components/TypeForm/show-typeform-modal.d.ts.map +1 -0
  119. package/dist/components/TypeForm/show-typeform-modal.js +11 -0
  120. package/dist/components/TypeForm/show-typeform-modal.js.map +1 -0
  121. package/dist/components/TypeForm/utils.d.ts +2 -0
  122. package/dist/components/TypeForm/utils.d.ts.map +1 -0
  123. package/dist/components/TypeForm/utils.js +9 -0
  124. package/dist/components/TypeForm/utils.js.map +1 -0
  125. package/dist/components/UserMenu.d.ts +19 -2
  126. package/dist/components/UserMenu.d.ts.map +1 -1
  127. package/dist/components/UserMenu.js +12 -6
  128. package/dist/components/UserMenu.js.map +1 -1
  129. package/dist/components/error/ErrorBoundary.d.ts +25 -4
  130. package/dist/components/error/ErrorBoundary.d.ts.map +1 -1
  131. package/dist/components/error/ErrorBoundary.js +10 -1
  132. package/dist/components/error/ErrorBoundary.js.map +1 -1
  133. package/dist/components/error/ErrorManager.d.ts +22 -6
  134. package/dist/components/error/ErrorManager.d.ts.map +1 -1
  135. package/dist/components/error/ErrorManager.js +21 -1
  136. package/dist/components/error/ErrorManager.js.map +1 -1
  137. package/dist/components/error/SilentErrorBoundary.d.ts +26 -5
  138. package/dist/components/error/SilentErrorBoundary.d.ts.map +1 -1
  139. package/dist/components/error/SilentErrorBoundary.js +10 -0
  140. package/dist/components/error/SilentErrorBoundary.js.map +1 -1
  141. package/dist/components/menu/MenuContent.d.ts +20 -547
  142. package/dist/components/menu/MenuContent.d.ts.map +1 -1
  143. package/dist/components/menu/MenuContent.js +89 -88
  144. package/dist/components/menu/MenuContent.js.map +1 -1
  145. package/dist/components/menu/MenuSectionGroup.d.ts +2 -0
  146. package/dist/components/menu/MenuSectionGroup.d.ts.map +1 -0
  147. package/dist/components/menu/MenuSectionGroup.js +121 -0
  148. package/dist/components/menu/MenuSectionGroup.js.map +1 -0
  149. package/dist/components/menu/MenuSections.d.ts +17 -0
  150. package/dist/components/menu/MenuSections.d.ts.map +1 -1
  151. package/dist/components/menu/MenuSections.js +159 -39
  152. package/dist/components/menu/MenuSections.js.map +1 -1
  153. package/dist/components/menu/PageSelector.d.ts +5 -0
  154. package/dist/components/menu/PageSelector.d.ts.map +1 -1
  155. package/dist/components/menu/PageSelector.js +9 -4
  156. package/dist/components/menu/PageSelector.js.map +1 -1
  157. package/dist/components/menu/types.d.ts +219 -8
  158. package/dist/components/menu/types.d.ts.map +1 -1
  159. package/dist/components/tour/StepContainer.d.ts +37 -0
  160. package/dist/components/tour/StepContainer.d.ts.map +1 -0
  161. package/dist/components/tour/StepContainer.js +51 -0
  162. package/dist/components/tour/StepContainer.js.map +1 -0
  163. package/dist/components/tour/StepNavigation.d.ts +29 -0
  164. package/dist/components/tour/StepNavigation.d.ts.map +1 -0
  165. package/dist/components/tour/StepNavigation.js +37 -0
  166. package/dist/components/tour/StepNavigation.js.map +1 -0
  167. package/dist/components/tour/StepTitle.d.ts +17 -0
  168. package/dist/components/tour/StepTitle.d.ts.map +1 -0
  169. package/dist/components/tour/StepTitle.js +10 -0
  170. package/dist/components/tour/StepTitle.js.map +1 -0
  171. package/dist/components/tour/hook.d.ts +3 -0
  172. package/dist/components/tour/hook.d.ts.map +1 -0
  173. package/dist/components/tour/hook.js +10 -0
  174. package/dist/components/tour/hook.js.map +1 -0
  175. package/dist/components/tour/index.d.ts +5 -0
  176. package/dist/components/tour/index.d.ts.map +1 -0
  177. package/dist/components/tour/index.js +5 -0
  178. package/dist/components/tour/index.js.map +1 -0
  179. package/dist/components/tour/manager.d.ts +34 -0
  180. package/dist/components/tour/manager.d.ts.map +1 -0
  181. package/dist/components/tour/manager.js +104 -0
  182. package/dist/components/tour/manager.js.map +1 -0
  183. package/dist/components/tour/utils.d.ts +66 -8
  184. package/dist/components/tour/utils.d.ts.map +1 -1
  185. package/dist/components/tour/utils.js +57 -45
  186. package/dist/components/tour/utils.js.map +1 -1
  187. package/dist/components/user-menu-manager.d.ts +13 -0
  188. package/dist/components/user-menu-manager.d.ts.map +1 -0
  189. package/dist/components/user-menu-manager.js +36 -0
  190. package/dist/components/user-menu-manager.js.map +1 -0
  191. package/dist/dictionary.d.ts +6 -1
  192. package/dist/dictionary.d.ts.map +1 -1
  193. package/dist/dictionary.js +7 -2
  194. package/dist/dictionary.js.map +1 -1
  195. package/dist/elements.d.ts +7 -0
  196. package/dist/elements.d.ts.map +1 -1
  197. package/dist/elements.js +7 -0
  198. package/dist/elements.js.map +1 -1
  199. package/dist/index.d.ts +15 -8
  200. package/dist/index.d.ts.map +1 -1
  201. package/dist/index.js +15 -8
  202. package/dist/index.js.map +1 -1
  203. package/dist/layout.css +190 -35
  204. package/dist/svg/StarFillWithGradient.d.ts +6 -0
  205. package/dist/svg/StarFillWithGradient.d.ts.map +1 -0
  206. package/dist/svg/StarFillWithGradient.js +4 -0
  207. package/dist/svg/StarFillWithGradient.js.map +1 -0
  208. package/dist/toaster.d.ts +55 -9
  209. package/dist/toaster.d.ts.map +1 -1
  210. package/dist/toaster.js +34 -6
  211. package/dist/toaster.js.map +1 -1
  212. package/dist/types.d.ts +5 -0
  213. package/dist/types.d.ts.map +1 -0
  214. package/dist/types.js +2 -0
  215. package/dist/types.js.map +1 -0
  216. package/dist/utils.d.ts +6 -69
  217. package/dist/utils.d.ts.map +1 -1
  218. package/dist/utils.js +9 -130
  219. package/dist/utils.js.map +1 -1
  220. package/package.dev.json +3 -0
  221. package/package.json +26 -15
  222. package/package.stg.json +3 -0
  223. package/readme.md +147 -0
  224. package/src/Layout.tsx +166 -57
  225. package/src/LayoutOverlayManager.tsx +499 -85
  226. package/src/WelcomeTour.tsx +8 -0
  227. package/src/components/Backdrop.tsx +116 -0
  228. package/src/components/Contact/show-contact-modal.tsx +71 -0
  229. package/src/components/Dialog.tsx +58 -9
  230. package/src/components/Header.tsx +53 -5
  231. package/src/components/NotificationCenter/NotificationPanel.tsx +40 -0
  232. package/src/components/NotificationCenter/NotificationPanelHeader.tsx +53 -0
  233. package/src/components/NotificationCenter/NotificationsPanelFooter.tsx +25 -0
  234. package/src/components/NotificationCenter/dictionary.ts +44 -0
  235. package/src/components/NotificationCenter/index.tsx +58 -0
  236. package/src/components/NotificationCenter/styled.ts +75 -0
  237. package/src/components/NotificationCenter/types.ts +24 -0
  238. package/src/components/NotificationCenter/utils.ts +20 -0
  239. package/src/components/OverlayContent.tsx +40 -5
  240. package/src/components/PortalSwitcher.tsx +33 -39
  241. package/src/components/PrivacyPolicyMessage/hooks.tsx +49 -0
  242. package/src/components/PrivacyPolicyMessage/index.tsx +21 -0
  243. package/src/components/Rate/FeedbackModal.tsx +86 -0
  244. package/src/components/Rate/hook.tsx +61 -0
  245. package/src/components/Rate/index.tsx +36 -0
  246. package/src/components/Rate/on-nps-submit.ts +18 -0
  247. package/src/components/Rate/show-rate-us-modals.tsx +29 -0
  248. package/src/components/Rate/utils.ts +11 -0
  249. package/src/components/Toaster.tsx +82 -3
  250. package/src/components/TypeForm/hook.tsx +13 -0
  251. package/src/components/TypeForm/index.tsx +50 -0
  252. package/src/components/TypeForm/show-typeform-modal.tsx +10 -0
  253. package/src/components/TypeForm/utils.ts +8 -0
  254. package/src/components/UserMenu.tsx +32 -8
  255. package/src/components/error/ErrorBoundary.tsx +11 -2
  256. package/src/components/error/ErrorManager.ts +22 -6
  257. package/src/components/error/SilentErrorBoundary.tsx +12 -2
  258. package/src/components/menu/MenuContent.tsx +102 -110
  259. package/src/components/menu/MenuSectionGroup.tsx +121 -0
  260. package/src/components/menu/MenuSections.tsx +342 -93
  261. package/src/components/menu/PageSelector.tsx +16 -4
  262. package/src/components/menu/types.ts +221 -9
  263. package/src/components/tour/StepContainer.tsx +92 -0
  264. package/src/components/tour/StepNavigation.tsx +72 -0
  265. package/src/components/tour/StepTitle.tsx +28 -0
  266. package/src/components/tour/hook.ts +12 -0
  267. package/src/components/tour/index.ts +6 -0
  268. package/src/components/tour/manager.tsx +119 -0
  269. package/src/components/tour/utils.tsx +119 -0
  270. package/src/components/user-menu-manager.ts +31 -0
  271. package/src/dictionary.ts +7 -2
  272. package/src/elements.ts +7 -0
  273. package/src/index.ts +15 -8
  274. package/src/layout.css +190 -35
  275. package/src/svg/StarFillWithGradient.tsx +14 -0
  276. package/src/toaster.tsx +90 -13
  277. package/src/types.ts +4 -0
  278. package/src/utils.ts +9 -142
  279. package/dist/components/BottomNotification.d.ts +0 -1
  280. package/dist/components/BottomNotification.d.ts.map +0 -1
  281. package/dist/components/BottomNotification.js +0 -2
  282. package/dist/components/BottomNotification.js.map +0 -1
  283. package/dist/components/BottomPanel.d.ts +0 -1
  284. package/dist/components/BottomPanel.d.ts.map +0 -1
  285. package/dist/components/BottomPanel.js +0 -2
  286. package/dist/components/BottomPanel.js.map +0 -1
  287. package/dist/components/SelectionList.d.ts +0 -36
  288. package/dist/components/SelectionList.d.ts.map +0 -1
  289. package/dist/components/SelectionList.js +0 -140
  290. package/dist/components/SelectionList.js.map +0 -1
  291. package/dist/components/error/ErrorDescriptor.d.ts +0 -12
  292. package/dist/components/error/ErrorDescriptor.d.ts.map +0 -1
  293. package/dist/components/error/ErrorDescriptor.js +0 -17
  294. package/dist/components/error/ErrorDescriptor.js.map +0 -1
  295. package/dist/components/error/ErrorFeedback.d.ts +0 -3
  296. package/dist/components/error/ErrorFeedback.d.ts.map +0 -1
  297. package/dist/components/error/ErrorFeedback.js +0 -66
  298. package/dist/components/error/ErrorFeedback.js.map +0 -1
  299. package/dist/components/menu/use-check-text-overflow.d.ts +0 -6
  300. package/dist/components/menu/use-check-text-overflow.d.ts.map +0 -1
  301. package/dist/components/menu/use-check-text-overflow.js +0 -20
  302. package/dist/components/menu/use-check-text-overflow.js.map +0 -1
  303. package/dist/components/menu/use-keyboard-controls.d.ts +0 -23
  304. package/dist/components/menu/use-keyboard-controls.d.ts.map +0 -1
  305. package/dist/components/menu/use-keyboard-controls.js +0 -49
  306. package/dist/components/menu/use-keyboard-controls.js.map +0 -1
  307. package/dist/components/menu/useCheckTextOverflow.d.ts +0 -6
  308. package/dist/components/menu/useCheckTextOverflow.d.ts.map +0 -1
  309. package/dist/components/menu/useCheckTextOverflow.js +0 -20
  310. package/dist/components/menu/useCheckTextOverflow.js.map +0 -1
  311. package/dist/components/tour/Navigation.d.ts +0 -8
  312. package/dist/components/tour/Navigation.d.ts.map +0 -1
  313. package/dist/components/tour/Navigation.js +0 -15
  314. package/dist/components/tour/Navigation.js.map +0 -1
  315. package/dist/components/tour/PortalSwitcherStep.d.ts +0 -3
  316. package/dist/components/tour/PortalSwitcherStep.d.ts.map +0 -1
  317. package/dist/components/tour/PortalSwitcherStep.js +0 -29
  318. package/dist/components/tour/PortalSwitcherStep.js.map +0 -1
  319. package/dist/components/tour/config.d.ts +0 -3
  320. package/dist/components/tour/config.d.ts.map +0 -1
  321. package/dist/components/tour/config.js +0 -22
  322. package/dist/components/tour/config.js.map +0 -1
  323. package/dist/components/tour/steps/PortalSwitcherStep.d.ts +0 -3
  324. package/dist/components/tour/steps/PortalSwitcherStep.d.ts.map +0 -1
  325. package/dist/components/tour/steps/PortalSwitcherStep.js +0 -30
  326. package/dist/components/tour/steps/PortalSwitcherStep.js.map +0 -1
  327. package/dist/components/types.d.ts +0 -15
  328. package/dist/components/types.d.ts.map +0 -1
  329. package/dist/components/types.js.map +0 -1
  330. package/dist/layout-context.d.ts +0 -10
  331. package/dist/layout-context.d.ts.map +0 -1
  332. package/dist/layout-context.js +0 -11
  333. package/dist/layout-context.js.map +0 -1
  334. package/dist/svg/AI.d.ts +0 -6
  335. package/dist/svg/AI.d.ts.map +0 -1
  336. package/dist/svg/AI.js +0 -9
  337. package/dist/svg/AI.js.map +0 -1
  338. package/dist/svg/EDP.d.ts +0 -6
  339. package/dist/svg/EDP.d.ts.map +0 -1
  340. package/dist/svg/EDP.js +0 -5
  341. package/dist/svg/EDP.js.map +0 -1
  342. package/dist/svg/Forbidden.d.ts +0 -6
  343. package/dist/svg/Forbidden.d.ts.map +0 -1
  344. package/dist/svg/Forbidden.js +0 -4
  345. package/dist/svg/Forbidden.js.map +0 -1
  346. package/dist/svg/HUB.d.ts +0 -6
  347. package/dist/svg/HUB.d.ts.map +0 -1
  348. package/dist/svg/HUB.js +0 -5
  349. package/dist/svg/HUB.js.map +0 -1
  350. package/dist/svg/Logo.d.ts +0 -2
  351. package/dist/svg/Logo.d.ts.map +0 -1
  352. package/dist/svg/Logo.js +0 -4
  353. package/dist/svg/Logo.js.map +0 -1
  354. package/dist/svg/NotFound.d.ts +0 -6
  355. package/dist/svg/NotFound.d.ts.map +0 -1
  356. package/dist/svg/NotFound.js +0 -4
  357. package/dist/svg/NotFound.js.map +0 -1
  358. package/dist/svg/ServerError.d.ts +0 -6
  359. package/dist/svg/ServerError.d.ts.map +0 -1
  360. package/dist/svg/ServerError.js +0 -4
  361. package/dist/svg/ServerError.js.map +0 -1
  362. package/dist/svg/Unauthenticated.d.ts +0 -6
  363. package/dist/svg/Unauthenticated.d.ts.map +0 -1
  364. package/dist/svg/Unauthenticated.js +0 -4
  365. package/dist/svg/Unauthenticated.js.map +0 -1
  366. package/src/components/BottomPanel.tsx +0 -0
  367. package/src/components/SelectionList.tsx +0 -272
  368. package/src/components/error/ErrorFeedback.tsx +0 -114
  369. package/src/components/menu/use-check-text-overflow.tsx +0 -26
  370. package/src/components/menu/use-keyboard-controls.tsx +0 -70
  371. package/src/components/tour/PortalSwitcherStep.tsx +0 -36
  372. package/src/components/types.ts +0 -15
  373. package/src/layout-context.tsx +0 -22
  374. package/src/svg/AI.tsx +0 -37
  375. package/src/svg/EDP.tsx +0 -35
  376. package/src/svg/Forbidden.tsx +0 -22
  377. package/src/svg/HUB.tsx +0 -35
  378. package/src/svg/Logo.tsx +0 -35
  379. package/src/svg/NotFound.tsx +0 -16
  380. package/src/svg/ServerError.tsx +0 -33
  381. package/src/svg/Unauthenticated.tsx +0 -16
  382. /package/dist/components/{types.js → NotificationCenter/types.js} +0 -0
  383. /package/src/components/{BottomNotification.tsx → ContactModal.tsx} +0 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,779 @@
1
+ # Changelog
2
+
3
+ ## [2.42.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.41.0...portal-layout@v2.42.0) (2025-12-18)
4
+
5
+
6
+ ### Features
7
+
8
+ * compact menu as default ([cfbd0d1](https://github.com/stack-spot/portal-commons/commit/cfbd0d1e5e66f09c9701f6a17bd725bc4d0ad3ce))
9
+ * compact menu as default ([#1923](https://github.com/stack-spot/portal-commons/issues/1923)) ([cfbd0d1](https://github.com/stack-spot/portal-commons/commit/cfbd0d1e5e66f09c9701f6a17bd725bc4d0ad3ce))
10
+
11
+ ## [2.41.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.40.0...portal-layout@v2.41.0) (2025-12-18)
12
+
13
+
14
+ ### Features
15
+
16
+ * folders and projects ([#1895](https://github.com/stack-spot/portal-commons/issues/1895)) ([55b598d](https://github.com/stack-spot/portal-commons/commit/55b598d8af3c3b68ebe4b056ec25a399c2a01cf8))
17
+
18
+ ## [2.40.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.39.0...portal-layout@v2.40.0) (2025-12-15)
19
+
20
+
21
+ ### Features
22
+
23
+ * layout Notification Uncommit ([#1901](https://github.com/stack-spot/portal-commons/issues/1901)) ([4157386](https://github.com/stack-spot/portal-commons/commit/41573866683a2b5011a7d3d0df50c9006a49e932))
24
+
25
+ ## [2.39.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.38.1...portal-layout@v2.39.0) (2025-12-01)
26
+
27
+
28
+ ### Features
29
+
30
+ * layout: multi modal ([#1825](https://github.com/stack-spot/portal-commons/issues/1825)) ([a6cba63](https://github.com/stack-spot/portal-commons/commit/a6cba631ced1e398ec1b86de80f4420d55f6c8bd))
31
+
32
+ ## [2.38.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.38.0...portal-layout@v2.38.1) (2025-11-17)
33
+
34
+
35
+ ### Bug Fixes
36
+
37
+ * 1968 notification panel height ([#1804](https://github.com/stack-spot/portal-commons/issues/1804)) ([c1e1937](https://github.com/stack-spot/portal-commons/commit/c1e1937ecbb472ad4b03215751e5cfa8ec22cea8))
38
+
39
+ ## [2.38.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.37.1...portal-layout@v2.38.0) (2025-11-10)
40
+
41
+
42
+ ### Features
43
+
44
+ * add third-level menu for inner content ([#1742](https://github.com/stack-spot/portal-commons/issues/1742)) ([9966a5c](https://github.com/stack-spot/portal-commons/commit/9966a5c6970ba676542ead228cf6a887bf8260f6))
45
+
46
+ ## [2.37.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.37.0...portal-layout@v2.37.1) (2025-11-07)
47
+
48
+
49
+ ### Bug Fixes
50
+
51
+ * semantic for accessibility ([#1766](https://github.com/stack-spot/portal-commons/issues/1766)) ([578bc95](https://github.com/stack-spot/portal-commons/commit/578bc95698f5d707f4645693df22c4da57f8684e))
52
+
53
+ ## [2.37.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.36.3...portal-layout@v2.37.0) (2025-09-30)
54
+
55
+
56
+ ### Features
57
+
58
+ * 3156 notifications ([#1491](https://github.com/stack-spot/portal-commons/issues/1491)) ([3f9f6a6](https://github.com/stack-spot/portal-commons/commit/3f9f6a6b56004893cca4e0d53afe8eccdf615005))
59
+ * upgrades translation lib ([#1645](https://github.com/stack-spot/portal-commons/issues/1645)) ([838a740](https://github.com/stack-spot/portal-commons/commit/838a7404c9946e8804cebab6ba33a24a0cf52a80))
60
+
61
+ ## [2.36.3](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.36.2...portal-layout@v2.36.3) (2025-09-02)
62
+
63
+
64
+ ### Bug Fixes
65
+
66
+ * overlay header style ([#1504](https://github.com/stack-spot/portal-commons/issues/1504)) ([567c3fb](https://github.com/stack-spot/portal-commons/commit/567c3fb768749a26215fd701314fe3b0dbabf3a3))
67
+
68
+ ## [2.36.2](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.36.1...portal-layout@v2.36.2) (2025-08-21)
69
+
70
+
71
+ ### Bug Fixes
72
+
73
+ * support button hidden ([#1424](https://github.com/stack-spot/portal-commons/issues/1424)) ([15b88ce](https://github.com/stack-spot/portal-commons/commit/15b88ce7659ac7c3192087d5b6384515ef6c00a4))
74
+
75
+ ## [2.36.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.36.0...portal-layout@v2.36.1) (2025-08-05)
76
+
77
+
78
+ ### Bug Fixes
79
+
80
+ * default for modal ([#1341](https://github.com/stack-spot/portal-commons/issues/1341)) ([8d0ef68](https://github.com/stack-spot/portal-commons/commit/8d0ef68fa17abebcf3c8fc46a3afee0ee089f6c1))
81
+
82
+ ## [2.36.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.35.1...portal-layout@v2.36.0) (2025-08-04)
83
+
84
+
85
+ ### Features
86
+
87
+ * ignoreFirstFocusOnCloseButton right panel ([#1335](https://github.com/stack-spot/portal-commons/issues/1335)) ([d3a09f1](https://github.com/stack-spot/portal-commons/commit/d3a09f144bb61d809071bbbe6c8fa7a2f914251b))
88
+
89
+ ## [2.35.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.35.0...portal-layout@v2.35.1) (2025-08-04)
90
+
91
+
92
+ ### Bug Fixes
93
+
94
+ * Fix 3111 menu collpase behavior ([#1318](https://github.com/stack-spot/portal-commons/issues/1318)) ([9489478](https://github.com/stack-spot/portal-commons/commit/94894780433fdb940c4f0380f3e71cead02c73c5))
95
+ * upd version ([#1327](https://github.com/stack-spot/portal-commons/issues/1327)) ([9dbc112](https://github.com/stack-spot/portal-commons/commit/9dbc112adfb6bb6f00946cff699bd20c65e52ecc))
96
+
97
+ ## [2.35.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.34.2...portal-layout@v2.35.0) (2025-08-04)
98
+
99
+
100
+ ### Features
101
+
102
+ * Support right panel on overlay confirm ([#1292](https://github.com/stack-spot/portal-commons/issues/1292)) ([8b76600](https://github.com/stack-spot/portal-commons/commit/8b7660083ec945de53ae031f6ae74c3ac2c98c76))
103
+
104
+
105
+ ### Bug Fixes
106
+
107
+ * Fix 3111 menu collpase behavior ([#1318](https://github.com/stack-spot/portal-commons/issues/1318)) ([9489478](https://github.com/stack-spot/portal-commons/commit/94894780433fdb940c4f0380f3e71cead02c73c5))
108
+
109
+ ## [2.35.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.34.2...portal-layout@v2.35.0) (2025-07-24)
110
+
111
+
112
+ ### Features
113
+
114
+ * Support right panel on overlay confirm ([#1292](https://github.com/stack-spot/portal-commons/issues/1292)) ([8b76600](https://github.com/stack-spot/portal-commons/commit/8b7660083ec945de53ae031f6ae74c3ac2c98c76))
115
+
116
+ ## [2.34.2](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.34.1...portal-layout@v2.34.2) (2025-07-22)
117
+
118
+
119
+ ### Bug Fixes
120
+
121
+ * export typeform component ([#1278](https://github.com/stack-spot/portal-commons/issues/1278)) ([8dfdf36](https://github.com/stack-spot/portal-commons/commit/8dfdf361a9fc842f79ce126b70e7356c038f5a4b))
122
+
123
+ ## [2.34.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.34.0...portal-layout@v2.34.1) (2025-07-22)
124
+
125
+
126
+ ### Bug Fixes
127
+
128
+ * Rollback show typeform modal ([#1276](https://github.com/stack-spot/portal-commons/issues/1276)) ([3c6b7b0](https://github.com/stack-spot/portal-commons/commit/3c6b7b0e0b8933d5c775def1f1ab4c9957bbc752))
129
+
130
+ ## [2.34.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.33.1...portal-layout@v2.34.0) (2025-07-21)
131
+
132
+
133
+ ### Features
134
+
135
+ * 3013 csat workflow ([#1269](https://github.com/stack-spot/portal-commons/issues/1269)) ([77baca3](https://github.com/stack-spot/portal-commons/commit/77baca3c360610399795260dc3752191be0324df))
136
+
137
+ ## [2.33.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.33.0...portal-layout@v2.33.1) (2025-07-16)
138
+
139
+
140
+ ### Bug Fixes
141
+
142
+ * Fix auto collapse re auto ([#1225](https://github.com/stack-spot/portal-commons/issues/1225)) ([3cff95e](https://github.com/stack-spot/portal-commons/commit/3cff95e7eeba8b9be5d23fbff284c2c3f2b2b4b0))
143
+
144
+ ## [2.33.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.32.5...portal-layout@v2.33.0) (2025-07-16)
145
+
146
+
147
+ ### Features
148
+
149
+ * Feat 2981 menu auto collapse behavior ([#1222](https://github.com/stack-spot/portal-commons/issues/1222)) ([e1cfa2e](https://github.com/stack-spot/portal-commons/commit/e1cfa2e50e731571ee58619ed2fffe71b5b834ce))
150
+
151
+ ## [2.32.5](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.32.4...portal-layout@v2.32.5) (2025-07-14)
152
+
153
+
154
+ ### Bug Fixes
155
+
156
+ * Remove bottom spaces from menu ([#1208](https://github.com/stack-spot/portal-commons/issues/1208)) ([f9ace0e](https://github.com/stack-spot/portal-commons/commit/f9ace0e643062fafebd60a7dc6d55e5ee75e1af7))
157
+
158
+ ## [2.32.4](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.32.3...portal-layout@v2.32.4) (2025-06-17)
159
+
160
+
161
+ ### Bug Fixes
162
+
163
+ * menu section min height ([#1072](https://github.com/stack-spot/portal-commons/issues/1072)) ([b910193](https://github.com/stack-spot/portal-commons/commit/b910193c7ffe6b9a2c30c042f7554aa9f2b8baca))
164
+
165
+ ## [2.32.3](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.32.2...portal-layout@v2.32.3) (2025-06-12)
166
+
167
+
168
+ ### Bug Fixes
169
+
170
+ * hides the context menu overlays when hovering sections ([#1079](https://github.com/stack-spot/portal-commons/issues/1079)) ([3e11c4d](https://github.com/stack-spot/portal-commons/commit/3e11c4dce37e96217397e314a3d7174f6b95e1c6))
171
+
172
+ ## [2.32.2](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.32.1...portal-layout@v2.32.2) (2025-05-22)
173
+
174
+
175
+ ### Bug Fixes
176
+
177
+ * Upd layout to user menu to have max height responsive ([#1010](https://github.com/stack-spot/portal-commons/issues/1010)) ([27c6d47](https://github.com/stack-spot/portal-commons/commit/27c6d4761bcbed50edc066ef6f62e0de26b5eba2))
178
+
179
+ ## [2.32.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.32.0...portal-layout@v2.32.1) (2025-04-25)
180
+
181
+
182
+ ### Bug Fixes
183
+
184
+ * Fix remove css for svg on menu ([#959](https://github.com/stack-spot/portal-commons/issues/959)) ([1dd607a](https://github.com/stack-spot/portal-commons/commit/1dd607a0b60033d9c958a50c153d74c810ef7227))
185
+
186
+ ## [2.32.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.31.1...portal-layout@v2.32.0) (2025-04-23)
187
+
188
+
189
+ ### Features
190
+
191
+ * propagate size prop to dialog ([#896](https://github.com/stack-spot/portal-commons/issues/896)) ([ccddc07](https://github.com/stack-spot/portal-commons/commit/ccddc07e389189c7f7acf9eb0deae3bf8f684dcc))
192
+
193
+
194
+ ### Bug Fixes
195
+
196
+ * Fix upd libs ([#953](https://github.com/stack-spot/portal-commons/issues/953)) ([6d53b90](https://github.com/stack-spot/portal-commons/commit/6d53b900eaa7a26e44e6185f49fbc3e4e93c1075))
197
+
198
+ ## [2.31.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.31.0...portal-layout@v2.31.1) (2025-04-11)
199
+
200
+
201
+ ### Bug Fixes
202
+
203
+ * layout: target option for menu links ([#922](https://github.com/stack-spot/portal-commons/issues/922)) ([689bbb3](https://github.com/stack-spot/portal-commons/commit/689bbb3fe162e5b9c4b48142ce45a3d942c48420))
204
+
205
+ ## [2.31.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.30.0...portal-layout@v2.31.0) (2025-03-31)
206
+
207
+
208
+ ### Features
209
+
210
+ * Support trial nps ([#869](https://github.com/stack-spot/portal-commons/issues/869)) ([5ee16a0](https://github.com/stack-spot/portal-commons/commit/5ee16a096fed4ba31656c6bc48148720a8046325))
211
+
212
+ ## [2.30.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.29.1...portal-layout@v2.30.0) (2025-03-24)
213
+
214
+
215
+ ### Features
216
+
217
+ * adds an optional back button for dialogs ([#837](https://github.com/stack-spot/portal-commons/issues/837)) ([7bc31e3](https://github.com/stack-spot/portal-commons/commit/7bc31e30ae5e68b7e39230fb5d453ed14abb0953))
218
+
219
+ ## [2.29.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.29.0...portal-layout@v2.29.1) (2025-03-12)
220
+
221
+
222
+ ### Bug Fixes
223
+
224
+ * menu tooltips + overlay ([#787](https://github.com/stack-spot/portal-commons/issues/787)) ([6458394](https://github.com/stack-spot/portal-commons/commit/6458394e56f2f13db507058c9bc9880f71786835))
225
+ * menu-tooltips ([#771](https://github.com/stack-spot/portal-commons/issues/771)) ([b92e80c](https://github.com/stack-spot/portal-commons/commit/b92e80ca0ce00df4f424dff902573a0ddb3566d1))
226
+
227
+ ## [2.29.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.28.1...portal-layout@v2.29.0) (2025-02-28)
228
+
229
+
230
+ ### Features
231
+
232
+ * add tooltip in menu sections ([#755](https://github.com/stack-spot/portal-commons/issues/755)) ([6438dcd](https://github.com/stack-spot/portal-commons/commit/6438dcdae155bc01908cf86f75213aeebb1cd0ab))
233
+
234
+ ## [2.28.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.28.0...portal-layout@v2.28.1) (2025-02-27)
235
+
236
+
237
+ ### Bug Fixes
238
+
239
+ * Fix regex message notification ([#766](https://github.com/stack-spot/portal-commons/issues/766)) ([70adc10](https://github.com/stack-spot/portal-commons/commit/70adc10c04dcb0273e9f427a70d9be645f6149c8))
240
+
241
+ ## [2.28.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.27.0...portal-layout@v2.28.0) (2025-02-27)
242
+
243
+
244
+ ### Features
245
+
246
+ * main menu scroll ([#759](https://github.com/stack-spot/portal-commons/issues/759)) ([1f235e9](https://github.com/stack-spot/portal-commons/commit/1f235e98547686355fd97249c172e6ac3d1b900c))
247
+
248
+ ## [2.27.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.26.1...portal-layout@v2.27.0) (2025-02-27)
249
+
250
+
251
+ ### Features
252
+
253
+ * Support custom items on menu ([#751](https://github.com/stack-spot/portal-commons/issues/751)) ([e268742](https://github.com/stack-spot/portal-commons/commit/e26874238af8ff23e8d7be38736ff8ad9557f358))
254
+
255
+ ## [2.26.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.26.0...portal-layout@v2.26.1) (2025-02-26)
256
+
257
+
258
+ ### Bug Fixes
259
+
260
+ * hide empty submenu ([#753](https://github.com/stack-spot/portal-commons/issues/753)) ([ee9f820](https://github.com/stack-spot/portal-commons/commit/ee9f820a7196f94a0c48ebf3a881b614bc19fbc7))
261
+
262
+ ## [2.26.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.25.3...portal-layout@v2.26.0) (2025-02-26)
263
+
264
+
265
+ ### Features
266
+
267
+ * layout: menu auto collapse ([#748](https://github.com/stack-spot/portal-commons/issues/748)) ([c1817e8](https://github.com/stack-spot/portal-commons/commit/c1817e8f70915630755dfc7157a470c088e29003))
268
+
269
+ ## [2.25.3](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.25.2...portal-layout@v2.25.3) (2025-02-10)
270
+
271
+
272
+ ### Bug Fixes
273
+
274
+ * Fix text markdown notification ([#721](https://github.com/stack-spot/portal-commons/issues/721)) ([3d18858](https://github.com/stack-spot/portal-commons/commit/3d18858bedf5c927a3004489955533d8644fa3cb))
275
+
276
+ ## [2.25.2](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.25.1...portal-layout@v2.25.2) (2025-02-10)
277
+
278
+
279
+ ### Bug Fixes
280
+
281
+ * hiddenProps optional typeform ([#719](https://github.com/stack-spot/portal-commons/issues/719)) ([eb4d8e3](https://github.com/stack-spot/portal-commons/commit/eb4d8e333cbd8770277e66e9e1379326dc058792))
282
+
283
+ ## [2.25.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.25.0...portal-layout@v2.25.1) (2025-02-10)
284
+
285
+
286
+ ### Bug Fixes
287
+
288
+ * typeform to be agnostic ([#707](https://github.com/stack-spot/portal-commons/issues/707)) ([25d438b](https://github.com/stack-spot/portal-commons/commit/25d438b51de83d9b656abf8d6125addeaa63de99))
289
+
290
+ ## [2.25.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.24.1...portal-layout@v2.25.0) (2025-02-07)
291
+
292
+
293
+ ### Features
294
+
295
+ * Support badge in menu ([#708](https://github.com/stack-spot/portal-commons/issues/708)) ([246d407](https://github.com/stack-spot/portal-commons/commit/246d407f6f9c804466b70987040e28e12ac883ab))
296
+
297
+ ## [2.24.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.24.0...portal-layout@v2.24.1) (2025-02-06)
298
+
299
+
300
+ ### Bug Fixes
301
+
302
+ * sidebar alignment 2212 ([#690](https://github.com/stack-spot/portal-commons/issues/690)) ([f684550](https://github.com/stack-spot/portal-commons/commit/f684550509128d206f60277dc67636cea1753e78))
303
+
304
+ ## [2.24.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.23.3...portal-layout@v2.24.0) (2025-02-05)
305
+
306
+
307
+ ### Features
308
+
309
+ * conditional render using the userImage parameter ([#682](https://github.com/stack-spot/portal-commons/issues/682)) ([420ef30](https://github.com/stack-spot/portal-commons/commit/420ef30665f80ddb191266eac90ca918a6948a2d))
310
+
311
+ ## [2.23.3](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.23.2...portal-layout@v2.23.3) (2025-02-03)
312
+
313
+
314
+ ### Bug Fixes
315
+
316
+ * CSAT ([#683](https://github.com/stack-spot/portal-commons/issues/683)) ([5efa303](https://github.com/stack-spot/portal-commons/commit/5efa303e84305ab8f7c8d45d8a9b4feac27c3e79))
317
+
318
+ ## [2.23.2](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.23.1...portal-layout@v2.23.2) (2025-01-28)
319
+
320
+
321
+ ### Bug Fixes
322
+
323
+ * collapsible item padding ([#671](https://github.com/stack-spot/portal-commons/issues/671)) ([ae49238](https://github.com/stack-spot/portal-commons/commit/ae4923871fc4099ce2cafa7f1461ddd18dc4d469))
324
+ * Upd Citric Ui for IconButton default ([#669](https://github.com/stack-spot/portal-commons/issues/669)) ([d7b8cce](https://github.com/stack-spot/portal-commons/commit/d7b8ccec1d8becd43ebdc08ef5f6523f3cf0ad65))
325
+
326
+ ## [2.23.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.23.0...portal-layout@v2.23.1) (2025-01-20)
327
+
328
+
329
+ ### Bug Fixes
330
+
331
+ * change border hover in notification close button ([06e33ce](https://github.com/stack-spot/portal-commons/commit/06e33ced3246da3b9806a08d2b4fe86e7655958a))
332
+
333
+ ## [2.23.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.22.1...portal-layout@v2.23.0) (2025-01-17)
334
+
335
+
336
+ ### Features
337
+
338
+ * 1224 typeform ([#643](https://github.com/stack-spot/portal-commons/issues/643)) ([7203759](https://github.com/stack-spot/portal-commons/commit/7203759c66137fadcc2076d4a536902d118cf33f))
339
+
340
+ ## [2.22.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.22.0...portal-layout@v2.22.1) (2025-01-16)
341
+
342
+
343
+ ### Bug Fixes
344
+
345
+ * change notification panel width ([004dafc](https://github.com/stack-spot/portal-commons/commit/004dafc8c5069d0ce95738e81979e316f9101a2d))
346
+
347
+ ## [2.22.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.21.2...portal-layout@v2.22.0) (2025-01-15)
348
+
349
+
350
+ ### Features
351
+
352
+ * add new prop onClickViewNotification ([5252d3b](https://github.com/stack-spot/portal-commons/commit/5252d3bdd01d81735a56fbcbd2cd12ed4c1aff53))
353
+
354
+ ## [2.21.2](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.21.1...portal-layout@v2.21.2) (2025-01-06)
355
+
356
+
357
+ ### Bug Fixes
358
+
359
+ * export getTourCookie ([6499879](https://github.com/stack-spot/portal-commons/commit/6499879a82149b3d4db0bd37b2177fd85dc20a2f))
360
+
361
+ ## [2.21.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.21.0...portal-layout@v2.21.1) (2024-12-27)
362
+
363
+
364
+ ### Bug Fixes
365
+
366
+ * layout tour guided ([#606](https://github.com/stack-spot/portal-commons/issues/606)) ([c9bf51f](https://github.com/stack-spot/portal-commons/commit/c9bf51fa51c21f940df3c9f839bf303f3a1512fc))
367
+ * remove banner css ([#619](https://github.com/stack-spot/portal-commons/issues/619)) ([d4d8432](https://github.com/stack-spot/portal-commons/commit/d4d843239f3fbba3b9d69f2abee3b23fd297d581))
368
+
369
+ ## [2.21.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.20.1...portal-layout@v2.21.0) (2024-12-27)
370
+
371
+
372
+ ### Features
373
+
374
+ * remove capitalize from title and show toaster below the header ([e3e3011](https://github.com/stack-spot/portal-commons/commit/e3e3011a2e6cb1ba20260880f92be34da997d838))
375
+
376
+ ## [2.20.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.20.0...portal-layout@v2.20.1) (2024-12-27)
377
+
378
+
379
+ ### Bug Fixes
380
+
381
+ * appearance of the close button in the toaster ([#607](https://github.com/stack-spot/portal-commons/issues/607)) ([1108e5a](https://github.com/stack-spot/portal-commons/commit/1108e5a6ea32ce8871cf676c87148e9240d3334d))
382
+
383
+ ## [2.20.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.19.4...portal-layout@v2.20.0) (2024-12-27)
384
+
385
+
386
+ ### Features
387
+
388
+ * update libs banner ([#604](https://github.com/stack-spot/portal-commons/issues/604)) ([f2bc440](https://github.com/stack-spot/portal-commons/commit/f2bc440db6c65461a2b1228d0efc08ed3d883d67))
389
+
390
+
391
+ ### Bug Fixes
392
+
393
+ * Bump lib ([#612](https://github.com/stack-spot/portal-commons/issues/612)) ([2aca501](https://github.com/stack-spot/portal-commons/commit/2aca501e9d117c149e72acd8786a8de95dafabb1))
394
+
395
+ ## [2.19.4](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.19.3...portal-layout@v2.19.4) (2024-12-20)
396
+
397
+
398
+ ### Bug Fixes
399
+
400
+ * Improve nps flow ([#599](https://github.com/stack-spot/portal-commons/issues/599)) ([5af32a3](https://github.com/stack-spot/portal-commons/commit/5af32a3a714dff206180c63c4fad74d731902d87))
401
+
402
+ ## [2.19.3](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.19.2...portal-layout@v2.19.3) (2024-12-20)
403
+
404
+
405
+ ### Bug Fixes
406
+
407
+ * add try catch ([645eaf5](https://github.com/stack-spot/portal-commons/commit/645eaf5c27b2df7fbed5c918646213d9b6ddb418))
408
+
409
+ ## [2.19.2](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.19.1...portal-layout@v2.19.2) (2024-12-19)
410
+
411
+
412
+ ### Bug Fixes
413
+
414
+ * nps is visible validation ([#593](https://github.com/stack-spot/portal-commons/issues/593)) ([150d8a8](https://github.com/stack-spot/portal-commons/commit/150d8a8510f83a3591e459d5e5c803a4189c65c2))
415
+
416
+ ## [2.19.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.19.0...portal-layout@v2.19.1) (2024-12-16)
417
+
418
+
419
+ ### Bug Fixes
420
+
421
+ * 1157 unread notifications circle ([#582](https://github.com/stack-spot/portal-commons/issues/582)) ([dd30ed0](https://github.com/stack-spot/portal-commons/commit/dd30ed028faa1ee426b3700e34042b9e7fd66e41))
422
+
423
+ ## [2.19.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.18.1...portal-layout@v2.19.0) (2024-12-14)
424
+
425
+
426
+ ### Features
427
+
428
+ * new workspace manager endpoints and extra large modal ([3b8768e](https://github.com/stack-spot/portal-commons/commit/3b8768eeb0b408059ab503ce19f3e22de5f2ad5e))
429
+
430
+ ## [2.18.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.18.0...portal-layout@v2.18.1) (2024-12-10)
431
+
432
+
433
+ ### Bug Fixes
434
+
435
+ * fix style menu section ([f4cf7e9](https://github.com/stack-spot/portal-commons/commit/f4cf7e959283ac8999341c833e9756f0d3cc3630))
436
+
437
+ ## [2.18.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.17.1...portal-layout@v2.18.0) (2024-12-06)
438
+
439
+
440
+ ### Features
441
+
442
+ * okCookies saved on cookies ([#534](https://github.com/stack-spot/portal-commons/issues/534)) ([8a29298](https://github.com/stack-spot/portal-commons/commit/8a29298152d2383db1da4fe9dae390ff6a360ae3))
443
+
444
+ ## [2.17.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.17.0...portal-layout@v2.17.1) (2024-11-28)
445
+
446
+
447
+ ### Bug Fixes
448
+
449
+ * Remove target blank ([#514](https://github.com/stack-spot/portal-commons/issues/514)) ([5564d17](https://github.com/stack-spot/portal-commons/commit/5564d1751febd8926c2e6b4973f7af514d6b905f))
450
+
451
+ ## [2.17.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.16.1...portal-layout@v2.17.0) (2024-11-28)
452
+
453
+
454
+ ### Features
455
+
456
+ * add prop to set modal initial focus ([abcc153](https://github.com/stack-spot/portal-commons/commit/abcc1532c85c426c837fdef5b3689c583ade89ac))
457
+
458
+ ## [2.16.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.16.0...portal-layout@v2.16.1) (2024-11-27)
459
+
460
+
461
+ ### Bug Fixes
462
+
463
+ * switch account ([#508](https://github.com/stack-spot/portal-commons/issues/508)) ([2768ec2](https://github.com/stack-spot/portal-commons/commit/2768ec21e0938d4b60c55e751da7fd0ed8b3f578))
464
+
465
+ ## [2.16.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.15.0...portal-layout@v2.16.0) (2024-11-22)
466
+
467
+
468
+ ### Features
469
+
470
+ * switch account ([#504](https://github.com/stack-spot/portal-commons/issues/504)) ([ae13407](https://github.com/stack-spot/portal-commons/commit/ae13407f16219872591cdb4d7cae6c3ff087de74))
471
+
472
+ ## [2.15.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.14.1...portal-layout@v2.15.0) (2024-11-22)
473
+
474
+
475
+ ### Features
476
+
477
+ * 2076 account show as Title ([#500](https://github.com/stack-spot/portal-commons/issues/500)) ([372cf42](https://github.com/stack-spot/portal-commons/commit/372cf4251f380e8c39679e85c263360ca357194d))
478
+
479
+
480
+ ### Bug Fixes
481
+
482
+ * Relating text to button ([#495](https://github.com/stack-spot/portal-commons/issues/495)) ([399f56e](https://github.com/stack-spot/portal-commons/commit/399f56ec28e37216ec3896fa0577a043d35753d6))
483
+
484
+ ## [2.14.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.14.0...portal-layout@v2.14.1) (2024-11-05)
485
+
486
+
487
+ ### Bug Fixes
488
+
489
+ * positioning of collapsible items in the sections menu ([#482](https://github.com/stack-spot/portal-commons/issues/482)) ([180058a](https://github.com/stack-spot/portal-commons/commit/180058a71fc937f4c75a5b55ef24736349a8e6b4))
490
+
491
+ ## [2.14.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.13.4...portal-layout@v2.14.0) (2024-10-22)
492
+
493
+
494
+ ### Features
495
+
496
+ * Feat upd support icon menu ([#451](https://github.com/stack-spot/portal-commons/issues/451)) ([1284dd3](https://github.com/stack-spot/portal-commons/commit/1284dd3e91089983a5294083b357caf0d228b0b7))
497
+
498
+ ## [2.13.4](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.13.3...portal-layout@v2.13.4) (2024-10-21)
499
+
500
+
501
+ ### Bug Fixes
502
+
503
+ * update validation day feedback modal ([b0c65a4](https://github.com/stack-spot/portal-commons/commit/b0c65a4ebedcd4e2a1d33ee6b578bd4e13c1c73c))
504
+
505
+ ## [2.13.3](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.13.2...portal-layout@v2.13.3) (2024-10-21)
506
+
507
+
508
+ ### Bug Fixes
509
+
510
+ * update validations in feedback modal ([acd5ac1](https://github.com/stack-spot/portal-commons/commit/acd5ac17926d58586e29e3b116d70bcb35d155da))
511
+
512
+ ## [2.13.2](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.13.1...portal-layout@v2.13.2) (2024-10-17)
513
+
514
+
515
+ ### Bug Fixes
516
+
517
+ * add rule to show feedback modal ([974a634](https://github.com/stack-spot/portal-commons/commit/974a634ac415b004487cbbd248da0dd5b745cba5))
518
+
519
+ ## [2.13.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.13.0...portal-layout@v2.13.1) (2024-10-16)
520
+
521
+
522
+ ### Bug Fixes
523
+
524
+ * adjustments in feedback modal css ([e332cea](https://github.com/stack-spot/portal-commons/commit/e332cea50e6e55d0d51825fb595835c1bd4ac654))
525
+
526
+ ## [2.13.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.12.0...portal-layout@v2.13.0) (2024-10-15)
527
+
528
+
529
+ ### Features
530
+
531
+ * add feedback modal ([65405cb](https://github.com/stack-spot/portal-commons/commit/65405cb85670e633ac20ba184d08e1fd919f35c0))
532
+
533
+ ## [2.12.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.11.0...portal-layout@v2.12.0) (2024-10-11)
534
+
535
+
536
+ ### Features
537
+
538
+ * Remove tour from portal ([#408](https://github.com/stack-spot/portal-commons/issues/408)) ([13fe9a4](https://github.com/stack-spot/portal-commons/commit/13fe9a4be17a41b97fefcc80da9adc4567727306))
539
+
540
+ ## [2.11.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.10.0...portal-layout@v2.11.0) (2024-10-11)
541
+
542
+
543
+ ### Features
544
+
545
+ * Feat 1943 accordion menu section ([#419](https://github.com/stack-spot/portal-commons/issues/419)) ([1a940af](https://github.com/stack-spot/portal-commons/commit/1a940af2e4c102f2c37434cbfc8bb89788b9a2f6))
546
+
547
+ ## [2.10.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.9.2...portal-layout@v2.10.0) (2024-10-10)
548
+
549
+
550
+ ### Features
551
+
552
+ * Change support option ([#414](https://github.com/stack-spot/portal-commons/issues/414)) ([1ee2a66](https://github.com/stack-spot/portal-commons/commit/1ee2a661ec220b39ba1228969f07452c6f1a731b))
553
+
554
+ ## [2.9.2](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.9.1...portal-layout@v2.9.2) (2024-09-26)
555
+
556
+
557
+ ### Bug Fixes
558
+
559
+ * Accessibility 256 removed tabIndex -1 from hide menu item ([6f4b645](https://github.com/stack-spot/portal-commons/commit/6f4b6452534f38c5b5b72bf4c11a89256a11a8f9))
560
+
561
+ ## [2.9.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.9.0...portal-layout@v2.9.1) (2024-09-02)
562
+
563
+
564
+ ### Bug Fixes
565
+
566
+ * Upd css to fix layout menu AI ([#344](https://github.com/stack-spot/portal-commons/issues/344)) ([356beaf](https://github.com/stack-spot/portal-commons/commit/356beaf7ea1217bf46d73bc24b8a5e051119ab2e))
567
+
568
+ ## [2.9.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.8.0...portal-layout@v2.9.0) (2024-09-02)
569
+
570
+
571
+ ### Features
572
+
573
+ * new nps experience ([06d9072](https://github.com/stack-spot/portal-commons/commit/06d90729bfd348439b0308835f007db1370d10b5))
574
+
575
+ ## [2.8.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.7.0...portal-layout@v2.8.0) (2024-08-30)
576
+
577
+
578
+ ### Features
579
+
580
+ * adds modal capabilities to backdrop component ([#334](https://github.com/stack-spot/portal-commons/issues/334)) ([ef146a8](https://github.com/stack-spot/portal-commons/commit/ef146a874f3bb64e58bdec5016526c5cb30fa9d9))
581
+
582
+ ## [2.7.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.6.1...portal-layout@v2.7.0) (2024-08-27)
583
+
584
+
585
+ ### Features
586
+
587
+ * full sized modal ([#320](https://github.com/stack-spot/portal-commons/issues/320)) ([69f05ef](https://github.com/stack-spot/portal-commons/commit/69f05eff2af2a6dbf175f883a4efbc577d7c015d))
588
+
589
+
590
+ ### Bug Fixes
591
+
592
+ * Fix css title toaster ([80d5476](https://github.com/stack-spot/portal-commons/commit/80d54765e3fb69fba2049dfe5d717f411943f4f8))
593
+
594
+ ## [2.6.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.6.0...portal-layout@v2.6.1) (2024-08-23)
595
+
596
+
597
+ ### Bug Fixes
598
+
599
+ * change h1 to h2 on title toaster content ([16e69f3](https://github.com/stack-spot/portal-commons/commit/16e69f31222f56044fab744cf9540fcf8d1608ff))
600
+
601
+ ## [2.6.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.5.7...portal-layout@v2.6.0) (2024-08-21)
602
+
603
+
604
+ ### Features
605
+
606
+ * Remove unnecessary info on button ([#305](https://github.com/stack-spot/portal-commons/issues/305)) ([a24f3e7](https://github.com/stack-spot/portal-commons/commit/a24f3e70cb83032f18dddaa73f08b4f1ab815635))
607
+
608
+ ## [2.5.7](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.5.6...portal-layout@v2.5.7) (2024-08-19)
609
+
610
+
611
+ ### Bug Fixes
612
+
613
+ * up version components ([f2d88a2](https://github.com/stack-spot/portal-commons/commit/f2d88a24ae47bf09ec7c8108619e6c08277afaf2))
614
+
615
+ ## [2.5.6](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.5.5...portal-layout@v2.5.6) (2024-08-16)
616
+
617
+
618
+ ### Bug Fixes
619
+
620
+ * accessibility 412 notifications painel ([ccba17b](https://github.com/stack-spot/portal-commons/commit/ccba17bb66747da68fc0cf0f6292f0d6a7d4044a))
621
+
622
+ ## [2.5.5](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.5.4...portal-layout@v2.5.5) (2024-08-16)
623
+
624
+
625
+ ### Bug Fixes
626
+
627
+ * ccessibility 396 notification panel header tag ([0bed7dd](https://github.com/stack-spot/portal-commons/commit/0bed7dd2f4bc555c803f6409b9317de103e3028b))
628
+
629
+ ## [2.5.4](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.5.3...portal-layout@v2.5.4) (2024-08-14)
630
+
631
+
632
+ ### Bug Fixes
633
+
634
+ * Fix typo ([29054cc](https://github.com/stack-spot/portal-commons/commit/29054ccdb3680f18e2c999695ed9f052c9b6f48f))
635
+
636
+ ## [2.5.3](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.5.2...portal-layout@v2.5.3) (2024-08-13)
637
+
638
+
639
+ ### Bug Fixes
640
+
641
+ * improve layout ([1a26442](https://github.com/stack-spot/portal-commons/commit/1a264428bf1f683d1e42f76d84ff86fcc0d24dd5))
642
+
643
+ ## [2.5.2](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.5.1...portal-layout@v2.5.2) (2024-08-13)
644
+
645
+
646
+ ### Bug Fixes
647
+
648
+ * text review ([75d9c84](https://github.com/stack-spot/portal-commons/commit/75d9c8474f8f98afddc56cdf38726007a13faa64))
649
+
650
+ ## [2.5.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.5.0...portal-layout@v2.5.1) (2024-08-13)
651
+
652
+
653
+ ### Bug Fixes
654
+
655
+ * improve layout ([4c5f817](https://github.com/stack-spot/portal-commons/commit/4c5f8176328a87f33b5582c12d35baaeacdcdcee))
656
+
657
+ ## [2.5.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.4.2...portal-layout@v2.5.0) (2024-08-13)
658
+
659
+
660
+ ### Features
661
+
662
+ * contact us ([c69b7c6](https://github.com/stack-spot/portal-commons/commit/c69b7c67c021ea4b91af8075bde2219c2ecda737))
663
+
664
+ ## [2.4.2](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.4.1...portal-layout@v2.4.2) (2024-08-09)
665
+
666
+
667
+ ### Bug Fixes
668
+
669
+ * rate us button position ([5efac9a](https://github.com/stack-spot/portal-commons/commit/5efac9a4ceeb39567c629cfad819f13fcdbc485c))
670
+
671
+ ## [2.4.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.4.0...portal-layout@v2.4.1) (2024-08-08)
672
+
673
+
674
+ ### Bug Fixes
675
+
676
+ * greater or equal 24 ([fe10477](https://github.com/stack-spot/portal-commons/commit/fe1047739060090762db4ee754dfbd6536a2c427))
677
+
678
+ ## [2.4.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.3.2...portal-layout@v2.4.0) (2024-08-08)
679
+
680
+
681
+ ### Features
682
+
683
+ * support for new nps experience ([337560c](https://github.com/stack-spot/portal-commons/commit/337560c8abb819677e0eebaf1786f0db75a14ccd))
684
+
685
+ ## [2.3.2](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.3.1...portal-layout@v2.3.2) (2024-08-02)
686
+
687
+
688
+ ### Bug Fixes
689
+
690
+ * remove aria-label from icon ([ab6473e](https://github.com/stack-spot/portal-commons/commit/ab6473efa2c498c972de0c3a1ae1bb74d4800d13))
691
+
692
+ ## [2.3.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.3.0...portal-layout@v2.3.1) (2024-08-02)
693
+
694
+
695
+ ### Bug Fixes
696
+
697
+ * add portal pro ([92b552a](https://github.com/stack-spot/portal-commons/commit/92b552aa94fe5e607cdaaf98c186bfb4a39caec6))
698
+
699
+ ## [2.3.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.2.0...portal-layout@v2.3.0) (2024-08-01)
700
+
701
+
702
+ ### Features
703
+
704
+ * add support for rating ([6c62a72](https://github.com/stack-spot/portal-commons/commit/6c62a72d1b67d928001d5d513a70e578c0467602))
705
+ * Dialog button placement on corners ([a9cd8a5](https://github.com/stack-spot/portal-commons/commit/a9cd8a5458c1ab26aa52f64892db80041241c048))
706
+
707
+
708
+ ### Bug Fixes
709
+
710
+ * Stop tour when clicking on close ([03200e9](https://github.com/stack-spot/portal-commons/commit/03200e90b550dfdeffd4d92f7fa2ac945075b670))
711
+
712
+ ## [2.2.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.1.1...portal-layout@v2.2.0) (2024-07-18)
713
+
714
+
715
+ ### Features
716
+
717
+ * cloud-portal in PortalSwitcher ([5f03941](https://github.com/stack-spot/portal-commons/commit/5f039419518175360e32255c8ff8ed9935ff2aad))
718
+
719
+ ## [2.1.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.1.0...portal-layout@v2.1.1) (2024-07-17)
720
+
721
+
722
+ ### Bug Fixes
723
+
724
+ * notification bugs ([53f1199](https://github.com/stack-spot/portal-commons/commit/53f1199e8ed058a536888c5a242e600bd1728f86))
725
+ * notification bugs ([53f1199](https://github.com/stack-spot/portal-commons/commit/53f1199e8ed058a536888c5a242e600bd1728f86))
726
+
727
+ ## [2.1.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@2.0.1...portal-layout@v2.1.0) (2024-07-16)
728
+
729
+
730
+ ### Features
731
+
732
+ * notification center ([50665a7](https://github.com/stack-spot/portal-commons/commit/50665a701f2d71fff414ba4952a0fd7e8f053b53))
733
+ * notification center ([50665a7](https://github.com/stack-spot/portal-commons/commit/50665a701f2d71fff414ba4952a0fd7e8f053b53))
734
+
735
+ ## [2.0.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.0.0...portal-layout@v2.0.1) (2024-07-04)
736
+
737
+
738
+ ### Bug Fixes
739
+
740
+ * default BG color on layout ([8c7d525](https://github.com/stack-spot/portal-commons/commit/8c7d5253d8c7da7318e75d08868e1f90b45a05c2))
741
+
742
+ ## [2.0.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v1.1.2...portal-layout@v2.0.0) (2024-06-28)
743
+
744
+
745
+ ### ⚠ BREAKING CHANGES
746
+
747
+ * **portal-components:** removed Tour related componets
748
+ * **portal-layout:** Adds a new reworked Tour structure compatible with module federation
749
+ * new Tour strategy
750
+
751
+ ### Features
752
+
753
+ * new Tour strategy ([d6daf23](https://github.com/stack-spot/portal-commons/commit/d6daf238f9956e2c913a36773db9b34080fd17a5))
754
+ * **portal-components:** removed Tour related componets ([d6daf23](https://github.com/stack-spot/portal-commons/commit/d6daf238f9956e2c913a36773db9b34080fd17a5))
755
+ * **portal-layout:** Adds a new reworked Tour structure compatible with module federation ([d6daf23](https://github.com/stack-spot/portal-commons/commit/d6daf238f9956e2c913a36773db9b34080fd17a5))
756
+
757
+ ## [1.1.2](https://github.com/stack-spot/portal-commons/compare/portal-layout@v1.1.1...portal-layout@v1.1.2) (2024-06-26)
758
+
759
+
760
+ ### Bug Fixes
761
+
762
+ * accessibility adjustments in layout ([4ed784a](https://github.com/stack-spot/portal-commons/commit/4ed784a26edf3cb8369b3fd5b988570cf2873b3b))
763
+
764
+ ## [1.1.1](https://github.com/stack-spot/portal-commons/compare/portal-components@v1.3.0...portal-components@v1.3.1) (2024-06-20)
765
+
766
+ ### Bug Fixes
767
+
768
+ * Menu section hidden fields ([0af2481](https://github.com/stack-spot/portal-commons/commit/0af2481339c5785857baa89e93faea312ddb363b))
769
+
770
+ ## [1.1.0](https://github.com/stack-spot/portal-commons/compare/portal-layout-v1.0.2...portal-layout@v1.1.0) (2024-06-05)
771
+
772
+
773
+ ### Features
774
+
775
+ * Add singleton for handling user menu outside of the component ([6720095](https://github.com/stack-spot/portal-commons/commit/67200959d763eaa6f73fc2eb40b84949dd1194eb))
776
+ * improved accessbility on portal switch ([bcb01c3](https://github.com/stack-spot/portal-commons/commit/bcb01c3b0e68b51bbc63a062b340cc051d08173e))
777
+ * update component and layout ([0d72e00](https://github.com/stack-spot/portal-commons/commit/0d72e00968cf3b3cbb196dec66eedc42c75aacbf))
778
+ * update components and layout ([b82260f](https://github.com/stack-spot/portal-commons/commit/b82260f701d7f0115d9fcda8fec4e310cbc42998))
779
+ * update components and layout ([c1ba398](https://github.com/stack-spot/portal-commons/commit/c1ba398fdfc51aac0b0d8b1b7d5258c6ae857e51))