fix(core): Update dependency versions and adjust UI CSS for fab and combox elements

This commit is contained in:
2025-04-20 20:09:42 +00:00
parent 4cf9f3cd77
commit 7e7608c63a
6 changed files with 4792 additions and 2147 deletions

View File

@@ -4,6 +4,7 @@ import {
html,
customElement,
type TemplateResult,
cssManager,
} from '@design.estate/dees-element';
import * as domtools from '@design.estate/dees-domtools';
@@ -124,7 +125,7 @@ export class SioCombox extends DeesElement {
width: 100%;
padding-bottom: 16px;
grid-template-columns: repeat(2, 1fr);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%);
background-image: linear-gradient(to bottom, ${cssManager.bdTheme('#eeeeeb00', 'rgba(0, 0, 0, 0)')} 0%, ${cssManager.bdTheme('#eeeeebff', 'rgba(0, 0, 0, 1)')} 50%);
padding-top: 24px;
}