@fluentui/react-search
Advanced tools
Comparing version 9.0.24 to 9.0.25
# Change Log - @fluentui/react-search | ||
This log was last generated on Fri, 06 Dec 2024 12:49:19 GMT and should not be manually modified. | ||
This log was last generated on Mon, 09 Dec 2024 17:34:09 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [9.0.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-search_v9.0.25) | ||
Mon, 09 Dec 2024 17:34:09 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search_v9.0.24..@fluentui/react-search_v9.0.25) | ||
### Patches | ||
- chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com) | ||
- Bump @fluentui/react-input to v9.4.95 ([PR #33431](https://github.com/microsoft/fluentui/pull/33431) by beachball) | ||
## [9.0.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-search_v9.0.24) | ||
Fri, 06 Dec 2024 12:49:19 GMT | ||
Fri, 06 Dec 2024 12:53:46 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search_v9.0.23..@fluentui/react-search_v9.0.24) | ||
@@ -14,6 +24,6 @@ | ||
- Bump @fluentui/react-input to v9.4.94 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball) | ||
- Bump @fluentui/react-jsx-runtime to v9.0.47 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball) | ||
- Bump @fluentui/react-theme to v9.1.23 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball) | ||
- Bump @fluentui/react-utilities to v9.18.18 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball) | ||
- Bump @fluentui/react-input to v9.4.94 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball) | ||
- Bump @fluentui/react-jsx-runtime to v9.0.47 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball) | ||
- Bump @fluentui/react-theme to v9.1.23 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball) | ||
- Bump @fluentui/react-utilities to v9.18.18 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball) | ||
@@ -20,0 +30,0 @@ ## [9.0.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-search_v9.0.23) |
@@ -5,7 +5,28 @@ "use strict"; | ||
}); | ||
const _export_star = require("@swc/helpers/_/_export_star"); | ||
_export_star._(require("./SearchBox"), exports); | ||
_export_star._(require("./SearchBox.types"), exports); | ||
_export_star._(require("./renderSearchBox"), exports); | ||
_export_star._(require("./useSearchBox"), exports); | ||
_export_star._(require("./useSearchBoxStyles.styles"), exports); | ||
function _export(target, all) { | ||
for(var name in all)Object.defineProperty(target, name, { | ||
enumerable: true, | ||
get: all[name] | ||
}); | ||
} | ||
_export(exports, { | ||
SearchBox: function() { | ||
return _SearchBox.SearchBox; | ||
}, | ||
renderSearchBox_unstable: function() { | ||
return _renderSearchBox.renderSearchBox_unstable; | ||
}, | ||
searchBoxClassNames: function() { | ||
return _useSearchBoxStylesstyles.searchBoxClassNames; | ||
}, | ||
useSearchBoxStyles_unstable: function() { | ||
return _useSearchBoxStylesstyles.useSearchBoxStyles_unstable; | ||
}, | ||
useSearchBox_unstable: function() { | ||
return _useSearchBox.useSearchBox_unstable; | ||
} | ||
}); | ||
const _SearchBox = require("./SearchBox"); | ||
const _renderSearchBox = require("./renderSearchBox"); | ||
const _useSearchBox = require("./useSearchBox"); | ||
const _useSearchBoxStylesstyles = require("./useSearchBoxStyles.styles"); |
@@ -5,3 +5,25 @@ "use strict"; | ||
}); | ||
const _export_star = require("@swc/helpers/_/_export_star"); | ||
_export_star._(require("./components/SearchBox/index"), exports); | ||
function _export(target, all) { | ||
for(var name in all)Object.defineProperty(target, name, { | ||
enumerable: true, | ||
get: all[name] | ||
}); | ||
} | ||
_export(exports, { | ||
SearchBox: function() { | ||
return _index.SearchBox; | ||
}, | ||
renderSearchBox_unstable: function() { | ||
return _index.renderSearchBox_unstable; | ||
}, | ||
searchBoxClassNames: function() { | ||
return _index.searchBoxClassNames; | ||
}, | ||
useSearchBoxStyles_unstable: function() { | ||
return _index.useSearchBoxStyles_unstable; | ||
}, | ||
useSearchBox_unstable: function() { | ||
return _index.useSearchBox_unstable; | ||
} | ||
}); | ||
const _index = require("./components/SearchBox/index"); |
@@ -1,5 +0,4 @@ | ||
export * from './SearchBox'; | ||
export * from './SearchBox.types'; | ||
export * from './renderSearchBox'; | ||
export * from './useSearchBox'; | ||
export * from './useSearchBoxStyles.styles'; | ||
export { SearchBox } from './SearchBox'; | ||
export { renderSearchBox_unstable } from './renderSearchBox'; | ||
export { useSearchBox_unstable } from './useSearchBox'; | ||
export { searchBoxClassNames, useSearchBoxStyles_unstable } from './useSearchBoxStyles.styles'; |
@@ -1,1 +0,1 @@ | ||
export * from './components/SearchBox/index'; | ||
export { SearchBox, renderSearchBox_unstable, searchBoxClassNames, useSearchBoxStyles_unstable, useSearchBox_unstable } from './components/SearchBox/index'; |
{ | ||
"name": "@fluentui/react-search", | ||
"version": "9.0.24", | ||
"version": "9.0.25", | ||
"description": "Search input for Fluent UI v9", | ||
@@ -22,3 +22,3 @@ "main": "lib-commonjs/index.js", | ||
"@fluentui/react-icons": "^2.0.245", | ||
"@fluentui/react-input": "^9.4.94", | ||
"@fluentui/react-input": "^9.4.95", | ||
"@fluentui/react-jsx-runtime": "^9.0.47", | ||
@@ -25,0 +25,0 @@ "@fluentui/react-theme": "^9.1.23", |
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
125326
790
48
196
24
196