@duffel/components 3.7.18 → 3.7.20--canary.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.
- package/components/DuffelCardForm/lib/types.d.ts +2 -1
- package/custom-elements.js +2 -2
- package/custom-elements.js.map +3 -3
- package/functions/createThreeDSecureSession/client.d.ts +22 -0
- package/functions/createThreeDSecureSession/createThreeDSecureSession.d.ts +18 -0
- package/functions/createThreeDSecureSession/initEvervault.d.ts +4 -0
- package/functions/createThreeDSecureSession/loadEvervaultScript.d.ts +1 -0
- package/index.d.ts +1 -0
- package/index.js +17 -17
- package/index.js.map +4 -4
- package/package.json +19 -17
- package/tests/functions/createThreeDSecureSession.test.d.ts +1 -0
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -57,7 +57,8 @@ export interface DuffelCardFormProps {
|
|
|
57
57
|
*/
|
|
58
58
|
styles?: DuffelCardFormStyles;
|
|
59
59
|
/**
|
|
60
|
-
*
|
|
60
|
+
* This value is intended for Duffel engineers to load the card form iframe
|
|
61
|
+
* from different environments of our [token proxy service](https://github.com/duffelhq/token-proxy).
|
|
61
62
|
*
|
|
62
63
|
* @default: `production`
|
|
63
64
|
*/
|