Skip to content
Merged
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
0b189ea
baseline updates for opt in form field
00salmon Feb 10, 2025
6362650
Update sqm-portal-registration-form-view.tsx
00salmon Feb 10, 2025
3a1e93a
Add marketing emails checkbox story
zachharrison Feb 11, 2025
b8b8036
Add marketing emails checkbox
zachharrison Feb 12, 2025
4e53423
Remove unused password field slot
zachharrison Feb 12, 2025
027bb47
add default name value to checkbox field example
zachharrison Feb 12, 2025
b6f367e
Add checkbox specs
zachharrison Feb 14, 2025
c5fb0d9
Update version
zachharrison Feb 19, 2025
789d7c5
Update marketing emails checkbox
zachharrison Feb 19, 2025
a454ec0
Bumped mint package version
AndiLuo Feb 19, 2025
62b74be
Update example group
zachharrison Feb 19, 2025
4213733
Bumped and published version to 1.12.1-2
AndiLuo Feb 19, 2025
28b7aa8
Hard code checkbox name field to avoid customer confusion
zachharrison Feb 24, 2025
6f0bdb8
pre release version bump
zachharrison Feb 24, 2025
c175cac
fix broken story, publish
00salmon Feb 25, 2025
70731c3
update checkbox name
00salmon Feb 28, 2025
1098eab
update spec
00salmon Mar 5, 2025
2a71112
format
00salmon Mar 5, 2025
6189a2b
added change marketing opt in status component for edit profile screen
00salmon Mar 10, 2025
dd4dfe1
wrap with div so raisins example doesn't break
00salmon Mar 12, 2025
a6d0744
added new edit profile specs
00salmon Mar 12, 2025
63a3e68
Update spec
zachharrison Mar 12, 2025
72fdf64
Add missing spec
zachharrison Mar 12, 2025
8e1a1c3
Tweak styles and add stories for new marketing component
zachharrison Mar 14, 2025
1f25ec8
Add spacing between button and banners
zachharrison Mar 14, 2025
ba24633
Add more stories
zachharrison Mar 14, 2025
8407221
Cleanup
zachharrison Mar 14, 2025
ebf78c7
Bump pre-release version
AndiLuo Mar 14, 2025
4b998d1
Fix prop description
zachharrison Mar 14, 2025
eb32429
1.12.1-16 pre-release ver
AndiLuo Mar 17, 2025
bedcb43
add required features flag (no tooltip?)
00salmon Mar 17, 2025
ab11a7f
publish
00salmon Mar 17, 2025
baf9509
Remove extra space
zachharrison Mar 17, 2025
8fda139
Fix network error message js docs
zachharrison Mar 17, 2025
2998b63
New pre-release version 1.12.1-19
AndiLuo Mar 18, 2025
a09e379
remove marketing examples for now
00salmon Mar 19, 2025
3fc0ce0
Merge branch 'master' into marketing-emails
00salmon May 21, 2025
82aaf90
update changelog
00salmon May 21, 2025
7488e26
cleanup
00salmon May 21, 2025
6b311a0
Add maketing email template to program tools
zachharrison May 22, 2025
d2016e5
bump changelog date
00salmon May 22, 2025
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
6 changes: 6 additions & 0 deletions packages/end-user-testing/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/mint-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.11.0",
"version": "1.12.1-16",
"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