fix: update sass version and refactor input components

- 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.
This commit is contained in:
jalvarado
2025-05-27 10:50:53 -06:00
parent 5706232212
commit 0195bf0778
6 changed files with 333 additions and 554 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^9",
"eslint-config-next": "15.2.3",
"sass": "^1.86.0",
"sass": "^1.32.13",
"typescript": "^5"
}
}