@apexcura/ui-components 0.0.14-Beta280 → 0.0.14-Beta281

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/index.js CHANGED
@@ -922,9 +922,6 @@ var DateRangePickerElement = (props) => {
922
922
  if (end && end.isAfter(today2)) {
923
923
  end = today2;
924
924
  }
925
- if (start && start.isAfter(today2)) {
926
- start = today2;
927
- }
928
925
  if (start && start.isBefore(today2)) {
929
926
  end = today2;
930
927
  }
package/dist/index.mjs CHANGED
@@ -855,9 +855,6 @@ var DateRangePickerElement = (props) => {
855
855
  if (end && end.isAfter(today2)) {
856
856
  end = today2;
857
857
  }
858
- if (start && start.isAfter(today2)) {
859
- start = today2;
860
- }
861
858
  if (start && start.isBefore(today2)) {
862
859
  end = today2;
863
860
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.14-Beta280",
3
+ "version": "0.0.14-Beta281",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",