@progress/kendo-react-animation 7.2.1-develop.1 → 7.2.1

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
@@ -262,7 +262,7 @@ const Z = {
262
262
  name: "@progress/kendo-react-animation",
263
263
  productName: "KendoReact",
264
264
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
265
- publishDate: 1708511473,
265
+ publishDate: 1708523721,
266
266
  version: "",
267
267
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
268
268
  }, N = g.styles;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-animation",
3
- "version": "7.2.1-develop.1",
3
+ "version": "7.2.1",
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.2.1-develop.1",
26
+ "@progress/kendo-react-common": "7.2.1",
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",