Provided below is the default Kigo context and can be used as a starting point for your customization. See the following pages for more details on each section of the context. You can also try changing these defaults in our Storybook.

{
  "components": {
    "ApplyClaimCode": {
      "defaultProps": {
        "supportUrl": ""
      }
    },
    "KigoErrorSnackbar": {
      "defaultProps": {
        "actionText": "",
        "actionUrl": ""
      }
    },
    "SwipeClaim": {
      "defaultProps": {
        "brandImgSrc": ""
      }
    },
    "WalletEmptyState": {
      "defaultProps": {
        "brandImgSrc": "",
        "descriptionText": ""
      }
    },
    "WalletHeader": {
      "defaultProps": {
        "walletLabelPosition": "left"
      }
    }
  },
  "contacts": {
    "supportEmail": ""
  },
  "deeplinkUrls": {
    "shareToken": window.location.href
  },
  "locale": {
    "claimLabel": {
      "singular": "claim",
      "plural": "claim"
    },
    "offerLabel": {
      "singular": "offer",
      "plural": "offers"
    },
    "programNameLabel": {
      "singular": "reward programs",
      "plural": "reward programs"
    },
    "revealLabel": {
      "singular": "reveal",
      "plural": "reveal"
    },
    "rewardLabel": {
      "singular": "reward",
      "plural": "rewards"
    },
    "walletLabel": {
      "singular": "wallet",
      "plural": "wallets"
    }
  },
  "loggerOptions": {
    "level": "error"
    "customLogger: undefined
  },
  "theme": {
    "palette": {
      "primary": "#4B55FD",
      "secondary": "#CCFFFE"
    },
    "typography": {
      "fontFamily": "Inter, sans-serif"
    }
  },
  "user": {
    "name": ""
  }
}