@progress/kendo-react-sortable 7.0.0-develop.2 → 7.0.0-develop.3

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 +3 -3
package/index.mjs CHANGED
@@ -99,7 +99,7 @@ const S = "sortable.noData", W = {
99
99
  name: "@progress/kendo-react-sortable",
100
100
  productName: "KendoReact",
101
101
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
102
- publishDate: 1700573232,
102
+ publishDate: 1700651909,
103
103
  version: "",
104
104
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
105
105
  }, y = 200, D = "data-sortable-id", A = "data-sortable-component", Z = { [A]: !0 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-sortable",
3
- "version": "7.0.0-develop.2",
3
+ "version": "7.0.0-develop.3",
4
4
  "description": "React Sortable provides a sortable drag-and-drop functionality to elements within a list. KendoReact Sortable package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -16,8 +16,8 @@
16
16
  "sideEffects": false,
17
17
  "peerDependencies": {
18
18
  "@progress/kendo-licensing": "^1.3.0",
19
- "@progress/kendo-react-common": "7.0.0-develop.2",
20
- "@progress/kendo-react-intl": "7.0.0-develop.2",
19
+ "@progress/kendo-react-common": "7.0.0-develop.3",
20
+ "@progress/kendo-react-intl": "7.0.0-develop.3",
21
21
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
22
22
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
23
23
  },