@transferwise/components 0.0.0-experimental-7291424 → 0.0.0-experimental-d23b1a1

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.
@@ -4,10 +4,10 @@
4
4
  "neptune.ClearButton.ariaLabel": "Törlés",
5
5
  "neptune.CloseButton.ariaLabel": "Bezárás",
6
6
  "neptune.DateInput.day.label": "Nap",
7
- "neptune.DateInput.day.placeholder": "Nap",
7
+ "neptune.DateInput.day.placeholder": "NN",
8
8
  "neptune.DateInput.month.label": "Hónap",
9
9
  "neptune.DateInput.year.label": "Év",
10
- "neptune.DateInput.year.placeholder": "Év",
10
+ "neptune.DateInput.year.placeholder": "ÉÉÉÉ",
11
11
  "neptune.DateLookup.day": "nap",
12
12
  "neptune.DateLookup.goTo20YearView": "Ugrás a 20 éves nézetre",
13
13
  "neptune.DateLookup.month": "hónap",
@@ -14874,10 +14874,10 @@ var hu = {
14874
14874
  "neptune.ClearButton.ariaLabel": "Törlés",
14875
14875
  "neptune.CloseButton.ariaLabel": "Bezárás",
14876
14876
  "neptune.DateInput.day.label": "Nap",
14877
- "neptune.DateInput.day.placeholder": "Nap",
14877
+ "neptune.DateInput.day.placeholder": "NN",
14878
14878
  "neptune.DateInput.month.label": "Hónap",
14879
14879
  "neptune.DateInput.year.label": "Év",
14880
- "neptune.DateInput.year.placeholder": "Év",
14880
+ "neptune.DateInput.year.placeholder": "ÉÉÉÉ",
14881
14881
  "neptune.DateLookup.day": "nap",
14882
14882
  "neptune.DateLookup.goTo20YearView": "Ugrás a 20 éves nézetre",
14883
14883
  "neptune.DateLookup.month": "hónap",
package/build/index.js CHANGED
@@ -14908,10 +14908,10 @@ var hu = {
14908
14908
  "neptune.ClearButton.ariaLabel": "Törlés",
14909
14909
  "neptune.CloseButton.ariaLabel": "Bezárás",
14910
14910
  "neptune.DateInput.day.label": "Nap",
14911
- "neptune.DateInput.day.placeholder": "Nap",
14911
+ "neptune.DateInput.day.placeholder": "NN",
14912
14912
  "neptune.DateInput.month.label": "Hónap",
14913
14913
  "neptune.DateInput.year.label": "Év",
14914
- "neptune.DateInput.year.placeholder": "Év",
14914
+ "neptune.DateInput.year.placeholder": "ÉÉÉÉ",
14915
14915
  "neptune.DateLookup.day": "nap",
14916
14916
  "neptune.DateLookup.goTo20YearView": "Ugrás a 20 éves nézetre",
14917
14917
  "neptune.DateLookup.month": "hónap",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/components",
3
- "version": "0.0.0-experimental-7291424",
3
+ "version": "0.0.0-experimental-d23b1a1",
4
4
  "description": "Neptune React components",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
package/src/i18n/hu.json CHANGED
@@ -4,10 +4,10 @@
4
4
  "neptune.ClearButton.ariaLabel": "Törlés",
5
5
  "neptune.CloseButton.ariaLabel": "Bezárás",
6
6
  "neptune.DateInput.day.label": "Nap",
7
- "neptune.DateInput.day.placeholder": "Nap",
7
+ "neptune.DateInput.day.placeholder": "NN",
8
8
  "neptune.DateInput.month.label": "Hónap",
9
9
  "neptune.DateInput.year.label": "Év",
10
- "neptune.DateInput.year.placeholder": "Év",
10
+ "neptune.DateInput.year.placeholder": "ÉÉÉÉ",
11
11
  "neptune.DateLookup.day": "nap",
12
12
  "neptune.DateLookup.goTo20YearView": "Ugrás a 20 éves nézetre",
13
13
  "neptune.DateLookup.month": "hónap",