@fluentui/react-search 9.0.23 → 9.0.25

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,12 +1,34 @@
1
1
  # Change Log - @fluentui/react-search
2
2
 
3
- This log was last generated on Thu, 28 Nov 2024 09:29:43 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 09 Dec 2024 17:34:09 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-search_v9.0.25)
8
+
9
+ Mon, 09 Dec 2024 17:34:09 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search_v9.0.24..@fluentui/react-search_v9.0.25)
11
+
12
+ ### Patches
13
+
14
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
15
+ - Bump @fluentui/react-input to v9.4.95 ([PR #33431](https://github.com/microsoft/fluentui/pull/33431) by beachball)
16
+
17
+ ## [9.0.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-search_v9.0.24)
18
+
19
+ Fri, 06 Dec 2024 12:53:46 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search_v9.0.23..@fluentui/react-search_v9.0.24)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-input to v9.4.94 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
25
+ - Bump @fluentui/react-jsx-runtime to v9.0.47 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
26
+ - Bump @fluentui/react-theme to v9.1.23 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
27
+ - Bump @fluentui/react-utilities to v9.18.18 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
28
+
7
29
  ## [9.0.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-search_v9.0.23)
8
30
 
9
- Thu, 28 Nov 2024 09:29:43 GMT
31
+ Thu, 28 Nov 2024 09:30:52 GMT
10
32
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search_v9.0.22..@fluentui/react-search_v9.0.23)
11
33
 
12
34
  ### Patches
package/lib/SearchBox.js CHANGED
@@ -1 +1 @@
1
- export * from './components/SearchBox/index';
1
+ export { SearchBox, renderSearchBox_unstable, searchBoxClassNames, useSearchBoxStyles_unstable, useSearchBox_unstable } from './components/SearchBox/index';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/SearchBox.ts"],"sourcesContent":["export * from './components/SearchBox/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,+BAA+B"}
1
+ {"version":3,"sources":["../src/SearchBox.ts"],"sourcesContent":["export type {\n SearchBoxChangeEvent,\n SearchBoxProps,\n SearchBoxSlots,\n SearchBoxState,\n} from './components/SearchBox/index';\nexport {\n SearchBox,\n renderSearchBox_unstable,\n searchBoxClassNames,\n useSearchBoxStyles_unstable,\n useSearchBox_unstable,\n} from './components/SearchBox/index';\n"],"names":["SearchBox","renderSearchBox_unstable","searchBoxClassNames","useSearchBoxStyles_unstable","useSearchBox_unstable"],"rangeMappings":"","mappings":"AAMA,SACEA,SAAS,EACTC,wBAAwB,EACxBC,mBAAmB,EACnBC,2BAA2B,EAC3BC,qBAAqB,QAChB,+BAA+B"}
@@ -1,5 +1,4 @@
1
- export * from './SearchBox';
2
- export * from './SearchBox.types';
3
- export * from './renderSearchBox';
4
- export * from './useSearchBox';
5
- export * from './useSearchBoxStyles.styles';
1
+ export { SearchBox } from './SearchBox';
2
+ export { renderSearchBox_unstable } from './renderSearchBox';
3
+ export { useSearchBox_unstable } from './useSearchBox';
4
+ export { searchBoxClassNames, useSearchBoxStyles_unstable } from './useSearchBoxStyles.styles';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/SearchBox/index.ts"],"sourcesContent":["export * from './SearchBox';\nexport * from './SearchBox.types';\nexport * from './renderSearchBox';\nexport * from './useSearchBox';\nexport * from './useSearchBoxStyles.styles';\n"],"names":[],"rangeMappings":";;;;","mappings":"AAAA,cAAc,cAAc;AAC5B,cAAc,oBAAoB;AAClC,cAAc,oBAAoB;AAClC,cAAc,iBAAiB;AAC/B,cAAc,8BAA8B"}
1
+ {"version":3,"sources":["../src/components/SearchBox/index.ts"],"sourcesContent":["export { SearchBox } from './SearchBox';\nexport type { SearchBoxChangeEvent, SearchBoxProps, SearchBoxSlots, SearchBoxState } from './SearchBox.types';\nexport { renderSearchBox_unstable } from './renderSearchBox';\nexport { useSearchBox_unstable } from './useSearchBox';\nexport { searchBoxClassNames, useSearchBoxStyles_unstable } from './useSearchBoxStyles.styles';\n"],"names":["SearchBox","renderSearchBox_unstable","useSearchBox_unstable","searchBoxClassNames","useSearchBoxStyles_unstable"],"rangeMappings":";;;","mappings":"AAAA,SAASA,SAAS,QAAQ,cAAc;AAExC,SAASC,wBAAwB,QAAQ,oBAAoB;AAC7D,SAASC,qBAAqB,QAAQ,iBAAiB;AACvD,SAASC,mBAAmB,EAAEC,2BAA2B,QAAQ,8BAA8B"}
@@ -2,5 +2,27 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./components/SearchBox/index"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ SearchBox: function() {
13
+ return _index.SearchBox;
14
+ },
15
+ renderSearchBox_unstable: function() {
16
+ return _index.renderSearchBox_unstable;
17
+ },
18
+ searchBoxClassNames: function() {
19
+ return _index.searchBoxClassNames;
20
+ },
21
+ useSearchBoxStyles_unstable: function() {
22
+ return _index.useSearchBoxStyles_unstable;
23
+ },
24
+ useSearchBox_unstable: function() {
25
+ return _index.useSearchBox_unstable;
26
+ }
27
+ });
28
+ const _index = require("./components/SearchBox/index");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/SearchBox.ts"],"sourcesContent":["export * from './components/SearchBox/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/SearchBox.ts"],"sourcesContent":["export type {\n SearchBoxChangeEvent,\n SearchBoxProps,\n SearchBoxSlots,\n SearchBoxState,\n} from './components/SearchBox/index';\nexport {\n SearchBox,\n renderSearchBox_unstable,\n searchBoxClassNames,\n useSearchBoxStyles_unstable,\n useSearchBox_unstable,\n} from './components/SearchBox/index';\n"],"names":["SearchBox","renderSearchBox_unstable","searchBoxClassNames","useSearchBoxStyles_unstable","useSearchBox_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAOEA,SAAS;eAATA,gBAAS;;IACTC,wBAAwB;eAAxBA,+BAAwB;;IACxBC,mBAAmB;eAAnBA,0BAAmB;;IACnBC,2BAA2B;eAA3BA,kCAA2B;;IAC3BC,qBAAqB;eAArBA,4BAAqB;;;uBAChB"}
@@ -2,9 +2,30 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./SearchBox"), exports);
7
- _export_star._(require("./SearchBox.types"), exports);
8
- _export_star._(require("./renderSearchBox"), exports);
9
- _export_star._(require("./useSearchBox"), exports);
10
- _export_star._(require("./useSearchBoxStyles.styles"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ SearchBox: function() {
13
+ return _SearchBox.SearchBox;
14
+ },
15
+ renderSearchBox_unstable: function() {
16
+ return _renderSearchBox.renderSearchBox_unstable;
17
+ },
18
+ searchBoxClassNames: function() {
19
+ return _useSearchBoxStylesstyles.searchBoxClassNames;
20
+ },
21
+ useSearchBoxStyles_unstable: function() {
22
+ return _useSearchBoxStylesstyles.useSearchBoxStyles_unstable;
23
+ },
24
+ useSearchBox_unstable: function() {
25
+ return _useSearchBox.useSearchBox_unstable;
26
+ }
27
+ });
28
+ const _SearchBox = require("./SearchBox");
29
+ const _renderSearchBox = require("./renderSearchBox");
30
+ const _useSearchBox = require("./useSearchBox");
31
+ const _useSearchBoxStylesstyles = require("./useSearchBoxStyles.styles");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/SearchBox/index.ts"],"sourcesContent":["export * from './SearchBox';\nexport * from './SearchBox.types';\nexport * from './renderSearchBox';\nexport * from './useSearchBox';\nexport * from './useSearchBoxStyles.styles';\n"],"names":[],"rangeMappings":";;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["../src/components/SearchBox/index.ts"],"sourcesContent":["export { SearchBox } from './SearchBox';\nexport type { SearchBoxChangeEvent, SearchBoxProps, SearchBoxSlots, SearchBoxState } from './SearchBox.types';\nexport { renderSearchBox_unstable } from './renderSearchBox';\nexport { useSearchBox_unstable } from './useSearchBox';\nexport { searchBoxClassNames, useSearchBoxStyles_unstable } from './useSearchBoxStyles.styles';\n"],"names":["SearchBox","renderSearchBox_unstable","searchBoxClassNames","useSearchBoxStyles_unstable","useSearchBox_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,SAAS;eAATA,oBAAS;;IAETC,wBAAwB;eAAxBA,yCAAwB;;IAExBC,mBAAmB;eAAnBA,6CAAmB;;IAAEC,2BAA2B;eAA3BA,qDAA2B;;IADhDC,qBAAqB;eAArBA,mCAAqB;;;2BAHJ;iCAEe;8BACH;0CAC2B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-search",
3
- "version": "9.0.23",
3
+ "version": "9.0.25",
4
4
  "description": "Search input for Fluent UI v9",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -19,10 +19,10 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@fluentui/react-icons": "^2.0.245",
22
- "@fluentui/react-input": "^9.4.93",
23
- "@fluentui/react-jsx-runtime": "^9.0.46",
24
- "@fluentui/react-theme": "^9.1.22",
25
- "@fluentui/react-utilities": "^9.18.17",
22
+ "@fluentui/react-input": "^9.4.95",
23
+ "@fluentui/react-jsx-runtime": "^9.0.47",
24
+ "@fluentui/react-theme": "^9.1.23",
25
+ "@fluentui/react-utilities": "^9.18.18",
26
26
  "@griffel/react": "^1.5.22",
27
27
  "@swc/helpers": "^0.5.1"
28
28
  },