@transferwise/components 0.0.0-experimental-78015a4 → 0.0.0-experimental-e0e2ff6

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.
@@ -14,7 +14,7 @@
14
14
  "neptune.DateLookup.selected": "selected",
15
15
  "neptune.DateLookup.twentyYears": "20 years",
16
16
  "neptune.DateLookup.year": "year",
17
- "neptune.FlowNavigation.back": "back to last step",
17
+ "neptune.FlowNavigation.back": "back to previous step",
18
18
  "neptune.Link.opensInNewTab": "(opens in new tab)",
19
19
  "neptune.MoneyInput.Select.placeholder": "Select an option...",
20
20
  "neptune.Select.searchPlaceholder": "Search...",
@@ -3426,12 +3426,16 @@ const DateHeader = ({
3426
3426
  size: Size.MEDIUM
3427
3427
  })
3428
3428
  })
3429
- }), label && /*#__PURE__*/jsx("button", {
3430
- type: "button",
3431
- className: `tw-date-lookup-header-current ${buttonClasses}`,
3432
- "aria-label": intl.formatMessage(messages$5.goTo20YearView),
3433
- onClick: onLabelClick,
3434
- children: label
3429
+ }), label && /*#__PURE__*/jsx(Title, {
3430
+ type: Typography.TITLE_BODY,
3431
+ className: "tw-date-lookup-header-current-container",
3432
+ children: /*#__PURE__*/jsx("button", {
3433
+ type: "button",
3434
+ className: `tw-date-lookup-header-current ${buttonClasses}`,
3435
+ "aria-label": intl.formatMessage(messages$5.goTo20YearView),
3436
+ onClick: onLabelClick,
3437
+ children: label
3438
+ })
3435
3439
  }), /*#__PURE__*/jsx("div", {
3436
3440
  className: "pull-right-single-direction",
3437
3441
  children: /*#__PURE__*/jsx("button", {
@@ -10676,7 +10680,7 @@ var en = {
10676
10680
  "neptune.DateLookup.selected": "selected",
10677
10681
  "neptune.DateLookup.twentyYears": "20 years",
10678
10682
  "neptune.DateLookup.year": "year",
10679
- "neptune.FlowNavigation.back": "back to last step",
10683
+ "neptune.FlowNavigation.back": "back to previous step",
10680
10684
  "neptune.Link.opensInNewTab": "(opens in new tab)",
10681
10685
  "neptune.MoneyInput.Select.placeholder": "Select an option...",
10682
10686
  "neptune.Select.searchPlaceholder": "Search...",