dce-reactkit 3.7.4 → 3.7.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/cjs/index.js CHANGED
@@ -418,7 +418,7 @@ const style$a = `
418
418
  top: 0;
419
419
  left: 0;
420
420
  width: 100vw;
421
- height: 100vw;
421
+ height: 200vh;
422
422
  background-color: rgba(0, 0, 0, 0.7);
423
423
  }
424
424
  .Modal-fading-in {
@@ -2209,7 +2209,7 @@ const CopiableBox = (props) => {
2209
2209
  /*----------------------------------------*/
2210
2210
  /* --------------- Main UI -------------- */
2211
2211
  /*----------------------------------------*/
2212
- return (React__default["default"].createElement("div", { className: "input-group mb-2" },
2212
+ return (React__default["default"].createElement("div", { className: "input-group" },
2213
2213
  (label || labelIcon) && (React__default["default"].createElement("span", { className: "input-group-text", style: {
2214
2214
  minWidth: (minLabelWidthRem
2215
2215
  ? `${minLabelWidthRem}rem`