@momo-webplatform/mobase 0.2.106 → 0.2.108

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.
@@ -69,6 +69,14 @@ interface ButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, V
69
69
  * Disabled interaction and applies disabled styles
70
70
  */
71
71
  isDisabled?: boolean;
72
+ /**
73
+ * Umami tracking button event
74
+ */
75
+ dataUmamiEvent?: string;
76
+ /**
77
+ * Umami tracking button event text (button label)
78
+ */
79
+ dataUmamiEventText?: string;
72
80
  }
73
81
  declare const Button: React$1.ForwardRefExoticComponent<ButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
74
82
 
@@ -346,6 +354,10 @@ interface DataBlogProps {
346
354
  * The flag to show the loading state. default is false.
347
355
  */
348
356
  isLoading?: boolean;
357
+ /**
358
+ * Umami tracking event name for the load more button.
359
+ */
360
+ dataUmamiEvent?: string;
349
361
  }
350
362
  interface BlogSectionProps extends SectionBlockProps {
351
363
  /**
@@ -1794,6 +1806,10 @@ interface DataNewsProps {
1794
1806
  * The flag to show the loading state. default is false.
1795
1807
  */
1796
1808
  isLoading?: boolean;
1809
+ /**
1810
+ * Umami tracking event name for the load more button.
1811
+ */
1812
+ dataUmamiEvent?: string;
1797
1813
  }
1798
1814
  interface NewsSectionProps extends SectionBlockProps {
1799
1815
  /**
@@ -69,6 +69,14 @@ interface ButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, V
69
69
  * Disabled interaction and applies disabled styles
70
70
  */
71
71
  isDisabled?: boolean;
72
+ /**
73
+ * Umami tracking button event
74
+ */
75
+ dataUmamiEvent?: string;
76
+ /**
77
+ * Umami tracking button event text (button label)
78
+ */
79
+ dataUmamiEventText?: string;
72
80
  }
73
81
  declare const Button: React$1.ForwardRefExoticComponent<ButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
74
82
 
@@ -346,6 +354,10 @@ interface DataBlogProps {
346
354
  * The flag to show the loading state. default is false.
347
355
  */
348
356
  isLoading?: boolean;
357
+ /**
358
+ * Umami tracking event name for the load more button.
359
+ */
360
+ dataUmamiEvent?: string;
349
361
  }
350
362
  interface BlogSectionProps extends SectionBlockProps {
351
363
  /**
@@ -1794,6 +1806,10 @@ interface DataNewsProps {
1794
1806
  * The flag to show the loading state. default is false.
1795
1807
  */
1796
1808
  isLoading?: boolean;
1809
+ /**
1810
+ * Umami tracking event name for the load more button.
1811
+ */
1812
+ dataUmamiEvent?: string;
1797
1813
  }
1798
1814
  interface NewsSectionProps extends SectionBlockProps {
1799
1815
  /**