@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.js CHANGED
@@ -6649,6 +6649,7 @@ function SelectInput({
6649
6649
  disabled,
6650
6650
  size = 'md',
6651
6651
  className,
6652
+ UNSAFE_triggerButtonProps,
6652
6653
  onFilterChange = noop,
6653
6654
  onChange,
6654
6655
  onClose,
@@ -6717,6 +6718,7 @@ function SelectInput({
6717
6718
  triggerRef.current = node;
6718
6719
  },
6719
6720
  ...inputAttributes,
6721
+ ...UNSAFE_triggerButtonProps,
6720
6722
  id,
6721
6723
  ...mergeProps__default.default({
6722
6724
  onClick: () => {