@remit/web-client 0.0.115 → 0.0.116

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/web-client",
3
- "version": "0.0.115",
3
+ "version": "0.0.116",
4
4
  "type": "module",
5
5
  "description": "Remit web client, published as composable primitives — the app shell, auth shells, and runtime config. A distributor imports what it composes and bundles it.",
6
6
  "exports": {
@@ -264,7 +264,6 @@ export function FlaggedList({
264
264
  onReportError={handleReportError}
265
265
  selectedThreadId={selectedMessageId}
266
266
  onSelectThread={onSelectMessage}
267
- onSelectBriefCategory={() => undefined}
268
267
  isDesktop={isDesktop}
269
268
  selectionBar={<ThreadListSelectionBar title="Starred" />}
270
269
  listBody={
@@ -1320,7 +1320,6 @@ export const MessageList = ({
1320
1320
  search: (prev) => ({ ...prev, selectedMessageId: id }),
1321
1321
  })
1322
1322
  }
1323
- onSelectBriefCategory={() => undefined}
1324
1323
  isDesktop={isDesktop}
1325
1324
  hideHeader={hideHeader}
1326
1325
  selectionBar={activeSelectionBar}