@fluentui/react-motion 0.0.0-nightly-20240704-0407.1 → 0.0.0-nightly-20240709-0406.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -8
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,21 +1,28 @@
1
1
  # Change Log - @fluentui/react-motion
2
2
 
3
- This log was last generated on Thu, 04 Jul 2024 04:51:55 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 09 Jul 2024 04:52:39 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20240704-0407.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-motion_v0.0.0-nightly-20240704-0407.1)
7
+ ## [0.0.0-nightly-20240709-0406.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-motion_v0.0.0-nightly-20240709-0406.1)
8
8
 
9
- Thu, 04 Jul 2024 04:51:55 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-motion_v9.2.1..@fluentui/react-motion_v0.0.0-nightly-20240704-0407.1)
9
+ Tue, 09 Jul 2024 04:52:39 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-motion_v9.2.2..@fluentui/react-motion_v0.0.0-nightly-20240709-0406.1)
11
11
 
12
12
  ### Changes
13
13
 
14
14
  - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
15
- - Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20240704-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/8e674102dc1a0bca062f38a86b44aa3b97b55914) by beachball)
16
- - Bump @fluentui/react-utilities to v0.0.0-nightly-20240704-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/8e674102dc1a0bca062f38a86b44aa3b97b55914) by beachball)
17
- - Bump @fluentui/react-conformance to v0.0.0-nightly-20240704-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/8e674102dc1a0bca062f38a86b44aa3b97b55914) by beachball)
18
- - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20240704-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/8e674102dc1a0bca062f38a86b44aa3b97b55914) by beachball)
15
+ - Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20240709-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/4a83f49b3f171a5edffee311c0744627b590c336) by beachball)
16
+ - Bump @fluentui/react-utilities to v0.0.0-nightly-20240709-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/4a83f49b3f171a5edffee311c0744627b590c336) by beachball)
17
+
18
+ ## [9.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-motion_v9.2.2)
19
+
20
+ Thu, 04 Jul 2024 15:14:35 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-motion_v9.2.1..@fluentui/react-motion_v9.2.2)
22
+
23
+ ### Patches
24
+
25
+ - fix: Check if DOM is available before using Element global to avoid breaks in build. ([PR #31907](https://github.com/microsoft/fluentui/pull/31907) by estebanmu@microsoft.com)
19
26
 
20
27
  ## [9.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-motion_v9.2.1)
21
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-motion",
3
- "version": "0.0.0-nightly-20240704-0407.1",
3
+ "version": "0.0.0-nightly-20240709-0406.1",
4
4
  "description": "A package with utilities & motion definitions using Web Animations API",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -32,22 +32,22 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@fluentui/eslint-plugin": "*",
35
- "@fluentui/react-conformance": "0.0.0-nightly-20240704-0407.1",
36
- "@fluentui/react-conformance-griffel": "0.0.0-nightly-20240704-0407.1",
35
+ "@fluentui/react-conformance": "*",
36
+ "@fluentui/react-conformance-griffel": "*",
37
37
  "@fluentui/scripts-api-extractor": "*",
38
38
  "@fluentui/scripts-tasks": "*",
39
39
  "@fluentui/scripts-cypress": "*"
40
40
  },
41
41
  "dependencies": {
42
- "@fluentui/react-shared-contexts": "0.0.0-nightly-20240704-0407.1",
43
- "@fluentui/react-utilities": "0.0.0-nightly-20240704-0407.1",
42
+ "@fluentui/react-shared-contexts": "^0.0.0-nightly-20240709-0406.1",
43
+ "@fluentui/react-utilities": "^0.0.0-nightly-20240709-0406.1",
44
44
  "@swc/helpers": "^0.5.1",
45
45
  "react-is": "^17.0.2"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "@types/react": ">=16.8.0 <19.0.0",
49
49
  "@types/react-dom": ">=16.8.0 <19.0.0",
50
- "react": ">=16.8.0 <19.0.0",
50
+ "react": ">=16.14.0 <19.0.0",
51
51
  "react-dom": ">=16.8.0 <19.0.0"
52
52
  },
53
53
  "exports": {