@htmlbricks/hb-payment-paypal 0.66.27 → 0.67.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/README.md +5 -1
- package/main.iife.js +12 -64
- package/main.iife.js.map +1 -1
- package/manifest.json +11 -3
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -87,10 +87,17 @@
|
|
|
87
87
|
},
|
|
88
88
|
"styleSetup": {
|
|
89
89
|
"vars": [
|
|
90
|
+
{
|
|
91
|
+
"name": "--bulma-border",
|
|
92
|
+
"valueType": "color",
|
|
93
|
+
"defaultValue": "#dbdbdb",
|
|
94
|
+
"description": "Optional separators if extended beside the PayPal mount point."
|
|
95
|
+
},
|
|
90
96
|
{
|
|
91
97
|
"name": "--hb-checkout-border",
|
|
92
98
|
"valueType": "color",
|
|
93
|
-
"defaultValue": ""
|
|
99
|
+
"defaultValue": "",
|
|
100
|
+
"description": "Legacy divider variable used by parent checkout layouts."
|
|
94
101
|
}
|
|
95
102
|
],
|
|
96
103
|
"parts": [
|
|
@@ -113,7 +120,8 @@
|
|
|
113
120
|
}
|
|
114
121
|
}
|
|
115
122
|
],
|
|
116
|
-
"iifeIntegrity": "sha384-
|
|
123
|
+
"iifeIntegrity": "sha384-9UihL13ihiP5gVsjBYf7WxDvnDdcqB/LnGoCHc/yX/RK3i6puB+JPDbFTSjhA1PP",
|
|
124
|
+
"dependencies": [],
|
|
117
125
|
"screenshots": [],
|
|
118
126
|
"licenses": [
|
|
119
127
|
{
|
|
@@ -133,5 +141,5 @@
|
|
|
133
141
|
"size": {},
|
|
134
142
|
"iifePath": "main.iife.js",
|
|
135
143
|
"repoName": "@htmlbricks/hb-payment-paypal",
|
|
136
|
-
"version": "0.
|
|
144
|
+
"version": "0.67.0"
|
|
137
145
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-payment-paypal",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Loads the PayPal JS SDK with your client id and currency, renders PayPal Buttons for a fixed order total, captures payment on approval, and dispatches paymentCompleted when the order is captured successfully.",
|
|
6
6
|
"licenses": [
|