Skip to content

Commit

Permalink
Merge pull request #385 from saasquatch/vanilla-advocate-rename
Browse files Browse the repository at this point in the history
[SQDEV-3560] Update vanilla components "powered by"
  • Loading branch information
noahwc committed Mar 5, 2024
2 parents 8f72909 + 7719d9b commit 868bf6a
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions packages/vanilla-components/CHANGELOG.md
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.8] - 2023-03-05

### Changed

- Updated powered by link for advocate launch

## [1.2.7] - 2023-09-12

### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/vanilla-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/vanilla-components/package.json
@@ -1,7 +1,7 @@
{
"name": "@saasquatch/vanilla-components",
"title": "Vanilla Components",
"version": "1.2.7",
"version": "1.2.8",
"description": "A minimal design library with components for referral and loyalty experiences.",
"icon": "https://res.cloudinary.com/saasquatch/image/upload/v1652219900/squatch-assets/For_Vanilla.svg",
"raisins": "docs/raisins.json",
Expand Down
4 changes: 2 additions & 2 deletions packages/vanilla-components/src/components.d.ts
Expand Up @@ -143,7 +143,7 @@ export namespace Components {
*/
"maxwidth": string;
/**
* Show the Powered by SaaSquatch link. This can only be disabled on Pro plans.
* Show the Powered by Impact.com link. This can only be disabled on Pro plans.
* @uiName Show Powered By
*/
"poweredby": boolean;
Expand Down Expand Up @@ -1397,7 +1397,7 @@ declare namespace LocalJSX {
*/
"maxwidth"?: string;
/**
* Show the Powered by SaaSquatch link. This can only be disabled on Pro plans.
* Show the Powered by Impact.com link. This can only be disabled on Pro plans.
* @uiName Show Powered By
*/
"poweredby"?: boolean;
Expand Down
Expand Up @@ -35,7 +35,7 @@ export class GlobalContainer {
*/
@Prop() maxwidth: string;
/**
* Show the Powered by SaaSquatch link. This can only be disabled on Pro plans.
* Show the Powered by Impact.com link. This can only be disabled on Pro plans.
*
* @uiName Show Powered By
*/
Expand Down Expand Up @@ -86,10 +86,10 @@ export class GlobalContainer {
{this.poweredby ? (
<a
class="sqh-attribution"
href="https://www.saasquatch.com/?utm_source=app&utm_medium=user-widget&utm_campaign=referral-widget"
href="https://impact.com/advocate/"
target="_blank"
>
Powered With Saasquatch By Impact.com
Powered By Impact.com/Advocate
</a>
) : (
""
Expand Down
Expand Up @@ -11,7 +11,7 @@
| `fontfamily` | `fontfamily` | A font from the Google Fonts library used inside the container. | `string` | `undefined` |
| `loadingcolor` | `loadingcolor` | The background colour of the component while in the loading state. | `string` | `undefined` |
| `maxwidth` | `maxwidth` | | `string` | `undefined` |
| `poweredby` | `poweredby` | Show the Powered by SaaSquatch link. This can only be disabled on Pro plans. | `boolean` | `undefined` |
| `poweredby` | `poweredby` | Show the Powered by Impact.com link. This can only be disabled on Pro plans. | `boolean` | `undefined` |


----------------------------------------------
Expand Down
Expand Up @@ -22,7 +22,7 @@
ismarkdown="false"
color="#000"
fontsize="24"
text="You were Successfully Referred to Saasquatch"
text="You were Successfully Referred to Advocate"
textalign="center"
paddingtop="12"
paddingbottom="20"
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-components/src/index.html
Expand Up @@ -2,7 +2,7 @@
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8" />
<title>Default Saasquatch Theme</title>
<title>Default Advocate Theme</title>
<meta
name="Description"
content="Welcome to the Stencil App Starter. You can use this starter to build entire apps all with web components using Stencil!"
Expand Down

0 comments on commit 868bf6a

Please sign in to comment.