@progress/kendo-react-inputs 5.10.0 → 5.10.1-dev.202301251437

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.
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-react-inputs',
6
6
  productName: 'KendoReact',
7
7
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
8
- publishDate: 1674030496,
8
+ publishDate: 1674655838,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
11
11
  };
@@ -15,10 +15,6 @@ export interface RadioGroupProps {
15
15
  * Identifies the element(s) which will label the component.
16
16
  */
17
17
  ariaLabelledBy?: string;
18
- /**
19
- * Sets the RadioGroup children.
20
- */
21
- children?: React.ReactNode;
22
18
  /**
23
19
  * Specifies a list of CSS classes that will be added to the RadioGroup element.
24
20
  */
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-react-inputs',
9
9
  productName: 'KendoReact',
10
10
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
11
- publishDate: 1674030496,
11
+ publishDate: 1674655838,
12
12
  version: '',
13
13
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
14
14
  };
@@ -15,10 +15,6 @@ export interface RadioGroupProps {
15
15
  * Identifies the element(s) which will label the component.
16
16
  */
17
17
  ariaLabelledBy?: string;
18
- /**
19
- * Sets the RadioGroup children.
20
- */
21
- children?: React.ReactNode;
22
18
  /**
23
19
  * Specifies a list of CSS classes that will be added to the RadioGroup element.
24
20
  */