gantri-components 1.143.4 → 1.143.5
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,6 @@
|
|
|
1
1
|
import { RenderOptions } from '@testing-library/react';
|
|
2
2
|
import { ReactElement } from 'react';
|
|
3
3
|
/** Renders with the required App providers */
|
|
4
|
-
export declare const
|
|
4
|
+
export declare const renderWithModalProvider: (ui: ReactElement, options?: Omit<RenderOptions<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>, "wrapper"> | undefined) => import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>;
|
|
5
5
|
export declare const renderWithThemeProvider: (ui: ReactElement, options?: Omit<RenderOptions<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>, "wrapper"> | undefined) => import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>;
|
|
6
6
|
export declare const renderWithFormikWrapper: (ui: ReactElement, options?: Omit<RenderOptions<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>, "wrapper"> | undefined) => import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gantri-components",
|
|
3
|
-
"version": "1.143.
|
|
3
|
+
"version": "1.143.5",
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"module": "dist/index.esm.js",
|
|
6
6
|
"umd": "dist/index.umd.js",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"dependencies": {
|
|
128
128
|
"@cloudinary/url-gen": "^1.7.0",
|
|
129
129
|
"@types/lodash": "^4.14.182",
|
|
130
|
-
"@types/react-dom": "^
|
|
130
|
+
"@types/react-dom": "^17.0.17",
|
|
131
131
|
"formik": "^2.2.9",
|
|
132
132
|
"intersection-observer": "^0.12.2",
|
|
133
133
|
"lodash.capitalize": "^4.2.1",
|