@fluentui/react-motion
Advanced tools
Comparing version 0.0.0-nightly-20240702-0406.1 to 0.0.0-nightly-20240703-0406.1
# Change Log - @fluentui/react-motion | ||
This log was last generated on Tue, 02 Jul 2024 04:49:17 GMT and should not be manually modified. | ||
This log was last generated on Wed, 03 Jul 2024 04:50:56 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [0.0.0-nightly-20240702-0406.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-motion_v0.0.0-nightly-20240702-0406.1) | ||
## [0.0.0-nightly-20240703-0406.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-motion_v0.0.0-nightly-20240703-0406.1) | ||
Tue, 02 Jul 2024 04:49:17 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-motion_v9.2.1..@fluentui/react-motion_v0.0.0-nightly-20240702-0406.1) | ||
Wed, 03 Jul 2024 04:50:56 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-motion_v9.2.1..@fluentui/react-motion_v0.0.0-nightly-20240703-0406.1) | ||
@@ -15,6 +15,6 @@ ### Changes | ||
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com) | ||
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20240702-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/07b8a725298f48b178d36adc8fa14f2421d7f15f) by beachball) | ||
- Bump @fluentui/react-utilities to v0.0.0-nightly-20240702-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/07b8a725298f48b178d36adc8fa14f2421d7f15f) by beachball) | ||
- Bump @fluentui/react-conformance to v0.0.0-nightly-20240702-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/07b8a725298f48b178d36adc8fa14f2421d7f15f) by beachball) | ||
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20240702-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/07b8a725298f48b178d36adc8fa14f2421d7f15f) by beachball) | ||
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20240703-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/6904683993c1a61b30af38f5e27f3c70a3ba2403) by beachball) | ||
- Bump @fluentui/react-utilities to v0.0.0-nightly-20240703-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/6904683993c1a61b30af38f5e27f3c70a3ba2403) by beachball) | ||
- Bump @fluentui/react-conformance to v0.0.0-nightly-20240703-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/6904683993c1a61b30af38f5e27f3c70a3ba2403) by beachball) | ||
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20240703-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/6904683993c1a61b30af38f5e27f3c70a3ba2403) by beachball) | ||
@@ -21,0 +21,0 @@ ## [9.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-motion_v9.2.1) |
@@ -12,11 +12,5 @@ "use strict"; | ||
_export(exports, { | ||
motionTokens: function() { | ||
return _motionTokens.motionTokens; | ||
PresenceGroup: function() { | ||
return _PresenceGroup.PresenceGroup; | ||
}, | ||
durations: function() { | ||
return _motionTokens.durations; | ||
}, | ||
curves: function() { | ||
return _motionTokens.curves; | ||
}, | ||
createMotionComponent: function() { | ||
@@ -28,4 +22,10 @@ return _createMotionComponent.createMotionComponent; | ||
}, | ||
PresenceGroup: function() { | ||
return _PresenceGroup.PresenceGroup; | ||
curves: function() { | ||
return _motionTokens.curves; | ||
}, | ||
durations: function() { | ||
return _motionTokens.durations; | ||
}, | ||
motionTokens: function() { | ||
return _motionTokens.motionTokens; | ||
} | ||
@@ -32,0 +32,0 @@ }); |
@@ -15,8 +15,8 @@ // Copied from packages/tokens/src/global/durations.ts | ||
_export(exports, { | ||
curves: function() { | ||
return curves; | ||
}, | ||
durations: function() { | ||
return durations; | ||
}, | ||
curves: function() { | ||
return curves; | ||
}, | ||
motionTokens: function() { | ||
@@ -23,0 +23,0 @@ return motionTokens; |
{ | ||
"name": "@fluentui/react-motion", | ||
"version": "0.0.0-nightly-20240702-0406.1", | ||
"version": "0.0.0-nightly-20240703-0406.1", | ||
"description": "A package with utilities & motion definitions using Web Animations API", | ||
@@ -35,4 +35,4 @@ "main": "lib-commonjs/index.js", | ||
"@fluentui/eslint-plugin": "*", | ||
"@fluentui/react-conformance": "0.0.0-nightly-20240702-0406.1", | ||
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20240702-0406.1", | ||
"@fluentui/react-conformance": "0.0.0-nightly-20240703-0406.1", | ||
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20240703-0406.1", | ||
"@fluentui/scripts-api-extractor": "*", | ||
@@ -43,4 +43,4 @@ "@fluentui/scripts-tasks": "*", | ||
"dependencies": { | ||
"@fluentui/react-shared-contexts": "0.0.0-nightly-20240702-0406.1", | ||
"@fluentui/react-utilities": "0.0.0-nightly-20240702-0406.1", | ||
"@fluentui/react-shared-contexts": "0.0.0-nightly-20240703-0406.1", | ||
"@fluentui/react-utilities": "0.0.0-nightly-20240703-0406.1", | ||
"@swc/helpers": "^0.5.1", | ||
@@ -47,0 +47,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
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
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
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
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
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
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
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
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
171738
+ Added@fluentui/keyboard-keys@0.0.0-nightly-20240703-0406.1(transitive)
+ Added@fluentui/react-shared-contexts@0.0.0-nightly-20240703-0406.1(transitive)
+ Added@fluentui/react-theme@0.0.0-nightly-20240703-0406.1(transitive)
+ Added@fluentui/react-utilities@0.0.0-nightly-20240703-0406.1(transitive)
+ Added@fluentui/tokens@0.0.0-nightly-20240703-0406.1(transitive)
- Removed@fluentui/keyboard-keys@0.0.0-nightly-20240702-0406.1(transitive)
- Removed@fluentui/react-shared-contexts@0.0.0-nightly-20240702-0406.1(transitive)
- Removed@fluentui/react-theme@0.0.0-nightly-20240702-0406.1(transitive)
- Removed@fluentui/react-utilities@0.0.0-nightly-20240702-0406.1(transitive)
- Removed@fluentui/tokens@0.0.0-nightly-20240702-0406.1(transitive)
Updated@fluentui/react-shared-contexts@0.0.0-nightly-20240703-0406.1
Updated@fluentui/react-utilities@0.0.0-nightly-20240703-0406.1