@progress/kendo-react-common 12.0.0-develop.4 → 12.0.0-develop.5

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
@@ -2256,7 +2256,6 @@ export declare interface HintClasses {
2256
2256
  * <Icon name="home"/>
2257
2257
  * );
2258
2258
  * };
2259
- * ReactDOM.render(<App />, document.querySelector('my-app'));
2260
2259
  * ```
2261
2260
  */
2262
2261
  export declare const Icon: React_2.ForwardRefExoticComponent<IconProps & React_2.RefAttributes<IconHandle | null>>;
@@ -3252,7 +3251,6 @@ export declare interface SVGIcon {
3252
3251
  * <SvgIcon icon={accessibility} />
3253
3252
  * );
3254
3253
  * };
3255
- * ReactDOM.render(<App />, document.querySelector('my-app'));
3256
3254
  * ```
3257
3255
  */
3258
3256
  export declare const SvgIcon: React_2.ForwardRefExoticComponent<SvgIconProps & React_2.RefAttributes<SvgIconHandle | null>>;
@@ -3623,7 +3621,6 @@ export { treeIdUtils }
3623
3621
  * <Typography.h2>Heading 2</Typography.h2>
3624
3622
  * );
3625
3623
  * };
3626
- * ReactDOM.render(<App />, document.querySelector('my-app'));
3627
3624
  * ```
3628
3625
  */
3629
3626
  export declare const Typography: {
package/index.d.ts CHANGED
@@ -2256,7 +2256,6 @@ export declare interface HintClasses {
2256
2256
  * <Icon name="home"/>
2257
2257
  * );
2258
2258
  * };
2259
- * ReactDOM.render(<App />, document.querySelector('my-app'));
2260
2259
  * ```
2261
2260
  */
2262
2261
  export declare const Icon: React_2.ForwardRefExoticComponent<IconProps & React_2.RefAttributes<IconHandle | null>>;
@@ -3252,7 +3251,6 @@ export declare interface SVGIcon {
3252
3251
  * <SvgIcon icon={accessibility} />
3253
3252
  * );
3254
3253
  * };
3255
- * ReactDOM.render(<App />, document.querySelector('my-app'));
3256
3254
  * ```
3257
3255
  */
3258
3256
  export declare const SvgIcon: React_2.ForwardRefExoticComponent<SvgIconProps & React_2.RefAttributes<SvgIconHandle | null>>;
@@ -3623,7 +3621,6 @@ export { treeIdUtils }
3623
3621
  * <Typography.h2>Heading 2</Typography.h2>
3624
3622
  * );
3625
3623
  * };
3626
- * ReactDOM.render(<App />, document.querySelector('my-app'));
3627
3624
  * ```
3628
3625
  */
3629
3626
  export declare const Typography: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-common",
3
- "version": "12.0.0-develop.4",
3
+ "version": "12.0.0-develop.5",
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",