feat(catalog): add ContractEditor and many editor subcomponents; implement SignPad and SignBox; update README and bump dependencies
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
export * from './sdig-contracteditor.js';
|
||||
export * from './sdig-signbox.js';
|
||||
export * from './sdig-signpad.js';
|
||||
// Contract Editor (main module)
|
||||
export * from './sdig-contracteditor/index.js';
|
||||
|
||||
// Contract sub-components
|
||||
export * from './sdig-contract-header/index.js';
|
||||
export * from './sdig-contract-metadata/index.js';
|
||||
export * from './sdig-contract-parties/index.js';
|
||||
export * from './sdig-contract-content/index.js';
|
||||
export * from './sdig-contract-terms/index.js';
|
||||
export * from './sdig-contract-signatures/index.js';
|
||||
export * from './sdig-contract-attachments/index.js';
|
||||
export * from './sdig-contract-collaboration/index.js';
|
||||
export * from './sdig-contract-audit/index.js';
|
||||
|
||||
// Signature components
|
||||
export * from './sdig-signbox/index.js';
|
||||
export * from './sdig-signpad/index.js';
|
||||
|
||||
Reference in New Issue
Block a user