@paypal/checkout-components 5.0.198-alpha.0 → 5.0.198
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.
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
## <small>5.0.198
|
|
1
|
+
## <small>5.0.198 (2022-02-22)</small>
|
|
2
2
|
|
|
3
|
-
*
|
|
4
|
-
|
|
3
|
+
* chore(release): 5.0.197 🎉 ([47eecc1](https://github.com/paypal/paypal-checkout-components/commit/47eecc1))
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
## <small>5.0.197 (2022-02-22)</small>
|
|
8
|
+
|
|
9
|
+
* Revert "use new kraken org prefix for cross-domain-utils (#1875)" (#1879) ([35f3860](https://github.com/paypal/paypal-checkout-components/commit/35f3860)), closes [#1875](https://github.com/paypal/paypal-checkout-components/issues/1875) [#1879](https://github.com/paypal/paypal-checkout-components/issues/1879)
|
|
5
10
|
|
|
6
11
|
|
|
7
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paypal/checkout-components",
|
|
3
|
-
"version": "5.0.198
|
|
3
|
+
"version": "5.0.198",
|
|
4
4
|
"description": "PayPal Checkout components, for integrating checkout products.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -77,13 +77,13 @@
|
|
|
77
77
|
"sync-browser-mocks": "^2.0.8"
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@krakenjs/cross-domain-utils": "^3.0.2",
|
|
81
80
|
"@paypal/common-components": "^1.0.16",
|
|
82
81
|
"@paypal/funding-components": "^1.0.17",
|
|
83
82
|
"@paypal/sdk-client": "^4.0.156",
|
|
84
83
|
"@paypal/sdk-constants": "^1.0.107",
|
|
85
84
|
"@paypal/sdk-logos": "^1.0.26",
|
|
86
85
|
"belter": "^1.0.2",
|
|
86
|
+
"cross-domain-utils": "^2.0.1",
|
|
87
87
|
"jsx-pragmatic": "^2",
|
|
88
88
|
"post-robot": "^10.0.0",
|
|
89
89
|
"zalgo-promise": "^1.0.10",
|
package/src/lib/security.js
CHANGED
package/src/ui/buttons/props.js
CHANGED
|
@@ -7,7 +7,7 @@ import { type OrderCreateRequest, type FundingEligibilityType,
|
|
|
7
7
|
type OrderGetResponse, type OrderCaptureResponse, type OrderAuthorizeResponse } from '@paypal/sdk-client/src';
|
|
8
8
|
import { FUNDING, PLATFORM, INTENT, COMMIT, VAULT,
|
|
9
9
|
ENV, COUNTRY, LANG, COUNTRY_LANGS, type LocaleType, CARD, COMPONENTS } from '@paypal/sdk-constants/src';
|
|
10
|
-
import { type CrossDomainWindowType } from '
|
|
10
|
+
import { type CrossDomainWindowType } from 'cross-domain-utils/src';
|
|
11
11
|
import { LOGO_COLOR } from '@paypal/sdk-logos/src';
|
|
12
12
|
import { SUPPORTED_FUNDING_SOURCES } from '@paypal/funding-components/src';
|
|
13
13
|
import type { ComponentFunctionType } from 'jsx-pragmatic/src';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import { node, dom, type ChildType } from 'jsx-pragmatic/src';
|
|
5
5
|
import { FUNDING, CARD, FPTI_KEY } from '@paypal/sdk-constants/src';
|
|
6
6
|
import { popup, supportsPopups, writeElementToWindow } from 'belter/src';
|
|
7
|
-
import { assertSameDomain, type CrossDomainWindowType } from '
|
|
7
|
+
import { assertSameDomain, type CrossDomainWindowType } from 'cross-domain-utils/src';
|
|
8
8
|
import { SpinnerPage } from '@paypal/common-components/src';
|
|
9
9
|
import { getLogger } from '@paypal/sdk-client/src';
|
|
10
10
|
import type { ZoidProps } from 'zoid/src';
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { node, dom } from 'jsx-pragmatic/src';
|
|
6
6
|
import { ZalgoPromise } from 'zalgo-promise/src';
|
|
7
7
|
import { create, type ZoidComponent } from 'zoid/src';
|
|
8
|
-
import type { CrossDomainWindowType } from '
|
|
8
|
+
import type { CrossDomainWindowType } from 'cross-domain-utils/src';
|
|
9
9
|
import { memoize, uniqueID } from 'belter/src';
|
|
10
10
|
import { getLocale, getEnv, getSDKMeta, getDisableCard, getPayPalDomain, getClientID, getDebug, getCurrency, getIntent,
|
|
11
11
|
getCommit, getVault } from '@paypal/sdk-client/src';
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { LANG } from '@paypal/sdk-constants/src';
|
|
6
6
|
import { ZalgoPromise } from 'zalgo-promise/src';
|
|
7
7
|
import { create, type ZoidComponent } from 'zoid/src';
|
|
8
|
-
import type { CrossDomainWindowType } from '
|
|
8
|
+
import type { CrossDomainWindowType } from 'cross-domain-utils/src';
|
|
9
9
|
import { inlineMemoize } from 'belter/src';
|
|
10
10
|
import { getLocale, getEnv, getCommit, getSDKMeta, getDisableCard, getPayPalDomain } from '@paypal/sdk-client/src';
|
|
11
11
|
|