@delopay/sdk 0.19.0 → 0.20.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/dist/index.cjs CHANGED
@@ -3327,11 +3327,7 @@ function decodeBranding(source) {
3327
3327
  ["sm", "md", "lg"],
3328
3328
  DEFAULT_BRANDING.buttonSize
3329
3329
  ),
3330
- layout: pickEnum(
3331
- extras["layout"],
3332
- ["compact", "split"],
3333
- DEFAULT_BRANDING.layout
3334
- ),
3330
+ layout: pickEnum(extras["layout"], ["compact", "split"], DEFAULT_BRANDING.layout),
3335
3331
  summaryPosition: pickEnum(
3336
3332
  extras["summaryPosition"],
3337
3333
  ["left", "right"],