@burdenoff/fe-libs 2026.528.10 → 2026.529.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1000) hide show
  1. package/dist/button/Button.d.ts +14 -0
  2. package/dist/button/Button.d.ts.map +1 -0
  3. package/dist/button/index.d.ts +3 -0
  4. package/dist/button/index.d.ts.map +1 -0
  5. package/dist/button.d.ts +2 -0
  6. package/dist/chrome/AccountSwitcher.d.ts +51 -0
  7. package/dist/chrome/AccountSwitcher.d.ts.map +1 -0
  8. package/dist/chrome/AppShellLayout.d.ts +73 -0
  9. package/dist/chrome/AppShellLayout.d.ts.map +1 -0
  10. package/dist/chrome/AutoBreadcrumbs.d.ts +22 -0
  11. package/dist/chrome/AutoBreadcrumbs.d.ts.map +1 -0
  12. package/dist/chrome/Breadcrumb.d.ts +47 -0
  13. package/dist/chrome/Breadcrumb.d.ts.map +1 -0
  14. package/dist/chrome/Breadcrumbs.d.ts +18 -0
  15. package/dist/chrome/Breadcrumbs.d.ts.map +1 -0
  16. package/dist/chrome/CommandPalette.d.ts +64 -0
  17. package/dist/chrome/CommandPalette.d.ts.map +1 -0
  18. package/dist/chrome/ContextSwitcher.d.ts +18 -0
  19. package/dist/chrome/ContextSwitcher.d.ts.map +1 -0
  20. package/dist/chrome/DynamicFooter.d.ts +21 -0
  21. package/dist/chrome/DynamicFooter.d.ts.map +1 -0
  22. package/dist/chrome/Footer.d.ts +128 -0
  23. package/dist/chrome/Footer.d.ts.map +1 -0
  24. package/dist/chrome/FooterBar.d.ts +79 -0
  25. package/dist/chrome/FooterBar.d.ts.map +1 -0
  26. package/dist/chrome/GeographySwitcher.d.ts +22 -0
  27. package/dist/chrome/GeographySwitcher.d.ts.map +1 -0
  28. package/dist/chrome/GlobalSearch.d.ts +49 -0
  29. package/dist/chrome/GlobalSearch.d.ts.map +1 -0
  30. package/dist/chrome/HeaderBar.d.ts +108 -0
  31. package/dist/chrome/HeaderBar.d.ts.map +1 -0
  32. package/dist/chrome/LanguagePickerSheet.d.ts +22 -0
  33. package/dist/chrome/LanguagePickerSheet.d.ts.map +1 -0
  34. package/dist/chrome/LanguageSwitcher.d.ts +23 -0
  35. package/dist/chrome/LanguageSwitcher.d.ts.map +1 -0
  36. package/dist/chrome/NavLink.d.ts +64 -0
  37. package/dist/chrome/NavLink.d.ts.map +1 -0
  38. package/dist/chrome/NotificationCenter.d.ts +16 -0
  39. package/dist/chrome/NotificationCenter.d.ts.map +1 -0
  40. package/dist/chrome/PageHeader.d.ts +17 -0
  41. package/dist/chrome/PageHeader.d.ts.map +1 -0
  42. package/dist/chrome/PanelContainer.d.ts +8 -0
  43. package/dist/chrome/PanelContainer.d.ts.map +1 -0
  44. package/dist/chrome/PanelTabs.d.ts +19 -0
  45. package/dist/chrome/PanelTabs.d.ts.map +1 -0
  46. package/dist/chrome/PluginContextMenuTarget.d.ts +8 -0
  47. package/dist/chrome/PluginContextMenuTarget.d.ts.map +1 -0
  48. package/dist/chrome/PluginFooterStrip.d.ts +3 -0
  49. package/dist/chrome/PluginFooterStrip.d.ts.map +1 -0
  50. package/dist/chrome/PluginRoutes.d.ts +9 -0
  51. package/dist/chrome/PluginRoutes.d.ts.map +1 -0
  52. package/dist/chrome/PluginSettingsPage.d.ts +3 -0
  53. package/dist/chrome/PluginSettingsPage.d.ts.map +1 -0
  54. package/dist/chrome/PluginToolbar.d.ts +9 -0
  55. package/dist/chrome/PluginToolbar.d.ts.map +1 -0
  56. package/dist/chrome/PluginWidgetGrid.d.ts +7 -0
  57. package/dist/chrome/PluginWidgetGrid.d.ts.map +1 -0
  58. package/dist/chrome/ProductPickerSheet.d.ts +24 -0
  59. package/dist/chrome/ProductPickerSheet.d.ts.map +1 -0
  60. package/dist/chrome/ProductSideNav.d.ts +22 -0
  61. package/dist/chrome/ProductSideNav.d.ts.map +1 -0
  62. package/dist/chrome/ProductSwitcher.d.ts +31 -0
  63. package/dist/chrome/ProductSwitcher.d.ts.map +1 -0
  64. package/dist/chrome/ProfileSwitcher.d.ts +49 -0
  65. package/dist/chrome/ProfileSwitcher.d.ts.map +1 -0
  66. package/dist/chrome/ShortcutHelpDialog.d.ts +33 -0
  67. package/dist/chrome/ShortcutHelpDialog.d.ts.map +1 -0
  68. package/dist/chrome/SideNavigation.d.ts +41 -0
  69. package/dist/chrome/SideNavigation.d.ts.map +1 -0
  70. package/dist/chrome/Sidebar.d.ts +108 -0
  71. package/dist/chrome/Sidebar.d.ts.map +1 -0
  72. package/dist/chrome/StatusBar.d.ts +3 -0
  73. package/dist/chrome/StatusBar.d.ts.map +1 -0
  74. package/dist/chrome/Tabs.d.ts +74 -0
  75. package/dist/chrome/Tabs.d.ts.map +1 -0
  76. package/dist/chrome/contextSwitcher/EmptyState.d.ts +6 -0
  77. package/dist/chrome/contextSwitcher/EmptyState.d.ts.map +1 -0
  78. package/dist/chrome/contextSwitcher/OrganizationList.d.ts +12 -0
  79. package/dist/chrome/contextSwitcher/OrganizationList.d.ts.map +1 -0
  80. package/dist/chrome/contextSwitcher/ProjectList.d.ts +12 -0
  81. package/dist/chrome/contextSwitcher/ProjectList.d.ts.map +1 -0
  82. package/dist/chrome/contextSwitcher/SearchInput.d.ts +8 -0
  83. package/dist/chrome/contextSwitcher/SearchInput.d.ts.map +1 -0
  84. package/dist/chrome/contextSwitcher/TabButton.d.ts +7 -0
  85. package/dist/chrome/contextSwitcher/TabButton.d.ts.map +1 -0
  86. package/dist/chrome/contextSwitcher/TriggerButton.d.ts +11 -0
  87. package/dist/chrome/contextSwitcher/TriggerButton.d.ts.map +1 -0
  88. package/dist/chrome/contextSwitcher/WorkspaceList.d.ts +12 -0
  89. package/dist/chrome/contextSwitcher/WorkspaceList.d.ts.map +1 -0
  90. package/dist/chrome/contextSwitcher/icons.d.ts +17 -0
  91. package/dist/chrome/contextSwitcher/icons.d.ts.map +1 -0
  92. package/dist/chrome/contextSwitcher/types.d.ts +19 -0
  93. package/dist/chrome/contextSwitcher/types.d.ts.map +1 -0
  94. package/dist/chrome/contextSwitcher/useIsMobile.d.ts +2 -0
  95. package/dist/chrome/contextSwitcher/useIsMobile.d.ts.map +1 -0
  96. package/dist/chrome/globalSearch/AdvancedFiltersPanel.d.ts +7 -0
  97. package/dist/chrome/globalSearch/AdvancedFiltersPanel.d.ts.map +1 -0
  98. package/dist/chrome/globalSearch/CategoryTabs.d.ts +9 -0
  99. package/dist/chrome/globalSearch/CategoryTabs.d.ts.map +1 -0
  100. package/dist/chrome/globalSearch/ResultsList.d.ts +14 -0
  101. package/dist/chrome/globalSearch/ResultsList.d.ts.map +1 -0
  102. package/dist/chrome/globalSearch/SearchInput.d.ts +9 -0
  103. package/dist/chrome/globalSearch/SearchInput.d.ts.map +1 -0
  104. package/dist/chrome/globalSearch/SearchModeBar.d.ts +10 -0
  105. package/dist/chrome/globalSearch/SearchModeBar.d.ts.map +1 -0
  106. package/dist/chrome/globalSearch/useAdvancedFilters.d.ts +39 -0
  107. package/dist/chrome/globalSearch/useAdvancedFilters.d.ts.map +1 -0
  108. package/dist/chrome/globalSearch/utils.d.ts +6 -0
  109. package/dist/chrome/globalSearch/utils.d.ts.map +1 -0
  110. package/dist/chrome/index.d.ts +110 -0
  111. package/dist/chrome/index.d.ts.map +1 -0
  112. package/dist/chrome/notificationCenter/BellButton.d.ts +9 -0
  113. package/dist/chrome/notificationCenter/BellButton.d.ts.map +1 -0
  114. package/dist/chrome/notificationCenter/NotificationCardItem.d.ts +11 -0
  115. package/dist/chrome/notificationCenter/NotificationCardItem.d.ts.map +1 -0
  116. package/dist/chrome/notificationCenter/NotificationFilters.d.ts +16 -0
  117. package/dist/chrome/notificationCenter/NotificationFilters.d.ts.map +1 -0
  118. package/dist/chrome/notificationCenter/NotificationFooter.d.ts +8 -0
  119. package/dist/chrome/notificationCenter/NotificationFooter.d.ts.map +1 -0
  120. package/dist/chrome/notificationCenter/NotificationHeader.d.ts +10 -0
  121. package/dist/chrome/notificationCenter/NotificationHeader.d.ts.map +1 -0
  122. package/dist/chrome/notificationCenter/NotificationList.d.ts +17 -0
  123. package/dist/chrome/notificationCenter/NotificationList.d.ts.map +1 -0
  124. package/dist/chrome/notificationCenter/NotificationPanel.d.ts +9 -0
  125. package/dist/chrome/notificationCenter/NotificationPanel.d.ts.map +1 -0
  126. package/dist/chrome/notificationCenter/SkeletonCard.d.ts +3 -0
  127. package/dist/chrome/notificationCenter/SkeletonCard.d.ts.map +1 -0
  128. package/dist/chrome/notificationCenter/constants.d.ts +22 -0
  129. package/dist/chrome/notificationCenter/constants.d.ts.map +1 -0
  130. package/dist/chrome/notificationCenter/gql.d.ts +15 -0
  131. package/dist/chrome/notificationCenter/gql.d.ts.map +1 -0
  132. package/dist/chrome/notificationCenter/types.d.ts +31 -0
  133. package/dist/chrome/notificationCenter/types.d.ts.map +1 -0
  134. package/dist/chrome/notificationCenter/useNotificationCenter.d.ts +24 -0
  135. package/dist/chrome/notificationCenter/useNotificationCenter.d.ts.map +1 -0
  136. package/dist/chrome/notificationCenter/usePanelChrome.d.ts +7 -0
  137. package/dist/chrome/notificationCenter/usePanelChrome.d.ts.map +1 -0
  138. package/dist/chrome/sideNavigation/CollapseToggle.d.ts +9 -0
  139. package/dist/chrome/sideNavigation/CollapseToggle.d.ts.map +1 -0
  140. package/dist/chrome/sideNavigation/MobileActionsBar.d.ts +10 -0
  141. package/dist/chrome/sideNavigation/MobileActionsBar.d.ts.map +1 -0
  142. package/dist/chrome/sideNavigation/NavItemRenderer.d.ts +16 -0
  143. package/dist/chrome/sideNavigation/NavItemRenderer.d.ts.map +1 -0
  144. package/dist/chrome/sideNavigation/SidebarHeader.d.ts +10 -0
  145. package/dist/chrome/sideNavigation/SidebarHeader.d.ts.map +1 -0
  146. package/dist/chrome/sideNavigation/helpers.d.ts +6 -0
  147. package/dist/chrome/sideNavigation/helpers.d.ts.map +1 -0
  148. package/dist/chrome/sideNavigation/types.d.ts +33 -0
  149. package/dist/chrome/sideNavigation/types.d.ts.map +1 -0
  150. package/dist/chrome/sideNavigation/useSideNavigationState.d.ts +15 -0
  151. package/dist/chrome/sideNavigation/useSideNavigationState.d.ts.map +1 -0
  152. package/dist/chrome.d.ts +2 -0
  153. package/dist/config/eslint.config.d.ts +12 -0
  154. package/dist/config/eslint.config.d.ts.map +1 -0
  155. package/dist/config/index.d.ts +19 -0
  156. package/dist/config/index.d.ts.map +1 -0
  157. package/dist/config/prettier.config.d.ts +7 -0
  158. package/dist/config/prettier.config.d.ts.map +1 -0
  159. package/dist/form/Checkbox.d.ts +65 -0
  160. package/dist/form/Checkbox.d.ts.map +1 -0
  161. package/dist/form/Form.d.ts +114 -0
  162. package/dist/form/Form.d.ts.map +1 -0
  163. package/dist/form/FormDescription.d.ts +35 -0
  164. package/dist/form/FormDescription.d.ts.map +1 -0
  165. package/dist/form/FormField.d.ts +100 -0
  166. package/dist/form/FormField.d.ts.map +1 -0
  167. package/dist/form/FormLabel.d.ts +45 -0
  168. package/dist/form/FormLabel.d.ts.map +1 -0
  169. package/dist/form/FormMessage.d.ts +37 -0
  170. package/dist/form/FormMessage.d.ts.map +1 -0
  171. package/dist/form/FormSection.d.ts +18 -0
  172. package/dist/form/FormSection.d.ts.map +1 -0
  173. package/dist/form/Input.d.ts +45 -0
  174. package/dist/form/Input.d.ts.map +1 -0
  175. package/dist/form/Radio.d.ts +109 -0
  176. package/dist/form/Radio.d.ts.map +1 -0
  177. package/dist/form/Select.d.ts +136 -0
  178. package/dist/form/Select.d.ts.map +1 -0
  179. package/dist/form/Textarea.d.ts +52 -0
  180. package/dist/form/Textarea.d.ts.map +1 -0
  181. package/dist/form/index.d.ts +26 -0
  182. package/dist/form/index.d.ts.map +1 -0
  183. package/dist/form.d.ts +2 -0
  184. package/dist/index.d.ts +2 -0
  185. package/dist/index.d.ts.map +1 -0
  186. package/dist/lib/utils.d.ts +3 -0
  187. package/dist/lib/utils.d.ts.map +1 -0
  188. package/dist/node_modules/{.bun/@ungap_structured-clone@1.3.0/node_modules/@ungap → @ungap}/structured-clone/esm/deserialize.js +1 -1
  189. package/dist/node_modules/{.bun/@ungap_structured-clone@1.3.0/node_modules/@ungap → @ungap}/structured-clone/esm/index.js +1 -1
  190. package/dist/node_modules/{.bun/@ungap_structured-clone@1.3.0/node_modules/@ungap → @ungap}/structured-clone/esm/serialize.js +1 -1
  191. package/dist/node_modules/{.bun/bail@2.0.2/node_modules/bail → bail}/index.js +1 -1
  192. package/dist/node_modules/{.bun/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens → comma-separated-tokens}/index.js +1 -1
  193. package/dist/node_modules/{.bun/decode-named-character-reference@1.3.0/node_modules/decode-named-character-reference → decode-named-character-reference}/index.dom.js +1 -1
  194. package/dist/node_modules/{.bun/devlop@1.1.0/node_modules/devlop → devlop}/lib/default.js +1 -1
  195. package/dist/node_modules/{.bun/estree-util-is-identifier-name@3.0.0/node_modules/estree-util-is-identifier-name → estree-util-is-identifier-name}/lib/index.js +1 -1
  196. package/dist/node_modules/{.bun/extend@3.0.2/node_modules/extend → extend}/index.js +2 -2
  197. package/dist/node_modules/{.bun/hast-util-to-jsx-runtime@2.3.6/node_modules/hast-util-to-jsx-runtime → hast-util-to-jsx-runtime}/lib/index.js +13 -13
  198. package/dist/node_modules/{.bun/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace → hast-util-whitespace}/lib/index.js +1 -1
  199. package/dist/node_modules/{.bun/html-url-attributes@3.0.1/node_modules/html-url-attributes → html-url-attributes}/lib/index.js +1 -1
  200. package/dist/node_modules/{.bun/inline-style-parser@0.2.7/node_modules/inline-style-parser → inline-style-parser}/cjs/index.js +2 -2
  201. package/dist/node_modules/{.bun/is-plain-obj@4.1.0/node_modules/is-plain-obj → is-plain-obj}/index.js +1 -1
  202. package/dist/node_modules/{.bun/mdast-util-from-markdown@2.0.3/node_modules/mdast-util-from-markdown → mdast-util-from-markdown}/lib/index.js +10 -10
  203. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/footer.js +3 -3
  204. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/handlers/blockquote.js +1 -1
  205. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/handlers/break.js +1 -1
  206. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/handlers/code.js +1 -1
  207. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/handlers/delete.js +1 -1
  208. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/handlers/emphasis.js +1 -1
  209. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/handlers/footnote-reference.js +2 -2
  210. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/handlers/heading.js +1 -1
  211. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/handlers/html.js +1 -1
  212. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/handlers/image-reference.js +2 -2
  213. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/handlers/image.js +2 -2
  214. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/handlers/index.js +1 -1
  215. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/handlers/inline-code.js +1 -1
  216. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/handlers/link-reference.js +2 -2
  217. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/handlers/link.js +2 -2
  218. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/handlers/list-item.js +1 -1
  219. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/handlers/list.js +1 -1
  220. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/handlers/paragraph.js +1 -1
  221. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/handlers/root.js +1 -1
  222. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/handlers/strong.js +1 -1
  223. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/handlers/table-cell.js +1 -1
  224. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/handlers/table-row.js +1 -1
  225. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/handlers/table.js +2 -2
  226. package/dist/node_modules/mdast-util-to-hast/lib/handlers/text.js +11 -0
  227. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/handlers/thematic-break.js +1 -1
  228. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/index.js +2 -2
  229. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/revert.js +1 -1
  230. package/dist/node_modules/{.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast → mdast-util-to-hast}/lib/state.js +4 -4
  231. package/dist/node_modules/{.bun/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string → mdast-util-to-string}/lib/index.js +1 -1
  232. package/dist/node_modules/micromark/lib/constructs.js +80 -0
  233. package/dist/node_modules/{.bun/micromark@4.0.2/node_modules/micromark → micromark}/lib/create-tokenizer.js +4 -4
  234. package/dist/node_modules/{.bun/micromark@4.0.2/node_modules/micromark → micromark}/lib/initialize/content.js +3 -3
  235. package/dist/node_modules/{.bun/micromark@4.0.2/node_modules/micromark → micromark}/lib/initialize/document.js +4 -4
  236. package/dist/node_modules/{.bun/micromark@4.0.2/node_modules/micromark → micromark}/lib/initialize/flow.js +4 -4
  237. package/dist/node_modules/{.bun/micromark@4.0.2/node_modules/micromark → micromark}/lib/initialize/text.js +1 -1
  238. package/dist/node_modules/{.bun/micromark@4.0.2/node_modules/micromark → micromark}/lib/parse.js +2 -2
  239. package/dist/node_modules/micromark/lib/postprocess.js +8 -0
  240. package/dist/node_modules/{.bun/micromark@4.0.2/node_modules/micromark → micromark}/lib/preprocess.js +1 -1
  241. package/dist/node_modules/{.bun/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark → micromark-core-commonmark}/lib/attention.js +4 -4
  242. package/dist/node_modules/{.bun/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark → micromark-core-commonmark}/lib/autolink.js +2 -2
  243. package/dist/node_modules/micromark-core-commonmark/lib/blank-line.js +18 -0
  244. package/dist/node_modules/{.bun/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark → micromark-core-commonmark}/lib/block-quote.js +3 -3
  245. package/dist/node_modules/{.bun/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark → micromark-core-commonmark}/lib/character-escape.js +2 -2
  246. package/dist/node_modules/{.bun/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark → micromark-core-commonmark}/lib/character-reference.js +3 -3
  247. package/dist/node_modules/{.bun/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark → micromark-core-commonmark}/lib/code-fenced.js +3 -3
  248. package/dist/node_modules/{.bun/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark → micromark-core-commonmark}/lib/code-indented.js +3 -3
  249. package/dist/node_modules/{.bun/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark → micromark-core-commonmark}/lib/code-text.js +2 -2
  250. package/dist/node_modules/{.bun/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark → micromark-core-commonmark}/lib/content.js +4 -4
  251. package/dist/node_modules/{.bun/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark → micromark-core-commonmark}/lib/definition.js +8 -8
  252. package/dist/node_modules/{.bun/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark → micromark-core-commonmark}/lib/hard-break-escape.js +2 -2
  253. package/dist/node_modules/{.bun/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark → micromark-core-commonmark}/lib/heading-atx.js +4 -4
  254. package/dist/node_modules/{.bun/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark → micromark-core-commonmark}/lib/html-flow.js +3 -3
  255. package/dist/node_modules/{.bun/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark → micromark-core-commonmark}/lib/html-text.js +3 -3
  256. package/dist/node_modules/{.bun/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark → micromark-core-commonmark}/lib/label-end.js +9 -9
  257. package/dist/node_modules/{.bun/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark → micromark-core-commonmark}/lib/label-start-image.js +1 -1
  258. package/dist/node_modules/{.bun/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark → micromark-core-commonmark}/lib/label-start-link.js +1 -1
  259. package/dist/node_modules/micromark-core-commonmark/lib/line-ending.js +14 -0
  260. package/dist/node_modules/{.bun/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark → micromark-core-commonmark}/lib/list.js +3 -3
  261. package/dist/node_modules/{.bun/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark → micromark-core-commonmark}/lib/setext-underline.js +3 -3
  262. package/dist/node_modules/{.bun/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark → micromark-core-commonmark}/lib/thematic-break.js +3 -3
  263. package/dist/node_modules/{.bun/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination → micromark-factory-destination}/index.js +2 -2
  264. package/dist/node_modules/{.bun/micromark-factory-label@2.0.1/node_modules/micromark-factory-label → micromark-factory-label}/index.js +2 -2
  265. package/dist/node_modules/{.bun/micromark-factory-space@2.0.1/node_modules/micromark-factory-space → micromark-factory-space}/index.js +2 -2
  266. package/dist/node_modules/{.bun/micromark-factory-title@2.0.1/node_modules/micromark-factory-title → micromark-factory-title}/index.js +3 -3
  267. package/dist/node_modules/micromark-factory-whitespace/index.js +12 -0
  268. package/dist/node_modules/{.bun/micromark-util-character@2.1.1/node_modules/micromark-util-character → micromark-util-character}/index.js +1 -1
  269. package/dist/node_modules/{.bun/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked → micromark-util-chunked}/index.js +1 -1
  270. package/dist/node_modules/micromark-util-classify-character/index.js +8 -0
  271. package/dist/node_modules/{.bun/micromark-util-combine-extensions@2.0.1/node_modules/micromark-util-combine-extensions → micromark-util-combine-extensions}/index.js +2 -2
  272. package/dist/node_modules/{.bun/micromark-util-decode-numeric-character-reference@2.0.2/node_modules/micromark-util-decode-numeric-character-reference → micromark-util-decode-numeric-character-reference}/index.js +1 -1
  273. package/dist/node_modules/micromark-util-decode-string/index.js +17 -0
  274. package/dist/node_modules/{.bun/micromark-util-html-tag-name@2.0.1/node_modules/micromark-util-html-tag-name → micromark-util-html-tag-name}/index.js +1 -1
  275. package/dist/node_modules/{.bun/micromark-util-normalize-identifier@2.0.1/node_modules/micromark-util-normalize-identifier → micromark-util-normalize-identifier}/index.js +1 -1
  276. package/dist/node_modules/{.bun/micromark-util-resolve-all@2.0.1/node_modules/micromark-util-resolve-all → micromark-util-resolve-all}/index.js +1 -1
  277. package/dist/node_modules/{.bun/micromark-util-sanitize-uri@2.0.1/node_modules/micromark-util-sanitize-uri → micromark-util-sanitize-uri}/index.js +2 -2
  278. package/dist/node_modules/{.bun/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize → micromark-util-subtokenize}/index.js +2 -2
  279. package/dist/node_modules/{.bun/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize → micromark-util-subtokenize}/lib/splice-buffer.js +1 -1
  280. package/dist/node_modules/{.bun/property-information@7.1.0/node_modules/property-information → property-information}/index.js +1 -1
  281. package/dist/node_modules/{.bun/property-information@7.1.0/node_modules/property-information → property-information}/lib/aria.js +1 -1
  282. package/dist/node_modules/{.bun/property-information@7.1.0/node_modules/property-information → property-information}/lib/find.js +1 -1
  283. package/dist/node_modules/{.bun/property-information@7.1.0/node_modules/property-information → property-information}/lib/hast-to-react.js +1 -1
  284. package/dist/node_modules/{.bun/property-information@7.1.0/node_modules/property-information → property-information}/lib/html.js +1 -1
  285. package/dist/node_modules/property-information/lib/normalize.js +6 -0
  286. package/dist/node_modules/{.bun/property-information@7.1.0/node_modules/property-information → property-information}/lib/svg.js +1 -1
  287. package/dist/node_modules/{.bun/property-information@7.1.0/node_modules/property-information → property-information}/lib/util/case-insensitive-transform.js +1 -1
  288. package/dist/node_modules/property-information/lib/util/case-sensitive-transform.js +6 -0
  289. package/dist/node_modules/{.bun/property-information@7.1.0/node_modules/property-information → property-information}/lib/util/create.js +1 -1
  290. package/dist/node_modules/{.bun/property-information@7.1.0/node_modules/property-information → property-information}/lib/util/defined-info.js +1 -1
  291. package/dist/node_modules/{.bun/property-information@7.1.0/node_modules/property-information → property-information}/lib/util/info.js +1 -1
  292. package/dist/node_modules/{.bun/property-information@7.1.0/node_modules/property-information → property-information}/lib/util/merge.js +1 -1
  293. package/dist/node_modules/{.bun/property-information@7.1.0/node_modules/property-information → property-information}/lib/util/schema.js +1 -1
  294. package/dist/node_modules/{.bun/property-information@7.1.0/node_modules/property-information → property-information}/lib/util/types.js +2 -2
  295. package/dist/node_modules/{.bun/property-information@7.1.0/node_modules/property-information → property-information}/lib/xlink.js +1 -1
  296. package/dist/node_modules/{.bun/property-information@7.1.0/node_modules/property-information → property-information}/lib/xml.js +1 -1
  297. package/dist/node_modules/{.bun/property-information@7.1.0/node_modules/property-information → property-information}/lib/xmlns.js +1 -1
  298. package/dist/node_modules/{.bun/react-error-boundary@6.1.1_3f10a4be4e334a9b/node_modules/react-error-boundary → react-error-boundary}/dist/react-error-boundary.js +1 -1
  299. package/dist/node_modules/{.bun/react-markdown@10.1.0_b2e33729a97476bf/node_modules/react-markdown → react-markdown}/lib/index.js +9 -9
  300. package/dist/node_modules/{.bun/remark-parse@11.0.0/node_modules/remark-parse → remark-parse}/lib/index.js +2 -2
  301. package/dist/node_modules/{.bun/remark-rehype@11.1.2/node_modules/remark-rehype → remark-rehype}/lib/index.js +2 -2
  302. package/dist/node_modules/space-separated-tokens/index.js +6 -0
  303. package/dist/node_modules/{.bun/style-to-js@1.1.21/node_modules/style-to-js → style-to-js}/cjs/index.js +3 -3
  304. package/dist/node_modules/{.bun/style-to-js@1.1.21/node_modules/style-to-js → style-to-js}/cjs/utilities.js +2 -2
  305. package/dist/node_modules/{.bun/style-to-object@1.0.14/node_modules/style-to-object → style-to-object}/cjs/index.js +3 -3
  306. package/dist/node_modules/{.bun/trim-lines@3.0.1/node_modules/trim-lines → trim-lines}/index.js +1 -1
  307. package/dist/node_modules/{.bun/trough@2.2.0/node_modules/trough → trough}/lib/index.js +1 -1
  308. package/dist/node_modules/{.bun/unified@11.0.5/node_modules/unified → unified}/lib/callable-instance.js +1 -1
  309. package/dist/node_modules/{.bun/unified@11.0.5/node_modules/unified → unified}/lib/index.js +8 -8
  310. package/dist/node_modules/{.bun/unist-util-is@6.0.1/node_modules/unist-util-is → unist-util-is}/lib/index.js +1 -1
  311. package/dist/node_modules/{.bun/unist-util-position@5.0.0/node_modules/unist-util-position → unist-util-position}/lib/index.js +1 -1
  312. package/dist/node_modules/{.bun/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position → unist-util-stringify-position}/lib/index.js +1 -1
  313. package/dist/node_modules/{.bun/unist-util-visit@5.1.0/node_modules/unist-util-visit → unist-util-visit}/lib/index.js +2 -2
  314. package/dist/node_modules/unist-util-visit-parents/lib/color.js +6 -0
  315. package/dist/node_modules/{.bun/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents → unist-util-visit-parents}/lib/index.js +2 -2
  316. package/dist/node_modules/{.bun/vfile@6.0.3/node_modules/vfile → vfile}/lib/index.js +2 -2
  317. package/dist/node_modules/{.bun/vfile@6.0.3/node_modules/vfile → vfile}/lib/minpath.browser.js +1 -1
  318. package/dist/node_modules/{.bun/vfile@6.0.3/node_modules/vfile → vfile}/lib/minproc.browser.js +1 -1
  319. package/dist/node_modules/{.bun/vfile@6.0.3/node_modules/vfile → vfile}/lib/minurl.browser.js +1 -1
  320. package/dist/node_modules/{.bun/vfile@6.0.3/node_modules/vfile → vfile}/lib/minurl.shared.js +1 -1
  321. package/dist/node_modules/{.bun/vfile-message@4.0.3/node_modules/vfile-message → vfile-message}/lib/index.js +2 -2
  322. package/dist/node_modules/{.bun/web-vitals@4.2.4/node_modules/web-vitals → web-vitals}/dist/web-vitals.js +1 -1
  323. package/dist/shared/actors/ActorIdentity.d.ts +20 -0
  324. package/dist/shared/actors/ActorIdentity.d.ts.map +1 -0
  325. package/dist/shared/actors/index.d.ts +3 -0
  326. package/dist/shared/actors/index.d.ts.map +1 -0
  327. package/dist/shared/actors/useActorProfiles.d.ts +42 -0
  328. package/dist/shared/actors/useActorProfiles.d.ts.map +1 -0
  329. package/dist/shared/components/AccessDenied.d.ts +117 -0
  330. package/dist/shared/components/AccessDenied.d.ts.map +1 -0
  331. package/dist/shared/components/AppErrorBoundary.d.ts +19 -0
  332. package/dist/shared/components/AppErrorBoundary.d.ts.map +1 -0
  333. package/dist/shared/components/ConditionalShell.d.ts +17 -0
  334. package/dist/shared/components/ConditionalShell.d.ts.map +1 -0
  335. package/dist/shared/components/ContextConversationWidget.d.ts +6 -0
  336. package/dist/shared/components/ContextConversationWidget.d.ts.map +1 -0
  337. package/dist/shared/components/ErrorBoundary.d.ts +19 -0
  338. package/dist/shared/components/ErrorBoundary.d.ts.map +1 -0
  339. package/dist/shared/components/ErrorFallback.d.ts +3 -0
  340. package/dist/shared/components/ErrorFallback.d.ts.map +1 -0
  341. package/dist/shared/components/KeyboardHelpDialogWrapper.d.ts +7 -0
  342. package/dist/shared/components/KeyboardHelpDialogWrapper.d.ts.map +1 -0
  343. package/dist/shared/components/LegalPage.d.ts +19 -0
  344. package/dist/shared/components/LegalPage.d.ts.map +1 -0
  345. package/dist/shared/components/LoadingFallback.d.ts +31 -0
  346. package/dist/shared/components/LoadingFallback.d.ts.map +1 -0
  347. package/dist/shared/components/MicrofrontendErrorBoundary.d.ts +20 -0
  348. package/dist/shared/components/MicrofrontendErrorBoundary.d.ts.map +1 -0
  349. package/dist/shared/components/MicrofrontendErrorBoundary.js +1 -1
  350. package/dist/shared/components/PWAInstallBanner.d.ts +14 -0
  351. package/dist/shared/components/PWAInstallBanner.d.ts.map +1 -0
  352. package/dist/shared/components/PermissionGate.d.ts +202 -0
  353. package/dist/shared/components/PermissionGate.d.ts.map +1 -0
  354. package/dist/shared/components/ProductAccessGuard.d.ts +8 -0
  355. package/dist/shared/components/ProductAccessGuard.d.ts.map +1 -0
  356. package/dist/shared/components/QuotaMeter.d.ts +30 -0
  357. package/dist/shared/components/QuotaMeter.d.ts.map +1 -0
  358. package/dist/shared/components/RequireAuth.d.ts +76 -0
  359. package/dist/shared/components/RequireAuth.d.ts.map +1 -0
  360. package/dist/shared/components/SSORedirectGuard.d.ts +49 -0
  361. package/dist/shared/components/SSORedirectGuard.d.ts.map +1 -0
  362. package/dist/shared/components/SearchPage.d.ts +24 -0
  363. package/dist/shared/components/SearchPage.d.ts.map +1 -0
  364. package/dist/shared/components/UpgradeInlineBanner.d.ts +45 -0
  365. package/dist/shared/components/UpgradeInlineBanner.d.ts.map +1 -0
  366. package/dist/shared/components/UpgradePromptModal.d.ts +64 -0
  367. package/dist/shared/components/UpgradePromptModal.d.ts.map +1 -0
  368. package/dist/shared/components/contextConversationWidget/Composer.d.ts +19 -0
  369. package/dist/shared/components/contextConversationWidget/Composer.d.ts.map +1 -0
  370. package/dist/shared/components/contextConversationWidget/MessageItem.d.ts +20 -0
  371. package/dist/shared/components/contextConversationWidget/MessageItem.d.ts.map +1 -0
  372. package/dist/shared/components/contextConversationWidget/MessageList.d.ts +22 -0
  373. package/dist/shared/components/contextConversationWidget/MessageList.d.ts.map +1 -0
  374. package/dist/shared/components/contextConversationWidget/NoWorkspaceCard.d.ts +7 -0
  375. package/dist/shared/components/contextConversationWidget/NoWorkspaceCard.d.ts.map +1 -0
  376. package/dist/shared/components/contextConversationWidget/PendingAttachmentsBar.d.ts +8 -0
  377. package/dist/shared/components/contextConversationWidget/PendingAttachmentsBar.d.ts.map +1 -0
  378. package/dist/shared/components/contextConversationWidget/ReplyBanner.d.ts +9 -0
  379. package/dist/shared/components/contextConversationWidget/ReplyBanner.d.ts.map +1 -0
  380. package/dist/shared/components/contextConversationWidget/WidgetHeader.d.ts +19 -0
  381. package/dist/shared/components/contextConversationWidget/WidgetHeader.d.ts.map +1 -0
  382. package/dist/shared/components/contextConversationWidget/queries.d.ts +16 -0
  383. package/dist/shared/components/contextConversationWidget/queries.d.ts.map +1 -0
  384. package/dist/shared/components/contextConversationWidget/types.d.ts +113 -0
  385. package/dist/shared/components/contextConversationWidget/types.d.ts.map +1 -0
  386. package/dist/shared/components/contextConversationWidget/useAttachmentUpload.d.ts +16 -0
  387. package/dist/shared/components/contextConversationWidget/useAttachmentUpload.d.ts.map +1 -0
  388. package/dist/shared/components/contextConversationWidget/useConversationSubscriptions.d.ts +3 -0
  389. package/dist/shared/components/contextConversationWidget/useConversationSubscriptions.d.ts.map +1 -0
  390. package/dist/shared/components/contextConversationWidget/useMessageActions.d.ts +15 -0
  391. package/dist/shared/components/contextConversationWidget/useMessageActions.d.ts.map +1 -0
  392. package/dist/shared/components/contextConversationWidget/useSendMessage.d.ts +25 -0
  393. package/dist/shared/components/contextConversationWidget/useSendMessage.d.ts.map +1 -0
  394. package/dist/shared/components/contextConversationWidget/useWidgetMessages.d.ts +3 -0
  395. package/dist/shared/components/contextConversationWidget/useWidgetMessages.d.ts.map +1 -0
  396. package/dist/shared/components/contextConversationWidget/utils.d.ts +12 -0
  397. package/dist/shared/components/contextConversationWidget/utils.d.ts.map +1 -0
  398. package/dist/shared/components/index.d.ts +29 -0
  399. package/dist/shared/components/index.d.ts.map +1 -0
  400. package/dist/shared/components/searchPage/FiltersPanel.d.ts +17 -0
  401. package/dist/shared/components/searchPage/FiltersPanel.d.ts.map +1 -0
  402. package/dist/shared/components/searchPage/Pagination.d.ts +8 -0
  403. package/dist/shared/components/searchPage/Pagination.d.ts.map +1 -0
  404. package/dist/shared/components/searchPage/ResultsHeader.d.ts +8 -0
  405. package/dist/shared/components/searchPage/ResultsHeader.d.ts.map +1 -0
  406. package/dist/shared/components/searchPage/ResultsList.d.ts +13 -0
  407. package/dist/shared/components/searchPage/ResultsList.d.ts.map +1 -0
  408. package/dist/shared/components/searchPage/SearchInput.d.ts +9 -0
  409. package/dist/shared/components/searchPage/SearchInput.d.ts.map +1 -0
  410. package/dist/shared/components/searchPage/SearchToolbar.d.ts +13 -0
  411. package/dist/shared/components/searchPage/SearchToolbar.d.ts.map +1 -0
  412. package/dist/shared/components/searchPage/constants.d.ts +18 -0
  413. package/dist/shared/components/searchPage/constants.d.ts.map +1 -0
  414. package/dist/shared/config/authBridgeUrls.d.ts +27 -0
  415. package/dist/shared/config/authBridgeUrls.d.ts.map +1 -0
  416. package/dist/shared/config/eslint.config.d.ts +12 -0
  417. package/dist/shared/config/eslint.config.d.ts.map +1 -0
  418. package/dist/shared/config/gatewayUrls.d.ts +44 -0
  419. package/dist/shared/config/gatewayUrls.d.ts.map +1 -0
  420. package/dist/shared/config/index.d.ts +71 -0
  421. package/dist/shared/config/index.d.ts.map +1 -0
  422. package/dist/shared/config/prettier.config.d.ts +7 -0
  423. package/dist/shared/config/prettier.config.d.ts.map +1 -0
  424. package/dist/shared/config/products.d.ts +56 -0
  425. package/dist/shared/config/products.d.ts.map +1 -0
  426. package/dist/shared/config/shellRoutes.d.ts +52 -0
  427. package/dist/shared/config/shellRoutes.d.ts.map +1 -0
  428. package/dist/shared/events/index.d.ts +591 -0
  429. package/dist/shared/events/index.d.ts.map +1 -0
  430. package/dist/shared/events/metadata.d.ts +7 -0
  431. package/dist/shared/events/metadata.d.ts.map +1 -0
  432. package/dist/shared/events/sinks/BackendAuditSink.d.ts +18 -0
  433. package/dist/shared/events/sinks/BackendAuditSink.d.ts.map +1 -0
  434. package/dist/shared/events/sinks/BroadcastChannelSink.d.ts +10 -0
  435. package/dist/shared/events/sinks/BroadcastChannelSink.d.ts.map +1 -0
  436. package/dist/shared/events/sinks/DevtoolsSink.d.ts +10 -0
  437. package/dist/shared/events/sinks/DevtoolsSink.d.ts.map +1 -0
  438. package/dist/shared/events/sinks/OtelBrowserSink.d.ts +14 -0
  439. package/dist/shared/events/sinks/OtelBrowserSink.d.ts.map +1 -0
  440. package/dist/shared/events/sinks/RybbitSink.d.ts +19 -0
  441. package/dist/shared/events/sinks/RybbitSink.d.ts.map +1 -0
  442. package/dist/shared/events/sinks/index.d.ts +6 -0
  443. package/dist/shared/events/sinks/index.d.ts.map +1 -0
  444. package/dist/shared/feature-flags/FeatureFlagProvider.d.ts +47 -0
  445. package/dist/shared/feature-flags/FeatureFlagProvider.d.ts.map +1 -0
  446. package/dist/shared/feature-flags/FeatureGate.d.ts +27 -0
  447. package/dist/shared/feature-flags/FeatureGate.d.ts.map +1 -0
  448. package/dist/shared/feature-flags/index.d.ts +38 -0
  449. package/dist/shared/feature-flags/index.d.ts.map +1 -0
  450. package/dist/shared/feature-flags/types.d.ts +122 -0
  451. package/dist/shared/feature-flags/types.d.ts.map +1 -0
  452. package/dist/shared/feature-flags/useFeatureFlag.d.ts +41 -0
  453. package/dist/shared/feature-flags/useFeatureFlag.d.ts.map +1 -0
  454. package/dist/shared/geography/GeographyProvider.d.ts +40 -0
  455. package/dist/shared/geography/GeographyProvider.d.ts.map +1 -0
  456. package/dist/shared/geography/countries.d.ts +53 -0
  457. package/dist/shared/geography/countries.d.ts.map +1 -0
  458. package/dist/shared/geography/index.d.ts +5 -0
  459. package/dist/shared/geography/index.d.ts.map +1 -0
  460. package/dist/shared/graphql/GatewayContext.d.ts +55 -0
  461. package/dist/shared/graphql/GatewayContext.d.ts.map +1 -0
  462. package/dist/shared/graphql/client.d.ts +122 -0
  463. package/dist/shared/graphql/client.d.ts.map +1 -0
  464. package/dist/shared/graphql/client.js +83 -95
  465. package/dist/shared/graphql/fetch.d.ts +133 -0
  466. package/dist/shared/graphql/fetch.d.ts.map +1 -0
  467. package/dist/shared/graphql/fetch.js +107 -130
  468. package/dist/shared/graphql/index.d.ts +9 -0
  469. package/dist/shared/graphql/index.d.ts.map +1 -0
  470. package/dist/shared/graphql/links/sse-link.d.ts +48 -0
  471. package/dist/shared/graphql/links/sse-link.d.ts.map +1 -0
  472. package/dist/shared/graphql/security.d.ts +13 -0
  473. package/dist/shared/graphql/security.d.ts.map +1 -0
  474. package/dist/shared/graphql/workspaceToken.d.ts +13 -0
  475. package/dist/shared/graphql/workspaceToken.d.ts.map +1 -0
  476. package/dist/shared/help/HelpButton.d.ts +25 -0
  477. package/dist/shared/help/HelpButton.d.ts.map +1 -0
  478. package/dist/shared/help/HelpPanel.d.ts +10 -0
  479. package/dist/shared/help/HelpPanel.d.ts.map +1 -0
  480. package/dist/shared/help/HelpProvider.d.ts +40 -0
  481. package/dist/shared/help/HelpProvider.d.ts.map +1 -0
  482. package/dist/shared/help/index.d.ts +53 -0
  483. package/dist/shared/help/index.d.ts.map +1 -0
  484. package/dist/shared/help/types.d.ts +159 -0
  485. package/dist/shared/help/types.d.ts.map +1 -0
  486. package/dist/shared/hooks/index.d.ts +34 -0
  487. package/dist/shared/hooks/index.d.ts.map +1 -0
  488. package/dist/shared/hooks/shell/index.d.ts +22 -0
  489. package/dist/shared/hooks/shell/index.d.ts.map +1 -0
  490. package/dist/shared/hooks/shell/useBreadcrumbs.d.ts +50 -0
  491. package/dist/shared/hooks/shell/useBreadcrumbs.d.ts.map +1 -0
  492. package/dist/shared/hooks/shell/useFooterRegistry.d.ts +23 -0
  493. package/dist/shared/hooks/shell/useFooterRegistry.d.ts.map +1 -0
  494. package/dist/shared/hooks/shell/useGlobalSearch.d.ts +103 -0
  495. package/dist/shared/hooks/shell/useGlobalSearch.d.ts.map +1 -0
  496. package/dist/shared/hooks/shell/useLanguages.d.ts +43 -0
  497. package/dist/shared/hooks/shell/useLanguages.d.ts.map +1 -0
  498. package/dist/shared/hooks/shell/useNavRegistry.d.ts +25 -0
  499. package/dist/shared/hooks/shell/useNavRegistry.d.ts.map +1 -0
  500. package/dist/shared/hooks/shell/useProductAccess.d.ts +37 -0
  501. package/dist/shared/hooks/shell/useProductAccess.d.ts.map +1 -0
  502. package/dist/shared/hooks/shell/useProducts.d.ts +30 -0
  503. package/dist/shared/hooks/shell/useProducts.d.ts.map +1 -0
  504. package/dist/shared/hooks/useAsync.d.ts +151 -0
  505. package/dist/shared/hooks/useAsync.d.ts.map +1 -0
  506. package/dist/shared/hooks/useBreakpoint.d.ts +83 -0
  507. package/dist/shared/hooks/useBreakpoint.d.ts.map +1 -0
  508. package/dist/shared/hooks/useCopyToClipboard.d.ts +72 -0
  509. package/dist/shared/hooks/useCopyToClipboard.d.ts.map +1 -0
  510. package/dist/shared/hooks/useCurrentContextSearchParams.d.ts +17 -0
  511. package/dist/shared/hooks/useCurrentContextSearchParams.d.ts.map +1 -0
  512. package/dist/shared/hooks/useDebounce.d.ts +26 -0
  513. package/dist/shared/hooks/useDebounce.d.ts.map +1 -0
  514. package/dist/shared/hooks/useHasAnimated.d.ts +10 -0
  515. package/dist/shared/hooks/useHasAnimated.d.ts.map +1 -0
  516. package/dist/shared/hooks/useKeyPress.d.ts +116 -0
  517. package/dist/shared/hooks/useKeyPress.d.ts.map +1 -0
  518. package/dist/shared/hooks/useLocalStorage.d.ts +41 -0
  519. package/dist/shared/hooks/useLocalStorage.d.ts.map +1 -0
  520. package/dist/shared/hooks/useMediaQuery.d.ts +35 -0
  521. package/dist/shared/hooks/useMediaQuery.d.ts.map +1 -0
  522. package/dist/shared/hooks/useOnClickOutside.d.ts +76 -0
  523. package/dist/shared/hooks/useOnClickOutside.d.ts.map +1 -0
  524. package/dist/shared/hooks/usePWA.d.ts +57 -0
  525. package/dist/shared/hooks/usePWA.d.ts.map +1 -0
  526. package/dist/shared/hooks/usePrevious.d.ts +157 -0
  527. package/dist/shared/hooks/usePrevious.d.ts.map +1 -0
  528. package/dist/shared/hooks/useQuotaErrorToast.d.ts +50 -0
  529. package/dist/shared/hooks/useQuotaErrorToast.d.ts.map +1 -0
  530. package/dist/shared/hooks/useRecordProductVisit.d.ts +11 -0
  531. package/dist/shared/hooks/useRecordProductVisit.d.ts.map +1 -0
  532. package/dist/shared/hooks/useReferralAttribution.d.ts +2 -0
  533. package/dist/shared/hooks/useReferralAttribution.d.ts.map +1 -0
  534. package/dist/shared/hooks/useSessionStorage.d.ts +44 -0
  535. package/dist/shared/hooks/useSessionStorage.d.ts.map +1 -0
  536. package/dist/shared/hooks/useThrottle.d.ts +37 -0
  537. package/dist/shared/hooks/useThrottle.d.ts.map +1 -0
  538. package/dist/shared/hooks/useToggle.d.ts +152 -0
  539. package/dist/shared/hooks/useToggle.d.ts.map +1 -0
  540. package/dist/shared/hooks/useUpgradePrompt.d.ts +50 -0
  541. package/dist/shared/hooks/useUpgradePrompt.d.ts.map +1 -0
  542. package/dist/shared/index.d.ts +14 -0
  543. package/dist/shared/index.d.ts.map +1 -0
  544. package/dist/shared/keyboard/globalShortcuts.d.ts +58 -0
  545. package/dist/shared/keyboard/globalShortcuts.d.ts.map +1 -0
  546. package/dist/shared/keyboard/index.d.ts +40 -0
  547. package/dist/shared/keyboard/index.d.ts.map +1 -0
  548. package/dist/shared/keyboard/types.d.ts +85 -0
  549. package/dist/shared/keyboard/types.d.ts.map +1 -0
  550. package/dist/shared/keyboard/useHotkeys.d.ts +21 -0
  551. package/dist/shared/keyboard/useHotkeys.d.ts.map +1 -0
  552. package/dist/shared/keyboard/useKeyboardShortcuts.d.ts +94 -0
  553. package/dist/shared/keyboard/useKeyboardShortcuts.d.ts.map +1 -0
  554. package/dist/shared/keyboard/useShortcutHelp.d.ts +27 -0
  555. package/dist/shared/keyboard/useShortcutHelp.d.ts.map +1 -0
  556. package/dist/shared/keyboard/utils.d.ts +72 -0
  557. package/dist/shared/keyboard/utils.d.ts.map +1 -0
  558. package/dist/shared/logger/ConsoleTransport.d.ts +22 -0
  559. package/dist/shared/logger/ConsoleTransport.d.ts.map +1 -0
  560. package/dist/shared/logger/LogManager.d.ts +75 -0
  561. package/dist/shared/logger/LogManager.d.ts.map +1 -0
  562. package/dist/shared/logger/Logger.d.ts +86 -0
  563. package/dist/shared/logger/Logger.d.ts.map +1 -0
  564. package/dist/shared/logger/index.d.ts +42 -0
  565. package/dist/shared/logger/index.d.ts.map +1 -0
  566. package/dist/shared/logger/types.d.ts +70 -0
  567. package/dist/shared/logger/types.d.ts.map +1 -0
  568. package/dist/shared/logger/useLogger.d.ts +29 -0
  569. package/dist/shared/logger/useLogger.d.ts.map +1 -0
  570. package/dist/shared/motion/AnimatedCounter.d.ts +16 -0
  571. package/dist/shared/motion/AnimatedCounter.d.ts.map +1 -0
  572. package/dist/shared/motion/MotionCard.d.ts +18 -0
  573. package/dist/shared/motion/MotionCard.d.ts.map +1 -0
  574. package/dist/shared/motion/MotionCollapse.d.ts +14 -0
  575. package/dist/shared/motion/MotionCollapse.d.ts.map +1 -0
  576. package/dist/shared/motion/MotionFade.d.ts +16 -0
  577. package/dist/shared/motion/MotionFade.d.ts.map +1 -0
  578. package/dist/shared/motion/MotionItem.d.ts +25 -0
  579. package/dist/shared/motion/MotionItem.d.ts.map +1 -0
  580. package/dist/shared/motion/MotionList.d.ts +28 -0
  581. package/dist/shared/motion/MotionList.d.ts.map +1 -0
  582. package/dist/shared/motion/MotionPage.d.ts +18 -0
  583. package/dist/shared/motion/MotionPage.d.ts.map +1 -0
  584. package/dist/shared/motion/index.d.ts +9 -0
  585. package/dist/shared/motion/index.d.ts.map +1 -0
  586. package/dist/shared/motion/variants.d.ts +70 -0
  587. package/dist/shared/motion/variants.d.ts.map +1 -0
  588. package/dist/shared/native/SafeAreaView.d.ts +15 -0
  589. package/dist/shared/native/SafeAreaView.d.ts.map +1 -0
  590. package/dist/shared/native/bridge.d.ts +3 -0
  591. package/dist/shared/native/bridge.d.ts.map +1 -0
  592. package/dist/shared/native/consumers.d.ts +9 -0
  593. package/dist/shared/native/consumers.d.ts.map +1 -0
  594. package/dist/shared/native/hooks/index.d.ts +12 -0
  595. package/dist/shared/native/hooks/index.d.ts.map +1 -0
  596. package/dist/shared/native/hooks/useAppState.d.ts +3 -0
  597. package/dist/shared/native/hooks/useAppState.d.ts.map +1 -0
  598. package/dist/shared/native/hooks/useDeviceInfo.d.ts +3 -0
  599. package/dist/shared/native/hooks/useDeviceInfo.d.ts.map +1 -0
  600. package/dist/shared/native/hooks/useHaptics.d.ts +8 -0
  601. package/dist/shared/native/hooks/useHaptics.d.ts.map +1 -0
  602. package/dist/shared/native/hooks/useNativeKeyboard.d.ts +6 -0
  603. package/dist/shared/native/hooks/useNativeKeyboard.d.ts.map +1 -0
  604. package/dist/shared/native/hooks/useNativePlatform.d.ts +10 -0
  605. package/dist/shared/native/hooks/useNativePlatform.d.ts.map +1 -0
  606. package/dist/shared/native/hooks/useSafeArea.d.ts +3 -0
  607. package/dist/shared/native/hooks/useSafeArea.d.ts.map +1 -0
  608. package/dist/shared/native/hooks/useStatusBar.d.ts +6 -0
  609. package/dist/shared/native/hooks/useStatusBar.d.ts.map +1 -0
  610. package/dist/shared/native/index.d.ts +7 -0
  611. package/dist/shared/native/index.d.ts.map +1 -0
  612. package/dist/shared/native/platform.d.ts +7 -0
  613. package/dist/shared/native/platform.d.ts.map +1 -0
  614. package/dist/shared/native/types.d.ts +62 -0
  615. package/dist/shared/native/types.d.ts.map +1 -0
  616. package/dist/shared/pages/AiPage.d.ts +14 -0
  617. package/dist/shared/pages/AiPage.d.ts.map +1 -0
  618. package/dist/shared/pages/LegalPage.d.ts +19 -0
  619. package/dist/shared/pages/LegalPage.d.ts.map +1 -0
  620. package/dist/shared/pages/LegalPage.js +1 -1
  621. package/dist/shared/pages/SearchPage.d.ts +28 -0
  622. package/dist/shared/pages/SearchPage.d.ts.map +1 -0
  623. package/dist/shared/pages/index.d.ts +7 -0
  624. package/dist/shared/pages/index.d.ts.map +1 -0
  625. package/dist/shared/pages/searchPage/ActiveFilterChips.d.ts +40 -0
  626. package/dist/shared/pages/searchPage/ActiveFilterChips.d.ts.map +1 -0
  627. package/dist/shared/pages/searchPage/FiltersPanel.d.ts +54 -0
  628. package/dist/shared/pages/searchPage/FiltersPanel.d.ts.map +1 -0
  629. package/dist/shared/pages/searchPage/ResultsList.d.ts +13 -0
  630. package/dist/shared/pages/searchPage/ResultsList.d.ts.map +1 -0
  631. package/dist/shared/pages/searchPage/ResultsStatus.d.ts +8 -0
  632. package/dist/shared/pages/searchPage/ResultsStatus.d.ts.map +1 -0
  633. package/dist/shared/pages/searchPage/SearchInput.d.ts +9 -0
  634. package/dist/shared/pages/searchPage/SearchInput.d.ts.map +1 -0
  635. package/dist/shared/pages/searchPage/SearchPagination.d.ts +8 -0
  636. package/dist/shared/pages/searchPage/SearchPagination.d.ts.map +1 -0
  637. package/dist/shared/pages/searchPage/SearchToolbar.d.ts +13 -0
  638. package/dist/shared/pages/searchPage/SearchToolbar.d.ts.map +1 -0
  639. package/dist/shared/pages/searchPage/constants.d.ts +26 -0
  640. package/dist/shared/pages/searchPage/constants.d.ts.map +1 -0
  641. package/dist/shared/pages/searchPage/utils.d.ts +7 -0
  642. package/dist/shared/pages/searchPage/utils.d.ts.map +1 -0
  643. package/dist/shared/plugins/PluginRuntimeProvider.d.ts +28 -0
  644. package/dist/shared/plugins/PluginRuntimeProvider.d.ts.map +1 -0
  645. package/dist/shared/plugins/context.d.ts +65 -0
  646. package/dist/shared/plugins/context.d.ts.map +1 -0
  647. package/dist/shared/plugins/disposable.d.ts +17 -0
  648. package/dist/shared/plugins/disposable.d.ts.map +1 -0
  649. package/dist/shared/plugins/event-bus.d.ts +112 -0
  650. package/dist/shared/plugins/event-bus.d.ts.map +1 -0
  651. package/dist/shared/plugins/iframe-mount/PluginIframe.d.ts +75 -0
  652. package/dist/shared/plugins/iframe-mount/PluginIframe.d.ts.map +1 -0
  653. package/dist/shared/plugins/iframe-mount/PluginMount.d.ts +59 -0
  654. package/dist/shared/plugins/iframe-mount/PluginMount.d.ts.map +1 -0
  655. package/dist/shared/plugins/iframe-mount/client/index.d.ts +3 -0
  656. package/dist/shared/plugins/iframe-mount/client/index.d.ts.map +1 -0
  657. package/dist/shared/plugins/iframe-mount/client/message-bus.d.ts +71 -0
  658. package/dist/shared/plugins/iframe-mount/client/message-bus.d.ts.map +1 -0
  659. package/dist/shared/plugins/iframe-mount/client/rpc.d.ts +25 -0
  660. package/dist/shared/plugins/iframe-mount/client/rpc.d.ts.map +1 -0
  661. package/dist/shared/plugins/iframe-mount/index.d.ts +6 -0
  662. package/dist/shared/plugins/iframe-mount/index.d.ts.map +1 -0
  663. package/dist/shared/plugins/iframe-mount/protocol/contribution.d.ts +83 -0
  664. package/dist/shared/plugins/iframe-mount/protocol/contribution.d.ts.map +1 -0
  665. package/dist/shared/plugins/iframe-mount/protocol/envelope.d.ts +136 -0
  666. package/dist/shared/plugins/iframe-mount/protocol/envelope.d.ts.map +1 -0
  667. package/dist/shared/plugins/iframe-mount/protocol/index.d.ts +3 -0
  668. package/dist/shared/plugins/iframe-mount/protocol/index.d.ts.map +1 -0
  669. package/dist/shared/plugins/iframe-mount/sandbox.d.ts +3 -0
  670. package/dist/shared/plugins/iframe-mount/sandbox.d.ts.map +1 -0
  671. package/dist/shared/plugins/iframe-mount/types.d.ts +64 -0
  672. package/dist/shared/plugins/iframe-mount/types.d.ts.map +1 -0
  673. package/dist/shared/plugins/iframe-mount/useFetchContributions.d.ts +31 -0
  674. package/dist/shared/plugins/iframe-mount/useFetchContributions.d.ts.map +1 -0
  675. package/dist/shared/plugins/index.d.ts +41 -0
  676. package/dist/shared/plugins/index.d.ts.map +1 -0
  677. package/dist/shared/plugins/panels/usePanelManagerStore.d.ts +68 -0
  678. package/dist/shared/plugins/panels/usePanelManagerStore.d.ts.map +1 -0
  679. package/dist/shared/plugins/registries/createContributionRegistry.d.ts +16 -0
  680. package/dist/shared/plugins/registries/createContributionRegistry.d.ts.map +1 -0
  681. package/dist/shared/plugins/registries/index.d.ts +15 -0
  682. package/dist/shared/plugins/registries/index.d.ts.map +1 -0
  683. package/dist/shared/plugins/registries/useCommandRegistry.d.ts +3 -0
  684. package/dist/shared/plugins/registries/useCommandRegistry.d.ts.map +1 -0
  685. package/dist/shared/plugins/registries/useContextMenuRegistry.d.ts +3 -0
  686. package/dist/shared/plugins/registries/useContextMenuRegistry.d.ts.map +1 -0
  687. package/dist/shared/plugins/registries/usePanelRegistry.d.ts +3 -0
  688. package/dist/shared/plugins/registries/usePanelRegistry.d.ts.map +1 -0
  689. package/dist/shared/plugins/registries/useRouteRegistry.d.ts +3 -0
  690. package/dist/shared/plugins/registries/useRouteRegistry.d.ts.map +1 -0
  691. package/dist/shared/plugins/registries/useSettingsRegistry.d.ts +3 -0
  692. package/dist/shared/plugins/registries/useSettingsRegistry.d.ts.map +1 -0
  693. package/dist/shared/plugins/registries/useStatusBarRegistry.d.ts +3 -0
  694. package/dist/shared/plugins/registries/useStatusBarRegistry.d.ts.map +1 -0
  695. package/dist/shared/plugins/registries/useToolbarRegistry.d.ts +3 -0
  696. package/dist/shared/plugins/registries/useToolbarRegistry.d.ts.map +1 -0
  697. package/dist/shared/plugins/registries/useWidgetRegistry.d.ts +3 -0
  698. package/dist/shared/plugins/registries/useWidgetRegistry.d.ts.map +1 -0
  699. package/dist/shared/plugins/runtime.d.ts +68 -0
  700. package/dist/shared/plugins/runtime.d.ts.map +1 -0
  701. package/dist/shared/plugins/types.d.ts +228 -0
  702. package/dist/shared/plugins/types.d.ts.map +1 -0
  703. package/dist/shared/providers/AppShellProvider.d.ts +96 -0
  704. package/dist/shared/providers/AppShellProvider.d.ts.map +1 -0
  705. package/dist/shared/providers/AppShellProvider.js +181 -205
  706. package/dist/shared/providers/MicrofrontendProvider.d.ts +41 -0
  707. package/dist/shared/providers/MicrofrontendProvider.d.ts.map +1 -0
  708. package/dist/shared/providers/index.d.ts +12 -0
  709. package/dist/shared/providers/index.d.ts.map +1 -0
  710. package/dist/shared/providers/shell/ActiveContextProvider.d.ts +88 -0
  711. package/dist/shared/providers/shell/ActiveContextProvider.d.ts.map +1 -0
  712. package/dist/shared/providers/shell/ActiveContextStorage.d.ts +45 -0
  713. package/dist/shared/providers/shell/ActiveContextStorage.d.ts.map +1 -0
  714. package/dist/shared/providers/shell/AppShellContext.d.ts +19 -0
  715. package/dist/shared/providers/shell/AppShellContext.d.ts.map +1 -0
  716. package/dist/shared/providers/shell/AuthBridgeClient.d.ts +121 -0
  717. package/dist/shared/providers/shell/AuthBridgeClient.d.ts.map +1 -0
  718. package/dist/shared/providers/shell/AuthBridgeClient.js +0 -6
  719. package/dist/shared/providers/shell/AuthProvider.d.ts +58 -0
  720. package/dist/shared/providers/shell/AuthProvider.d.ts.map +1 -0
  721. package/dist/shared/providers/shell/AuthTokenProvider.d.ts +22 -0
  722. package/dist/shared/providers/shell/AuthTokenProvider.d.ts.map +1 -0
  723. package/dist/shared/providers/shell/ContextManagerProvider.d.ts +56 -0
  724. package/dist/shared/providers/shell/ContextManagerProvider.d.ts.map +1 -0
  725. package/dist/shared/providers/shell/FeatureFlagsProvider.d.ts +20 -0
  726. package/dist/shared/providers/shell/FeatureFlagsProvider.d.ts.map +1 -0
  727. package/dist/shared/providers/shell/GatewayRouter.d.ts +31 -0
  728. package/dist/shared/providers/shell/GatewayRouter.d.ts.map +1 -0
  729. package/dist/shared/providers/shell/GlobalUiProvider.d.ts +46 -0
  730. package/dist/shared/providers/shell/GlobalUiProvider.d.ts.map +1 -0
  731. package/dist/shared/providers/shell/I18nProvider.d.ts +75 -0
  732. package/dist/shared/providers/shell/I18nProvider.d.ts.map +1 -0
  733. package/dist/shared/providers/shell/MultiGatewayProvider.d.ts +25 -0
  734. package/dist/shared/providers/shell/MultiGatewayProvider.d.ts.map +1 -0
  735. package/dist/shared/providers/shell/ObservabilityProvider.d.ts +15 -0
  736. package/dist/shared/providers/shell/ObservabilityProvider.d.ts.map +1 -0
  737. package/dist/shared/providers/shell/ObservabilityProvider.js +1 -1
  738. package/dist/shared/providers/shell/PageConversationContextProvider.d.ts +22 -0
  739. package/dist/shared/providers/shell/PageConversationContextProvider.d.ts.map +1 -0
  740. package/dist/shared/providers/shell/PermissionProvider.d.ts +227 -0
  741. package/dist/shared/providers/shell/PermissionProvider.d.ts.map +1 -0
  742. package/dist/shared/providers/shell/ProfileGeographyBridge.d.ts +8 -0
  743. package/dist/shared/providers/shell/ProfileGeographyBridge.d.ts.map +1 -0
  744. package/dist/shared/providers/shell/ProfileI18nBridge.d.ts +15 -0
  745. package/dist/shared/providers/shell/ProfileI18nBridge.d.ts.map +1 -0
  746. package/dist/shared/providers/shell/ProfileStorageManager.d.ts +107 -0
  747. package/dist/shared/providers/shell/ProfileStorageManager.d.ts.map +1 -0
  748. package/dist/shared/providers/shell/ShellUiProvider.d.ts +47 -0
  749. package/dist/shared/providers/shell/ShellUiProvider.d.ts.map +1 -0
  750. package/dist/shared/providers/shell/ThemeProvider.d.ts +29 -0
  751. package/dist/shared/providers/shell/ThemeProvider.d.ts.map +1 -0
  752. package/dist/shared/providers/shell/authProvider/bridgeStateSync.d.ts +6 -0
  753. package/dist/shared/providers/shell/authProvider/bridgeStateSync.d.ts.map +1 -0
  754. package/dist/shared/providers/shell/authProvider/jwt.d.ts +6 -0
  755. package/dist/shared/providers/shell/authProvider/jwt.d.ts.map +1 -0
  756. package/dist/shared/providers/shell/authProvider/ssoRelay.d.ts +17 -0
  757. package/dist/shared/providers/shell/authProvider/ssoRelay.d.ts.map +1 -0
  758. package/dist/shared/providers/shell/authProvider/useAuthActions.d.ts +38 -0
  759. package/dist/shared/providers/shell/authProvider/useAuthActions.d.ts.map +1 -0
  760. package/dist/shared/providers/shell/authProvider/useBridgeInitialization.d.ts +18 -0
  761. package/dist/shared/providers/shell/authProvider/useBridgeInitialization.d.ts.map +1 -0
  762. package/dist/shared/providers/shell/authProvider/useRemoteSLO.d.ts +13 -0
  763. package/dist/shared/providers/shell/authProvider/useRemoteSLO.d.ts.map +1 -0
  764. package/dist/shared/providers/shell/authProvider/useStorageSync.d.ts +15 -0
  765. package/dist/shared/providers/shell/authProvider/useStorageSync.d.ts.map +1 -0
  766. package/dist/shared/providers/shell/authProvider/useTokenExpiryTimer.d.ts +14 -0
  767. package/dist/shared/providers/shell/authProvider/useTokenExpiryTimer.d.ts.map +1 -0
  768. package/dist/shared/providers/shell/index.d.ts +45 -0
  769. package/dist/shared/providers/shell/index.d.ts.map +1 -0
  770. package/dist/shared/shims/assert.d.ts +19 -0
  771. package/dist/shared/shims/assert.d.ts.map +1 -0
  772. package/dist/shared/shims/index.d.ts +25 -0
  773. package/dist/shared/shims/index.d.ts.map +1 -0
  774. package/dist/shared/shims/process.d.ts +20 -0
  775. package/dist/shared/shims/process.d.ts.map +1 -0
  776. package/dist/shared/shims/use-sync-external-store-shim.d.ts +7 -0
  777. package/dist/shared/shims/use-sync-external-store-shim.d.ts.map +1 -0
  778. package/dist/shared/shims/use-sync-external-store-with-selector.d.ts +17 -0
  779. package/dist/shared/shims/use-sync-external-store-with-selector.d.ts.map +1 -0
  780. package/dist/shared/shims/util.d.ts +135 -0
  781. package/dist/shared/shims/util.d.ts.map +1 -0
  782. package/dist/shared/tours/TourInitializer.d.ts +6 -0
  783. package/dist/shared/tours/TourInitializer.d.ts.map +1 -0
  784. package/dist/shared/tours/TourPlayer.d.ts +49 -0
  785. package/dist/shared/tours/TourPlayer.d.ts.map +1 -0
  786. package/dist/shared/tours/TourPlayerProvider.d.ts +26 -0
  787. package/dist/shared/tours/TourPlayerProvider.d.ts.map +1 -0
  788. package/dist/shared/tours/TourSpotlight.d.ts +8 -0
  789. package/dist/shared/tours/TourSpotlight.d.ts.map +1 -0
  790. package/dist/shared/tours/TourTooltip.d.ts +7 -0
  791. package/dist/shared/tours/TourTooltip.d.ts.map +1 -0
  792. package/dist/shared/tours/TourTrigger.d.ts +15 -0
  793. package/dist/shared/tours/TourTrigger.d.ts.map +1 -0
  794. package/dist/shared/tours/ToursContext.d.ts +38 -0
  795. package/dist/shared/tours/ToursContext.d.ts.map +1 -0
  796. package/dist/shared/tours/index.d.ts +53 -0
  797. package/dist/shared/tours/index.d.ts.map +1 -0
  798. package/dist/shared/tours/progress.d.ts +7 -0
  799. package/dist/shared/tours/progress.d.ts.map +1 -0
  800. package/dist/shared/tours/routeCatalog.d.ts +42 -0
  801. package/dist/shared/tours/routeCatalog.d.ts.map +1 -0
  802. package/dist/shared/tours/tourTrigger/DesktopTourDropdown.d.ts +9 -0
  803. package/dist/shared/tours/tourTrigger/DesktopTourDropdown.d.ts.map +1 -0
  804. package/dist/shared/tours/tourTrigger/MobileTourSheet.d.ts +10 -0
  805. package/dist/shared/tours/tourTrigger/MobileTourSheet.d.ts.map +1 -0
  806. package/dist/shared/tours/tourTrigger/TourListItemDesktop.d.ts +8 -0
  807. package/dist/shared/tours/tourTrigger/TourListItemDesktop.d.ts.map +1 -0
  808. package/dist/shared/tours/tourTrigger/TourListItemMobile.d.ts +8 -0
  809. package/dist/shared/tours/tourTrigger/TourListItemMobile.d.ts.map +1 -0
  810. package/dist/shared/tours/tourTrigger/TourStatusChip.d.ts +5 -0
  811. package/dist/shared/tours/tourTrigger/TourStatusChip.d.ts.map +1 -0
  812. package/dist/shared/tours/tourTrigger/TourTriggerButton.d.ts +8 -0
  813. package/dist/shared/tours/tourTrigger/TourTriggerButton.d.ts.map +1 -0
  814. package/dist/shared/tours/toursContext/errors.d.ts +3 -0
  815. package/dist/shared/tours/toursContext/errors.d.ts.map +1 -0
  816. package/dist/shared/tours/toursContext/gql.d.ts +8 -0
  817. package/dist/shared/tours/toursContext/gql.d.ts.map +1 -0
  818. package/dist/shared/tours/toursContext/route.d.ts +5 -0
  819. package/dist/shared/tours/toursContext/route.d.ts.map +1 -0
  820. package/dist/shared/tours/toursContext/session.d.ts +3 -0
  821. package/dist/shared/tours/toursContext/session.d.ts.map +1 -0
  822. package/dist/shared/tours/toursContext/useIdleReady.d.ts +2 -0
  823. package/dist/shared/tours/toursContext/useIdleReady.d.ts.map +1 -0
  824. package/dist/shared/tours/toursContext/useTourMutations.d.ts +29 -0
  825. package/dist/shared/tours/toursContext/useTourMutations.d.ts.map +1 -0
  826. package/dist/shared/tours/toursContext/useTourMutations.js +29 -29
  827. package/dist/shared/tours/types.d.ts +215 -0
  828. package/dist/shared/tours/types.d.ts.map +1 -0
  829. package/dist/shared/tours/useTourPlayer.d.ts +38 -0
  830. package/dist/shared/tours/useTourPlayer.d.ts.map +1 -0
  831. package/dist/shared/types/index.d.ts +185 -0
  832. package/dist/shared/types/index.d.ts.map +1 -0
  833. package/dist/shared/utils/apollo.d.ts +26 -0
  834. package/dist/shared/utils/apollo.d.ts.map +1 -0
  835. package/dist/shared/utils/appHelpers.d.ts +34 -0
  836. package/dist/shared/utils/appHelpers.d.ts.map +1 -0
  837. package/dist/shared/utils/authCookie.d.ts +35 -0
  838. package/dist/shared/utils/authCookie.d.ts.map +1 -0
  839. package/dist/shared/utils/authErrorHandling.d.ts +65 -0
  840. package/dist/shared/utils/authErrorHandling.d.ts.map +1 -0
  841. package/dist/shared/utils/cn.d.ts +6 -0
  842. package/dist/shared/utils/cn.d.ts.map +1 -0
  843. package/dist/shared/utils/format.d.ts +98 -0
  844. package/dist/shared/utils/format.d.ts.map +1 -0
  845. package/dist/shared/utils/gatewayFetchRewrite.d.ts +53 -0
  846. package/dist/shared/utils/gatewayFetchRewrite.d.ts.map +1 -0
  847. package/dist/shared/utils/index.d.ts +26 -0
  848. package/dist/shared/utils/index.d.ts.map +1 -0
  849. package/dist/shared/utils/lazyWithRetry.d.ts +43 -0
  850. package/dist/shared/utils/lazyWithRetry.d.ts.map +1 -0
  851. package/dist/shared/utils/loggerInit.d.ts +15 -0
  852. package/dist/shared/utils/loggerInit.d.ts.map +1 -0
  853. package/dist/shared/utils/mockData.d.ts +40 -0
  854. package/dist/shared/utils/mockData.d.ts.map +1 -0
  855. package/dist/shared/utils/profileScopedStorage.d.ts +42 -0
  856. package/dist/shared/utils/profileScopedStorage.d.ts.map +1 -0
  857. package/dist/shared/utils/quotaErrors.d.ts +81 -0
  858. package/dist/shared/utils/quotaErrors.d.ts.map +1 -0
  859. package/dist/shared/utils/quotaErrors.js +8 -11
  860. package/dist/shared/utils/tokens.d.ts +166 -0
  861. package/dist/shared/utils/tokens.d.ts.map +1 -0
  862. package/dist/shared-components.d.ts +2 -0
  863. package/dist/shared-config.d.ts +2 -0
  864. package/dist/shared-events.d.ts +2 -0
  865. package/dist/shared-feature-flags.d.ts +2 -0
  866. package/dist/shared-geography.d.ts +2 -0
  867. package/dist/shared-graphql.d.ts +2 -0
  868. package/dist/shared-hooks-shell.d.ts +2 -0
  869. package/dist/shared-hooks.d.ts +2 -0
  870. package/dist/shared-keyboard.d.ts +2 -0
  871. package/dist/shared-logger.d.ts +2 -0
  872. package/dist/shared-motion.d.ts +2 -0
  873. package/dist/shared-native.d.ts +2 -0
  874. package/dist/shared-pages.d.ts +2 -0
  875. package/dist/shared-plugins.d.ts +2 -0
  876. package/dist/shared-providers-shell.d.ts +2 -0
  877. package/dist/shared-providers.d.ts +2 -0
  878. package/dist/shared-shims.d.ts +2 -0
  879. package/dist/shared-tours.d.ts +2 -0
  880. package/dist/shared-tours.js +3 -3
  881. package/dist/shared-types.d.ts +1 -0
  882. package/dist/shared-utils.d.ts +2 -0
  883. package/dist/shared-utils.js +11 -12
  884. package/dist/shared.d.ts +2 -0
  885. package/dist/shared.js +95 -96
  886. package/dist/storage/SaveToFilesButton.d.ts +55 -0
  887. package/dist/storage/SaveToFilesButton.d.ts.map +1 -0
  888. package/dist/storage/SaveToFilesDialog.d.ts +13 -0
  889. package/dist/storage/SaveToFilesDialog.d.ts.map +1 -0
  890. package/dist/storage/StorageFolderPicker.d.ts +23 -0
  891. package/dist/storage/StorageFolderPicker.d.ts.map +1 -0
  892. package/dist/storage/index.d.ts +10 -0
  893. package/dist/storage/index.d.ts.map +1 -0
  894. package/dist/storage/uploadBlob.d.ts +21 -0
  895. package/dist/storage/uploadBlob.d.ts.map +1 -0
  896. package/dist/storage/useSaveToFiles.d.ts +17 -0
  897. package/dist/storage/useSaveToFiles.d.ts.map +1 -0
  898. package/dist/tag/TagBadge.d.ts +17 -0
  899. package/dist/tag/TagBadge.d.ts.map +1 -0
  900. package/dist/tag/TagsWidget.d.ts +103 -0
  901. package/dist/tag/TagsWidget.d.ts.map +1 -0
  902. package/dist/tag/index.d.ts +3 -0
  903. package/dist/tag/index.d.ts.map +1 -0
  904. package/dist/tag/tagsWidget/AddTagTrigger.d.ts +5 -0
  905. package/dist/tag/tagsWidget/AddTagTrigger.d.ts.map +1 -0
  906. package/dist/tag/tagsWidget/TagBadgeList.d.ts +7 -0
  907. package/dist/tag/tagsWidget/TagBadgeList.d.ts.map +1 -0
  908. package/dist/tag/tagsWidget/TagSearchPopover.d.ts +17 -0
  909. package/dist/tag/tagsWidget/TagSearchPopover.d.ts.map +1 -0
  910. package/dist/tag/tagsWidget/operations.d.ts +13 -0
  911. package/dist/tag/tagsWidget/operations.d.ts.map +1 -0
  912. package/dist/tag/tagsWidget/useVocabResolver.d.ts +6 -0
  913. package/dist/tag/tagsWidget/useVocabResolver.d.ts.map +1 -0
  914. package/dist/tag.d.ts +2 -0
  915. package/dist/ui/accordion.d.ts +8 -0
  916. package/dist/ui/accordion.d.ts.map +1 -0
  917. package/dist/ui/alert-dialog.d.ts +15 -0
  918. package/dist/ui/alert-dialog.d.ts.map +1 -0
  919. package/dist/ui/badge.d.ts +10 -0
  920. package/dist/ui/badge.d.ts.map +1 -0
  921. package/dist/ui/bottom-sheet.d.ts +16 -0
  922. package/dist/ui/bottom-sheet.d.ts.map +1 -0
  923. package/dist/ui/button.d.ts +12 -0
  924. package/dist/ui/button.d.ts.map +1 -0
  925. package/dist/ui/card.d.ts +21 -0
  926. package/dist/ui/card.d.ts.map +1 -0
  927. package/dist/ui/checkbox.d.ts +5 -0
  928. package/dist/ui/checkbox.d.ts.map +1 -0
  929. package/dist/ui/command.d.ts +19 -0
  930. package/dist/ui/command.d.ts.map +1 -0
  931. package/dist/ui/dialog.d.ts +16 -0
  932. package/dist/ui/dialog.d.ts.map +1 -0
  933. package/dist/ui/dropdown-menu.d.ts +68 -0
  934. package/dist/ui/dropdown-menu.d.ts.map +1 -0
  935. package/dist/ui/empty-state.d.ts +13 -0
  936. package/dist/ui/empty-state.d.ts.map +1 -0
  937. package/dist/ui/index.d.ts +33 -0
  938. package/dist/ui/index.d.ts.map +1 -0
  939. package/dist/ui/input.d.ts +7 -0
  940. package/dist/ui/input.d.ts.map +1 -0
  941. package/dist/ui/label.d.ts +12 -0
  942. package/dist/ui/label.d.ts.map +1 -0
  943. package/dist/ui/optional-fields.d.ts +16 -0
  944. package/dist/ui/optional-fields.d.ts.map +1 -0
  945. package/dist/ui/page-container.d.ts +24 -0
  946. package/dist/ui/page-container.d.ts.map +1 -0
  947. package/dist/ui/popover.d.ts +8 -0
  948. package/dist/ui/popover.d.ts.map +1 -0
  949. package/dist/ui/responsive-dialog.d.ts +18 -0
  950. package/dist/ui/responsive-dialog.d.ts.map +1 -0
  951. package/dist/ui/responsive-stack.d.ts +15 -0
  952. package/dist/ui/responsive-stack.d.ts.map +1 -0
  953. package/dist/ui/responsive-table.d.ts +24 -0
  954. package/dist/ui/responsive-table.d.ts.map +1 -0
  955. package/dist/ui/scroll-area.d.ts +6 -0
  956. package/dist/ui/scroll-area.d.ts.map +1 -0
  957. package/dist/ui/select.d.ts +49 -0
  958. package/dist/ui/select.d.ts.map +1 -0
  959. package/dist/ui/separator.d.ts +5 -0
  960. package/dist/ui/separator.d.ts.map +1 -0
  961. package/dist/ui/sheet.d.ts +14 -0
  962. package/dist/ui/sheet.d.ts.map +1 -0
  963. package/dist/ui/skeleton.d.ts +4 -0
  964. package/dist/ui/skeleton.d.ts.map +1 -0
  965. package/dist/ui/sonner.d.ts +4 -0
  966. package/dist/ui/sonner.d.ts.map +1 -0
  967. package/dist/ui/spinner.d.ts +6 -0
  968. package/dist/ui/spinner.d.ts.map +1 -0
  969. package/dist/ui/stepper.d.ts +16 -0
  970. package/dist/ui/stepper.d.ts.map +1 -0
  971. package/dist/ui/switch.d.ts +5 -0
  972. package/dist/ui/switch.d.ts.map +1 -0
  973. package/dist/ui/table.d.ts +27 -0
  974. package/dist/ui/table.d.ts.map +1 -0
  975. package/dist/ui/tabs.d.ts +8 -0
  976. package/dist/ui/tabs.d.ts.map +1 -0
  977. package/dist/ui/textarea.d.ts +7 -0
  978. package/dist/ui/textarea.d.ts.map +1 -0
  979. package/dist/ui/tooltip.d.ts +13 -0
  980. package/dist/ui/tooltip.d.ts.map +1 -0
  981. package/dist/ui.d.ts +2 -0
  982. package/dist/utils/cn.d.ts +15 -0
  983. package/dist/utils/cn.d.ts.map +1 -0
  984. package/dist/utils/index.d.ts +3 -0
  985. package/dist/utils/index.d.ts.map +1 -0
  986. package/dist/utils/index.js +0 -1
  987. package/package.json +2 -2
  988. package/dist/node_modules/.bun/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/text.js +0 -11
  989. package/dist/node_modules/.bun/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/blank-line.js +0 -18
  990. package/dist/node_modules/.bun/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/line-ending.js +0 -14
  991. package/dist/node_modules/.bun/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.js +0 -12
  992. package/dist/node_modules/.bun/micromark-util-classify-character@2.0.1/node_modules/micromark-util-classify-character/index.js +0 -8
  993. package/dist/node_modules/.bun/micromark-util-decode-string@2.0.1/node_modules/micromark-util-decode-string/index.js +0 -17
  994. package/dist/node_modules/.bun/micromark@4.0.2/node_modules/micromark/lib/constructs.js +0 -80
  995. package/dist/node_modules/.bun/micromark@4.0.2/node_modules/micromark/lib/postprocess.js +0 -8
  996. package/dist/node_modules/.bun/property-information@7.1.0/node_modules/property-information/lib/normalize.js +0 -6
  997. package/dist/node_modules/.bun/property-information@7.1.0/node_modules/property-information/lib/util/case-sensitive-transform.js +0 -6
  998. package/dist/node_modules/.bun/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.js +0 -6
  999. package/dist/node_modules/.bun/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/color.js +0 -6
  1000. package/dist/shared/utils/backendErrors.js +0 -123
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bridgeStateSync.d.ts","sourceRoot":"","sources":["../../../../../src/shared/providers/shell/authProvider/bridgeStateSync.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,WAAW,EAEhB,KAAK,WAAW,EAOjB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAG3D,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,eAAe,GAAG,MAAM,GAAG,SAAS,CAE3E;AAED,wBAAgB,uBAAuB,CACrC,KAAK,EAAE,eAAe,EACtB,SAAS,EAAE,MAAM,EACjB,IAAI,EAAE,WAAW,GAChB,WAAW,EAAE,CAiCf;AAED,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,eAAe,GAAG,OAAO,CAsB/E"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Decode a JWT payload and extract the expiry timestamp.
3
+ * Returns null if the token is malformed or doesn't contain an exp claim.
4
+ */
5
+ export declare function getJwtExpiry(token: string): number | null;
6
+ //# sourceMappingURL=jwt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jwt.d.ts","sourceRoot":"","sources":["../../../../../src/shared/providers/shell/authProvider/jwt.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAYzD"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Build the URL the browser should navigate to after a logout on this origin.
3
+ *
4
+ * If we're on a non-bridge-host product origin, detour through the bridge
5
+ * host's `/auth/sso-clear` so its first-party (unpartitioned) localStorage
6
+ * and bf-sso cookie are wiped too — otherwise the bridge-host fallback in
7
+ * getSSORedirectUrl would relay the stale session back on the next visit
8
+ * and the user would silently stay logged in.
9
+ *
10
+ * Returns null when no detour is needed (already on the bridge host, or
11
+ * unable to resolve a bridge URL — caller should just stay/navigate on its
12
+ * own origin).
13
+ */
14
+ export declare function getCrossOriginLogoutUrl(): string | null;
15
+ export declare function hasLocalProfileSession(profileId: string | null): boolean;
16
+ export declare function getCookieSsoRelayUrl(bridgeUrl: string): string | null;
17
+ //# sourceMappingURL=ssoRelay.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ssoRelay.d.ts","sourceRoot":"","sources":["../../../../../src/shared/providers/shell/authProvider/ssoRelay.ts"],"names":[],"mappings":"AAQA;;;;;;;;;;;;GAYG;AACH,wBAAgB,uBAAuB,IAAI,MAAM,GAAG,IAAI,CAWvD;AAED,wBAAgB,sBAAsB,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAWxE;AAED,wBAAgB,oBAAoB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAyBrE"}
@@ -0,0 +1,38 @@
1
+ import { MutableRefObject } from 'react';
2
+ import { ProfileUser, AuthTokens } from '../ProfileStorageManager';
3
+ export interface AuthActionsDeps {
4
+ user: ProfileUser | null;
5
+ tokens: AuthTokens | null;
6
+ activeId: string | null;
7
+ bridgeSyncInProgress: MutableRefObject<boolean>;
8
+ onRefreshToken: ((refreshToken: string) => Promise<{
9
+ accessToken: string;
10
+ refreshToken?: string;
11
+ expiresAt?: number;
12
+ }>) | undefined;
13
+ onTokenExpired: (() => void) | undefined;
14
+ setActiveId: (id: string | null) => void;
15
+ setUser: (user: ProfileUser | null) => void;
16
+ setTokens: (tokens: AuthTokens | null) => void;
17
+ setWorkspaceTokenLocal: (token: string | null) => void;
18
+ setMfaRequiredState: (required: boolean) => void;
19
+ setMfaChallengeIdState: (id: string | null) => void;
20
+ setIsLoading: (loading: boolean) => void;
21
+ clearAccounts: () => void;
22
+ refreshAccounts: () => void;
23
+ }
24
+ export interface AuthActions {
25
+ login: (user: ProfileUser, accessToken: string, refreshToken?: string) => void;
26
+ logout: () => void;
27
+ logoutAll: () => void;
28
+ updateUser: (updates: Partial<ProfileUser>) => void;
29
+ refreshAccessToken: () => Promise<void>;
30
+ hasPermission: (permission: string) => boolean;
31
+ setWorkspaceToken: (token: string | null) => void;
32
+ setMfaState: (required: boolean, challengeId?: string | null) => void;
33
+ switchAccount: (accountId: string) => void;
34
+ addAccount: (user: ProfileUser, accessToken: string, refreshToken?: string) => void;
35
+ removeAccount: (accountId: string) => void;
36
+ }
37
+ export declare function useAuthActions({ user, tokens, activeId, bridgeSyncInProgress, onRefreshToken, onTokenExpired, setActiveId, setUser, setTokens, setWorkspaceTokenLocal, setMfaRequiredState, setMfaChallengeIdState, setIsLoading, clearAccounts, refreshAccounts, }: AuthActionsDeps): AuthActions;
38
+ //# sourceMappingURL=useAuthActions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useAuthActions.d.ts","sourceRoot":"","sources":["../../../../../src/shared/providers/shell/authProvider/useAuthActions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAC3D,OAAO,EACL,KAAK,WAAW,EAChB,KAAK,UAAU,EAehB,MAAM,0BAA0B,CAAC;AAMlC,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,WAAW,GAAG,IAAI,CAAC;IACzB,MAAM,EAAE,UAAU,GAAG,IAAI,CAAC;IAC1B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,oBAAoB,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAC;IAChD,cAAc,EACV,CAAC,CAAC,YAAY,EAAE,MAAM,KAAK,OAAO,CAAC;QACjC,WAAW,EAAE,MAAM,CAAC;QACpB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,CAAC,CAAC,GACH,SAAS,CAAC;IACd,cAAc,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,CAAC;IACzC,WAAW,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACzC,OAAO,EAAE,CAAC,IAAI,EAAE,WAAW,GAAG,IAAI,KAAK,IAAI,CAAC;IAC5C,SAAS,EAAE,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI,KAAK,IAAI,CAAC;IAC/C,sBAAsB,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACvD,mBAAmB,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IACjD,sBAAsB,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACpD,YAAY,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACzC,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,eAAe,EAAE,MAAM,IAAI,CAAC;CAC7B;AAED,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,CAAC,IAAI,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/E,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,UAAU,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;IACpD,kBAAkB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,OAAO,CAAC;IAC/C,iBAAiB,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IAClD,WAAW,EAAE,CAAC,QAAQ,EAAE,OAAO,EAAE,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACtE,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,UAAU,EAAE,CAAC,IAAI,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACpF,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;CAC5C;AAED,wBAAgB,cAAc,CAAC,EAC7B,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,oBAAoB,EACpB,cAAc,EACd,cAAc,EACd,WAAW,EACX,OAAO,EACP,SAAS,EACT,sBAAsB,EACtB,mBAAmB,EACnB,sBAAsB,EACtB,YAAY,EACZ,aAAa,EACb,eAAe,GAChB,EAAE,eAAe,GAAG,WAAW,CAiS/B"}
@@ -0,0 +1,18 @@
1
+ import { MutableRefObject } from 'react';
2
+ import { ProfileUser, AuthTokens } from '../ProfileStorageManager';
3
+ export interface BridgeInitializationDeps {
4
+ bridgeUrl: string | undefined;
5
+ bridgeAllowedOrigins: string | undefined;
6
+ bridgeDebug: boolean | undefined;
7
+ onBridgeReady: (() => void) | undefined;
8
+ bridgeSyncInProgress: MutableRefObject<boolean>;
9
+ setIsLoading: (loading: boolean) => void;
10
+ setActiveId: (id: string | null) => void;
11
+ setUser: (user: ProfileUser | null) => void;
12
+ setTokens: (tokens: AuthTokens | null) => void;
13
+ setWorkspaceTokenLocal: (token: string | null) => void;
14
+ clearAccounts: () => void;
15
+ refreshAccounts: () => void;
16
+ }
17
+ export declare function useBridgeInitialization({ bridgeUrl, bridgeAllowedOrigins, bridgeDebug, onBridgeReady, bridgeSyncInProgress, setIsLoading, setActiveId, setUser, setTokens, setWorkspaceTokenLocal, clearAccounts, refreshAccounts, }: BridgeInitializationDeps): void;
18
+ //# sourceMappingURL=useBridgeInitialization.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useBridgeInitialization.d.ts","sourceRoot":"","sources":["../../../../../src/shared/providers/shell/authProvider/useBridgeInitialization.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,KAAK,gBAAgB,EAAE,MAAM,OAAO,CAAC;AACzD,OAAO,EACL,KAAK,WAAW,EAChB,KAAK,UAAU,EAKhB,MAAM,0BAA0B,CAAC;AAUlC,MAAM,WAAW,wBAAwB;IACvC,SAAS,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,oBAAoB,EAAE,MAAM,GAAG,SAAS,CAAC;IACzC,WAAW,EAAE,OAAO,GAAG,SAAS,CAAC;IACjC,aAAa,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,CAAC;IACxC,oBAAoB,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAC;IAChD,YAAY,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACzC,WAAW,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACzC,OAAO,EAAE,CAAC,IAAI,EAAE,WAAW,GAAG,IAAI,KAAK,IAAI,CAAC;IAC5C,SAAS,EAAE,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI,KAAK,IAAI,CAAC;IAC/C,sBAAsB,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACvD,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,eAAe,EAAE,MAAM,IAAI,CAAC;CAC7B;AAED,wBAAgB,uBAAuB,CAAC,EACtC,SAAS,EACT,oBAAoB,EACpB,WAAW,EACX,aAAa,EACb,oBAAoB,EACpB,YAAY,EACZ,WAAW,EACX,OAAO,EACP,SAAS,EACT,sBAAsB,EACtB,aAAa,EACb,eAAe,GAChB,EAAE,wBAAwB,GAAG,IAAI,CAsHjC"}
@@ -0,0 +1,13 @@
1
+ import { ProfileUser, AuthTokens } from '../ProfileStorageManager';
2
+ export interface RemoteSLODeps {
3
+ tokens: AuthTokens | null;
4
+ bridgeUrl: string | undefined;
5
+ logout: () => void;
6
+ setActiveId: (id: string | null) => void;
7
+ setUser: (user: ProfileUser | null) => void;
8
+ setTokens: (tokens: AuthTokens | null) => void;
9
+ setWorkspaceTokenLocal: (token: string | null) => void;
10
+ clearAccounts: () => void;
11
+ }
12
+ export declare function useRemoteSLO({ tokens, bridgeUrl, logout, setActiveId, setUser, setTokens, setWorkspaceTokenLocal, clearAccounts, }: RemoteSLODeps): void;
13
+ //# sourceMappingURL=useRemoteSLO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useRemoteSLO.d.ts","sourceRoot":"","sources":["../../../../../src/shared/providers/shell/authProvider/useRemoteSLO.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAK7E,MAAM,WAAW,aAAa;IAC5B,MAAM,EAAE,UAAU,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,WAAW,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACzC,OAAO,EAAE,CAAC,IAAI,EAAE,WAAW,GAAG,IAAI,KAAK,IAAI,CAAC;IAC5C,SAAS,EAAE,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI,KAAK,IAAI,CAAC;IAC/C,sBAAsB,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACvD,aAAa,EAAE,MAAM,IAAI,CAAC;CAC3B;AAED,wBAAgB,YAAY,CAAC,EAC3B,MAAM,EACN,SAAS,EACT,MAAM,EACN,WAAW,EACX,OAAO,EACP,SAAS,EACT,sBAAsB,EACtB,aAAa,GACd,EAAE,aAAa,GAAG,IAAI,CA2CtB"}
@@ -0,0 +1,15 @@
1
+ import { ProfileUser, AuthTokens } from '../ProfileStorageManager';
2
+ export interface StorageSyncDeps {
3
+ user: ProfileUser | null;
4
+ tokens: AuthTokens | null;
5
+ workspaceToken: string | null;
6
+ activeId: string | null;
7
+ setUser: (user: ProfileUser | null) => void;
8
+ setTokens: (tokens: AuthTokens | null) => void;
9
+ setWorkspaceTokenLocal: (token: string | null) => void;
10
+ setActiveId: (id: string | null) => void;
11
+ clearAccounts: () => void;
12
+ refreshAccounts: () => void;
13
+ }
14
+ export declare function useStorageSync({ user, tokens, workspaceToken, activeId, setUser, setTokens, setWorkspaceTokenLocal, setActiveId, clearAccounts, refreshAccounts, }: StorageSyncDeps): void;
15
+ //# sourceMappingURL=useStorageSync.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useStorageSync.d.ts","sourceRoot":"","sources":["../../../../../src/shared/providers/shell/authProvider/useStorageSync.ts"],"names":[],"mappings":"AACA,OAAO,EACL,KAAK,WAAW,EAChB,KAAK,UAAU,EAMhB,MAAM,0BAA0B,CAAC;AAElC,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,WAAW,GAAG,IAAI,CAAC;IACzB,MAAM,EAAE,UAAU,GAAG,IAAI,CAAC;IAC1B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,CAAC,IAAI,EAAE,WAAW,GAAG,IAAI,KAAK,IAAI,CAAC;IAC5C,SAAS,EAAE,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI,KAAK,IAAI,CAAC;IAC/C,sBAAsB,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACvD,WAAW,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACzC,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,eAAe,EAAE,MAAM,IAAI,CAAC;CAC7B;AAED,wBAAgB,cAAc,CAAC,EAC7B,IAAI,EACJ,MAAM,EACN,cAAc,EACd,QAAQ,EACR,OAAO,EACP,SAAS,EACT,sBAAsB,EACtB,WAAW,EACX,aAAa,EACb,eAAe,GAChB,EAAE,eAAe,GAAG,IAAI,CAwDxB"}
@@ -0,0 +1,14 @@
1
+ import { AuthTokens } from '../ProfileStorageManager';
2
+ export interface TokenExpiryTimerDeps {
3
+ tokens: AuthTokens | null;
4
+ onRefreshToken: ((refreshToken: string) => Promise<{
5
+ accessToken: string;
6
+ refreshToken?: string;
7
+ expiresAt?: number;
8
+ }>) | undefined;
9
+ onTokenExpired: (() => void) | undefined;
10
+ onSessionExpiringSoon: (() => void) | undefined;
11
+ refreshAccessToken: () => Promise<void>;
12
+ }
13
+ export declare function useTokenExpiryTimer({ tokens, onRefreshToken, onTokenExpired, onSessionExpiringSoon, refreshAccessToken, }: TokenExpiryTimerDeps): void;
14
+ //# sourceMappingURL=useTokenExpiryTimer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useTokenExpiryTimer.d.ts","sourceRoot":"","sources":["../../../../../src/shared/providers/shell/authProvider/useTokenExpiryTimer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAE3D,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,UAAU,GAAG,IAAI,CAAC;IAC1B,cAAc,EACV,CAAC,CAAC,YAAY,EAAE,MAAM,KAAK,OAAO,CAAC;QACjC,WAAW,EAAE,MAAM,CAAC;QACpB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,CAAC,CAAC,GACH,SAAS,CAAC;IACd,cAAc,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,CAAC;IACzC,qBAAqB,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,CAAC;IAChD,kBAAkB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;CACzC;AAED,wBAAgB,mBAAmB,CAAC,EAClC,MAAM,EACN,cAAc,EACd,cAAc,EACd,qBAAqB,EACrB,kBAAkB,GACnB,EAAE,oBAAoB,GAAG,IAAI,CAoD7B"}
@@ -0,0 +1,45 @@
1
+ export { ThemeProvider, useTheme } from './ThemeProvider';
2
+ export type { ThemeMode, Brand, Density, Typography, ThemeContextValue, ThemeProviderProps, } from './ThemeProvider';
3
+ export { I18nProvider, useI18n, clearTranslationCache, isTranslationAttempted, } from './I18nProvider';
4
+ export type { Locale, TranslationDictionary, I18nContextValue, I18nProviderProps, FetchTranslationsFn, } from './I18nProvider';
5
+ export { AuthProvider, useAuth } from './AuthProvider';
6
+ export type { User, AuthTokens, Account, AuthContextValue, AuthProviderProps, } from './AuthProvider';
7
+ export { AuthBridgeClient, initAuthBridge, getAuthBridge, destroyAuthBridge, isAuthBridgeInitialized, } from './AuthBridgeClient';
8
+ export type { BridgeAuthState, BridgeMessage, AuthBridgeListener, AuthBridgeClientOptions, } from './AuthBridgeClient';
9
+ export * as ProfileStorage from './ProfileStorageManager';
10
+ export { getActiveContext, getActiveTokens, getActiveUser, getProfileLocale, logoutActiveProfile, removeAllProfiles, setProfileLocale, setProfiles, clearActiveProfileId, } from './ProfileStorageManager';
11
+ export type { ProfileMeta, ProfileUser, ProfileContext } from './ProfileStorageManager';
12
+ export { ActiveContextProvider, useActiveContext } from './ActiveContextProvider';
13
+ export type { ActiveContextValue, ActiveContextProviderProps } from './ActiveContextProvider';
14
+ export { FeatureFlagsProvider, useFeatureFlags } from './FeatureFlagsProvider';
15
+ export type { FeatureFlags, FeatureFlagsContextValue, FeatureFlagsProviderProps, } from './FeatureFlagsProvider';
16
+ export { FeatureFlagProvider, useFeatureFlag, useFeatureFlagValue, useFeatureFlagDetails, FeatureGate, } from '../../feature-flags';
17
+ export type { FeatureFlagProviderProps, FeatureFlagProviderConfig, FeatureFlagContextValue, FeatureGateProps, FlagEvaluation, FlagValue, } from '../../feature-flags';
18
+ export { GlobalUiProvider, useGlobalUi } from './GlobalUiProvider';
19
+ export type { ToastType, NotificationType, Toast, Notification, GlobalUiContextValue, GlobalUiProviderProps, } from './GlobalUiProvider';
20
+ export { ShellUiProvider, useShellUi } from './ShellUiProvider';
21
+ export type { BreadcrumbItem, ShellUiContextValue, ShellUiProviderProps } from './ShellUiProvider';
22
+ export { ContextManagerProvider, useContextManager } from './ContextManagerProvider';
23
+ export type { ContextManagerValue, ContextManagerProviderProps } from './ContextManagerProvider';
24
+ export { GeographyProvider, useGeography } from '../../geography/GeographyProvider';
25
+ export type { GeographyContextValue, GeographyProviderProps, } from '../../geography/GeographyProvider';
26
+ export { PermissionProvider, usePermissions, usePermission, useRole, usePermissionLoading, matchPermission, hasMatchingPermission, isSuperAdminBypass, } from './PermissionProvider';
27
+ export type { EffectivePermissions, EffectiveResourcePermission, MyRolesResult, RoleInfo, PermissionCheckOptions, PermissionContextValue, PermissionProviderProps, } from './PermissionProvider';
28
+ export { AuthTokenProvider, useAuthToken } from './AuthTokenProvider';
29
+ export type { AuthTokenContextValue, AuthTokenProviderProps } from './AuthTokenProvider';
30
+ export { MultiGatewayProvider } from './MultiGatewayProvider';
31
+ export type { MultiGatewayProviderProps } from './MultiGatewayProvider';
32
+ export { ObservabilityProvider } from './ObservabilityProvider';
33
+ export type { ObservabilityProviderProps } from './ObservabilityProvider';
34
+ export { GatewayRoute, getMicrofrontendGateway, withGateway } from './GatewayRouter';
35
+ export type { GatewayRouteProps } from './GatewayRouter';
36
+ export { ProfileI18nBridge } from './ProfileI18nBridge';
37
+ export type { ProfileI18nBridgeProps } from './ProfileI18nBridge';
38
+ export { ProfileGeographyBridge } from './ProfileGeographyBridge';
39
+ export type { ProfileGeographyBridgeProps } from './ProfileGeographyBridge';
40
+ export { AppShellContextProvider, useAppShell } from './AppShellContext';
41
+ export type { AppShellContextValue } from './AppShellContext';
42
+ export { PageConversationContextProvider, usePageConversationContext, useRegisterPageConversationContext, } from './PageConversationContextProvider';
43
+ export type { PageConversationContext, PageConversationContextProviderProps, } from './PageConversationContextProvider';
44
+ export type { MicrofrontendRootProps, NavItem, FooterItem, FooterSection } from '../../types';
45
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/shared/providers/shell/index.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Assert polyfill for browser environment.
3
+ * Required by adaptivecards-templating (antlr4ts dependency).
4
+ *
5
+ * Sets assert globally so bundled libraries can access it.
6
+ *
7
+ * @module @burdenoff/fe-libs/shared/shims/assert
8
+ */
9
+ declare function assert(condition: unknown, message?: string): asserts condition;
10
+ declare namespace assert {
11
+ var ok: typeof assert;
12
+ var strictEqual: (actual: unknown, expected: unknown, message?: string) => void;
13
+ var notStrictEqual: (actual: unknown, expected: unknown, message?: string) => void;
14
+ var deepStrictEqual: (actual: unknown, expected: unknown, message?: string) => void;
15
+ var fail: (message?: string) => never;
16
+ }
17
+ export { assert };
18
+ export default assert;
19
+ //# sourceMappingURL=assert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assert.d.ts","sourceRoot":"","sources":["../../../src/shared/shims/assert.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,iBAAS,MAAM,CAAC,SAAS,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,SAAS,CAIvE;kBAJQ,MAAM;;8BAQe,OAAO,YAAY,OAAO,YAAY,MAAM;iCAKzC,OAAO,YAAY,OAAO,YAAY,MAAM;kCAK3C,OAAO,YAAY,OAAO,YAAY,MAAM;yBAKrD,MAAM;;AAY/B,OAAO,EAAE,MAAM,EAAE,CAAC;AAClB,eAAe,MAAM,CAAC"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Browser shims for Node.js modules.
3
+ *
4
+ * App shells should import and install these shims in their entry point
5
+ * (main.tsx) before any other imports:
6
+ *
7
+ * ```ts
8
+ * import "@burdenoff/fe-libs/shared/shims/assert";
9
+ * import processShim from "@burdenoff/fe-libs/shared/shims/process";
10
+ * ```
11
+ *
12
+ * For Vite resolve aliases, use the paths exported here:
13
+ *
14
+ * ```ts
15
+ * import { getShimPaths } from "@burdenoff/fe-libs/shared/shims";
16
+ * ```
17
+ *
18
+ * @module @burdenoff/fe-libs/shared/shims
19
+ */
20
+ export { assert } from './assert';
21
+ export { default as processShim } from './process';
22
+ export { useSyncExternalStoreWithSelector } from './use-sync-external-store-with-selector';
23
+ export { useSyncExternalStore } from './use-sync-external-store-shim';
24
+ export * as utilShim from './util';
25
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shared/shims/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,WAAW,CAAC;AACnD,OAAO,EAAE,gCAAgC,EAAE,MAAM,yCAAyC,CAAC;AAC3F,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAGtE,OAAO,KAAK,QAAQ,MAAM,QAAQ,CAAC"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Process polyfill for browser environment.
3
+ * Provides a minimal Node.js process shim for libraries that depend on it.
4
+ *
5
+ * @module @burdenoff/fe-libs/shared/shims/process
6
+ */
7
+ declare const processShim: {
8
+ env: {};
9
+ browser: boolean;
10
+ platform: string;
11
+ cwd: () => string;
12
+ nextTick: (callback: (...args: unknown[]) => void, ...args: unknown[]) => void;
13
+ };
14
+ export declare const env: {};
15
+ export declare const browser: boolean;
16
+ export declare const platform: string;
17
+ export declare const cwd: () => string;
18
+ export declare const nextTick: (callback: (...args: unknown[]) => void, ...args: unknown[]) => void;
19
+ export default processShim;
20
+ //# sourceMappingURL=process.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"process.d.ts","sourceRoot":"","sources":["../../../src/shared/shims/process.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,QAAA,MAAM,WAAW;;;;;yBAKM,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,KAAK,IAAI,WAAW,OAAO,EAAE;CAGtE,CAAC;AAEF,eAAO,MAAM,GAAG,IAAkB,CAAC;AACnC,eAAO,MAAM,OAAO,SAAsB,CAAC;AAC3C,eAAO,MAAM,QAAQ,QAAuB,CAAC;AAC7C,eAAO,MAAM,GAAG,cAAkB,CAAC;AACnC,eAAO,MAAM,QAAQ,aATE,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,KAAK,IAAI,WAAW,OAAO,EAAE,SAS3B,CAAC;AAE7C,eAAe,WAAW,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { useSyncExternalStore } from 'react';
2
+ export { useSyncExternalStore };
3
+ declare const _default: {
4
+ useSyncExternalStore: typeof useSyncExternalStore;
5
+ };
6
+ export default _default;
7
+ //# sourceMappingURL=use-sync-external-store-shim.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-sync-external-store-shim.d.ts","sourceRoot":"","sources":["../../../src/shared/shims/use-sync-external-store-shim.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAE7C,OAAO,EAAE,oBAAoB,EAAE,CAAC;;;;AAEhC,wBAEE"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Full implementation of useSyncExternalStoreWithSelector.
3
+ * Required for zustand compatibility in React 19 environments.
4
+ *
5
+ * This replaces the "use-sync-external-store/with-selector" package
6
+ * which ships as CJS and breaks ESM-only browser builds.
7
+ *
8
+ * @module @burdenoff/fe-libs/shared/shims/use-sync-external-store-with-selector
9
+ */
10
+ type Selector<TSnapshot, TSelection> = (snapshot: TSnapshot) => TSelection;
11
+ type IsEqual<TSelection> = (a: TSelection, b: TSelection) => boolean;
12
+ export declare function useSyncExternalStoreWithSelector<TSnapshot, TSelection>(subscribe: (onStoreChange: () => void) => () => void, getSnapshot: () => TSnapshot, getServerSnapshot: (() => TSnapshot) | undefined, selector: Selector<TSnapshot, TSelection>, isEqual?: IsEqual<TSelection>): TSelection;
13
+ declare const _default: {
14
+ useSyncExternalStoreWithSelector: typeof useSyncExternalStoreWithSelector;
15
+ };
16
+ export default _default;
17
+ //# sourceMappingURL=use-sync-external-store-with-selector.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-sync-external-store-with-selector.d.ts","sourceRoot":"","sources":["../../../src/shared/shims/use-sync-external-store-with-selector.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAIH,KAAK,QAAQ,CAAC,SAAS,EAAE,UAAU,IAAI,CAAC,QAAQ,EAAE,SAAS,KAAK,UAAU,CAAC;AAC3E,KAAK,OAAO,CAAC,UAAU,IAAI,CAAC,CAAC,EAAE,UAAU,EAAE,CAAC,EAAE,UAAU,KAAK,OAAO,CAAC;AASrE,wBAAgB,gCAAgC,CAAC,SAAS,EAAE,UAAU,EACpE,SAAS,EAAE,CAAC,aAAa,EAAE,MAAM,IAAI,KAAK,MAAM,IAAI,EACpD,WAAW,EAAE,MAAM,SAAS,EAC5B,iBAAiB,EAAE,CAAC,MAAM,SAAS,CAAC,GAAG,SAAS,EAChD,QAAQ,EAAE,QAAQ,CAAC,SAAS,EAAE,UAAU,CAAC,EACzC,OAAO,CAAC,EAAE,OAAO,CAAC,UAAU,CAAC,GAC5B,UAAU,CAmEZ;;;;AAED,wBAEE"}
@@ -0,0 +1,135 @@
1
+ /**
2
+ * Node.js util module polyfill for browser environment.
3
+ * Required by adaptivecards-templating and antlr4ts.
4
+ *
5
+ * @module @burdenoff/fe-libs/shared/shims/util
6
+ */
7
+ export declare function isPromise(value: unknown): value is Promise<unknown>;
8
+ export declare function isDate(value: unknown): value is Date;
9
+ export declare function isError(value: unknown): value is Error;
10
+ export declare function isRegExp(value: unknown): value is RegExp;
11
+ export declare function isArray(value: unknown): value is unknown[];
12
+ export declare function isBuffer(_value: unknown): boolean;
13
+ export declare function isNullOrUndefined(value: unknown): value is null | undefined;
14
+ export declare function isUndefined(value: unknown): value is undefined;
15
+ export declare function isNull(value: unknown): value is null;
16
+ export declare function isBoolean(value: unknown): value is boolean;
17
+ export declare function isNumber(value: unknown): value is number;
18
+ export declare function isString(value: unknown): value is string;
19
+ export declare function isSymbol(value: unknown): value is symbol;
20
+ export declare function isObject(value: unknown): value is object;
21
+ export declare function isFunction(value: unknown): value is (...args: unknown[]) => unknown;
22
+ export declare function isPrimitive(value: unknown): boolean;
23
+ export declare const inspect: {
24
+ custom: symbol;
25
+ };
26
+ export declare function format(fmt: string, ...args: unknown[]): string;
27
+ export declare function inherits(ctor: {
28
+ prototype: object;
29
+ super_?: unknown;
30
+ }, superCtor: {
31
+ prototype: object;
32
+ }): void;
33
+ export declare function deprecate<T extends (...args: unknown[]) => unknown>(fn: T, _msg: string): T;
34
+ export declare function promisify<T>(fn: (...args: unknown[]) => void): (...args: unknown[]) => Promise<T>;
35
+ export declare function callbackify<T>(fn: (...args: unknown[]) => Promise<T>): (...args: [...unknown[], (err: Error | null, result?: T) => void]) => void;
36
+ export declare const types: {
37
+ isPromise: typeof isPromise;
38
+ isDate: typeof isDate;
39
+ isRegExp: typeof isRegExp;
40
+ isArray: typeof isArray;
41
+ isArrayBuffer: (value: unknown) => value is ArrayBuffer;
42
+ isArrayBufferView: (value: unknown) => boolean;
43
+ isAsyncFunction: (value: unknown) => boolean;
44
+ isBigInt64Array: (value: unknown) => boolean;
45
+ isBigUint64Array: (value: unknown) => boolean;
46
+ isBooleanObject: (value: unknown) => boolean;
47
+ isDataView: (value: unknown) => value is DataView;
48
+ isFloat32Array: (value: unknown) => boolean;
49
+ isFloat64Array: (value: unknown) => boolean;
50
+ isGeneratorFunction: (value: unknown) => boolean;
51
+ isGeneratorObject: (value: unknown) => boolean;
52
+ isInt8Array: (value: unknown) => boolean;
53
+ isInt16Array: (value: unknown) => boolean;
54
+ isInt32Array: (value: unknown) => boolean;
55
+ isMap: (value: unknown) => value is Map<unknown, unknown>;
56
+ isMapIterator: (_value: unknown) => boolean;
57
+ isNativeError: typeof isError;
58
+ isNumberObject: (value: unknown) => boolean;
59
+ isSet: (value: unknown) => value is Set<unknown>;
60
+ isSetIterator: (_value: unknown) => boolean;
61
+ isSharedArrayBuffer: (value: unknown) => boolean;
62
+ isStringObject: (value: unknown) => boolean;
63
+ isSymbolObject: (value: unknown) => boolean;
64
+ isTypedArray: (value: unknown) => boolean;
65
+ isUint8Array: (value: unknown) => boolean;
66
+ isUint8ClampedArray: (value: unknown) => boolean;
67
+ isUint16Array: (value: unknown) => boolean;
68
+ isUint32Array: (value: unknown) => boolean;
69
+ isWeakMap: (value: unknown) => value is WeakMap<object, unknown>;
70
+ isWeakSet: (value: unknown) => value is WeakSet<object>;
71
+ };
72
+ declare const _default: {
73
+ isPromise: typeof isPromise;
74
+ isDate: typeof isDate;
75
+ isError: typeof isError;
76
+ isRegExp: typeof isRegExp;
77
+ isArray: typeof isArray;
78
+ isBuffer: typeof isBuffer;
79
+ isNullOrUndefined: typeof isNullOrUndefined;
80
+ isUndefined: typeof isUndefined;
81
+ isNull: typeof isNull;
82
+ isBoolean: typeof isBoolean;
83
+ isNumber: typeof isNumber;
84
+ isString: typeof isString;
85
+ isSymbol: typeof isSymbol;
86
+ isObject: typeof isObject;
87
+ isFunction: typeof isFunction;
88
+ isPrimitive: typeof isPrimitive;
89
+ inspect: {
90
+ custom: symbol;
91
+ };
92
+ format: typeof format;
93
+ inherits: typeof inherits;
94
+ deprecate: typeof deprecate;
95
+ promisify: typeof promisify;
96
+ callbackify: typeof callbackify;
97
+ types: {
98
+ isPromise: typeof isPromise;
99
+ isDate: typeof isDate;
100
+ isRegExp: typeof isRegExp;
101
+ isArray: typeof isArray;
102
+ isArrayBuffer: (value: unknown) => value is ArrayBuffer;
103
+ isArrayBufferView: (value: unknown) => boolean;
104
+ isAsyncFunction: (value: unknown) => boolean;
105
+ isBigInt64Array: (value: unknown) => boolean;
106
+ isBigUint64Array: (value: unknown) => boolean;
107
+ isBooleanObject: (value: unknown) => boolean;
108
+ isDataView: (value: unknown) => value is DataView;
109
+ isFloat32Array: (value: unknown) => boolean;
110
+ isFloat64Array: (value: unknown) => boolean;
111
+ isGeneratorFunction: (value: unknown) => boolean;
112
+ isGeneratorObject: (value: unknown) => boolean;
113
+ isInt8Array: (value: unknown) => boolean;
114
+ isInt16Array: (value: unknown) => boolean;
115
+ isInt32Array: (value: unknown) => boolean;
116
+ isMap: (value: unknown) => value is Map<unknown, unknown>;
117
+ isMapIterator: (_value: unknown) => boolean;
118
+ isNativeError: typeof isError;
119
+ isNumberObject: (value: unknown) => boolean;
120
+ isSet: (value: unknown) => value is Set<unknown>;
121
+ isSetIterator: (_value: unknown) => boolean;
122
+ isSharedArrayBuffer: (value: unknown) => boolean;
123
+ isStringObject: (value: unknown) => boolean;
124
+ isSymbolObject: (value: unknown) => boolean;
125
+ isTypedArray: (value: unknown) => boolean;
126
+ isUint8Array: (value: unknown) => boolean;
127
+ isUint8ClampedArray: (value: unknown) => boolean;
128
+ isUint16Array: (value: unknown) => boolean;
129
+ isUint32Array: (value: unknown) => boolean;
130
+ isWeakMap: (value: unknown) => value is WeakMap<object, unknown>;
131
+ isWeakSet: (value: unknown) => value is WeakSet<object>;
132
+ };
133
+ };
134
+ export default _default;
135
+ //# sourceMappingURL=util.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../src/shared/shims/util.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * TourInitializer — Automatically starts tours based on trigger conditions.
3
+ * Uses the centralized ToursContext to prevent duplicate API calls.
4
+ */
5
+ export declare function TourInitializer(): null;
6
+ //# sourceMappingURL=TourInitializer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TourInitializer.d.ts","sourceRoot":"","sources":["../../../src/shared/tours/TourInitializer.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AA2BH,wBAAgB,eAAe,SAkC9B"}
@@ -0,0 +1,49 @@
1
+ import { Tour } from './types';
2
+ export interface TourPlayerProps {
3
+ /**
4
+ * Tour to play automatically when component mounts
5
+ */
6
+ tour?: Tour;
7
+ /**
8
+ * Whether to auto-start the tour
9
+ */
10
+ autoStart?: boolean;
11
+ /**
12
+ * Delay before auto-starting (in ms)
13
+ */
14
+ autoStartDelay?: number;
15
+ /**
16
+ * Callback when tour completes
17
+ */
18
+ onComplete?: () => void;
19
+ /**
20
+ * Callback when tour is skipped
21
+ */
22
+ onSkip?: () => void;
23
+ }
24
+ /**
25
+ * TourPlayer Component
26
+ * A controlled component for playing tours.
27
+ * Use this when you want to trigger a specific tour.
28
+ *
29
+ * @example
30
+ * ```tsx
31
+ * <TourPlayer tour={myTour} autoStart />
32
+ * ```
33
+ */
34
+ export declare function TourPlayer({ tour, autoStart, autoStartDelay, onComplete, onSkip, }: TourPlayerProps): null;
35
+ /**
36
+ * Hook to get a function that starts a specific tour
37
+ */
38
+ export declare function usePlayTour(): (tour: Tour) => void;
39
+ /**
40
+ * Button component to trigger a tour
41
+ */
42
+ export interface TourTriggerButtonProps {
43
+ tour: Tour;
44
+ children: React.ReactNode;
45
+ className?: string;
46
+ style?: React.CSSProperties;
47
+ }
48
+ export declare function TourTriggerButton({ tour, children, className, style }: TourTriggerButtonProps): import("react/jsx-runtime").JSX.Element;
49
+ //# sourceMappingURL=TourPlayer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TourPlayer.d.ts","sourceRoot":"","sources":["../../../src/shared/tours/TourPlayer.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAEpC,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB;AAED;;;;;;;;;GASG;AACH,wBAAgB,UAAU,CAAC,EACzB,IAAI,EACJ,SAAiB,EACjB,cAAkB,EAClB,UAAU,EACV,MAAM,GACP,EAAE,eAAe,QA+BjB;AAED;;GAEG;AACH,wBAAgB,WAAW,WAIhB,IAAI,UAUd;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,IAAI,CAAC;IACX,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC7B;AAED,wBAAgB,iBAAiB,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,SAAS,EAAE,KAAK,EAAE,EAAE,sBAAsB,2CAc7F"}
@@ -0,0 +1,26 @@
1
+ import { TourPlayerContextValue, TourPlayerProviderProps } from './types';
2
+ /**
3
+ * TourPlayerProvider Component
4
+ * Provides tour player context and renders the tour UI overlay
5
+ */
6
+ export declare function TourPlayerProvider({ children, onTourStart, onTourComplete, onTourSkip, onStepChange, onStepComplete, zIndex, }: TourPlayerProviderProps): import("react/jsx-runtime").JSX.Element;
7
+ /**
8
+ * Hook to access tour player context
9
+ */
10
+ export declare function useTourPlayerContext(): TourPlayerContextValue;
11
+ /**
12
+ * Hook to start a tour programmatically
13
+ */
14
+ export declare function useStartTour(): (tour: import('./types').Tour) => void;
15
+ /**
16
+ * Hook to stop the current tour
17
+ */
18
+ export declare function useStopTour(): () => void;
19
+ /**
20
+ * Hook to check if a tour is currently playing
21
+ */
22
+ export declare function useIsTourPlaying(): {
23
+ isPlaying: boolean;
24
+ currentTour: import('./types').Tour | null;
25
+ };
26
+ //# sourceMappingURL=TourPlayerProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TourPlayerProvider.d.ts","sourceRoot":"","sources":["../../../src/shared/tours/TourPlayerProvider.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAK/E;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,EACjC,QAAQ,EACR,WAAW,EACX,cAAc,EACd,UAAU,EACV,YAAY,EACZ,cAAc,EACd,MAAa,GACd,EAAE,uBAAuB,2CAwEzB;AAqDD;;GAEG;AACH,wBAAgB,oBAAoB,IAAI,sBAAsB,CAM7D;AAED;;GAEG;AACH,wBAAgB,YAAY,2CAG3B;AAED;;GAEG;AACH,wBAAgB,WAAW,eAG1B;AAED;;GAEG;AACH,wBAAgB,gBAAgB;;;EAG/B"}
@@ -0,0 +1,8 @@
1
+ import { TourSpotlightProps } from './types';
2
+ /**
3
+ * TourSpotlight Component
4
+ * Creates a spotlight effect around the target element
5
+ * Uses CSS clip-path to create a "hole" in the overlay
6
+ */
7
+ export declare const TourSpotlight: import('react').NamedExoticComponent<TourSpotlightProps>;
8
+ //# sourceMappingURL=TourSpotlight.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TourSpotlight.d.ts","sourceRoot":"","sources":["../../../src/shared/tours/TourSpotlight.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAElD;;;;GAIG;AACH,eAAO,MAAM,aAAa,0DAmGxB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { TourTooltipProps } from './types';
2
+ /**
3
+ * TourTooltip Component
4
+ * Displays tour step content with navigation controls
5
+ */
6
+ export declare const TourTooltip: import('react').NamedExoticComponent<TourTooltipProps>;
7
+ //# sourceMappingURL=TourTooltip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TourTooltip.d.ts","sourceRoot":"","sources":["../../../src/shared/tours/TourTooltip.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAiB,MAAM,SAAS,CAAC;AA0G/D;;;GAGG;AACH,eAAO,MAAM,WAAW,wDA2StB,CAAC"}