@eturnity/eturnity_reusable_components 7.24.3-EPDM-11320.1 → 7.24.3-EPDM-11320.3
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/package.json
CHANGED
@@ -367,7 +367,7 @@
|
|
367
367
|
}
|
368
368
|
font-size: ${(props) => props.fontSize};
|
369
369
|
`
|
370
|
-
|
370
|
+
SelectDropdown.emits = ['option-hovered', 'option-selected']
|
371
371
|
const DropdownAttrs = { noRelative: Boolean }
|
372
372
|
const DropdownWrapper = styled('div', DropdownAttrs)`
|
373
373
|
position: ${(props) => (props.noRelative ? 'static' : 'relative')};
|