@progress/kendo-react-animation 11.0.0-develop.5 → 11.0.0-develop.6

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.
Files changed (3) hide show
  1. package/index.d.mts +0 -41
  2. package/index.d.ts +0 -41
  3. package/package.json +2 -2
package/index.d.mts CHANGED
@@ -327,12 +327,6 @@ export declare type ExpandDirection = 'horizontal' | 'vertical';
327
327
  /**
328
328
  * Represent the props of the [KendoReact Expand Animation component]({% slug animationtypes_animation %}#toc-expand).
329
329
  *
330
- * {% meta height:300 %}
331
- * {% embed_file props/expand/func/app.tsx preview %}
332
- * {% embed_file props/expand/func/main.tsx %}
333
- * {% embed_file props/expand/func/styles.css %}
334
- * {% endmeta %}
335
- *
336
330
  */
337
331
  export declare interface ExpandProps extends AnimationInterface {
338
332
  /**
@@ -393,13 +387,6 @@ export declare const Fade: {
393
387
 
394
388
  /**
395
389
  * Represent the props of the [KendoReact Fade Animation component]({% slug animationtypes_animation %}#toc-fade).
396
- *
397
- * {% meta height:300 %}
398
- * {% embed_file props/fade/func/app.tsx preview %}
399
- * {% embed_file props/fade/func/main.tsx %}
400
- * {% embed_file props/fade/func/styles.css %}
401
- * {% endmeta %}
402
- *
403
390
  */
404
391
  export declare interface FadeProps extends AnimationInterface {
405
392
  /**
@@ -466,13 +453,6 @@ export declare type PushDirection = 'up' | 'down' | 'left' | 'right';
466
453
 
467
454
  /**
468
455
  * Represent the props of the [KendoReact Push Animation component]({% slug animationtypes_animation %}#toc-push).
469
- *
470
- * {% meta height:300 %}
471
- * {% embed_file props/push/func/app.tsx preview %}
472
- * {% embed_file props/push/func/main.tsx %}
473
- * {% embed_file props/push/func/styles.css %}
474
- * {% endmeta %}
475
- *
476
456
  */
477
457
  export declare interface PushProps extends AnimationInterface {
478
458
  /**
@@ -550,13 +530,6 @@ export declare type RevealDirection = 'horizontal' | 'vertical';
550
530
 
551
531
  /**
552
532
  * Represent the props of the [KendoReact Reveal Animation component]({% slug animationtypes_animation %}#toc-rveal).
553
- *
554
- * {% meta height:300 %}
555
- * {% embed_file props/reveal/func/app.tsx preview %}
556
- * {% embed_file props/reveal/func/main.tsx %}
557
- * {% embed_file props/reveal/func/styles.css %}
558
- * {% endmeta %}
559
- *
560
533
  */
561
534
  export declare interface RevealProps extends AnimationInterface {
562
535
  /**
@@ -634,13 +607,6 @@ export declare type SlideDirection = 'up' | 'down' | 'left' | 'right';
634
607
 
635
608
  /**
636
609
  * Represent the props of the [KendoReact Slide Animation component]({% slug animationtypes_animation %}#toc-slide).
637
- *
638
- * {% meta height:300 %}
639
- * {% embed_file props/slide/func/app.tsx preview %}
640
- * {% embed_file props/slide/func/main.tsx %}
641
- * {% embed_file props/slide/func/styles.css %}
642
- * {% endmeta %}
643
- *
644
610
  */
645
611
  export declare interface SlideProps extends AnimationInterface {
646
612
  /**
@@ -715,13 +681,6 @@ export declare type ZoomDirection = 'in' | 'out';
715
681
 
716
682
  /**
717
683
  * Represent the props of the [KendoReact Zoom Animation component]({% slug animationtypes_animation %}#toc-zoom).
718
- *
719
- * {% meta height:300 %}
720
- * {% embed_file props/zoom/func/app.tsx preview %}
721
- * {% embed_file props/zoom/func/main.tsx %}
722
- * {% embed_file props/zoom/func/styles.css %}
723
- * {% endmeta %}
724
- *
725
684
  */
726
685
  export declare interface ZoomProps extends AnimationInterface {
727
686
  /**
package/index.d.ts CHANGED
@@ -327,12 +327,6 @@ export declare type ExpandDirection = 'horizontal' | 'vertical';
327
327
  /**
328
328
  * Represent the props of the [KendoReact Expand Animation component]({% slug animationtypes_animation %}#toc-expand).
329
329
  *
330
- * {% meta height:300 %}
331
- * {% embed_file props/expand/func/app.tsx preview %}
332
- * {% embed_file props/expand/func/main.tsx %}
333
- * {% embed_file props/expand/func/styles.css %}
334
- * {% endmeta %}
335
- *
336
330
  */
337
331
  export declare interface ExpandProps extends AnimationInterface {
338
332
  /**
@@ -393,13 +387,6 @@ export declare const Fade: {
393
387
 
394
388
  /**
395
389
  * Represent the props of the [KendoReact Fade Animation component]({% slug animationtypes_animation %}#toc-fade).
396
- *
397
- * {% meta height:300 %}
398
- * {% embed_file props/fade/func/app.tsx preview %}
399
- * {% embed_file props/fade/func/main.tsx %}
400
- * {% embed_file props/fade/func/styles.css %}
401
- * {% endmeta %}
402
- *
403
390
  */
404
391
  export declare interface FadeProps extends AnimationInterface {
405
392
  /**
@@ -466,13 +453,6 @@ export declare type PushDirection = 'up' | 'down' | 'left' | 'right';
466
453
 
467
454
  /**
468
455
  * Represent the props of the [KendoReact Push Animation component]({% slug animationtypes_animation %}#toc-push).
469
- *
470
- * {% meta height:300 %}
471
- * {% embed_file props/push/func/app.tsx preview %}
472
- * {% embed_file props/push/func/main.tsx %}
473
- * {% embed_file props/push/func/styles.css %}
474
- * {% endmeta %}
475
- *
476
456
  */
477
457
  export declare interface PushProps extends AnimationInterface {
478
458
  /**
@@ -550,13 +530,6 @@ export declare type RevealDirection = 'horizontal' | 'vertical';
550
530
 
551
531
  /**
552
532
  * Represent the props of the [KendoReact Reveal Animation component]({% slug animationtypes_animation %}#toc-rveal).
553
- *
554
- * {% meta height:300 %}
555
- * {% embed_file props/reveal/func/app.tsx preview %}
556
- * {% embed_file props/reveal/func/main.tsx %}
557
- * {% embed_file props/reveal/func/styles.css %}
558
- * {% endmeta %}
559
- *
560
533
  */
561
534
  export declare interface RevealProps extends AnimationInterface {
562
535
  /**
@@ -634,13 +607,6 @@ export declare type SlideDirection = 'up' | 'down' | 'left' | 'right';
634
607
 
635
608
  /**
636
609
  * Represent the props of the [KendoReact Slide Animation component]({% slug animationtypes_animation %}#toc-slide).
637
- *
638
- * {% meta height:300 %}
639
- * {% embed_file props/slide/func/app.tsx preview %}
640
- * {% embed_file props/slide/func/main.tsx %}
641
- * {% embed_file props/slide/func/styles.css %}
642
- * {% endmeta %}
643
- *
644
610
  */
645
611
  export declare interface SlideProps extends AnimationInterface {
646
612
  /**
@@ -715,13 +681,6 @@ export declare type ZoomDirection = 'in' | 'out';
715
681
 
716
682
  /**
717
683
  * Represent the props of the [KendoReact Zoom Animation component]({% slug animationtypes_animation %}#toc-zoom).
718
- *
719
- * {% meta height:300 %}
720
- * {% embed_file props/zoom/func/app.tsx preview %}
721
- * {% embed_file props/zoom/func/main.tsx %}
722
- * {% embed_file props/zoom/func/styles.css %}
723
- * {% endmeta %}
724
- *
725
684
  */
726
685
  export declare interface ZoomProps extends AnimationInterface {
727
686
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-animation",
3
- "version": "11.0.0-develop.5",
3
+ "version": "11.0.0-develop.6",
4
4
  "description": "React Animation component assists with animating HTML elements. KendoReact Animation package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -26,7 +26,7 @@
26
26
  "sideEffects": false,
27
27
  "peerDependencies": {
28
28
  "@progress/kendo-licensing": "^1.5.1",
29
- "@progress/kendo-react-common": "11.0.0-develop.5",
29
+ "@progress/kendo-react-common": "11.0.0-develop.6",
30
30
  "@progress/kendo-svg-icons": "^4.0.0",
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",