makula-schedule 1.0.6 → 1.0.8

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.
@@ -485,7 +485,8 @@ function Scheduler(props) {
485
485
  style: {
486
486
  overflowX: 'scroll',
487
487
  overflowY: 'hidden',
488
- margin: "0px 0px -".concat(contentScrollbarHeight, "px")
488
+ margin: "0px 0px -".concat(contentScrollbarHeight, "px"),
489
+ overflow: 'visible'
489
490
  },
490
491
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("table", {
491
492
  className: "resource-table",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "makula-schedule",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "React Big Schedule is a powerful and intuitive scheduler and resource planning solution built with React. Seamlessly integrate this modern browser-compatible component into your applications to effectively manage time, appointments, and resources. With drag-and-drop functionality, interactive UI, and granular views, react-big-schedule empowers users to effortlessly schedule and allocate resources with precision. Enhance productivity and streamline your workflow with this React-based solution, designed to optimize time management and simplify calendar-based operations. Perfect for applications requiring advanced scheduling capabilities, react-big-schedule offers a seamless and intuitive experience for managing appointments, resource allocation, and time slots. Unlock the potential of your React projects with react-big-schedule and revolutionize the way you handle scheduling and resource planning. It is the updated version of react-big-scheduler",
5
5
  "keywords": [
6
6
  "react-big-schedule",
@@ -33,7 +33,7 @@
33
33
  "antd"
34
34
  ],
35
35
  "license": "MIT",
36
- "author": "Ansul Agrawal (https://github.com/ansulagrawal)",
36
+ "author": "Bilal Javed (https://github.com/BilalJaved15)",
37
37
  "files": [
38
38
  "dist",
39
39
  "README.md",
@@ -61,7 +61,8 @@
61
61
  "lint:fix": "eslint ./src --fix",
62
62
  "prettier": "prettier --check \"src/**/*.{js,jsx,json,css}\"",
63
63
  "prettier:fix": "prettier --write \"src/**/*.{js,jsx,json,css}\"",
64
- "format": "npm run prettier:fix && npm run lint:fix"
64
+ "format": "npm run prettier:fix && npm run lint:fix",
65
+ "publish": "npm run build && npm run build:lib && npm publish"
65
66
  },
66
67
  "dependencies": {
67
68
  "@ant-design/icons": "^4.8.0",