Raffael

Results 9 issues of Raffael

### Describe the feature you'd like: Implement support for `expect.stringMatching` on `toHaveStyle`. The use case is, check if there is any `animation-name` set. It could look like: `expect(element).toHaveStyle({ animationName: expect.stringMatching(/.+/)...

Fixes race condition mentioned in #35

## System: - OS: macOS 12.6.1 - CPU: (10) arm64 Apple M1 Max - Memory: 4.84 GB / 32.00 GB - Shell: 5.8.1 - /bin/zsh ## Binaries: - Node: 16.20.1...

This PR makes it possible to add a progress bar which indicates the timers progress (in your customized version of the snackbar). In order to achieve that, we've moved all...

### Bug description When using `FontAwesomeIcon` component as symbol, most features do not work. For example `rotation` will do nothing to icons. I think what would be needed, that we...

waiting for feedback

**Description** This PR will keep `NODE_TO_INDEX` and `NODE_TO_PARENT` in sync right after applying operations, instead of on render. This will make the `DOMEditor.findPath` function more reliable. **Issue** Fixes: https://github.com/ianstormtaylor/slate/issues/5938 **Context**...

**Description** This PR implements a hook called `usePathRef`. The purpose of it is, to be able to get notified about changes on a path. It is achieved by adding a...

**Description** When using `DOMEditor.findPath` within the `onChange` event handler, it either throws an error, or returns a wrong path, after manipulating the document. The reason is, `NODE_TO_INDEX` and `NODE_TO_PARENT` only...

bug

**Checklist** - [x] `yarn typecheck` - [x] `yarn lint:fix` - [x] `yarn test` - [x] `yarn brl` - [x] `yarn changeset` - [x] [ui changelog](docs/components/changelog.mdx) This implements a useNodePath hook,...

core
size:L