@fluentui/react-jsx-runtime
Advanced tools
Comparing version 0.0.0-nightly-20241104-0408.1 to 0.0.0-nightly-20241105-0406.1
# Change Log - @fluentui/react-jsx-runtime | ||
This log was last generated on Mon, 04 Nov 2024 04:13:08 GMT and should not be manually modified. | ||
This log was last generated on Tue, 05 Nov 2024 04:10:22 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [0.0.0-nightly-20241104-0408.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v0.0.0-nightly-20241104-0408.1) | ||
## [0.0.0-nightly-20241105-0406.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v0.0.0-nightly-20241105-0406.1) | ||
Mon, 04 Nov 2024 04:13:08 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-jsx-runtime_v9.0.45..@fluentui/react-jsx-runtime_v0.0.0-nightly-20241104-0408.1) | ||
Tue, 05 Nov 2024 04:10:22 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-jsx-runtime_v9.0.45..@fluentui/react-jsx-runtime_v0.0.0-nightly-20241105-0406.1) | ||
@@ -15,5 +15,5 @@ ### Changes | ||
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com) | ||
- Bump @fluentui/react-utilities to v0.0.0-nightly-20241104-0408.1 ([commit](https://github.com/microsoft/fluentui/commit/1c03df0bb0e5a1b1757b2045b9faf77f01ed022c) by beachball) | ||
- Bump @fluentui/react-conformance to v0.0.0-nightly-20241104-0408.1 ([commit](https://github.com/microsoft/fluentui/commit/1c03df0bb0e5a1b1757b2045b9faf77f01ed022c) by beachball) | ||
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20241104-0408.1 ([commit](https://github.com/microsoft/fluentui/commit/1c03df0bb0e5a1b1757b2045b9faf77f01ed022c) by beachball) | ||
- Bump @fluentui/react-utilities to v0.0.0-nightly-20241105-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/7786365a6cb520e8adc36db34a372ad9f38a637e) by beachball) | ||
- Bump @fluentui/react-conformance to v0.0.0-nightly-20241105-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/7786365a6cb520e8adc36db34a372ad9f38a637e) by beachball) | ||
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20241105-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/7786365a6cb520e8adc36db34a372ad9f38a637e) by beachball) | ||
@@ -20,0 +20,0 @@ ## [9.0.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.45) |
@@ -26,3 +26,3 @@ "use strict"; | ||
} | ||
return /*#__PURE__*/ _react.createElement(type, props, ...children); | ||
return _react.createElement(type, props, ...children); | ||
} |
@@ -18,7 +18,7 @@ "use strict"; | ||
if (overrideChildren.length > 0) { | ||
props.children = /*#__PURE__*/ _react.createElement(_react.Fragment, {}, ...overrideChildren); | ||
props.children = _react.createElement(_react.Fragment, {}, ...overrideChildren); | ||
} | ||
return /*#__PURE__*/ _react.createElement(_react.Fragment, {}, renderFunction(elementType, props)); | ||
return _react.createElement(_react.Fragment, {}, renderFunction(elementType, props)); | ||
} | ||
return /*#__PURE__*/ _react.createElement(elementType, props, ...overrideChildren); | ||
return _react.createElement(elementType, props, ...overrideChildren); | ||
} |
{ | ||
"name": "@fluentui/react-jsx-runtime", | ||
"version": "0.0.0-nightly-20241104-0408.1", | ||
"version": "0.0.0-nightly-20241105-0406.1", | ||
"description": "Custom JSX runtime for @fluentui/react-components", | ||
@@ -14,23 +14,10 @@ "main": "lib-commonjs/index.js", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "just-scripts build", | ||
"clean": "just-scripts clean", | ||
"code-style": "just-scripts code-style", | ||
"just": "just-scripts", | ||
"lint": "just-scripts lint", | ||
"test": "jest --passWithNoTests", | ||
"type-check": "tsc -b tsconfig.json", | ||
"generate-api": "just-scripts copy && just-scripts generate-api", | ||
"test-ssr": "test-ssr \"./stories/**/*.stories.tsx\"", | ||
"bundle-size": "monosize measure" | ||
}, | ||
"devDependencies": { | ||
"@fluentui/eslint-plugin": "*", | ||
"@fluentui/react-conformance": "0.0.0-nightly-20241104-0408.1", | ||
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20241104-0408.1", | ||
"@fluentui/scripts-api-extractor": "*", | ||
"@fluentui/scripts-tasks": "*" | ||
"@fluentui/react-conformance": "0.0.0-nightly-20241105-0406.1", | ||
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20241105-0406.1", | ||
"@fluentui/scripts-api-extractor": "*" | ||
}, | ||
"dependencies": { | ||
"@fluentui/react-utilities": "0.0.0-nightly-20241104-0408.1", | ||
"@fluentui/react-utilities": "0.0.0-nightly-20241105-0406.1", | ||
"react-is": "^17.0.2", | ||
@@ -37,0 +24,0 @@ "@swc/helpers": "^0.5.1" |
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
4
91104
+ Added@fluentui/keyboard-keys@0.0.0-nightly-20241105-0406.1(transitive)
+ Added@fluentui/react-shared-contexts@0.0.0-nightly-20241105-0406.1(transitive)
+ Added@fluentui/react-theme@0.0.0-nightly-20241105-0406.1(transitive)
+ Added@fluentui/react-utilities@0.0.0-nightly-20241105-0406.1(transitive)
+ Added@fluentui/tokens@0.0.0-nightly-20241105-0406.1(transitive)
- Removed@fluentui/keyboard-keys@0.0.0-nightly-20241104-0408.1(transitive)
- Removed@fluentui/react-shared-contexts@0.0.0-nightly-20241104-0408.1(transitive)
- Removed@fluentui/react-theme@0.0.0-nightly-20241104-0408.1(transitive)
- Removed@fluentui/react-utilities@0.0.0-nightly-20241104-0408.1(transitive)
- Removed@fluentui/tokens@0.0.0-nightly-20241104-0408.1(transitive)
Updated@fluentui/react-utilities@0.0.0-nightly-20241105-0406.1