@newskit-render/checkout 1.9.0 → 1.9.1-alpha.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,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const DateOfBirth: () => JSX.Element;
2
3
  export default DateOfBirth;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const RenderAgreementCheckboxes: ({ tcAccepted, handleModal, handleTCAccept, opAccepted, handleOPAccept, }: {
2
3
  tcAccepted?: boolean | undefined;
3
4
  handleModal: (x: boolean) => void;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export type UserTitle = {
2
3
  name: string;
3
4
  options: string[];
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const LayoutTemplate: ({ ...props }: {
2
3
  [x: string]: any;
3
4
  }) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const DateOfBirth: () => JSX.Element;
2
3
  export default DateOfBirth;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const RenderAgreementCheckboxes: ({ tcAccepted, handleModal, handleTCAccept, opAccepted, handleOPAccept, }: {
2
3
  tcAccepted?: boolean | undefined;
3
4
  handleModal: (x: boolean) => void;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export type UserTitle = {
2
3
  name: string;
3
4
  options: string[];
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const LayoutTemplate: ({ ...props }: {
2
3
  [x: string]: any;
3
4
  }) => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newskit-render/checkout",
3
- "version": "1.9.0",
3
+ "version": "1.9.1-alpha.0",
4
4
  "description": "Newskit Render - Checkout package",
5
5
  "author": "",
6
6
  "license": "UNLICENSED",
@@ -33,8 +33,8 @@
33
33
  "@emotion/react": "11.9.3",
34
34
  "@emotion/styled": "11.9.3",
35
35
  "@hookform/resolvers": "2.8.3",
36
- "@newskit-render/shared-components": "^1.24.0",
37
- "@newskit-render/standalone-components": "^1.15.0",
36
+ "@newskit-render/shared-components": "^1.24.1-alpha.0",
37
+ "@newskit-render/standalone-components": "^1.15.1-alpha.0",
38
38
  "newskit": "6.6.0"
39
39
  },
40
40
  "devDependencies": {
@@ -45,8 +45,8 @@
45
45
  "@testing-library/react": "13.4.0",
46
46
  "@types/jest": "27.0.2",
47
47
  "@types/react": "18.0.26",
48
- "@types/react-dom": "18.0.6",
49
- "@typescript-eslint/eslint-plugin": "5.45.1",
48
+ "@types/react-dom": "18.0.9",
49
+ "@typescript-eslint/eslint-plugin": "5.46.0",
50
50
  "@typescript-eslint/parser": "5.45.1",
51
51
  "eslint": "8.27.0",
52
52
  "eslint-config-prettier": "8.5.0",
@@ -55,7 +55,7 @@
55
55
  "jest": "27.4.7",
56
56
  "jest-junit": "12.0.0",
57
57
  "jest-watch-typeahead": "1.0.0",
58
- "lint-staged": "12.1.7",
58
+ "lint-staged": "13.1.0",
59
59
  "next": "13.0.6",
60
60
  "prettier": "2.8.1",
61
61
  "react": "18.2.0",