UNPKG

@kelvininc/ui-components

Version:
39 lines (37 loc) 894 B
/** HEADINGS **/ /** LABELS **/ /** SPANS **/ /** PARAGRAPHS **/ /** TODO: CODE/CONSOLE **/ @property --rotation { syntax: "<angle>"; initial-value: 0deg; inherits: false; } @keyframes rotate-border { to { --rotation: 360deg; } } /** * Design Tokens - Auto-generated by Style Dictionary * Do not edit manually - run `pnpm tokens:build` to regenerate */ kv-dropdown-base:not(.hydrated) > [slot=list] { display: none; } :host { /** * @prop --dropdown-max-height: Dropdown list maximum height. * @prop --dropdown-min-height: Dropdown list minimum height. * @prop --dropdown-max-width: Dropdown list maximum width. * @prop --dropdown-min-width: Dropdown list minimum width. */ --dropdown-max-height: 400px; --dropdown-min-height: auto; --dropdown-max-width: auto; --dropdown-min-width: max-content; } kv-dropdown[disabled=true] { pointer-events: none; }