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/esm/index.js CHANGED
@@ -392,7 +392,7 @@ const style$a = `
392
392
  top: 0;
393
393
  left: 0;
394
394
  width: 100vw;
395
- height: 100vw;
395
+ height: 200vh;
396
396
  background-color: rgba(0, 0, 0, 0.7);
397
397
  }
398
398
  .Modal-fading-in {
@@ -2183,7 +2183,7 @@ const CopiableBox = (props) => {
2183
2183
  /*----------------------------------------*/
2184
2184
  /* --------------- Main UI -------------- */
2185
2185
  /*----------------------------------------*/
2186
- return (React__default.createElement("div", { className: "input-group mb-2" },
2186
+ return (React__default.createElement("div", { className: "input-group" },
2187
2187
  (label || labelIcon) && (React__default.createElement("span", { className: "input-group-text", style: {
2188
2188
  minWidth: (minLabelWidthRem
2189
2189
  ? `${minLabelWidthRem}rem`