reactist
reactist copied to clipboard
Open source React components made with ❤️ by Doist
Bumps [postcss](https://github.com/postcss/postcss) to 8.4.21 and updates ancestor dependency [rollup-plugin-postcss](https://github.com/egoist/rollup-plugin-postcss). These dependencies need to be updated together. Updates `postcss` from 6.0.1 to 8.4.21 Release notes Sourced from postcss's releases. 8.4.21 Fixed...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
## Short description Work in progress. See https://twist.com/a/1585/ch/607587/t/3963022/ ## PR Checklist - [ ] Added tests for bugs / new features - [ ] Updated docs (storybooks, readme) - [...
## 🚀 Feature request ### Motivation The `Toast` component should expose a way to customize/override the style of Reactist components rendered within it. Right now, all styles are shared with...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 2.0.0 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 v3.1.2 Fix regex catastrophic backtracking 6baf2cc Working around this meant accepting some...
## 🔗 References https://ariakit.org/guide/composition#changing-the-html-element ## 🗺️ Overview Please describe your implementation and any details that we should keep in mind during review. ## PR Checklist - [x] Added tests for...
## Short description Back in https://github.com/Doist/reactist/pull/845, I exposed Ariakit's `showTimeout` and `hideTimeout` props to `Tooltip` to allow for customization, but it wasn't until I went to integrate it did I...
Closes #... ## Short description Please describe your implementation and any details that we should keep in mind during review. ## PR Checklist - [ ] Added tests for bugs...