Skip to content

Commit 92db929

Browse files
Add react-motion package
This is needed to animate the loading progress bar in the Enterprise Search schema views
1 parent 707dbcd commit 92db929

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@
278278
"react-intl": "^2.8.0",
279279
"react-is": "^16.8.0",
280280
"react-moment-proptypes": "^1.7.0",
281+
"react-motion": "^0.5.2",
281282
"react-portal": "^3.2.0",
282283
"react-redux": "^7.2.0",
283284
"react-resizable": "^1.7.5",
@@ -521,6 +522,7 @@
521522
"@types/react-dom": "^16.9.8",
522523
"@types/react-grid-layout": "^0.16.7",
523524
"@types/react-intl": "^2.3.15",
525+
"@types/react-motion": "^0.0.29",
524526
"@types/react-redux": "^7.1.9",
525527
"@types/react-resize-detector": "^4.0.1",
526528
"@types/react-router": "^5.1.7",

yarn.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5475,6 +5475,13 @@
54755475
resolved "https://registry.yarnpkg.com/@types/react-intl/-/react-intl-2.3.17.tgz#e1fc6e46e8af58bdef9531259d509380a8a99e8e"
54765476
integrity sha512-FGd6J1GQ7zvl1GZ3BBev83B7nfak8dqoR2PZ+l5MoisKMpd4xOLhZJC1ugpmk3Rz5F85t6HbOg9mYqXW97BsNA==
54775477

5478+
"@types/react-motion@^0.0.29":
5479+
version "0.0.29"
5480+
resolved "https://registry.yarnpkg.com/@types/react-motion/-/react-motion-0.0.29.tgz#1a22e11bc1452150e8aa58463f72dd921ff10721"
5481+
integrity sha512-MD1DbdcDKruR0zz5Z0XIlrkPdjDMgYx0AHhbaoTBpDirUTt8Bd7x6OFE458nEINZxfPW0EcEOw2O8S/WwGNLsA==
5482+
dependencies:
5483+
"@types/react" "*"
5484+
54785485
"@types/react-native@*":
54795486
version "0.60.22"
54805487
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.60.22.tgz#ba199a441cb0612514244ffb1d0fe6f04c878575"
@@ -23341,6 +23348,15 @@ react-motion@^0.4.8:
2334123348
prop-types "^15.5.8"
2334223349
raf "^3.1.0"
2334323350

23351+
react-motion@^0.5.2:
23352+
version "0.5.2"
23353+
resolved "https://registry.yarnpkg.com/react-motion/-/react-motion-0.5.2.tgz#0dd3a69e411316567927917c6626551ba0607316"
23354+
integrity sha512-9q3YAvHoUiWlP3cK0v+w1N5Z23HXMj4IF4YuvjvWegWqNPfLXsOBE/V7UvQGpXxHFKRQQcNcVQE31g9SB/6qgQ==
23355+
dependencies:
23356+
performance-now "^0.2.0"
23357+
prop-types "^15.5.8"
23358+
raf "^3.1.0"
23359+
2334423360
react-onclickoutside@^6.5.0:
2334523361
version "6.7.1"
2334623362
resolved "https://registry.yarnpkg.com/react-onclickoutside/-/react-onclickoutside-6.7.1.tgz#6a5b5b8b4eae6b776259712c89c8a2b36b17be93"

0 commit comments

Comments
 (0)