@faskai/ui-commons 0.0.0-alpha.21 → 0.0.0-alpha.22
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/data/betaMarketingData.d.ts +0 -9
- package/dist/data/betaMarketingData.js +13 -39
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -3
- package/package.json +1 -1
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
export declare const betaMarketingHeader: {
|
|
2
|
-
title: string;
|
|
3
|
-
description: string;
|
|
4
|
-
};
|
|
5
|
-
export declare const betaMarketingFeatures: {
|
|
6
|
-
emoji: string;
|
|
7
|
-
title: string;
|
|
8
|
-
description: string;
|
|
9
|
-
}[];
|
|
10
1
|
export declare const betaOfferData: {
|
|
11
2
|
badge: string;
|
|
12
3
|
title: string;
|
|
@@ -1,47 +1,21 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.betaOfferData =
|
|
4
|
-
exports.betaMarketingHeader = {
|
|
5
|
-
title: 'Best-in-Class AI Phone Calling',
|
|
6
|
-
description: 'Experience the future of customer engagement with our personalized inbound and outbound, voice and video calling AI.',
|
|
7
|
-
};
|
|
8
|
-
exports.betaMarketingFeatures = [
|
|
9
|
-
{
|
|
10
|
-
emoji: '⚡',
|
|
11
|
-
title: 'Fastest Voice',
|
|
12
|
-
description: 'Industry-leading response times',
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
emoji: '🧠',
|
|
16
|
-
title: 'Self-Learning',
|
|
17
|
-
description: 'Fine-tune with your data',
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
emoji: '👆',
|
|
21
|
-
title: 'Easiest Setup',
|
|
22
|
-
description: '1-click deployment worldwide',
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
emoji: '🌍',
|
|
26
|
-
title: 'Any Language',
|
|
27
|
-
description: 'Human-sounding in 100+ languages',
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
emoji: '🎥',
|
|
31
|
-
title: 'Truly Multi-Modal',
|
|
32
|
-
description: 'Voice, Video, and Text channels',
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
emoji: '📈',
|
|
36
|
-
title: 'Massively Scalable',
|
|
37
|
-
description: 'Unlimited concurrent calls and agents',
|
|
38
|
-
},
|
|
39
|
-
];
|
|
3
|
+
exports.betaOfferData = void 0;
|
|
40
4
|
exports.betaOfferData = {
|
|
41
5
|
badge: 'LIMITED TIME',
|
|
42
6
|
title: 'Beta Launch Special',
|
|
43
|
-
description: 'Join our exclusive Beta program and get
|
|
7
|
+
description: 'Join our exclusive Beta program and get direct access to our founders.',
|
|
44
8
|
callouts: [
|
|
9
|
+
{
|
|
10
|
+
emoji: '🌟',
|
|
11
|
+
title: 'Help shape the future',
|
|
12
|
+
description: 'Have significant influence in shaping our product roadmap and stay ahead of your competition.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
emoji: '🔧',
|
|
16
|
+
title: 'Deep customizations',
|
|
17
|
+
description: 'Deeply customize AI agents on Fask to perform any task, enhance your CX and grow your business.',
|
|
18
|
+
},
|
|
45
19
|
{
|
|
46
20
|
emoji: '💰',
|
|
47
21
|
title: '50% OFF First Year',
|
|
@@ -50,7 +24,7 @@ exports.betaOfferData = {
|
|
|
50
24
|
{
|
|
51
25
|
emoji: '🤝',
|
|
52
26
|
title: 'Priority Support',
|
|
53
|
-
description: 'Get immediate,
|
|
27
|
+
description: 'Get immediate, priority access to our core team for support, feature requests and guidance.',
|
|
54
28
|
},
|
|
55
29
|
],
|
|
56
30
|
cta: {
|
package/dist/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { GTMProvider } from './components/gtm/gtm-provider';
|
|
2
|
-
export {
|
|
2
|
+
export { betaOfferData } from './data/betaMarketingData';
|
package/dist/index.js
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.betaOfferData = exports.
|
|
3
|
+
exports.betaOfferData = exports.GTMProvider = void 0;
|
|
4
4
|
var gtm_provider_1 = require("./components/gtm/gtm-provider");
|
|
5
5
|
Object.defineProperty(exports, "GTMProvider", { enumerable: true, get: function () { return gtm_provider_1.GTMProvider; } });
|
|
6
6
|
var betaMarketingData_1 = require("./data/betaMarketingData");
|
|
7
|
-
Object.defineProperty(exports, "betaMarketingFeatures", { enumerable: true, get: function () { return betaMarketingData_1.betaMarketingFeatures; } });
|
|
8
|
-
Object.defineProperty(exports, "betaMarketingHeader", { enumerable: true, get: function () { return betaMarketingData_1.betaMarketingHeader; } });
|
|
9
7
|
Object.defineProperty(exports, "betaOfferData", { enumerable: true, get: function () { return betaMarketingData_1.betaOfferData; } });
|
package/package.json
CHANGED