@transferwise/components 0.0.0-experimental-fd70ead → 0.0.0-experimental-2384dbf

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.
Files changed (71) hide show
  1. package/build/i18n/cs.json +3 -0
  2. package/build/i18n/de.json +3 -0
  3. package/build/i18n/es.json +3 -0
  4. package/build/i18n/fr.json +3 -0
  5. package/build/i18n/hu.json +3 -0
  6. package/build/i18n/id.json +3 -0
  7. package/build/i18n/it.json +3 -0
  8. package/build/i18n/ja.json +3 -0
  9. package/build/i18n/pl.json +3 -0
  10. package/build/i18n/pt.json +3 -0
  11. package/build/i18n/ro.json +3 -0
  12. package/build/i18n/ru.json +3 -0
  13. package/build/i18n/th.json +3 -0
  14. package/build/i18n/tr.json +3 -0
  15. package/build/i18n/uk.json +3 -0
  16. package/build/i18n/zh-CN.json +3 -0
  17. package/build/index.esm.js +166 -2
  18. package/build/index.esm.js.map +1 -1
  19. package/build/index.js +166 -1
  20. package/build/index.js.map +1 -1
  21. package/build/main.css +1 -1
  22. package/build/styles/inputs/InputGroup.css +1 -0
  23. package/build/styles/main.css +1 -1
  24. package/build/types/body/Body.d.ts +2 -2
  25. package/build/types/common/hooks/useEffectEvent.d.ts +2 -0
  26. package/build/types/common/hooks/useEffectEvent.d.ts.map +1 -0
  27. package/build/types/common/hooks/useResizeObserver.d.ts +3 -0
  28. package/build/types/common/hooks/useResizeObserver.d.ts.map +1 -0
  29. package/build/types/common/panel/Panel.d.ts +1 -1
  30. package/build/types/common/responsivePanel/ResponsivePanel.d.ts +1 -1
  31. package/build/types/dimmer/Dimmer.d.ts +1 -1
  32. package/build/types/index.d.ts +2 -0
  33. package/build/types/index.d.ts.map +1 -1
  34. package/build/types/inputs/Input.d.ts +1 -1
  35. package/build/types/inputs/Input.d.ts.map +1 -1
  36. package/build/types/inputs/InputGroup.d.ts +21 -0
  37. package/build/types/inputs/InputGroup.d.ts.map +1 -0
  38. package/build/types/inputs/TextArea.d.ts +1 -1
  39. package/build/types/select/searchBox/SearchBox.d.ts +1 -1
  40. package/build/types/utilities/cssValueWithUnit.d.ts +2 -0
  41. package/build/types/utilities/cssValueWithUnit.d.ts.map +1 -0
  42. package/package.json +4 -4
  43. package/src/common/hooks/useEffectEvent.ts +22 -0
  44. package/src/common/hooks/useResizeObserver.ts +22 -0
  45. package/src/i18n/cs.json +3 -0
  46. package/src/i18n/de.json +3 -0
  47. package/src/i18n/es.json +3 -0
  48. package/src/i18n/fr.json +3 -0
  49. package/src/i18n/hu.json +3 -0
  50. package/src/i18n/id.json +3 -0
  51. package/src/i18n/it.json +3 -0
  52. package/src/i18n/ja.json +3 -0
  53. package/src/i18n/pl.json +3 -0
  54. package/src/i18n/pt.json +3 -0
  55. package/src/i18n/ro.json +3 -0
  56. package/src/i18n/ru.json +3 -0
  57. package/src/i18n/th.json +3 -0
  58. package/src/i18n/tr.json +3 -0
  59. package/src/i18n/uk.json +3 -0
  60. package/src/i18n/zh-CN.json +3 -0
  61. package/src/index.ts +2 -0
  62. package/src/inputs/Input.tsx +5 -0
  63. package/src/inputs/InputGroup.css +1 -0
  64. package/src/inputs/InputGroup.less +61 -0
  65. package/src/inputs/InputGroup.story.tsx +73 -0
  66. package/src/inputs/InputGroup.tsx +142 -0
  67. package/src/main.css +1 -1
  68. package/src/main.less +1 -0
  69. package/src/utilities/cssValueWithUnit.ts +3 -0
  70. package/build/i18n/zh-HK.json +0 -41
  71. package/src/i18n/zh-HK.json +0 -41
@@ -6,6 +6,9 @@
6
6
  "neptune.DateInput.month.label": "Měsíc",
7
7
  "neptune.DateInput.year.label": "Rok",
8
8
  "neptune.MoneyInput.Select.placeholder": "Vybrat možnost...",
9
+ "neptune.Pagination.ariaLabel": "Navigace v Pagination",
10
+ "neptune.PaginationLink.ariaLabel.active": "Přejít na stránku {pageNumber}",
11
+ "neptune.PaginationLink.ariaLabel.inactive": "Současná stránka, stránka {pageNumber}",
9
12
  "neptune.Select.searchPlaceholder": "Hledat...",
10
13
  "neptune.Summary.statusDone": "Položka dokončena",
11
14
  "neptune.Summary.statusNotDone": "Položka k dokončení",
@@ -6,6 +6,9 @@
6
6
  "neptune.DateInput.month.label": "Monat",
7
7
  "neptune.DateInput.year.label": "Jahr",
8
8
  "neptune.MoneyInput.Select.placeholder": "Wähle eine der Möglichkeiten aus...",
9
+ "neptune.Pagination.ariaLabel": "Seitennummer-Navigation",
10
+ "neptune.PaginationLink.ariaLabel.active": "Weiter zur Seite {pageNumber}",
11
+ "neptune.PaginationLink.ariaLabel.inactive": "Aktuelle Seite – Seite {pageNumber}",
9
12
  "neptune.Select.searchPlaceholder": "Wird gesucht...",
10
13
  "neptune.Summary.statusDone": "Schritt erledigt",
11
14
  "neptune.Summary.statusNotDone": "Schritt noch zu erledigen",
@@ -6,6 +6,9 @@
6
6
  "neptune.DateInput.month.label": "Mes",
7
7
  "neptune.DateInput.year.label": "Año",
8
8
  "neptune.MoneyInput.Select.placeholder": "Selecciona una opción...",
9
+ "neptune.Pagination.ariaLabel": "Navegación por las páginas",
10
+ "neptune.PaginationLink.ariaLabel.active": "Ve a la página {pageNumber}",
11
+ "neptune.PaginationLink.ariaLabel.inactive": "Página actual, página {pageNumber}",
9
12
  "neptune.Select.searchPlaceholder": "Buscar...",
10
13
  "neptune.Summary.statusDone": "Apartado listo",
11
14
  "neptune.Summary.statusNotDone": "Apartado a completar",
@@ -6,6 +6,9 @@
6
6
  "neptune.DateInput.month.label": "Mois",
7
7
  "neptune.DateInput.year.label": "Année",
8
8
  "neptune.MoneyInput.Select.placeholder": "Sélectionner une option...",
9
+ "neptune.Pagination.ariaLabel": "Navigation par pagination",
10
+ "neptune.PaginationLink.ariaLabel.active": "Aller à la page {pageNumber}",
11
+ "neptune.PaginationLink.ariaLabel.inactive": "Page actuelle, page {pageNumber}",
9
12
  "neptune.Select.searchPlaceholder": "Recherche...",
10
13
  "neptune.Summary.statusDone": "Validé",
11
14
  "neptune.Summary.statusNotDone": "À compléter",
@@ -6,6 +6,9 @@
6
6
  "neptune.DateInput.month.label": "Hónap",
7
7
  "neptune.DateInput.year.label": "Év",
8
8
  "neptune.MoneyInput.Select.placeholder": "Válassz ki egy lehetőséget...",
9
+ "neptune.Pagination.ariaLabel": "Lapszámos navigáció",
10
+ "neptune.PaginationLink.ariaLabel.active": "Ugrás a(z) {pageNumber}. oldalra",
11
+ "neptune.PaginationLink.ariaLabel.inactive": "Jelenlegi oldal, {pageNumber}. oldal",
9
12
  "neptune.Select.searchPlaceholder": "Keresés...",
10
13
  "neptune.Summary.statusDone": "Kész",
11
14
  "neptune.Summary.statusNotDone": "Hátravan",
@@ -6,6 +6,9 @@
6
6
  "neptune.DateInput.month.label": "Bulan",
7
7
  "neptune.DateInput.year.label": "Tahun",
8
8
  "neptune.MoneyInput.Select.placeholder": "Pilih opsi...",
9
+ "neptune.Pagination.ariaLabel": "Halaman navigasi",
10
+ "neptune.PaginationLink.ariaLabel.active": "Lanjut ke halaman {pageNumber}",
11
+ "neptune.PaginationLink.ariaLabel.inactive": "Halaman saat ini, halaman {pageNumber}",
9
12
  "neptune.Select.searchPlaceholder": "Cari...",
10
13
  "neptune.Summary.statusDone": "Item selesai",
11
14
  "neptune.Summary.statusNotDone": "Item yang harus dilakukan",
@@ -6,6 +6,9 @@
6
6
  "neptune.DateInput.month.label": "Mese",
7
7
  "neptune.DateInput.year.label": "Anno",
8
8
  "neptune.MoneyInput.Select.placeholder": "Seleziona un'opzione...",
9
+ "neptune.Pagination.ariaLabel": "Navigazione",
10
+ "neptune.PaginationLink.ariaLabel.active": "Via a pagina {pageNumber}",
11
+ "neptune.PaginationLink.ariaLabel.inactive": "Pagina corrente, pagina {pageNumber}",
9
12
  "neptune.Select.searchPlaceholder": "Cerca...",
10
13
  "neptune.Summary.statusDone": "Completato",
11
14
  "neptune.Summary.statusNotDone": "Da completare",
@@ -6,6 +6,9 @@
6
6
  "neptune.DateInput.month.label": "月",
7
7
  "neptune.DateInput.year.label": "年",
8
8
  "neptune.MoneyInput.Select.placeholder": "選択してください...",
9
+ "neptune.Pagination.ariaLabel": "ページネーションナビゲーション",
10
+ "neptune.PaginationLink.ariaLabel.active": "{pageNumber}のページへ移動します",
11
+ "neptune.PaginationLink.ariaLabel.inactive": "現在のページ、{pageNumber}ページ",
9
12
  "neptune.Select.searchPlaceholder": "検索... ",
10
13
  "neptune.Summary.statusDone": "完了",
11
14
  "neptune.Summary.statusNotDone": "未対応",
@@ -6,6 +6,9 @@
6
6
  "neptune.DateInput.month.label": "Miesiąc",
7
7
  "neptune.DateInput.year.label": "Rok",
8
8
  "neptune.MoneyInput.Select.placeholder": "Wybierz opcję...",
9
+ "neptune.Pagination.ariaLabel": "Nawigacja w paginacji",
10
+ "neptune.PaginationLink.ariaLabel.active": "Przejdź do strony {pageNumber}",
11
+ "neptune.PaginationLink.ariaLabel.inactive": "Obecna strona, strona {pageNumber}",
9
12
  "neptune.Select.searchPlaceholder": "Wyszukaj...",
10
13
  "neptune.Summary.statusDone": "Czynność wykonana",
11
14
  "neptune.Summary.statusNotDone": "Czynność do wykonania",
@@ -6,6 +6,9 @@
6
6
  "neptune.DateInput.month.label": "Mês",
7
7
  "neptune.DateInput.year.label": "Ano",
8
8
  "neptune.MoneyInput.Select.placeholder": "Escolha uma opção...",
9
+ "neptune.Pagination.ariaLabel": "Navegação pelas páginas",
10
+ "neptune.PaginationLink.ariaLabel.active": "Ir para a página {pageNumber}",
11
+ "neptune.PaginationLink.ariaLabel.inactive": "Página atual, página {pageNumber}",
9
12
  "neptune.Select.searchPlaceholder": "Buscar...",
10
13
  "neptune.Summary.statusDone": "Pronto",
11
14
  "neptune.Summary.statusNotDone": "Não iniciado",
@@ -6,6 +6,9 @@
6
6
  "neptune.DateInput.month.label": "Lună",
7
7
  "neptune.DateInput.year.label": "An",
8
8
  "neptune.MoneyInput.Select.placeholder": "Selectează o opţiune...",
9
+ "neptune.Pagination.ariaLabel": "Navigare prin pagină",
10
+ "neptune.PaginationLink.ariaLabel.active": "Du-te la pagina {pageNumber}",
11
+ "neptune.PaginationLink.ariaLabel.inactive": "Pagina curentă, pagina {pageNumber}",
9
12
  "neptune.Select.searchPlaceholder": "Caută...",
10
13
  "neptune.Summary.statusDone": "Finalizat",
11
14
  "neptune.Summary.statusNotDone": "De făcut",
@@ -6,6 +6,9 @@
6
6
  "neptune.DateInput.month.label": "Месяц",
7
7
  "neptune.DateInput.year.label": "Год",
8
8
  "neptune.MoneyInput.Select.placeholder": "Выберите вариант...",
9
+ "neptune.Pagination.ariaLabel": "Постраничная навигация",
10
+ "neptune.PaginationLink.ariaLabel.active": "Перейти на страницу {pageNumber}",
11
+ "neptune.PaginationLink.ariaLabel.inactive": "Текущая страница, страница {pageNumber}",
9
12
  "neptune.Select.searchPlaceholder": "Поиск...",
10
13
  "neptune.Summary.statusDone": "Этап завершен",
11
14
  "neptune.Summary.statusNotDone": "Этап к выполнению",
@@ -6,6 +6,9 @@
6
6
  "neptune.DateInput.month.label": "เดือน",
7
7
  "neptune.DateInput.year.label": "ปี",
8
8
  "neptune.MoneyInput.Select.placeholder": "เลือกตัวเลือก...",
9
+ "neptune.Pagination.ariaLabel": "การนำทางเลขหน้า",
10
+ "neptune.PaginationLink.ariaLabel.active": "ไปที่หน้า {pageNumber}",
11
+ "neptune.PaginationLink.ariaLabel.inactive": "หน้าปัจจุบัน หน้า {pageNumber}",
9
12
  "neptune.Select.searchPlaceholder": "ค้นหา...",
10
13
  "neptune.Summary.statusDone": "รายการที่ทำแล้ว",
11
14
  "neptune.Summary.statusNotDone": "รายการที่ต้องทำ",
@@ -6,6 +6,9 @@
6
6
  "neptune.DateInput.month.label": "Ay",
7
7
  "neptune.DateInput.year.label": "Yıl",
8
8
  "neptune.MoneyInput.Select.placeholder": "Bir seçenek seçin...",
9
+ "neptune.Pagination.ariaLabel": "Sayfalandırma gezintisi",
10
+ "neptune.PaginationLink.ariaLabel.active": "{pageNumber} numaralı sayfaya git",
11
+ "neptune.PaginationLink.ariaLabel.inactive": "Mevcut sayfa, sayfa {pageNumber}",
9
12
  "neptune.Select.searchPlaceholder": "Ara...",
10
13
  "neptune.Summary.statusDone": "Tamamlanan aşama",
11
14
  "neptune.Summary.statusNotDone": "Yapılacak",
@@ -6,6 +6,9 @@
6
6
  "neptune.DateInput.month.label": "Місяць",
7
7
  "neptune.DateInput.year.label": "Рік",
8
8
  "neptune.MoneyInput.Select.placeholder": "Виберіть варіант…",
9
+ "neptune.Pagination.ariaLabel": "Перехід за сторінками",
10
+ "neptune.PaginationLink.ariaLabel.active": "Перейти на сторінку {pageNumber}",
11
+ "neptune.PaginationLink.ariaLabel.inactive": "Ця сторінка, сторінка {pageNumber}",
9
12
  "neptune.Select.searchPlaceholder": "Пошук…",
10
13
  "neptune.Summary.statusDone": "Виконано",
11
14
  "neptune.Summary.statusNotDone": "Не виконано",
@@ -6,6 +6,9 @@
6
6
  "neptune.DateInput.month.label": "月",
7
7
  "neptune.DateInput.year.label": "年",
8
8
  "neptune.MoneyInput.Select.placeholder": "请选择...",
9
+ "neptune.Pagination.ariaLabel": "分页导航",
10
+ "neptune.PaginationLink.ariaLabel.active": "转到第 {pageNumber} 页",
11
+ "neptune.PaginationLink.ariaLabel.inactive": "当前页面,第 {pageNumber} 页",
9
12
  "neptune.Select.searchPlaceholder": "搜索",
10
13
  "neptune.Summary.statusDone": "已完成",
11
14
  "neptune.Summary.statusNotDone": "未完成",
@@ -6067,6 +6067,124 @@ InlineAlert.defaultProps = {
6067
6067
  };
6068
6068
  var InlineAlert$1 = InlineAlert;
6069
6069
 
6070
+ /*
6071
+ * Inspired by:
6072
+ *
6073
+ * - https://react.dev/learn/separating-events-from-effects#declaring-an-effect-event
6074
+ * - https://legacy.reactjs.org/docs/hooks-faq.html#how-to-read-an-often-changing-value-from-usecallback
6075
+ */
6076
+ function useEffectEvent(callback) {
6077
+ const ref = useRef(() => {
6078
+ throw new Error('Cannot call an event handler while rendering.');
6079
+ });
6080
+ useEffect(() => {
6081
+ ref.current = callback;
6082
+ });
6083
+ return useCallback((...args) => ref.current(...args), []);
6084
+ }
6085
+
6086
+ function useResizeObserver(ref, callback) {
6087
+ const handleCallback = useEffectEvent(callback);
6088
+ useEffect(() => {
6089
+ if (ref.current != null) {
6090
+ const resizeObserver = new ResizeObserver(([entry]) => {
6091
+ handleCallback(entry);
6092
+ });
6093
+ resizeObserver.observe(ref.current, {
6094
+ box: 'border-box'
6095
+ });
6096
+ return () => {
6097
+ resizeObserver.disconnect();
6098
+ };
6099
+ }
6100
+ return () => {};
6101
+ }, [handleCallback, ref]);
6102
+ }
6103
+
6104
+ function cssValueWithUnit(value) {
6105
+ return typeof value === 'number' ? `${value}px` : value;
6106
+ }
6107
+
6108
+ const InputPaddingStartContext = /*#__PURE__*/createContext([undefined, () => {}]);
6109
+ const InputPaddingEndContext = /*#__PURE__*/createContext([undefined, () => {}]);
6110
+ function useInputPaddings() {
6111
+ const [paddingStart] = useContext(InputPaddingStartContext);
6112
+ const [paddingEnd] = useContext(InputPaddingEndContext);
6113
+ return {
6114
+ paddingInlineStart: paddingStart,
6115
+ paddingInlineEnd: paddingEnd
6116
+ };
6117
+ }
6118
+ function inputPaddingInitialState({
6119
+ initialContentWidth,
6120
+ padding = inputAddonDefaultPadding
6121
+ } = {}) {
6122
+ return () => initialContentWidth != null ? `calc(${cssValueWithUnit(initialContentWidth)} + ${cssValueWithUnit(inputAddonContentWidthAddendByPadding[padding])})` : undefined;
6123
+ }
6124
+ function InputGroup({
6125
+ addonStart,
6126
+ addonEnd,
6127
+ disabled,
6128
+ className,
6129
+ children
6130
+ }) {
6131
+ const [paddingStart, setPaddingStart] = useState(inputPaddingInitialState(addonStart));
6132
+ const [paddingEnd, setPaddingEnd] = useState(inputPaddingInitialState(addonEnd));
6133
+ return /*#__PURE__*/jsx(InputPaddingStartContext.Provider, {
6134
+ value: useMemo(() => [paddingStart, setPaddingStart], [paddingStart]),
6135
+ children: /*#__PURE__*/jsx(InputPaddingEndContext.Provider, {
6136
+ value: useMemo(() => [paddingEnd, setPaddingEnd], [paddingEnd]),
6137
+ children: /*#__PURE__*/jsxs("fieldset", {
6138
+ disabled: disabled,
6139
+ className: classNames(className, 'np-input-group'),
6140
+ children: [addonStart != null ? /*#__PURE__*/jsx(InputAddon, {
6141
+ placement: "start",
6142
+ ...addonStart
6143
+ }) : null, children, addonEnd != null ? /*#__PURE__*/jsx(InputAddon, {
6144
+ placement: "end",
6145
+ ...addonEnd
6146
+ }) : null]
6147
+ })
6148
+ })
6149
+ });
6150
+ }
6151
+ const inputAddonContentWidthAddendByPadding = {
6152
+ none: 0,
6153
+ sm: '1rem',
6154
+ md: '1.5rem'
6155
+ };
6156
+ const inputAddonDefaultPadding = 'md';
6157
+ function InputAddon({
6158
+ placement,
6159
+ content,
6160
+ interactive,
6161
+ padding = inputAddonDefaultPadding
6162
+ }) {
6163
+ const [, setInputPadding] = useContext(placement === 'start' ? InputPaddingStartContext : InputPaddingEndContext);
6164
+ const ref = useRef(null);
6165
+ useResizeObserver(ref, entry => {
6166
+ // TODO: Remove fallback once most browsers support `borderBoxSize`
6167
+ // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
6168
+ if (entry.borderBoxSize != null) {
6169
+ setInputPadding(entry.borderBoxSize[0].inlineSize);
6170
+ } else {
6171
+ const targetStyle = getComputedStyle(entry.target);
6172
+ setInputPadding(entry.contentRect.width + Number.parseFloat(targetStyle.paddingInlineStart) + Number.parseFloat(targetStyle.paddingInlineEnd));
6173
+ }
6174
+ });
6175
+ return /*#__PURE__*/jsx("span", {
6176
+ ref: ref,
6177
+ className: classNames('np-input-addon', {
6178
+ 'np-input-addon--placement-start': placement === 'start',
6179
+ 'np-input-addon--placement-end': placement === 'end'
6180
+ }, interactive && 'np-input-addon--interactive', {
6181
+ 'np-input-addon--padding-sm': padding === 'sm',
6182
+ 'np-input-addon--padding-md': padding === 'md'
6183
+ }),
6184
+ children: content
6185
+ });
6186
+ }
6187
+
6070
6188
  function formControlClassNameBase({
6071
6189
  size = 'auto'
6072
6190
  } = {}) {
@@ -6085,11 +6203,15 @@ const Input = /*#__PURE__*/forwardRef(function Input({
6085
6203
  className,
6086
6204
  ...restProps
6087
6205
  }, reference) {
6206
+ const inputPaddings = useInputPaddings();
6088
6207
  return /*#__PURE__*/jsx("input", {
6089
6208
  ref: reference,
6090
6209
  className: classNames(className, formControlClassNameBase({
6091
6210
  size
6092
- })),
6211
+ }))
6212
+ // eslint-disable-next-line react/forbid-dom-props
6213
+ ,
6214
+ style: inputPaddings,
6093
6215
  ...restProps
6094
6216
  });
6095
6217
  });
@@ -13638,6 +13760,9 @@ var de = {
13638
13760
  "neptune.DateInput.month.label": "Monat",
13639
13761
  "neptune.DateInput.year.label": "Jahr",
13640
13762
  "neptune.MoneyInput.Select.placeholder": "Wähle eine der Möglichkeiten aus...",
13763
+ "neptune.Pagination.ariaLabel": "Seitennummer-Navigation",
13764
+ "neptune.PaginationLink.ariaLabel.active": "Weiter zur Seite {pageNumber}",
13765
+ "neptune.PaginationLink.ariaLabel.inactive": "Aktuelle Seite – Seite {pageNumber}",
13641
13766
  "neptune.Select.searchPlaceholder": "Wird gesucht...",
13642
13767
  "neptune.Summary.statusDone": "Schritt erledigt",
13643
13768
  "neptune.Summary.statusNotDone": "Schritt noch zu erledigen",
@@ -13680,6 +13805,9 @@ var es = {
13680
13805
  "neptune.DateInput.month.label": "Mes",
13681
13806
  "neptune.DateInput.year.label": "Año",
13682
13807
  "neptune.MoneyInput.Select.placeholder": "Selecciona una opción...",
13808
+ "neptune.Pagination.ariaLabel": "Navegación por las páginas",
13809
+ "neptune.PaginationLink.ariaLabel.active": "Ve a la página {pageNumber}",
13810
+ "neptune.PaginationLink.ariaLabel.inactive": "Página actual, página {pageNumber}",
13683
13811
  "neptune.Select.searchPlaceholder": "Buscar...",
13684
13812
  "neptune.Summary.statusDone": "Apartado listo",
13685
13813
  "neptune.Summary.statusNotDone": "Apartado a completar",
@@ -13722,6 +13850,9 @@ var fr = {
13722
13850
  "neptune.DateInput.month.label": "Mois",
13723
13851
  "neptune.DateInput.year.label": "Année",
13724
13852
  "neptune.MoneyInput.Select.placeholder": "Sélectionner une option...",
13853
+ "neptune.Pagination.ariaLabel": "Navigation par pagination",
13854
+ "neptune.PaginationLink.ariaLabel.active": "Aller à la page {pageNumber}",
13855
+ "neptune.PaginationLink.ariaLabel.inactive": "Page actuelle, page {pageNumber}",
13725
13856
  "neptune.Select.searchPlaceholder": "Recherche...",
13726
13857
  "neptune.Summary.statusDone": "Validé",
13727
13858
  "neptune.Summary.statusNotDone": "À compléter",
@@ -13764,6 +13895,9 @@ var hu = {
13764
13895
  "neptune.DateInput.month.label": "Hónap",
13765
13896
  "neptune.DateInput.year.label": "Év",
13766
13897
  "neptune.MoneyInput.Select.placeholder": "Válassz ki egy lehetőséget...",
13898
+ "neptune.Pagination.ariaLabel": "Lapszámos navigáció",
13899
+ "neptune.PaginationLink.ariaLabel.active": "Ugrás a(z) {pageNumber}. oldalra",
13900
+ "neptune.PaginationLink.ariaLabel.inactive": "Jelenlegi oldal, {pageNumber}. oldal",
13767
13901
  "neptune.Select.searchPlaceholder": "Keresés...",
13768
13902
  "neptune.Summary.statusDone": "Kész",
13769
13903
  "neptune.Summary.statusNotDone": "Hátravan",
@@ -13806,6 +13940,9 @@ var id = {
13806
13940
  "neptune.DateInput.month.label": "Bulan",
13807
13941
  "neptune.DateInput.year.label": "Tahun",
13808
13942
  "neptune.MoneyInput.Select.placeholder": "Pilih opsi...",
13943
+ "neptune.Pagination.ariaLabel": "Halaman navigasi",
13944
+ "neptune.PaginationLink.ariaLabel.active": "Lanjut ke halaman {pageNumber}",
13945
+ "neptune.PaginationLink.ariaLabel.inactive": "Halaman saat ini, halaman {pageNumber}",
13809
13946
  "neptune.Select.searchPlaceholder": "Cari...",
13810
13947
  "neptune.Summary.statusDone": "Item selesai",
13811
13948
  "neptune.Summary.statusNotDone": "Item yang harus dilakukan",
@@ -13848,6 +13985,9 @@ var it = {
13848
13985
  "neptune.DateInput.month.label": "Mese",
13849
13986
  "neptune.DateInput.year.label": "Anno",
13850
13987
  "neptune.MoneyInput.Select.placeholder": "Seleziona un'opzione...",
13988
+ "neptune.Pagination.ariaLabel": "Navigazione",
13989
+ "neptune.PaginationLink.ariaLabel.active": "Via a pagina {pageNumber}",
13990
+ "neptune.PaginationLink.ariaLabel.inactive": "Pagina corrente, pagina {pageNumber}",
13851
13991
  "neptune.Select.searchPlaceholder": "Cerca...",
13852
13992
  "neptune.Summary.statusDone": "Completato",
13853
13993
  "neptune.Summary.statusNotDone": "Da completare",
@@ -13890,6 +14030,9 @@ var ja = {
13890
14030
  "neptune.DateInput.month.label": "月",
13891
14031
  "neptune.DateInput.year.label": "年",
13892
14032
  "neptune.MoneyInput.Select.placeholder": "選択してください...",
14033
+ "neptune.Pagination.ariaLabel": "ページネーションナビゲーション",
14034
+ "neptune.PaginationLink.ariaLabel.active": "{pageNumber}のページへ移動します",
14035
+ "neptune.PaginationLink.ariaLabel.inactive": "現在のページ、{pageNumber}ページ",
13893
14036
  "neptune.Select.searchPlaceholder": "検索... ",
13894
14037
  "neptune.Summary.statusDone": "完了",
13895
14038
  "neptune.Summary.statusNotDone": "未対応",
@@ -13932,6 +14075,9 @@ var pl = {
13932
14075
  "neptune.DateInput.month.label": "Miesiąc",
13933
14076
  "neptune.DateInput.year.label": "Rok",
13934
14077
  "neptune.MoneyInput.Select.placeholder": "Wybierz opcję...",
14078
+ "neptune.Pagination.ariaLabel": "Nawigacja w paginacji",
14079
+ "neptune.PaginationLink.ariaLabel.active": "Przejdź do strony {pageNumber}",
14080
+ "neptune.PaginationLink.ariaLabel.inactive": "Obecna strona, strona {pageNumber}",
13935
14081
  "neptune.Select.searchPlaceholder": "Wyszukaj...",
13936
14082
  "neptune.Summary.statusDone": "Czynność wykonana",
13937
14083
  "neptune.Summary.statusNotDone": "Czynność do wykonania",
@@ -13974,6 +14120,9 @@ var pt = {
13974
14120
  "neptune.DateInput.month.label": "Mês",
13975
14121
  "neptune.DateInput.year.label": "Ano",
13976
14122
  "neptune.MoneyInput.Select.placeholder": "Escolha uma opção...",
14123
+ "neptune.Pagination.ariaLabel": "Navegação pelas páginas",
14124
+ "neptune.PaginationLink.ariaLabel.active": "Ir para a página {pageNumber}",
14125
+ "neptune.PaginationLink.ariaLabel.inactive": "Página atual, página {pageNumber}",
13977
14126
  "neptune.Select.searchPlaceholder": "Buscar...",
13978
14127
  "neptune.Summary.statusDone": "Pronto",
13979
14128
  "neptune.Summary.statusNotDone": "Não iniciado",
@@ -14016,6 +14165,9 @@ var ro = {
14016
14165
  "neptune.DateInput.month.label": "Lună",
14017
14166
  "neptune.DateInput.year.label": "An",
14018
14167
  "neptune.MoneyInput.Select.placeholder": "Selectează o opţiune...",
14168
+ "neptune.Pagination.ariaLabel": "Navigare prin pagină",
14169
+ "neptune.PaginationLink.ariaLabel.active": "Du-te la pagina {pageNumber}",
14170
+ "neptune.PaginationLink.ariaLabel.inactive": "Pagina curentă, pagina {pageNumber}",
14019
14171
  "neptune.Select.searchPlaceholder": "Caută...",
14020
14172
  "neptune.Summary.statusDone": "Finalizat",
14021
14173
  "neptune.Summary.statusNotDone": "De făcut",
@@ -14058,6 +14210,9 @@ var ru = {
14058
14210
  "neptune.DateInput.month.label": "Месяц",
14059
14211
  "neptune.DateInput.year.label": "Год",
14060
14212
  "neptune.MoneyInput.Select.placeholder": "Выберите вариант...",
14213
+ "neptune.Pagination.ariaLabel": "Постраничная навигация",
14214
+ "neptune.PaginationLink.ariaLabel.active": "Перейти на страницу {pageNumber}",
14215
+ "neptune.PaginationLink.ariaLabel.inactive": "Текущая страница, страница {pageNumber}",
14061
14216
  "neptune.Select.searchPlaceholder": "Поиск...",
14062
14217
  "neptune.Summary.statusDone": "Этап завершен",
14063
14218
  "neptune.Summary.statusNotDone": "Этап к выполнению",
@@ -14100,6 +14255,9 @@ var th = {
14100
14255
  "neptune.DateInput.month.label": "เดือน",
14101
14256
  "neptune.DateInput.year.label": "ปี",
14102
14257
  "neptune.MoneyInput.Select.placeholder": "เลือกตัวเลือก...",
14258
+ "neptune.Pagination.ariaLabel": "การนำทางเลขหน้า",
14259
+ "neptune.PaginationLink.ariaLabel.active": "ไปที่หน้า {pageNumber}",
14260
+ "neptune.PaginationLink.ariaLabel.inactive": "หน้าปัจจุบัน หน้า {pageNumber}",
14103
14261
  "neptune.Select.searchPlaceholder": "ค้นหา...",
14104
14262
  "neptune.Summary.statusDone": "รายการที่ทำแล้ว",
14105
14263
  "neptune.Summary.statusNotDone": "รายการที่ต้องทำ",
@@ -14142,6 +14300,9 @@ var tr = {
14142
14300
  "neptune.DateInput.month.label": "Ay",
14143
14301
  "neptune.DateInput.year.label": "Yıl",
14144
14302
  "neptune.MoneyInput.Select.placeholder": "Bir seçenek seçin...",
14303
+ "neptune.Pagination.ariaLabel": "Sayfalandırma gezintisi",
14304
+ "neptune.PaginationLink.ariaLabel.active": "{pageNumber} numaralı sayfaya git",
14305
+ "neptune.PaginationLink.ariaLabel.inactive": "Mevcut sayfa, sayfa {pageNumber}",
14145
14306
  "neptune.Select.searchPlaceholder": "Ara...",
14146
14307
  "neptune.Summary.statusDone": "Tamamlanan aşama",
14147
14308
  "neptune.Summary.statusNotDone": "Yapılacak",
@@ -14184,6 +14345,9 @@ var uk = {
14184
14345
  "neptune.DateInput.month.label": "Місяць",
14185
14346
  "neptune.DateInput.year.label": "Рік",
14186
14347
  "neptune.MoneyInput.Select.placeholder": "Виберіть варіант…",
14348
+ "neptune.Pagination.ariaLabel": "Перехід за сторінками",
14349
+ "neptune.PaginationLink.ariaLabel.active": "Перейти на сторінку {pageNumber}",
14350
+ "neptune.PaginationLink.ariaLabel.inactive": "Ця сторінка, сторінка {pageNumber}",
14187
14351
  "neptune.Select.searchPlaceholder": "Пошук…",
14188
14352
  "neptune.Summary.statusDone": "Виконано",
14189
14353
  "neptune.Summary.statusNotDone": "Не виконано",
@@ -14282,5 +14446,5 @@ const translations = {
14282
14446
  zh
14283
14447
  };
14284
14448
 
14285
- export { Accordion, ActionButton, ActionOption, Alert$1 as Alert, ArrowPosition as AlertArrowPosition, Avatar, AvatarType, AvatarWrapper$1 as AvatarWrapper, Badge$1 as Badge, Card as BaseCard, Body, BottomSheet$1 as BottomSheet, Breakpoint, Button, Card$2 as Card, Checkbox$1 as Checkbox, CheckboxButton$1 as CheckboxButton, CheckboxOption, Chevron$1 as Chevron, Chip, Chips, CircularButton$1 as CircularButton, ControlType, CriticalCommsBanner, DEFAULT_LANG, DEFAULT_LOCALE, DateInput$1 as DateInput, DateLookup$1 as DateLookup, DateMode, Decision$1 as Decision, Presentation as DecisionPresentation, Type as DecisionType, DefinitionList$1 as DefinitionList, Dimmer$1 as Dimmer, Direction, DirectionProvider, Display, Drawer$1 as Drawer, DropFade, DynamicFieldDefinitionList$1 as DynamicFieldDefinitionList, Emphasis, FileType, FlowNavigation, Header, Image$1 as Image, Info, InfoPresentation, InlineAlert$1 as InlineAlert, Input, InputWithDisplayFormat$1 as InputWithDisplayFormat, InstructionsList$1 as InstructionsList, LanguageProvider, Layout$1 as Layout, Link, ListItem$1 as ListItem, Loader$1 as Loader, Logo$1 as Logo, LogoType, Markdown$1 as Markdown, MarkdownNodeType, Modal, Money$1 as Money, MoneyInput$1 as MoneyInput, MonthFormat, NavigationOption, NavigationOptionList$1 as NavigationOptionsList, Nudge, Option$2 as Option, OverlayHeader$1 as OverlayHeader, PhoneNumberInput$1 as PhoneNumberInput, Popover$1 as Popover, Position, Priority, ProcessIndicator$1 as ProcessIndicator, ProfileType, Progress, ProgressBar, PromoCard$1 as PromoCard, PromoCard$1 as PromoCardGroup, Provider$1 as Provider, RTL_LANGUAGES, Radio$1 as Radio, RadioGroup$1 as RadioGroup, RadioOption$1 as RadioOption, SUPPORTED_LANGUAGES, Scroll, Section, Select, Sentiment, Size, SlidingPanel$1 as SlidingPanel, SnackbarConsumer, SnackbarContext, SnackbarPortal, SnackbarProvider$1 as SnackbarProvider, Status, StatusIcon, Stepper, Sticky$1 as Sticky, Summary, Switch, SwitchOption, Tabs$1 as Tabs, TextArea, TextareaWithDisplayFormat$1 as TextareaWithDisplayFormat, Theme, Title, Tooltip$1 as Tooltip, Type$1 as Type, Typeahead, Typography, Upload$1 as Upload, UploadInput, UploadStep, Variant, Width, adjustLocale, getCountryFromLocale, getDirectionFromLocale, getLangFromLocale, isBrowser, isServerSide, translations, useDirection, useLayout, useSnackbar };
14449
+ export { Accordion, ActionButton, ActionOption, Alert$1 as Alert, ArrowPosition as AlertArrowPosition, Avatar, AvatarType, AvatarWrapper$1 as AvatarWrapper, Badge$1 as Badge, Card as BaseCard, Body, BottomSheet$1 as BottomSheet, Breakpoint, Button, Card$2 as Card, Checkbox$1 as Checkbox, CheckboxButton$1 as CheckboxButton, CheckboxOption, Chevron$1 as Chevron, Chip, Chips, CircularButton$1 as CircularButton, ControlType, CriticalCommsBanner, DEFAULT_LANG, DEFAULT_LOCALE, DateInput$1 as DateInput, DateLookup$1 as DateLookup, DateMode, Decision$1 as Decision, Presentation as DecisionPresentation, Type as DecisionType, DefinitionList$1 as DefinitionList, Dimmer$1 as Dimmer, Direction, DirectionProvider, Display, Drawer$1 as Drawer, DropFade, DynamicFieldDefinitionList$1 as DynamicFieldDefinitionList, Emphasis, FileType, FlowNavigation, Header, Image$1 as Image, Info, InfoPresentation, InlineAlert$1 as InlineAlert, Input, InputGroup, InputWithDisplayFormat$1 as InputWithDisplayFormat, InstructionsList$1 as InstructionsList, LanguageProvider, Layout$1 as Layout, Link, ListItem$1 as ListItem, Loader$1 as Loader, Logo$1 as Logo, LogoType, Markdown$1 as Markdown, MarkdownNodeType, Modal, Money$1 as Money, MoneyInput$1 as MoneyInput, MonthFormat, NavigationOption, NavigationOptionList$1 as NavigationOptionsList, Nudge, Option$2 as Option, OverlayHeader$1 as OverlayHeader, PhoneNumberInput$1 as PhoneNumberInput, Popover$1 as Popover, Position, Priority, ProcessIndicator$1 as ProcessIndicator, ProfileType, Progress, ProgressBar, PromoCard$1 as PromoCard, PromoCard$1 as PromoCardGroup, Provider$1 as Provider, RTL_LANGUAGES, Radio$1 as Radio, RadioGroup$1 as RadioGroup, RadioOption$1 as RadioOption, SUPPORTED_LANGUAGES, Scroll, Section, Select, Sentiment, Size, SlidingPanel$1 as SlidingPanel, SnackbarConsumer, SnackbarContext, SnackbarPortal, SnackbarProvider$1 as SnackbarProvider, Status, StatusIcon, Stepper, Sticky$1 as Sticky, Summary, Switch, SwitchOption, Tabs$1 as Tabs, TextArea, TextareaWithDisplayFormat$1 as TextareaWithDisplayFormat, Theme, Title, Tooltip$1 as Tooltip, Type$1 as Type, Typeahead, Typography, Upload$1 as Upload, UploadInput, UploadStep, Variant, Width, adjustLocale, getCountryFromLocale, getDirectionFromLocale, getLangFromLocale, isBrowser, isServerSide, translations, useDirection, useLayout, useSnackbar };
14286
14450
  //# sourceMappingURL=index.esm.js.map