Changes for the Signature Check Plugin

This PR contains new Radiobutton components that are needed for the signature-check-plugin.
Additionally the ref passing for ControlledChipInputs was also fixed.

The current styling of the Radio Buttons need to be discussed with Philipp again. The Signature Check Plugin provides an example use of it.

Co-authored-by: Konstantin Schaper<konstantin.schaper@cloudogu.com>
This commit is contained in:
Thomas Zerr
2023-10-30 12:12:07 +01:00
parent f1bb2f6f92
commit f847e324b1
17 changed files with 679 additions and 38 deletions

View File

@@ -26,9 +26,11 @@
--scm-white-color: #{$white};
--scm-light-color: #{$light};
--scm-dark-color: #{$dark};
--scm-dark-color-25: #{$dark-25};
--scm-primary-color: #{$primary};
--scm-link-color: #{$link};
--scm-info-color: #{$info};
--scm-info-hover-color: #{$info-75};
--scm-success-color: #{$success};
--scm-warning-color: #{$warning};
--scm-danger-color: #{$danger};