dce-reactkit 3.6.12 → 3.6.13

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
@@ -41410,7 +41410,7 @@ const MultiSwitch = (props) => {
41410
41410
  });
41411
41411
  // Highlight behind selected option
41412
41412
  const highlight = (React__default["default"].createElement("div", { className: "MultiSwitch-highlight bg-warning d-inline-block" }));
41413
- return (React__default["default"].createElement("div", { className: "MultiSwitch-outer-box alert alert-dark" },
41413
+ return (React__default["default"].createElement("div", { className: "MultiSwitch-outer-box alert alert-dark m-0" },
41414
41414
  React__default["default"].createElement("style", null, style),
41415
41415
  React__default["default"].createElement("div", { className: "MultiSwitch-options-container" }, optionElements),
41416
41416
  React__default["default"].createElement("div", { className: "MultiSwitch-highlight-container" }, highlight)));