@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.js +5 -0
- package/build/index.js.map +1 -1
- package/build/index.mjs +5 -0
- package/build/index.mjs.map +1 -1
- package/build/types/common/hooks/useVirtualKeyboard.d.ts +5 -0
- package/build/types/common/hooks/useVirtualKeyboard.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/common/hooks/useVirtualKeyboard.ts +5 -0
package/build/index.js
CHANGED
|
@@ -6265,6 +6265,11 @@ const PolymorphicWithOverrides = /*#__PURE__*/React.forwardRef(function Polymorp
|
|
|
6265
6265
|
});
|
|
6266
6266
|
});
|
|
6267
6267
|
|
|
6268
|
+
/**
|
|
6269
|
+
* This progressive enhancement uses an experimental API, it might change,
|
|
6270
|
+
* and at the time of authoring is not supported on iOS or mobile Firefox.
|
|
6271
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/API/VirtualKeyboard
|
|
6272
|
+
*/
|
|
6268
6273
|
function useVirtualKeyboard() {
|
|
6269
6274
|
React.useEffect(() => {
|
|
6270
6275
|
/* eslint-disable @typescript-eslint/no-unsafe-member-access, functional/immutable-data */
|