- Implemented ProgressBar component to display progress based on states.
- Added EstatusEskeleton for loading state indication.
- Created documentation page for ProgressBar with examples and props table.
- Developed reusable CodeBlock and VistaComponente components for code display.
- Introduced IndiceContenido for navigation within documentation.
- Styled ProgressBar and related components with SCSS.
- Updated `sass` version from `^1.86.0` to `^1.32.13` in `package.json`.
- Refactored `Input` component to create a new `SimpleInput` component without password visibility toggle.
- Introduced a new `PasswordInput` component for handling password inputs with show/hide functionality.
- Updated imports and usage of input components in relevant pages to reflect the new structure.