ingred-ui 9.3.1 → 9.3.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.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const AlertIcon: (props: any) => JSX.Element;
2
3
  export declare const CheckIcon: (props: any) => JSX.Element;
3
4
  export declare const FlameIcon: (props: any) => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare function renderWithThemeProvider(ui: JSX.Element): import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingred-ui",
3
- "version": "9.3.1",
3
+ "version": "9.3.2",
4
4
  "description": "",
5
5
  "author": "voyagegroup",
6
6
  "license": "MIT",
@@ -73,7 +73,7 @@
73
73
  "react": "17.0.2",
74
74
  "react-dom": "17.0.2",
75
75
  "rollup": "2.61.1",
76
- "rollup-plugin-imagemin": "0.4.1",
76
+ "rollup-plugin-imagemin": "0.5.0",
77
77
  "rollup-plugin-peer-deps-external": "2.2.4",
78
78
  "rollup-plugin-postcss": "4.0.2",
79
79
  "scaffdog": "1.1.0",