Comparing version 4.5.0 to 4.6.0
@@ -5,2 +5,9 @@ # Changelog | ||
## [4.6.0](https://bitbucket.org/persona-id/persona-verify/compare/v4.5.0...v4.6.0) (2022-04-26) | ||
### Features | ||
* allow configuring widget frame height/width ([b65bfa1](https://bitbucket.org/persona-id/persona-verify/commits/b65bfa1815d452cea80cb94c69e7dbc4da78a274)) | ||
## [4.5.0](https://bitbucket.org/persona-id/persona-verify/compare/v4.4.0...v4.5.0) (2022-03-23) | ||
@@ -7,0 +14,0 @@ |
@@ -9,3 +9,3 @@ import * as React from 'react'; | ||
} | ||
declare const _default: ({ accountId, containerId, environment, fields, flowType, frameAncestors, host, inquiryId, language, lockedAttributes, messageTargetOrigin, onCancel, onComplete, onError, onEvent, onLoad, onReady, prefill, refIframe, referenceId, sessionToken, templateId, templateVersionId, themeId, }: InquiryInternalProps) => JSX.Element; | ||
declare const _default: ({ accountId, containerId, environment, fields, flowType, frameAncestors, frameHeight, frameWidth, host, inquiryId, language, lockedAttributes, messageTargetOrigin, onCancel, onComplete, onError, onEvent, onLoad, onReady, prefill, refIframe, referenceId, sessionToken, templateId, templateVersionId, themeId, }: InquiryInternalProps) => JSX.Element; | ||
export default _default; |
@@ -0,1 +1,2 @@ | ||
import { CSSProperties } from 'react'; | ||
/** | ||
@@ -177,2 +178,10 @@ * @deprecated only used by `prefill` which is deprecated | ||
/** | ||
* Iframe height. | ||
*/ | ||
frameHeight?: CSSProperties['maxHeight']; | ||
/** | ||
* Iframe width. Max allowed width is 768px. | ||
*/ | ||
frameWidth?: CSSProperties['maxWidth']; | ||
/** | ||
* @private Internal property for testing. Will do nothing. | ||
@@ -179,0 +188,0 @@ * To use the 'development' option, your organization must include localhost |
{ | ||
"name": "persona", | ||
"version": "4.5.0", | ||
"version": "4.6.0", | ||
"description": "The official web client library for the Persona API.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/persona.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
147891
2838