@transferwise/components 0.0.0-experimental-ab5fd1d → 0.0.0-experimental-717f577

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": "Zurücksetzen",
5
5
  "neptune.CloseButton.ariaLabel": "Schließen",
6
6
  "neptune.DateInput.day.label": "Tag",
7
- "neptune.DateInput.day.placeholder": "DD",
7
+ "neptune.DateInput.day.placeholder": "TT",
8
8
  "neptune.DateInput.month.label": "Monat",
9
9
  "neptune.DateInput.year.label": "Jahr",
10
- "neptune.DateInput.year.placeholder": "YYYY",
10
+ "neptune.DateInput.year.placeholder": "JJJJ",
11
11
  "neptune.DateLookup.day": "Tag",
12
12
  "neptune.DateLookup.goTo20YearView": "Zur 20-Jahres-Ansicht",
13
13
  "neptune.DateLookup.month": "Monat",
@@ -6602,6 +6602,7 @@ function Popover({
6602
6602
  open,
6603
6603
  renderTrigger,
6604
6604
  title,
6605
+ size: size$1 = 'md',
6605
6606
  padding = 'md',
6606
6607
  children,
6607
6608
  onClose
@@ -6669,7 +6670,10 @@ function Popover({
6669
6670
  children: /*#__PURE__*/jsx("div", {
6670
6671
  // Force inner state invalidation on open
6671
6672
  ref: refs.setFloating,
6672
- className: "np-popover-v2-container"
6673
+ className: classNames('np-popover-v2-container', {
6674
+ 'np-popover-v2-container--size-md': size$1 === 'md',
6675
+ 'np-popover-v2-container--size-lg': size$1 === 'lg'
6676
+ })
6673
6677
  // eslint-disable-next-line react/forbid-dom-props
6674
6678
  ,
6675
6679
  style: floatingStyles,
@@ -6892,6 +6896,7 @@ function SelectInput({
6892
6896
  })
6893
6897
  }),
6894
6898
  initialFocusRef: controllerRef,
6899
+ size: filterable ? 'lg' : 'md',
6895
6900
  padding: "none",
6896
6901
  onClose: () => {
6897
6902
  setOpen(false);
@@ -14700,10 +14705,10 @@ var de = {
14700
14705
  "neptune.ClearButton.ariaLabel": "Zurücksetzen",
14701
14706
  "neptune.CloseButton.ariaLabel": "Schließen",
14702
14707
  "neptune.DateInput.day.label": "Tag",
14703
- "neptune.DateInput.day.placeholder": "DD",
14708
+ "neptune.DateInput.day.placeholder": "TT",
14704
14709
  "neptune.DateInput.month.label": "Monat",
14705
14710
  "neptune.DateInput.year.label": "Jahr",
14706
- "neptune.DateInput.year.placeholder": "YYYY",
14711
+ "neptune.DateInput.year.placeholder": "JJJJ",
14707
14712
  "neptune.DateLookup.day": "Tag",
14708
14713
  "neptune.DateLookup.goTo20YearView": "Zur 20-Jahres-Ansicht",
14709
14714
  "neptune.DateLookup.month": "Monat",