@transferwise/components 0.0.0-experimental-4aed95c → 0.0.0-experimental-c95da69

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/index.mjs CHANGED
@@ -6620,6 +6620,7 @@ function SelectInput({
6620
6620
  disabled,
6621
6621
  size = 'md',
6622
6622
  className,
6623
+ UNSAFE_triggerButtonProps,
6623
6624
  onFilterChange = noop,
6624
6625
  onChange,
6625
6626
  onClose,
@@ -6688,6 +6689,7 @@ function SelectInput({
6688
6689
  triggerRef.current = node;
6689
6690
  },
6690
6691
  ...inputAttributes,
6692
+ ...UNSAFE_triggerButtonProps,
6691
6693
  id,
6692
6694
  ...mergeProps({
6693
6695
  onClick: () => {