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/css/magneto.ui.lib.min.css +1 -1
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/types/components/UI/molecules/Searchbar/Searchbar.interface.d.ts +1 -1
- package/dist/esm/css/magneto.ui.lib.min.css +1 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/types/components/UI/molecules/Searchbar/Searchbar.interface.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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":"
|
|
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":"
|
|
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-
|
|
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, []);
|
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED