@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/{chunk-ICBLNJN7.js → chunk-QGQR2OBR.js} +2 -6
- package/dist/{chunk-ICBLNJN7.js.map → chunk-QGQR2OBR.js.map} +1 -1
- package/dist/index.cjs +1 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/internal.cjs +1 -5
- package/dist/internal.cjs.map +1 -1
- package/dist/internal.js +1 -1
- package/package.json +1 -1
|
@@ -3261,11 +3261,7 @@ function decodeBranding(source) {
|
|
|
3261
3261
|
["sm", "md", "lg"],
|
|
3262
3262
|
DEFAULT_BRANDING.buttonSize
|
|
3263
3263
|
),
|
|
3264
|
-
layout: pickEnum(
|
|
3265
|
-
extras["layout"],
|
|
3266
|
-
["compact", "split"],
|
|
3267
|
-
DEFAULT_BRANDING.layout
|
|
3268
|
-
),
|
|
3264
|
+
layout: pickEnum(extras["layout"], ["compact", "split"], DEFAULT_BRANDING.layout),
|
|
3269
3265
|
summaryPosition: pickEnum(
|
|
3270
3266
|
extras["summaryPosition"],
|
|
3271
3267
|
["left", "right"],
|
|
@@ -3563,4 +3559,4 @@ export {
|
|
|
3563
3559
|
applyBrandingVariables,
|
|
3564
3560
|
shadowFor
|
|
3565
3561
|
};
|
|
3566
|
-
//# sourceMappingURL=chunk-
|
|
3562
|
+
//# sourceMappingURL=chunk-QGQR2OBR.js.map
|