-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ffe-context-message-react): rewrite to ts
* no more custom animation length * onClose -> onCloseRest * other props may have changed BREAKING CHANGE: see above
- Loading branch information
Showing
19 changed files
with
400 additions
and
517 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,19 +21,18 @@ | |
"url": "ssh://[email protected]:SpareBank1/designsystem.git" | ||
}, | ||
"scripts": { | ||
"build": "ffe-buildtool babel", | ||
"build": "ffe-buildtool tsc", | ||
"watch": "ffe-buildtool babel-watch", | ||
"lint": "eslint src", | ||
"lint:fix": "eslint src --fix", | ||
"lint": "eslint src --ext ts,tsx", | ||
"lint:fix": "eslint src --fix --ext ts,tsx", | ||
"test": "ffe-buildtool jest", | ||
"test:watch": "ffe-buildtool jest --watch" | ||
}, | ||
"dependencies": { | ||
"@sb1/ffe-collapse-react": "^4.0.2", | ||
"@sb1/ffe-context-message": "^8.0.17", | ||
"@sb1/ffe-icons-react": "^10.0.1", | ||
"classnames": "^2.3.1", | ||
"prop-types": "^15.7.2", | ||
"uuid": "^9.0.0" | ||
"classnames": "^2.3.1" | ||
}, | ||
"devDependencies": { | ||
"@sb1/ffe-buildtool": "^0.6.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
156 changes: 0 additions & 156 deletions
156
packages/ffe-context-message-react/src/ContextMessage.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.