Refactor dees-input-fileupload component and styles

- Updated demo.ts to enhance layout and styling, including renaming classes and adjusting spacing.
- Removed unused template rendering logic from template.ts.
- Simplified index.ts by removing the export of renderFileupload.
- Revamped styles in styles.ts for improved design consistency and responsiveness.
- Enhanced file upload functionality with better descriptions and validation messages.
This commit is contained in:
2025-09-19 17:31:26 +00:00
parent 987ae70e7a
commit 12b0aa0aad
5 changed files with 866 additions and 682 deletions

View File

@@ -1,3 +1,2 @@
export * from './component.js';
export { fileuploadStyles } from './styles.js';
export { renderFileupload } from './template.js';