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