@saasquatch/mint-components 1.4.1 → 1.4.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
+ import { VNode } from "../../stencil-public-runtime";
1
2
  import { FormState } from "./useValidationState";
2
3
  export interface PortalRegisterViewProps {
3
4
  states: {
@@ -14,9 +15,10 @@ export interface PortalRegisterViewProps {
14
15
  inputFunction: Function;
15
16
  };
16
17
  content: {
17
- formData?: any;
18
- passwordField?: any;
19
- secondaryButton?: any;
18
+ formData?: VNode;
19
+ terms?: VNode;
20
+ passwordField?: VNode;
21
+ secondaryButton?: VNode;
20
22
  emailLabel?: string;
21
23
  passwordLabel?: string;
22
24
  submitLabel?: string;
@@ -7,3 +7,4 @@ export declare const RegisterWithError: () => any;
7
7
  export declare const RegisterLoading: () => any;
8
8
  export declare const FieldsHidden: () => any;
9
9
  export declare const SlottedInputs: () => any;
10
+ export declare const TermsAndConditions: () => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasquatch/mint-components",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "Mint Components - Built with Shoelace Components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "es2015": "dist/esm/index.js",