- {#each $tooltip.keys as key, i}
- {#if i !== 0}
-
/
- {/if}
- {#each formatKey(key) as k, jj}
-
- {#each k as kk, j}
- {#if j !== 0}
- +
- {/if}
- {capitalizeFirstLetter(kk.trim())}
- {/each}
-
+
+ {#if $tooltip.component && $tooltip.kind !== 'submenu'}
+
+
+ {#if !$tooltip.noArrow}
+
t.type === 'tooltip') ?? 1) + 10000}
+ class="nub {nubDirection ?? ''}"
+ class:testing
+ class:shown
+ />
+ {/if}
+ {:else if $tooltip.label && $tooltip.kind !== 'submenu'}
+
-{:else if $tooltip.kind === 'submenu'}
-
+
+ {/if}
+