@apexcura/ui-components 0.0.12-Beta104 → 0.0.12-Beta105

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
@@ -642,6 +642,7 @@ var DatePickerElement = (props) => {
642
642
  setDate((prevDate) => prevDate ? (0, import_date_fns.subDays)(prevDate, 1) : void 0);
643
643
  };
644
644
  const onHandleIncrement = () => {
645
+ console.log("----------------------------");
645
646
  const val = (prevDate) => prevDate ? (0, import_date_fns.addDays)(prevDate, 1) : void 0;
646
647
  setDate((prevDate) => prevDate ? (0, import_date_fns.addDays)(prevDate, 1) : void 0);
647
648
  console.log(val);
package/dist/index.mjs CHANGED
@@ -591,6 +591,7 @@ var DatePickerElement = (props) => {
591
591
  setDate((prevDate) => prevDate ? subDays(prevDate, 1) : void 0);
592
592
  };
593
593
  const onHandleIncrement = () => {
594
+ console.log("----------------------------");
594
595
  const val = (prevDate) => prevDate ? addDays(prevDate, 1) : void 0;
595
596
  setDate((prevDate) => prevDate ? addDays(prevDate, 1) : void 0);
596
597
  console.log(val);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.12-Beta104",
3
+ "version": "0.0.12-Beta105",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",