magneto365.ui 2.48.4 → 2.48.5
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
|
@@ -6868,7 +6868,7 @@ var SelectDrawer = function (_a) {
|
|
|
6868
6868
|
return (React.createElement(MobileDrawer, { className: cx$3('select-drawer', className), isOpen: open, onClose: function () { return onSwitch(false); }, blockBackgroundClose: true }, children));
|
|
6869
6869
|
};
|
|
6870
6870
|
|
|
6871
|
-
var styles$9 = {"checkbox":"
|
|
6871
|
+
var styles$9 = {"checkbox":"mg_checkbox_checkbox_1w9e7","checkbox--inline":"mg_checkbox_checkbox--inline_1w9e7","checkbox--block":"mg_checkbox_checkbox--block_1w9e7","checkbox--background":"mg_checkbox_checkbox--background_1w9e7","checkbox--checked":"mg_checkbox_checkbox--checked_1w9e7","custom-checked":"mg_checkbox_custom-checked_1w9e7","checkbox__box":"mg_checkbox_checkbox_box_1w9e7","checkbox__box--checked":"mg_checkbox_checkbox_box--checked_1w9e7"};
|
|
6872
6872
|
|
|
6873
6873
|
var cx$2 = classNames.bind(styles$9);
|
|
6874
6874
|
var defaultCheck = function (_a) {
|
package/package.json
CHANGED