poe-svelte-ui-lib 1.2.20 → 1.2.21

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.
@@ -75,7 +75,7 @@
75
75
  {@render Components(comp, false)}
76
76
  {/each}
77
77
  {:else if children}
78
- {@render children(items[activeTab])}
78
+ {@render children(items[currentTabIndex])}
79
79
  {:else}
80
80
  {@render items[currentTabIndex]?.children?.()}
81
81
  {/if}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poe-svelte-ui-lib",
3
- "version": "1.2.20",
3
+ "version": "1.2.21",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "scripts": {