chayns-components
chayns-components copied to clipboard
A set of beautiful React components for developing chayns® applications.
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
[createLinks.zip](https://github.com/TobitSoftware/chayns-components/files/10004986/createLinks.zip) The RegEx checking for links only checks if the link starts with an whitespace or at the start of the string, thus, a "`%20`" is added to the generated...
I think it would increase the usability of the ListItem component, when the props leftElements and rightElements are renamed to left and right. The naming would be less exact, but...
It should be possible to control the Tooltip-component with a show-prop (maybe remove ref in the next major version, but this has to be discussed). It could reduce the overhead...
The name suggests that something is removed when the prop is `true`, but it actually shows the close icon in the top right corner when the prop is `true`. The...
e.g. FileInput `items`-prop: ```ts Array ``` This is not really readable. We should extract the inner object type into an interface that is defined where the prop description lives. There...
Using the input component with dynamic = true you can not set styles to the div element (Line 235). It works with an own div element and the custom styles,...