@algenium/blocks 1.19.0 → 1.20.0

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.d.cts CHANGED
@@ -638,6 +638,9 @@ interface EventDialogLabels {
638
638
  location?: string;
639
639
  startDate?: string;
640
640
  endDate?: string;
641
+ date?: string;
642
+ startTime?: string;
643
+ endTime?: string;
641
644
  allDay?: string;
642
645
  attendees?: string;
643
646
  reminder?: string;
@@ -651,6 +654,10 @@ interface EventDialogLabels {
651
654
  markComplete?: string;
652
655
  completed?: string;
653
656
  noCategory?: string;
657
+ discardTitle?: string;
658
+ discardMessage?: string;
659
+ discardConfirm?: string;
660
+ discardCancel?: string;
654
661
  }
655
662
  interface EventDialogLinkSearch {
656
663
  label?: string;
package/dist/index.d.ts CHANGED
@@ -638,6 +638,9 @@ interface EventDialogLabels {
638
638
  location?: string;
639
639
  startDate?: string;
640
640
  endDate?: string;
641
+ date?: string;
642
+ startTime?: string;
643
+ endTime?: string;
641
644
  allDay?: string;
642
645
  attendees?: string;
643
646
  reminder?: string;
@@ -651,6 +654,10 @@ interface EventDialogLabels {
651
654
  markComplete?: string;
652
655
  completed?: string;
653
656
  noCategory?: string;
657
+ discardTitle?: string;
658
+ discardMessage?: string;
659
+ discardConfirm?: string;
660
+ discardCancel?: string;
654
661
  }
655
662
  interface EventDialogLinkSearch {
656
663
  label?: string;