- UnverifiedPackageT3: package step for unverified providers (no image,
estimated pricing disclaimer, "Make an enquiry" CTA, nearby verified
providers section)
- UnverifiedPackageT2: same but with "Itemised Pricing Unavailable" notice
replacing the line-item breakdown
- PackageDetail: new props — arrangeLabel, priceDisclaimer, itemizedUnavailable
- FuneralFinderV3: pre-planning follow-up question ("How soon might you
need this?"), responsive sizing fixes, compulsory validation
- HomePage: fix finder container width (flex stretch + 500px cap)
- .gitignore: exclude Claude/Playwright artifacts, working docs, screenshots
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
26 lines
310 B
Plaintext
26 lines
310 B
Plaintext
node_modules/
|
|
dist/
|
|
storybook-static/
|
|
tokens/export/
|
|
*.local
|
|
.env
|
|
.env.*
|
|
.DS_Store
|
|
*.tgz
|
|
|
|
# Claude / Playwright artifacts
|
|
.playwright-mcp/
|
|
.claude/
|
|
|
|
# Build logs
|
|
build-storybook.log
|
|
|
|
# Working docs (not for sharing)
|
|
documentation/
|
|
DESIGN.md
|
|
venue-services-snapshot.md
|
|
temp-db/
|
|
|
|
# Root-level screenshots
|
|
/*.png
|