@newskit-render/checkout 0.20.2 → 0.23.1

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 @@
1
- import React from 'react';
2
- export declare const IconPayPal: React.FC<import("newskit").NewsKitIconProps & {
3
- theme?: import("newskit").Theme | undefined;
4
- }>;
1
+ export declare const IconPayPal: import("newskit").NewsKitIcon;
@@ -67,7 +67,7 @@ export interface ContextOptions {
67
67
  siteHost?: string;
68
68
  fbType?: string;
69
69
  fbImageUrl?: string;
70
- navigationPrimary?: NavigationPrimaryProps;
70
+ navigationPrimary?: Partial<NavigationPrimaryProps>;
71
71
  header?: HeaderProps;
72
72
  paymentDetailsPage?: PaymentDetailsPage;
73
73
  buttonGroupProps?: Partial<ButtonGroupProps>;
@@ -1,4 +1 @@
1
- import React from 'react';
2
- export declare const IconPayPal: React.FC<import("newskit").NewsKitIconProps & {
3
- theme?: import("newskit").Theme | undefined;
4
- }>;
1
+ export declare const IconPayPal: import("newskit").NewsKitIcon;
@@ -67,7 +67,7 @@ export interface ContextOptions {
67
67
  siteHost?: string;
68
68
  fbType?: string;
69
69
  fbImageUrl?: string;
70
- navigationPrimary?: NavigationPrimaryProps;
70
+ navigationPrimary?: Partial<NavigationPrimaryProps>;
71
71
  header?: HeaderProps;
72
72
  paymentDetailsPage?: PaymentDetailsPage;
73
73
  buttonGroupProps?: Partial<ButtonGroupProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newskit-render/checkout",
3
- "version": "0.20.2",
3
+ "version": "0.23.1",
4
4
  "description": "Newskit Render - Checkout package",
5
5
  "author": "",
6
6
  "license": "UNLICENSED",
@@ -69,7 +69,7 @@
69
69
  },
70
70
  "dependencies": {
71
71
  "@hookform/resolvers": "2.8.3",
72
- "@newskit-render/shared-components": "^0.33.0",
73
- "newskit": "5.0.0"
72
+ "@newskit-render/shared-components": "^0.35.1",
73
+ "newskit": "5.1.1"
74
74
  }
75
75
  }