Skip to content

Commit

Permalink
Review changes - Removed colors package from dependencies, migration …
Browse files Browse the repository at this point in the history
…link
  • Loading branch information
surajeaton committed Jan 8, 2024
1 parent 9cebbc5 commit 7b0127f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ npm install --save @brightlayer-ui/react-native-components@^8.0.0
yarn upgrade @brightlayer-ui/react-native-components@^8.0.0
```

You also need to update `@brightlayer-ui/react-native-themes`, `@brightlayer-ui/colors`, `react-native`, and `react-native-paper`.
You also need to update `@brightlayer-ui/react-native-themes`, `react-native`, and `react-native-paper`.

```shell
npm install --save @brightlayer-ui/react-native-themes@^7.0.0 @brightlayer-ui/colors@^4.0.0 [email protected] react-native-paper@^5.0.0
Expand All @@ -22,7 +22,7 @@ yarn upgrade @brightlayer-ui/react-native-themes@^7.0.0 @brightlayer-ui/colors@^

## Color Updates

The Brightlayer UI color palette underwent major changes to reflect Material Design 3's new color structure. Please follow the [migration guide](https://en.wikipedia.org/wiki/First_solo_flight#Traditions) for more details.
The Brightlayer UI color palette underwent major changes to reflect Material Design 3's new color structure. Please follow the [migration guide](https://github.com/etn-ccis/blui-colors/blob/master/README.md#migration-from-v3-to-v4) for more details.

## Themes Updates

Expand Down Expand Up @@ -51,5 +51,5 @@ In version 8 of this library, the following components have been added or remove

## Notes

<!-- TODO : Add a link to style override guide -->
<!-- TODO : Add a link to style override guide, once BLUI-5027 is done -->
A few React Native Paper components require additional style overrides to match Brightlayer UI's design specifications. To learn more about these style overrides, please follow [the guidelines](#).

0 comments on commit 7b0127f

Please sign in to comment.