@mindly/ui-components 8.2.25 → 8.2.26

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,6 +1,7 @@
1
1
  import React from 'react';
2
2
  type LoadingProps = {
3
3
  isOpen: boolean;
4
+ className?: string;
4
5
  };
5
6
  declare const _default: React.NamedExoticComponent<LoadingProps>;
6
7
  export default _default;
package/dist/index.d.ts CHANGED
@@ -1628,6 +1628,7 @@ declare const _default$15: React__default.NamedExoticComponent<ProgressBar_v2Pro
1628
1628
 
1629
1629
  type LoadingProps = {
1630
1630
  isOpen: boolean;
1631
+ className?: string;
1631
1632
  };
1632
1633
  declare const _default$14: React__default.NamedExoticComponent<LoadingProps>;
1633
1634
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "8.2.25",
3
+ "version": "8.2.26",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",