@progress/kendo-react-common 9.2.0-develop.7 → 9.2.0-develop.9

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
@@ -5,11 +5,11 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
+ import { default as default_2 } from 'prop-types';
9
+ import { default as default_3 } from 'react';
8
10
  import { JSX as JSX_2 } from 'react/jsx-runtime';
9
11
  import { NormalizedDragEvent } from '@progress/kendo-draggable-common';
10
- import PropTypes from 'prop-types';
11
12
  import * as React_2 from 'react';
12
- import { default as React_3 } from 'react';
13
13
  import { validatePackage as validatePackage_2 } from '@progress/kendo-licensing';
14
14
 
15
15
  /**
@@ -3187,10 +3187,10 @@ export declare interface SvgIconProps extends BaseIconProps, React_2.SVGAttribut
3187
3187
  /**
3188
3188
  * @hidden
3189
3189
  */
3190
- export declare const svgIconPropType: PropTypes.Requireable<PropTypes.InferProps<{
3191
- name: PropTypes.Validator<string>;
3192
- content: PropTypes.Validator<string>;
3193
- viewBox: PropTypes.Validator<string>;
3190
+ export declare const svgIconPropType: default_2.Requireable<default_2.InferProps<{
3191
+ name: default_2.Validator<string>;
3192
+ content: default_2.Validator<string>;
3193
+ viewBox: default_2.Validator<string>;
3194
3194
  }>>;
3195
3195
 
3196
3196
  /**
@@ -3745,7 +3745,7 @@ export declare const uMaskedTextBox: WidgetClassStructure;
3745
3745
  /**
3746
3746
  * UnstyledContext
3747
3747
  */
3748
- export declare const UnstyledContext: React_3.Context<AllClassStructure | undefined>;
3748
+ export declare const UnstyledContext: default_3.Context<AllClassStructure | undefined>;
3749
3749
 
3750
3750
  /**
3751
3751
  * @hidden
package/index.d.ts CHANGED
@@ -5,11 +5,11 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
+ import { default as default_2 } from 'prop-types';
9
+ import { default as default_3 } from 'react';
8
10
  import { JSX as JSX_2 } from 'react/jsx-runtime';
9
11
  import { NormalizedDragEvent } from '@progress/kendo-draggable-common';
10
- import PropTypes from 'prop-types';
11
12
  import * as React_2 from 'react';
12
- import { default as React_3 } from 'react';
13
13
  import { validatePackage as validatePackage_2 } from '@progress/kendo-licensing';
14
14
 
15
15
  /**
@@ -3187,10 +3187,10 @@ export declare interface SvgIconProps extends BaseIconProps, React_2.SVGAttribut
3187
3187
  /**
3188
3188
  * @hidden
3189
3189
  */
3190
- export declare const svgIconPropType: PropTypes.Requireable<PropTypes.InferProps<{
3191
- name: PropTypes.Validator<string>;
3192
- content: PropTypes.Validator<string>;
3193
- viewBox: PropTypes.Validator<string>;
3190
+ export declare const svgIconPropType: default_2.Requireable<default_2.InferProps<{
3191
+ name: default_2.Validator<string>;
3192
+ content: default_2.Validator<string>;
3193
+ viewBox: default_2.Validator<string>;
3194
3194
  }>>;
3195
3195
 
3196
3196
  /**
@@ -3745,7 +3745,7 @@ export declare const uMaskedTextBox: WidgetClassStructure;
3745
3745
  /**
3746
3746
  * UnstyledContext
3747
3747
  */
3748
- export declare const UnstyledContext: React_3.Context<AllClassStructure | undefined>;
3748
+ export declare const UnstyledContext: default_3.Context<AllClassStructure | undefined>;
3749
3749
 
3750
3750
  /**
3751
3751
  * @hidden
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-common",
3
- "version": "9.2.0-develop.7",
3
+ "version": "9.2.0-develop.9",
4
4
  "description": "React Common package delivers common utilities that can be used with the KendoReact UI components. KendoReact Common Utilities package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",