{#if interactive}
{#if showRemoveButton}
{/if}
{/if}
{#if editModalVisible}
= 0 && selectedBox < value.boxes.length ? value.boxes[selectedBox].label : ""}
color={selectedBox >= 0 && selectedBox < value.boxes.length ? colorRGBAToHex(value.boxes[selectedBox].color) : ""}
/>
{/if}
{#if newModalVisible}
= 0 && selectedBox < value.boxes.length ? value.boxes[selectedBox].label : ""}
color={selectedBox >= 0 && selectedBox < value.boxes.length ? colorRGBAToHex(value.boxes[selectedBox].color) : ""}
/>
{/if}