@fluentui/react-search
Advanced tools
Comparing version 9.0.8 to 9.0.9
# Change Log - @fluentui/react-search | ||
This log was last generated on Mon, 17 Jun 2024 07:31:08 GMT and should not be manually modified. | ||
This log was last generated on Mon, 01 Jul 2024 20:25:42 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [9.0.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-search_v9.0.9) | ||
Mon, 01 Jul 2024 20:25:42 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search_v9.0.8..@fluentui/react-search_v9.0.9) | ||
### Patches | ||
- chore: Update react-icons package to ^2.0.245 ([PR #31802](https://github.com/microsoft/fluentui/pull/31802) by ololubek@microsoft.com) | ||
- chore: add eslint react-compiler ([PR #31457](https://github.com/microsoft/fluentui/pull/31457) by seanmonahan@microsoft.com) | ||
- Bump @fluentui/react-input to v9.4.80 ([PR #31861](https://github.com/microsoft/fluentui/pull/31861) by beachball) | ||
- Bump @fluentui/react-jsx-runtime to v9.0.40 ([PR #31861](https://github.com/microsoft/fluentui/pull/31861) by beachball) | ||
- Bump @fluentui/react-utilities to v9.18.11 ([PR #31861](https://github.com/microsoft/fluentui/pull/31861) by beachball) | ||
## [9.0.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-search_v9.0.8) | ||
Mon, 17 Jun 2024 07:31:08 GMT | ||
Mon, 17 Jun 2024 07:34:17 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search_v9.0.7..@fluentui/react-search_v9.0.8) | ||
@@ -11,0 +24,0 @@ |
@@ -141,2 +141,3 @@ "use strict"; | ||
const useSearchBoxStyles_unstable = (state)=>{ | ||
'use no memo'; | ||
const { disabled, focused, size } = state; | ||
@@ -143,0 +144,0 @@ const rootStyles = useRootStyles(); |
@@ -74,2 +74,4 @@ import { __resetStyles, __styles, mergeClasses } from '@griffel/react'; | ||
export const useSearchBoxStyles_unstable = state => { | ||
'use no memo'; | ||
const { | ||
@@ -76,0 +78,0 @@ disabled, |
{ | ||
"name": "@fluentui/react-search", | ||
"version": "9.0.8", | ||
"version": "9.0.9", | ||
"description": "Search input for Fluent UI v9", | ||
@@ -34,7 +34,7 @@ "main": "lib-commonjs/index.js", | ||
"dependencies": { | ||
"@fluentui/react-icons": "^2.0.239", | ||
"@fluentui/react-input": "^9.4.79", | ||
"@fluentui/react-jsx-runtime": "^9.0.39", | ||
"@fluentui/react-icons": "^2.0.245", | ||
"@fluentui/react-input": "^9.4.80", | ||
"@fluentui/react-jsx-runtime": "^9.0.40", | ||
"@fluentui/react-theme": "^9.1.19", | ||
"@fluentui/react-utilities": "^9.18.10", | ||
"@fluentui/react-utilities": "^9.18.11", | ||
"@griffel/react": "^1.5.22", | ||
@@ -41,0 +41,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
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
106955
666