2023-01-02 18:01:34 -05:00
|
|
|
# @verdaccio/ui-components
|
|
|
|
|
2023-02-14 11:35:58 -05:00
|
|
|
## 2.0.0-6-next.3
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- Updated dependencies [45c03819]
|
|
|
|
- @verdaccio/types@11.0.0-6-next.20
|
|
|
|
|
2023-01-22 03:55:24 -05:00
|
|
|
## 2.0.0-6-next.2
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- Updated dependencies [ef88da3b]
|
|
|
|
- @verdaccio/types@11.0.0-6-next.19
|
|
|
|
|
2023-01-02 18:01:34 -05:00
|
|
|
## 2.0.0-6-next.1
|
|
|
|
|
|
|
|
### Major Changes
|
|
|
|
|
|
|
|
- 99978797: feat(web): components for custom user interfaces
|
|
|
|
|
|
|
|
Provides a package that includes all components from the user interface, instead being embedded at the `@verdaccio/ui-theme` package.
|
|
|
|
|
|
|
|
```
|
|
|
|
npm i -D @verdaccio/ui-components
|
|
|
|
```
|
|
|
|
|
|
|
|
The package contains
|
|
|
|
|
|
|
|
- Components
|
|
|
|
- Providers
|
|
|
|
- Redux Storage
|
|
|
|
- Layouts (precomposed layouts ready to use)
|
|
|
|
- Custom Material Theme
|
|
|
|
|
|
|
|
The `@verdaccio/ui-theme` will consume this package and will use only those are need it.
|
|
|
|
|
|
|
|
> Prerequisites are using Redux, Material-UI and Translations with `i18next`.
|
|
|
|
|
|
|
|
Users could have their own Material UI theme and build custom layouts, adding new features without the need to modify the default project.
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- Updated dependencies [99978797]
|
|
|
|
- @verdaccio/types@11.0.0-6-next.18
|