@faskai/ui-commons 0.0.0-alpha.15 → 0.0.0-alpha.17

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.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.betaOfferData = exports.betaMarketingFeatures = exports.betaMarketingHeader = void 0;
4
4
  exports.betaMarketingHeader = {
5
5
  title: 'Best-in-Class AI Phone Calling',
6
- description: 'Experience the future of customer engagement with our cutting-edge AI technology',
6
+ description: 'Experience the future of customer engagement with our cutting-edge voice AI.',
7
7
  };
8
8
  exports.betaMarketingFeatures = [
9
9
  {
@@ -57,5 +57,5 @@ exports.betaOfferData = {
57
57
  text: 'Subscribe Now',
58
58
  url: 'https://biz.fask.ai/billing?price-tier=beta&period=year',
59
59
  },
60
- disclaimer: '* Billed annually. Beta offer valid for limited customers only.',
60
+ disclaimer: 'Beta offer valid for limited customers only.',
61
61
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@faskai/ui-commons",
3
3
  "author": "Fask AI <arko@fask.ai>",
4
- "version": "0.0.0-alpha.15",
4
+ "version": "0.0.0-alpha.17",
5
5
  "description": "Common UI components for Fask applications.",
6
6
  "private": false,
7
7
  "main": "dist/index.js",