@transferwise/components 0.0.0-experimental-45ef85b → 0.0.0-experimental-dfa8310

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
@@ -6236,6 +6236,11 @@ const PolymorphicWithOverrides = /*#__PURE__*/forwardRef(function PolymorphicWit
6236
6236
  });
6237
6237
  });
6238
6238
 
6239
+ /**
6240
+ * This progressive enhancement uses an experimental API, it might change,
6241
+ * and at the time of authoring is not supported on iOS or mobile Firefox.
6242
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/VirtualKeyboard
6243
+ */
6239
6244
  function useVirtualKeyboard() {
6240
6245
  useEffect(() => {
6241
6246
  /* eslint-disable @typescript-eslint/no-unsafe-member-access, functional/immutable-data */