@sendoutcards/quantum-design-ui 1.8.38-alpha.2 → 1.8.38-alpha.3

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.
Files changed (2) hide show
  1. package/dist/index.es.js +3 -2
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -14085,7 +14085,7 @@ var Sheet = function (_a) {
14085
14085
  };
14086
14086
  useEffect(function () {
14087
14087
  var _a, _b;
14088
- console.log('TARGET REF in use effect', targetRef, sheetHeight, (_a = targetRef.current) === null || _a === void 0 ? void 0 : _a.offsetHeight);
14088
+ console.log('TARGET REF in use effect', targetRef.current, sheetHeight, (_a = targetRef.current) === null || _a === void 0 ? void 0 : _a.offsetHeight);
14089
14089
  if (targetRef.current && sheetHeight !== ((_b = targetRef.current) === null || _b === void 0 ? void 0 : _b.offsetHeight)) {
14090
14090
  setSheetHeight(targetRef.current.offsetHeight);
14091
14091
  }
@@ -14321,7 +14321,8 @@ var Sheet = function (_a) {
14321
14321
  }, jsx(Flex, {
14322
14322
  flexDirection: "column",
14323
14323
  width: "100%",
14324
- inset: inset
14324
+ inset: inset,
14325
+ height: "100%"
14325
14326
  }, children)))));
14326
14327
  };
14327
14328
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sendoutcards/quantum-design-ui",
3
- "version": "1.8.38-alpha.2",
3
+ "version": "1.8.38-alpha.3",
4
4
  "description": "UI component library for Quantum Design System",
5
5
  "module": "dist/index.es.js",
6
6
  "jsnext:main": "dist/index.es.js",