@antscorp/antsomi-ui 1.3.5-beta.843 → 1.3.5-beta.844
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/es/components/molecules/AddDynamicContent/components/DisplayFormat/DisplayFormat.d.ts +0 -1
- package/es/components/molecules/TagifyInput/constants.d.ts +7 -7
- package/es/components/molecules/TagifyInput/constants.js +3 -3
- package/es/components/template/TemplateListing/Loadable.d.ts +0 -1
- package/package.json +1 -1
|
@@ -40,9 +40,9 @@ export declare const TAG_TYPE: {
|
|
|
40
40
|
readonly CUSTOMER: "customer";
|
|
41
41
|
readonly VISITOR: "visitor";
|
|
42
42
|
readonly EVENT: "event";
|
|
43
|
-
readonly JOURNEY: "
|
|
44
|
-
readonly CAMPAIGN: "
|
|
45
|
-
readonly VARIANT: "
|
|
43
|
+
readonly JOURNEY: "story";
|
|
44
|
+
readonly CAMPAIGN: "campaign";
|
|
45
|
+
readonly VARIANT: "variant";
|
|
46
46
|
readonly OBJECT_WIDGET: "objectWidget";
|
|
47
47
|
readonly PROMOTION_CODE: "promotion_code";
|
|
48
48
|
readonly CUSTOM_FN: "custom";
|
|
@@ -51,7 +51,7 @@ export declare const TAG_TYPE: {
|
|
|
51
51
|
readonly DETECT_LINK: "detect_link";
|
|
52
52
|
readonly CONTENT_SOURCE_GROUP: "groups";
|
|
53
53
|
};
|
|
54
|
-
export declare const CUSTOMER: "customer", VISITOR: "visitor", EVENT: "event", JOURNEY: "
|
|
54
|
+
export declare const CUSTOMER: "customer", VISITOR: "visitor", EVENT: "event", JOURNEY: "story", CAMPAIGN: "campaign", VARIANT: "variant", PROMOTION_CODE: "promotion_code", CUSTOM_FN: "custom", EMOJI: "emoji", DETECT_LINK: "detect_link", SHORT_LINK: "shortlink", OBJECT_WIDGET: "objectWidget", CONTENT_SOURCE_GROUP: "groups";
|
|
55
55
|
export declare const SHORT_LINK_TYPE: {
|
|
56
56
|
readonly INDIVIDUAL: "shortlink";
|
|
57
57
|
readonly GENERAL: "shortlink_static";
|
|
@@ -65,9 +65,9 @@ export declare const TAG_COLOR: {
|
|
|
65
65
|
};
|
|
66
66
|
readonly visitor: "#e8feca";
|
|
67
67
|
readonly event: "#fecaca";
|
|
68
|
-
readonly
|
|
69
|
-
readonly
|
|
70
|
-
readonly
|
|
68
|
+
readonly story: "#FAFAAF";
|
|
69
|
+
readonly campaign: "#FBCBE8";
|
|
70
|
+
readonly variant: "#FFD8DB";
|
|
71
71
|
readonly promotion_code: "#d8cafe";
|
|
72
72
|
readonly objectWidget: "#cafedd";
|
|
73
73
|
readonly custom: "#bbefbe";
|
|
@@ -53,9 +53,9 @@ export const TAG_TYPE = {
|
|
|
53
53
|
CUSTOMER: 'customer',
|
|
54
54
|
VISITOR: 'visitor',
|
|
55
55
|
EVENT: 'event',
|
|
56
|
-
JOURNEY: '
|
|
57
|
-
CAMPAIGN: '
|
|
58
|
-
VARIANT: '
|
|
56
|
+
JOURNEY: 'story',
|
|
57
|
+
CAMPAIGN: 'campaign',
|
|
58
|
+
VARIANT: 'variant',
|
|
59
59
|
OBJECT_WIDGET: 'objectWidget',
|
|
60
60
|
PROMOTION_CODE: 'promotion_code',
|
|
61
61
|
CUSTOM_FN: 'custom',
|