@mindly/ui-components 3.10.4 → 3.10.6

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.
@@ -3,6 +3,7 @@ import React from 'react';
3
3
  declare type SkeletonProps = {
4
4
  widthPx?: number;
5
5
  heightPx?: number;
6
+ style?: React.CSSProperties;
6
7
  } & Omit<JSX.IonSkeletonText, 'animated'>;
7
8
  declare const Skeleton: React.FC<SkeletonProps>;
8
9
  export default Skeleton;
package/dist/index.d.ts CHANGED
@@ -558,6 +558,7 @@ declare const SectionHeading: React.FC<SectionHeadingProps>;
558
558
  declare type SkeletonProps = {
559
559
  widthPx?: number;
560
560
  heightPx?: number;
561
+ style?: React.CSSProperties;
561
562
  } & Omit<JSX$1.IonSkeletonText, 'animated'>;
562
563
  declare const Skeleton: React.FC<SkeletonProps>;
563
564
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.10.4",
3
+ "version": "3.10.6",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",