File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,16 @@ declare global {
21
21
* This is a formAssociated element, meaning it can participate in a native HTMLForm. A name:value pair will be submitted.
22
22
* @element uui-select
23
23
* @fires change - when the user changes value
24
+ * @cssprop --uui-select-height - Height of the element
25
+ * @cssprop --uui-select-font-size - Font size of the element
26
+ * @cssprop --uui-select-padding-y - Padding on the y axis
27
+ * @cssprop --uui-select-padding-x - Padding on the x axis
28
+ * @cssprop --uui-select-border-color - Border color
29
+ * @cssprop --uui-select-border-color-hover - Border color on hover
30
+ * @cssprop --uui-select-selected-option-background-color - Background color of the selected option
31
+ * @cssprop --uui-select-selected-option-color - Color of the selected option
32
+ * @cssprop --uui-select-outline-color - Outline color
33
+ * @cssprop --uui-select-disabled-background-color - Background color when disabled
24
34
*/
25
35
// TODO: Consider if this should use child items instead of an array.
26
36
@defineElement ( 'uui-select' )
You can’t perform that action at this time.
0 commit comments