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":"mg_checkbox_checkbox_1h0ys","checkbox--inline":"mg_checkbox_checkbox--inline_1h0ys","checkbox--block":"mg_checkbox_checkbox--block_1h0ys","checkbox--background":"mg_checkbox_checkbox--background_1h0ys","checkbox--checked":"mg_checkbox_checkbox--checked_1h0ys","custom-checked":"mg_checkbox_custom-checked_1h0ys","checkbox__box":"mg_checkbox_checkbox_box_1h0ys","checkbox__box--checked":"mg_checkbox_checkbox_box--checked_1h0ys"};
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
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/W170/talenta.magneto365.ui.git"
6
6
  },
7
- "version": "2.48.4",
7
+ "version": "2.48.5",
8
8
  "description": "Magneto365 UI common components",
9
9
  "scripts": {
10
10
  "lint": "eslint ./src --ext .js,.ts,.jsx,.tsx",