@mindly/ui-components 3.18.0 → 3.18.2

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.
@@ -8,7 +8,10 @@ declare type ImageMessageWrapperProps = {
8
8
  position: 'left' | 'right';
9
9
  };
10
10
  export declare const ImageMessageWrapper: import("styled-components").StyledComponent<"div", any, ImageMessageWrapperProps, never>;
11
- export declare const ImageTimeWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
11
+ declare type ImageTimeWrapperProps = {
12
+ position: 'left' | 'right';
13
+ };
14
+ export declare const ImageTimeWrapper: import("styled-components").StyledComponent<"div", any, ImageTimeWrapperProps, never>;
12
15
  declare type MessageBubbleProps = {
13
16
  position: 'left' | 'right';
14
17
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.18.0",
3
+ "version": "3.18.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",