@dosgato/dialog 1.4.0 → 1.4.1
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.
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
{#each leadingIcons as icon}
|
|
15
15
|
<span class="icon">
|
|
16
|
-
<Icon icon={icon.icon} tooltip={icon.tooltip} inline width="1.5em" hiddenLabel={icon.label} />
|
|
16
|
+
<Icon icon={icon.icon} tooltip={icon.tooltip} class={icon.class} inline width="1.5em" hiddenLabel={icon.label} />
|
|
17
17
|
</span>
|
|
18
18
|
{/each}
|
|
19
19
|
{#if header.component}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<span class="trailing-icons">
|
|
28
28
|
{#each trailingIcons as icon}
|
|
29
29
|
<span class="icon">
|
|
30
|
-
<Icon icon={icon.icon} tooltip={icon.tooltip} inline width="1.5em" hiddenLabel={icon.label} />
|
|
30
|
+
<Icon icon={icon.icon} tooltip={icon.tooltip} class={icon.class} inline width="1.5em" hiddenLabel={icon.label} />
|
|
31
31
|
</span>
|
|
32
32
|
{/each}
|
|
33
33
|
</span>
|
package/dist/tree/treestore.d.ts
CHANGED
package/package.json
CHANGED