Improved slot close-icon to be more customizable. Now it can be used to introduce new buttons.
Changes
Removed v-if/v-else on slot close-icon and introduced fallback content. Basically now close-icon slot is always used, but when it is not defined the old x (the svg that was on the v-else) is used
Introduced new prop tabCloseWidth the default value is 16 (as it was in the css class)
Description
Improved slot
close-icon
to be more customizable. Now it can be used to introduce new buttons.Changes
close-icon
and introduced fallback content. Basically nowclose-icon
slot is always used, but when it is not defined the oldx
(the svg that was on the v-else) is usedclose-icon
Tests done