@solidgate/vue-sdk 1.1.3 → 1.2.0

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ **1.2.0**
2
+
3
+ Added **formParams.autoFocus** config param
4
+
1
5
  **1.1.2**
2
6
 
3
7
  Added license
@@ -19,6 +19,7 @@ declare const _default: import("vue").DefineComponent<{
19
19
  formParams: {
20
20
  type: import("vue").PropType<Partial<{
21
21
  enabled: false;
22
+ autoFocus: boolean;
22
23
  submitButtonText: string;
23
24
  isCardHolderVisible: boolean;
24
25
  headerText: string;
@@ -139,6 +140,7 @@ declare const _default: import("vue").DefineComponent<{
139
140
  formParams: {
140
141
  type: import("vue").PropType<Partial<{
141
142
  enabled: false;
143
+ autoFocus: boolean;
142
144
  submitButtonText: string;
143
145
  isCardHolderVisible: boolean;
144
146
  headerText: string;
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "import": "./dist/solid-payment.es.js"
11
11
  }
12
12
  },
13
- "version": "1.1.3",
13
+ "version": "1.2.0",
14
14
  "typings": "./dist/lib/index.d.ts",
15
15
  "license": "Apache-2.0",
16
16
  "scripts": {
@@ -25,7 +25,7 @@
25
25
  "vue": "^3.2.25"
26
26
  },
27
27
  "dependencies": {
28
- "@solidgate/client-sdk-loader": "^1.3.1",
28
+ "@solidgate/client-sdk-loader": "^1.4.0",
29
29
  "vue3-styled-components": "^1.2.1"
30
30
  },
31
31
  "devDependencies": {