@fkui/design 5.45.1 → 5.46.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/fkui-exp.css CHANGED
@@ -2003,6 +2003,10 @@ input[type=search]:focus,
2003
2003
  border-radius: var(--f-border-radius-medium, 4px);
2004
2004
  border: var(--f-border-width-medium, 2px) solid var(--f-border-color-card, #8d8e91);
2005
2005
  }
2006
+ .card--error {
2007
+ border-radius: var(--f-border-radius-medium, 4px);
2008
+ border: var(--f-border-width-medium, 2px) solid var(--fkds-color-feedback-border-negative, #ca1515);
2009
+ }
2006
2010
  .card__content > p:last-child,
2007
2011
  .card__content > div:last-child {
2008
2012
  margin-bottom: 0;
@@ -2028,6 +2032,9 @@ input[type=search]:focus,
2028
2032
  .card__footer > .button-group .button-group__item {
2029
2033
  margin-bottom: 0 !important;
2030
2034
  }
2035
+ .card__error-message {
2036
+ color: var(--f-text-color-error, #d23838);
2037
+ }
2031
2038
 
2032
2039
  .anchor, .file-item__file-open {
2033
2040
  color: var(--f-text-color-link, #4a52b6);