@paydock/client-sdk 1.133.1-beta → 1.136.0-beta

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 (39) hide show
  1. package/README.md +1 -0
  2. package/bundles/index.cjs +870 -855
  3. package/bundles/index.cjs.d.ts +45 -44
  4. package/bundles/index.mjs +870 -855
  5. package/bundles/index.mjs.d.ts +45 -44
  6. package/bundles/types/api/api-checkout-internal.d.ts +2 -2
  7. package/bundles/types/api/api-checkout-internal.d.ts.map +1 -1
  8. package/bundles/types/checkout/images/card-icons.d.ts +2 -1
  9. package/bundles/types/checkout/images/card-icons.d.ts.map +1 -1
  10. package/bundles/types/checkout/v1/instructions/index.d.ts.map +1 -1
  11. package/bundles/types/checkout/v1/instructions/instruction.apple_pay_form.show.d.ts.map +1 -1
  12. package/bundles/types/checkout/v1/instructions/instruction.google_pay_form.show.d.ts.map +1 -1
  13. package/bundles/types/checkout/v1/instructions/instruction.paypal_form.show.d.ts.map +1 -1
  14. package/bundles/types/checkout/v3/components/go-back-to-payments-button/go-back-to-payments.d.ts +1 -0
  15. package/bundles/types/checkout/v3/components/go-back-to-payments-button/go-back-to-payments.d.ts.map +1 -1
  16. package/bundles/types/checkout/v3/instructions/instruction.apple_pay_form.show.d.ts.map +1 -1
  17. package/bundles/types/checkout/v3/instructions/instruction.card_form.show.d.ts.map +1 -1
  18. package/bundles/types/checkout/v3/instructions/instruction.google_pay_form.show.d.ts.map +1 -1
  19. package/bundles/types/checkout/v3/instructions/instruction.paypal_form.show.d.ts.map +1 -1
  20. package/bundles/types/checkout/v3/instructions/instruction.saved_card_form.show.d.ts +13 -2
  21. package/bundles/types/checkout/v3/instructions/instruction.saved_card_form.show.d.ts.map +1 -1
  22. package/bundles/types/checkout/v3/models/card.model.d.ts +3 -2
  23. package/bundles/types/checkout/v3/models/card.model.d.ts.map +1 -1
  24. package/bundles/types/checkout/v3/models/payment-methods.model.d.ts.map +1 -1
  25. package/bundles/types/components/param.d.ts +1 -0
  26. package/bundles/types/components/param.d.ts.map +1 -1
  27. package/bundles/types/paypal-save-payment-source/paypal-save-payment-source.d.ts.map +1 -1
  28. package/bundles/types/paypal-save-payment-source/paypal-save-payment-source.service.d.ts.map +1 -1
  29. package/bundles/types/shared-ui/components/modal.d.ts +18 -0
  30. package/bundles/types/shared-ui/components/modal.d.ts.map +1 -0
  31. package/bundles/types/wallet-buttons/wallet-services/paypal.wallet-service.d.ts.map +1 -1
  32. package/bundles/types/widget/index.d.ts +4 -3
  33. package/bundles/types/widget/index.d.ts.map +1 -1
  34. package/bundles/widget.umd.js +870 -855
  35. package/bundles/widget.umd.js.d.ts +45 -44
  36. package/bundles/widget.umd.js.min.d.ts +45 -44
  37. package/bundles/widget.umd.min.js +1 -1
  38. package/docs/api-widget.md +1 -0
  39. package/package.json +7 -4
@@ -358,6 +358,7 @@ The list of available parameters for showing card icons
358
358
  | SOLO | <code>string</code> | <code>&quot;solo&quot;</code> |
359
359
  | VISA | <code>string</code> | <code>&quot;visa&quot;</code> |
360
360
  | VISA_WHITE | <code>string</code> | <code>&quot;visa_white&quot;</code> |
361
+ | UNIONPAY | <code>string</code> | <code>&quot;unionpay&quot;</code> |
361
362
 
362
363
  <a name="w_STYLABLE_ELEMENT" id="w_STYLABLE_ELEMENT" href="#user-content-w_STYLABLE_ELEMENT">&nbsp;</a>
363
364
 
package/package.json CHANGED
@@ -104,7 +104,7 @@
104
104
  }
105
105
  },
106
106
  "name": "@paydock/client-sdk",
107
- "version": "1.133.1-beta",
107
+ "version": "1.136.0-beta",
108
108
  "scripts": {
109
109
  "build:doc": "node docs/html/marked.js",
110
110
  "build:js": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
@@ -139,6 +139,7 @@
139
139
  },
140
140
  "dependencies": {
141
141
  "@auspayplus/open-payments-checkout": "1.8.0",
142
+ "@bundled-es-modules/statuses": "1.0.1",
142
143
  "@newrelic/browser-agent": "1.260.1",
143
144
  "@stripe/stripe-js": "1.54.2"
144
145
  },
@@ -185,7 +186,7 @@
185
186
  "grunt-jsdoc-to-markdown": "6.0.0",
186
187
  "grunt-replace": "2.0.2",
187
188
  "grunt-template-render": "0.0.1",
188
- "happy-dom": "17.1.8",
189
+ "happy-dom": "20.0.2",
189
190
  "highlight.js": "11.9.0",
190
191
  "ieee754": "1.2.1",
191
192
  "include-all": "4.0.3",
@@ -207,7 +208,7 @@
207
208
  "npm-run-all2": "6.2.0",
208
209
  "process": "0.11.10",
209
210
  "rimraf": "5.0.7",
210
- "rollup": "4.17.2",
211
+ "rollup": "4.53.2",
211
212
  "rollup-plugin-dts": "6.1.0",
212
213
  "rxjs": "7.8.1",
213
214
  "tsify": "3.0.4",
@@ -217,7 +218,9 @@
217
218
  "zod": "3.23.8"
218
219
  },
219
220
  "overrides": {
220
- "sha.js@>=2.0.0 <=2.4.11": "2.4.12"
221
+ "sha.js@>=2.0.0 <=2.4.11": "2.4.12",
222
+ "pbkdf2": ">=3.1.3",
223
+ "form-data": ">=4.0.4"
221
224
  },
222
225
  "engines": {
223
226
  "node": ">=16.0.0"