Jon Koops
Jon Koops
The `base64-js` package [has not been maintained](https://github.com/beatgammit/base64-js/issues/76) for more than 4 years, so it should probably be removed as a dependency.
Since the [Web Crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API) is now widely supported both on the Web and Node.js this library serves little to no purpose in modern JavaScript development. This library is also...
Looks like the project still depends on a legacy version of Yarn that is not longer actively developed called Yarn 'classic'. It might be time [to upgrade](https://yarnpkg.com/migration/overview) to the latest...
Both [`isTotp()`](https://github.com/keycloak/keycloak/blob/751cadc514ee83b036c57815cfbf3903887cbc71/core/src/main/java/org/keycloak/representations/idm/UserRepresentation.java#L80-L82) and [`setTotp()`](https://github.com/keycloak/keycloak/blob/751cadc514ee83b036c57815cfbf3903887cbc71/core/src/main/java/org/keycloak/representations/idm/UserRepresentation.java#L85-L87) have been deprecated for 7+ years since #3258 was landed. They will have to be either removed with a clear migration guide for consumers, or we...
Follow up of #16181. Legacy cookies profile and all code behind it should be removed.
There is often the use-case to have a button element which looks like the `Link` component. Although it is possible to use `forwardedAs="button"` on the `Link` component this creates it's...
In order to align further with the Design System we will have to implement the autosuggest component which can be used to show a list of suggestions. For more information...
The design system has a new visual implementation of the share buttons, this will have to be aligned in our components. See: - https://designsystem.amsterdam.nl/7awj1hc9f/p/104a6c-share - https://trello.com/c/ukEITbBV/250-deel-deze-pagina
See: https://trello.com/c/ukEITbBV/250-deel-deze-pagina
In the design system there is a non-documented distinction of elements such as links, paragraphs, headers, etc. used in the context of an article or 'textual content'. For example, a...