Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fluentui/react-motion

Package Overview
Dependencies
Maintainers
12
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-motion - npm Package Compare versions

Comparing version 9.5.2 to 9.6.0

15

CHANGELOG.md
# 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 @@

4

dist/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc