@sezzle/sezzle-react-widget 3.1.3 → 3.1.4
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/README.md +8 -0
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -80,6 +80,13 @@ The following props can be specified in the element to customize the widget's co
|
|
|
80
80
|
- Type: Boolean
|
|
81
81
|
- Default: false
|
|
82
82
|
|
|
83
|
+
- **{numberOfPayments}** (Optional)
|
|
84
|
+
|
|
85
|
+
- Purpose: Number of installments by which the shopper will pay the total, calculates installment amount.
|
|
86
|
+
- Type: Number
|
|
87
|
+
- Options: 4, 5
|
|
88
|
+
- Default: 5
|
|
89
|
+
|
|
83
90
|
- **{minPrice}** (Optional)
|
|
84
91
|
|
|
85
92
|
- Purpose to display a checkout minimum within the Sezzle widget
|
|
@@ -113,6 +120,7 @@ The following props can be specified in the element to customize the widget's co
|
|
|
113
120
|
<SezzleWidget
|
|
114
121
|
price={'$29.99'}
|
|
115
122
|
merchantId={'12a34bc5-6de7-890f-g123-4hi5678jk901'}
|
|
123
|
+
numberOfPayments={5}
|
|
116
124
|
theme={'light'}
|
|
117
125
|
includeAPModal={false}
|
|
118
126
|
minPrice={20}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sezzle/sezzle-react-widget",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.4",
|
|
4
4
|
"description": "A react component of sezzle widget where props are used to provide config",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -55,7 +55,8 @@
|
|
|
55
55
|
},
|
|
56
56
|
"overrides": {
|
|
57
57
|
"nth-check": "$nth-check",
|
|
58
|
-
"postcss": "$postcss"
|
|
58
|
+
"postcss": "$postcss",
|
|
59
|
+
"html-minifier-terser": "npm:html-minifier-next@^4.17.0"
|
|
59
60
|
},
|
|
60
61
|
"files": [
|
|
61
62
|
"dist"
|
|
@@ -68,7 +69,7 @@
|
|
|
68
69
|
"dependencies": {
|
|
69
70
|
"@babel/node": "^7.25.9",
|
|
70
71
|
"@formatjs/cli": "^6.3.1",
|
|
71
|
-
"@lokalise/node-api": "^
|
|
72
|
+
"@lokalise/node-api": "^15.6.0",
|
|
72
73
|
"adm-zip": "^0.5.16",
|
|
73
74
|
"chalk": "^5.3.0",
|
|
74
75
|
"sass": "^1.80.3"
|