@burdenoff/fe-libs 2026.527.6 → 2026.528.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 (850) 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/AppShellLayout.js +9 -3
  11. package/dist/chrome/AutoBreadcrumbs.d.ts +22 -0
  12. package/dist/chrome/AutoBreadcrumbs.d.ts.map +1 -0
  13. package/dist/chrome/Breadcrumb.d.ts +47 -0
  14. package/dist/chrome/Breadcrumb.d.ts.map +1 -0
  15. package/dist/chrome/Breadcrumbs.d.ts +69 -0
  16. package/dist/chrome/Breadcrumbs.d.ts.map +1 -0
  17. package/dist/chrome/CommandPalette.d.ts +64 -0
  18. package/dist/chrome/CommandPalette.d.ts.map +1 -0
  19. package/dist/chrome/ContextSwitcher.d.ts +18 -0
  20. package/dist/chrome/ContextSwitcher.d.ts.map +1 -0
  21. package/dist/chrome/DynamicFooter.d.ts +21 -0
  22. package/dist/chrome/DynamicFooter.d.ts.map +1 -0
  23. package/dist/chrome/Footer.d.ts +128 -0
  24. package/dist/chrome/Footer.d.ts.map +1 -0
  25. package/dist/chrome/FooterBar.d.ts +79 -0
  26. package/dist/chrome/FooterBar.d.ts.map +1 -0
  27. package/dist/chrome/GeographySwitcher.d.ts +22 -0
  28. package/dist/chrome/GeographySwitcher.d.ts.map +1 -0
  29. package/dist/chrome/GlobalSearch.d.ts +49 -0
  30. package/dist/chrome/GlobalSearch.d.ts.map +1 -0
  31. package/dist/chrome/HeaderBar.d.ts +108 -0
  32. package/dist/chrome/HeaderBar.d.ts.map +1 -0
  33. package/dist/chrome/LanguagePickerSheet.d.ts +22 -0
  34. package/dist/chrome/LanguagePickerSheet.d.ts.map +1 -0
  35. package/dist/chrome/LanguageSwitcher.d.ts +23 -0
  36. package/dist/chrome/LanguageSwitcher.d.ts.map +1 -0
  37. package/dist/chrome/NavLink.d.ts +64 -0
  38. package/dist/chrome/NavLink.d.ts.map +1 -0
  39. package/dist/chrome/NotificationCenter.d.ts +16 -0
  40. package/dist/chrome/NotificationCenter.d.ts.map +1 -0
  41. package/dist/chrome/PageHeader.d.ts +17 -0
  42. package/dist/chrome/PageHeader.d.ts.map +1 -0
  43. package/dist/chrome/PageHeader.js +67 -0
  44. package/dist/chrome/PanelContainer.d.ts +8 -0
  45. package/dist/chrome/PanelContainer.d.ts.map +1 -0
  46. package/dist/chrome/PanelTabs.d.ts +19 -0
  47. package/dist/chrome/PanelTabs.d.ts.map +1 -0
  48. package/dist/chrome/PluginContextMenuTarget.d.ts +8 -0
  49. package/dist/chrome/PluginContextMenuTarget.d.ts.map +1 -0
  50. package/dist/chrome/PluginFooterStrip.d.ts +3 -0
  51. package/dist/chrome/PluginFooterStrip.d.ts.map +1 -0
  52. package/dist/chrome/PluginRoutes.d.ts +9 -0
  53. package/dist/chrome/PluginRoutes.d.ts.map +1 -0
  54. package/dist/chrome/PluginSettingsPage.d.ts +3 -0
  55. package/dist/chrome/PluginSettingsPage.d.ts.map +1 -0
  56. package/dist/chrome/PluginToolbar.d.ts +9 -0
  57. package/dist/chrome/PluginToolbar.d.ts.map +1 -0
  58. package/dist/chrome/PluginWidgetGrid.d.ts +7 -0
  59. package/dist/chrome/PluginWidgetGrid.d.ts.map +1 -0
  60. package/dist/chrome/ProductPickerSheet.d.ts +24 -0
  61. package/dist/chrome/ProductPickerSheet.d.ts.map +1 -0
  62. package/dist/chrome/ProductSideNav.d.ts +22 -0
  63. package/dist/chrome/ProductSideNav.d.ts.map +1 -0
  64. package/dist/chrome/ProductSwitcher.d.ts +31 -0
  65. package/dist/chrome/ProductSwitcher.d.ts.map +1 -0
  66. package/dist/chrome/ProfileSwitcher.d.ts +49 -0
  67. package/dist/chrome/ProfileSwitcher.d.ts.map +1 -0
  68. package/dist/chrome/ShortcutHelpDialog.d.ts +33 -0
  69. package/dist/chrome/ShortcutHelpDialog.d.ts.map +1 -0
  70. package/dist/chrome/SideNavigation.d.ts +41 -0
  71. package/dist/chrome/SideNavigation.d.ts.map +1 -0
  72. package/dist/chrome/Sidebar.d.ts +108 -0
  73. package/dist/chrome/Sidebar.d.ts.map +1 -0
  74. package/dist/chrome/StatusBar.d.ts +3 -0
  75. package/dist/chrome/StatusBar.d.ts.map +1 -0
  76. package/dist/chrome/Tabs.d.ts +74 -0
  77. package/dist/chrome/Tabs.d.ts.map +1 -0
  78. package/dist/chrome/contextSwitcher/EmptyState.d.ts +6 -0
  79. package/dist/chrome/contextSwitcher/EmptyState.d.ts.map +1 -0
  80. package/dist/chrome/contextSwitcher/OrganizationList.d.ts +12 -0
  81. package/dist/chrome/contextSwitcher/OrganizationList.d.ts.map +1 -0
  82. package/dist/chrome/contextSwitcher/ProjectList.d.ts +12 -0
  83. package/dist/chrome/contextSwitcher/ProjectList.d.ts.map +1 -0
  84. package/dist/chrome/contextSwitcher/SearchInput.d.ts +8 -0
  85. package/dist/chrome/contextSwitcher/SearchInput.d.ts.map +1 -0
  86. package/dist/chrome/contextSwitcher/TabButton.d.ts +7 -0
  87. package/dist/chrome/contextSwitcher/TabButton.d.ts.map +1 -0
  88. package/dist/chrome/contextSwitcher/TriggerButton.d.ts +11 -0
  89. package/dist/chrome/contextSwitcher/TriggerButton.d.ts.map +1 -0
  90. package/dist/chrome/contextSwitcher/WorkspaceList.d.ts +12 -0
  91. package/dist/chrome/contextSwitcher/WorkspaceList.d.ts.map +1 -0
  92. package/dist/chrome/contextSwitcher/icons.d.ts +17 -0
  93. package/dist/chrome/contextSwitcher/icons.d.ts.map +1 -0
  94. package/dist/chrome/contextSwitcher/types.d.ts +19 -0
  95. package/dist/chrome/contextSwitcher/types.d.ts.map +1 -0
  96. package/dist/chrome/contextSwitcher/useIsMobile.d.ts +2 -0
  97. package/dist/chrome/contextSwitcher/useIsMobile.d.ts.map +1 -0
  98. package/dist/chrome/globalSearch/AdvancedFiltersPanel.d.ts +7 -0
  99. package/dist/chrome/globalSearch/AdvancedFiltersPanel.d.ts.map +1 -0
  100. package/dist/chrome/globalSearch/CategoryTabs.d.ts +9 -0
  101. package/dist/chrome/globalSearch/CategoryTabs.d.ts.map +1 -0
  102. package/dist/chrome/globalSearch/ResultsList.d.ts +14 -0
  103. package/dist/chrome/globalSearch/ResultsList.d.ts.map +1 -0
  104. package/dist/chrome/globalSearch/SearchInput.d.ts +9 -0
  105. package/dist/chrome/globalSearch/SearchInput.d.ts.map +1 -0
  106. package/dist/chrome/globalSearch/SearchModeBar.d.ts +10 -0
  107. package/dist/chrome/globalSearch/SearchModeBar.d.ts.map +1 -0
  108. package/dist/chrome/globalSearch/useAdvancedFilters.d.ts +39 -0
  109. package/dist/chrome/globalSearch/useAdvancedFilters.d.ts.map +1 -0
  110. package/dist/chrome/globalSearch/utils.d.ts +6 -0
  111. package/dist/chrome/globalSearch/utils.d.ts.map +1 -0
  112. package/dist/chrome/index.d.ts +110 -0
  113. package/dist/chrome/index.d.ts.map +1 -0
  114. package/dist/chrome/notificationCenter/BellButton.d.ts +9 -0
  115. package/dist/chrome/notificationCenter/BellButton.d.ts.map +1 -0
  116. package/dist/chrome/notificationCenter/NotificationCardItem.d.ts +11 -0
  117. package/dist/chrome/notificationCenter/NotificationCardItem.d.ts.map +1 -0
  118. package/dist/chrome/notificationCenter/NotificationFilters.d.ts +16 -0
  119. package/dist/chrome/notificationCenter/NotificationFilters.d.ts.map +1 -0
  120. package/dist/chrome/notificationCenter/NotificationFooter.d.ts +8 -0
  121. package/dist/chrome/notificationCenter/NotificationFooter.d.ts.map +1 -0
  122. package/dist/chrome/notificationCenter/NotificationHeader.d.ts +10 -0
  123. package/dist/chrome/notificationCenter/NotificationHeader.d.ts.map +1 -0
  124. package/dist/chrome/notificationCenter/NotificationList.d.ts +17 -0
  125. package/dist/chrome/notificationCenter/NotificationList.d.ts.map +1 -0
  126. package/dist/chrome/notificationCenter/NotificationPanel.d.ts +9 -0
  127. package/dist/chrome/notificationCenter/NotificationPanel.d.ts.map +1 -0
  128. package/dist/chrome/notificationCenter/SkeletonCard.d.ts +3 -0
  129. package/dist/chrome/notificationCenter/SkeletonCard.d.ts.map +1 -0
  130. package/dist/chrome/notificationCenter/constants.d.ts +22 -0
  131. package/dist/chrome/notificationCenter/constants.d.ts.map +1 -0
  132. package/dist/chrome/notificationCenter/gql.d.ts +15 -0
  133. package/dist/chrome/notificationCenter/gql.d.ts.map +1 -0
  134. package/dist/chrome/notificationCenter/types.d.ts +31 -0
  135. package/dist/chrome/notificationCenter/types.d.ts.map +1 -0
  136. package/dist/chrome/notificationCenter/useNotificationCenter.d.ts +24 -0
  137. package/dist/chrome/notificationCenter/useNotificationCenter.d.ts.map +1 -0
  138. package/dist/chrome/notificationCenter/usePanelChrome.d.ts +7 -0
  139. package/dist/chrome/notificationCenter/usePanelChrome.d.ts.map +1 -0
  140. package/dist/chrome/sideNavigation/CollapseToggle.d.ts +9 -0
  141. package/dist/chrome/sideNavigation/CollapseToggle.d.ts.map +1 -0
  142. package/dist/chrome/sideNavigation/MobileActionsBar.d.ts +10 -0
  143. package/dist/chrome/sideNavigation/MobileActionsBar.d.ts.map +1 -0
  144. package/dist/chrome/sideNavigation/NavItemRenderer.d.ts +16 -0
  145. package/dist/chrome/sideNavigation/NavItemRenderer.d.ts.map +1 -0
  146. package/dist/chrome/sideNavigation/SidebarHeader.d.ts +10 -0
  147. package/dist/chrome/sideNavigation/SidebarHeader.d.ts.map +1 -0
  148. package/dist/chrome/sideNavigation/helpers.d.ts +6 -0
  149. package/dist/chrome/sideNavigation/helpers.d.ts.map +1 -0
  150. package/dist/chrome/sideNavigation/types.d.ts +33 -0
  151. package/dist/chrome/sideNavigation/types.d.ts.map +1 -0
  152. package/dist/chrome/sideNavigation/useSideNavigationState.d.ts +15 -0
  153. package/dist/chrome/sideNavigation/useSideNavigationState.d.ts.map +1 -0
  154. package/dist/chrome.d.ts +2 -0
  155. package/dist/chrome.js +33 -32
  156. package/dist/config/eslint.config.d.ts +12 -0
  157. package/dist/config/eslint.config.d.ts.map +1 -0
  158. package/dist/config/index.d.ts +19 -0
  159. package/dist/config/index.d.ts.map +1 -0
  160. package/dist/config/prettier.config.d.ts +7 -0
  161. package/dist/config/prettier.config.d.ts.map +1 -0
  162. package/dist/form/Checkbox.d.ts +65 -0
  163. package/dist/form/Checkbox.d.ts.map +1 -0
  164. package/dist/form/Form.d.ts +114 -0
  165. package/dist/form/Form.d.ts.map +1 -0
  166. package/dist/form/FormDescription.d.ts +35 -0
  167. package/dist/form/FormDescription.d.ts.map +1 -0
  168. package/dist/form/FormField.d.ts +100 -0
  169. package/dist/form/FormField.d.ts.map +1 -0
  170. package/dist/form/FormLabel.d.ts +45 -0
  171. package/dist/form/FormLabel.d.ts.map +1 -0
  172. package/dist/form/FormLabel.js +17 -10
  173. package/dist/form/FormMessage.d.ts +37 -0
  174. package/dist/form/FormMessage.d.ts.map +1 -0
  175. package/dist/form/FormSection.d.ts +18 -0
  176. package/dist/form/FormSection.d.ts.map +1 -0
  177. package/dist/form/FormSection.js +78 -0
  178. package/dist/form/Input.d.ts +45 -0
  179. package/dist/form/Input.d.ts.map +1 -0
  180. package/dist/form/Radio.d.ts +109 -0
  181. package/dist/form/Radio.d.ts.map +1 -0
  182. package/dist/form/Select.d.ts +136 -0
  183. package/dist/form/Select.d.ts.map +1 -0
  184. package/dist/form/Textarea.d.ts +52 -0
  185. package/dist/form/Textarea.d.ts.map +1 -0
  186. package/dist/form/index.d.ts +26 -0
  187. package/dist/form/index.d.ts.map +1 -0
  188. package/dist/form.d.ts +2 -0
  189. package/dist/form.js +11 -10
  190. package/dist/index.d.ts +2 -0
  191. package/dist/index.d.ts.map +1 -0
  192. package/dist/lib/utils.d.ts +3 -0
  193. package/dist/lib/utils.d.ts.map +1 -0
  194. package/dist/shared/components/AccessDenied.d.ts +117 -0
  195. package/dist/shared/components/AccessDenied.d.ts.map +1 -0
  196. package/dist/shared/components/AppErrorBoundary.d.ts +19 -0
  197. package/dist/shared/components/AppErrorBoundary.d.ts.map +1 -0
  198. package/dist/shared/components/ConditionalShell.d.ts +17 -0
  199. package/dist/shared/components/ConditionalShell.d.ts.map +1 -0
  200. package/dist/shared/components/ContextConversationWidget.d.ts +6 -0
  201. package/dist/shared/components/ContextConversationWidget.d.ts.map +1 -0
  202. package/dist/shared/components/ErrorBoundary.d.ts +19 -0
  203. package/dist/shared/components/ErrorBoundary.d.ts.map +1 -0
  204. package/dist/shared/components/ErrorFallback.d.ts +3 -0
  205. package/dist/shared/components/ErrorFallback.d.ts.map +1 -0
  206. package/dist/shared/components/KeyboardHelpDialogWrapper.d.ts +7 -0
  207. package/dist/shared/components/KeyboardHelpDialogWrapper.d.ts.map +1 -0
  208. package/dist/shared/components/LegalPage.d.ts +19 -0
  209. package/dist/shared/components/LegalPage.d.ts.map +1 -0
  210. package/dist/shared/components/LoadingFallback.d.ts +31 -0
  211. package/dist/shared/components/LoadingFallback.d.ts.map +1 -0
  212. package/dist/shared/components/MicrofrontendErrorBoundary.d.ts +20 -0
  213. package/dist/shared/components/MicrofrontendErrorBoundary.d.ts.map +1 -0
  214. package/dist/shared/components/PWAInstallBanner.d.ts +14 -0
  215. package/dist/shared/components/PWAInstallBanner.d.ts.map +1 -0
  216. package/dist/shared/components/PermissionGate.d.ts +202 -0
  217. package/dist/shared/components/PermissionGate.d.ts.map +1 -0
  218. package/dist/shared/components/ProductAccessGuard.d.ts +8 -0
  219. package/dist/shared/components/ProductAccessGuard.d.ts.map +1 -0
  220. package/dist/shared/components/QuotaMeter.d.ts +30 -0
  221. package/dist/shared/components/QuotaMeter.d.ts.map +1 -0
  222. package/dist/shared/components/RequireAuth.d.ts +76 -0
  223. package/dist/shared/components/RequireAuth.d.ts.map +1 -0
  224. package/dist/shared/components/SSORedirectGuard.d.ts +49 -0
  225. package/dist/shared/components/SSORedirectGuard.d.ts.map +1 -0
  226. package/dist/shared/components/SearchPage.d.ts +24 -0
  227. package/dist/shared/components/SearchPage.d.ts.map +1 -0
  228. package/dist/shared/components/UpgradeInlineBanner.d.ts +45 -0
  229. package/dist/shared/components/UpgradeInlineBanner.d.ts.map +1 -0
  230. package/dist/shared/components/UpgradePromptModal.d.ts +64 -0
  231. package/dist/shared/components/UpgradePromptModal.d.ts.map +1 -0
  232. package/dist/shared/components/contextConversationWidget/Composer.d.ts +19 -0
  233. package/dist/shared/components/contextConversationWidget/Composer.d.ts.map +1 -0
  234. package/dist/shared/components/contextConversationWidget/MessageItem.d.ts +20 -0
  235. package/dist/shared/components/contextConversationWidget/MessageItem.d.ts.map +1 -0
  236. package/dist/shared/components/contextConversationWidget/MessageList.d.ts +22 -0
  237. package/dist/shared/components/contextConversationWidget/MessageList.d.ts.map +1 -0
  238. package/dist/shared/components/contextConversationWidget/NoWorkspaceCard.d.ts +7 -0
  239. package/dist/shared/components/contextConversationWidget/NoWorkspaceCard.d.ts.map +1 -0
  240. package/dist/shared/components/contextConversationWidget/PendingAttachmentsBar.d.ts +8 -0
  241. package/dist/shared/components/contextConversationWidget/PendingAttachmentsBar.d.ts.map +1 -0
  242. package/dist/shared/components/contextConversationWidget/ReplyBanner.d.ts +9 -0
  243. package/dist/shared/components/contextConversationWidget/ReplyBanner.d.ts.map +1 -0
  244. package/dist/shared/components/contextConversationWidget/WidgetHeader.d.ts +19 -0
  245. package/dist/shared/components/contextConversationWidget/WidgetHeader.d.ts.map +1 -0
  246. package/dist/shared/components/contextConversationWidget/queries.d.ts +16 -0
  247. package/dist/shared/components/contextConversationWidget/queries.d.ts.map +1 -0
  248. package/dist/shared/components/contextConversationWidget/types.d.ts +113 -0
  249. package/dist/shared/components/contextConversationWidget/types.d.ts.map +1 -0
  250. package/dist/shared/components/contextConversationWidget/useAttachmentUpload.d.ts +16 -0
  251. package/dist/shared/components/contextConversationWidget/useAttachmentUpload.d.ts.map +1 -0
  252. package/dist/shared/components/contextConversationWidget/useConversationSubscriptions.d.ts +3 -0
  253. package/dist/shared/components/contextConversationWidget/useConversationSubscriptions.d.ts.map +1 -0
  254. package/dist/shared/components/contextConversationWidget/useMessageActions.d.ts +15 -0
  255. package/dist/shared/components/contextConversationWidget/useMessageActions.d.ts.map +1 -0
  256. package/dist/shared/components/contextConversationWidget/useSendMessage.d.ts +25 -0
  257. package/dist/shared/components/contextConversationWidget/useSendMessage.d.ts.map +1 -0
  258. package/dist/shared/components/contextConversationWidget/useWidgetMessages.d.ts +3 -0
  259. package/dist/shared/components/contextConversationWidget/useWidgetMessages.d.ts.map +1 -0
  260. package/dist/shared/components/contextConversationWidget/utils.d.ts +12 -0
  261. package/dist/shared/components/contextConversationWidget/utils.d.ts.map +1 -0
  262. package/dist/shared/components/index.d.ts +29 -0
  263. package/dist/shared/components/index.d.ts.map +1 -0
  264. package/dist/shared/components/searchPage/FiltersPanel.d.ts +17 -0
  265. package/dist/shared/components/searchPage/FiltersPanel.d.ts.map +1 -0
  266. package/dist/shared/components/searchPage/Pagination.d.ts +8 -0
  267. package/dist/shared/components/searchPage/Pagination.d.ts.map +1 -0
  268. package/dist/shared/components/searchPage/ResultsHeader.d.ts +8 -0
  269. package/dist/shared/components/searchPage/ResultsHeader.d.ts.map +1 -0
  270. package/dist/shared/components/searchPage/ResultsList.d.ts +13 -0
  271. package/dist/shared/components/searchPage/ResultsList.d.ts.map +1 -0
  272. package/dist/shared/components/searchPage/SearchInput.d.ts +9 -0
  273. package/dist/shared/components/searchPage/SearchInput.d.ts.map +1 -0
  274. package/dist/shared/components/searchPage/SearchToolbar.d.ts +13 -0
  275. package/dist/shared/components/searchPage/SearchToolbar.d.ts.map +1 -0
  276. package/dist/shared/components/searchPage/constants.d.ts +18 -0
  277. package/dist/shared/components/searchPage/constants.d.ts.map +1 -0
  278. package/dist/shared/config/authBridgeUrls.d.ts +27 -0
  279. package/dist/shared/config/authBridgeUrls.d.ts.map +1 -0
  280. package/dist/shared/config/eslint.config.d.ts +12 -0
  281. package/dist/shared/config/eslint.config.d.ts.map +1 -0
  282. package/dist/shared/config/gatewayUrls.d.ts +44 -0
  283. package/dist/shared/config/gatewayUrls.d.ts.map +1 -0
  284. package/dist/shared/config/index.d.ts +71 -0
  285. package/dist/shared/config/index.d.ts.map +1 -0
  286. package/dist/shared/config/prettier.config.d.ts +7 -0
  287. package/dist/shared/config/prettier.config.d.ts.map +1 -0
  288. package/dist/shared/config/products.d.ts +56 -0
  289. package/dist/shared/config/products.d.ts.map +1 -0
  290. package/dist/shared/config/shellRoutes.d.ts +52 -0
  291. package/dist/shared/config/shellRoutes.d.ts.map +1 -0
  292. package/dist/shared/events/index.d.ts +591 -0
  293. package/dist/shared/events/index.d.ts.map +1 -0
  294. package/dist/shared/events/metadata.d.ts +7 -0
  295. package/dist/shared/events/metadata.d.ts.map +1 -0
  296. package/dist/shared/events/sinks/BackendAuditSink.d.ts +18 -0
  297. package/dist/shared/events/sinks/BackendAuditSink.d.ts.map +1 -0
  298. package/dist/shared/events/sinks/BroadcastChannelSink.d.ts +10 -0
  299. package/dist/shared/events/sinks/BroadcastChannelSink.d.ts.map +1 -0
  300. package/dist/shared/events/sinks/DevtoolsSink.d.ts +10 -0
  301. package/dist/shared/events/sinks/DevtoolsSink.d.ts.map +1 -0
  302. package/dist/shared/events/sinks/OtelBrowserSink.d.ts +14 -0
  303. package/dist/shared/events/sinks/OtelBrowserSink.d.ts.map +1 -0
  304. package/dist/shared/events/sinks/RybbitSink.d.ts +19 -0
  305. package/dist/shared/events/sinks/RybbitSink.d.ts.map +1 -0
  306. package/dist/shared/events/sinks/index.d.ts +6 -0
  307. package/dist/shared/events/sinks/index.d.ts.map +1 -0
  308. package/dist/shared/feature-flags/FeatureFlagProvider.d.ts +47 -0
  309. package/dist/shared/feature-flags/FeatureFlagProvider.d.ts.map +1 -0
  310. package/dist/shared/feature-flags/FeatureGate.d.ts +27 -0
  311. package/dist/shared/feature-flags/FeatureGate.d.ts.map +1 -0
  312. package/dist/shared/feature-flags/index.d.ts +38 -0
  313. package/dist/shared/feature-flags/index.d.ts.map +1 -0
  314. package/dist/shared/feature-flags/types.d.ts +121 -0
  315. package/dist/shared/feature-flags/types.d.ts.map +1 -0
  316. package/dist/shared/feature-flags/useFeatureFlag.d.ts +41 -0
  317. package/dist/shared/feature-flags/useFeatureFlag.d.ts.map +1 -0
  318. package/dist/shared/geography/GeographyProvider.d.ts +40 -0
  319. package/dist/shared/geography/GeographyProvider.d.ts.map +1 -0
  320. package/dist/shared/geography/countries.d.ts +53 -0
  321. package/dist/shared/geography/countries.d.ts.map +1 -0
  322. package/dist/shared/geography/index.d.ts +5 -0
  323. package/dist/shared/geography/index.d.ts.map +1 -0
  324. package/dist/shared/graphql/GatewayContext.d.ts +55 -0
  325. package/dist/shared/graphql/GatewayContext.d.ts.map +1 -0
  326. package/dist/shared/graphql/client.d.ts +122 -0
  327. package/dist/shared/graphql/client.d.ts.map +1 -0
  328. package/dist/shared/graphql/fetch.d.ts +133 -0
  329. package/dist/shared/graphql/fetch.d.ts.map +1 -0
  330. package/dist/shared/graphql/index.d.ts +9 -0
  331. package/dist/shared/graphql/index.d.ts.map +1 -0
  332. package/dist/shared/graphql/links/sse-link.d.ts +48 -0
  333. package/dist/shared/graphql/links/sse-link.d.ts.map +1 -0
  334. package/dist/shared/graphql/security.d.ts +13 -0
  335. package/dist/shared/graphql/security.d.ts.map +1 -0
  336. package/dist/shared/graphql/workspaceToken.d.ts +13 -0
  337. package/dist/shared/graphql/workspaceToken.d.ts.map +1 -0
  338. package/dist/shared/help/HelpButton.d.ts +25 -0
  339. package/dist/shared/help/HelpButton.d.ts.map +1 -0
  340. package/dist/shared/help/HelpPanel.d.ts +10 -0
  341. package/dist/shared/help/HelpPanel.d.ts.map +1 -0
  342. package/dist/shared/help/HelpProvider.d.ts +40 -0
  343. package/dist/shared/help/HelpProvider.d.ts.map +1 -0
  344. package/dist/shared/help/index.d.ts +53 -0
  345. package/dist/shared/help/index.d.ts.map +1 -0
  346. package/dist/shared/help/types.d.ts +159 -0
  347. package/dist/shared/help/types.d.ts.map +1 -0
  348. package/dist/shared/hooks/index.d.ts +33 -0
  349. package/dist/shared/hooks/index.d.ts.map +1 -0
  350. package/dist/shared/hooks/shell/index.d.ts +22 -0
  351. package/dist/shared/hooks/shell/index.d.ts.map +1 -0
  352. package/dist/shared/hooks/shell/useBreadcrumbs.d.ts +50 -0
  353. package/dist/shared/hooks/shell/useBreadcrumbs.d.ts.map +1 -0
  354. package/dist/shared/hooks/shell/useFooterRegistry.d.ts +23 -0
  355. package/dist/shared/hooks/shell/useFooterRegistry.d.ts.map +1 -0
  356. package/dist/shared/hooks/shell/useGlobalSearch.d.ts +103 -0
  357. package/dist/shared/hooks/shell/useGlobalSearch.d.ts.map +1 -0
  358. package/dist/shared/hooks/shell/useLanguages.d.ts +43 -0
  359. package/dist/shared/hooks/shell/useLanguages.d.ts.map +1 -0
  360. package/dist/shared/hooks/shell/useNavRegistry.d.ts +25 -0
  361. package/dist/shared/hooks/shell/useNavRegistry.d.ts.map +1 -0
  362. package/dist/shared/hooks/shell/useProductAccess.d.ts +37 -0
  363. package/dist/shared/hooks/shell/useProductAccess.d.ts.map +1 -0
  364. package/dist/shared/hooks/shell/useProducts.d.ts +30 -0
  365. package/dist/shared/hooks/shell/useProducts.d.ts.map +1 -0
  366. package/dist/shared/hooks/useAsync.d.ts +151 -0
  367. package/dist/shared/hooks/useAsync.d.ts.map +1 -0
  368. package/dist/shared/hooks/useBreakpoint.d.ts +83 -0
  369. package/dist/shared/hooks/useBreakpoint.d.ts.map +1 -0
  370. package/dist/shared/hooks/useCopyToClipboard.d.ts +72 -0
  371. package/dist/shared/hooks/useCopyToClipboard.d.ts.map +1 -0
  372. package/dist/shared/hooks/useDebounce.d.ts +26 -0
  373. package/dist/shared/hooks/useDebounce.d.ts.map +1 -0
  374. package/dist/shared/hooks/useHasAnimated.d.ts +10 -0
  375. package/dist/shared/hooks/useHasAnimated.d.ts.map +1 -0
  376. package/dist/shared/hooks/useKeyPress.d.ts +116 -0
  377. package/dist/shared/hooks/useKeyPress.d.ts.map +1 -0
  378. package/dist/shared/hooks/useLocalStorage.d.ts +41 -0
  379. package/dist/shared/hooks/useLocalStorage.d.ts.map +1 -0
  380. package/dist/shared/hooks/useMediaQuery.d.ts +35 -0
  381. package/dist/shared/hooks/useMediaQuery.d.ts.map +1 -0
  382. package/dist/shared/hooks/useOnClickOutside.d.ts +76 -0
  383. package/dist/shared/hooks/useOnClickOutside.d.ts.map +1 -0
  384. package/dist/shared/hooks/usePWA.d.ts +57 -0
  385. package/dist/shared/hooks/usePWA.d.ts.map +1 -0
  386. package/dist/shared/hooks/usePrevious.d.ts +157 -0
  387. package/dist/shared/hooks/usePrevious.d.ts.map +1 -0
  388. package/dist/shared/hooks/useQuotaErrorToast.d.ts +50 -0
  389. package/dist/shared/hooks/useQuotaErrorToast.d.ts.map +1 -0
  390. package/dist/shared/hooks/useRecordProductVisit.d.ts +11 -0
  391. package/dist/shared/hooks/useRecordProductVisit.d.ts.map +1 -0
  392. package/dist/shared/hooks/useReferralAttribution.d.ts +2 -0
  393. package/dist/shared/hooks/useReferralAttribution.d.ts.map +1 -0
  394. package/dist/shared/hooks/useSessionStorage.d.ts +44 -0
  395. package/dist/shared/hooks/useSessionStorage.d.ts.map +1 -0
  396. package/dist/shared/hooks/useThrottle.d.ts +37 -0
  397. package/dist/shared/hooks/useThrottle.d.ts.map +1 -0
  398. package/dist/shared/hooks/useToggle.d.ts +152 -0
  399. package/dist/shared/hooks/useToggle.d.ts.map +1 -0
  400. package/dist/shared/hooks/useUpgradePrompt.d.ts +50 -0
  401. package/dist/shared/hooks/useUpgradePrompt.d.ts.map +1 -0
  402. package/dist/shared/index.d.ts +13 -0
  403. package/dist/shared/index.d.ts.map +1 -0
  404. package/dist/shared/keyboard/globalShortcuts.d.ts +58 -0
  405. package/dist/shared/keyboard/globalShortcuts.d.ts.map +1 -0
  406. package/dist/shared/keyboard/index.d.ts +40 -0
  407. package/dist/shared/keyboard/index.d.ts.map +1 -0
  408. package/dist/shared/keyboard/types.d.ts +85 -0
  409. package/dist/shared/keyboard/types.d.ts.map +1 -0
  410. package/dist/shared/keyboard/useHotkeys.d.ts +21 -0
  411. package/dist/shared/keyboard/useHotkeys.d.ts.map +1 -0
  412. package/dist/shared/keyboard/useKeyboardShortcuts.d.ts +94 -0
  413. package/dist/shared/keyboard/useKeyboardShortcuts.d.ts.map +1 -0
  414. package/dist/shared/keyboard/useShortcutHelp.d.ts +27 -0
  415. package/dist/shared/keyboard/useShortcutHelp.d.ts.map +1 -0
  416. package/dist/shared/keyboard/utils.d.ts +72 -0
  417. package/dist/shared/keyboard/utils.d.ts.map +1 -0
  418. package/dist/shared/logger/ConsoleTransport.d.ts +22 -0
  419. package/dist/shared/logger/ConsoleTransport.d.ts.map +1 -0
  420. package/dist/shared/logger/LogManager.d.ts +75 -0
  421. package/dist/shared/logger/LogManager.d.ts.map +1 -0
  422. package/dist/shared/logger/Logger.d.ts +86 -0
  423. package/dist/shared/logger/Logger.d.ts.map +1 -0
  424. package/dist/shared/logger/index.d.ts +42 -0
  425. package/dist/shared/logger/index.d.ts.map +1 -0
  426. package/dist/shared/logger/types.d.ts +70 -0
  427. package/dist/shared/logger/types.d.ts.map +1 -0
  428. package/dist/shared/logger/useLogger.d.ts +29 -0
  429. package/dist/shared/logger/useLogger.d.ts.map +1 -0
  430. package/dist/shared/motion/AnimatedCounter.d.ts +16 -0
  431. package/dist/shared/motion/AnimatedCounter.d.ts.map +1 -0
  432. package/dist/shared/motion/MotionCard.d.ts +18 -0
  433. package/dist/shared/motion/MotionCard.d.ts.map +1 -0
  434. package/dist/shared/motion/MotionCollapse.d.ts +14 -0
  435. package/dist/shared/motion/MotionCollapse.d.ts.map +1 -0
  436. package/dist/shared/motion/MotionFade.d.ts +16 -0
  437. package/dist/shared/motion/MotionFade.d.ts.map +1 -0
  438. package/dist/shared/motion/MotionItem.d.ts +25 -0
  439. package/dist/shared/motion/MotionItem.d.ts.map +1 -0
  440. package/dist/shared/motion/MotionList.d.ts +28 -0
  441. package/dist/shared/motion/MotionList.d.ts.map +1 -0
  442. package/dist/shared/motion/MotionPage.d.ts +18 -0
  443. package/dist/shared/motion/MotionPage.d.ts.map +1 -0
  444. package/dist/shared/motion/index.d.ts +9 -0
  445. package/dist/shared/motion/index.d.ts.map +1 -0
  446. package/dist/shared/motion/variants.d.ts +70 -0
  447. package/dist/shared/motion/variants.d.ts.map +1 -0
  448. package/dist/shared/native/SafeAreaView.d.ts +15 -0
  449. package/dist/shared/native/SafeAreaView.d.ts.map +1 -0
  450. package/dist/shared/native/SafeAreaView.js +22 -0
  451. package/dist/shared/native/bridge.d.ts +3 -0
  452. package/dist/shared/native/bridge.d.ts.map +1 -0
  453. package/dist/shared/native/consumers.d.ts +9 -0
  454. package/dist/shared/native/consumers.d.ts.map +1 -0
  455. package/dist/shared/native/hooks/index.d.ts +12 -0
  456. package/dist/shared/native/hooks/index.d.ts.map +1 -0
  457. package/dist/shared/native/hooks/useAppState.d.ts +3 -0
  458. package/dist/shared/native/hooks/useAppState.d.ts.map +1 -0
  459. package/dist/shared/native/hooks/useDeviceInfo.d.ts +3 -0
  460. package/dist/shared/native/hooks/useDeviceInfo.d.ts.map +1 -0
  461. package/dist/shared/native/hooks/useHaptics.d.ts +8 -0
  462. package/dist/shared/native/hooks/useHaptics.d.ts.map +1 -0
  463. package/dist/shared/native/hooks/useNativeKeyboard.d.ts +6 -0
  464. package/dist/shared/native/hooks/useNativeKeyboard.d.ts.map +1 -0
  465. package/dist/shared/native/hooks/useNativePlatform.d.ts +10 -0
  466. package/dist/shared/native/hooks/useNativePlatform.d.ts.map +1 -0
  467. package/dist/shared/native/hooks/useSafeArea.d.ts +3 -0
  468. package/dist/shared/native/hooks/useSafeArea.d.ts.map +1 -0
  469. package/dist/shared/native/hooks/useStatusBar.d.ts +6 -0
  470. package/dist/shared/native/hooks/useStatusBar.d.ts.map +1 -0
  471. package/dist/shared/native/index.d.ts +7 -0
  472. package/dist/shared/native/index.d.ts.map +1 -0
  473. package/dist/shared/native/platform.d.ts +7 -0
  474. package/dist/shared/native/platform.d.ts.map +1 -0
  475. package/dist/shared/native/types.d.ts +62 -0
  476. package/dist/shared/native/types.d.ts.map +1 -0
  477. package/dist/shared/pages/AiPage.d.ts +14 -0
  478. package/dist/shared/pages/AiPage.d.ts.map +1 -0
  479. package/dist/shared/pages/LegalPage.d.ts +19 -0
  480. package/dist/shared/pages/LegalPage.d.ts.map +1 -0
  481. package/dist/shared/pages/SearchPage.d.ts +28 -0
  482. package/dist/shared/pages/SearchPage.d.ts.map +1 -0
  483. package/dist/shared/pages/index.d.ts +7 -0
  484. package/dist/shared/pages/index.d.ts.map +1 -0
  485. package/dist/shared/pages/searchPage/ActiveFilterChips.d.ts +40 -0
  486. package/dist/shared/pages/searchPage/ActiveFilterChips.d.ts.map +1 -0
  487. package/dist/shared/pages/searchPage/FiltersPanel.d.ts +54 -0
  488. package/dist/shared/pages/searchPage/FiltersPanel.d.ts.map +1 -0
  489. package/dist/shared/pages/searchPage/ResultsList.d.ts +13 -0
  490. package/dist/shared/pages/searchPage/ResultsList.d.ts.map +1 -0
  491. package/dist/shared/pages/searchPage/ResultsStatus.d.ts +8 -0
  492. package/dist/shared/pages/searchPage/ResultsStatus.d.ts.map +1 -0
  493. package/dist/shared/pages/searchPage/SearchInput.d.ts +9 -0
  494. package/dist/shared/pages/searchPage/SearchInput.d.ts.map +1 -0
  495. package/dist/shared/pages/searchPage/SearchPagination.d.ts +8 -0
  496. package/dist/shared/pages/searchPage/SearchPagination.d.ts.map +1 -0
  497. package/dist/shared/pages/searchPage/SearchToolbar.d.ts +13 -0
  498. package/dist/shared/pages/searchPage/SearchToolbar.d.ts.map +1 -0
  499. package/dist/shared/pages/searchPage/constants.d.ts +26 -0
  500. package/dist/shared/pages/searchPage/constants.d.ts.map +1 -0
  501. package/dist/shared/pages/searchPage/utils.d.ts +7 -0
  502. package/dist/shared/pages/searchPage/utils.d.ts.map +1 -0
  503. package/dist/shared/plugins/PluginRuntimeProvider.d.ts +28 -0
  504. package/dist/shared/plugins/PluginRuntimeProvider.d.ts.map +1 -0
  505. package/dist/shared/plugins/context.d.ts +65 -0
  506. package/dist/shared/plugins/context.d.ts.map +1 -0
  507. package/dist/shared/plugins/disposable.d.ts +17 -0
  508. package/dist/shared/plugins/disposable.d.ts.map +1 -0
  509. package/dist/shared/plugins/event-bus.d.ts +112 -0
  510. package/dist/shared/plugins/event-bus.d.ts.map +1 -0
  511. package/dist/shared/plugins/iframe-mount/PluginIframe.d.ts +75 -0
  512. package/dist/shared/plugins/iframe-mount/PluginIframe.d.ts.map +1 -0
  513. package/dist/shared/plugins/iframe-mount/PluginMount.d.ts +59 -0
  514. package/dist/shared/plugins/iframe-mount/PluginMount.d.ts.map +1 -0
  515. package/dist/shared/plugins/iframe-mount/client/index.d.ts +3 -0
  516. package/dist/shared/plugins/iframe-mount/client/index.d.ts.map +1 -0
  517. package/dist/shared/plugins/iframe-mount/client/message-bus.d.ts +71 -0
  518. package/dist/shared/plugins/iframe-mount/client/message-bus.d.ts.map +1 -0
  519. package/dist/shared/plugins/iframe-mount/client/rpc.d.ts +25 -0
  520. package/dist/shared/plugins/iframe-mount/client/rpc.d.ts.map +1 -0
  521. package/dist/shared/plugins/iframe-mount/index.d.ts +6 -0
  522. package/dist/shared/plugins/iframe-mount/index.d.ts.map +1 -0
  523. package/dist/shared/plugins/iframe-mount/protocol/contribution.d.ts +83 -0
  524. package/dist/shared/plugins/iframe-mount/protocol/contribution.d.ts.map +1 -0
  525. package/dist/shared/plugins/iframe-mount/protocol/envelope.d.ts +136 -0
  526. package/dist/shared/plugins/iframe-mount/protocol/envelope.d.ts.map +1 -0
  527. package/dist/shared/plugins/iframe-mount/protocol/index.d.ts +3 -0
  528. package/dist/shared/plugins/iframe-mount/protocol/index.d.ts.map +1 -0
  529. package/dist/shared/plugins/iframe-mount/sandbox.d.ts +3 -0
  530. package/dist/shared/plugins/iframe-mount/sandbox.d.ts.map +1 -0
  531. package/dist/shared/plugins/iframe-mount/types.d.ts +64 -0
  532. package/dist/shared/plugins/iframe-mount/types.d.ts.map +1 -0
  533. package/dist/shared/plugins/iframe-mount/useFetchContributions.d.ts +31 -0
  534. package/dist/shared/plugins/iframe-mount/useFetchContributions.d.ts.map +1 -0
  535. package/dist/shared/plugins/index.d.ts +41 -0
  536. package/dist/shared/plugins/index.d.ts.map +1 -0
  537. package/dist/shared/plugins/panels/usePanelManagerStore.d.ts +68 -0
  538. package/dist/shared/plugins/panels/usePanelManagerStore.d.ts.map +1 -0
  539. package/dist/shared/plugins/registries/createContributionRegistry.d.ts +16 -0
  540. package/dist/shared/plugins/registries/createContributionRegistry.d.ts.map +1 -0
  541. package/dist/shared/plugins/registries/index.d.ts +15 -0
  542. package/dist/shared/plugins/registries/index.d.ts.map +1 -0
  543. package/dist/shared/plugins/registries/useCommandRegistry.d.ts +3 -0
  544. package/dist/shared/plugins/registries/useCommandRegistry.d.ts.map +1 -0
  545. package/dist/shared/plugins/registries/useContextMenuRegistry.d.ts +3 -0
  546. package/dist/shared/plugins/registries/useContextMenuRegistry.d.ts.map +1 -0
  547. package/dist/shared/plugins/registries/usePanelRegistry.d.ts +3 -0
  548. package/dist/shared/plugins/registries/usePanelRegistry.d.ts.map +1 -0
  549. package/dist/shared/plugins/registries/useRouteRegistry.d.ts +3 -0
  550. package/dist/shared/plugins/registries/useRouteRegistry.d.ts.map +1 -0
  551. package/dist/shared/plugins/registries/useSettingsRegistry.d.ts +3 -0
  552. package/dist/shared/plugins/registries/useSettingsRegistry.d.ts.map +1 -0
  553. package/dist/shared/plugins/registries/useStatusBarRegistry.d.ts +3 -0
  554. package/dist/shared/plugins/registries/useStatusBarRegistry.d.ts.map +1 -0
  555. package/dist/shared/plugins/registries/useToolbarRegistry.d.ts +3 -0
  556. package/dist/shared/plugins/registries/useToolbarRegistry.d.ts.map +1 -0
  557. package/dist/shared/plugins/registries/useWidgetRegistry.d.ts +3 -0
  558. package/dist/shared/plugins/registries/useWidgetRegistry.d.ts.map +1 -0
  559. package/dist/shared/plugins/runtime.d.ts +68 -0
  560. package/dist/shared/plugins/runtime.d.ts.map +1 -0
  561. package/dist/shared/plugins/types.d.ts +228 -0
  562. package/dist/shared/plugins/types.d.ts.map +1 -0
  563. package/dist/shared/providers/AppShellProvider.d.ts +96 -0
  564. package/dist/shared/providers/AppShellProvider.d.ts.map +1 -0
  565. package/dist/shared/providers/MicrofrontendProvider.d.ts +41 -0
  566. package/dist/shared/providers/MicrofrontendProvider.d.ts.map +1 -0
  567. package/dist/shared/providers/index.d.ts +12 -0
  568. package/dist/shared/providers/index.d.ts.map +1 -0
  569. package/dist/shared/providers/shell/ActiveContextProvider.d.ts +88 -0
  570. package/dist/shared/providers/shell/ActiveContextProvider.d.ts.map +1 -0
  571. package/dist/shared/providers/shell/ActiveContextStorage.d.ts +45 -0
  572. package/dist/shared/providers/shell/ActiveContextStorage.d.ts.map +1 -0
  573. package/dist/shared/providers/shell/AppShellContext.d.ts +19 -0
  574. package/dist/shared/providers/shell/AppShellContext.d.ts.map +1 -0
  575. package/dist/shared/providers/shell/AuthBridgeClient.d.ts +121 -0
  576. package/dist/shared/providers/shell/AuthBridgeClient.d.ts.map +1 -0
  577. package/dist/shared/providers/shell/AuthProvider.d.ts +58 -0
  578. package/dist/shared/providers/shell/AuthProvider.d.ts.map +1 -0
  579. package/dist/shared/providers/shell/AuthTokenProvider.d.ts +22 -0
  580. package/dist/shared/providers/shell/AuthTokenProvider.d.ts.map +1 -0
  581. package/dist/shared/providers/shell/ContextManagerProvider.d.ts +56 -0
  582. package/dist/shared/providers/shell/ContextManagerProvider.d.ts.map +1 -0
  583. package/dist/shared/providers/shell/FeatureFlagsProvider.d.ts +20 -0
  584. package/dist/shared/providers/shell/FeatureFlagsProvider.d.ts.map +1 -0
  585. package/dist/shared/providers/shell/GatewayRouter.d.ts +31 -0
  586. package/dist/shared/providers/shell/GatewayRouter.d.ts.map +1 -0
  587. package/dist/shared/providers/shell/GlobalUiProvider.d.ts +46 -0
  588. package/dist/shared/providers/shell/GlobalUiProvider.d.ts.map +1 -0
  589. package/dist/shared/providers/shell/I18nProvider.d.ts +75 -0
  590. package/dist/shared/providers/shell/I18nProvider.d.ts.map +1 -0
  591. package/dist/shared/providers/shell/MultiGatewayProvider.d.ts +25 -0
  592. package/dist/shared/providers/shell/MultiGatewayProvider.d.ts.map +1 -0
  593. package/dist/shared/providers/shell/ObservabilityProvider.d.ts +15 -0
  594. package/dist/shared/providers/shell/ObservabilityProvider.d.ts.map +1 -0
  595. package/dist/shared/providers/shell/PageConversationContextProvider.d.ts +22 -0
  596. package/dist/shared/providers/shell/PageConversationContextProvider.d.ts.map +1 -0
  597. package/dist/shared/providers/shell/PermissionProvider.d.ts +227 -0
  598. package/dist/shared/providers/shell/PermissionProvider.d.ts.map +1 -0
  599. package/dist/shared/providers/shell/ProfileGeographyBridge.d.ts +8 -0
  600. package/dist/shared/providers/shell/ProfileGeographyBridge.d.ts.map +1 -0
  601. package/dist/shared/providers/shell/ProfileI18nBridge.d.ts +15 -0
  602. package/dist/shared/providers/shell/ProfileI18nBridge.d.ts.map +1 -0
  603. package/dist/shared/providers/shell/ProfileStorageManager.d.ts +107 -0
  604. package/dist/shared/providers/shell/ProfileStorageManager.d.ts.map +1 -0
  605. package/dist/shared/providers/shell/ShellUiProvider.d.ts +47 -0
  606. package/dist/shared/providers/shell/ShellUiProvider.d.ts.map +1 -0
  607. package/dist/shared/providers/shell/ThemeProvider.d.ts +29 -0
  608. package/dist/shared/providers/shell/ThemeProvider.d.ts.map +1 -0
  609. package/dist/shared/providers/shell/authProvider/bridgeStateSync.d.ts +6 -0
  610. package/dist/shared/providers/shell/authProvider/bridgeStateSync.d.ts.map +1 -0
  611. package/dist/shared/providers/shell/authProvider/jwt.d.ts +6 -0
  612. package/dist/shared/providers/shell/authProvider/jwt.d.ts.map +1 -0
  613. package/dist/shared/providers/shell/authProvider/ssoRelay.d.ts +17 -0
  614. package/dist/shared/providers/shell/authProvider/ssoRelay.d.ts.map +1 -0
  615. package/dist/shared/providers/shell/authProvider/useAuthActions.d.ts +38 -0
  616. package/dist/shared/providers/shell/authProvider/useAuthActions.d.ts.map +1 -0
  617. package/dist/shared/providers/shell/authProvider/useBridgeInitialization.d.ts +18 -0
  618. package/dist/shared/providers/shell/authProvider/useBridgeInitialization.d.ts.map +1 -0
  619. package/dist/shared/providers/shell/authProvider/useRemoteSLO.d.ts +13 -0
  620. package/dist/shared/providers/shell/authProvider/useRemoteSLO.d.ts.map +1 -0
  621. package/dist/shared/providers/shell/authProvider/useStorageSync.d.ts +15 -0
  622. package/dist/shared/providers/shell/authProvider/useStorageSync.d.ts.map +1 -0
  623. package/dist/shared/providers/shell/authProvider/useTokenExpiryTimer.d.ts +14 -0
  624. package/dist/shared/providers/shell/authProvider/useTokenExpiryTimer.d.ts.map +1 -0
  625. package/dist/shared/providers/shell/index.d.ts +45 -0
  626. package/dist/shared/providers/shell/index.d.ts.map +1 -0
  627. package/dist/shared/shims/assert.d.ts +19 -0
  628. package/dist/shared/shims/assert.d.ts.map +1 -0
  629. package/dist/shared/shims/index.d.ts +25 -0
  630. package/dist/shared/shims/index.d.ts.map +1 -0
  631. package/dist/shared/shims/process.d.ts +20 -0
  632. package/dist/shared/shims/process.d.ts.map +1 -0
  633. package/dist/shared/shims/use-sync-external-store-shim.d.ts +7 -0
  634. package/dist/shared/shims/use-sync-external-store-shim.d.ts.map +1 -0
  635. package/dist/shared/shims/use-sync-external-store-with-selector.d.ts +17 -0
  636. package/dist/shared/shims/use-sync-external-store-with-selector.d.ts.map +1 -0
  637. package/dist/shared/shims/util.d.ts +135 -0
  638. package/dist/shared/shims/util.d.ts.map +1 -0
  639. package/dist/shared/tours/TourInitializer.d.ts +6 -0
  640. package/dist/shared/tours/TourInitializer.d.ts.map +1 -0
  641. package/dist/shared/tours/TourPlayer.d.ts +49 -0
  642. package/dist/shared/tours/TourPlayer.d.ts.map +1 -0
  643. package/dist/shared/tours/TourPlayerProvider.d.ts +26 -0
  644. package/dist/shared/tours/TourPlayerProvider.d.ts.map +1 -0
  645. package/dist/shared/tours/TourSpotlight.d.ts +8 -0
  646. package/dist/shared/tours/TourSpotlight.d.ts.map +1 -0
  647. package/dist/shared/tours/TourTooltip.d.ts +7 -0
  648. package/dist/shared/tours/TourTooltip.d.ts.map +1 -0
  649. package/dist/shared/tours/TourTrigger.d.ts +15 -0
  650. package/dist/shared/tours/TourTrigger.d.ts.map +1 -0
  651. package/dist/shared/tours/ToursContext.d.ts +38 -0
  652. package/dist/shared/tours/ToursContext.d.ts.map +1 -0
  653. package/dist/shared/tours/index.d.ts +53 -0
  654. package/dist/shared/tours/index.d.ts.map +1 -0
  655. package/dist/shared/tours/progress.d.ts +7 -0
  656. package/dist/shared/tours/progress.d.ts.map +1 -0
  657. package/dist/shared/tours/routeCatalog.d.ts +42 -0
  658. package/dist/shared/tours/routeCatalog.d.ts.map +1 -0
  659. package/dist/shared/tours/tourTrigger/DesktopTourDropdown.d.ts +9 -0
  660. package/dist/shared/tours/tourTrigger/DesktopTourDropdown.d.ts.map +1 -0
  661. package/dist/shared/tours/tourTrigger/MobileTourSheet.d.ts +10 -0
  662. package/dist/shared/tours/tourTrigger/MobileTourSheet.d.ts.map +1 -0
  663. package/dist/shared/tours/tourTrigger/TourListItemDesktop.d.ts +8 -0
  664. package/dist/shared/tours/tourTrigger/TourListItemDesktop.d.ts.map +1 -0
  665. package/dist/shared/tours/tourTrigger/TourListItemMobile.d.ts +8 -0
  666. package/dist/shared/tours/tourTrigger/TourListItemMobile.d.ts.map +1 -0
  667. package/dist/shared/tours/tourTrigger/TourStatusChip.d.ts +5 -0
  668. package/dist/shared/tours/tourTrigger/TourStatusChip.d.ts.map +1 -0
  669. package/dist/shared/tours/tourTrigger/TourTriggerButton.d.ts +8 -0
  670. package/dist/shared/tours/tourTrigger/TourTriggerButton.d.ts.map +1 -0
  671. package/dist/shared/tours/toursContext/errors.d.ts +3 -0
  672. package/dist/shared/tours/toursContext/errors.d.ts.map +1 -0
  673. package/dist/shared/tours/toursContext/gql.d.ts +8 -0
  674. package/dist/shared/tours/toursContext/gql.d.ts.map +1 -0
  675. package/dist/shared/tours/toursContext/route.d.ts +5 -0
  676. package/dist/shared/tours/toursContext/route.d.ts.map +1 -0
  677. package/dist/shared/tours/toursContext/session.d.ts +3 -0
  678. package/dist/shared/tours/toursContext/session.d.ts.map +1 -0
  679. package/dist/shared/tours/toursContext/useIdleReady.d.ts +2 -0
  680. package/dist/shared/tours/toursContext/useIdleReady.d.ts.map +1 -0
  681. package/dist/shared/tours/toursContext/useTourMutations.d.ts +29 -0
  682. package/dist/shared/tours/toursContext/useTourMutations.d.ts.map +1 -0
  683. package/dist/shared/tours/types.d.ts +215 -0
  684. package/dist/shared/tours/types.d.ts.map +1 -0
  685. package/dist/shared/tours/useTourPlayer.d.ts +38 -0
  686. package/dist/shared/tours/useTourPlayer.d.ts.map +1 -0
  687. package/dist/shared/types/index.d.ts +185 -0
  688. package/dist/shared/types/index.d.ts.map +1 -0
  689. package/dist/shared/utils/apollo.d.ts +26 -0
  690. package/dist/shared/utils/apollo.d.ts.map +1 -0
  691. package/dist/shared/utils/appHelpers.d.ts +34 -0
  692. package/dist/shared/utils/appHelpers.d.ts.map +1 -0
  693. package/dist/shared/utils/authCookie.d.ts +35 -0
  694. package/dist/shared/utils/authCookie.d.ts.map +1 -0
  695. package/dist/shared/utils/authErrorHandling.d.ts +65 -0
  696. package/dist/shared/utils/authErrorHandling.d.ts.map +1 -0
  697. package/dist/shared/utils/cn.d.ts +6 -0
  698. package/dist/shared/utils/cn.d.ts.map +1 -0
  699. package/dist/shared/utils/format.d.ts +98 -0
  700. package/dist/shared/utils/format.d.ts.map +1 -0
  701. package/dist/shared/utils/gatewayFetchRewrite.d.ts +53 -0
  702. package/dist/shared/utils/gatewayFetchRewrite.d.ts.map +1 -0
  703. package/dist/shared/utils/index.d.ts +26 -0
  704. package/dist/shared/utils/index.d.ts.map +1 -0
  705. package/dist/shared/utils/lazyWithRetry.d.ts +43 -0
  706. package/dist/shared/utils/lazyWithRetry.d.ts.map +1 -0
  707. package/dist/shared/utils/loggerInit.d.ts +15 -0
  708. package/dist/shared/utils/loggerInit.d.ts.map +1 -0
  709. package/dist/shared/utils/mockData.d.ts +40 -0
  710. package/dist/shared/utils/mockData.d.ts.map +1 -0
  711. package/dist/shared/utils/profileScopedStorage.d.ts +42 -0
  712. package/dist/shared/utils/profileScopedStorage.d.ts.map +1 -0
  713. package/dist/shared/utils/quotaErrors.d.ts +81 -0
  714. package/dist/shared/utils/quotaErrors.d.ts.map +1 -0
  715. package/dist/shared/utils/tokens.d.ts +166 -0
  716. package/dist/shared/utils/tokens.d.ts.map +1 -0
  717. package/dist/shared-components.d.ts +2 -0
  718. package/dist/shared-config.d.ts +2 -0
  719. package/dist/shared-events.d.ts +2 -0
  720. package/dist/shared-feature-flags.d.ts +2 -0
  721. package/dist/shared-geography.d.ts +2 -0
  722. package/dist/shared-graphql.d.ts +2 -0
  723. package/dist/shared-hooks-shell.d.ts +2 -0
  724. package/dist/shared-hooks.d.ts +2 -0
  725. package/dist/shared-hooks.js +10 -10
  726. package/dist/shared-keyboard.d.ts +2 -0
  727. package/dist/shared-logger.d.ts +2 -0
  728. package/dist/shared-motion.d.ts +2 -0
  729. package/dist/shared-native.d.ts +2 -0
  730. package/dist/shared-native.js +9 -8
  731. package/dist/shared-pages.d.ts +2 -0
  732. package/dist/shared-plugins.d.ts +2 -0
  733. package/dist/shared-providers-shell.d.ts +2 -0
  734. package/dist/shared-providers.d.ts +2 -0
  735. package/dist/shared-shims.d.ts +2 -0
  736. package/dist/shared-tours.d.ts +2 -0
  737. package/dist/shared-types.d.ts +1 -0
  738. package/dist/shared-utils.d.ts +2 -0
  739. package/dist/shared.d.ts +2 -0
  740. package/dist/shared.js +67 -66
  741. package/dist/storage/SaveToFilesButton.d.ts +55 -0
  742. package/dist/storage/SaveToFilesButton.d.ts.map +1 -0
  743. package/dist/storage/SaveToFilesDialog.d.ts +13 -0
  744. package/dist/storage/SaveToFilesDialog.d.ts.map +1 -0
  745. package/dist/storage/SaveToFilesDialog.js +7 -7
  746. package/dist/storage/StorageFolderPicker.d.ts +23 -0
  747. package/dist/storage/StorageFolderPicker.d.ts.map +1 -0
  748. package/dist/storage/index.d.ts +10 -0
  749. package/dist/storage/index.d.ts.map +1 -0
  750. package/dist/storage/uploadBlob.d.ts +21 -0
  751. package/dist/storage/uploadBlob.d.ts.map +1 -0
  752. package/dist/storage/useSaveToFiles.d.ts +17 -0
  753. package/dist/storage/useSaveToFiles.d.ts.map +1 -0
  754. package/dist/tag/TagBadge.d.ts +17 -0
  755. package/dist/tag/TagBadge.d.ts.map +1 -0
  756. package/dist/tag/TagsWidget.d.ts +103 -0
  757. package/dist/tag/TagsWidget.d.ts.map +1 -0
  758. package/dist/tag/index.d.ts +3 -0
  759. package/dist/tag/index.d.ts.map +1 -0
  760. package/dist/tag/tagsWidget/AddTagTrigger.d.ts +5 -0
  761. package/dist/tag/tagsWidget/AddTagTrigger.d.ts.map +1 -0
  762. package/dist/tag/tagsWidget/TagBadgeList.d.ts +7 -0
  763. package/dist/tag/tagsWidget/TagBadgeList.d.ts.map +1 -0
  764. package/dist/tag/tagsWidget/TagSearchPopover.d.ts +17 -0
  765. package/dist/tag/tagsWidget/TagSearchPopover.d.ts.map +1 -0
  766. package/dist/tag/tagsWidget/operations.d.ts +13 -0
  767. package/dist/tag/tagsWidget/operations.d.ts.map +1 -0
  768. package/dist/tag/tagsWidget/useVocabResolver.d.ts +6 -0
  769. package/dist/tag/tagsWidget/useVocabResolver.d.ts.map +1 -0
  770. package/dist/tag.d.ts +2 -0
  771. package/dist/ui/accordion.d.ts +8 -0
  772. package/dist/ui/accordion.d.ts.map +1 -0
  773. package/dist/ui/alert-dialog.d.ts +15 -0
  774. package/dist/ui/alert-dialog.d.ts.map +1 -0
  775. package/dist/ui/badge.d.ts +10 -0
  776. package/dist/ui/badge.d.ts.map +1 -0
  777. package/dist/ui/bottom-sheet.d.ts +16 -0
  778. package/dist/ui/bottom-sheet.d.ts.map +1 -0
  779. package/dist/ui/bottom-sheet.js +89 -0
  780. package/dist/ui/button.d.ts +12 -0
  781. package/dist/ui/button.d.ts.map +1 -0
  782. package/dist/ui/card.d.ts +21 -0
  783. package/dist/ui/card.d.ts.map +1 -0
  784. package/dist/ui/checkbox.d.ts +5 -0
  785. package/dist/ui/checkbox.d.ts.map +1 -0
  786. package/dist/ui/command.d.ts +19 -0
  787. package/dist/ui/command.d.ts.map +1 -0
  788. package/dist/ui/dialog.d.ts +16 -0
  789. package/dist/ui/dialog.d.ts.map +1 -0
  790. package/dist/ui/dropdown-menu.d.ts +68 -0
  791. package/dist/ui/dropdown-menu.d.ts.map +1 -0
  792. package/dist/ui/empty-state.d.ts +13 -0
  793. package/dist/ui/empty-state.d.ts.map +1 -0
  794. package/dist/ui/empty-state.js +34 -0
  795. package/dist/ui/index.d.ts +32 -0
  796. package/dist/ui/index.d.ts.map +1 -0
  797. package/dist/ui/input.d.ts +7 -0
  798. package/dist/ui/input.d.ts.map +1 -0
  799. package/dist/ui/label.d.ts +12 -0
  800. package/dist/ui/label.d.ts.map +1 -0
  801. package/dist/ui/optional-fields.d.ts +16 -0
  802. package/dist/ui/optional-fields.d.ts.map +1 -0
  803. package/dist/ui/optional-fields.js +55 -0
  804. package/dist/ui/popover.d.ts +8 -0
  805. package/dist/ui/popover.d.ts.map +1 -0
  806. package/dist/ui/responsive-dialog.d.ts +18 -0
  807. package/dist/ui/responsive-dialog.d.ts.map +1 -0
  808. package/dist/ui/responsive-dialog.js +38 -0
  809. package/dist/ui/responsive-stack.d.ts +15 -0
  810. package/dist/ui/responsive-stack.d.ts.map +1 -0
  811. package/dist/ui/responsive-stack.js +65 -0
  812. package/dist/ui/responsive-table.d.ts +24 -0
  813. package/dist/ui/responsive-table.d.ts.map +1 -0
  814. package/dist/ui/responsive-table.js +84 -0
  815. package/dist/ui/scroll-area.d.ts +6 -0
  816. package/dist/ui/scroll-area.d.ts.map +1 -0
  817. package/dist/ui/select.d.ts +49 -0
  818. package/dist/ui/select.d.ts.map +1 -0
  819. package/dist/ui/separator.d.ts +5 -0
  820. package/dist/ui/separator.d.ts.map +1 -0
  821. package/dist/ui/sheet.d.ts +14 -0
  822. package/dist/ui/sheet.d.ts.map +1 -0
  823. package/dist/ui/sheet.js +2 -2
  824. package/dist/ui/skeleton.d.ts +4 -0
  825. package/dist/ui/skeleton.d.ts.map +1 -0
  826. package/dist/ui/sonner.d.ts +4 -0
  827. package/dist/ui/sonner.d.ts.map +1 -0
  828. package/dist/ui/spinner.d.ts +6 -0
  829. package/dist/ui/spinner.d.ts.map +1 -0
  830. package/dist/ui/stepper.d.ts +16 -0
  831. package/dist/ui/stepper.d.ts.map +1 -0
  832. package/dist/ui/stepper.js +79 -0
  833. package/dist/ui/switch.d.ts +5 -0
  834. package/dist/ui/switch.d.ts.map +1 -0
  835. package/dist/ui/table.d.ts +27 -0
  836. package/dist/ui/table.d.ts.map +1 -0
  837. package/dist/ui/tabs.d.ts +8 -0
  838. package/dist/ui/tabs.d.ts.map +1 -0
  839. package/dist/ui/textarea.d.ts +7 -0
  840. package/dist/ui/textarea.d.ts.map +1 -0
  841. package/dist/ui/tooltip.d.ts +13 -0
  842. package/dist/ui/tooltip.d.ts.map +1 -0
  843. package/dist/ui.d.ts +2 -0
  844. package/dist/ui.js +31 -24
  845. package/dist/utils/cn.d.ts +15 -0
  846. package/dist/utils/cn.d.ts.map +1 -0
  847. package/dist/utils/index.d.ts +3 -0
  848. package/dist/utils/index.d.ts.map +1 -0
  849. package/package.json +1 -1
  850. package/shared/config/eslint.config.mjs +39 -0
package/dist/ui.js CHANGED
@@ -1,25 +1,32 @@
1
1
  import { Accordion as e, AccordionContent as t, AccordionItem as n, AccordionTrigger as r } from "./ui/accordion.js";
2
- import { Button as i, buttonVariants as a } from "./ui/button.js";
3
- import { AlertDialog as o, AlertDialogAction as s, AlertDialogCancel as c, AlertDialogContent as l, AlertDialogDescription as u, AlertDialogFooter as d, AlertDialogHeader as f, AlertDialogOverlay as p, AlertDialogPortal as m, AlertDialogTitle as h, AlertDialogTrigger as g } from "./ui/alert-dialog.js";
4
- import { Badge as _, badgeVariants as v } from "./ui/badge.js";
5
- import { Card as y, CardContent as b, CardDescription as x, CardFooter as S, CardHeader as C, CardTitle as w } from "./ui/card.js";
6
- import { Checkbox as T } from "./ui/checkbox.js";
7
- import { Dialog as E, DialogClose as D, DialogContent as O, DialogDescription as k, DialogFooter as A, DialogHeader as j, DialogOverlay as M, DialogPortal as N, DialogTitle as P, DialogTrigger as F } from "./ui/dialog.js";
8
- import { Command as I, CommandDialog as L, CommandEmpty as R, CommandGroup as z, CommandInput as B, CommandItem as V, CommandList as H, CommandSeparator as U, CommandShortcut as W } from "./ui/command.js";
9
- import { DropdownMenu as G, DropdownMenuCheckboxItem as K, DropdownMenuContent as q, DropdownMenuGroup as J, DropdownMenuItem as Y, DropdownMenuLabel as X, DropdownMenuPortal as Z, DropdownMenuRadioGroup as Q, DropdownMenuRadioItem as $, DropdownMenuSeparator as ee, DropdownMenuShortcut as te, DropdownMenuSub as ne, DropdownMenuSubContent as re, DropdownMenuSubTrigger as ie, DropdownMenuTrigger as ae } from "./ui/dropdown-menu.js";
10
- import { Input as oe } from "./ui/input.js";
11
- import { Label as se } from "./ui/label.js";
12
- import { Popover as ce, PopoverAnchor as le, PopoverContent as ue, PopoverTrigger as de } from "./ui/popover.js";
13
- import { ScrollArea as fe, ScrollBar as pe } from "./ui/scroll-area.js";
14
- import { Select as me, SelectContent as he, SelectGroup as ge, SelectItem as _e, SelectLabel as ve, SelectScrollDownButton as ye, SelectScrollUpButton as be, SelectSeparator as xe, SelectTrigger as Se, SelectValue as Ce } from "./ui/select.js";
15
- import { Separator as we } from "./ui/separator.js";
16
- import { Sheet as Te, SheetClose as Ee, SheetContent as De, SheetDescription as Oe, SheetFooter as ke, SheetHeader as Ae, SheetTitle as je, SheetTrigger as Me } from "./ui/sheet.js";
17
- import { Skeleton as Ne } from "./ui/skeleton.js";
18
- import { Toaster as Pe } from "./ui/sonner.js";
19
- import { Spinner as Fe } from "./ui/spinner.js";
20
- import { Switch as Ie } from "./ui/switch.js";
21
- import { Table as Le, TableBody as Re, TableCaption as ze, TableCell as Be, TableFooter as Ve, TableHead as He, TableHeader as Ue, TableRow as We } from "./ui/table.js";
22
- import { Tabs as Ge, TabsContent as Ke, TabsList as qe, TabsTrigger as Je } from "./ui/tabs.js";
23
- import { Textarea as Ye } from "./ui/textarea.js";
24
- import { Tooltip as Xe, TooltipContent as Ze, TooltipProvider as Qe, TooltipTrigger as $e } from "./ui/tooltip.js";
25
- export { e as Accordion, t as AccordionContent, n as AccordionItem, r as AccordionTrigger, o as AlertDialog, s as AlertDialogAction, c as AlertDialogCancel, l as AlertDialogContent, u as AlertDialogDescription, d as AlertDialogFooter, f as AlertDialogHeader, p as AlertDialogOverlay, m as AlertDialogPortal, h as AlertDialogTitle, g as AlertDialogTrigger, _ as Badge, i as Button, y as Card, b as CardContent, x as CardDescription, S as CardFooter, C as CardHeader, w as CardTitle, T as Checkbox, I as Command, L as CommandDialog, R as CommandEmpty, z as CommandGroup, B as CommandInput, V as CommandItem, H as CommandList, U as CommandSeparator, W as CommandShortcut, E as Dialog, D as DialogClose, O as DialogContent, k as DialogDescription, A as DialogFooter, j as DialogHeader, M as DialogOverlay, N as DialogPortal, P as DialogTitle, F as DialogTrigger, G as DropdownMenu, K as DropdownMenuCheckboxItem, q as DropdownMenuContent, J as DropdownMenuGroup, Y as DropdownMenuItem, X as DropdownMenuLabel, Z as DropdownMenuPortal, Q as DropdownMenuRadioGroup, $ as DropdownMenuRadioItem, ee as DropdownMenuSeparator, te as DropdownMenuShortcut, ne as DropdownMenuSub, re as DropdownMenuSubContent, ie as DropdownMenuSubTrigger, ae as DropdownMenuTrigger, oe as Input, se as Label, ce as Popover, le as PopoverAnchor, ue as PopoverContent, de as PopoverTrigger, fe as ScrollArea, pe as ScrollBar, me as Select, he as SelectContent, ge as SelectGroup, _e as SelectItem, ve as SelectLabel, ye as SelectScrollDownButton, be as SelectScrollUpButton, xe as SelectSeparator, Se as SelectTrigger, Ce as SelectValue, we as Separator, Te as Sheet, Ee as SheetClose, De as SheetContent, Oe as SheetDescription, ke as SheetFooter, Ae as SheetHeader, je as SheetTitle, Me as SheetTrigger, Ne as Skeleton, Fe as Spinner, Ie as Switch, Le as Table, Re as TableBody, ze as TableCaption, Be as TableCell, Ve as TableFooter, He as TableHead, Ue as TableHeader, We as TableRow, Ge as Tabs, Ke as TabsContent, qe as TabsList, Je as TabsTrigger, Ye as Textarea, Pe as Toaster, Xe as Tooltip, Ze as TooltipContent, Qe as TooltipProvider, $e as TooltipTrigger, v as badgeVariants, a as buttonVariants };
2
+ import { OptionalFields as i } from "./ui/optional-fields.js";
3
+ import { BottomSheet as a, BottomSheetClose as o, BottomSheetContent as s, BottomSheetDescription as c, BottomSheetFooter as l, BottomSheetHeader as u, BottomSheetTitle as d, BottomSheetTrigger as f } from "./ui/bottom-sheet.js";
4
+ import { Dialog as p, DialogClose as m, DialogContent as h, DialogDescription as g, DialogFooter as _, DialogHeader as v, DialogOverlay as y, DialogPortal as b, DialogTitle as x, DialogTrigger as S } from "./ui/dialog.js";
5
+ import { ResponsiveDialog as C, ResponsiveDialogClose as w, ResponsiveDialogContent as T, ResponsiveDialogDescription as E, ResponsiveDialogFooter as D, ResponsiveDialogHeader as O, ResponsiveDialogTitle as k, ResponsiveDialogTrigger as A } from "./ui/responsive-dialog.js";
6
+ import { Table as j, TableBody as M, TableCaption as N, TableCell as P, TableFooter as F, TableHead as I, TableHeader as L, TableRow as R } from "./ui/table.js";
7
+ import { ResponsiveTable as z } from "./ui/responsive-table.js";
8
+ import { Stepper as B } from "./ui/stepper.js";
9
+ import { ResponsiveStack as V } from "./ui/responsive-stack.js";
10
+ import { EmptyState as H } from "./ui/empty-state.js";
11
+ import { Button as U, buttonVariants as W } from "./ui/button.js";
12
+ import { AlertDialog as G, AlertDialogAction as K, AlertDialogCancel as q, AlertDialogContent as J, AlertDialogDescription as Y, AlertDialogFooter as X, AlertDialogHeader as Z, AlertDialogOverlay as Q, AlertDialogPortal as $, AlertDialogTitle as ee, AlertDialogTrigger as te } from "./ui/alert-dialog.js";
13
+ import { Badge as ne, badgeVariants as re } from "./ui/badge.js";
14
+ import { Card as ie, CardContent as ae, CardDescription as oe, CardFooter as se, CardHeader as ce, CardTitle as le } from "./ui/card.js";
15
+ import { Checkbox as ue } from "./ui/checkbox.js";
16
+ import { Command as de, CommandDialog as fe, CommandEmpty as pe, CommandGroup as me, CommandInput as he, CommandItem as ge, CommandList as _e, CommandSeparator as ve, CommandShortcut as ye } from "./ui/command.js";
17
+ import { DropdownMenu as be, DropdownMenuCheckboxItem as xe, DropdownMenuContent as Se, DropdownMenuGroup as Ce, DropdownMenuItem as we, DropdownMenuLabel as Te, DropdownMenuPortal as Ee, DropdownMenuRadioGroup as De, DropdownMenuRadioItem as Oe, DropdownMenuSeparator as ke, DropdownMenuShortcut as Ae, DropdownMenuSub as je, DropdownMenuSubContent as Me, DropdownMenuSubTrigger as Ne, DropdownMenuTrigger as Pe } from "./ui/dropdown-menu.js";
18
+ import { Input as Fe } from "./ui/input.js";
19
+ import { Label as Ie } from "./ui/label.js";
20
+ import { Popover as Le, PopoverAnchor as Re, PopoverContent as ze, PopoverTrigger as Be } from "./ui/popover.js";
21
+ import { ScrollArea as Ve, ScrollBar as He } from "./ui/scroll-area.js";
22
+ import { Select as Ue, SelectContent as We, SelectGroup as Ge, SelectItem as Ke, SelectLabel as qe, SelectScrollDownButton as Je, SelectScrollUpButton as Ye, SelectSeparator as Xe, SelectTrigger as Ze, SelectValue as Qe } from "./ui/select.js";
23
+ import { Separator as $e } from "./ui/separator.js";
24
+ import { Sheet as et, SheetClose as tt, SheetContent as nt, SheetDescription as rt, SheetFooter as it, SheetHeader as at, SheetTitle as ot, SheetTrigger as st } from "./ui/sheet.js";
25
+ import { Skeleton as ct } from "./ui/skeleton.js";
26
+ import { Toaster as lt } from "./ui/sonner.js";
27
+ import { Spinner as ut } from "./ui/spinner.js";
28
+ import { Switch as dt } from "./ui/switch.js";
29
+ import { Tabs as ft, TabsContent as pt, TabsList as mt, TabsTrigger as ht } from "./ui/tabs.js";
30
+ import { Textarea as gt } from "./ui/textarea.js";
31
+ import { Tooltip as _t, TooltipContent as vt, TooltipProvider as yt, TooltipTrigger as bt } from "./ui/tooltip.js";
32
+ export { e as Accordion, t as AccordionContent, n as AccordionItem, r as AccordionTrigger, G as AlertDialog, K as AlertDialogAction, q as AlertDialogCancel, J as AlertDialogContent, Y as AlertDialogDescription, X as AlertDialogFooter, Z as AlertDialogHeader, Q as AlertDialogOverlay, $ as AlertDialogPortal, ee as AlertDialogTitle, te as AlertDialogTrigger, ne as Badge, a as BottomSheet, o as BottomSheetClose, s as BottomSheetContent, c as BottomSheetDescription, l as BottomSheetFooter, u as BottomSheetHeader, d as BottomSheetTitle, f as BottomSheetTrigger, U as Button, ie as Card, ae as CardContent, oe as CardDescription, se as CardFooter, ce as CardHeader, le as CardTitle, ue as Checkbox, de as Command, fe as CommandDialog, pe as CommandEmpty, me as CommandGroup, he as CommandInput, ge as CommandItem, _e as CommandList, ve as CommandSeparator, ye as CommandShortcut, p as Dialog, m as DialogClose, h as DialogContent, g as DialogDescription, _ as DialogFooter, v as DialogHeader, y as DialogOverlay, b as DialogPortal, x as DialogTitle, S as DialogTrigger, be as DropdownMenu, xe as DropdownMenuCheckboxItem, Se as DropdownMenuContent, Ce as DropdownMenuGroup, we as DropdownMenuItem, Te as DropdownMenuLabel, Ee as DropdownMenuPortal, De as DropdownMenuRadioGroup, Oe as DropdownMenuRadioItem, ke as DropdownMenuSeparator, Ae as DropdownMenuShortcut, je as DropdownMenuSub, Me as DropdownMenuSubContent, Ne as DropdownMenuSubTrigger, Pe as DropdownMenuTrigger, H as EmptyState, Fe as Input, Ie as Label, i as OptionalFields, Le as Popover, Re as PopoverAnchor, ze as PopoverContent, Be as PopoverTrigger, C as ResponsiveDialog, w as ResponsiveDialogClose, T as ResponsiveDialogContent, E as ResponsiveDialogDescription, D as ResponsiveDialogFooter, O as ResponsiveDialogHeader, k as ResponsiveDialogTitle, A as ResponsiveDialogTrigger, V as ResponsiveStack, z as ResponsiveTable, Ve as ScrollArea, He as ScrollBar, Ue as Select, We as SelectContent, Ge as SelectGroup, Ke as SelectItem, qe as SelectLabel, Je as SelectScrollDownButton, Ye as SelectScrollUpButton, Xe as SelectSeparator, Ze as SelectTrigger, Qe as SelectValue, $e as Separator, et as Sheet, tt as SheetClose, nt as SheetContent, rt as SheetDescription, it as SheetFooter, at as SheetHeader, ot as SheetTitle, st as SheetTrigger, ct as Skeleton, ut as Spinner, B as Stepper, dt as Switch, j as Table, M as TableBody, N as TableCaption, P as TableCell, F as TableFooter, I as TableHead, L as TableHeader, R as TableRow, ft as Tabs, pt as TabsContent, mt as TabsList, ht as TabsTrigger, gt as Textarea, lt as Toaster, _t as Tooltip, vt as TooltipContent, yt as TooltipProvider, bt as TooltipTrigger, re as badgeVariants, W as buttonVariants };
@@ -0,0 +1,15 @@
1
+ import { ClassValue } from 'clsx';
2
+ /**
3
+ * Utility function to merge Tailwind CSS classes
4
+ *
5
+ * Combines clsx for conditional classes with tailwind-merge
6
+ * to properly handle Tailwind class conflicts.
7
+ *
8
+ * @example
9
+ * ```tsx
10
+ * cn('bg-red-500', condition && 'bg-blue-500')
11
+ * // Returns: 'bg-blue-500' if condition is true
12
+ * ```
13
+ */
14
+ export declare function cn(...inputs: ClassValue[]): string;
15
+ //# sourceMappingURL=cn.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cn.d.ts","sourceRoot":"","sources":["../../src/utils/cn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAQ,MAAM,MAAM,CAAC;AAG7C;;;;;;;;;;;GAWG;AACH,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,GAAG,MAAM,CAElD"}
@@ -0,0 +1,3 @@
1
+ export { cn } from './cn';
2
+ export * from '../shared/utils/index';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,MAAM,CAAC;AAC1B,cAAc,uBAAuB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burdenoff/fe-libs",
3
- "version": "2026.527.6",
3
+ "version": "2026.528.1",
4
4
  "description": "Burdenoff frontend primitives and domain libraries",
5
5
  "type": "module",
6
6
  "imports": {
@@ -39,6 +39,45 @@ export function createEslintConfig(options = {}) {
39
39
  'react/prop-types': 'off',
40
40
  '@typescript-eslint/no-unused-vars': ['warn', { argsIgnorePattern: '^_' }],
41
41
  '@typescript-eslint/no-explicit-any': 'error',
42
+ // UX-simplification sweep guardrails (warnings — gradual adoption).
43
+ // Rationale: ~/products/dev/platform/context/ui-simplification/README.md
44
+ 'no-restricted-imports': [
45
+ 'warn',
46
+ {
47
+ paths: [
48
+ {
49
+ name: '@burdenoff/fe-libs/ui',
50
+ importNames: [
51
+ 'Dialog',
52
+ 'DialogTrigger',
53
+ 'DialogContent',
54
+ 'DialogHeader',
55
+ 'DialogFooter',
56
+ 'DialogTitle',
57
+ 'DialogDescription',
58
+ 'DialogClose',
59
+ ],
60
+ message:
61
+ 'Use ResponsiveDialog* from @burdenoff/fe-libs/ui — auto-converts to BottomSheet below md:.',
62
+ },
63
+ ],
64
+ },
65
+ ],
66
+ 'no-restricted-syntax': [
67
+ 'warn',
68
+ {
69
+ selector:
70
+ "Literal[value=/(?:#[0-9a-fA-F]{3,8}\\b)|(?:rgb[a]?\\()|(?:hsl[a]?\\()/]",
71
+ message:
72
+ 'Use semantic tokens from fe-libs/shared/tokens/tokens.css (bg-*, text-*, action-*, status-*) — not raw colours.',
73
+ },
74
+ {
75
+ selector:
76
+ "TemplateElement[value.raw=/(?:#[0-9a-fA-F]{3,8}\\b)|(?:rgb[a]?\\()|(?:hsl[a]?\\()/]",
77
+ message:
78
+ 'Use semantic tokens from fe-libs/shared/tokens/tokens.css — not raw colours in template strings.',
79
+ },
80
+ ],
42
81
  ...additionalRules,
43
82
  },
44
83
  settings: {