Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/clever-crabs-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@turnkey/iframe-stamper": minor
---

Added ability to toggle passphrase input for the import iframe
3 changes: 3 additions & 0 deletions packages/iframe-stamper/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ export type TIframeStyles = {
fontWeight?: string;
fontFamily?: string;
color?: string;
labelColor?: string;
backgroundColor?: string;
width?: string;
height?: string;
Expand All @@ -130,6 +131,8 @@ export type TIframeStyles = {

export type TIframeSettings = {
styles?: TIframeStyles;
passphraseStyles?: TIframeStyles;
enablePassphrase?: boolean;
};

export enum MessageType {
Expand Down
Loading