elab_components 0.11.31 → 0.11.40

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.
@@ -1,5 +1,5 @@
1
1
  declare const props: () => {
2
- activeRangeEnd: "end" | "start";
2
+ activeRangeEnd: "start" | "end";
3
3
  allowReverse: import("@storybook/addon-knobs/dist/type-defs").Mutable<boolean>;
4
4
  bottomView: "month" | "year" | "decade" | "century";
5
5
  defaultActiveView: "month" | "year" | "decade" | "century";
package/dist/index.esm.js CHANGED
@@ -32669,9 +32669,9 @@ var HorizontalScrollWrapper = function (_a) {
32669
32669
  };
32670
32670
  }, []);
32671
32671
  return (React__default.createElement("div", { ref: containerRef, style: {
32672
- width: '100%',
32673
- height: '100%',
32674
- overflow: 'auto',
32672
+ // width: '100%',
32673
+ // height: '100%',
32674
+ // overflow: 'auto',
32675
32675
  cursor: 'grab',
32676
32676
  } }, children));
32677
32677
  };
package/dist/index.js CHANGED
@@ -32697,9 +32697,9 @@ var HorizontalScrollWrapper = function (_a) {
32697
32697
  };
32698
32698
  }, []);
32699
32699
  return (React__default["default"].createElement("div", { ref: containerRef, style: {
32700
- width: '100%',
32701
- height: '100%',
32702
- overflow: 'auto',
32700
+ // width: '100%',
32701
+ // height: '100%',
32702
+ // overflow: 'auto',
32703
32703
  cursor: 'grab',
32704
32704
  } }, children));
32705
32705
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elab_components",
3
- "version": "0.11.31",
3
+ "version": "0.11.40",
4
4
  "private": false,
5
5
  "author": "Amar",
6
6
  "main": "dist/index.js",