Introduced responsive layout utilities and directives for Angular.

-  **Feature**: Added breakpoint utility for responsive design
-  **Feature**: Implemented BreakpointDirective for conditional rendering
- 🛠️ **Refactor**: Updated styles for filter and order-by components
- 📚 **Docs**: Created README and documentation for ui-layout library
- ⚙️ **Config**: Added TypeScript and ESLint configurations for the new library
This commit is contained in:
Lorenz Hilpert
2025-04-04 18:00:49 +02:00
parent 41067a7e54
commit 7e7a5ebab9
22 changed files with 398 additions and 25 deletions

View File

@@ -226,6 +226,7 @@ module.exports = {
'card': '0px -2px 24px 0px rgba(220, 226, 233, 0.8)',
'cta': '0px 0px 15px 0px rgba(0, 0, 0, 0.5)',
'action': '0 0 20px 0 #596470',
'overlay': '0px 0px 16px 0px rgba(0, 0, 0, 0.15)',
},
borderRadius: {
DEFAULT: '0.3125rem',