@progress/kendo-react-layout 8.1.0-develop.3 → 8.1.0-develop.4

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.
package/index.d.mts CHANGED
@@ -2715,7 +2715,7 @@ export declare interface MenuItemProps extends BaseMenuItem {
2715
2715
  /**
2716
2716
  * The properties of the [KendoReact Menu component]({% slug overview_menu %}).
2717
2717
  */
2718
- declare interface MenuProps {
2718
+ export declare interface MenuProps {
2719
2719
  /**
2720
2720
  * Specifies whether the Menu will be vertical ([see example]({% slug vertical_menu %})).
2721
2721
  */
package/index.d.ts CHANGED
@@ -2715,7 +2715,7 @@ export declare interface MenuItemProps extends BaseMenuItem {
2715
2715
  /**
2716
2716
  * The properties of the [KendoReact Menu component]({% slug overview_menu %}).
2717
2717
  */
2718
- declare interface MenuProps {
2718
+ export declare interface MenuProps {
2719
2719
  /**
2720
2720
  * Specifies whether the Menu will be vertical ([see example]({% slug vertical_menu %})).
2721
2721
  */
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-layout",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1717395915,
13
+ publishDate: 1717669870,
14
14
  version: "",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
16
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-layout",
3
- "version": "8.1.0-develop.3",
3
+ "version": "8.1.0-develop.4",
4
4
  "description": "React Layout components enable you to create a perceptive and intuitive layout of web projects. KendoReact Layout package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -23,11 +23,11 @@
23
23
  "sideEffects": false,
24
24
  "peerDependencies": {
25
25
  "@progress/kendo-licensing": "^1.3.4",
26
- "@progress/kendo-react-animation": "8.1.0-develop.3",
27
- "@progress/kendo-react-common": "8.1.0-develop.3",
28
- "@progress/kendo-react-intl": "8.1.0-develop.3",
29
- "@progress/kendo-react-popup": "8.1.0-develop.3",
30
- "@progress/kendo-react-progressbars": "8.1.0-develop.3",
26
+ "@progress/kendo-react-animation": "8.1.0-develop.4",
27
+ "@progress/kendo-react-common": "8.1.0-develop.4",
28
+ "@progress/kendo-react-intl": "8.1.0-develop.4",
29
+ "@progress/kendo-react-popup": "8.1.0-develop.4",
30
+ "@progress/kendo-react-progressbars": "8.1.0-develop.4",
31
31
  "@progress/kendo-svg-icons": "^3.0.0",
32
32
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
33
33
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"