Skip to content

Commit 46833bb

Browse files
committed
Update to npm moveto
1 parent e1d2020 commit 46833bb

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

package-lock.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"dependencies": {
6262
"classnames": "^2.2.5",
63-
"moveto": "git+https://github.com/onlicar/moveTo.git",
63+
"moveto": "^1.7.0",
6464
"prop-types": "^15.5.10",
6565
"react-hotkeys": "^0.10.0",
6666
"react-modal": "^2.3.2",

src/scss/_text-modal.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ $caret-offset: 15px;
99
max-width: 400px;
1010
box-shadow: 0 0 8px rgba(#000, 0.2);
1111
outline: none;
12+
transition: transform 0.15s ease-in;
1213
pointer-events: all;
1314

1415
&--top, &--right, &--bottom, &--left {

0 commit comments

Comments
 (0)