@sendoutcards/quantum-design-ui 1.7.46 → 1.7.47

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.
Files changed (2) hide show
  1. package/dist/index.es.js +3 -3
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -22699,9 +22699,9 @@ var AffiliateUpsalePromotionWidget = function (_a) {
22699
22699
  };
22700
22700
 
22701
22701
  var getContent = function (type) {
22702
- var title = type === 'customer' ? 'Love our products & services?' : type === 'freeAffiliate' ? 'Maximize your business building efforts!' : 'Build your Greener Still Business';
22703
- var description = type === 'customer' ? 'Are you finding yourself sharing with others? What if we told you that you could earn additional streams of income with Greener Still? It’s as easy as FREE!' : type === 'freeAffiliate' ? 'Become a Greener Still Affiliate Pro and get the GS Pro app. Sharing our products & services and prospect follow-up has never been easier.' : 'Focus on duplicating your efforts to grow your business. Commit to repeating this every month, twice a month, or every week and grow your Greener Still business!';
22704
- var buttonTitle = type === 'customer' ? 'Unlock Your Opportunity' : type === 'freeAffiliate' ? 'Upgrade Now' : 'Comp Plan Training';
22702
+ var title = type === 'customer' || type === 'freeAffiliate' ? 'Love our products & services?' : 'Build your Greener Still Business';
22703
+ var description = type === 'customer' || type === 'freeAffiliate' ? 'Isn’t it fun?! Sending out to give when you feel a prompting, it’s pretty great! Finding yourself sharing with others? Earn an income simply for sharing products you already love! Become an Affiliate Pro for $14/month and start sharing with our GS Pro app easily and effectively.' : 'Focus on duplicating your efforts to grow your business. Commit to repeating this every month, twice a month, or every week and grow your Greener Still business!';
22704
+ var buttonTitle = type === 'customer' || type === 'freeAffiliate' ? 'Unlock Your Opportunity' : 'Comp Plan Training';
22705
22705
  var url = type === 'proAffiliate' ? 'https://www.facebook.com/groups/sendoutcardscorporate/permalink/5098162643579731' : 'https://app.sendoutcards.com/?client=greenerstill&affiliatejoin';
22706
22706
  return {
22707
22707
  title: title,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sendoutcards/quantum-design-ui",
3
- "version": "1.7.46",
3
+ "version": "1.7.47",
4
4
  "description": "UI component library for Quantum Design System",
5
5
  "module": "dist/index.es.js",
6
6
  "jsnext:main": "dist/index.es.js",