@progress/kendo-react-layout 7.0.2-develop.1 → 7.0.2-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.
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  import { MenuProps } from '../MenuProps';
8
8
  /**
9
9
  * @hidden
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  import { BaseMenuItem } from '../models/BaseMenuItem';
8
8
  /**
9
9
  * The properties of the KendoReact MenuItem component ([more information and examples]({% slug items_menu %})).
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  /**
8
8
  * The properties of the KendoReact MenuItemArrow component.
9
9
  */
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  import { KendoReactComponentBaseProps } from '@progress/kendo-react-common';
8
8
  /**
9
9
  * The properties of the KendoReact MenuItemLink component.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-layout",
3
- "version": "7.0.2-develop.1",
3
+ "version": "7.0.2-develop.2",
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",
@@ -10,18 +10,24 @@
10
10
  "types": "./index.d.ts",
11
11
  "exports": {
12
12
  ".": {
13
- "import": "./index.mjs",
14
- "require": "./index.js"
13
+ "import": {
14
+ "types": "./index.d.mts",
15
+ "default": "./index.mjs"
16
+ },
17
+ "require": {
18
+ "types": "./index.d.ts",
19
+ "default": "./index.js"
20
+ }
15
21
  }
16
22
  },
17
23
  "sideEffects": false,
18
24
  "peerDependencies": {
19
- "@progress/kendo-licensing": "^1.3.0",
20
- "@progress/kendo-react-animation": "7.0.2-develop.1",
21
- "@progress/kendo-react-common": "7.0.2-develop.1",
22
- "@progress/kendo-react-intl": "7.0.2-develop.1",
23
- "@progress/kendo-react-popup": "7.0.2-develop.1",
24
- "@progress/kendo-react-progressbars": "7.0.2-develop.1",
25
+ "@progress/kendo-licensing": "^1.3.4",
26
+ "@progress/kendo-react-animation": "7.0.2-develop.2",
27
+ "@progress/kendo-react-common": "7.0.2-develop.2",
28
+ "@progress/kendo-react-intl": "7.0.2-develop.2",
29
+ "@progress/kendo-react-popup": "7.0.2-develop.2",
30
+ "@progress/kendo-react-progressbars": "7.0.2-develop.2",
25
31
  "@progress/kendo-svg-icons": "^2.0.0",
26
32
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
27
33
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  import { PanelBarProps } from '..';
8
8
  import { PanelBarItemClickEventArguments } from './interfaces/PanelBarItemClickEventArguments';
9
9
  import { NavigationAction } from './interfaces/NavigationAction';
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  import { PanelBarItemProps } from '..';
8
8
  /** @hidden */
9
9
  interface PanelBarItemState {
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  import { KendoReactComponentBaseProps } from '@progress/kendo-react-common';
8
8
  import { ButtonProps } from '@progress/kendo-react-buttons';
9
9
  /**
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  /**
8
8
  * The props that are passed to the TabStripContent by the TabStrip.
9
9
  */
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  import { ButtonProps } from '@progress/kendo-react-buttons';
8
8
  /**
9
9
  * @hidden
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  /**
8
8
  * The props that are passed by the TabStripNavigation to the TabStripNavigationItem.
9
9
  */
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  /**
8
8
  * Represents the props of the TabStrip tabs.
9
9
  */
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  import { TileStrictPosition, TileLayoutItem } from './interfaces';
8
8
  /**
9
9
  * @hidden
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  import { TileLayoutGap, TileLayoutItem, TilePosition, TileLayoutRepositionEvent, TileStrictPosition, TileLayoutAutoFlow } from './interfaces';
8
8
  /**
9
9
  * Represents the properties of [TileLayout](% slug overview_tilelayout %) component.