master-zapier-plan-draft/packages/ui-docs/package.json
George Lambert cb07f5b321
Some checks are pending
offline / test (push) Waiting to run
Restyle staff and console UIs; add UI-Docs walkthrough and review PDF.
Match CS/sales/accounting/access-staff to the portal indigo system with
dollar amounts, skip links, and empty states. Fleet replica actions move
into overflow menus, roles become chips, Docs become cards, and the
header copy reflects the 0.0.0.0 bind. Simulator uses the same shell
(orange only for faults). Portal API keys are masked; admin customers
edit in a drawer. Catalog uses system-ui. New UI-Docs repo holds
screenshots, usage notes, and UI-REVIEW.pdf.
2026-09-11 18:01:33 -04:00

14 lines
345 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "ui-docs",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "UI walkthrough, screenshots, and review PDF for Verae Time × Zapier",
"scripts": {
"walk": "node scripts/walkthrough.mjs",
"pdf": "python3 scripts/build-review-pdf.py"
},
"dependencies": {
"puppeteer-core": "^24.15.0"
}
}