@redneckz/wildless-cms-uni-blocks 0.14.538 → 0.14.539

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.
@@ -1,4 +1,12 @@
1
1
  import { type AspectData } from '../hooks/useAspects/useAspects';
2
+ /**
3
+ * @title Отправить событие в Snoplow
4
+ * @default {"aspectName": "snowplowEvent", "params": {"eventAction": "", eventCategory: ""}}
5
+ */
6
+ export declare type SnowplowEventAspect = {
7
+ aspectName: 'snowplowEvent';
8
+ params?: AspectData;
9
+ };
2
10
  /**
3
11
  * @title Отправить цель Яндекс Метрики
4
12
  * @default {"aspectName": "ymReachGoal", "params": {"yandexId": "", "targetName": ""}}
@@ -33,7 +41,7 @@ export declare type EmptyAspect = {
33
41
  * @title Параметр
34
42
  * @default { "aspectName": "" }
35
43
  */
36
- export declare type AspectsDef = EmptyAspect | ChatBotAspect | YandexReachGoalAspect | MindboxEventAspect;
44
+ export declare type AspectsDef = EmptyAspect | ChatBotAspect | YandexReachGoalAspect | MindboxEventAspect | SnowplowEventAspect;
37
45
  export declare type AspectsProps = {
38
46
  /** @title Дополнительные атрибуты */
39
47
  data?: AspectsDef[];
@@ -1,4 +1,12 @@
1
1
  import { type AspectData } from '../hooks/useAspects/useAspects';
2
+ /**
3
+ * @title Отправить событие в Snoplow
4
+ * @default {"aspectName": "snowplowEvent", "params": {"eventAction": "", eventCategory: ""}}
5
+ */
6
+ export declare type SnowplowEventAspect = {
7
+ aspectName: 'snowplowEvent';
8
+ params?: AspectData;
9
+ };
2
10
  /**
3
11
  * @title Отправить цель Яндекс Метрики
4
12
  * @default {"aspectName": "ymReachGoal", "params": {"yandexId": "", "targetName": ""}}
@@ -33,7 +41,7 @@ export declare type EmptyAspect = {
33
41
  * @title Параметр
34
42
  * @default { "aspectName": "" }
35
43
  */
36
- export declare type AspectsDef = EmptyAspect | ChatBotAspect | YandexReachGoalAspect | MindboxEventAspect;
44
+ export declare type AspectsDef = EmptyAspect | ChatBotAspect | YandexReachGoalAspect | MindboxEventAspect | SnowplowEventAspect;
37
45
  export declare type AspectsProps = {
38
46
  /** @title Дополнительные атрибуты */
39
47
  data?: AspectsDef[];
@@ -1,4 +1,12 @@
1
1
  import { type AspectData } from '../hooks/useAspects/useAspects';
2
+ /**
3
+ * @title Отправить событие в Snoplow
4
+ * @default {"aspectName": "snowplowEvent", "params": {"eventAction": "", eventCategory: ""}}
5
+ */
6
+ export declare type SnowplowEventAspect = {
7
+ aspectName: 'snowplowEvent';
8
+ params?: AspectData;
9
+ };
2
10
  /**
3
11
  * @title Отправить цель Яндекс Метрики
4
12
  * @default {"aspectName": "ymReachGoal", "params": {"yandexId": "", "targetName": ""}}
@@ -33,7 +41,7 @@ export declare type EmptyAspect = {
33
41
  * @title Параметр
34
42
  * @default { "aspectName": "" }
35
43
  */
36
- export declare type AspectsDef = EmptyAspect | ChatBotAspect | YandexReachGoalAspect | MindboxEventAspect;
44
+ export declare type AspectsDef = EmptyAspect | ChatBotAspect | YandexReachGoalAspect | MindboxEventAspect | SnowplowEventAspect;
37
45
  export declare type AspectsProps = {
38
46
  /** @title Дополнительные атрибуты */
39
47
  data?: AspectsDef[];
@@ -6132,7 +6132,7 @@
6132
6132
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
6133
6133
  });
6134
6134
 
6135
- const packageVersion = "0.14.537";
6135
+ const packageVersion = "0.14.538";
6136
6136
 
6137
6137
  exports.Blocks = Blocks;
6138
6138
  exports.ContentPage = ContentPage;