@fluentui/react-jsx-runtime 0.0.0-nightly-20240315-0408.1 → 0.0.0-nightly-20240319-0405.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.
package/CHANGELOG.md CHANGED
@@ -1,20 +1,38 @@
1
1
  # Change Log - @fluentui/react-jsx-runtime
2
2
 
3
- This log was last generated on Fri, 15 Mar 2024 04:24:53 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 19 Mar 2024 04:21:57 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20240315-0408.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v0.0.0-nightly-20240315-0408.1)
7
+ ## [0.0.0-nightly-20240319-0405.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v0.0.0-nightly-20240319-0405.1)
8
8
 
9
- Fri, 15 Mar 2024 04:24:53 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-jsx-runtime_v9.0.32..@fluentui/react-jsx-runtime_v0.0.0-nightly-20240315-0408.1)
9
+ Tue, 19 Mar 2024 04:21:57 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-jsx-runtime_v9.0.34..@fluentui/react-jsx-runtime_v0.0.0-nightly-20240319-0405.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-utilities to v0.0.0-nightly-20240315-0408.1 ([commit](https://github.com/microsoft/fluentui/commit/e039505b45ad657244113509cf6693af6eb2ff42) by beachball)
16
- - Bump @fluentui/react-conformance to v0.0.0-nightly-20240315-0408.1 ([commit](https://github.com/microsoft/fluentui/commit/e039505b45ad657244113509cf6693af6eb2ff42) by beachball)
17
- - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20240315-0408.1 ([commit](https://github.com/microsoft/fluentui/commit/e039505b45ad657244113509cf6693af6eb2ff42) by beachball)
15
+ - Bump @fluentui/react-utilities to v0.0.0-nightly-20240319-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/3e8a4288a4f8387ef25ef7b8c34e580ae61d6754) by beachball)
16
+ - Bump @fluentui/react-conformance to v0.0.0-nightly-20240319-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/3e8a4288a4f8387ef25ef7b8c34e580ae61d6754) by beachball)
17
+ - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20240319-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/3e8a4288a4f8387ef25ef7b8c34e580ae61d6754) by beachball)
18
+
19
+ ## [9.0.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.34)
20
+
21
+ Mon, 18 Mar 2024 19:50:46 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-jsx-runtime_v9.0.33..@fluentui/react-jsx-runtime_v9.0.34)
23
+
24
+ ### Patches
25
+
26
+ - Bump @fluentui/react-utilities to v9.18.5 ([PR #30600](https://github.com/microsoft/fluentui/pull/30600) by beachball)
27
+
28
+ ## [9.0.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.33)
29
+
30
+ Fri, 15 Mar 2024 21:43:49 GMT
31
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-jsx-runtime_v9.0.32..@fluentui/react-jsx-runtime_v9.0.33)
32
+
33
+ ### Patches
34
+
35
+ - Bump @fluentui/react-utilities to v9.18.4 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball)
18
36
 
19
37
  ## [9.0.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.32)
20
38
 
@@ -1 +1 @@
1
- {"version":3,"sources":["types.ts"],"sourcesContent":["import type * as React from 'react';\nimport type { SlotComponentType, UnknownSlotProps } from '@fluentui/react-utilities';\n\nexport type JSXRuntime = <P extends {}>(\n type: React.ElementType<P>,\n props: P | null,\n key?: React.Key,\n source?: unknown,\n self?: unknown,\n) => React.ReactElement<P>;\n\nexport type JSXSlotRuntime = <Props extends UnknownSlotProps>(\n type: SlotComponentType<Props>,\n overrideProps: Props | null,\n key?: React.Key,\n source?: unknown,\n self?: unknown,\n) => React.ReactElement<Props>;\n"],"names":[],"mappings":"AAWA,WAM+B"}
1
+ {"version":3,"sources":["types.ts"],"sourcesContent":["import type * as React from 'react';\nimport type { SlotComponentType, UnknownSlotProps } from '@fluentui/react-utilities';\n\nexport type JSXRuntime = <P extends {}>(\n type: React.ElementType<P>,\n props: P | null,\n key?: React.Key,\n source?: unknown,\n self?: unknown,\n) => React.ReactElement<P>;\n\nexport type JSXSlotRuntime = <Props extends UnknownSlotProps>(\n type: SlotComponentType<Props>,\n overrideProps: Props | null,\n key?: React.Key,\n source?: unknown,\n self?: unknown,\n) => React.ReactElement<Props>;\n"],"names":[],"mappings":"AAAA,WAiB+B"}
@@ -9,11 +9,11 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- Fragment: function() {
13
- return _react.Fragment;
14
- },
15
12
  createElement: function() {
16
13
  return _createElement.createElement;
14
+ },
15
+ Fragment: function() {
16
+ return _react.Fragment;
17
17
  }
18
18
  });
19
19
  const _createElement = require("./createElement");
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"sourcesContent":["export { createElement } from './createElement';\nexport { Fragment } from 'react';\n"],"names":["Fragment","createElement"],"mappings":";;;;;;;;;;;IACSA,QAAQ;eAARA,eAAQ;;IADRC,aAAa;eAAbA,4BAAa;;;+BAAQ;uBACL"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export { createElement } from './createElement';\nexport { Fragment } from 'react';\n"],"names":["createElement","Fragment"],"mappings":";;;;;;;;;;;IAASA,aAAa;eAAbA,4BAAa;;IACbC,QAAQ;eAARA,eAAQ;;;+BADa;uBACL"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-jsx-runtime",
3
- "version": "0.0.0-nightly-20240315-0408.1",
3
+ "version": "0.0.0-nightly-20240319-0405.1",
4
4
  "description": "Custom JSX runtime for @fluentui/react-components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "devDependencies": {
27
27
  "@fluentui/eslint-plugin": "*",
28
- "@fluentui/react-conformance": "0.0.0-nightly-20240315-0408.1",
29
- "@fluentui/react-conformance-griffel": "0.0.0-nightly-20240315-0408.1",
28
+ "@fluentui/react-conformance": "0.0.0-nightly-20240319-0405.1",
29
+ "@fluentui/react-conformance-griffel": "0.0.0-nightly-20240319-0405.1",
30
30
  "@fluentui/scripts-api-extractor": "*",
31
31
  "@fluentui/scripts-tasks": "*"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/react-utilities": "0.0.0-nightly-20240315-0408.1",
34
+ "@fluentui/react-utilities": "0.0.0-nightly-20240319-0405.1",
35
35
  "react-is": "^17.0.2",
36
36
  "@swc/helpers": "^0.5.1"
37
37
  },