@tap-payments/apple-pay-button 0.0.32-test → 0.0.33-test

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/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -148,7 +148,8 @@ const App = () => {
148
148
  <body>
149
149
  <div id="apple-pay-button"></div>
150
150
  <script type="text/javascript">
151
- const { renderApplePayButton, ButtonStyle, Scope, SupportedNetworks, Locale, ButtonType } = window.TapSDKs
151
+ const { renderApplePayButton, ThemeMode, SupportedNetworks, Scope, Environment, Locale, ButtonType, Edges } =
152
+ window.TapSDKs
152
153
  renderApplePayButton(
153
154
  {
154
155
  publicKey: 'pk_test_7xxxxxxxxx',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/apple-pay-button",
3
- "version": "0.0.32-test",
3
+ "version": "0.0.33-test",
4
4
  "description": "Apple Pay Button React Component",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.js",