@apolitical/component-library 8.3.4 → 8.3.5-dh.0
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,4 +1,4 @@
|
|
|
1
|
-
interface
|
|
1
|
+
export interface IEmailHelperTextBoxProps {
|
|
2
2
|
/** The ID of the EmailHelperTextBox */
|
|
3
3
|
id?: string;
|
|
4
4
|
/** The type of content to show */
|
|
@@ -12,5 +12,5 @@ interface Props {
|
|
|
12
12
|
/** The language to use */
|
|
13
13
|
locale?: string;
|
|
14
14
|
}
|
|
15
|
-
declare const EmailHelperTextBox: ({ id, type: content, email, redirectPath, resendVerificationCode, }:
|
|
15
|
+
declare const EmailHelperTextBox: ({ id, type: content, email, redirectPath, resendVerificationCode, }: IEmailHelperTextBoxProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
16
|
export default EmailHelperTextBox;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apolitical/component-library",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.5-dh.0",
|
|
4
4
|
"main": "./index.js",
|
|
5
5
|
"types": "./index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -14,6 +14,8 @@
|
|
|
14
14
|
"getstream": "8.4.1"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
+
"@novu/react": "2.6.0",
|
|
18
|
+
"@suprsend/react-inbox": "3.6.1",
|
|
17
19
|
"@tanstack/query-core": "5.8.3",
|
|
18
20
|
"@tanstack/react-query": "5.8.3",
|
|
19
21
|
"@tanstack/react-query-devtools": "5.8.3",
|