magneto365.ui 2.63.5 → 2.63.6
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
|
@@ -2253,7 +2253,7 @@ var Component$23 = function (_a) {
|
|
|
2253
2253
|
};
|
|
2254
2254
|
var ListIconLink = Component$23;
|
|
2255
2255
|
|
|
2256
|
-
var style$M = {"magneto-ui-menu-icon":"mg_menu_icon_magneto-ui-menu-
|
|
2256
|
+
var style$M = {"magneto-ui-menu-icon":"mg_menu_icon_magneto-ui-menu-icon_1fe5w","magneto-ui-menu-icon__menu-text":"mg_menu_icon_magneto-ui-menu-icon_menu-text_1fe5w","isActive":"mg_menu_icon_isActive_1fe5w"};
|
|
2257
2257
|
|
|
2258
2258
|
var Component$22 = function (_a) {
|
|
2259
2259
|
var text = _a.text, icon = _a.icon, iconProps = _a.iconProps, _b = _a.iconSize, iconSize = _b === void 0 ? 20 : _b, url = _a.url, _c = _a.type, type = _c === void 0 ? 'link' : _c, onClick = _a.onClick, isActive = _a.isActive, _d = _a.className, className = _d === void 0 ? '' : _d, rel = _a.rel, target = _a.target;
|
package/package.json
CHANGED