feat: signing order (#1290)

Adds the ability to specify an optional signing order for documents.
When specified a document will be considered sequential with recipients
only being allowed to sign in the order that they were specified in.
This commit is contained in:
Ephraim Duncan
2024-09-16 12:36:45 +00:00
committed by GitHub
parent 357bdd374f
commit 3d644db286
66 changed files with 1999 additions and 606 deletions

View File

@ -23,6 +23,7 @@
--field-card-foreground: 222.2 47.4% 11.2%;
--widget: 0 0% 97%;
--widget-foreground: 0 0% 95%;
--border: 214.3 31.8% 91.4%;
--input: 214.3 31.8% 91.4%;
@ -135,7 +136,6 @@
/* Surface */
--new-surface-black: 0, 0%, 0%;
--new-surface-white: 0, 0%, 91%;
}
.dark {
@ -154,6 +154,7 @@
--card-foreground: 0 0% 95%;
--widget: 0 0% 14.9%;
--widget-foreground: 0 0% 18%;
--border: 0 0% 27.9%;
--input: 0 0% 27.9%;