Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f9e4f00
DS: Initial vibe coded approach for better error messages
DerekSiemens Mar 3, 2026
15a30f7
DS: update hooks for error path
DerekSiemens Mar 5, 2026
4170604
Merge branch 'master' into banking-validation
00salmon Apr 6, 2026
2fdaf6e
Add sqm-partner-info-modal
AndiLuo Apr 6, 2026
2710f9c
publish pre-release
00salmon Apr 6, 2026
bebaa7a
Merge remote-tracking branch 'origin/cash-reward-redemption-andy' int…
00salmon Apr 6, 2026
561c2a7
cleaning up over-explained comments
00salmon Apr 7, 2026
0b82626
Create usePartnerInfoModal and modify view/controller
AndiLuo Apr 7, 2026
421951e
Merge branch 'cash-reward-redemption' of https://github.com/saasquatc…
AndiLuo Apr 7, 2026
f08069c
update query to match backend schema
00salmon Apr 7, 2026
df46543
Update usePartnerInfoModal. Update views for partner modal. Update us…
AndiLuo Apr 9, 2026
baaf3c7
Merge branch 'cash-reward-redemption' of https://github.com/saasquatc…
AndiLuo Apr 9, 2026
f169846
Add sqm-partner-info-modal to sqm-widget-verification
AndiLuo Apr 9, 2026
b094ed3
Update code/email verification components to live inside modals. Bake…
AndiLuo Apr 10, 2026
437b725
Fix styling issues for inModal partner creation
AndiLuo Apr 14, 2026
462180f
Fix content editor state previews and styling issues
AndiLuo Apr 14, 2026
c8f126a
Update useUserInfoForm and useIndirectTaxForm to include completeImpa…
AndiLuo Apr 14, 2026
56dd045
Add currency filtering based on country - similiar to user info form
AndiLuo Apr 15, 2026
c119d46
Pre-fill country in partner modal based on local. Update step logic t…
AndiLuo Apr 16, 2026
889f58a
Fix CSS part clashing by giving non shadow DOM component a very speci…
zachharrison Apr 17, 2026
06d1fb2
Refactor usePartnerInfo with new mutation andmodify step logic. Updat…
AndiLuo Apr 21, 2026
8c1f4e5
Merge branch 'cash-reward-redemption' of https://github.com/saasquatc…
AndiLuo Apr 21, 2026
f3e3e2e
Move T&Cs checkbox to partner creation modal
AndiLuo Apr 23, 2026
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
2 changes: 1 addition & 1 deletion packages/mint-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@saasquatch/mint-components",
"title": "Mint Components",
"version": "2.1.7",
"version": "2.1.9-21",
"description": "A minimal design library with components for referral and loyalty experiences. Built with Shoelace components by Saasquatch.",
"icon": "https://res.cloudinary.com/saasquatch/image/upload/v1652219900/squatch-assets/For_Mint.svg",
"raisins": "docs/raisins.json",
Expand Down
Loading
Loading