@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.
|
|
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={
|