You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[mercury][unanimo] Add a new showcase for Mercury and Unanimo. Improve assets manager implementation for the DS (#431)
* Add showcase package
A package to implement the showcase for Mercury and Unanimo design systems
* Improve showcase implementation
* Improve showcase implementation
* Improve showcase implementation
* Add radio group page
* Add support to choose the DS and color scheme
* Refactor navigation to update navigation-list links
* Add "elevation" page
* Add "icons" page
* Add search in the icons page
* Improve style
* Improve customization and refactor some code to extract logic into services
* Add Chameleon Compatibility page and refactor some services
* Update templates, routes and package-lock
* Update compatibility tables
* [unanimo] Rename "switch" class to "toggle"
* Add missing commit
* Add dropdown, navigation-list, segmented-control and slider bundles
* [mercury] Add support to customize the theme names of the bundles with a prefix
* [unanimo] Add support for loading bundles the same way Mercury does
* Update package-lock.json
* Fix breaking changes and improve CSS loading performance
* Bump versions and use local DSs
* [mercury] Export MERCURY_ASSETS entry
* Create package-lock.json
* Add support to conditional render categories
* Add support for displaying templates of different frameworks
* Add "Introduction" routes and add some fixes
* "Getting started" routes, first bits
* Reduce flickering when navigating in the app
* Simplify development by declaring the metadata for each page
* Create netlify.toml
* Reduce the flickering even more
* Simplify template definition
* Add showcase for the combo-box
* Add showcase for the slider
* Add showcase for the search component
* Improve examples
* Start adding "label" showcase and fix some issues with icons
* Use onPush change detection
* Add logos and improve styles
* Simplify routing
* Add showcase for typographies
* Improve showcase for typograpies
* Improve styles
* Improve code templates and start adding "Gemini migration" showcase
* Improve examples
* Improve code templates and add more cases for the "Gemini migration" showcase
* Improve showcase
* Add more cases for the "label" showcase
* Fix change detection bugs
* Add showcase for the icon components and minor improvements
* Improve examples
* Improve examples
* Add showcase for the dialog component and minor fixes
* Revert change for renaming "switch" to "toggle"
---------
Co-authored-by: Nicolás Cámera <nicolas.camera@globant.com>
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.11.
4
+
5
+
## Development server
6
+
7
+
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
8
+
9
+
## Code scaffolding
10
+
11
+
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
12
+
13
+
## Build
14
+
15
+
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
16
+
17
+
## Running unit tests
18
+
19
+
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
20
+
21
+
## Running end-to-end tests
22
+
23
+
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
24
+
25
+
## Further help
26
+
27
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.
0 commit comments