k2-im 0.1.5 → 0.1.7

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/dist/browser.js CHANGED
@@ -1 +1 @@
1
- export{A as createLazyBrowserApiProtocolClient}from'./chunk-K3DSNX5G.js';import'./chunk-AFW5LCKV.js';import'./chunk-WOT6VMZA.js';
1
+ export{A as createLazyBrowserApiProtocolClient}from'./chunk-GTRMHOHX.js';import'./chunk-MHIB4PGT.js';import'./chunk-WOT6VMZA.js';
@@ -6349,6 +6349,7 @@ interface ImExpressionStoreActions {
6349
6349
  loadRecent: (kind: RecentKind) => Promise<ImExpressionOperationResult>;
6350
6350
  reportRecent: (input: ImExpressionRecentInput) => Promise<ImExpressionOperationResult>;
6351
6351
  rememberEmoji: (entry: ImEmojiRecentEntry) => Promise<ImExpressionOperationResult>;
6352
+ rememberEmojis: (entries: readonly ImEmojiRecentEntry[]) => Promise<ImExpressionOperationResult>;
6352
6353
  toggleRecentSelection: (kind: RecentKind, recordId: string, selected?: boolean) => void;
6353
6354
  deleteSelectedRecent: (kind: RecentKind) => Promise<ImExpressionOperationResult>;
6354
6355
  loadGiphyTrending: () => Promise<ImExpressionOperationResult>;