@progress/kendo-react-animation 10.1.0-develop.9 → 10.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  >
7
7
  > - This package is а part of [KendoReact](https://www.telerik.com/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation)—an enterprise-grade UI library with 120+ free and premium components.
8
8
  > - This is a free React Animation component. You can use it even in production, no sign-up or license required. If you're looking for more free React components, check out [Get Started with KendoReact Free](https://www.telerik.com/kendo-react-ui/components/free).
9
- > - Installing and working with this package indicates that you [accept the KendoReact License Agreement](https://www.telerik.com/purchase/license-agreement/progress-kendoreact?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation).
9
+ > - Installing and working with this package indicates that you [accept the KendoReact License Agreement](https://www.telerik.com/purchase/license-agreement/progress-kendoreact?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation).
10
10
  > - The [30-day free trial](https://www.telerik.com/try/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation) gives you access to all KendoReact components and their full functionality. Additionally, for the period of your trial, you can use our legendary technical support provided directly by the KendoReact dev team!
11
11
 
12
12
  The [React Animation](https://www.telerik.com/kendo-react-ui/animation), part of KendoReact, assists with animating HTML elements which appear, enter or exit the viewport.
@@ -14,7 +14,7 @@ The [React Animation](https://www.telerik.com/kendo-react-ui/animation), part of
14
14
  How to start:
15
15
 
16
16
  ```sh
17
- npm install --save @progress/kendo-react-animation @progress/kendo-react-common @progress/kendo-svg-icon @progress/kendo-licensing
17
+ npm i @progress/kendo-react-animation
18
18
  ```
19
19
 
20
20
  ## React Animation
@@ -44,13 +44,12 @@ import { Slide, Push, Expand, Fade, Zoom, Reveal } from '@progress/kendo-react-a
44
44
  <Fade>
45
45
  /**
46
46
  * Wrap the component that you want to animate with the respective animation type tags.
47
- */
47
+ */
48
48
  </Fade>
49
49
  ```
50
50
 
51
51
  Check out the [KendoReact Animations API](https://www.telerik.com/kendo-react-ui/components/animation/api).
52
52
 
53
-
54
53
  ## Support Options
55
54
 
56
55
  For any issues you might encounter while working with the KendoReact animation, use any of the available support channels:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-animation",
3
- "version": "10.1.0-develop.9",
3
+ "version": "10.1.0",
4
4
  "description": "React Animation component assists with animating HTML elements. KendoReact Animation package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -26,7 +26,7 @@
26
26
  "sideEffects": false,
27
27
  "peerDependencies": {
28
28
  "@progress/kendo-licensing": "^1.5.1",
29
- "@progress/kendo-react-common": "10.1.0-develop.9",
29
+ "@progress/kendo-react-common": "10.1.0",
30
30
  "@progress/kendo-svg-icons": "^4.0.0",
31
31
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
32
32
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",