@depay/widgets 11.1.2 → 11.1.3

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.
@@ -24516,12 +24516,14 @@ var PaymentOverviewSkeleton = (function (props) {
24516
24516
  var _useContext2 = useContext(PaymentRoutingContext),
24517
24517
  slowRouting = _useContext2.slowRouting,
24518
24518
  selectedRoute = _useContext2.selectedRoute;
24519
+ var _useContext3 = useContext(ConfigurationContext),
24520
+ title = _useContext3.title;
24519
24521
  return /*#__PURE__*/React.createElement(Dialog$1, {
24520
24522
  header: /*#__PURE__*/React.createElement("div", {
24521
24523
  className: "PaddingTopS PaddingLeftM PaddingRightM TextLeft"
24522
24524
  }, /*#__PURE__*/React.createElement("h1", {
24523
24525
  className: "LineHeightL FontSizeL"
24524
- }, "Payment")),
24526
+ }, title || 'Payment')),
24525
24527
  alternativeHeaderAction: props.alternativeHeaderAction,
24526
24528
  body: /*#__PURE__*/React.createElement("div", {
24527
24529
  className: "PaddingLeftM PaddingRightM PaddingBottomXS"