## Description
Add multiple example documents, pending documents, and templates for
both admin and example users
## Changes Made
- Added seeding of multiple example documents and templates for both
example and admin users
## Checklist
- [x] I have tested these changes locally and they work as expected.
- [ ] I have added/updated tests that prove the effectiveness of these
changes.
- [ ] I have updated the documentation to reflect these changes, if
applicable.
- [x] I have followed the project's coding style guidelines.
- [x] I have addressed the code review feedback from the previous
submission, if applicable.
The `typedSignatureEnabled` prop was removed from the `SignatureField`
component, which broke the typed signature meaning that nobody could
sign documents by typing their signature.
## Description
Introduces the ability for users with the **Assistant** role to prefill
fields on behalf of other signers. Assistants can fill in various field
types such as text, checkboxes, dates, and more, streamlining the
document preparation process before it reaches the final signers.
https://github.com/user-attachments/assets/c1321578-47ec-405b-a70a-7d9578385895
The global team settings weren't created when creating a new team.
## Changes Made
The global team settings are now created when a new team is created.
Updates one of our confusing ternaries to use `ts-pattern` for rendering
the conditional blocks making it easy to follow the logic occurring.
## Related Issue
N/A
## Changes Made
- Swapped ternary for `ts-pattern`
## Testing Performed
- Manually created a bunch of documents in configurations matching those
required to exhaust the `match` conditions.
## Description
Adds the ability to align text to the left, center or right for relevant
fields.
Previously text was always centered which can be less desirable.
See attached debug document which has left, center and right text
alignments set for fields.
<img width="614" alt="image"
src="https://github.com/user-attachments/assets/361a030e-813d-458b-9c7a-ff4c9fa5e33c"
/>
## Related Issue
N/A
## Changes Made
- Added text align option
- Update the insert in pdf method to support different alignments
- Added a debug mode to field insertion
## Testing Performed
- Ran manual tests using the debug mode