Skip to content

Commit

Permalink
[core] Remove react-transition-group from all packages except @mantin…
Browse files Browse the repository at this point in the history
…e/notifications
  • Loading branch information
rtivital committed Aug 6, 2021
1 parent 6a92d7e commit c7419de
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Mantine is a MIT licensed open source react components and hooks library with fo

## Licence

All Mantine packages have MIT licence. All Mantine dependencies also have MIT licence, except react-transition-group package which has BSD-3-Clause license.
All Mantine packages have MIT licence. All Mantine dependencies also have MIT licence.

## Contributors

Expand Down
2 changes: 0 additions & 2 deletions docs/src/docs/core/Transition.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import { TooltipDemos, TransitionDemos } from '@demos/core';

## Usage

Both components are based on Transition component from [react-transition-group](https://www.npmjs.com/package/react-transition-group) library.

Transition and GroupedTransition components allow you to work with enter/exit animations.
Components come with premade animations and option to create your own based on CSS properties.

Expand Down
2 changes: 1 addition & 1 deletion src/mantine-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ function App() {

## Licence

All Mantine packages have MIT licence. All Mantine dependencies also have MIT licence, except react-transition-group package which has BSD-3-Clause license.
All Mantine packages have MIT licence. All Mantine dependencies also have MIT licence.
1 change: 0 additions & 1 deletion src/mantine-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"dependencies": {
"clsx": "^1.1.1",
"react-textarea-autosize": "^8.3.2",
"react-transition-group": "^4.4.2",
"@popperjs/core": "^2.9.3",
"react-popper": "^2.2.5"
},
Expand Down
2 changes: 1 addition & 1 deletion src/mantine-dates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ function App() {

## Licence

All Mantine packages have MIT licence. All Mantine dependencies also have MIT licence, except react-transition-group package which has BSD-3-Clause license.
All Mantine packages have MIT licence. All Mantine dependencies also have MIT licence.
2 changes: 1 addition & 1 deletion src/mantine-hooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ npm install @mantine/hooks

## Licence

All Mantine packages have MIT licence. All Mantine dependencies also have MIT licence, except react-transition-group package which has BSD-3-Clause license.
All Mantine packages have MIT licence. All Mantine dependencies also have MIT licence.
2 changes: 1 addition & 1 deletion src/mantine-notifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ npx install-peerdeps @mantine/notifications

## Licence

All Mantine packages have MIT licence. All Mantine dependencies also have MIT licence, except react-transition-group package which has BSD-3-Clause license.
All Mantine packages have MIT licence. All @mantine/notifications dependencies also have MIT licence, except react-transition-group package which has BSD-3-Clause license.

0 comments on commit c7419de

Please sign in to comment.