* feat(card&drop-in): change button and success state for zero-auth transactions
* refactor: added translations for details saved result (applicable for zero auth, non stored card)
* refactor: change result text for zero auth transactions
* chore: add changeset
* test: added tests
* refactor: improve the QR payments status check call, wait for the previous call to finish
* added changeset
* refactor: added the timeout for the default http calls and the status check call
* refactor: add unit test
* Creating separate card-with-installments in Cards playground
* New unit test for validateForm
* Expanded test for validateForm
* setFocusOnFrame, improved types
* setFocusOnFrame unit test, first draft
* setFocusOnFrame unit test, final
* postMessageToIframe unit test
* processBrand unit test
* processAutoComplete unit test
* processAutoComplete unit test - removed logs
* postMessageToAllIframes unit test
* isConfigured unit test - final
* handleIframeConfigFeedback unit test
* handleFocus unit test
* handleOnBinValue unit test
* Don't bother testing console.log lines
* Removing this keyword from handleFocus function
* handleValidation unit test
* handleEncryption unit test - first draft
* handleEncryption unit test - final
* Added boolean onlyShowCard to easily turn of all other card examples in the Cards playground
* wireframe for handleBrandFromBinLookup.test.ts
* handleBrandFromBinLookup.test.ts - first draft
* handleBrandFromBinLookup.test.ts - final
* Expanded number of tests in initCSF.test.tsx
* createSecuredFields.test.tsx - first draft
* createSecuredFields.test.tsx - second draft
* createSecuredFields.test.tsx - final version
* createSecuredFields.test.tsx - testing that promise resolves
* createSecuredFields.test.tsx - testing that promise rejects
* Created createCardSecuredFields.test.ts to catch some edge cases in createSecuredFields functionality
* handleTab.test.ts - first draft
* handleTab.test.ts - final draft
* handleTab.test.ts - funnel tests through the expected entry point (handleSFShiftTab), to maximise coverage
* handleIOSTouchEvents.test.ts - first draft
* handleIOSTouchEvents.test.ts - second draft
* handleIOSTouchEvents.test.ts - cleaned up code
* handleIOSTouchEvents.test.ts - properly testing keypadFix scenario
* tidying up "partial" tests: cleaning up callbacks, using constants
* handleIOSTouchEvents.test.ts - adding final tests
* Removing some console.logs
* Cleaning up SecuredFields constants
* detectInIframe fn fix
* detectInIframe renamed to the more accurate (if lengthy!) detectInIframeInAccessibleDomain
* adding changeset file
* changed import in unit test
* Changed check for reading window.parent.location
* Clarified function name and purpose (via comments)
* update comment in changeset file
* fix: getting icon using type() function instead of constructor type
* feat: changeset + removed duplicated methods
* fix: removed only frag on unit test
* new playwright tests to replace the testcafe "usual suspects"
* Adding "regular" customCard tests for expiryDatePolicies
* Adding "separate" customCard tests for expiryDatePolicies
* Deleting replaced testcafe tests
* Creating dropin page, fixture, model and first test
* First dropin test, for default view of card brands, passes
* Test cover both defaultView and compactView
* cardBrands test moved to separate files inside a 'cardBrands' directory
* Test cover both defaultView and compactView when 'excluded' brands are present
* Utils added that creates Credit Card related references and functionalities for the Dropin
* Deleted replaced e2e tests