react-in-out-textarea
react-in-out-textarea copied to clipboard
A simple React.js User Interface Component that is like Google Translate with full TypeScript Support
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.11 to 6.2.1. Release notes Sourced from tar's releases. v6.1.13 6.1.13 (2022-12-07) Dependencies cc4e0dd #343 bump minipass from 3.3.6 to 4.0.0 v6.1.12 6.1.12 (2022-10-31) Bug Fixes 57493ee...
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.64. Release notes Sourced from es5-ext's releases. 0.10.64 (2024-02-27) Bug Fixes Revert update to postinstall script meant to fix Powershell issue, as it's a regression...
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...
While adding the TSDoc I noticed a couple of small issues, so I've fixed those here too. So this PR: * Adds TSDoc to types.ts * Fixes use of custom...
Hide menu toggles when there are no additional menu items. I used visibility hidden because the measure stuff didn't work correctly if the toggle wasn't in the DOM. Fixes #2
## Your Environment * System: Mac, Windows or Linux * Node Version: 10, 12, 14 * TypeScript Version: 4 ## Reproduction (required) When not having overlapped items, do not display...
## Type of Feature - [X] API Extension - [X] UI Feature - [ ] other: ## How would it look like Just show the current length and the maximum...
## What should be changed? - [ ] An example is missing - [ ] Existing documentation needs to be extended - [X] Something else, state below: JSDoc documentation is...
## Type of Change - [ ] Name variables and functions well - [ ] Remove magic numbers - [ ] Extract each step of logic into a function -...
## Type of Change - [ ] Name variables and functions well - [X] Remove magic numbers - [ ] Extract each step of logic into a function - [...