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
130
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 0.0.0-nightly-20240703-0406.1 to 0.0.0-nightly-20240704-0407.1

16

CHANGELOG.md
# Change Log - @fluentui/react-motion
This log was last generated on Wed, 03 Jul 2024 04:50:56 GMT and should not be manually modified.
This log was last generated on Thu, 04 Jul 2024 04:51:55 GMT and should not be manually modified.
<!-- Start content -->
## [0.0.0-nightly-20240703-0406.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-motion_v0.0.0-nightly-20240703-0406.1)
## [0.0.0-nightly-20240704-0407.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-motion_v0.0.0-nightly-20240704-0407.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)
Thu, 04 Jul 2024 04:51:55 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-motion_v9.2.1..@fluentui/react-motion_v0.0.0-nightly-20240704-0407.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-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)
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20240704-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/8e674102dc1a0bca062f38a86b44aa3b97b55914) by beachball)
- Bump @fluentui/react-utilities to v0.0.0-nightly-20240704-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/8e674102dc1a0bca062f38a86b44aa3b97b55914) by beachball)
- Bump @fluentui/react-conformance to v0.0.0-nightly-20240704-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/8e674102dc1a0bca062f38a86b44aa3b97b55914) by beachball)
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20240704-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/8e674102dc1a0bca062f38a86b44aa3b97b55914) by beachball)

@@ -21,0 +21,0 @@ ## [9.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-motion_v9.2.1)

@@ -13,4 +13,7 @@ "use strict";

const _react = /*#__PURE__*/ _interop_require_wildcard._(require("react"));
var _document_defaultView;
// eslint-disable-next-line no-restricted-globals
const win = typeof document === 'object' ? (_document_defaultView = document.defaultView) === null || _document_defaultView === void 0 ? void 0 : _document_defaultView.window : undefined;
// Heads up! "Element." is a side-effect for minifiers, should be kept as IIFE to avoid leaking after minification.
const SUPPORTS_WEB_ANIMATIONS = /*@__PURE__*/ (()=>typeof Element.prototype.animate === 'function')();
const SUPPORTS_WEB_ANIMATIONS = /*@__PURE__*/ (()=>win && typeof win.Element.prototype.animate === 'function')();
/**

@@ -17,0 +20,0 @@ * In test environments, this hook is used to delay the execution of a callback until the next render. This is necessary

@@ -0,4 +1,7 @@

var _document_defaultView;
import * as React from 'react';
// eslint-disable-next-line no-restricted-globals
const win = typeof document === 'object' ? (_document_defaultView = document.defaultView) === null || _document_defaultView === void 0 ? void 0 : _document_defaultView.window : undefined;
// Heads up! "Element." is a side-effect for minifiers, should be kept as IIFE to avoid leaking after minification.
const SUPPORTS_WEB_ANIMATIONS = /*@__PURE__*/ (()=>typeof Element.prototype.animate === 'function')();
const SUPPORTS_WEB_ANIMATIONS = /*@__PURE__*/ (()=>win && typeof win.Element.prototype.animate === 'function')();
/**

@@ -5,0 +8,0 @@ * In test environments, this hook is used to delay the execution of a callback until the next render. This is necessary

{
"name": "@fluentui/react-motion",
"version": "0.0.0-nightly-20240703-0406.1",
"version": "0.0.0-nightly-20240704-0407.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-20240703-0406.1",
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20240703-0406.1",
"@fluentui/react-conformance": "0.0.0-nightly-20240704-0407.1",
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20240704-0407.1",
"@fluentui/scripts-api-extractor": "*",

@@ -43,4 +43,4 @@ "@fluentui/scripts-tasks": "*",

"dependencies": {
"@fluentui/react-shared-contexts": "0.0.0-nightly-20240703-0406.1",
"@fluentui/react-utilities": "0.0.0-nightly-20240703-0406.1",
"@fluentui/react-shared-contexts": "0.0.0-nightly-20240704-0407.1",
"@fluentui/react-utilities": "0.0.0-nightly-20240704-0407.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

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