poe-svelte-ui-lib 1.2.18 → 1.2.19

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -270,7 +270,7 @@ export interface ITabsProps {
270
270
  name?: string;
271
271
  icon?: string;
272
272
  class?: string;
273
- children?: Snippet;
273
+ children?: Snippet<[any]>;
274
274
  }[];
275
275
  children?: Snippet<[any]>;
276
276
  apiArray?: UIComponent[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poe-svelte-ui-lib",
3
- "version": "1.2.18",
3
+ "version": "1.2.19",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "scripts": {