@progress/kendo-react-animation 7.1.1-develop.7 → 7.2.0-develop.2

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/index.mjs +1 -1
  2. package/package.json +2 -2
package/index.mjs CHANGED
@@ -261,7 +261,7 @@ const Z = {
261
261
  name: "@progress/kendo-react-animation",
262
262
  productName: "KendoReact",
263
263
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
264
- publishDate: 1707742621,
264
+ publishDate: 1707763201,
265
265
  version: "",
266
266
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
267
267
  }, N = k.styles;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-animation",
3
- "version": "7.1.1-develop.7",
3
+ "version": "7.2.0-develop.2",
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",
@@ -23,7 +23,7 @@
23
23
  "sideEffects": false,
24
24
  "peerDependencies": {
25
25
  "@progress/kendo-licensing": "^1.3.4",
26
- "@progress/kendo-react-common": "7.1.1-develop.7",
26
+ "@progress/kendo-react-common": "7.2.0-develop.2",
27
27
  "@progress/kendo-svg-icons": "^2.1.0",
28
28
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
29
29
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0",