@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.
- package/build/i18n/en.json +1 -1
- package/build/index.esm.js +11 -7
- package/build/index.esm.js.map +1 -1
- package/build/index.js +11 -7
- package/build/index.js.map +1 -1
- package/build/main.css +1 -1
- package/build/styles/dateLookup/DateLookup.css +1 -1
- package/build/styles/main.css +1 -1
- package/build/types/dateLookup/dateHeader/DateHeader.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/dateLookup/DateLookup.css +1 -1
- package/src/dateLookup/DateLookup.less +6 -6
- package/src/dateLookup/DateLookup.story.js +6 -0
- package/src/dateLookup/dateHeader/DateHeader.js +12 -9
- package/src/flowNavigation/FlowNavigation.messages.ts +1 -1
- package/src/i18n/en.json +1 -1
- package/src/main.css +1 -1
package/build/i18n/en.json
CHANGED
|
@@ -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
|
|
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...",
|
package/build/index.esm.js
CHANGED
|
@@ -3426,12 +3426,16 @@ const DateHeader = ({
|
|
|
3426
3426
|
size: Size.MEDIUM
|
|
3427
3427
|
})
|
|
3428
3428
|
})
|
|
3429
|
-
}), label && /*#__PURE__*/jsx(
|
|
3430
|
-
type:
|
|
3431
|
-
className:
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
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
|
|
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...",
|