hplx-react-elements-dev 1.1.27 → 1.1.28

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
@@ -18861,7 +18861,7 @@ var CalendarView = function CalendarView(_a) {
18861
18861
  date: dayjs(date2).isValid() ? date2 : new Date(),
18862
18862
  onChange: handleSelect2,
18863
18863
  // disabledDates={disabledDates}
18864
- minDate: date1
18864
+ minDate: date1 || new Date()
18865
18865
  })
18866
18866
  }))]
18867
18867
  })), jsxRuntime.exports.jsxs("div", __assign({
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.1.27",
12
+ "version": "1.1.28",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",