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/cjs/index.js CHANGED
@@ -2021,7 +2021,7 @@ var Component$1l = function (_a) {
2021
2021
  */
2022
2022
  var MobileJobDetailsHeader = Component$1l;
2023
2023
 
2024
- 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"};
2024
+ 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"};
2025
2025
 
2026
2026
  var Component$1k = function (_a) {
2027
2027
  var termValue = _a.termValue, onSearch = _a.onSearch, onClick = _a.onClick, focusSearchInput = _a.focusSearchInput, showMobileSearchbar = _a.showMobileSearchbar;
@@ -2268,7 +2268,7 @@ var Component$1i = function (_a) {
2268
2268
  };
2269
2269
  var ScoreLevelStatic = Component$1i;
2270
2270
 
2271
- 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"};
2271
+ 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"};
2272
2272
 
2273
2273
  var Component$1h = function (_a) {
2274
2274
  var placeholder = _a.placeholder, onSearch = _a.onSearch, searchButtonProps = _a.searchButtonProps, removeButtonProps = _a.removeButtonProps, termValue = _a.termValue;
@@ -2301,7 +2301,7 @@ var Component$1h = function (_a) {
2301
2301
  */
2302
2302
  var Searchbar = Component$1h;
2303
2303
 
2304
- var styles$16 = {"search-button":"mg_search_button_search-button_gvovf","search-button__badge":"mg_search_button_search-button_badge_gvovf"};
2304
+ var styles$16 = {"search-button":"mg_search_button_search-button_svn7v","search-button__badge":"mg_search_button_search-button_badge_svn7v"};
2305
2305
 
2306
2306
  var Component$1g = function (_a) {
2307
2307
  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
  */