@progress/kendo-react-animation 8.0.0-develop.3 → 8.1.0-develop.1
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 +12 -6
- package/index.d.ts +12 -6
- package/package-metadata.mjs +1 -1
- package/package.json +2 -2
package/index.d.mts
CHANGED
|
@@ -321,7 +321,8 @@ export declare type ExpandDirection = 'horizontal' | 'vertical';
|
|
|
321
321
|
* Represent the props of the [KendoReact Expand Animation component]({% slug animationtypes_animation %}#toc-expand).
|
|
322
322
|
*
|
|
323
323
|
* {% meta %}
|
|
324
|
-
* {% embed_file props/expand/func/
|
|
324
|
+
* {% embed_file props/expand/func/app.tsx preview %}
|
|
325
|
+
* {% embed_file props/expand/func/main.tsx %}
|
|
325
326
|
* {% embed_file props/expand/func/styles.css %}
|
|
326
327
|
* {% endmeta %}
|
|
327
328
|
*
|
|
@@ -385,7 +386,8 @@ export declare class Fade extends React_2.Component<FadeProps, {}> {
|
|
|
385
386
|
* Represent the props of the [KendoReact Fade Animation component]({% slug animationtypes_animation %}#toc-fade).
|
|
386
387
|
*
|
|
387
388
|
* {% meta %}
|
|
388
|
-
* {% embed_file props/fade/func/
|
|
389
|
+
* {% embed_file props/fade/func/app.tsx preview %}
|
|
390
|
+
* {% embed_file props/fade/func/main.tsx %}
|
|
389
391
|
* {% embed_file props/fade/func/styles.css %}
|
|
390
392
|
* {% endmeta %}
|
|
391
393
|
*
|
|
@@ -460,7 +462,8 @@ export declare type PushDirection = 'up' | 'down' | 'left' | 'right';
|
|
|
460
462
|
* Represent the props of the [KendoReact Push Animation component]({% slug animationtypes_animation %}#toc-push).
|
|
461
463
|
*
|
|
462
464
|
* {% meta %}
|
|
463
|
-
* {% embed_file props/push/func/
|
|
465
|
+
* {% embed_file props/push/func/app.tsx preview %}
|
|
466
|
+
* {% embed_file props/push/func/main.tsx %}
|
|
464
467
|
* {% embed_file props/push/func/styles.css %}
|
|
465
468
|
* {% endmeta %}
|
|
466
469
|
*
|
|
@@ -547,7 +550,8 @@ export declare type RevealDirection = 'horizontal' | 'vertical';
|
|
|
547
550
|
* Represent the props of the [KendoReact Reveal Animation component]({% slug animationtypes_animation %}#toc-rveal).
|
|
548
551
|
*
|
|
549
552
|
* {% meta %}
|
|
550
|
-
* {% embed_file props/reveal/func/
|
|
553
|
+
* {% embed_file props/reveal/func/app.tsx preview %}
|
|
554
|
+
* {% embed_file props/reveal/func/main.tsx %}
|
|
551
555
|
* {% embed_file props/reveal/func/styles.css %}
|
|
552
556
|
* {% endmeta %}
|
|
553
557
|
*
|
|
@@ -637,7 +641,8 @@ export declare type SlideDirection = 'up' | 'down' | 'left' | 'right';
|
|
|
637
641
|
* Represent the props of the [KendoReact Slide Animation component]({% slug animationtypes_animation %}#toc-slide).
|
|
638
642
|
*
|
|
639
643
|
* {% meta %}
|
|
640
|
-
* {% embed_file props/slide/func/
|
|
644
|
+
* {% embed_file props/slide/func/app.tsx preview %}
|
|
645
|
+
* {% embed_file props/slide/func/main.tsx %}
|
|
641
646
|
* {% embed_file props/slide/func/styles.css %}
|
|
642
647
|
* {% endmeta %}
|
|
643
648
|
*
|
|
@@ -717,7 +722,8 @@ export declare type ZoomDirection = 'in' | 'out';
|
|
|
717
722
|
* Represent the props of the [KendoReact Zoom Animation component]({% slug animationtypes_animation %}#toc-zoom).
|
|
718
723
|
*
|
|
719
724
|
* {% meta %}
|
|
720
|
-
* {% embed_file props/zoom/func/
|
|
725
|
+
* {% embed_file props/zoom/func/app.tsx preview %}
|
|
726
|
+
* {% embed_file props/zoom/func/main.tsx %}
|
|
721
727
|
* {% embed_file props/zoom/func/styles.css %}
|
|
722
728
|
* {% endmeta %}
|
|
723
729
|
*
|
package/index.d.ts
CHANGED
|
@@ -321,7 +321,8 @@ export declare type ExpandDirection = 'horizontal' | 'vertical';
|
|
|
321
321
|
* Represent the props of the [KendoReact Expand Animation component]({% slug animationtypes_animation %}#toc-expand).
|
|
322
322
|
*
|
|
323
323
|
* {% meta %}
|
|
324
|
-
* {% embed_file props/expand/func/
|
|
324
|
+
* {% embed_file props/expand/func/app.tsx preview %}
|
|
325
|
+
* {% embed_file props/expand/func/main.tsx %}
|
|
325
326
|
* {% embed_file props/expand/func/styles.css %}
|
|
326
327
|
* {% endmeta %}
|
|
327
328
|
*
|
|
@@ -385,7 +386,8 @@ export declare class Fade extends React_2.Component<FadeProps, {}> {
|
|
|
385
386
|
* Represent the props of the [KendoReact Fade Animation component]({% slug animationtypes_animation %}#toc-fade).
|
|
386
387
|
*
|
|
387
388
|
* {% meta %}
|
|
388
|
-
* {% embed_file props/fade/func/
|
|
389
|
+
* {% embed_file props/fade/func/app.tsx preview %}
|
|
390
|
+
* {% embed_file props/fade/func/main.tsx %}
|
|
389
391
|
* {% embed_file props/fade/func/styles.css %}
|
|
390
392
|
* {% endmeta %}
|
|
391
393
|
*
|
|
@@ -460,7 +462,8 @@ export declare type PushDirection = 'up' | 'down' | 'left' | 'right';
|
|
|
460
462
|
* Represent the props of the [KendoReact Push Animation component]({% slug animationtypes_animation %}#toc-push).
|
|
461
463
|
*
|
|
462
464
|
* {% meta %}
|
|
463
|
-
* {% embed_file props/push/func/
|
|
465
|
+
* {% embed_file props/push/func/app.tsx preview %}
|
|
466
|
+
* {% embed_file props/push/func/main.tsx %}
|
|
464
467
|
* {% embed_file props/push/func/styles.css %}
|
|
465
468
|
* {% endmeta %}
|
|
466
469
|
*
|
|
@@ -547,7 +550,8 @@ export declare type RevealDirection = 'horizontal' | 'vertical';
|
|
|
547
550
|
* Represent the props of the [KendoReact Reveal Animation component]({% slug animationtypes_animation %}#toc-rveal).
|
|
548
551
|
*
|
|
549
552
|
* {% meta %}
|
|
550
|
-
* {% embed_file props/reveal/func/
|
|
553
|
+
* {% embed_file props/reveal/func/app.tsx preview %}
|
|
554
|
+
* {% embed_file props/reveal/func/main.tsx %}
|
|
551
555
|
* {% embed_file props/reveal/func/styles.css %}
|
|
552
556
|
* {% endmeta %}
|
|
553
557
|
*
|
|
@@ -637,7 +641,8 @@ export declare type SlideDirection = 'up' | 'down' | 'left' | 'right';
|
|
|
637
641
|
* Represent the props of the [KendoReact Slide Animation component]({% slug animationtypes_animation %}#toc-slide).
|
|
638
642
|
*
|
|
639
643
|
* {% meta %}
|
|
640
|
-
* {% embed_file props/slide/func/
|
|
644
|
+
* {% embed_file props/slide/func/app.tsx preview %}
|
|
645
|
+
* {% embed_file props/slide/func/main.tsx %}
|
|
641
646
|
* {% embed_file props/slide/func/styles.css %}
|
|
642
647
|
* {% endmeta %}
|
|
643
648
|
*
|
|
@@ -717,7 +722,8 @@ export declare type ZoomDirection = 'in' | 'out';
|
|
|
717
722
|
* Represent the props of the [KendoReact Zoom Animation component]({% slug animationtypes_animation %}#toc-zoom).
|
|
718
723
|
*
|
|
719
724
|
* {% meta %}
|
|
720
|
-
* {% embed_file props/zoom/func/
|
|
725
|
+
* {% embed_file props/zoom/func/app.tsx preview %}
|
|
726
|
+
* {% embed_file props/zoom/func/main.tsx %}
|
|
721
727
|
* {% embed_file props/zoom/func/styles.css %}
|
|
722
728
|
* {% endmeta %}
|
|
723
729
|
*
|
package/package-metadata.mjs
CHANGED
|
@@ -10,7 +10,7 @@ const e = {
|
|
|
10
10
|
name: "@progress/kendo-react-animation",
|
|
11
11
|
productName: "KendoReact",
|
|
12
12
|
productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
|
|
13
|
-
publishDate:
|
|
13
|
+
publishDate: 1716442740,
|
|
14
14
|
version: "",
|
|
15
15
|
licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
16
16
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-animation",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.1.0-develop.1",
|
|
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",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"sideEffects": false,
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@progress/kendo-licensing": "^1.3.4",
|
|
26
|
-
"@progress/kendo-react-common": "8.
|
|
26
|
+
"@progress/kendo-react-common": "8.1.0-develop.1",
|
|
27
27
|
"@progress/kendo-svg-icons": "^3.0.0",
|
|
28
28
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0",
|
|
29
29
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0",
|