@paynext/sdk 1.0.8 → 1.0.9

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.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -155,6 +155,7 @@ export declare interface CSSVariablesConfig {
155
155
  '--paynext-sdk-button-hover-opacity'?: string;
156
156
  '--paynext-sdk-card-bg'?: string;
157
157
  '--paynext-sdk-card-icon'?: string;
158
+ '--paynext-sdk-success-icon'?: string;
158
159
  }
159
160
 
160
161
  declare enum DeclineCode {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paynext/sdk",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "PayNext SDK - Payment processing with automatic CDN loading",
5
5
  "type": "module",
6
6
  "main": "dist/index.es.js",