@prosperitainova/mirage-ui 1.0.99 → 1.1.1

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,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { InputCurrencyProps } from "./InputCurrency";
2
3
  import { Story } from "@storybook/react";
3
4
  declare const InputNumberStories: {
@@ -11,6 +11,7 @@ type panelProps = {
11
11
  };
12
12
  export type SummaryPanelProps = {
13
13
  panel: panelProps[];
14
+ isLoading?: boolean;
14
15
  };
15
16
  declare const SummaryPanel: (props: SummaryPanelProps) => JSX.Element;
16
17
  export default SummaryPanel;
@@ -0,0 +1,2 @@
1
+ declare const SummaryPanelLoader: (props: any) => JSX.Element;
2
+ export default SummaryPanelLoader;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export type ToggleProps = {
2
3
  mode: "small" | "large";
3
4
  actived?: boolean;
package/dist/index.d.ts CHANGED
@@ -297,6 +297,7 @@ type panelProps = {
297
297
  };
298
298
  type SummaryPanelProps = {
299
299
  panel: panelProps[];
300
+ isLoading?: boolean;
300
301
  };
301
302
  declare const SummaryPanel: (props: SummaryPanelProps) => JSX.Element;
302
303
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosperitainova/mirage-ui",
3
- "version": "1.0.99",
3
+ "version": "1.1.1",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -10,6 +10,7 @@
10
10
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
11
11
  "bootstrap": "^5.2.3",
12
12
  "formik": "^2.4.3",
13
+ "react-content-loader": "^6.2.1",
13
14
  "react-currency-input": "^1.3.6",
14
15
  "react-currency-input-field": "^3.6.11",
15
16
  "react-dropzone": "^14.2.3",