quickblox-react-ui-kit 0.2.8-beta.8 → 0.2.8

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.
@@ -1,5 +1,6 @@
1
1
  export declare const formatDate: (inputDate: string) => string;
2
2
  export declare const getDateShortFormatEU: (dateTimeToFormat: number) => string;
3
3
  export declare const getTimeShort24hFormat: (dateTimeToFormat: number) => string;
4
+ export declare const getDateForDialog: (dateTimeToFormat: number) => string;
4
5
  export declare const formatShortTime3: (dateTimeToFormat: number) => string;
5
6
  export declare const formatShortTime4: (dateTimeToFormat: number) => string;
package/global.d.ts CHANGED
@@ -67,6 +67,7 @@ interface QBConfig {
67
67
  debug: boolean;
68
68
  enableForwarding: boolean;
69
69
  enableReplying: boolean;
70
+ regexUserName?: string;
70
71
  endpoints: {
71
72
  api: string;
72
73
  chat: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quickblox-react-ui-kit",
3
- "version": "0.2.8-beta.8",
3
+ "version": "0.2.8",
4
4
  "main": "dist/index-ui.js",
5
5
  "license": "MIT",
6
6
  "keywords": [