@progress/kendo-react-labels 10.2.0-develop.2 → 10.2.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
@@ -6,7 +6,7 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { default as default_2 } from 'prop-types';
9
- import { JSX as JSX_2 } from 'react/jsx-runtime';
9
+ import { JSX } from 'react/jsx-runtime';
10
10
  import { KendoReactComponentBaseProps } from '@progress/kendo-react-common';
11
11
  import { LabelsClassStructure } from '@progress/kendo-react-common';
12
12
  import * as React_2 from 'react';
@@ -16,7 +16,7 @@ import * as React_2 from 'react';
16
16
  * Render the error text that will be shown underneath the form editor after a validation.
17
17
  */
18
18
  declare const Error_2: {
19
- (props: ErrorProps): JSX_2.Element;
19
+ (props: ErrorProps): JSX.Element;
20
20
  propTypes: {
21
21
  id: default_2.Requireable<string>;
22
22
  direction: default_2.Requireable<string>;
@@ -88,7 +88,7 @@ export declare interface ErrorProps {
88
88
  * ```
89
89
  */
90
90
  export declare const FloatingLabel: {
91
- (props: FloatingLabelProps): JSX_2.Element;
91
+ (props: FloatingLabelProps): JSX.Element;
92
92
  propTypes: {
93
93
  label: default_2.Requireable<string>;
94
94
  editorId: default_2.Requireable<string>;
@@ -169,7 +169,7 @@ export declare interface FloatingLabelProps extends KendoReactComponentBaseProps
169
169
  * Render the hint text that will be shown underneath the form editor.
170
170
  */
171
171
  export declare const Hint: {
172
- (props: HintProps): JSX_2.Element;
172
+ (props: HintProps): JSX.Element;
173
173
  propTypes: {
174
174
  id: default_2.Requireable<string>;
175
175
  direction: default_2.Requireable<string>;
@@ -251,7 +251,7 @@ export declare interface HintProps {
251
251
  * ```
252
252
  */
253
253
  export declare const Label: {
254
- (props: LabelProps): JSX_2.Element;
254
+ (props: LabelProps): JSX.Element;
255
255
  propTypes: {
256
256
  id: default_2.Requireable<string>;
257
257
  editorId: default_2.Requireable<string>;
package/index.d.ts CHANGED
@@ -6,7 +6,7 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { default as default_2 } from 'prop-types';
9
- import { JSX as JSX_2 } from 'react/jsx-runtime';
9
+ import { JSX } from 'react/jsx-runtime';
10
10
  import { KendoReactComponentBaseProps } from '@progress/kendo-react-common';
11
11
  import { LabelsClassStructure } from '@progress/kendo-react-common';
12
12
  import * as React_2 from 'react';
@@ -16,7 +16,7 @@ import * as React_2 from 'react';
16
16
  * Render the error text that will be shown underneath the form editor after a validation.
17
17
  */
18
18
  declare const Error_2: {
19
- (props: ErrorProps): JSX_2.Element;
19
+ (props: ErrorProps): JSX.Element;
20
20
  propTypes: {
21
21
  id: default_2.Requireable<string>;
22
22
  direction: default_2.Requireable<string>;
@@ -88,7 +88,7 @@ export declare interface ErrorProps {
88
88
  * ```
89
89
  */
90
90
  export declare const FloatingLabel: {
91
- (props: FloatingLabelProps): JSX_2.Element;
91
+ (props: FloatingLabelProps): JSX.Element;
92
92
  propTypes: {
93
93
  label: default_2.Requireable<string>;
94
94
  editorId: default_2.Requireable<string>;
@@ -169,7 +169,7 @@ export declare interface FloatingLabelProps extends KendoReactComponentBaseProps
169
169
  * Render the hint text that will be shown underneath the form editor.
170
170
  */
171
171
  export declare const Hint: {
172
- (props: HintProps): JSX_2.Element;
172
+ (props: HintProps): JSX.Element;
173
173
  propTypes: {
174
174
  id: default_2.Requireable<string>;
175
175
  direction: default_2.Requireable<string>;
@@ -251,7 +251,7 @@ export declare interface HintProps {
251
251
  * ```
252
252
  */
253
253
  export declare const Label: {
254
- (props: LabelProps): JSX_2.Element;
254
+ (props: LabelProps): JSX.Element;
255
255
  propTypes: {
256
256
  id: default_2.Requireable<string>;
257
257
  editorId: default_2.Requireable<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-labels",
3
- "version": "10.2.0-develop.2",
3
+ "version": "10.2.0-develop.4",
4
4
  "description": "React Labels package provides components for labelling form editors. KendoReact Labels package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -26,8 +26,8 @@
26
26
  "sideEffects": false,
27
27
  "peerDependencies": {
28
28
  "@progress/kendo-licensing": "^1.5.1",
29
- "@progress/kendo-react-common": "10.2.0-develop.2",
30
- "@progress/kendo-react-intl": "10.2.0-develop.2",
29
+ "@progress/kendo-react-common": "10.2.0-develop.4",
30
+ "@progress/kendo-react-intl": "10.2.0-develop.4",
31
31
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
32
32
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
33
33
  },