Roman Zhuravlov
Roman Zhuravlov
New to Elk , I will be glad for any help. I have a nested layout with cross-parent edges. After enabling `"hierarchyHandling": "INCLUDE_CHILDREN"` layout option, I noticed that some of...
New to Elk , I will be glad for any help. I have a nested layout with cross-parent edges. After enabling `"hierarchyHandling": "INCLUDE_CHILDREN"` layout option, I noticed that some of...
**Is your feature request related to a problem? Please describe.** The `@ffmpeg/ffmpeg` package.json declaration file claims that library types are exported at `index.d.ts`: ``` "types": "./dist/esm/index.d.ts", "exports": { ".": {...
It would be nice to improve typing of Hubspot fields in `src/hubspot.types.ts`. Currently, most of the fields are loosely marked as 'unknown function' or 'unknown object'. My knowledge of Hubspot...
## Description When the `Theme` appearance is set to light, the `Tooltip` has a dark background. When the appearance is dark, the Tooltip has a light background. This results in...
## Description ### Main changes: - Allow passing optional `open` and `onOpenChange` props to the `ThemePanel` component using the `useControllableState` hook - Simplify setup by merging `ThemePanel` and `ThemePanelImpl` components....
`ThemePanel` component is great, but I think it can be improved by allowing the user to control more of its behavior: 1) Allow passing `open` and `onOpenChange` to `ThemePanel` to...
V11
This PR introduces several changes to the `react-resize-detector` library, including functional improvements, better handling of parameters, maintenance updates, and the addition of an interactive playground. ## ✨ Functional Changes -...
## Do you want to request a feature or report a bug? I guess it's a feature request, but feels more like a bug to me. ## What is the...
@chaance Forked from https://github.com/radix-ui/themes/pull/393 by your request [here](https://github.com/radix-ui/themes/pull/393#issuecomment-2394005048) ## Description ### Main changes: - Allow passing optional `open` and `onOpenChange` props to the `ThemePanel` component using the `useControllableState` hook -...