@iroco/ui 1.6.11 → 1.6.13

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.
package/dist/Alert.svelte CHANGED
@@ -1,8 +1,8 @@
1
1
  <script lang="ts">
2
2
  import IconClose from './IconClose.svelte';
3
- import { type MouseEventHandler, type SvelteHTMLElements } from 'svelte/elements';
3
+ import { type MouseEventHandler } from 'svelte/elements';
4
4
 
5
- interface Props extends SvelteHTMLElements.div {
5
+ interface Props {
6
6
  type?: 'success' | 'danger' | 'flash';
7
7
  showClose?: boolean;
8
8
  /** @deprecated use onclose instead */
@@ -1,5 +1,5 @@
1
1
  import { type MouseEventHandler } from 'svelte/elements';
2
- interface Props extends SvelteHTMLElements.div {
2
+ interface Props {
3
3
  type?: 'success' | 'danger' | 'flash';
4
4
  showClose?: boolean;
5
5
  /** @deprecated use onclose instead */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iroco/ui",
3
- "version": "1.6.11",
3
+ "version": "1.6.13",
4
4
  "description": "Iroco design system based on Svelte",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {