foundry-ui icon indicating copy to clipboard operation
foundry-ui copied to clipboard

Foundry-UI is a React UI Library built which prioritizes theming, accessibility, and performance. Fully typed with TypeScript, animated by react-spring, themed with styled-components, and made accessi...

Results 45 foundry-ui issues
Sort by recently updated
recently updated
newest added

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...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.61 to 0.10.63. Release notes Sourced from es5-ext's releases. 0.10.63 (2024-02-23) Bug Fixes Do not rely on problematic regex (3551cdd), addresses #201 Support ES2015+ function definitions in...

dependencies

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

added color prop to change icon color

Scenario is to - Open a dropdown, then move focus from the browser window - The dropdown may or may not close - On return to the window, the dropdown...

enhancement

Much like how the tables can have groups, dropdowns should also support grouped options - [ ] `options` can be a single `Group: Option[]`, or an array of named groups...

enhancement
2 Story Points

If `onClickOutside` is not set and Esc is pressed, the modal "soft closes", where it doesn't get unmounted (because `onClickOutside` isn't set) but does animate away. It also blocks the...

bug
good first issue
0.5 Story Points

Check out [tunnelrat](https://github.com/pmndrs/tunnel-rat) for an alternative to the currently used React-Portal package Acceptance Criteria - New boolean prop `openOptionsInPortal` - New number prop `optionsPortalUpdateInterval` - when true, `OptionsContainer` should be...

enhancement
help wanted
3 Story Points