@mindly/ui-components 3.5.6 → 3.5.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.
@@ -1,7 +1,7 @@
1
- import React, { CSSProperties } from 'react';
1
+ import { CSSProperties, FC } from 'react';
2
2
  declare type ContainerProps = {
3
3
  style?: CSSProperties;
4
4
  className?: string;
5
5
  };
6
- declare const Container: React.ForwardRefExoticComponent<ContainerProps & React.RefAttributes<HTMLDivElement>>;
6
+ declare const Container: FC<ContainerProps>;
7
7
  export default Container;
package/dist/index.d.ts CHANGED
@@ -385,7 +385,7 @@ declare type ContainerProps = {
385
385
  style?: CSSProperties;
386
386
  className?: string;
387
387
  };
388
- declare const Container: React.ForwardRefExoticComponent<ContainerProps & React.RefAttributes<HTMLDivElement>>;
388
+ declare const Container: FC<ContainerProps>;
389
389
 
390
390
  declare type SegmentType = {
391
391
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.5.6",
3
+ "version": "3.5.7",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",