@talkjs/web-components 0.0.31 → 0.0.32

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 (4) hide show
  1. package/default.cjs +226 -225
  2. package/default.d.ts +18 -2
  3. package/default.js +8472 -8474
  4. package/package.json +1 -1
package/default.d.ts CHANGED
@@ -1643,8 +1643,6 @@ declare interface TranslationStrings {
1643
1643
  SAVE: string;
1644
1644
  EDITED_INDICATOR: string;
1645
1645
  REPLY_TO_MESSAGE: string;
1646
- REPLY_TO_ARIA_LABEL: (senderName: string, content: string) => string;
1647
- REPLY_MODE_LEAVE_ARIA_LABEL: string;
1648
1646
  ADD_REACTION: string;
1649
1647
  AUTH_EXPIRED_OVERLAY_TITLE: string;
1650
1648
  AUTH_EXPIRED_OVERLAY_DESCRIPTION: string;
@@ -1654,6 +1652,24 @@ declare interface TranslationStrings {
1654
1652
  STATUS_INDICATOR_ONLINE: string;
1655
1653
  STATUS_INDICATOR_OFFLINE: string;
1656
1654
  CONTACT_INFORMATION_HIDDEN: string;
1655
+ ARIA_LEAVE_SEARCH_MODE: string;
1656
+ ARIA_SEARCH_UP: string;
1657
+ ARIA_SEARCH_DOWN: string;
1658
+ ARIA_CLOSE_CHAT_POPUP: string;
1659
+ ARIA_SEARCH_INSIDE_CONVERSATION: string;
1660
+ ARIA_SEARCH: string;
1661
+ ARIA_CHAT: string;
1662
+ ARIA_SET_PLAYBACK_SPEED: string;
1663
+ ARIA_CANCEL_UPLOAD: string;
1664
+ ARIA_STOP_RECORDING: string;
1665
+ ARIA_CANCEL_RECORDING: string;
1666
+ ARIA_INSERT_EMOJI: string;
1667
+ ARIA_PLAY_AUDIO: string;
1668
+ ARIA_PAUSE_AUDIO: string;
1669
+ ARIA_REACTION_COUNT: (numReactions: number, emoji: string) => string;
1670
+ ARIA_MORE_ACTIONS: string;
1671
+ ARIA_REPLYING_TO: (senderName: string, content: string) => string;
1672
+ REPLY_MODE_LEAVE_ARIA_LABEL: string;
1657
1673
  }
1658
1674
 
1659
1675
  export { TypingSnapshot }