@progress/kendo-react-animation 7.0.0-develop.7 → 7.0.0-develop.8
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/Expand.d.ts +0 -6
- package/Fade.d.ts +0 -6
- package/Push.d.ts +0 -6
- package/Reveal.d.ts +0 -6
- package/Slide.d.ts +0 -6
- package/Zoom.d.ts +0 -6
- package/index.mjs +1 -1
- package/package.json +2 -2
package/Expand.d.ts
CHANGED
|
@@ -17,14 +17,8 @@ export type ExpandDirection = 'horizontal' | 'vertical';
|
|
|
17
17
|
* Represent the props of the [KendoReact Expand Animation component]({% slug animationtypes_animation %}#toc-expand).
|
|
18
18
|
*
|
|
19
19
|
* {% meta %}
|
|
20
|
-
* {% variant title:Hooks %}
|
|
21
20
|
* {% embed_file props/expand/func/main.tsx preview %}
|
|
22
21
|
* {% embed_file props/expand/func/styles.css %}
|
|
23
|
-
* {% endvariant %}
|
|
24
|
-
* {% variant title:Classes %}
|
|
25
|
-
* {% embed_file props/expand/class/main.tsx preview %}
|
|
26
|
-
* {% embed_file props/expand/class/styles.css %}
|
|
27
|
-
* {% endvariant %}
|
|
28
22
|
* {% endmeta %}
|
|
29
23
|
*
|
|
30
24
|
*/
|
package/Fade.d.ts
CHANGED
|
@@ -9,14 +9,8 @@ import { AnimationInterface } from './AnimationInterface';
|
|
|
9
9
|
* Represent the props of the [KendoReact Fade Animation component]({% slug animationtypes_animation %}#toc-fade).
|
|
10
10
|
*
|
|
11
11
|
* {% meta %}
|
|
12
|
-
* {% variant title:Hooks %}
|
|
13
12
|
* {% embed_file props/fade/func/main.tsx preview %}
|
|
14
13
|
* {% embed_file props/fade/func/styles.css %}
|
|
15
|
-
* {% endvariant %}
|
|
16
|
-
* {% variant title:Classes %}
|
|
17
|
-
* {% embed_file props/fade/class/main.tsx preview %}
|
|
18
|
-
* {% embed_file props/fade/class/styles.css %}
|
|
19
|
-
* {% endvariant %}
|
|
20
14
|
* {% endmeta %}
|
|
21
15
|
*
|
|
22
16
|
*/
|
package/Push.d.ts
CHANGED
|
@@ -19,14 +19,8 @@ export type PushDirection = 'up' | 'down' | 'left' | 'right';
|
|
|
19
19
|
* Represent the props of the [KendoReact Push Animation component]({% slug animationtypes_animation %}#toc-push).
|
|
20
20
|
*
|
|
21
21
|
* {% meta %}
|
|
22
|
-
* {% variant title:Hooks %}
|
|
23
22
|
* {% embed_file props/push/func/main.tsx preview %}
|
|
24
23
|
* {% embed_file props/push/func/styles.css %}
|
|
25
|
-
* {% endvariant %}
|
|
26
|
-
* {% variant title:Classes %}
|
|
27
|
-
* {% embed_file props/push/class/main.tsx preview %}
|
|
28
|
-
* {% embed_file props/push/class/styles.css %}
|
|
29
|
-
* {% endvariant %}
|
|
30
24
|
* {% endmeta %}
|
|
31
25
|
*
|
|
32
26
|
*/
|
package/Reveal.d.ts
CHANGED
|
@@ -17,14 +17,8 @@ export type RevealDirection = 'horizontal' | 'vertical';
|
|
|
17
17
|
* Represent the props of the [KendoReact Reveal Animation component]({% slug animationtypes_animation %}#toc-rveal).
|
|
18
18
|
*
|
|
19
19
|
* {% meta %}
|
|
20
|
-
* {% variant title:Hooks %}
|
|
21
20
|
* {% embed_file props/reveal/func/main.tsx preview %}
|
|
22
21
|
* {% embed_file props/reveal/func/styles.css %}
|
|
23
|
-
* {% endvariant %}
|
|
24
|
-
* {% variant title:Classes %}
|
|
25
|
-
* {% embed_file props/reveal/class/main.tsx preview %}
|
|
26
|
-
* {% embed_file props/reveal/class/styles.css %}
|
|
27
|
-
* {% endvariant %}
|
|
28
22
|
* {% endmeta %}
|
|
29
23
|
*
|
|
30
24
|
*/
|
package/Slide.d.ts
CHANGED
|
@@ -19,14 +19,8 @@ export type SlideDirection = 'up' | 'down' | 'left' | 'right';
|
|
|
19
19
|
* Represent the props of the [KendoReact Slide Animation component]({% slug animationtypes_animation %}#toc-slide).
|
|
20
20
|
*
|
|
21
21
|
* {% meta %}
|
|
22
|
-
* {% variant title:Hooks %}
|
|
23
22
|
* {% embed_file props/slide/func/main.tsx preview %}
|
|
24
23
|
* {% embed_file props/slide/func/styles.css %}
|
|
25
|
-
* {% endvariant %}
|
|
26
|
-
* {% variant title:Classes %}
|
|
27
|
-
* {% embed_file props/slide/class/main.tsx preview %}
|
|
28
|
-
* {% embed_file props/slide/class/styles.css %}
|
|
29
|
-
* {% endvariant %}
|
|
30
24
|
* {% endmeta %}
|
|
31
25
|
*
|
|
32
26
|
*/
|
package/Zoom.d.ts
CHANGED
|
@@ -17,14 +17,8 @@ export type ZoomDirection = 'in' | 'out';
|
|
|
17
17
|
* Represent the props of the [KendoReact Zoom Animation component]({% slug animationtypes_animation %}#toc-zoom).
|
|
18
18
|
*
|
|
19
19
|
* {% meta %}
|
|
20
|
-
* {% variant title:Hooks %}
|
|
21
20
|
* {% embed_file props/zoom/func/main.tsx preview %}
|
|
22
21
|
* {% embed_file props/zoom/func/styles.css %}
|
|
23
|
-
* {% endvariant %}
|
|
24
|
-
* {% variant title:Classes %}
|
|
25
|
-
* {% embed_file props/zoom/class/main.tsx preview %}
|
|
26
|
-
* {% embed_file props/zoom/class/styles.css %}
|
|
27
|
-
* {% endvariant %}
|
|
28
22
|
* {% endmeta %}
|
|
29
23
|
*
|
|
30
24
|
*/
|
package/index.mjs
CHANGED
|
@@ -260,7 +260,7 @@ const Z = {
|
|
|
260
260
|
name: "@progress/kendo-react-animation",
|
|
261
261
|
productName: "KendoReact",
|
|
262
262
|
productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
|
|
263
|
-
publishDate:
|
|
263
|
+
publishDate: 1701259954,
|
|
264
264
|
version: "",
|
|
265
265
|
licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
266
266
|
}, N = k.styles;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-animation",
|
|
3
|
-
"version": "7.0.0-develop.
|
|
3
|
+
"version": "7.0.0-develop.8",
|
|
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",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"sideEffects": false,
|
|
17
17
|
"peerDependencies": {
|
|
18
18
|
"@progress/kendo-licensing": "^1.3.0",
|
|
19
|
-
"@progress/kendo-react-common": "7.0.0-develop.
|
|
19
|
+
"@progress/kendo-react-common": "7.0.0-develop.8",
|
|
20
20
|
"@progress/kendo-svg-icons": "^2.0.0",
|
|
21
21
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0",
|
|
22
22
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0",
|