You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [penny test] Add pending state for name match (#19940)
## Reason
In order to enforce name matching in the MX onboarding flow, we need to add a pending page and different landing pages depending on the name matching result. This PR adds the pending page when the GK is enabled.
Design:
https://www.figma.com/design/hb8mqsg0n3QKJHpJA0ahkI/MXN-Grid-Switch?node-id=17-15925&m=dev
Screenshots below:


GitOrigin-RevId: 16f902a477add267300b15f73f2420bbadccbd53
* Update from public js-sdk main branch (#19974)
Update public `js` sources with the latest code from the [public
repository](https://github.com/lightsparkdev/js-sdk) main branch.
This typically happens when new versions of the SDK are released and
version updates need to be synced. The PR should be merged as soon as
possible to avoid updates to webdev overwriting the changes in the
js-sdk develop branch.
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lightspark Eng <[email protected]>
Co-authored-by: Peng Ying <[email protected]>
GitOrigin-RevId: e30a45111187be96d3583658bd02bb271521e53f
* [penny test] Add other landing pages to name verification (#19968)


GitOrigin-RevId: fd51392ec1ad6c61ea11a55e4810cf5ff0bce6df
* Add new uma card status for pending name verification (#19996)


GitOrigin-RevId: 8a5e2a6ef5f2d08ce7ea2ce14fe9fc59a4cfb714
* switch to use fun facts wrapper and transitioning text (#20036)
## Reason
Add "fun facts" while users wait for their kyc to complete
## Overview
This re-uses the same fun facts component from LinkBankMX
## Test Plan
KYC a user - while their kyc is in pending state, we should see the following screen, complete with fun facts

GitOrigin-RevId: fe6335c827bd3110d2915b288da66b6de04d3e11
* [Nage] Move CommandCenter to SideNav (#19881)

GitOrigin-RevId: 6388684ba3bcce5fad01df8fbbb3621f23691c04
* [core] Add circular-deps check and resolve issues (#20020)
## Reason
Typically we have this circular-deps check for JS packages but it was
never added to this one. I realized it's causing a downstream issue so
this adds the check and resolves circular deps.
GitOrigin-RevId: 1ea0bf0d6f3c7f48a38527f971cb9c32c90b6a7a
* [lightspark-sdk] Add circular-deps check and resolve issues (#20022)
## Reason
Typically we have this circular-deps check for JS packages but it was
never added to this one. I realized it's causing a downstream issue so
this adds the check and resolves circular deps.
GitOrigin-RevId: cc9081a0419495600c89ebec1d9e4c8ff6b5c9b3
* CI update lock file for PR
* [core] RN entrypoint to remove ws import in spark-sdk (#20021)
## Reason
It's not exactly clear when this became an issue for spark-sdk on React
Native because originally it was working fine with a dynamic import.
Somewhere along the way, possibly due to an updated dependency in
spark/js lock file, it started causing the following error:
<img width="479" height="377" alt="Screenshot 2025-08-21 at 11 27 57 PM"
src="https://github.com/user-attachments/assets/206d254b-b721-4c84-b93c-559f3039a042"
/>
We need to avoid referencing ws in React Native entrypoints which
resolves the issue.
GitOrigin-RevId: 8e9297ac7c1d096d90fd0f46096187cc92256c2b
* Create shy-bugs-march.md
* Create tame-sites-mate.md
* Create short-parts-march.md
---------
Co-authored-by: Jason Wang <[email protected]>
Co-authored-by: lightspark-ci-js-sdk[bot] <134011073+lightspark-ci-js-sdk[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lightspark Eng <[email protected]>
Co-authored-by: Peng Ying <[email protected]>
Co-authored-by: Matt Davis <[email protected]>
Co-authored-by: Corey Martin <[email protected]>
0 commit comments