@fluentui/react-motion
Advanced tools
Comparing version 9.5.2 to 9.6.0
# Change Log - @fluentui/react-motion | ||
This log was last generated on Mon, 23 Sep 2024 12:36:04 GMT and should not be manually modified. | ||
This log was last generated on Tue, 15 Oct 2024 17:13:32 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [9.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-motion_v9.6.0) | ||
Tue, 15 Oct 2024 17:13:32 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-motion_v9.5.2..@fluentui/react-motion_v9.6.0) | ||
### Minor changes | ||
- feat: export MotionParam type ([PR #32939](https://github.com/microsoft/fluentui/pull/32939) by robertpenner@microsoft.com) | ||
- Bump @fluentui/react-shared-contexts to v9.20.2 ([PR #32999](https://github.com/microsoft/fluentui/pull/32999) by beachball) | ||
- Bump @fluentui/react-utilities to v9.18.16 ([PR #32999](https://github.com/microsoft/fluentui/pull/32999) by beachball) | ||
## [9.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-motion_v9.5.2) | ||
Mon, 23 Sep 2024 12:36:04 GMT | ||
Mon, 23 Sep 2024 12:40:17 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-motion_v9.5.1..@fluentui/react-motion_v9.5.2) | ||
@@ -11,0 +22,0 @@ |
@@ -95,8 +95,6 @@ import * as React_2 from 'react'; | ||
/** | ||
* @internal | ||
* | ||
* A motion param should be a primitive value that can be serialized to JSON and could be potentially used a plain | ||
* dependency for React hooks. | ||
*/ | ||
declare type MotionParam = boolean | number | string; | ||
export declare type MotionParam = boolean | number | string; | ||
@@ -103,0 +101,0 @@ export declare const motionTokens: { |
{ | ||
"name": "@fluentui/react-motion", | ||
"version": "9.5.2", | ||
"version": "9.6.0", | ||
"description": "A package with utilities & motion definitions using Web Animations API", | ||
@@ -42,4 +42,4 @@ "main": "lib-commonjs/index.js", | ||
"dependencies": { | ||
"@fluentui/react-shared-contexts": "^9.20.1", | ||
"@fluentui/react-utilities": "^9.18.15", | ||
"@fluentui/react-shared-contexts": "^9.20.2", | ||
"@fluentui/react-utilities": "^9.18.16", | ||
"@swc/helpers": "^0.5.1", | ||
@@ -46,0 +46,0 @@ "react-is": "^17.0.2" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
212486
46
1873