magneto365.ui 2.45.0 → 2.45.2

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/dist/esm/index.js CHANGED
@@ -2012,7 +2012,7 @@ var Component$1l = function (_a) {
2012
2012
  */
2013
2013
  var MobileJobDetailsHeader = Component$1l;
2014
2014
 
2015
- var styles$1d = {"MobileSearchbarComponent":"mg_mobile_searchbar_MobileSearchbarComponent_sti8t","magneto-ui-search-button":"mg_mobile_searchbar_magneto-ui-search-button_sti8t","magneto-ui-remove-button":"mg_mobile_searchbar_magneto-ui-remove-button_sti8t","search-badge":"mg_mobile_searchbar_search-badge_sti8t"};
2015
+ var styles$1d = {"MobileSearchbarComponent":"mg_mobile_searchbar_MobileSearchbarComponent_41dye","magneto-ui-search-button":"mg_mobile_searchbar_magneto-ui-search-button_41dye","magneto-ui-remove-button":"mg_mobile_searchbar_magneto-ui-remove-button_41dye","search-badge":"mg_mobile_searchbar_search-badge_41dye"};
2016
2016
 
2017
2017
  var Component$1k = function (_a) {
2018
2018
  var termValue = _a.termValue, onSearch = _a.onSearch, onClick = _a.onClick, focusSearchInput = _a.focusSearchInput, showMobileSearchbar = _a.showMobileSearchbar;
@@ -2259,7 +2259,7 @@ var Component$1i = function (_a) {
2259
2259
  };
2260
2260
  var ScoreLevelStatic = Component$1i;
2261
2261
 
2262
- var styles$17 = {"SearchbarComponent":"mg_searchbar_SearchbarComponent_6umfb","SearchbarComponent__badge":"mg_searchbar_SearchbarComponent_badge_6umfb","magneto-ui-searchbar-buttons":"mg_searchbar_magneto-ui-searchbar-buttons_6umfb","magneto-ui-remove-button":"mg_searchbar_magneto-ui-remove-button_6umfb"};
2262
+ var styles$17 = {"SearchbarComponent":"mg_searchbar_SearchbarComponent_19nle","SearchbarComponent__badge":"mg_searchbar_SearchbarComponent_badge_19nle","magneto-ui-searchbar-buttons":"mg_searchbar_magneto-ui-searchbar-buttons_19nle","magneto-ui-remove-button":"mg_searchbar_magneto-ui-remove-button_19nle"};
2263
2263
 
2264
2264
  var Component$1h = function (_a) {
2265
2265
  var placeholder = _a.placeholder, onSearch = _a.onSearch, searchButtonProps = _a.searchButtonProps, removeButtonProps = _a.removeButtonProps, termValue = _a.termValue;
@@ -2292,7 +2292,7 @@ var Component$1h = function (_a) {
2292
2292
  */
2293
2293
  var Searchbar = Component$1h;
2294
2294
 
2295
- var styles$16 = {"search-button":"mg_search_button_search-button_gvovf","search-button__badge":"mg_search_button_search-button_badge_gvovf"};
2295
+ var styles$16 = {"search-button":"mg_search_button_search-button_svn7v","search-button__badge":"mg_search_button_search-button_badge_svn7v"};
2296
2296
 
2297
2297
  var Component$1g = function (_a) {
2298
2298
  var props = __rest(_a, []);
@@ -3,7 +3,7 @@ export interface ISearchbar {
3
3
  /**
4
4
  * Sets the value for the input in the searchbar
5
5
  */
6
- termValue: string;
6
+ termValue: any;
7
7
  /**
8
8
  * Placeholder text for the searchbar
9
9
  */
package/dist/index.d.ts CHANGED
@@ -2592,7 +2592,7 @@ interface ISearchbar {
2592
2592
  /**
2593
2593
  * Sets the value for the input in the searchbar
2594
2594
  */
2595
- termValue: string;
2595
+ termValue: any;
2596
2596
  /**
2597
2597
  * Placeholder text for the searchbar
2598
2598
  */
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/W170/talenta.magneto365.ui.git"
6
6
  },
7
- "version": "2.45.0",
7
+ "version": "2.45.2",
8
8
  "description": "Magneto365 UI common components",
9
9
  "scripts": {
10
10
  "lint": "eslint ./src --ext .js,.ts,.jsx,.tsx",